@charset "UTF-8";
/* Pass */
/*
レスポンシブ
*/
:root {
  /* FontFamily */
  --base-font-family: "Hiragino Sans", sans-serif;
  --noto-sans: "Noto Sans JP", sans-serif;
  --noto-serif: "Noto Serif JP", serif;
  --lato: "Lato", sans-serif;
  --hiragino: "Hiragino Sans", sans-serif;
  --mincho: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E", "ＭＳ Ｐ明朝",
    "MS PMincho", serif;
  --goshic: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic",
    "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --apple: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --hannari: "Hannari", serif;
  --helvetica: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  --anton: "Anton", sans-serif;
  /* Contents Width */
  --content-width-sm: 1000px;
  --content-width: 1200px;
  /* Base Beside */
  --base-beside: 15px;
}

/* Pass */
@font-face {
  font-family: "Lora";
  src: url(https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap);
}
body,
div,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
ul,
ol {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  font-size: 14px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  line-height: 1.75;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
}

@media only screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: inherit;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}

a {
  outline: none;
}

ul,
ol {
  list-style: none;
}

p {
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none !important;
  }
}
@media only screen and (min-width: 768px), print {
  .u-hidden-pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .l-wrapper {
    width: 100%;
    overflow: hidden;
  }
}
@media only screen and (min-width: 768px), print {
  .l-wrapper {
    min-width: 1030px;
    max-width: 1920px;
    margin-inline: auto;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1280px), print {
  .l-unit__box {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 1279px), print {
  .l-unit__box {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .l-unit__box.has-padding-sp {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.l-footer__main {
  position: relative;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .l-footer__main:before {
    height: 5px;
    background-size: 30px 5px;
  }
}
.l-footer__content {
  padding: 40px 0 60px;
  color: #0b213a;
}

.l-footer__content img {
  vertical-align: sub;
}

.l-footer__text {
  line-height: 2em;
}

.l-footer__text + .l-footer__text {
  margin-top: 20px;
}

.l-footer__logo {
  padding: 50px 0 60px;
  text-align: center;
}

.l-footer__copy {
  padding: 25px;
  background-color: #032449;
  text-align: center;
  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;
}

@media screen and (min-width: 768px) {
  .l-footer__copy {
    padding: 40px;
  }
}
.l-footer__copy img {
  width: 90px;
}

@media screen and (min-width: 768px) {
  .l-footer__copy img {
    width: 120px;
  }
}
.mv {
  margin: 10px 0;
  padding-top: 104%;
  background-image: url("/pw2207-k-01/img/mv_sp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .mv {
    position: relative;
    padding-top: 48.4375%;
    background-image: url("/pw2207-k-01/img/mv_pc.jpg");
  }
}
.mvBottom {
  padding: 20px 0;
  background-color: #032449;
}

@media screen and (min-width: 768px) {
  .mvBottom {
    padding: 40px 0;
  }
}
.mvBottom__btn {
  display: block;
  position: relative;
  top: 0;
  box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.7);
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 768px) {
  .mvBottom__btn {
    box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
.mvBottom__btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 5px;
}

@media screen and (min-width: 768px) {
  .mvBottom__btn:hover {
    top: 10px;
  }
}
.mvBottom__btn__wrap {
  width: calc(100% - 30px);
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .mvBottom__btn__wrap {
    max-width: 750px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.mvBottom__btn__wrap .mvBottom__btn:first-child {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .mvBottom__btn__wrap .mvBottom__btn:first-child {
    margin-bottom: 0;
    margin-right: 40px;
  }
}
.menubox {
  display: none;
}

@media screen and (min-width: 768px) {
  .menubox {
    display: block;
  }
}
.menubox #ham-menu {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 250px;
  padding: 2rem 2rem 2rem 3.5rem;
  position: fixed;
  right: 0;
  bottom: 10%;
  -webkit-transition: -webkit-transform 0.2s linear 0.1s;
  transition: -webkit-transform 0.2s linear 0.1s;
  transition: transform 0.2s linear 0.1s;
  transition: transform 0.2s linear 0.1s, -webkit-transform 0.2s linear 0.1s;
  width: 285px;
  z-index: 999;
  background-color: #23374d;
  border-radius: 10px 0 0 10px;
  color: #e3bf77;
}

.menubox #ham-menu li a {
  font-size: 12px;
  display: block;
  width: 210px;
  line-height: 1.5em;
  color: #ffffff;
  text-align: center;
  margin: 0 auto 10px;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menubox #ham-menu li a span {
  font-size: 16px;
  font-weight: bold;
}

.menubox #ham-menu li a:hover {
  text-decoration: none;
  opacity: 0.7;
  cursor: pointer;
}

.menubox #ham-menu li a:visited,
.menubox #ham-menu li a :focus {
  text-decoration: none;
}

.menubox #ham-menu .ham-menu-tel-box {
  text-align: center;
  line-height: 2em;
}

.menubox #ham-menu .ham-menu-tel-box .ham-menu-tel-text {
  font-size: 12px;
}

.menubox #ham-menu .ham-menu-tel-box .ham-menu-tel-number {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 24px;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  line-height: 1.1;
  color: #e3bf77;
}

.menubox #ham-menu .ham-menu-tel-box .ham-menu-tel-time {
  font-size: 10px;
}

.menubox #menu {
  display: block;
  height: 100%;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s linear 0.1s;
  transition: all 0.2s linear 0.1s;
  z-index: -1;
}

.menubox #hamuicon {
  border-radius: 1rem 0 0 1rem;
  cursor: pointer;
  display: block;
  line-height: 36px;
  position: fixed;
  right: 250px;
  text-align: center;
  bottom: 10%;
  width: 4rem;
  height: 250px;
  -webkit-transition: all 0.2s linear 0.1s;
  transition: all 0.2s linear 0.1s;
  z-index: 1000;
  margin-bottom: 0;
  color: #fff;
  padding: 20px 0;
  font-size: 12px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
}

.menubox #hamuicon i {
  font-size: 18px;
  margin-bottom: 10px;
  -webkit-transform: rotate(0.13turn);
  transform: rotate(0.13turn);
}

.menubox #tgl {
  display: none;
}

.menubox #tgl:checked ~ #ham-menu,
.menubox #tgl:checked ~ #hamuicon {
  -webkit-transform: translate(250px);
  transform: translate(250px);
}

.menubox #tgl:checked ~ #hamuicon {
  -webkit-transform: translate(0);
  transform: translate(0);
  right: 0px;
}

.menubox #tgl:checked ~ #hamuicon i {
  -webkit-transform: rotate(0turn);
  transform: rotate(0turn);
}

.menubox #tgl:checked ~ #menu {
  opacity: 0.5;
  z-index: 999;
}

.bottom-menubox #bottom-menu {
  display: none;
  position: absolute;
  right: -100vw;
}

@media only screen and (max-width: 767px) {
  .bottom-menubox #bottom-menu {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    padding: 3% 0 2%;
    position: fixed;
    right: 0;
    bottom: 0;
    -webkit-transition: -webkit-transform 0.2s linear 0.1s;
    transition: -webkit-transform 0.2s linear 0.1s;
    transition: transform 0.2s linear 0.1s;
    transition: transform 0.2s linear 0.1s, -webkit-transform 0.2s linear 0.1s;
    width: 100%;
    z-index: 1000;
    background-color: #23374d;
    color: #e3bf77;
    display: none;
    margin-left: 0;
  }
  .bottom-menubox #bottom-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .bottom-menubox #bottom-menu ul li {
    width: 80%;
    margin: 0 2%;
  }
  .bottom-menubox #bottom-menu li a {
    font-size: 12px;
    display: block;
    width: 100%;
    line-height: 1.3em;
    color: #ffffff;
    text-align: center;
    margin: 0 auto 5px;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .bottom-menubox #bottom-menu li a span {
    font-size: 14px;
    font-weight: bold;
  }
  .bottom-menubox #bottom-menu li a:hover {
    text-decoration: none;
    opacity: 0.7;
    cursor: pointer;
  }
  .bottom-menubox #bottom-menu li a:visited {
    text-decoration: none;
  }
  .bottom-menubox #bottom-menu li a:focus {
    text-decoration: none;
  }
  .bottom-menubox #bottom-menu .bottom-menu-tel-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    line-height: 2em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .bottom-menubox #bottom-menu .bottom-menu-tel-box .bottom-menu-tel-text {
    font-size: 12px;
  }
  .bottom-menubox #bottom-menu .bottom-menu-tel-box .bottom-menu-tel-number {
    font-size: 18px;
    font-weight: bold;
    margin-right: 2%;
  }
  .bottom-menubox #bottom-menu .bottom-menu-tel-box .bottom-menu-tel-number a:active {
    text-decoration: none;
  }
  .bottom-menubox #bottom-menu .bottom-menu-tel-box .bottom-menu-tel-number a:focus {
    text-decoration: none;
  }
  .bottom-menubox #bottom-menu .bottom-menu-tel-box .bottom-menu-tel-time {
    font-size: 10px;
  }
  .l-footer__copy {
    margin-bottom: 22%;
  }
  .bottom-menu-tel-icon {
    width: 12px;
  }
  .bottom-menu-tel-number a {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #e3bf77;
    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;
    text-decoration: none;
    font-size: 16px;
  }
  .bottom-menu-tel-number a img {
    margin-right: 10px;
  }
}
.pcStart {
  display: none;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (min-width: 768px) {
  .pcStart {
    display: block;
  }
}
.pcStart__inner {
  background-image: url(/pw2207-k-01/img/img_start_back.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top 220px;
  padding-top: 120px;
}

.pcStart__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}

.pcStart__left {
  padding-top: 70px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 24px;
  line-height: 2;
  color: #333333;
  letter-spacing: 3px;
}

@media screen and (min-width: 768px) {
  .pcStart__left {
    letter-spacing: 4px;
  }
}
.pcStart__middle {
  padding-top: 70px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 16px;
  line-height: 2.5;
  color: #333333;
  letter-spacing: 3px;
}

.pcStart__right {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #010e1d;
  letter-spacing: 3px;
}

@media screen and (min-width: 768px) {
  .pcStart__right {
    letter-spacing: 4px;
  }
}
.pcStart__subTtl {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 20px;
  line-height: 2;
  margin-left: 25px;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 1px solid #032449;
  border-right: 1px solid #032449;
  display: inline-block;
  color: #032449;
}

.pcStart__ttl {
  margin-top: 30px;
  font-size: 32px;
  line-height: 1.45;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #032449;
  letter-spacing: 3px;
}

@media screen and (min-width: 768px) {
  .pcStart__ttl {
    letter-spacing: 4px;
  }
}
.pcStart__img {
  position: relative;
  bottom: 100px;
  width: 100%;
  margin: 0 auto 50px;
  max-width: 755px;
  position: relative;
}

.pcStart__img::before {
  float: left;
  content: "";
  padding-top: 60.93%;
}

.pcStart__img::after {
  display: block;
  content: "";
  clear: both;
}

.pcStart__img > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.spStart {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (min-width: 768px) {
  .spStart {
    display: none;
  }
}
.spStart__head {
  padding-top: 85px;
  background-image: url(/pw2207-k-01/img/img_start_back_sp.png);
  background-position: left top 85px;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 45px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.spStart__subTtl {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #032449;
  border-bottom: 1px solid #032449;
  display: block;
  font-size: 14px;
  line-height: 1.7;
  color: #032449;
}

.spStart__ttl {
  margin-top: 25px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 24px;
  line-height: 2;
  color: #032449;
  letter-spacing: 3px;
}

.spStart__body {
  margin-top: 20px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.spStart__body p {
  font-size: 14px;
  line-height: 2.5;
  color: #333;
  letter-spacing: 2px;
}

.spStart__body strong {
  letter-spacing: 2px;
  color: #333;
  font-size: 18px;
  line-height: 2;
  font-weight: normal;
}

.spStart__img {
  position: relative;
  margin-top: 30px;
  bottom: 50px;
}

.feature__head__img {
  display: block;
  width: 100%;
  max-width: 1920px;
  margin-inline: auto;
}

.feature__head__body {
  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;
  position: relative;
  bottom: 30px;
  z-index: 1;
  padding: 85px 25px 0;
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .feature__head__body {
    bottom: 60px;
    padding: 120px 60px 0;
  }
}
.feature__head__ttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 24px;
  padding: 10px 15px 0;
  border-left: 1px solid #032449;
  border-right: 1px solid #032449;
  color: #032449;
  letter-spacing: 3px;
}

@media screen and (min-width: 768px) {
  .feature__head__ttl {
    font-size: 32px;
    padding: 30px 30px 30px;
    letter-spacing: 4px;
  }
}
.feature__head.-pt01 .feature__head__ttl__icon {
  position: absolute;
  top: 40px;
  width: 50px;
}

@media screen and (min-width: 768px) {
  .feature__head.-pt01 .feature__head__ttl__icon {
    top: 75px;
    width: 70px;
  }
}
.feature__head.-pt01 .feature__head__ttl__txt {
  position: absolute;
  width: 170px;
  top: 10px;
  right: -140px;
}

@media screen and (min-width: 768px) {
  .feature__head.-pt01 .feature__head__ttl__txt {
    top: 300px;
    width: 320px;
    right: 300px;
  }
}
.feature__head.-pt02 .feature__head__ttl__icon {
  position: absolute;
  top: 40px;
  width: 50px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

@media screen and (min-width: 768px) {
  .feature__head.-pt02 .feature__head__ttl__icon {
    right: 0px;
    top: 68px;
    width: 110px;
  }
}
.feature__head.-pt02 .feature__head__ttl__txt {
  position: absolute;
  width: 170px;
  top: 10px;
  right: -140px;
}

@media screen and (min-width: 768px) {
  .feature__head.-pt02 .feature__head__ttl__txt {
    top: 340px;
    width: 320px;
    right: 290px;
  }
}
.feature__body {
  padding: 0 30px;
}

@media screen and (min-width: 768px) {
  .feature__body {
    padding: 0;
    max-width: 639.8px;
    width: 100%;
    margin: 0 auto;
  }
}
.feature__body p {
  text-align: center;
  font-size: 16px;
  line-height: 2.1;
  color: #333;
  letter-spacing: 2px;
}

@media screen and (min-width: 768px) {
  .feature__body p {
    font-size: 18px;
  }
}
.feature__body p + p {
  margin-top: 30px;
}

.feature__media.-pt01 {
  max-width: 240px;
  margin: 0 auto 70px;
}

@media screen and (min-width: 600px) {
  .feature__media.-pt01 {
    max-width: 480px;
  }
}
@media screen and (min-width: 768px) {
  .feature__media.-pt01 {
    max-width: 1000px;
  }
}
.feature__media.-pt02 {
  max-width: 375px;
  padding: 0 15px;
  margin: 0 auto 70px;
}

@media screen and (min-width: 600px) {
  .feature__media.-pt02 {
    max-width: 720px;
  }
}
@media screen and (min-width: 768px) {
  .feature__media.-pt02 {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .feature__media.-pt02 {
    margin-bottom: 170px;
    max-width: 1000px;
  }
}
.feature__media__ttl {
  margin-top: 90px;
  position: relative;
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
  position: relative;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #032449;
}

@media screen and (min-width: 768px) {
  .feature__media__ttl {
    margin-top: 120px;
    font-size: 24px;
  }
}
.feature__media__ttl::before {
  width: 60px;
  height: 1px;
  background-color: #032449;
  position: absolute;
  left: 50%;
  content: "";
  display: block;
  bottom: 90px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .feature__media__ttl::before {
    width: 70px;
    bottom: 120px;
  }
}
.feature__media__block.-pt01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .feature__media__block.-pt01 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .feature__media__block.-pt01 .feature__media__item:not(:first-child) {
    margin-left: 40px;
  }
}
.feature__media__block.-pt02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .feature__media__block.-pt02 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.feature__media__block.-pt02 .feature__media__item {
  width: calc(50% - 10px);
}

@media screen and (min-width: 768px) {
  .feature__media__block.-pt02 .feature__media__item {
    width: calc(25% - 20px);
  }
}
.feature__media__block.-pt02 .feature__media__item figure {
  padding: 0 15px;
}

@media screen and (min-width: 768px) {
  .feature__media__block.-pt02 .feature__media__item figure {
    padding: 0;
  }
}
.feature__media__item {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .feature__media__item {
    width: 50%;
    margin-top: 60px;
  }
}
.feature__media__item figure {
  margin: 0;
}

.feature__media__item p {
  font-size: 14px;
  line-height: 2;
  margin-top: 15px;
  color: #333;
  text-align: center;
}

.cv {
  background-image: url(/pw2207-k-01/img/cv_back_sp.jpg);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .cv {
    background-image: url(/pw2207-k-01/img/cv_back_pc.jpg);
  }
}
.cv__ttl {
  padding: 0 12.5px;
  width: 100%;
  margin: 0 auto;
  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;
}

@media screen and (min-width: 768px) {
  .cv__ttl {
    max-width: 570px;
    padding: 0;
  }
}
.cv__inner {
  padding: 75px 15px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .cv__inner {
    padding: 160px 15px;
  }
}
.cv__btn {
  display: block;
  position: relative;
  top: 0;
  box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.7);
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 768px) {
  .cv__btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 10px;
  }
}
.cv__btn__wrap {
  margin: 25px auto 0;
}

@media screen and (min-width: 768px) {
  .cv__btn__wrap {
    max-width: 1000px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 50px;
  }
}
.cv__btn__wrap .cv__btn:first-child {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .cv__btn__wrap .cv__btn:first-child {
    margin-bottom: 0;
    margin-right: 40px;
  }
}
.cv__contact {
  margin-top: 20px;
  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: 100%;
  padding: 15px 0px;
  background-color: #10263f;
  border-radius: 30px;
  color: #e3bf77;
}

@media screen and (min-width: 768px) {
  .cv__contact {
    padding: 5px 10px;
  }
}
@media screen and (min-width: 768px) {
  .cv__contact {
    margin-top: 70px;
    max-width: 660px;
  }
}
.cv__contact__ttl {
  font-size: 9px;
}

@media screen and (min-width: 768px) {
  .cv__contact__ttl {
    font-size: 16px;
  }
}
.cv__contact__tel {
  color: #e3bf77;
  font-size: 17px;
  margin: 0 5px;
  text-decoration: none;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (min-width: 768px) {
  .cv__contact__tel {
    font-size: 28px;
    margin: 0 10px;
  }
}
.cv__contact__date {
  font-size: 8px;
}

@media screen and (min-width: 768px) {
  .cv__contact__date {
    font-size: 12px;
  }
}
.value {
  width: 100%;
  margin: 0 auto 80px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .value {
    margin: 180px auto 150px;
  }
}
.value__inner {
  padding: 0 35px;
}

@media screen and (min-width: 768px) {
  .value__inner {
    padding: 0;
  }
}
.value__bg {
  position: absolute;
  width: 100%;
  height: 79%;
  z-index: -1;
  right: 0;
  top: 300px;
  background-color: #f2f8fb;
}

@media screen and (min-width: 768px) {
  .value__bg {
    height: 85%;
    top: 5%;
    width: 90%;
  }
}
.value__box {
  position: relative;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .value__box {
    max-width: 1920px;
    margin-inline: auto;
    flex-direction: row-reverse;
  }
}
.value__box__img {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .value__box__img {
    margin-top: 0;
    width: 48%;
  }
}
.value__body {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .value__body {
    padding: 5%;
    padding-top: 0;
    padding-right: 12%;
    width: 55%;
    margin-left: auto;
    position: relative;
    bottom: 120px;
  }
}
.value__body > img {
  width: 40%;
  margin: 60px 0 40px 53%;
}

@media screen and (min-width: 768px) {
  .value__body > img {
    width: 470px;
    margin: 80px 0 40px;
  }
}
.value__body__txt {
  font-size: 14px;
  line-height: 2em;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 40px;
  color: #333;
}

@media screen and (min-width: 768px) {
  .value__body__txt {
    font-size: 16px;
    letter-spacing: 0.1em;
    margin-top: 50px;
  }
}
.value__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.value__ttl h2 {
  font-size: 24px;
  line-height: 2.2;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 15px 10px 10px;
  border-right: 1px solid #032449;
  border-left: 1px solid #032449;
  margin-top: 60px;
  position: relative;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #032449;
  letter-spacing: 3px;
}

@media screen and (min-width: 768px) {
  .value__ttl h2 {
    letter-spacing: 4px;
  }
}
@media screen and (min-width: 768px) {
  .value__ttl h2 {
    font-size: 32px;
    padding: 20px 20px 20px;
  }
}
.value__ttl__coffee {
  position: absolute;
  width: 60px;
  top: 45px;
  left: -80px;
}

@media screen and (min-width: 768px) {
  .value__ttl__coffee {
    width: 75px;
    top: 200px;
    left: -100px;
  }
}
.value__ttl__clock {
  position: absolute;
  width: 50px;
  top: 130px;
  right: -80px;
}

@media screen and (min-width: 768px) {
  .value__ttl__clock {
    top: inherit;
    bottom: -20px;
    right: -130px;
    width: 75px;
  }
}
.value__price {
  width: 100%;
  margin: 40px auto;
}

@media screen and (min-width: 768px) {
  .value__price {
    width: 70%;
    max-width: 1920px;
    margin: 60px auto;
  }
}
@media screen and (min-width: 768px) {
  .value__bnr {
    width: 70%;
    max-width: 1920px;
    margin: 0 auto;
  }
}
.value__info {
  width: 100%;
  max-width: 1920px;
  font-size: 12px;
  margin: 40px auto;
  text-align: justify;
  color: #666666;
}

@media screen and (min-width: 768px) {
  .value__info {
    width: 70%;
    font-size: 14px;
  }
}
.voice {
  position: relative;
  padding-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .voice {
    padding-bottom: 200px;
  }
}
.voice__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  right: 0;
  top: 180px;
  background-color: #f2f8fb;
}

@media screen and (min-width: 768px) {
  .voice__bg {
    height: 81%;
    top: 5%;
    width: 75%;
    right: inherit;
    left: 0;
  }
}
.voice__head {
  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;
}

.voice__head h2 {
  font-size: 24px;
  line-height: 2.2;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 15px 10px 10px;
  border-right: 1px solid #032449;
  border-left: 1px solid #032449;
  position: relative;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #032449;
  letter-spacing: 3px;
}

@media screen and (min-width: 768px) {
  .voice__head h2 {
    letter-spacing: 4px;
    font-size: 32px;
    padding: 15px 20px 10px;
  }
}
.voice__head__camera {
  position: absolute;
  width: 50px;
  left: -90px;
  bottom: 70px;
}

@media screen and (min-width: 768px) {
  .voice__head__camera {
    width: 60px;
    bottom: -200px;
    left: 0;
  }
}
.voice__head__bag {
  position: absolute;
  width: 60px;
  right: -90px;
  top: 65px;
}

@media screen and (min-width: 768px) {
  .voice__head__bag {
    top: inherit;
    bottom: -100px;
    right: -50px;
    width: 70px;
  }
}
@media screen and (min-width: 768px) {
  .voice__head {
    position: absolute;
    top: -40px;
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  .voice__inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
}
.voice__media {
  margin-top: 60px;
}

.voice__block {
  max-width: 320px;
  width: 100%;
  margin: 45px auto 0;
  background-color: #fff;
  border: 1px solid #849ab2;
  border-radius: 5px;
}

@media screen and (min-width: 768px) {
  .voice__block {
    margin-top: 60px;
    max-width: 870px;
    margin-right: 0;
  }
}
.voice__block__inner {
  padding: 0px 30px 30px;
}

@media screen and (min-width: 768px) {
  .voice__block__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 30px 30px 0;
  }
}
.voice__block__img {
  margin: 0 auto;
  width: 150px;
  position: relative;
  bottom: 30px;
}

@media screen and (min-width: 768px) {
  .voice__block__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 300px;
    bottom: inherit;
    left: -60px;
  }
}
.voice__block__body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.voice__block__head {
  text-align: center;
  color: #032449;
  font-size: 18px;
  line-height: 1.2;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (min-width: 768px) {
  .voice__block__head {
    margin-top: 30px;
    font-size: 24px;
  }
}
.voice__block__head::before {
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: -15px;
  right: -15px;
  content: "";
  display: block;
  background-image: url(/pw2207-k-01/img/voice_txt_right.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .voice__block__head::before {
    width: 30px;
    height: 30px;
  }
}
.voice__block__txt {
  margin-top: 25px;
  font-size: 12px;
  line-height: 2;
  color: #333333;
}

@media screen and (min-width: 768px) {
  .voice__block__txt {
    font-size: 14px;
  }
}
.voice__block__txt::after {
  left: -15px;
  top: -15px;
  position: absolute;
  width: 20px;
  height: 20px;
  content: "";
  display: block;
  background-image: url(/pw2207-k-01/img/voice_txt_left.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .voice__block__txt::after {
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 768px) {
  .voice__block.-pt01 {
    max-width: 750px;
    margin-left: 25%;
  }
}
.artive {
  background-color: #eef8fc;
}

.artive__inner {
  padding: 55px 0;
}

@media screen and (min-width: 768px) {
  .artive__inner {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    padding: 80px 0 90px;
  }
}
.artive__head {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.artive__head__logo {
  margin: 0 auto;
  width: 100px;
}

@media screen and (min-width: 768px) {
  .artive__head__logo {
    width: 150px;
  }
}
.artive__head__ttl {
  font-size: 24px;
  line-height: 2.2;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 15px 10px 10px;
  border-right: 1px solid #032449;
  border-left: 1px solid #032449;
  position: relative;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #032449;
  margin-top: 25px;
  letter-spacing: 3px;
}

@media screen and (min-width: 768px) {
  .artive__head__ttl {
    letter-spacing: 4px;
    margin-top: 35px;
    font-size: 32px;
    padding: 15px 20px 10px;
  }
}
.artive__figure {
  width: 95%;
  display: block;
  margin: 20px auto 0;
}

@media screen and (min-width: 768px) {
  .artive__figure {
    width: 100%;
  }
}
.artive__txt {
  padding: 0 30px;
  margin-top: 20px;
  color: #333;
}

@media screen and (min-width: 768px) {
  .artive__txt {
    margin-top: 50px;
    max-width: 500px;
    margin: 50px auto 0;
    font-size: 16px;
  }
}
.step__block {
  padding: 45px 30px 60px 30px;
  position: relative;
}

.step__block:nth-of-type(2n) {
  background-color: #edf0f2;
}

@media screen and (min-width: 768px) {
  .step__block:nth-of-type(2n) .step__block__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: 90px;
    margin-right: 0px;
  }
}
@media screen and (min-width: 768px) {
  .step__block:nth-of-type(2n) .step__block__img {
    margin-left: 0;
    margin-right: 60px;
  }
}
.step__block:last-child .step__block__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .step__block:last-child .step__block__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .step__block:last-child .step__block__img {
    margin-left: 0;
    margin-right: 60px;
  }
}
@media screen and (min-width: 768px) {
  .step__block {
    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;
  }
}
@media screen and (min-width: 768px) {
  .step__block__inner {
    max-width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 0px;
    margin-right: 90px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .step__block__inner .step__block__img {
    margin-left: 60px;
    margin-right: 0px;
  }
}
.step__block:not(:last-child) .step__block__inner::after {
  position: absolute;
  width: 40px;
  height: 20px;
  display: block;
  content: "";
  background-image: url(/pw2207-k-01/img/step_arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -10px;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.step__block__img {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
}

.step__block__img__ttl {
  width: 30px;
}

@media screen and (min-width: 768px) {
  .step__block__img__ttl {
    width: 50px;
  }
}
.step__block__img img {
  margin-top: 10px;
  width: 180px;
}

@media screen and (min-width: 768px) {
  .step__block__img img {
    width: 360px;
  }
}
.step__block__head__ttl {
  width: 150px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .step__block__head__ttl {
    width: 200px;
  }
}
.step__block__head__txt {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: #333;
}

@media screen and (min-width: 768px) {
  .step__block__head__txt {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .step__block__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.step__block__body {
  text-align: center;
}

.step__block__body__ttl {
  color: #032449;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (min-width: 768px) {
  .step__block__body__ttl {
    font-size: 24px;
  }
}
.step__block__body__txt {
  color: #666666;
  line-height: 2.1;
  font-size: 14px;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .step__block__body__txt {
    font-size: 16px;
  }
}
.step__block__body__strong {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-top: 20px;
  display: inline-block;
  font-size: 14px;
  color: #032449;
  line-height: 2.85;
  font-weight: 500;
  padding-left: 3px;
  padding-right: 3px;
  border-top: 1px solid #032449;
  border-bottom: 1px solid #032449;
}

@media screen and (min-width: 768px) {
  .step__block__body__strong {
    font-size: 16px;
  }
}
.step__block__05 .step__block__img__ttl {
  margin: 0 auto 20px;
}

@media screen and (min-width: 768px) {
  .step__block__05 .step__block__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.step__block__05 .step__block__img {
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .step__block__05 .step__block__img {
    margin-top: 40px;
  }
}
.step__block__05 .step__block__img img {
  width: 100%;
}

.tab__head {
  padding-top: 60px;
  padding-bottom: 145px;
  background-image: url(/pw2207-k-01/img/tab_head_back_sp.jpg);
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .tab__head {
    padding-top: 120px;
    padding-bottom: 200px;
    background-image: url(/pw2207-k-01/img/tab_head_back_pc.jpg);
  }
}
.tab__head h2 {
  width: 195px;
  margin: 0 auto;
  position: relative;
  left: 25px;
}

@media screen and (min-width: 768px) {
  .tab__head h2 {
    position: relative;
    left: inherit;
    width: 255px;
  }
}
.tab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 345px;
  margin: 0 auto;
  position: relative;
  bottom: 55px;
}

@media screen and (min-width: 768px) {
  .tab__list {
    bottom: 40px;
    max-width: 1000px;
  }
}
.tab__btn {
  cursor: pointer;
  background-color: #fff;
  padding: 15px 5px 10px;
  width: calc(33.3333333333% - 3.3333333333px);
  border-radius: 10px;
  border: 1px solid #000;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 768px) {
  .tab__btn {
    padding: 15px 5px 15px;
    width: calc(33.3333333333% - 5px);
  }
}
.tab__btn__date {
  font-size: 10px;
  line-height: 2;
  display: block;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .tab__btn__date {
    font-size: 16px;
  }
}
.tab__btn__txt {
  line-height: 1.2;
  font-size: 14px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .tab__btn__txt {
    font-size: 18px;
  }
}
.tab__btn::after {
  content: "";
  position: absolute;
  left: 33%;
  bottom: -20px;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 10px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  .tab__btn::after {
    left: 46%;
    bottom: -30px;
  }
}
.tab__btn.is-active::after {
  display: none;
}

.tab__btn__01 {
  color: #7a992d;
  border: 1px solid #7a992d;
}

.tab__btn__01:hover {
  background-color: #c7d2b4;
  color: #f3f6eb;
}

.tab__btn__01::after {
  border-bottom: 1px solid #7a992d;
  border-right: 1px solid #7a992d;
}

.tab__btn__01.is-active {
  color: #fff;
  background-color: #7a992d;
}

.tab__btn__02 {
  color: #1a886c;
  border: 1px solid #1a886c;
}

.tab__btn__02:hover {
  background-color: #e2e0cb;
  color: #ecf7f4;
}

.tab__btn__02::after {
  border-bottom: 1px solid #1a886c;
  border-right: 1px solid #1a886c;
}

.tab__btn__02.is-active {
  color: #fff;
  background-color: #1a886c;
}

.tab__btn__03 {
  border: 1px solid #9f1e30;
  color: #9f1e30;
}

.tab__btn__03:hover {
  background-color: #ecdac3;
  color: #f9eaed;
}

.tab__btn__03::after {
  border-bottom: 1px solid #9f1e30;
  border-right: 1px solid #9f1e30;
}

.tab__btn__03.is-active {
  color: #fff;
  background-color: #9f1e30;
}

.tab__main {
  margin-top: 35px;
}

@media screen and (min-width: 768px) {
  .tab__main {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .tab__main__body {
    width: 55%;
    padding-left: 60px;
  }
}
.tab__main__head__inner {
  text-align: center;
  padding: 0 25px;
}

@media screen and (min-width: 768px) {
  .tab__main__head__inner {
    margin-bottom: 10px;
  }
}
.tab__main__subTtl {
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
  padding: 0 5px;
  border-top: 1px solid #7a992d;
  border-bottom: 1px solid #7a992d;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  color: #7a992d;
}

@media screen and (min-width: 768px) {
  .tab__main__subTtl {
    font-size: 16px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #7a992d;
    border-right: 1px solid #7a992d;
  }
}
.tab__main__ttl {
  font-size: 28px;
  line-height: 1.4;
  font-weight: 500;
  margin-top: 15px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #7a992d;
}

@media screen and (min-width: 768px) {
  .tab__main__ttl {
    font-size: 40px;
  }
}
.tab__main__txt {
  margin-top: 30px;
  font-size: 14px;
  line-height: 2.5;
  color: #333333;
}

@media screen and (min-width: 768px) {
  .tab__main__txt {
    font-size: 16px;
  }
}
.tab__main__map {
  position: relative;
}

@media screen and (min-width: 768px) {
  .tab__main__map {
    bottom: 0px;
  }
}
.tab__main__img {
  display: block;
  padding: 0 35px;
  position: relative;
  bottom: 20px;
}

.tab__main__img img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .tab__main__img {
    position: absolute;
    width: 55%;
    top: 30px;
    right: 0;
    padding: 0;
  }
}
.tab__each {
  display: block;
  padding: 0 10px;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .tab__each {
    padding: 0;
    max-width: 1000px;
    margin: 40px auto;
  }
}
@media screen and (min-width: 1650px) {
  .tab__each {
    margin: 130px auto;
  }
}
.tab__eachImgList {
  display: flex;
  padding: 0 10px;
  margin-top: 20px;
  gap: 10px;
  width: fit-content;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .tab__eachImgList {
    flex-wrap: nowrap;
    gap: 45px;
    padding: 0;
    max-width: 1000px;
    margin: 40px auto;
  }
}
@media screen and (min-width: 1650px) {
  .tab__eachImgList {
    margin: 130px auto;
  }
}
.tab__eachImgList > img {
  width: calc(50% - 10px);
  border-radius: 5px;
  min-width: 0;
}
@media screen and (min-width: 768px) {
  .tab__eachImgList > img {
    width: 33.3333333333%;
  }
}

.tab__bottom {
  margin-top: 80px;
  padding-bottom: 60px;
  background-color: #f3f6eb;
}

@media screen and (min-width: 768px) {
  .tab__bottom {
    margin-top: 140px;
    padding-bottom: 90px;
  }
}
.tab__bottom__head {
  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;
  position: relative;
  bottom: 35px;
}

.tab__bottom__head__ttl {
  text-align: center;
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
  color: #7a992d;
  padding: 14px 10px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  background-color: #fff;
  border-right: 1px solid #7a992d;
  border-left: 1px solid #7a992d;
}

@media screen and (min-width: 768px) {
  .tab__bottom__head__ttl {
    padding: 20px 30px;
    font-size: 20px;
  }
}
.tab__bottom__ttl {
  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;
}

.tab__bottom__ttl img {
  width: 330px;
}

@media screen and (min-width: 768px) {
  .tab__bottom__ttl img {
    width: 290px;
  }
}
.tab__bottom__sche {
  position: relative;
  padding: 25px 0;
  max-width: 230px;
  margin: 30px auto;
}

@media screen and (min-width: 768px) {
  .tab__bottom__sche {
    max-width: 500px;
  }
}
.tab__bottom__sche .tab__bottom__sch__txt:last-child {
  margin-top: 15px;
}

.tab__bottom__sche__txt {
  text-align: center;
  font-size: 16px;
  line-height: 2.15;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #7a992d;
}

.tab__bottom__sche__img {
  position: absolute;
  width: 70px;
  bottom: -10px;
  right: -60px;
}

@media screen and (min-width: 768px) {
  .tab__bottom__sche__img {
    width: 90px;
    bottom: -380px;
    right: -130px;
  }
}
.tab__bottom__sche::before,
.tab__bottom__sche::after {
  display: block;
  content: "";
  width: 60px;
  height: 1px;
  background-color: #7a992d;
  position: absolute;
}

.tab__bottom__sche::before {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tab__bottom__sche::after {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tab__bottom__txt {
  padding: 0 30px;
  margin-top: 30px;
  font-size: 14px;
  line-height: 2;
  color: #666666;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .tab__bottom__txt {
    max-width: 500px;
    margin: 0 auto;
    padding: 0;
  }
}
.tab__bottom__img {
  margin: 30px auto 0;
  display: block;
  max-width: 270px;
}
@media screen and (min-width: 768px) {
  .tab__bottom__img {
    max-width: 1000px;
    margin-top: 60px;
  }
}

.tab__bottom__imgList {
  margin: 30px auto 0;
  display: grid;
  max-width: 270px;
  gap: 5px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .tab__bottom__imgList {
    gap: 10px;
    grid-template-columns: repeat(4, 1fr);
    max-width: 1000px;
    margin-top: 60px;
  }
}
.tab__bottom__imgList > img {
  border-radius: 5px;
}

.tab__info {
  padding: 60px 30px;
  color: #666666;
  font-size: 14px;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .tab__info {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.tab__info__txt__bottom {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #cccccc;
}

@media screen and (min-width: 768px) {
  .tab__info__txt__bottom span {
    display: block;
    margin-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .tab__info__txt__bottom img {
    position: relative;
    top: 3px;
    vertical-align: text-bottom;
  }
}
@media screen and (min-width: 768px) {
  .tab__info__txt__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.tab__body__item {
  display: none;
}

.tab__body__item.is-active {
  display: block;
}

.tab__body__item__02 .tab__main__subTtl {
  color: #1a886c;
  border-top: 1px solid #1a886c;
  border-bottom: 1px solid #1a886c;
}

@media screen and (min-width: 768px) {
  .tab__body__item__02 .tab__main__subTtl {
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #1a886c;
    border-right: 1px solid #1a886c;
  }
}
.tab__body__item__02 .tab__main__ttl {
  color: #1a886c;
}

.tab__body__item__02 .tab__bottom {
  background-color: #ecf7f4;
}

.tab__body__item__02 .tab__bottom__head__ttl {
  color: #1a886c;
  border-right: 1px solid #1a886c;
  border-left: 1px solid #1a886c;
}

.tab__body__item__02 .tab__bottom__sche::before,
.tab__body__item__02 .tab__bottom__sche::after {
  background-color: #1a886c;
}

.tab__body__item__02 .tab__bottom__sche__txt {
  color: #1a886c;
}

@media screen and (min-width: 768px) {
  .tab__body__item__02 .tab__bottom__ttl img {
    width: 325px;
  }
}
@media screen and (min-width: 768px) {
  .tab__body__item__02 .tab__bottom__img {
    margin-top: 100px;
  }
}
.tab__body__item__03 .tab__main__map {
  position: relative;
  bottom: 10px;
}

.tab__body__item__03 .tab__main__subTtl {
  color: #9f1e30;
  border-top: 1px solid #9f1e30;
  border-bottom: 1px solid #9f1e30;
}

@media screen and (min-width: 768px) {
  .tab__body__item__03 .tab__main__subTtl {
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #9f1e30;
    border-right: 1px solid #9f1e30;
  }
}
.tab__body__item__03 .tab__main__ttl {
  color: #9f1e30;
}

.tab__body__item__03 .tab__bottom {
  background-color: #faebed;
}

.tab__body__item__03 .tab__bottom__head__ttl {
  color: #9f1e30;
  border-right: 1px solid #9f1e30;
  border-left: 1px solid #9f1e30;
}

.tab__body__item__03 .tab__bottom__sche::before,
.tab__body__item__03 .tab__bottom__sche::after {
  background-color: #9f1e30;
}

.tab__body__item__03 .tab__bottom__sche__txt {
  color: #9f1e30;
}

.tab__body__item__03 .tab__bottom__ttl img {
  width: 330px;
}

@media screen and (min-width: 768px) {
  .tab__body__item__03 .tab__bottom__sche__img {
    bottom: -320px;
  }
}
.tab__bottom__ttl-text {
  text-align: center;
  font-family: var(--mincho);
  font-size: 19.5px;
  letter-spacing: 2.5px;
}

.tab__body__item__03 .tab__bottom__ttl-text {
  color: #9f1e30;
}