@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&display=swap");
.m-plus-1 {
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.noto-sans {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.fredoka {
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.poppins {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

/*ディスプレイ初期値設定*/
/*以下、サイト固有の設定*/
/*サイト共通の間隔*/
/*英語用font読み込み指定*/
/*
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Regular.otf") format("otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Semibold.otf") format("otf");
    font-weight: bold;
    font-style: normal;
}
*/
/*
Theme Name: template1.01
Description: template1.01　全ページカスタマイズテーマです。
*/
/******************************/
/* 見出し　 */
/******************************/
.ttl00 {
  font-size: 70px;
}

.ttl00.eng {
  font-family: "Poppins", sans-serif;
}

@media screen and (max-width: 767px) {
  .ttl00 {
    font-size: 50px;
    text-align: center;
  }
}

.ttl01 {
  position: relative;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .ttl01 {
    text-align: center;
    margin-bottom: 40px;
  }
}

.ttl01.non_line:after {
  display: none;
}

.ttl01.type01 .jp_txt {
  font-size: 30px;
  margin-bottom: 5px;
}

@media screen and (max-width: 1024px) {
  .ttl01.type01 .jp_txt {
    font-size: 20px;
  }
}

.ttl01.type01 .eng_txt {
  font-family: "Fredoka", sans-serif;
  font-weight: 600;
  font-size: 56px;
  display: inline-block;
  color: #333;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .ttl01.type01 .eng_txt {
    font-size: 32px;
  }
}

.ttl01.type02 .jp_txt {
  font-size: 40px;
  line-height: 1;
}

.ttl01.type02 .eng_txt {
  font-family: "Fredoka", sans-serif;
  font-weight: 600;
  font-size: 18px;
  display: inline-block;
  color: #333;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .ttl01.type02 .eng_txt {
    font-size: 16px;
  }
}

.ttl01.type02:after {
  bottom: -30px;
}

.ttl01:after {
  content: "";
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 100%;
  max-width: 40px;
  height: 1px;
  left: 0;
  border-bottom: solid 2px #FF2B56;
}

@media screen and (max-width: 767px) {
  .ttl01:after {
    content: "";
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 100%;
    max-width: 40px;
    height: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-bottom: solid 2px #FF2B56;
  }
}

.ttl02 {
  position: relative;
  margin-bottom: 60px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .ttl02 {
    margin-bottom: 40px;
  }
}

.ttl02.non_line:after {
  display: none;
}

.ttl02.type01 .jp_txt {
  font-size: 40px;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .ttl02.type01 .jp_txt {
    font-size: 24px;
  }
}

.ttl02.type01 .eng_txt {
  font-family: "Fredoka", sans-serif;
  font-weight: 600;
  font-size: 56px;
  line-height: 1;
  display: inline-block;
  color: #333;
}

@media screen and (max-width: 767px) {
  .ttl02.type01 .eng_txt {
    font-size: 30px;
    line-height: 1.2;
  }
}

.ttl02.type02 .jp_txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.ttl02.type02 .eng_txt {
  font-family: "Fredoka", sans-serif;
  font-weight: 600;
  font-size: 34px;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}

@media screen and (max-width: 767px) {
  .ttl02.type02 .eng_txt {
    font-size: 24px;
  }
}

.ttl02.type02:after {
  bottom: -20px;
}

.ttl02:after {
  content: "";
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 100%;
  max-width: 40px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: solid 2px #FF2B56;
}

.ttl03 {
  font-size: 22px;
  font-weight: bold;
  position: relative;
  border-left: solid 4px #333;
  margin-bottom: 20px;
  padding: 0 10px 0;
}

@media screen and (max-width: 767px) {
  .ttl03 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.ttl03::before {
  content: "";
  position: absolute;
  width: calc(100%);
  left: -4px;
  bottom: -10px;
  height: 2px;
  border-bottom: dotted 2px #333;
}

.ttl03.non_border:before {
  display: none;
}

.ttl04 {
  position: relative;
}

@media screen and (max-width: 767px) {
  .ttl04 {
    line-height: 40px;
  }
}

.ttl04 .sub_txt {
  border-left: solid 4px #333;
  padding-left: 15px;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .ttl04 .sub_txt {
    font-size: 14px;
  }
}

.ttl04 .main_ttl {
  font-size: 28px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .ttl04 .main_ttl {
    font-size: 20px;
  }
}

.ttl05 {
  font-size: 18px;
  border-bottom: solid 1px #333;
  padding-bottom: 8px;
  margin-bottom: 10px;
}

.ttl06 {
  position: relative;
}

.ttl06 .eng_ttl {
  font-family: "Fredoka", sans-serif;
  font-weight: 600;
  color: #EA6882;
  font-size: 24px;
  margin-bottom: 5px;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  .ttl06 .eng_ttl {
    font-size: 18px;
  }
}

.ttl06 .eng_ttl span {
  font-size: 44px;
  margin-left: 5px;
}

@media screen and (max-width: 1024px) {
  .ttl06 .eng_ttl span {
    font-size: 28px;
  }
}

.ttl06 .jp_ttl {
  font-weight: bold;
  font-size: 24px;
}

@media screen and (max-width: 1024px) {
  .ttl06 .jp_ttl {
    font-size: 18px;
  }
}

.ttl07 {
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #B8304C;
  font-weight: bold;
  color: #fff;
  font-size: 26px;
  padding: 5px 0;
}

@media screen and (max-width: 767px) {
  .ttl07 {
    font-size: 18px;
  }
}

.ttl08 {
  position: relative;
  margin-bottom: 40px;
  font-weight: bold;
}

.ttl08:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 2px;
  width: 100px;
  background-color: #333;
}

.ttl09 {
  position: relative;
  color: #B8304C;
  font-weight: bold;
}

.ttl09 .s_txt {
  font-size: 18px;
}

@media screen and (max-width: 1024px) {
  .ttl09 .s_txt {
    font-size: 14px;
  }
}

.ttl09 .b_txt {
  font-size: 35px;
  font-weight: 900;
}

@media screen and (max-width: 1024px) {
  .ttl09 .b_txt {
    font-size: 20px;
  }
}

.ttl10 {
  border-left: 5px solid #FF2B56;
  padding-left: 15px;
  line-height: 1.2;
}

.ttl11 {
  line-height: 1.2;
  border-left: solid 5px #EA6882;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 12px;
}

.ttl11 .jp_ttl {
  font-size: 15px;
  font-weight: bold;
  color: #EA6882;
}

@media screen and (max-width: 767px) {
  .ttl11 .jp_ttl {
    font-size: 14px;
  }
}

.ttl11 .eng_ttl {
  font-family: "Fredoka", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #EA6882;
}

@media screen and (max-width: 767px) {
  .ttl11 .eng_ttl {
    font-size: 16px;
  }
}

/******************************/
/* ボタン */
/******************************/
@media screen and (max-width: 1024px) {
  .btn01 {
    text-align: center;
  }
}

.btn01 a {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 280px;
  background-color: #419498;
  border: solid 1px #419498;
  color: #fff;
  border-radius: 6px;
  font-weight: 500;
  font-size: 15px;
  padding: 14px 35px;
  text-align: center;
  z-index: 1;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn01 a:hover {
  opacity: 1;
  color: #fff;
}

.btn01 a:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.btn01 a:before {
  background: #306d70;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

.btn02 a {
  display: inline-block;
  width: 200px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 20px;
  border-bottom: 1px solid #1A1515;
  text-align: left;
  padding-bottom: 7px;
  margin: 26px 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn02 a:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #1A1515;
  height: 1px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.btn02 a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  border: 1px solid #1A1515;
  /* font-family: 'Zen Old Mincho', serif; */
  font-weight: 700;
  font-size: 21px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: -15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn02 a i.txt2 {
  font-family: 'Zen Old Mincho', serif;
  font-size: 16px;
}

.btn02 a:hover {
  opacity: 0.7;
}

.btn02 a:hover:before {
  right: 0;
}

.btn02 a:hover i {
  background-color: #1A1515;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .btn03 {
    text-align: center;
  }
}

.btn03 a {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 280px;
  background-color: #EA6882;
  overflow: hidden;
  color: #fff;
  border-radius: 100px;
  font-weight: 500;
  font-size: 15px;
  padding: 14px 25px 14px 45px;
  text-align: left;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .btn03 a {
    max-width: 240px;
    font-size: 14px;
  }
}

.btn03 a:before {
  background: #be546a;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

.btn03 a:after {
  content: "\f061";
  font-style: normal;
  line-height: 1;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}

.btn03 a span:before {
  content: "●";
  font-weight: 900;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  color: #fff;
  font-size: 12px;
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
          transform: translate(-50%, -50%) scale(1, 1);
  transition: -webkit-transform ease-in 0.3s;
  -webkit-transition: -webkit-transform ease-in 0.3s;
  transition: transform ease-in 0.3s;
  transition: transform ease-in 0.3s, -webkit-transform ease-in 0.3s;
}

.btn03 a:hover {
  color: #fff;
}

.btn03 a:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.btn03 a:hover:after {
  right: 8px;
  color: #fff;
}

.btn04 a {
  display: inline-block;
  width: 100%;
  max-width: 280px;
  background-color: #ffa500;
  color: #333;
  border-radius: 6px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0em;
  line-height: 24px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 14px 0;
  -webkit-box-shadow: 0 6px 0 #5f3f25;
          box-shadow: 0 6px 0 #5f3f25;
  position: relative;
  z-index: 1;
  text-decoration: none;
  margin: 0 auto;
  box-sizing: border-box;
}

.btn04 a:after {
  content: "\f0a9";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #333;
  background-color: #ffa500;
  border-radius: 50%;
}

.btn04:hover {
  opacity: 1;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.btn05 {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1024px) {
  .btn05 {
    text-align: center;
  }
}

.btn05 a {
  border-radius: 100px;
  width: 100%;
  max-width: 280px;
  background-color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  position: relative;
  overflow: hidden;
  border: solid 1px #CCCCCC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn05 a:hover {
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 1;
}

.btn05 a:hover:after {
  -webkit-transform: translate(-50%, -50%) scale(100, 100);
          transform: translate(-50%, -50%) scale(100, 100);
  z-index: -1;
}

.btn05 a:after {
  content: "●";
  font-weight: 900;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  color: #CCCCCC;
  font-size: 12px;
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
          transform: translate(-50%, -50%) scale(1, 1);
  -webkit-transition: -webkit-transform ease-in 0.3s;
  transition: -webkit-transform ease-in 0.3s;
  transition: transform ease-in 0.3s;
  transition: transform ease-in 0.3s, -webkit-transform ease-in 0.3s;
}

.btn06 a {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  /*max-width: 280px;*/
  background-color: #00173A;
  color: #fff;
  font-weight: 600;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 30px;
}

.btn06 a:before {
  content: "";
  background-color: #fff;
  width: 4px;
  height: 60%;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn06 a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/icon/arrow_right01.svg);
  width: 28px;
  height: 9px;
  background-size: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn06 a:hover:after {
  right: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn07 figure {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border: solid 2px #333;
}

.btn07 figure figcaption {
  position: absolute;
  top: 15px;
  left: 30px;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .btn07 figure figcaption {
    left: 15px;
  }
}

.btn07 figure .ttl01 {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .btn07 figure .ttl01 {
    text-align: left !important;
  }
}

.btn07 figure .ttl01 .jp_txt {
  font-size: 30px;
}

@media screen and (max-width: 1024px) {
  .btn07 figure .ttl01 .jp_txt {
    font-size: 20px;
  }
}

.btn07 figure .ttl01 .eng_txt {
  font-size: 38px;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .btn07 figure .ttl01 .eng_txt {
    font-size: 24px;
  }
}

.btn07 figure .ttl01:after {
  border-bottom: solid 2px #fff;
}

@media screen and (max-width: 1024px) {
  .btn07 figure .ttl01:after {
    left: 20px;
    bottom: -10px;
  }
}

.btn07 figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 49/18;
}

.btn07 figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: #EA6882;
  opacity: 0.7;
}

.btn07 figure:after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 25px;
  display: inline-block;
  background-image: url(../images/common/btn_logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 107.48px;
  height: 82px;
}

@media screen and (max-width: 1024px) {
  .btn07 figure:after {
    width: calc(107.48px / 1.5);
    height: calc(82px / 1.5);
    bottom: 10px;
    right: 15px;
  }
}

.btn07 figure:hover:before {
  opacity: 1;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.btn07 a {
  display: block;
}

/******************************/
/* テキストリンク */
/******************************/
a.tel_link {
  line-height: normal;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 5px;
}

a.tel_link::before {
  content: "";
  background-image: url(../images/icon/tel_icon01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  display: inline-block;
}

a.mail_link {
  line-height: normal;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
}

a.mail_link::before {
  content: "\f0e0";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #333;
  font-size: 25px;
  position: relative;
}

.text_link01 a {
  position: relative;
  width: 100%;
  /*max-width: 220px;*/
  padding-bottom: 10px;
  display: inline-block;
  border-bottom: solid 1px #ccc;
}

.text_link01 a:hover:after {
  right: 10px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.text_link01 a:after {
  content: "";
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  background-image: url(../images/icon/feather-arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 18px;
}

@media screen and (max-width: 767px) {
  .text_link01 a:after {
    width: calc(26px * 0.6);
    height: calc(18px * 0.6);
  }
}

.text_link01 a span {
  font-family: "Poppins", sans-serif;
}

.text_link01 a span:before {
  content: "";
  position: absolute;
  left: 0;
  border-bottom: solid 2px #666;
  width: 30px;
  height: 1px;
  bottom: -1px;
}

.text_link02 a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding-bottom: 10px;
}

.text_link02 a:hover:after {
  right: 10px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.text_link02 a:after {
  content: "";
  background-image: url(../images/icon/feather-arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 18px;
}

@media screen and (max-width: 767px) {
  .text_link02 a:after {
    width: calc(26px * 0.6);
    height: calc(18px * 0.6);
  }
}

.text_link02 a span {
  font-family: "Poppins", sans-serif;
}

.txt_link01 {
  color: #FF2B56;
  border-bottom: solid 1px #FF2B56;
}

/******************************/
/* レイアウト　 */
/******************************/
.layout_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 1024px) {
  .layout_a {
    display: block;
  }
}

.layout_a .imgbox {
  width: 55%;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .layout_a .imgbox {
    width: 100%;
  }
}

.layout_a .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 40px;
  padding: 2% 0;
}

@media screen and (max-width: 1024px) {
  .layout_a .txtbox {
    margin-right: 0;
    margin-top: 20px;
  }
}

.layout_b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .layout_b {
    display: block;
  }
}

.layout_b .imgbox {
  width: 55%;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .layout_b .imgbox {
    width: 100%;
  }
}

.layout_b .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 40px;
  padding: 2% 0;
}

@media screen and (max-width: 1024px) {
  .layout_b .txtbox {
    margin-left: 0;
    margin-top: 20px;
  }
}

/* layout_c 横並び */
.layout_c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
}

.layout_c li .phone_txt {
  font-size: 16px;
  color: #1F9681;
}

.layout_c li .phone_txt a {
  color: #1F9681;
}

.layout_c li .phone_txt span {
  font-size: 28px;
  font-family: "Poppins", sans-serif;
  margin-left: 5px;
  font-weight: bold;
}

/* layout_d 画像（枠外）+テキスト */
.layout_d {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1024px) {
  .layout_d {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 5%;
  }
}

.layout_d .imgbox {
  width: 50%;
}

@media screen and (max-width: 1024px) {
  .layout_d .imgbox {
    width: 100%;
  }
}

.layout_d .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 10/5;
}

.layout_d .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 50px;
}

@media screen and (max-width: 1024px) {
  .layout_d .txtbox {
    margin-left: 0;
    margin-top: 25px;
  }
}

.layout_d .txtbox .box {
  width: 85%;
  margin-right: auto;
}

@media screen and (max-width: 1024px) {
  .layout_d .txtbox .box {
    width: 100%;
    margin: 0;
  }
}

/* layout_e 画像（枠外）+テキスト */
.layout_e {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 1024px) {
  .layout_e {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 5%;
  }
}

.layout_e .imgbox {
  width: 50%;
}

@media screen and (max-width: 1024px) {
  .layout_e .imgbox {
    width: 100%;
  }
}

.layout_e .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 10/5;
}

.layout_e .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 50px;
}

@media screen and (max-width: 1024px) {
  .layout_e .txtbox {
    margin-right: 0;
    margin-top: 25px;
  }
}

.layout_e .txtbox .box {
  margin-left: auto;
  width: 85%;
}

@media screen and (max-width: 1024px) {
  .layout_e .txtbox .box {
    width: 100%;
    margin: 0;
  }
}

.sub_images_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .sub_images_ul {
    display: block;
  }
}

.sub_images_ul.count_up_ul01 .number01 {
  border-radius: 10px 10px 0px 0px;
  background-color: #B8304C;
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 25px;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  .sub_images_ul.count_up_ul01 .number01 {
    font-size: 14px;
  }
}

.sub_images_ul.count_up_ul01 .number01 span {
  font-size: 32px;
  margin-right: 3px;
}

@media screen and (max-width: 1024px) {
  .sub_images_ul.count_up_ul01 .number01 span {
    font-size: 24px;
  }
}

.sub_images_ul.count_up_ul01 figure img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0px 10px 10px 10px;
  border: solid 5px #B8304C;
}

.sub_images_ul.cul2 li {
  width: calc(100% / 2 - 10px);
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .sub_images_ul.cul2 li {
    width: 100%;
    margin-bottom: 20px;
  }
  .sub_images_ul.cul2 li:last-child {
    margin-bottom: 0;
  }
}

.sub_images_ul.cul2 li ul li {
  width: 100%;
}

.sub_images_ul li {
  width: calc(100% / 3 - 15px);
}

@media screen and (max-width: 767px) {
  .sub_images_ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .sub_images_ul li:last-child {
    margin-bottom: 0;
  }
}

.sub_images_ul li p {
  font-size: 13px;
}

.sub_images_ul li img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

/******************************/
/* #タブ切り替え */
/******************************/
.tab-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0;
}

.tab-label {
  color: White;
  background: #fff;
  border: solid 2px #1F9681;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  padding: 20px .5em;
  width: calc(80% / 3);
  margin: 0 auto;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .tab-label {
    font-size: 12px;
    padding: 15px .5em 15px;
    width: 100%;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    margin-top: 10px;
  }
}

.tab-label span {
  display: block;
  font-size: 14px;
}

.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.tab-switch:checked + .tab-label {
  background: #1F9681 !important;
  color: #fff !important;
}

.tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  overflow: auto;
  padding: 30px 15px 15px;
  opacity: 1;
  -webkit-transition: .5s opacity;
  transition: .5s opacity;
  border-top: dotted 3px #1F9681;
  margin-top: 70px;
}

.tab-switch {
  display: none !important;
}

.tab-switch:checked + .tab-label {
  background: #fff;
  position: relative;
}

/*******************/
/*　FAQ　アコーディオン*/
/*******************/
.faq_contents h2 {
  font-size: 22px;
  margin-bottom: 25px;
}

.faq_contents .accordion_one {
  margin: 0 auto 30px;
}

.faq_contents .accordion_one .accordion_header {
  background-color: #fff;
  color: #333;
  font-weight: 600;
  border: solid 2px #CCCCCC;
  border-radius: 6px;
  /*font-size: 26px;*/
  padding: 20px 5% 20px 50px;
  position: relative;
  z-index: +1;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.faq_contents .accordion_one .accordion_header:hover {
  opacity: 0.8;
}

.faq_contents .accordion_one .accordion_header:before {
  display: inline-block;
  content: "";
  margin-right: 10px;
  position: absolute;
  top: 31%;
  left: 20px;
  background-image: url(../images/icon/faq/faq_q_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
}

.faq_contents .accordion_one .accordion_header .i_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  right: 1.5%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.faq_contents .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  position: relative;
}

.faq_contents .accordion_one .accordion_header .i_box .one_i:before, .faq_contents .accordion_one .accordion_header .i_box .one_i:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: "";
  background-color: #B8304C;
  border-radius: 10px;
  width: 18px;
  height: 2px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.faq_contents .accordion_one .accordion_header .i_box .one_i:before {
  width: 2px;
  height: 18px;
  top: 0;
  left: 7px;
}

.faq_contents .accordion_one .accordion_header.stay .i_box {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.faq_contents .accordion_one .accordion_header.stay .i_box .one_i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.faq_contents .accordion_one .accordion_header.stay .i_box .one_i:before {
  content: none;
}

.faq_contents .accordion_one .accordion_header.stay.open .i_box {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}

.faq_contents .accordion_one .accordion_header.stay.open .i_box .one_i {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.faq_contents .accordion_one .accordion_header.stay.open .i_box .one_i:before {
  content: "";
}

.faq_contents .accordion_one .accordion_header.stay.open .i_box .one_i:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.faq_contents .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

.faq_contents .accordion_one .accordion_header.open .i_box .one_i:before {
  content: "";
}

.faq_contents .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/**/
.faq_contents .accordion_one .accordion_inner {
  display: none;
  padding: 0px 30px 30px 50px;
  margin-top: 30px;
  /*border-left: 2px solid #b4b4b4;
    border-right: 2px solid #b4b4b4;
    border-bottom: 2px solid #b4b4b4;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.8;
  position: relative;
}

.faq_contents .accordion_one .accordion_inner:before {
  display: inline-block;
  content: "";
  margin-right: 10px;
  position: absolute;
  background-image: url(../images/icon/faq/faq_a_icon.svg);
  top: 0;
  left: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
}

.faq_contents .accordion_one .accordion_inner.stay {
  display: block;
}

/* .s_03 .accordion_one .accordion_inner .box_one {
    height: 300px;
  } */
.faq_contents .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .faq_contents .accordion_one .accordion_header {
    font-size: 18px;
  }
  .faq_contents .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}

@media screen and (max-width: 767px) {
  .faq_contents .accordion_one .accordion_header {
    font-size: 14px;
    text-align: left;
    padding: 15px 30px 15px 50px;
    line-height: 1.5;
  }
  .faq_contents .accordion_one .accordion_header:before {
    left: 7px;
  }
  .faq_contents .accordion_one .accordion_inner {
    padding: 0px 30px 15px 50px;
  }
}

/* ---------- */
/* カテゴリーページャー */
/* ---------- */
.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .pager {
    margin-bottom: 30px;
  }
}

.pager .page-numbers {
  border-radius: 50%;
  border: solid 1px #333333;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.pager .page-numbers.current {
  border: solid 1px #333333;
  background-color: #333333;
  color: #fff;
}

/*******************/
/*　ページャー　　　　*/
/*******************/
.post-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.post-btn .prev a,
.post-btn .next a {
  /*border: solid 1px #333;*/
  color: #fff;
  background-color: #333;
  /*border-radius: 50%;*/
  aspect-ratio: 1/1;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
}

.post-btn .link_btn {
  /*border: solid 1px #333;*/
  background-color: #333;
  /*border-radius: 50px;*/
  padding: 3px 25px;
  line-height: 30px;
}

.post-btn .link_btn a {
  color: #fff;
}

/******************************/
/* レイアウト　リスト （UL）*/
/******************************/
/*Check　リスト*/
.chk_list {
  list-style-type: none;
}

.chk_list.cul02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 20px;
}

.chk_list.cul02 li {
  width: calc(100% / 2 - 20px);
  margin: 0;
}

.chk_list.cul03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 0;
}

.chk_list.cul03 li {
  width: calc(100% / 3 - 0px);
  margin: 0;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.chk_list.cul03 li:before {
  background-image: url(../images/icon/chk_icon02.svg);
  width: 14px;
  height: 14px;
}

.chk_list li {
  position: relative;
  line-height: 1.8;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #185e57;
  padding-bottom: 10px;
  margin-bottom: 13px;
}

.chk_list li:first-child {
  margin-top: 0;
}

.chk_list li::before {
  content: "";
  display: inline-block;
  background-image: url(../images/icon/chk_icon01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.chk_list02 {
  list-style-type: none;
}

.chk_list02.cul02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 20px;
}

.chk_list02.cul02 li {
  width: calc(100% / 2 - 20px);
  margin: 0;
}

.chk_list02 li {
  position: relative;
  line-height: 1.8;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #185e57;
  padding-bottom: 10px;
  margin-bottom: 13px;
}

.chk_list02 li:first-child {
  margin-top: 0;
}

.chk_list02 li::before {
  content: "\f4fc";
  display: inline-block;
  color: #419498;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 10px;
}

.doted li {
  margin-top: 10px;
  list-style: disc;
  margin-left: 1.5em;
  line-height: 1.8;
}

.doted li:first-child {
  margin-top: 0;
}

/******************************/
/* レイアウト　リスト （DL）*/
/******************************/
.dl_tbl01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.6;
}

.dl_tbl01 dt {
  width: 30%;
  border-bottom: solid 2px #B8304C;
  color: #B8304C;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .dl_tbl01 dt {
    width: 100px;
  }
}

.dl_tbl01 dd {
  width: calc(100% - 30%);
  border-bottom: solid 1px #B8304C;
}

@media screen and (max-width: 767px) {
  .dl_tbl01 dd {
    width: calc(100% - 100px);
  }
}

.dl_tbl01 dt .box,
.dl_tbl01 dd .box {
  padding: 15px 20px;
}

.dl_tbl02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.6;
}

.dl_tbl02.type02 dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dl_tbl02.type02 dd p {
  color: #DB022F;
}

.dl_tbl02.type02 .price_txt {
  color: #DB022F;
  font-weight: 500;
  font-size: 24px;
}

.dl_tbl02 dt {
  width: 30%;
  background-color: #E8DAD1;
  font-weight: 500;
  border-radius: 6px 0px 0px 6px;
}

@media screen and (max-width: 767px) {
  .dl_tbl02 dt {
    width: 140px;
  }
}

.dl_tbl02 dd {
  width: calc(100% - 30%);
  background-color: #F9F7F4;
  border-radius: 0px 6px 6px 0px;
}

@media screen and (max-width: 767px) {
  .dl_tbl02 dd {
    width: calc(100% - 140px);
  }
}

.dl_tbl02 dt,
.dl_tbl02 dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 15px;
}

.tbl_list01_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #1F9681;
}

.tbl_list01_dl dt {
  width: 120px;
  max-width: 120px;
  padding: 5px 0;
}

.tbl_list01_dl dd {
  width: calc(100% - 120px);
  padding: 5px 0;
}

/******************************/
/* レイアウト　テーブル （TABLE）*/
/******************************/
.scrool_tbl {
  overflow-x: auto;
  margin-bottom: 30px;
}

.tbl_price {
  width: 100%;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .tbl_price {
    width: 700px;
  }
}

.tbl_price .wd40p {
  width: 40%;
}

.tbl_price .wd10p {
  width: 10%;
}

.tbl_price thead th {
  color: #aa6908;
  background-color: transparent;
  border: none;
  text-align: left;
}

.tbl_price th,
.tbl_price td {
  border: solid 1px #c8c8c8;
  text-align: left;
  padding: 8px 20px;
}

.tbl_price th {
  color: #ffffff;
  background-color: #000;
}

/******************************/
/* ギャラリー　スライダー*/
/******************************/
.swiper-container {
  overflow: hidden;
  /*position: relative;*/
}

.gallery-photo {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

.gallery-photo .gallery-slider .swiper-slide p {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  background-color: #fff;
}

.gallery-photo .gallery-slider .swiper-slide p span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.gallery-photo .gallery-slider .swiper-slide p span.img_short {
  background-size: cover !important;
}

.gallery-photo .gallery-slider .swiper-slide p span.img_long {
  background-size: auto 100% !important;
}

.gallery-photo .gallery-slider .swiper-slide p img {
  display: block;
  width: auto;
  height: auto;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

body .gallery-photo .gallery-thumbs {
  margin: 30px 0px 30px;
  padding: 0 45px;
  position: relative;
}

.gallery-photo .gallery-thumbs .swiper-slide {
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5px;
  cursor: pointer;
}

.gallery-photo .gallery-thumbs .swiper-slide p {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.gallery-photo .gallery-thumbs .swiper-slide p:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.gallery-photo .gallery-thumbs .swiper-slide.swiper-slide-thumb-active p:after {
  content: "";
  opacity: 0;
}

.gallery-photo .gallery-thumbs .swiper-slide p span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.gallery-photo .gallery-thumbs .swiper-button {
  background-color: #333;
  width: 30px;
  height: 100%;
  border: 0;
  overflow: hidden;
  font-size: 0;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.gallery-photo .gallery-thumbs .swiper-button:hover {
  opacity: 0.7;
}

.gallery-photo .gallery-thumbs .swiper-button:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.gallery-photo .gallery-thumbs .swiper-button.swiper-prev {
  left: 0;
}

.gallery-photo .gallery-thumbs .swiper-button.swiper-prev:before {
  background: url("../images/common/sl-prev.svg") no-repeat center/12px auto;
}

.gallery-photo .gallery-thumbs .swiper-button.swiper-next {
  right: 0;
}

.gallery-photo .gallery-thumbs .swiper-button.swiper-next:before {
  background: url("../images/common/sl-next.svg") no-repeat center/12px auto;
}

@media screen and (max-width: 767px) {
  .gallery-photo .gallery-thumbs {
    margin: 20px 0 20px;
    padding: 0 35px;
  }
  .gallery-photo .gallery-thumbs .swiper-slide {
    width: 50%;
  }
}

/******************************/
/* 投稿一覧出力　レイアウト*/
/******************************/
/*サムネイル　横*/
.home .thum_list02 li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home .thum_list02 li .imgbox {
  width: 25%;
}

@media screen and (max-width: 1024px) {
  .home .thum_list02 li .imgbox {
    width: 40%;
  }
}

.home .thum_list02 li .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
}

@media screen and (max-width: 1024px) {
  .home .thum_list02 li .txtbox {
    margin-left: 5px;
  }
}

.home .thum_list02 li .txtbox .date_area {
  font-size: 13px;
  margin-right: 5px;
}

.home .thum_list02 li .txtbox .category_c.event_c a {
  background-color: #11829A;
}

.home .thum_list02 li .txtbox .category_c a {
  background-color: #D16219;
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
  display: inline-block;
  font-weight: bold;
  /* max-width: 140px; */
  padding: 3px 10px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .home .thum_list02 li .txtbox .category_c a p {
    font-size: 12px;
  }
}

.thum_list02 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: dotted 1px #333;
}

.thum_list02 li .imgbox {
  width: 180px;
}

@media screen and (max-width: 1024px) {
  .thum_list02 li .imgbox {
    width: 30%;
  }
}

.thum_list02 li .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 21/14;
  border-radius: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #EA6882;
}

.thum_list02 li .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 25px;
}

@media screen and (max-width: 1024px) {
  .thum_list02 li .txtbox {
    margin-left: 10px;
  }
}

.thum_list02 li .txtbox .date_area {
  font-size: 13px;
  margin-right: 5px;
}

.thum_list02 li .txtbox .category_c.event_c a {
  background-color: #11829A;
}

.thum_list02 li .txtbox .category_c a {
  background-color: #D16219;
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
  display: inline-block;
  font-weight: bold;
  /* max-width: 140px; */
  padding: 3px 10px;
  text-align: center;
}

/*# sourceMappingURL=css_map/template.css.map */
