@charset "UTF-8";
  @import url('https://fonts.googleapis.com/css2?family=Train+One&display=swap');
/*|||||||||||||||||||||||||||||||

Sy[W€Κ

|||||||||||||||||||||||||||||||*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 1.6rem;
  color: #333;
  letter-spacing: 2px;
  line-height: 1.8;
  background-color: rgba(250, 244, 232, 0.3);
}
@media screen and (max-width: 520px) {
  body {
    font-size: 1.4rem;
  }
}
body::before, body::after {
  position: fixed;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background-color:#ff8c00;
  z-index: 3;
}
body::before {
  top: 0;
}
body::after {
  bottom: 0;
}

*:hover,
*::before,
*::after {
  transition: 0.2s;
}

/*|||||||||||||||||||||||||||||||

Ά

|||||||||||||||||||||||||||||||*/
p {
  margin: 20px 0;
  letter-spacing: 1px;
  text-align: justify;
}

a {
  color: inherit;
}

/*|||||||||| ©o΅ ||||||||||*/
h1,
h2,
h3,
h4,
h5 {
  font-family: "Train One", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: normal;
  letter-spacing: 4px;
  text-align: center;
  text-transform: uppercase;
  word-break: break-all;
}

/*|||||||||| ε©o΅ ||||||||||*/
.headingL {
  font-size: clamp(2rem, 2.2rem + 1vw, 4rem);
  margin: 40px 0;
  margin: clamp(2rem, 2.2rem + 1vw, 4rem) 0;
}
.headingL.ja {
  font-size: clamp(2.4rem, 2.24rem + 0.8vw, 3.2rem);
}

/*|||||||||| ©o΅ ||||||||||*/
.headingM {
  font-size: clamp(1.2rem, 1.14rem + 0.3vw, 1.5rem);
  margin: clamp(2rem, 1.8rem + 1vw, 3rem) 0;
}
.headingM.ja {
  font-size: clamp(1rem, 1rem + 0.2vw, 1.2rem);
}

/*|||||||||| ¬©o΅ ||||||||||*/
.headingS {
  font-size: clamp(1rem, 1rem + 0.2vw, 2.2rem);
  margin: 20px 0;
}
.headingS.ja {
  font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
}

/*|||||||||| Ε¬©o΅ ||||||||||*/
.headingSS {
  font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
  margin: 20px 0;
}

/*|||||||||| Άό ||||||||||*/
.right {
  text-align: right;
}

.center {
  text-align: center;
}

.marker {
  background: linear-gradient(transparent 60%, #ff8c00 60%);
}

.label {
  display: block;
  margin: 20px 0;
  padding: 2px 10px;
  background-color: #ffee7c;
  width: -moz-fit-content;
  width: fit-content;
}

/*|||||||||||||||||||||||||||||||

ACR

|||||||||||||||||||||||||||||||*/
.la,
.las,
.lab {
  font-size: 1.2em;
  color: #ff8c00;
  position: relative;
  top: 2px;
}

/* ξσ */
.arrow {
  width: 20px;
  height: 20px;
  border: 2px solid #ff8c00;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

/*|||||||||||||||||||||||||||||||

όΝtH[A{^

|||||||||||||||||||||||||||||||*/
/* όΝtH[ */
input,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px 20px 8px 20px;
  border: 1px solid #ff8c00;
  margin: 10px 0;
}

/* {^ */
.btn {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ff8c00;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 3px 10px;
  border: 1px solid #ff8c00;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
}
.btn:hover {
  cursor: pointer;
  background-color: #ffee7c;
}

/*|||||||||||||||||||||||||||||||

Xg

|||||||||||||||||||||||||||||||*/
.list,
.list-number {
  margin: 20px 0;
}

.list li {
  position: relative;
  margin-left: 16px;
}
.list li::before {
  position: absolute;
  top: 8px;
  left: -16px;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #ff8c00;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

/*|||||||||| t«Xg ||||||||||*/
.list-number {
  list-style-type: decimal-leading-zero;
  list-style-position: inside;
}
.list-number li {
  text-indent: -3.4rem;
  padding-left: 3.6rem;
}
.list-number li > :not(:first-child) {
  text-indent: 0;
}

/*|||||||||| \Xg ||||||||||*/
.gridlist {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 20px;
}
.gridlist .gridlist__label,
.gridlist .gridlist__text {
  padding: 6px 12px 4px;
}
.gridlist .gridlist__label {
  display: flex;
  align-items: center;
  background-color: #ff8c00;
  color: #fff;
}

/* X}z */
@media screen and (max-width: 520px) {
  .gridlist {
    grid-template-columns: 1fr;
  }
}
/*|||||||||||||||||||||||||||||||

ggέ

|||||||||||||||||||||||||||||||*/
.box {
  position: relative;
  padding: 20px 40px 40px;
  margin: 140px 0;
  background-color: #fff;
}
.box::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background-color: #ff8c00;
}
.box > :first-child {
  margin-top: 0;
}
.box > :last-child {
  margin-bottom: 0;
}
.box .box__title {
  position: relative;
  margin-top: -1.6em;
  z-index: 2;
}

/* X}z */
@media screen and (max-width: 520px) {
  .box {
    padding: 10px 20px 20px;
    margin: 100px 0;
  }
  .box .box__title {
    margin-top: -1.4em;
  }
}
/*|||||||||||||||||||||||||||||||

SNSACRXg

|||||||||||||||||||||||||||||||*/
.snslist {
  justify-content: center;
  margin: 40px 0 40px;
}
.snslist .snslist__item {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff8c00;
  border-radius: 50%;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
}
.snslist .snslist__item a {
  text-decoration: none;
  color: #fff;
  font-size: 2.4rem;
}
.snslist .snslist__item .lab,
.snslist .snslist__item .las {
  margin: 6px 1px 3px 3px;
  font-size: 6rem;
  color: #fff;
}
.snslist .snslist__item:hover {
  background-color: #ffee7c;
}
.snslist .snslist__item:hover.twitter {
  background-color: #1DA1F2;
}
.snslist .snslist__item:hover.instagram {
  background-color: #CF2E92;
}
.snslist .snslist__item:hover.facebook {
  background-color: #4267b2;
}
.snslist .snslist__item:hover.youtube {
  background-color: #DA1725;
}
.snslist .snslist__item:hover.tumblr {
  background-color: #39475D;
}

/* X}z */
@media screen and (max-width: 520px) {
  .snslist.flex {
    gap: 10px;
  }
  .snslist.flex .snslist__item {
    width: 80px;
    height: 80px;
  }
  .snslist.flex .snslist__item .lab,
  .snslist.flex .snslist__item .las {
    font-size: 4rem;
  }
}
.snslist2 {
  justify-content: center;
  margin: 40px 0;
}
.snslist2 .snslist__item {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff8c00;
  padding: 10px 0;
  border-radius: 9999px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  -ms-border-radius: 9999px;
  -o-border-radius: 9999px;
}
.snslist2 .snslist__item a {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 10px;
  text-decoration: none;
  color: #fff;
  font-size: 2.4rem;
}
.snslist2 .snslist__item .lab,
.snslist2 .snslist__item .las {
  margin: 6px 1px 3px 3px;
  font-size: 3.4rem;
  color: #fff;
}
.snslist2 .snslist__item:hover {
  background-color: #ffee7c;
}
.snslist2 .snslist__item:hover.twitter {
  background-color: #1DA1F2;
}
.snslist2 .snslist__item:hover.instagram {
  background-color: #CF2E92;
}
.snslist2 .snslist__item:hover.facebook {
  background-color: #4267b2;
}
.snslist2 .snslist__item:hover.youtube {
  background-color: #DA1725;
}
.snslist2 .snslist__item:hover.tumblr {
  background-color: #39475D;
}

/* X}z */
@media screen and (max-width: 520px) {
  .snslist2.grid {
    gap: 10px;
  }
  .snslist2.grid .snslist__item {
    padding: 0;
  }
  .snslist2.grid .snslist__item a {
    gap: 8px;
    font-size: 2rem;
  }
  .snslist2.grid .snslist__item .las, .snslist2.grid .snslist__item .lab {
    font-size: 2.6rem;
  }
}
/*|||||||||||||||||||||||||||||||

CAEg

|||||||||||||||||||||||||||||||*/
/*|||||||||| ‘ΐΡ ||||||||||*/
.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  /* \¦TCYπΟ¦½’κΝ200pxΜͺπΟX */
  gap: 20px;
  justify-content: center;
  align-items: center;
}

/*|||||||||| 2J\¦ ||||||||||*/
.--2column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 60px;
}

/* ^ubgAX}zΕΝPJ */
@media screen and (max-width: 768px) {
  .--2column {
    grid-template-columns: 1fr;
  }
}
/*|||||||||| ΆE½Ξ ||||||||||*/
.reverse {
  flex-direction: row-reverse;
}

/*|||||||||||||||||||||||||||||||

SΜΜCAEg

|||||||||||||||||||||||||||||||*/
/*|||||||||| RecSΜΜ‘A] ||||||||||*/
.mainwrapper {
  padding: 60px 10px;
}
.mainwrapper > :first-child {
  margin-top: 0;
}

/* PC */
@media screen and (min-width: 1025px), print {
  .mainwrapper {
    max-width: 800px;
    margin: 0 auto;
    padding: 80px 20px;
  }
}
/*|||||||||| ZNV ||||||||||*/
section {
  margin: 60px 0;
}
section > :first-child {
  margin-top: 0;
}
section > :last-child {
  margin-bottom: 0;
}
section section:first-of-type {
  padding-top: 0;
}
section section:last-of-type {
  padding-bottom: 0;
}

/* PC */
@media screen and (min-width: 1025px), print {
  section {
    margin: 100px 0;
  }
}
/*|||||||||||||||||||||||||||||||

vtB[

|||||||||||||||||||||||||||||||*/
.myname {
  font-size: clamp(1.5rem, 1rem + 2.5vw, 3rem);
  margin-top: 0em;
}
.myname div {
 font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: clamp(1.5rem, 2rem + 0.2vw, 2.2rem);
}

.profile__img {
  padding: 0 40px;
}
.profile__img img {
  border:solid 1px #000000;
  margin: auto;

}
.fkds{
margin:3em 0 1em;
padding:.3em 1em;
background:#ff8c00; /* ftHgΝ */
color:#fff;
text-align:center;
border-radius:20px;
position:relative;
max-width:600px;
}
/*|||||||||||||||||||||||||||||||

tb^[

|||||||||||||||||||||||||||||||*/
footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 4;
}
footer small {
  display: block;
  font-size: 1rem;
  color: #fff;
  text-align: center;
}

/*|||||||||||||||||||||||||||||||

top{^

|||||||||||||||||||||||||||||||*/
html {
    scroll-behavior: smooth;
}
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #ff8c00;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #ff8c00;
    border-right: 3px solid #ff8c00;
    transform: translateY(20%) rotate(-45deg);
}