﻿
.main-area {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  font-style: normal;
  box-sizing: border-box;
  overflow: hidden;
}

:root {
  --annabelle: "annabelle-jf", sans-serif;
  --minion: "minion-pro", serif;
}

.main-area img {
  width: 100%;
  height: auto;
}

.main-area .sp_only {
  display: block;
}

.main-area .pc_only {
  display: none;
}

.main-area .sec {
  width: 100%;
  position: relative;
}

.main-area .flex_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.main-area .grid_box {
  display: grid;
}

.main-area .position_box {
  position: relative;
}


/************** js **************/
.js_imgFadeIn {
  opacity: 0;
  transition: transform 1.5s ease-in-out, opacity 1.5s ease-in-out;
  transform: translateY(100px);
}

.imgAnimated{
  opacity: 1;
  transform: translateY(0);
}


/************** bg **************/
.sec {
  position: relative;
  width: 100%;
}

.sec::before {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  z-index: -1;
}

.sec.sec01::before {
  top: 1.5%;
  height: calc(734* (100vw /375));
  background-color: #D5E9FC;
}

.sec.sec02::before {
  top: 1%;
  height: calc(718* (100vw /375));
  background-color: #F2E8B9;
}

.sec.sec03::before {
  top: 1%;
  height: calc(785* (100vw /375));
  background-color: #EED1D9;
}

.sec.sec04::before {
  top: 1.5%;
  height: calc(749* (100vw /375));
  background-color: #D1E0C2;
}

.sec.sec05::before {
  top: .7%;
  height: calc(762* (100vw /375));
  background-color: #F2E7C8;
}


/************** common **************/
/*** font ***/
.style_box .sec_box01 li .sub_box02 .text02,
.sec .sec_box .sec_ttl .ttl01,
.sec .sec_box .sec_ttl .ttl03 {
  font-family: var(--annabelle);
  font-weight: 400;
}

.sec_tax .check_box .check_btn,
.sec .sec_box03 .sec_other__ttl {
  font-family: var(--minion);
}

.main-area .sec_btn a {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/*** sec_text ***/
.sec_text {
  font-size: calc(13* (100vw /375));
  letter-spacing: 0.05em;
  line-height: 2.15;
  text-align: center;
}

/*** sec_tax ***/
.sec_tax {
  font-size: calc(12* (100vw /375));
  letter-spacing: 0.05em;
  line-height: 2;
  display: flex;
  flex-direction: column;
  gap: calc(7* (100vw /375)) 0;
}

.sec_tax02 {
  margin-top: calc(15* (100vw /375));
}

.sec_tax03 {
  margin-top: calc(15* (100vw /375));
}

.sec_tax li a {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.sec_tax li p {
  text-align: center;
}

.sec_tax .check_box {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: calc(8* (100vw /375)) 0;
}

.sec_tax .check_box .check_btn {
  width: calc(60* (100vw /375));
  height: calc(20* (100vw /375));
  font-size: calc(11* (100vw /375));
  letter-spacing: 0.08em;
  line-height: 1;
  color: #fff;
  position: relative;
}

.sec_tax .check_box p span {
  font-size: calc(11* (100vw /375));
}

.sec_tax .check_box .check_btn span {
  display: block;
  padding: calc(3* (100vw /375)) 0 0 calc(7.9* (100vw /375));
  z-index: 5;
  position: relative;
}

.sec_tax .check_box .check_btn::before,
.sec_tax .check_box .check_btn::after {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: calc(58* (100vw /375));
  height: calc(17* (100vw /375));
}

.sec_tax .check_box .check_btn::before {
  top: 0;
  left: 0;
  z-index: 3;
}

.sec_tax .check_box .check_btn::after {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: 1;
  background-color: #fff;
}

.sec01 .sec_tax .check_box .check_btn::before {
  background-color: #3197F0;
}

.sec02 .sec_tax .check_box .check_btn::before {
  background-color: #DEB900;
}

.sec03 .sec_tax .check_box .check_btn::before {
  background-color: #EA7393;
}

.sec04 .sec_tax .check_box .check_btn::before {
  background-color: #61A710;
}

.sec05 .sec_tax .check_box .check_btn::before {
  background-color: #E8981B;
}


/*** sec_box01 ***/
.sec .sec_box01 {
  margin: 0 auto calc(66* (100vw /375));
  width: calc(355* (100vw /375));
}

/*** sec_ttl ***/
.sec .sec_box .sec_ttl {
  margin: 0 auto calc(19* (100vw /375));
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: calc(24* (100vw /375)) 0;
}

.sec .sec_box .sec_ttl p {
  width: max-content;
}

.sec .sec_box .sec_ttl .ttl01 {
  font-size: calc(45* (100vw /375));
  letter-spacing: 0;
  line-height: 1;
}

.sec .sec_box .sec_ttl .ttl02 {
  font-size: calc(22* (100vw /375));
  letter-spacing: 0.05em;
  line-height: 1;
  position: relative;
  z-index: 5;
}

.sec .sec_box .sec_ttl .ttl03 {
  font-size: calc(40* (100vw /375));
  letter-spacing: 0;
  line-height: 1;
  top: auto;
  bottom: -10%;
  left: 50%;
  transform: translate(-50%, 0);
  color: #FFFFFF;
  opacity: .5;
  position: absolute;
  z-index: 3;
}

.sec.sec01 .sec_box .sec_ttl .ttl01,
.sec.sec01 .sec_box .sec_ttl .ttl02 {
  color: #3197F0;
}

.sec.sec02 .sec_box .sec_ttl .ttl01,
.sec.sec02 .sec_box .sec_ttl .ttl02 {
  color: #DEB900;
}

.sec.sec03 .sec_box .sec_ttl .ttl01,
.sec.sec03 .sec_box .sec_ttl .ttl02 {
  color: #EA7393;
}

.sec.sec04 .sec_box .sec_ttl .ttl01,
.sec.sec04 .sec_box .sec_ttl .ttl02 {
  color: #61A710;
}

.sec.sec05 .sec_box .sec_ttl .ttl01,
.sec.sec05 .sec_box .sec_ttl .ttl02 {
  color: #E8981B;
}

/*** sec_img ***/
.sec .sec_box01 .sec_img {
  margin: 0 auto calc(2* (100vw /375));
  width: 100%;
}

/*** tax_box ***/
.sec .sec_box01 .tax_box {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: calc(18* (100vw /375)) 0;
}

.sec .sec_box01 .tax_box .sec_text {
  text-align: center;
}

/*** sec_box02 ***/
.sec .sec_box02 {
  margin: 0 auto calc(39* (100vw /375));
  width: calc(355* (100vw /375));
  position: relative;
}

.sec .sec_box02 .sec_sub__ttl {
  margin-bottom: calc(14* (100vw /375));
  padding-left: calc(15* (100vw /375));
  font-size: calc(20* (100vw /375));
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.sec01 .sec_box02 .sec_sub__ttl {
  color: #3197F0;
}

.sec02 .sec_box02 .sec_sub__ttl {
  color: #DEB900;
}

.sec03 .sec_box02 .sec_sub__ttl {
  color: #EA7393;
}

.sec04 .sec_box02 .sec_sub__ttl {
  color: #61A710;
}

.sec05 .sec_box02 .sec_sub__ttl {
  color: #E8981B;
}

.sec .sec_box02 .sub_box01 {
  margin-bottom: calc(35* (100vw /375));
}

.sec .sec_box02 .sub_box01 .sec_img {
  width: calc(170* (100vw /375));
}

.sec .sec_box02 .sub_box02 {
  width: calc(315* (100vw /375));
}

.sec .sec_box02 .sub_box02 .sec_img {
  width: calc(150* (100vw /375));
}

.item_sub__ttl {
  position: absolute;
  z-index: 10;
  pointer-events: none;
}

.item_sub__ttl01 {
  width: calc(284* (100vw /375));
  top: 46.4%;
  right: -3%;
  left: auto;
}

.item_sub__ttl02 {
  width: calc(171* (100vw /375));
  top: 31.5%;
  left: -2%;
}

.item_sub__ttl03 {
  width: calc(82* (100vw /375));
  top: 50%;
  right: -1.6%;
  left: auto;
}

.item_sub__ttl04 {
  width: calc(187* (100vw /375));
  top: 46.6%;
  right: 0;
  left: auto;
}

.item_sub__ttl05 {
  width: calc(182* (100vw /375));
  top: 29.8%;
  left: -1%;
}

/*** sec_box03 ***/
.sec .sec_box03 {
  margin: 0 auto calc(20* (100vw /375));
  width: calc(325* (100vw /375));
}

.sec .sec_box03 .sec_other__ttl {
  margin-bottom: calc(20* (100vw /375));
  position: relative;
}

.sec .sec_box03 .sec_other__ttl p {
  padding-right: calc(10* (100vw /375));
  font-size: calc(23* (100vw /375));
  letter-spacing: 0.05em;
  font-weight: 500;
  position: relative;
  width: max-content;
  background-color: #fff;
  z-index: 5;
}

.sec .sec_box03 .sec_other__ttl::before{
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #000;
  top: 50%;
  width: 100%;
  height: 1px;
}

.sec .sec_box03 .sub_box01 {
  width: calc(325*(100vw / 375));
  grid-template-columns: calc(85*(100vw / 375)) calc(83*(100vw / 375)) auto;
  grid-template-rows: calc(229*(100vw / 375)) auto;
}

.sec .sec_box03 .sub_box01 .sec_img {
  width: calc(157* (100vw /375));
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: calc(10* (100vw /375)) 0;
}

.sec .sec_box03 .sub_box01 .sec_img img {
  display: block;
}

.sec .sec_box03 .sub_box01 .sec_img p {
  font-size: calc(12* (100vw /375));
  letter-spacing: 0.05em;
  line-height: 1;
}

.sec .sec_box03 .sub_box01 .sec_img:nth-of-type(1) {
  grid-column: 1/3;
  grid-row: 1/2;
}

.sec .sec_box03 .sub_box01 .sec_img:nth-of-type(2) {
  grid-column: 3/4;
  grid-row: 1/2;
}

.sec .sec_box03 .sub_box01 .sec_img:nth-of-type(3) {
  grid-column: 2/4;
  grid-row: 2/3;
}


/************** mv **************/
.main-area .mv {
  margin: 0 auto calc(44* (100vw /375));
}

.main-area .mv .mv_img {
  margin: 0 auto calc(32* (100vw /375));
  width: 100%;
}

.main-area .mv_text {
  font-size: calc(14* (100vw /375));
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  margin-left: calc(7*(100vw / 375));
  white-space: nowrap;
}


/************** style_box **************/
.style_box {
  margin: 0 auto calc(59* (100vw /375));
}

/*** sec_box01 ***/
.style_box .sec_box01 {
  margin: 0 auto;
  width: calc(355* (100vw /375));
  gap: calc(20* (100vw /375)) 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.style_box .sec_box01 li {
  width: max-content;
  height: max-content;
}

.style_box .sec_box01 li .sub_box01 {
  width: calc(118* (100vw /375));
  height: calc(146* (100vw /375));
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}

/*** sub_box02 ***/
.style_box .sec_box01 li .sub_box02 {
  padding: calc(1* (100vw /375)) 0 0;
}

.style_box  .sec_box01 li:nth-of-type(2) .sub_box02,
.style_box  .sec_box01 li:nth-of-type(3) .sub_box02 {
  padding: calc(8* (100vw /375)) 0 0;
}

.style_box .sec_box01 li .sub_box02 .text01 {
  font-size: calc(13* (100vw /375));
  letter-spacing: 0.05em;
  line-height: 1.25;
  width: max-content;
  text-align: center;
  position: relative;
  z-index: 5;
}

.style_box .sec_box01 li .sub_box02 .text02 {
  font-size: calc(13* (100vw /375));
  letter-spacing: 0.05em;
  line-height: 1.25;
  width: max-content;
  position: absolute;
  z-index: 2;
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: .4;
}

.style_box .sec_box01 li:nth-of-type(1) .sub_box02 .text02 {
  color: #3197F0;
}

.style_box .sec_box01 li:nth-of-type(2) .sub_box02 .text02 {
  color: #DEB900;
}

.style_box .sec_box01 li:nth-of-type(3) .sub_box02 .text02 {
  color: #EA7393;
}

.style_box .sec_box01 li:nth-of-type(4) .sub_box02 .text02 {
  color: #61A710;
}

.style_box .sec_box01 li:nth-of-type(5) .sub_box02 .text02 {
  color: #E8981B;
}


/************** sec01 **************/
.sec01  {
  margin: 0 auto calc(61* (100vw /375));
}

.sec.sec01 .sec_box02 .sub_box02 .sec_img:nth-of-type(2) {
  margin-top: calc(40* (100vw /375));
}


/************** sec02 **************/
.sec02  {
  margin: 0 auto calc(62* (100vw /375));
}

.sec.sec02 .sec_box02 .sub_box01 {
  margin-bottom: calc(51*(100vw / 375));
}

.sec02 .sec_box02 .sub_box02 {
  margin-right: auto;
  margin-left: auto;
  width: calc(325* (100vw /375));
  grid-template-columns: calc(88* (100vw /375)) calc(87* (100vw /375)) auto;
  grid-template-rows: calc(20* (100vw /375)) calc(198* (100vw /375)) auto;
}

.sec02 .sec_box02 .sub_box02 .sec_img:nth-of-type(1) {
  grid-column: 1/3;
  grid-row: 1/3;
}

.sec02 .sec_box02 .sub_box02 .sec_img:nth-of-type(2) {
  grid-column: 3/4;
  grid-row: 2/4;
}

.sec02 .sec_box02 .sub_box02 .sec_img:nth-of-type(3) {
  grid-column: 2/4;
  grid-row: 3/4;
}

/************** sec03 **************/
.sec03  {
  margin: 0 auto calc(62* (100vw /375));
}

.sec.sec03 .sec_box02 .sub_box01 {
  margin-bottom: calc(20*(100vw / 375));
}

.sec.sec03 .sec_box02 .sub_box02 .sec_img:nth-of-type(2) {
  margin-top: calc(40* (100vw /375));
}


/************** sec04 **************/
.sec04  {
  margin: 0 auto calc(63* (100vw /375));
}

.sec.sec04 .sec_box02 .sub_box02 .sec_img:nth-of-type(2) {
  margin-top: calc(40* (100vw /375));
}


/************** sec05 **************/
.sec05  {
  margin: 0 auto calc(63* (100vw /375));
}

.sec.sec05 .sec_box .sec_ttl {
  margin: 0 auto calc(8*(100vw / 375));
}

.sec.sec05 .sec_box02 .sub_box01 {
  margin-bottom: calc(51*(100vw / 375));
}

.sec05 .sec_box02 .sub_box02 {
  margin-right: auto;
  margin-left: auto;
  width: calc(325* (100vw /375));
  grid-template-columns: calc(88* (100vw /375)) calc(87* (100vw /375)) auto;
  grid-template-rows: calc(20* (100vw /375)) calc(198* (100vw /375)) auto;
}

.sec05 .sec_box02 .sub_box02 .sec_img:nth-of-type(1) {
  grid-column: 1/3;
  grid-row: 1/3;
}

.sec05 .sec_box02 .sub_box02 .sec_img:nth-of-type(2) {
  grid-column: 3/4;
  grid-row: 2/4;
}

.sec05 .sec_box02 .sub_box02 .sec_img:nth-of-type(3) {
  grid-column: 2/4;
  grid-row: 3/4;
}

/*** sec_box03 ***/
.sec.sec05 .sec_box03 .sub_box:not(:first-of-type) {
  margin: calc(24* (100vw /375)) auto calc(15* (100vw /375));
}

.sec.sec05 .sec_box03 .sub_box02 {
  width: calc(325*(100vw / 375));
  display: block;
}

.sec.sec05 .sec_box03 .sub_box02 .sec_img {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: calc(10* (100vw /375)) 0;
}

.sec.sec05 .sec_box03 .sub_box02 .sec_img .sec_img_sub_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.sec.sec05 .sec_box03 .sub_box02 .sec_img img {
  display: block;
  width: calc(157*(100vw / 375));
}

.sec.sec05 .sec_box03 .sub_box02 .sec_img p {
  font-size: calc(12* (100vw /375));
  letter-spacing: 0.05em;
  line-height: 1;
}


/************** btn **************/
.main-area .sec_btn {
  margin: 0 auto;
  padding: 0 0 calc(71* (100vw /375));
}

.main-area .sec_btn a {
  margin: 0 auto;
  font-size: calc(14* (100vw /375));
  letter-spacing: 0.05em;
  font-weight: 700;
  width: calc(280* (100vw /375));
  max-width: calc(280* (100vw /375));
  height: calc(50* (100vw /375));
  max-height: calc(50* (100vw /375));
  background-color: #E8981B;
  color: #fff;
  border: #E8981B 1px solid;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  position: relative;
}

.main-area .sec_btn a:nth-of-type(2) {
  margin: calc(20* (100vw /375)) auto 0;
  background-color: transparent;
  color: #E8981B;
  border: 1px solid #E8981B;
}



/* ===============================================
### PC用デザイン###
=============================================== */
@media screen and (min-width:768px) {

.main-area {
  margin: 0 auto;
  width: 120rem;
}

.main-area .sp_only {
  display: none;
}

.main-area .pc_only {
  display: block;
}

.main-area .flex_box_pc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.main-area .grid_box_pc {
  display: grid;
}

/************** js **************/
.menu_img:hover {
  animation: hover-swing;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

@keyframes hover-swing{
  0%{
    transform: rotate(0);
  }
  25%{
    transform: rotate(10deg);
  }
  50%{
    transform: rotate(-10deg);
  }
  75%{
    transform: rotate(5deg);
  }
  100%{
    transform: rotate(0);
  }
}

/************** bg **************/
  .sec.sec01::before {
    top: 2.8%;
    height: 39.1rem;
  }

  .sec.sec02::before {
    top: 2%;
    height: 38.7rem;
  }

  .sec.sec03::before {
    top: 2.2%;
    height:33.4rem;
  }

  .sec.sec04::before {
    top: 2.7%;
    height: 41.6rem;
  }

  .sec.sec05::before {
    top: 2.5%;
    height: 33.5rem;
  }


/************** common **************/
  /*** sec_text ***/
  .sec_text {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 2;
    text-align: center;
  }

  /*** sec_tax ***/
  .sec_tax {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    line-height: 2;
    display: flex;
    flex-direction: column;
    gap: 2rem 0;
  }

  .sec_tax02 {
    margin-top: 2.4rem;
    font-size: 1.5rem;
  }

  .sec_tax03 {
    margin-top: 2.3rem;
    font-size: 1.5rem;
    line-height: 1.74;
    align-items: center;
  }

  .sec_tax li a {
    align-items: flex-start;
  }

  .sec02 .sec_tax03 li a,
  .sec03 .sec_tax03 li a,
  .sec05 .sec_tax03 li a {
    align-items: center;
  }

  .sec_tax li p {
    text-align: left;
  }

  .sec_tax02 li p,
  .sec_tax03 li p {
    text-align: center;
  }

  .sec_tax .check_box {
    gap: 0;
    flex-direction: row;
  }

  .sec_tax .check_box .check_btn {
    width: 6.0rem;
    height: 2.0rem;
    font-size: 1.1rem;
    margin-left: .3rem;
  }

  .sec_tax .check_box p span {
    font-size: 1.1rem;
  }

  .sec_tax02 .check_box p span {
    font-size: 1.5rem;
  }
  
  .sec02 .sec_tax02 .check_box p span,
  .sec05 .sec_tax02 .check_box p span {
    font-size: 1.2rem;
  }

  .sec_tax03 .check_box p span {
    font-size: 1.5rem;
  }

  .sec02 .sec_tax03 .check_box p span,
  .sec03 .sec_tax03 .check_box p span,
  .sec05 .sec_tax03 .check_box p span {
    font-size: 1.2rem;
  }

  .sec_tax .check_box .check_btn span {
    padding: .5rem 0 0 .8rem;
    z-index: 5;
  }

  .sec_tax .check_box .check_btn::before,
  .sec_tax .check_box .check_btn::after {
    width: 5.7rem;
    height: 1.8rem;
  }

  .sec_tax .check_box .check_btn::before {
    top: 7%;
    left: 0;
    z-index: 3;
  }

  .sec_tax .check_box .check_btn::after {
    top: auto;
    right: 0.6%;
    bottom: -10%;
    left: auto;
    z-index: 1;
  }


  /*** sec_box01 ***/
  .sec .sec_box01 {
    margin: 0 auto 6.6rem;
    width: 100.0rem;
  }

  .sec .sec_box01.grid_box_pc {
    width: 89.9rem;
    margin: 0 auto 2.8rem;
    grid-template-columns: 5rem 39.9rem auto;
    grid-template-rows: 16.4rem auto;
  }

  .sec.sec02 .sec_box01.grid_box_pc {
    margin: 0 auto 0.8rem;
  }

  .sec.sec03 .sec_box01.grid_box_pc {
    margin: 0 auto 1.4rem;
  }

  .sec.sec04 .sec_box01.grid_box_pc {
    margin: 0 auto 1.8rem;
  }

  .sec.sec05 .sec_box01.grid_box_pc {
    margin: 0 auto -1.6rem;
    grid-template-rows: 20.2rem auto;
  }

  .sec .sec_box01.grid_box_pc .sec_img {
    width: 45rem;
    grid-column: 3/4;
    grid-row: 1/3;
  }

  /*** sec_ttl ***/
  .sec .sec_box .sec_ttl {
    margin: 3rem 0 0 0;
    width: max-content;
    height: max-content;
    gap: 2.9rem 0;
    align-items: flex-start;
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }

  .sec .sec_box .sec_ttl .ttl01 {
    font-size: 5rem;
    letter-spacing: 0;
    line-height: 1;
  }

  .sec .sec_box .sec_ttl .ttl02 {
    font-size: 2.8rem;
    letter-spacing: 0.05em;
    line-height: 1;
    z-index: 5;
  }

  .sec .sec_box .sec_ttl .ttl03 {
    font-size: 5.6rem;
    top: auto;
    bottom: -10%;
    left: 57%;
  }

  .sec02 .sec_box .sec_ttl .ttl03 {
    left: 64%;
  }

  .sec03 .sec_box .sec_ttl .ttl03 {
    left: 24%;
  }

  .sec04 .sec_box .sec_ttl .ttl03 {
    left: 56%;
  }

  .sec05 .sec_box .sec_ttl .ttl03 {
    left: 63%;
  }

  /*** sec_img ***/
  .sec .sec_box01 .sec_img {
    margin: 0 auto .2rem;
    width: 100%;
  }

  /*** tax_box ***/
  .sec .sec_box01 .tax_box {
    gap: 2.3rem 0;
    grid-column: 2/3;
    grid-row: 2/3;
    align-items: flex-start;
    white-space: nowrap;
  }

  .sec .sec_box01 .tax_box .sec_text {
    text-align: left;
  }

  /*** sec_box02 ***/
  .sec .sec_box02 {
    margin: 0 auto 5rem;
    width: 80rem;
  }

  .sec.sec02 .sec_box02 {
    width: 100rem;
  }

  .sec.sec05 .sec_box02 {
    width: 100rem;
  }

  .sec .sec_box02 .sec_sub__ttl {
    margin: 0 auto 1.7rem;
    width: 80rem;
    padding-left: 0;
    font-size: 3.4rem;
    line-height: 1.75;
  }

  .sec03 .sec_box02 .sec_sub__ttl {
    margin: 0 auto -.4rem;
  }

  .sec .sec_box02 .sub_box01 {
    margin-bottom: 3.1rem;
  }

  .sec .sec_box02 .sub_box01 .sec_img {
    width: 38.5rem;
  }

  .sec .sec_box02 .sub_box02 {
    width: 63rem;
  }

  .sec .sec_box02 .sub_box02 .sec_img {
    width: 30rem;
  }

  .sec .sec_box02 .sec_tax {
    align-items: center;
    line-height: 1.74;
  }

  .sec.sec05 .sec_box02 .sec_tax {
    gap: 1rem 0;
  }

  .sec .sec_box02 .sec_tax li a {
    align-items: center;
  }

  .item_sub__ttl01 {
    width: 54rem;
    top: 51.5%;
    right: 0%;
    left: auto;
  }
  
  .item_sub__ttl02 {
    width: 30rem;
    top: 44.6%;
    left: -1.5%;
  }
  
  .item_sub__ttl03 {
    width: 14.5rem;
    top: 57.3%;
    right: 9.2%;
    left: auto;
  }
  
  .item_sub__ttl04 {
    width: 40rem;
    top: 50.3%;
    right: 0;
    left: auto;
  }
  
  .item_sub__ttl05 {
    width: 39rem;
    top: 43.5%;
    left: -4.7%;
  }

  /*** sec_box03 ***/
  .sec .sec_box03 {
    margin: 0 auto 2.0rem;
    width: 100.0rem;
  }

  .sec .sec_box03 .sec_other__ttl {
    margin-bottom: 3.1rem;
  }

  .sec .sec_box03 .sec_other__ttl p {
    padding-right: 1.8rem;
    font-size: 3rem;
    letter-spacing: 0.05em;
    font-weight: 500;
    width: max-content;
    z-index: 5;
  }

  .sec .sec_box03 .sec_other__ttl::before{
    top: 57%;
    width: 100%;
    height: 1px;
  }

  .sec .sec_box03 .sub_box01 {
    margin: 0 auto;
    width: 100rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .sec.sec05 .sec_box03 .sub_box01 {
    width: 66rem;
  }

  .sec .sec_box03 .sub_box01 .sec_img {
    width: 32rem;
    gap: 1.0rem 0;
  }

  .sec .sec_box03 .sub_box01 .sec_img p {
    font-size: 1.5rem;
  }

/************** mv **************/
  .main-area .mv {
    margin: 0 auto 5.2rem;
    width: 120rem;
  }

  .main-area .mv .mv_img {
    margin: 0 auto 5.1rem;
    width: 100%;
  }

  .main-area .mv_text {
    font-size: 1.5rem;
    margin-left: 0;
  }


/************** style_box **************/
  .style_box {
    margin: 0 auto 4.6rem;
  }

  /*** sec_box01 ***/
  .style_box .sec_box01 {
    margin: 0 auto;
    width: 100.0rem;
    gap: 0;
    justify-content: space-between;
  }

  .style_box .sec_box01 li .sub_box01 {
    width: 20rem;
    height: 24rem;
  }

  /*** sub_box02 ***/
  .style_box .sec_box01 li .sub_box02 {
    padding: .48rem 0 0;
  }

  .style_box  .sec_box01 li:nth-of-type(2) .sub_box02,
  .style_box  .sec_box01 li:nth-of-type(3) .sub_box02 {
    padding: 1.79rem 0 0;
  }

  .style_box .sec_box01 li .sub_box02 .text01 {
    font-size: 2rem;
  }

  .style_box .sec_box01 li .sub_box02 .text02 {
    font-size: 2.1rem;
    bottom: 0;
    left: 50%;
  }


/************** sec01 **************/
  .sec01  {
    margin: 0 auto 7.1rem;
  }

  .sec.sec01 .sec_box02 .sub_box02 .sec_img:nth-of-type(2) {
    margin-top: 12rem;
  }


/************** sec02 **************/
  .sec02  {
    margin: 0 auto 7rem;
  }

  .sec.sec02 .sec_box02 .sub_box01 {
    margin: 0 auto 8.1rem;
    width: 80rem;
  }

  .sec02 .sec_box02 .sub_box02 {
    margin-right: auto;
    margin-left: auto;
    width: 100.0rem;
    display: flex;
    justify-content: space-between;
  }

  .sec02 .sec_box02 .sub_box02 .sec_img {
    width: 32rem;
  }

  .sec02 .sec_box02 .sub_box02 .sec_img:nth-of-type(2) {
    margin-top: 6rem;
  }


/************** sec03 **************/
  .sec03  {
    margin: 0 auto 7.3rem;
  }

  .sec.sec03 .sec_box02 .sub_box01 {
    margin-bottom: 3rem;
  }

  .sec.sec03 .sec_box02 .sub_box01 .sec_img:nth-of-type(1) {
    margin-top: 2.2rem;
  }

  .sec.sec03 .sec_box02 .sub_box02 .sec_img:nth-of-type(2) {
    margin-top: 8.7rem;
  }


/************** sec04 **************/
  .sec04  {
    margin: 0 auto 6rem;
  }

  .sec.sec04 .sec_box02 .sub_box02 .sec_img:nth-of-type(2) {
    margin-top: 11.7rem;
  }


/************** sec05 **************/
  .sec05  {
    margin: 0 auto 9.6rem;
  }

  .sec.sec05 .sec_box .sec_ttl {
    margin: 6.9rem 0 0 0;
  }

  .sec.sec05 .sec_box02 .sub_box01 {
    margin: 0 auto 8.1rem;
    width: 80rem;
  }

  .sec05 .sec_box02 .sub_box02 {
    margin-right: auto;
    margin-left: auto;
    width: 100.0rem;
    display: flex;
    justify-content: space-between;
  }

  .sec.sec05 .sec_box02 .sub_box02 .sec_img {
    width: 32rem;
  }

  .sec05 .sec_box02 .sub_box02 .sec_img:nth-of-type(2) {
    margin-top: 5.7rem;
  }

  /*** sec_box03 ***/
  .sec.sec05 .sec_box03 .sub_box:not(:first-of-type) {
    margin: 4.6rem auto 1.5rem;
  }

  .sec.sec05 .sec_box03 .sub_box02 {
    width: 100.0rem;
  }

  .sec.sec05 .sec_box03 .sub_box02 .sec_img {
    width: 100%;
    gap: 1.0rem 0;
  }

  .sec.sec05 .sec_box03 .sub_box02 .sec_img .sec_img_sub_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 66rem;
  }

  .sec.sec05 .sec_box03 .sub_box02 .sec_img img {
    width: 32rem;
  }

  .sec.sec05 .sec_box03 .sub_box02 .sec_img p {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 1;
  }


/************** btn **************/
  .main-area .sec_btn {
    margin: 0 auto;
    padding: 0 0 10rem;
  }

  .main-area .sec_btn a {
    margin: 0 auto;
    font-size: 1.4rem;
    width: 28.0rem;
    max-width: 28.0rem;
    height: 5.0rem;
    max-height: 5.0rem;
  }

  .main-area .sec_btn a:nth-of-type(2) {
    margin: 2.0rem auto 0;
  }


}
/* パンくず 追加スタイル PC */
@media only screen and (min-width: 768px) {
.breadcrumb__list{
  padding-bottom: 1.6rem;
}
}


