@charset "UTF-8";
/******************************* Preface ***************************************/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Allison&display=swap");
a:hover {
  color: #344A8E;
}

/********************************* body ***************************************/
body {
  /******************************** header **************************************/
  /********************************  Main Content ******************************/
  /***********************************  footer ********************************/
}
body header.header.top {
  height: 100vh;
}
body header.header .inner {
  padding: 0 8px;
}
body header.header .inner .mainvi {
  height: 100%;
  width: 100%;
  position: relative;
  overflow-x: hidden;
  /* スクロールダウンの位置 */
}
body header.header .inner .mainvi .slider {
  height: 100%;
}
body header.header .inner .mainvi .slider div {
  height: 100%;
  background-image: url(../img/mv_sp.png);
}
body header.header .inner .mainvi .sub-copy {
  position: absolute;
  top: 20%;
  left: 2%;
  transform: rotate(-10deg);
  font-size: 16vw;
  line-height: 1;
}
body header.header .inner .mainvi .mv-icon {
  position: absolute;
  top: 27%;
  left: auto;
  right: -3%;
}
body header.header .inner .mainvi .mv-icon img {
  display: block;
  width: 60%;
  margin: 0 auto;
}
body header.header .inner .mainvi .copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: 100%;
  padding: 0 1.5rem;
}
body header.header .inner .mainvi .copy h1 {
  width: 100%;
}
body header.header .inner .mainvi .copy h1 span {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding-left: 0.5rem;
  font-size: 14vw;
}
body header.header .inner .mainvi .copy h1 span.sub {
  font-size: 4.7vw;
  padding: 0.8rem 1rem;
}
body header.header .inner .mainvi .scroll {
  text-align: center;
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-weight: bold;
  letter-spacing: 0.1rem;
  /* 矢印のアニメーション部分 */
}
body header.header .inner .mainvi .scroll::after {
  animation: scroll 2s infinite;
  background-color: #000;
  bottom: -115px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
body header.header .mainvi {
  height: 100%;
  width: 100%;
  position: relative;
  overflow-x: hidden;
  /* スクロールダウンの位置 */
}
body header.header .mainvi .slider {
  height: 100%;
}
body header.header .mainvi .slider div {
  height: 100%;
  background-image: url(../img/mv_sp.png);
}
body header.header .mainvi .sub-copy {
  position: absolute;
  top: 20%;
  left: 2%;
  transform: rotate(-10deg);
  font-size: 16vw;
  line-height: 1;
}
body header.header .mainvi .mv-icon {
  position: absolute;
  top: 27%;
  left: auto;
  right: -3%;
}
body header.header .mainvi .mv-icon img {
  display: block;
  width: 60%;
  margin: 0 auto;
}
body header.header .mainvi .copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: 100%;
  padding: 0 1.5rem;
}
body header.header .mainvi .copy h1 {
  width: 100%;
}
body header.header .mainvi .copy h1 span {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding-left: 0.5rem;
  font-size: 14vw;
}
body header.header .mainvi .copy h1 span.sub {
  font-size: 4.7vw;
  padding: 0.8rem 1rem;
}
body header.header .mainvi .scroll {
  text-align: center;
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-weight: bold;
  letter-spacing: 0.1rem;
  /* 矢印のアニメーション部分 */
}
body header.header .mainvi .scroll::after {
  animation: scroll 2s infinite;
  background-color: #000;
  bottom: -115px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
body .content-wrap {
  padding: 4rem 0;
}
body .content-wrap .inner {
  padding: 0 1.5rem;
}
body .content-wrap .inner.inner-l {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
body .content-wrap .inner.inner-m {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
body .content-wrap .inner.inner-s {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
body .content-wrap.bg-merit-img {
  padding: 3rem 1.5rem;
}
body .content-wrap h1.section-title,
body .content-wrap h2.section-title,
body .content-wrap h3.section-title,
body .content-wrap h4.section-title,
body .content-wrap h5.section-title,
body .content-wrap h6.section-title {
  margin-bottom: 3rem;
}
body .content-wrap h1.section-title span.main,
body .content-wrap h2.section-title span.main,
body .content-wrap h3.section-title span.main,
body .content-wrap h4.section-title span.main,
body .content-wrap h5.section-title span.main,
body .content-wrap h6.section-title span.main {
  font-size: 2.2rem;
}
body .content-wrap h1.section-title span.sub,
body .content-wrap h2.section-title span.sub,
body .content-wrap h3.section-title span.sub,
body .content-wrap h4.section-title span.sub,
body .content-wrap h5.section-title span.sub,
body .content-wrap h6.section-title span.sub {
  font-size: 1.3rem;
}
body .content-wrap h1.content-title.boder-bottom-01,
body .content-wrap h2.content-title.boder-bottom-01,
body .content-wrap h3.content-title.boder-bottom-01,
body .content-wrap h4.content-title.boder-bottom-01,
body .content-wrap h5.content-title.boder-bottom-01,
body .content-wrap h6.content-title.boder-bottom-01 {
  position: relative;
  font-size: 2.5rem;
  font-weight: bold;
}
body .content-wrap h1.content-title.boder-bottom-01 span,
body .content-wrap h2.content-title.boder-bottom-01 span,
body .content-wrap h3.content-title.boder-bottom-01 span,
body .content-wrap h4.content-title.boder-bottom-01 span,
body .content-wrap h5.content-title.boder-bottom-01 span,
body .content-wrap h6.content-title.boder-bottom-01 span {
  position: relative;
  padding: 1rem 0;
}
body .content-wrap h1.content-title.boder-bottom-01 span::after,
body .content-wrap h2.content-title.boder-bottom-01 span::after,
body .content-wrap h3.content-title.boder-bottom-01 span::after,
body .content-wrap h4.content-title.boder-bottom-01 span::after,
body .content-wrap h5.content-title.boder-bottom-01 span::after,
body .content-wrap h6.content-title.boder-bottom-01 span::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90px;
  height: 3px;
  content: "";
  background: #344A8E;
}
body .content-wrap h1.content-title.boder-bottom-01 span:before,
body .content-wrap h2.content-title.boder-bottom-01 span:before,
body .content-wrap h3.content-title.boder-bottom-01 span:before,
body .content-wrap h4.content-title.boder-bottom-01 span:before,
body .content-wrap h5.content-title.boder-bottom-01 span:before,
body .content-wrap h6.content-title.boder-bottom-01 span:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  content: "";
  background: #FFF347;
  z-index: 1;
}
body .content-wrap h1.content-title.center,
body .content-wrap h2.content-title.center,
body .content-wrap h3.content-title.center,
body .content-wrap h4.content-title.center,
body .content-wrap h5.content-title.center,
body .content-wrap h6.content-title.center {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 2rem;
}
body .content-wrap h1.content-title.center span,
body .content-wrap h2.content-title.center span,
body .content-wrap h3.content-title.center span,
body .content-wrap h4.content-title.center span,
body .content-wrap h5.content-title.center span,
body .content-wrap h6.content-title.center span {
  width: 100%;
  display: block;
}
body .content-wrap h1.content-title.center span::after,
body .content-wrap h2.content-title.center span::after,
body .content-wrap h3.content-title.center span::after,
body .content-wrap h4.content-title.center span::after,
body .content-wrap h5.content-title.center span::after,
body .content-wrap h6.content-title.center span::after {
  left: 50%;
  transform: translateX(-50%);
}
body .content-wrap h1.content-title.center span:before,
body .content-wrap h2.content-title.center span:before,
body .content-wrap h3.content-title.center span:before,
body .content-wrap h4.content-title.center span:before,
body .content-wrap h5.content-title.center span:before,
body .content-wrap h6.content-title.center span:before {
  left: 50%;
  transform: translateX(-150%);
}
body .content-wrap h1.content-title.icon-title span,
body .content-wrap h2.content-title.icon-title span,
body .content-wrap h3.content-title.icon-title span,
body .content-wrap h4.content-title.icon-title span,
body .content-wrap h5.content-title.icon-title span,
body .content-wrap h6.content-title.icon-title span {
  position: relative;
  font-size: 2.2rem;
  font-weight: bold;
}
body .content-wrap h1.content-title.icon-title span::after, body .content-wrap h1.content-title.icon-title span::before,
body .content-wrap h2.content-title.icon-title span::after,
body .content-wrap h2.content-title.icon-title span::before,
body .content-wrap h3.content-title.icon-title span::after,
body .content-wrap h3.content-title.icon-title span::before,
body .content-wrap h4.content-title.icon-title span::after,
body .content-wrap h4.content-title.icon-title span::before,
body .content-wrap h5.content-title.icon-title span::after,
body .content-wrap h5.content-title.icon-title span::before,
body .content-wrap h6.content-title.icon-title span::after,
body .content-wrap h6.content-title.icon-title span::before {
  content: "";
  display: block;
  background-image: url(../img/icon_star.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
body .content-wrap h1.content-title.icon-title span::after,
body .content-wrap h2.content-title.icon-title span::after,
body .content-wrap h3.content-title.icon-title span::after,
body .content-wrap h4.content-title.icon-title span::after,
body .content-wrap h5.content-title.icon-title span::after,
body .content-wrap h6.content-title.icon-title span::after {
  right: -1.5em;
}
body .content-wrap h1.content-title.icon-title span::before,
body .content-wrap h2.content-title.icon-title span::before,
body .content-wrap h3.content-title.icon-title span::before,
body .content-wrap h4.content-title.icon-title span::before,
body .content-wrap h5.content-title.icon-title span::before,
body .content-wrap h6.content-title.icon-title span::before {
  left: -1.5em;
}
body .content-wrap h1.lead-text,
body .content-wrap h2.lead-text,
body .content-wrap h3.lead-text,
body .content-wrap h4.lead-text,
body .content-wrap h5.lead-text,
body .content-wrap h6.lead-text {
  font-size: 2rem;
  font-weight: 600;
}
body .content-wrap .title-deco {
  position: relative;
}
body .content-wrap .title-deco::after, body .content-wrap .title-deco::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 50px;
  max-width: 100px;
  position: absolute;
  top: 20%;
  transform: translateY(-50%);
}
body .content-wrap .title-deco::after {
  right: 5%;
}
body .content-wrap .title-deco::before {
  left: 5%;
}
body .content-wrap .sec-img-wrap img {
  display: block;
}
body .content-wrap .bg-question-wrap {
  background-size: cover;
  background-position: center;
  background-image: url(../img/bg_question_sp.jpg);
  background-repeat: no-repeat;
  position: relative;
  padding: 10rem 0;
  margin-top: -17%;
  z-index: -1;
}
body .content-wrap .bg-question-wrap .ttl-img {
  padding-bottom: 2rem;
}
body .content-wrap .bg-question-wrap .ttl-img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
body .content-wrap .bg-question-wrap .text {
  font-weight: bold;
  font-size: 1.3rem;
}
body .content-wrap .bg-question-wrap .text span {
  color: #FDFE1A;
  font-size: 1.5rem;
}
body .content-wrap .commit-wrap .item {
  background: white;
  border: 2px solid #344A8E;
  margin: 5rem auto;
}
body .content-wrap .commit-wrap .item .ttl {
  margin-top: -3em;
}
body .content-wrap .commit-wrap .item .ttl img {
  display: block;
  margin: 0 auto;
  max-width: 90%;
}
body .content-wrap .commit-wrap .item ul {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 2rem;
}
body .content-wrap .commit-wrap .item ul li {
  padding-bottom: 2rem;
}
body .content-wrap .commit-wrap .item ul li .title {
  position: relative;
  padding-left: 30px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
body .content-wrap .commit-wrap .item ul li .title::after {
  position: absolute;
  content: "●";
  font-size: 20px;
  color: #344A8E;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
body .content-wrap .commit-wrap .item ul li p {
  font-size: 1.2rem;
}
body .content-wrap .box-1col.box-1col-01 {
  max-width: 100%;
  display: block;
}
body .content-wrap .box-1col.box-1col-01 .thumb {
  width: 100%;
  margin-right: 0;
}
body .content-wrap .box-1col.box-1col-01 .text {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-right: 0;
  padding-top: 2rem;
}
body .content-wrap .box-1col.box-1col-01 .text h3.section-title {
  margin-bottom: 1.5rem;
}
body .content-wrap .box-1col.box-1col-01 .text > p {
  font-size: 1.1rem;
}
body .content-wrap .box-1col.box-1col-01.reverse {
  flex-direction: row;
}
body .content-wrap .box-1col.box-1col-01.reverse .thumb {
  margin-right: 0;
  margin-left: 0;
}
body .content-wrap .box-1col.box-1col-01.reverse .text {
  padding-right: 0;
  padding-left: 0;
}
body .content-wrap .box-1col.box-1col-02 {
  display: block;
  margin-bottom: 5rem;
}
body .content-wrap .box-1col.box-1col-02 .thumb {
  position: relative;
  width: 95%;
}
body .content-wrap .box-1col.box-1col-02 .thumb::after {
  top: 20%;
  left: 15%;
}
body .content-wrap .box-1col.box-1col-02 .text {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 1.5rem;
}
body .content-wrap .box-1col.box-1col-02 .text h3.section-title {
  margin-bottom: 1.5rem;
}
body .content-wrap .box-1col.box-1col-02 .text > p {
  font-size: 1.1rem;
}
body .content-wrap .box-1col.box-1col-02.reverse {
  flex-direction: row;
}
body .content-wrap .box-1col.box-1col-02.reverse .thumb::after {
  top: 20%;
  left: -15%;
}
body .content-wrap .box-1col.box-1col-02.reverse .text {
  padding-right: 0;
  padding-left: 0;
}
body .content-wrap .box-1col.box-1col-03 {
  display: block;
  margin-bottom: 5rem;
  padding: 1.5rem;
}
body .content-wrap .box-1col.box-1col-03 .thumb {
  width: 100%;
}
body .content-wrap .box-1col.box-1col-03 .text {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 3rem 0 3rem 0;
}
body .content-wrap .box-1col.box-1col-03 .text .num {
  position: absolute;
  top: -3rem;
  left: 2rem;
  color: rgba(52, 74, 142, 0.8);
  font-weight: bold;
  font-size: 5rem;
  line-height: 1;
}
body .content-wrap .box-1col.box-1col-03 .text h3.section-title {
  margin-bottom: 1.5rem;
}
body .content-wrap .box-1col.box-1col-03 .text > p {
  font-size: 1.1rem;
}
body .content-wrap .box-1col.box-1col-04 {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 5rem;
  padding: 3rem 0;
}
body .content-wrap .box-1col.box-1col-04 .merit-list {
  width: 100%;
}
body .content-wrap .box-1col.box-1col-04 .merit-list li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #D9D9D9;
}
body .content-wrap .box-1col.box-1col-04 .merit-list li .num {
  width: 40px;
  height: 40px;
  font-size: 1.4rem;
}
body .content-wrap .box-1col.box-1col-04 .merit-list li .num > span {
  display: block;
}
body .content-wrap .box-1col.box-1col-04 .merit-list li .detail {
  width: 80%;
  font-size: 1.1rem;
}
body .content-wrap .box-1col.box-1col-04 .merit-list li .detail > span {
  font-weight: bold;
}
body .content-wrap .box-1col.box-1col-04 .text {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-right: 0;
  padding-bottom: 2rem;
}
body .content-wrap .box-1col.box-1col-04 .text h3.section-title {
  margin-bottom: 1.5rem;
}
body .content-wrap .box-1col.box-1col-04 .text > p {
  font-size: 1.1rem;
}
body .content-wrap .box-3col.box-3col-01 {
  margin: 6rem 0 4rem;
}
body .content-wrap .box-3col.box-3col-01 ul.list {
  display: block;
}
body .content-wrap .box-3col.box-3col-01 ul.list li.list-item {
  width: 100%;
  margin-right: 0;
  margin-bottom: 20%;
}
body .content-wrap .box-3col.box-3col-01 ul.list li.list-item:nth-child(3n) {
  margin-right: 0;
}
body .content-wrap .box-3col.box-3col-01 ul.list li.list-item .item-wrap {
  background: #344A8E;
  border: 3px solid #344A8E;
}
body .content-wrap .box-3col.box-3col-01 ul.list li.list-item .num {
  position: relative;
  font-size: 1.1rem;
  line-height: 1;
  color: white;
  text-align: center;
  font-weight: bold;
  z-index: 1;
}
body .content-wrap .box-3col.box-3col-01 ul.list li.list-item .num span {
  display: block;
  font-size: 2.3rem;
}
body .content-wrap .box-3col.box-3col-01 ul.list li.list-item .num::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-image: url(../img/voice_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 84px;
  z-index: -1;
}
body .content-wrap .box-3col.box-3col-01 ul.list li.list-item .ttl {
  font-size: 1.1rem;
  color: white;
  text-align: center;
  font-weight: bold;
  padding: 1rem 0;
}
body .content-wrap .box-3col.box-3col-01 ul.list li.list-item .item-body {
  background: white;
  padding: 0.3rem;
}
body .content-wrap .box-3col.box-3col-01 ul.list li.list-item .item-body .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0.5rem auto;
  object-fit: cover;
  aspect-ratio: 16/10;
}
body .content-wrap .box-3col.box-3col-01 ul.list li.list-item .item-body .text {
  padding: 1rem 0.5rem;
  min-height: auto;
}
body .content-wrap .btn-wrap h3 {
  font-weight: bold;
  font-size: 1.3rem;
}
body .content-wrap .table tr th {
  width: 28%;
  padding: 1.5rem;
}
body .content-wrap .table tr td {
  padding: 1.5rem;
}
body .content-wrap .map {
  aspect-ratio: 1/1;
}
body .content-wrap .map iframe {
  width: 100%;
  height: 100%;
  max-height: 100%;
}
body .sec-head-img {
  margin-bottom: -5%;
  padding-top: 4em;
}