@charset "utf-8";
body {
  background: #fff;
  overflow-x: hidden;
}
body:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background: #c2ecfd url(../images/bg_mbp.png);
  background-size: 89.667% auto;
}
.mainimg_text01 {
  font-size: 2em;
  text-align: right;
  position: relative;
  top: 0;
  left: 0;
  line-height: 1.43;
  margin: 0 0 0 7.7%;
  display: flex;
}
.mainimg_text01 > span,
.mainimg_text02 > span {
  width: 10em;
  max-width: 90%;
}
.mainimg_name {
  font-size: 1.882em;
}
.mainimg_text02 {
  font-size: 2em;
  position: relative;
  top: 0;
  left: 0;
  line-height: 1.43;
  margin: 0 8.9% 0 0%;
  padding: 0 0 106%;
  display: flex;
  justify-content: flex-end;
}
/* #mainimg */
#mainimg {
  color: #0050b0;
  position: relative;
  padding: 0 0 6%;
  display: grid;
}
#mainimg .inner {
  grid-area: 1 / 1;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 5%;
  grid-template-rows: auto 1fr;
}
.mainimg_img {
   grid-area: 1 / 1;
   display: flex;
   flex-direction: column;
   justify-content: flex-end;
}
#mainimg .mainimg_img:before {
  content: "";
  display: block;
  background: #e1e0dd;
  flex-grow: 1;
}
#mainimg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/spacer.png) repeat;
}
#mainimg h1 {
  font-size: 6em;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 8% 0 5.7%;
  letter-spacing: 0.06em;
  grid-column: 1 / 3;
}
#mainimg h1:after {
  content: "";
  width: 17.8rem;
  border-bottom: solid 2px;
  margin: 0.65em auto 0;
  margin-top: 5.4%;
  display: block;
}
.cts_text_wrap {
  font-size: 2.6rem;
}
.cts_text {
  font-size: 2.6rem;
  line-height: 1.539;
  letter-spacing: 0.08em;
  text-align: justify;
}
.cts_text + .cts_text,
.cts_text_wrap + .cts_text {
  padding-top: 0.78em;
}
.cts_text + .img_cts,
.cts_text + .cts_img_wrap,
.cts_text_wrap + .img_cts {
  margin-top: 3.2em;
}
.lay_harada {
  color: #004ea2;
}
.cts_text b {
  display: block;
  float: left;
}
.cts_serif {
  padding: 0 0 0 3.2em;
  display: block;
}
.lay_matsuoka {
  color: #1b91fd;
}
.cts_tl {
  border: solid 1px;
  color: #004ea2;
  text-align: center;
  font-size: 3.4em;
  line-height: 1.471;
  padding: 0.7em 0 0.7em;
  letter-spacing: 0.06em;
  margin: 2.1em 0 1em;
}
.content section:nth-of-type(1) .cts_tl {
  margin-top: 0;
}
.cts_tl + .cts_text {
  margin-top: 1.3em;
}
.cts_tl + .img_cts {
  margin: 7.6% 0 0;
}
.img_cts {
  position: relative;
}
.img_cts:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/spacer.png) repeat;
}
.img_cts img {
  border-radius: 1em;
}
.img_cts + .cts_text,
.cts_img_wrap + .cts_text_wrap,
.img_cts + .cts_text_wrap {
  padding-top: 1.4em;
}
.img_cts.lay_left {
  width: 45.264%;
  float: left;
  margin-right: 6.2%;
}
/* #main */
#main {
  position: relative;
  z-index: 1;
  font-weight: 500;
}
.content {
  background: #fff;
  width: 86.667%;
  margin: 0 auto;
  border-radius: 1.8em;
  padding: 5.334%;
  box-sizing: border-box;
}
.btn_back {
  display: block;
  background: #004ea2;
  color: #fff;
  font-weight: 500;
  font-size: 3.565em;
  width: 30rem;
  text-align: center;
  margin: 9.1% auto 10%;
  border-radius: 0.8rem;
  padding: 0.6em 0 0.6em;
  position: relative;
}
.btn_back_arw {
  width: 1.5rem;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  margin: -0.3em 0.8em 0 0;
}
/* kinou */
.kinou {
  margin: 12.6% 0 0;
}
.kinou_tl {
  border: solid 1px;
  font-size: 2.4em;
  text-align: center;
  float: left;
  line-height: 1.251;
  padding: 0.45em 1.2em;
  margin: 0.3em 0.9em 0 0;
  font-weight: 400;
}
.kinou_text {
  font-size: 2em;
  line-height: 1.7;
  margin: 0 0 0;
  letter-spacing: 0.03em;
  text-align: justify;
  font-weight: 400;
}
@supports (position: sticky) or (position: -webkit-sticky) {
  .btn_back {
    margin-bottom: -1.3%;
  }
}
@media screen and (max-width: 736px) {
  .img_cts.lay_left + .cts_text {
    float: right;
    width: 48%;
    padding: 0.9em 0 0;
    letter-spacing: 0;
  }
  #main .lay_pt0_sp {
    padding-top: 0;
  }
}
@media screen and (min-width: 737px), print {
  body:before {
    background-size: auto;
  }
  #main img {
    width: 100%;
  }
  .mainimg_text01 {
    margin: 3.7% 68.5% 35.3% 0;
    font-size: 0.875em;
    z-index: 1;
    left: auto;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
  }
  .mainimg_text02 {
    margin: 4.1% 0 35.3% 68.4%;
    font-size: 0.875em;
    z-index: 1;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    padding: 0;
  }
  .mainimg_text01 > span,
  .mainimg_text02 > span {
    max-height: 100%;
    width: auto;
    max-width: none;
  }
  .mainimg_img {
    position: relative;
    height: 508px;
    grid-area: 1 / 1;
  }
  #mainimg .mainimg_img:before {
    display: none;
  }
  #main .mainimg_img img {
    position: absolute;
    left: 50%;
    margin: 0 0 0 -1280px;
    width: 2560px;
  }
  /* #mainimg */
  #mainimg {
    padding: 0 0 81px;
    overflow: hidden;
    display: grid;
  }
  #mainimg .inner {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    grid-area: 1 / 1;
    width: 100%;
    display: block;
  }
  #mainimg h1 {
    padding: 18.5% 0 0;
    z-index: 1;
    font-size: 2.125em;
    max-width: 30%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
  }
  #mainimg h1:after {
    margin: 0.65em auto 0;
    width: 110px;
    border-bottom-width: 3px;
  }
  .cts_text {
    font-size: 1em;
    letter-spacing: 0.1em;
    line-height: 1.625;
  }
  .cts_text.clear {
    padding-top: 1.5em;
  }
  .cts_text + .cts_text {
    padding-top: 0.78em;
  }
  .cts_text + .img_cts {
    margin-top: 3.2em;
  }
  .cts_serif {
    padding: 0 0 0 3.2em;
  }
  .cts_tl {
    padding: 0;
    margin-top: 3.4em;
    font-size: 1.375em;
    text-align: center;
    border: none;
  }
  #main .lay_mb0_pc {
    margin-bottom: 0;
  }
  .cts_tl_box {
    border: solid 1px;
    display: inline-block;
    padding: 0.6em 1.6em;
  }
  .content section:nth-of-type(1) .cts_tl {
    margin-top: 0;
  }
  .cts_tl + .cts_text {
    margin-top: 2.4em;
  }
  .cts_tl + .img_cts {
    margin: 5.1% 0 0;
  }
  .cts_img_wrap.lay_left {
    width: 47.5%;
    display: block;
    float: left;
    margin: 3.1% 0 0 0;
  }
  .cts_text_wrap {
    padding: 2.3% 0 0;
    float: right;
    width: 47.5%;
    font-size: 1em;
  }
  .cts_text_wrap.lay_left {
    float: left;
    width: 40%;
    padding: 6% 0 0;
  }
  .img_cts {
    border-radius: 11px;
  }
  .content .img_cts07 {
    margin: 1.5em 0 0;
  }
  #main .img_cts.lay_right_pc {
    float: right;
    width: 55.75%;
  }
  .img_cts + .img_cts,
  picture + .img_cts {
    margin-top: 8%;
  }
  .img_cts + .cts_text {
    padding-top: 1.7em;
  }
  .img_cts.lay_left {
    margin-right: 0;
  }
  .img_cts.lay_left + .cts_text {
    padding: 0.9em 0 0;
  }
  #main .img_cts04.lay_left {
    width: 39.25%;
  }
  .img_cts04 + .cts_text_wrap {
    width: 55.2%;
    padding: 5% 0 0;
  }
  .img_cts04 + .cts_text_wrap .cts_text {
    letter-spacing: 0.1em;
  }
  /* #main */
  .content {
    margin: 0 auto;
    padding: 78px 80px;
    max-width: 960px;
    border-radius: 0.75em;
  }
  /* kinou */
  .kinou {
    margin: 9.3% 0 0;
  }
  .kinou_tl {
    padding: 0.45em 1.2em;
    margin: 0.3em 0.9em 0 0;
    font-size: 1em;
  }
  .kinou_text {
    margin: 0 0 0;
    font-size: 0.875em;
  }
  .btn_back {
    font-size: 1.375em;
    width: 8.546em;
    margin: 2.9% auto 0.9%;
    border-radius: 8px;
    transition: opacity 500ms cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 4px;
  }
  .btn_back:hover {
    opacity: 0.8;
  }
  .btn_back:hover .btn_back_arw {
    animation: btn_arw 800ms ease-out;
  }
  #main .btn_back_arw {
    width: 10px;
    margin-top: -0.4em;
  }
  #main {
    padding-bottom: 100px;
  }
  /* #footer */
  .footer_top {
    left: 0;
    height: 418px;
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .footer_top:after {
    content: "";
    display: block;
    width: 100%;
    background: #fff;
    flex-grow: 1;
  }
  .footer_top .lay_for_pc {
    position: relative;
    top: 0;
    left: 50%;
    margin: 0;
    transform: translateX(-50%);
    width: 2560px;
  }
}
@media print {
  #main {
    padding-bottom: 150px;
  }
}