@charset "utf-8";
/*------------------------------------------------------------------------*\

$header

\*------------------------------------------------------------------------*/

header {
  width: 100%;
  margin: 0 auto;
  position: fixed;
  background: #fff;
  z-index: 999; /*最前面へ*/
}

header #headerInner {
  padding: 0 3%;
  width: 100%;
  position: relative;
}

header #headerInner #headerL {
  position: absolute;
  top: 28px;
  left: 3.5%;
  width: 280px;
}

header #headerInner #headerR {
  display: flex;
  justify-content: flex-end;
  padding: 30px 0;
}

nav ul.globallist {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  position: relative;
}

nav ul.globallist li {
  margin: 0;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  margin-right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

nav ul.globallist li:nth-child(1),
nav ul.globallist li:nth-child(2),
nav ul.globallist li:nth-child(3),
nav ul.globallist li:nth-child(4),
nav ul.globallist li:nth-child(5) {
  padding-top: 10px;
}

nav ul.globallist li a {
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 1;
  text-align: center;
  width: 100%;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
  line-height: 1;
  color: #000;
  padding-left: 15px;
}

nav ul.globallist li a:before {
  content: "";
  transition: 0.3s;
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: solid 1.5px #000;
  border-right: solid 1.5px #000;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

nav ul.globallist li a:hover {
  color: #e76c15;
}

nav ul.globallist li a::after {
  position: absolute;
  bottom: -15px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #e76c15;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}

nav ul.globallist li a:hover::after {
  transform: scale(1, 1);
}

#headerInner #headerR nav li#btn_tel {
  width: 210px;
}

#headerInner #headerR nav li#btn_tel a {
  display: block;
  line-height: 1;
  text-decoration: none;
  position: relative;
  color: #000;
  width: 100% !important;
  text-align: center;
  font-family: "Gentium Plus", serif;
  font-weight: 900;
  font-size: 3.4rem;
  padding-left: 24px;
}

#headerInner #headerR nav li#btn_tel a:before {
  content: "";
  display: inline-block;
  position: static;
  border: none;
  width: 18px;
  height: 24px;
  background-image: url(../images/ico_tel.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 60%;
  left: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
}

#headerInner #headerR nav li#btn_mail {
  width: 200px;
}

#headerInner #headerR nav li#btn_mail a {
  display: block;
  line-height: 1;
  text-decoration: none;
  position: relative;
  background: #e76c15;
  border: 2px solid #e76c15;
  color: #fff;
  line-height: 1;
  font-weight: 900;
  padding: 15px 0 12px 20px;
  width: 100% !important;
  text-align: center;
}

#headerInner #headerR nav li#btn_mail a:before {
  content: "";
  display: inline-block;
  position: static;
  border: none;
  width: 20px;
  height: 20px;
  background-image: url(../images/ico_home.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
}

#headerInner #headerR nav li#btn_tel a::after,
#headerInner #headerR nav li#btn_mail a::after {
  content: none;
}

#headerInner #headerR nav li#btn_mail a:hover {
  color: #e76c15;
  border: 2px solid #e76c15;
  background: #fff;
}

#headerInner #headerR nav li.btn_mail a:hover:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/ico_home_on.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
}

/*------------------------------------------------------------------------*\

$main

\*------------------------------------------------------------------------*/

#main {
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
}

.main_Slider {
  position: relative;
  z-index: 1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  width: 100% !important; /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  height: 100vh !important; /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  margin: 0;
  padding: 0;
}
/*　背景画像設定　*/

.main_Slider01 {
  background: url(../images/main_01.jpg);
  background-size: cover;
  background-position: 0 0;
}

.main_Slider02 {
  background: url(../images/main_02.jpg);
  background-size: cover;
  background-position: 0 0;
}

.main_Slider03 {
  background: url(../images/main_03.jpg);
  background-size: cover;
  background-position: 0 0;
}

.main_Slider-item {
  height: 100vh !important; /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  background-repeat: no-repeat; /*背景画像をリピートしない*/
  background-position: center; /*背景画像の位置を中央に*/
  background-size: cover; /*背景画像が.slider-item全体を覆い表示*/
}
#main #mainInner {
  position: absolute;
  z-index: 2;
  transform: translate(-50%, -50%);
  text-align: center;
}

#main #mainInner h2,
#main #mainInner p {
  color: #fff;
  font-weight: 400;
  text-align: center;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.85);
}

#main #mainInner p {
  font-size: 4rem;
}

#main #mainInner h2 {
  font-size: 7rem;
}

#main .bnr {
  position: absolute;
  left: 5%;
  bottom: 50px;
  z-index: 30;
}

.arrow {
  display: block;
  width: 44px;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 30;
}

.arrow:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 80px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  -webkit-animation: Arrow 4s ease infinite;
  animation: Arrow 4s ease infinite;
}

@-webkit-keyframes Arrow {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }

  30% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }

  70% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }

  100% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
}

@keyframes Arrow {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }

  30% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }

  70% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }

  100% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
}

@media (max-width: 1080px) {
}

/*------------------------------------------------------------------------*\

$campaignSection

\*------------------------------------------------------------------------*/

.campaignSection {
  background: #edeef0;
  letter-spacing: 0.3rem;
}

.second .campaignSection {
  background: #fff;
}

.campaignSection .campaignBox {
  background: url(../images/bg_campaign.jpg) no-repeat 0 0;
  background-size: contain;
  height: 380px;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}

.campaignSection .campaignBox .deco_01 {
  position: absolute;
  right: 10px;
  top: 10px;
}

.campaignSection .campaignBox .deco_02 {
  position: absolute;
  left: 10px;
  bottom: 10px;
}

.campaignSection .campaignBox .campaignBoxInner {
  background: rgba(255, 255, 255, 0.8);
  padding: 30px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

.campaignSection .campaignBox .campaignBoxInner p.title {
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  background: #147e7a;
  padding: 10px 100px;
  display: inline-block;
  position: relative;
}

.campaignSection .campaignBox .campaignBoxInner p.title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #147e7a;
  z-index: 200;
}

.campaignSection .campaignBox .campaignBoxInner h3 {
  font-size: 3.4rem;
  margin: 30px 0;
  line-height: 1.4;
}

.campaignSection .campaignBox .campaignBoxInner h3::after {
  content: none;
}

.campaignSection .campaignBox .campaignBoxInner li {
  margin: 0;
}

.campaignSection .campaignBox .campaignBoxInner li a {
  font-size: 2rem;
  padding: 20px 30px;
  color: #000;
  text-decoration: none;
  line-height: 1;
  border: 1px solid #000;
  display: block;
  width: 100%;
  position: relative;
}

.campaignSection .campaignBox .campaignBoxInner li:last-child a:after {
  content: "";
  transition: 0.3s;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.campaignSection .campaignBox .campaignBoxInner li a:hover {
  color: #fff;
  border: 1px solid #000;
  background: #000;
}

.campaignSection .campaignBox .campaignBoxInner li:last-child a:hover:after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

/*------------------------------------------------------------------------*\

$campaignSection

\*------------------------------------------------------------------------*/

.section h3 {
  font-size: 5rem;
  color: #000;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-weight: 400;
  line-height: 1.4;
}
/*
.section h3::after {
content: '';
position: absolute;
left: 0;
right: 0;
bottom: -40px;
width: 2px;
height: 30px;
margin: auto;
background-color: #000;
}*/

.section h3.no::after {
  content: none;
}

.section h3 .ss {
  font-size: 2.4rem;
  color: #147e7a;
  margin-bottom: 80px;
  text-align: center;
  position: relative;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-weight: 400;
}

#Co .section .catch {
  font-size: 2rem;
  margin-bottom: 50px;
  text-align: center;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-weight: 400;
  letter-spacing: 0.3rem;
}

.section .sectionInner .photo {
  margin-bottom: 10px;
}

/*------------------------------------------------------------------------*\

$newsSection

\*------------------------------------------------------------------------*/
#newsSection .sectionInner a {
  text-decoration: none;
}

#newsSection .sectionInner .box02.one .box02Inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  position: relative;
}

#newsSection .sectionInner .box02.one .box02Inner .photo {
  width: 15%;
}

#newsSection .sectionInner .box02.one .box02Inner .textArea {
  width: 83%;
}

#newsSection .sectionInner h4 {
  color: #999999;
  font-size: 1.4rem;
  margin-bottom: 0;
}

#newsSection .sectionInner h4::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 8px;
  border-style: solid;
  border-width: 4.5px 0 4.5px 8px;
  border-color: transparent transparent transparent #999999;
}

#newsSection .sectionInner a p {
  font-size: 1.4rem;
  color: #000;
}

#newsSection .sectionInner a p.photo img {
  height: 217.92px;
  object-fit: cover;
  object-position: 0 0;
}

#newsSection .sectionInner .box02Inner:nth-child(n + 3),
#newsSection .sectionInner .box03Inner:nth-child(n + 4) {
  margin-top: 20px;
}

/*------------------------------------------------------------------------*\

$movieSection

\*------------------------------------------------------------------------*/

#movieSection {
  background: url(../images/bg_movie.jpg) no-repeat center center;
  height: 743px;
  background-size: cover;
  overflow: hidden;
}

#movieSection .wideInner {
  padding: 70px 10%;
}

#movieSection .wideInner .titleBox {
  position: absolute;
  top: 35%;
  right: 13.5%;
  transform: translateY(-50%);
  margin: auto;
  writing-mode: vertical-rl;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-weight: 400;
  text-align: left;
}

#movieSection .wideInner h3 {
  font-size: 4.4rem;
  line-height: 1.2;
  color: #fff;
  margin: 0 -49px 0 0;
  padding: 0;
}

#movieSection .wideInner .titleBox p {
  font-size: 2rem;
  line-height: 1.2;
  color: #fff;
  margin: 0;
  padding: 73px 0 0 0;
}

#movieSection #MovieBox {
  width: 1020px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 50px;
  background: rgba(255, 255, 255, 0.5);
}

/*------------------------------------------------------------------------*\

$midokoroSection

\*------------------------------------------------------------------------*/

#midokoroSection {
  background: #edeef0;
}

#midokoroSection .wideInner {
  padding: 70px 11%;
}

#midokoroSection .midokoroBox {
  position: relative;
  margin-bottom: 100px;
}

#midokoroSection .midokoroBox .textBox {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  width: 750px !important;
  padding: 50px 30px;
  background: rgba(255, 255, 255, 0.8);
}

#midokoroSection .midokoroBox .textBox .title {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  display: inline-block;
  font-size: 2.4rem;
  border-bottom: 1px solid #000;
  line-height: 1.6;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

#midokoroSection .midokoroBox .textBox .title:after,
#midokoroSection .midokoroBox .textBox .title:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

#midokoroSection .midokoroBox .textBox .title:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 5px;
  margin-left: -5px;
}

#midokoroSection .midokoroBox .textBox .title:before {
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #000;
  border-width: 6px;
  margin-left: -6px;
}

#midokoroSection .midokoroBox .textBox h4 {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 3.25rem;
  letter-spacing: 0.3rem;
  padding: 0;
  margin: 0 0 30px 0;
  line-height: 1.6 !important;
}

#midokoroSection .midokoroBox .textBox .sub {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 1.8rem;
  color: #666666;
  margin-bottom: 40px;
}

#midokoroSection .midokoroBox .textBox p {
  margin-bottom: 20px;
}

#midokoroSection .midokoroBox .textBox p:last-child {
  margin-bottom: 0;
}

#midokoroSection .midokoroBox.reverse .textBox {
  left: 0;
}

#midokoroSection .midokoroBox .textBox h5 {
  position: absolute;
  bottom: -150px;
  right: 0;
  font-size: 13rem;
  color: rgba(20, 126, 122, 0.1);
  font-family: "Mrs Saint Delafield", cursive;
}

#midokoroSection #voiceBox {
  background: #fff;
  padding: 40px 30px 30px 30px;
}

.heading {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}

.heading::before,
.heading::after {
  content: "";
  width: 1px;
  height: 40px;
  margin-top: -40px;
  background-color: #000;
}

.heading::before {
  margin-right: 20px;
  transform: rotate(-35deg);
}

.heading::after {
  margin-left: 20px;
  transform: rotate(35deg);
}

#midokoroSection #voiceBox h4 {
  font-size: 3.4rem;
  margin-bottom: 40px;
  position: relative;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}

#midokoroSection #voiceBox h4 span {
  color: #147e7a;
}

#midokoroSection #voiceBox .box03Inner {
  border: 1px solid #000;
  padding: 30px;
  display: flex;
  flex-direction: column;
}

#midokoroSection #voiceBox .box03Inner p.text {
  background-color: #fff; /* 背景色 */
  background-image: linear-gradient(
      90deg,
      transparent 0%,
      transparent 50%,
      #fff 50%,
      #fff 100%
    ),
    /* 点線1の色 */ linear-gradient(180deg, #ccc 1px, transparent 1px); /* 点線2の色と太さ */
  background-size: 8px 100%, /* 点線1のサイズ */ 100% 3em; /* 点線2のサイズ */
  line-height: 3em; /* 文字の高さ */
  padding-bottom: 1px; /* 最終行の下にも罫線を引く */
  margin-bottom: 30px;
}

#midokoroSection #voiceBox .box03Inner p.name {
  margin-bottom: 0;
  margin-top: auto;
  text-align: right;
}

#midokoroSection #voiceBox .box03Inner p.name::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 34px;
  background-image: url(../images/ico_man.png);
  background-size: contain;
  vertical-align: middle;
  margin-left: 8px;
}

#midokoroSection #voiceBox .box03Inner p.name.woman::after {
  width: 30px;
  height: 34px;
  background-image: url(../images/ico_woman.png);
}

/*------------------------------------------------------------------------*\

$whenSection

\*------------------------------------------------------------------------*/

#whenSection .box02 {
  margin: 0;
}
#whenSection .box02 .box02Inner {
  border-right: 1px solid #edeef0;
  width: 50%;
  margin: 0;
}

#whenSection .box02 .box02Inner.kikaku {
  border: none;
}

#whenSection .box02 .box02Inner h4 {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 0.3rem;
}

#whenSection .box02 .box02Inner.tyumon h4 {
  color: #e76c15;
}

#whenSection .box02 .box02Inner.kikaku h4 {
  color: #147e7a;
}

#whenSection .box02 .box02Inner .box02 .box02Inner ul {
  padding: 0 40px;
}

#whenSection .box02 .box02Inner .box02 .box02Inner ul li {
  width: 100%;
  color: #3e3a39;
  padding: 20px 0;
  border-bottom: 1px solid #edeef0;
  padding-left: 2em;
  text-indent: -1.9em;
}

#whenSection .box02 .box02Inner .box02 .box02Inner ul li:last-child {
  border-bottom: none;
}

#whenSection .box02 .box02Inner ul li:before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 16px;
  background-image: url(../images/ico_check_01.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}

#whenSection .box02 .box02Inner.kikaku li:before {
  background-image: url(../images/ico_check_02.png);
}

#whenSection .box02 .box02Inner.kikaku p {
  position: absolute;
  right: 40px;
  bottom: 0px;
}

/*------------------------------------------------------------------------*\

$tigaiSection

\*------------------------------------------------------------------------*/

#tigaiSection {
  background: #edeef0;
}

#tigaiSection .box02 {
  background: #f7f8f9;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#tigaiSection .box02 h4 {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 2.4rem;
  letter-spacing: 0.3rem;
  font-weight: 400;
  border-left: 1px solid #000;
  padding: 0 0 0 15px;
  margin-bottom: 20px;
  color: #000;
}

#tigaiSection .box02 .box02Inner:first-child {
  width: 35%;
  margin-left: 5%;
}

#tigaiSection .box02 .box02Inner:first-child p {
  margin: 0;
}

#tigaiSection .box02 .box02Inner:last-child {
  width: 60%;
}

#tigaiSection .box02 .box02Inner:last-child p {
  font-size: 1.6rem;
  color: #3e3a39;
}

/*------------------------------------------------------------------------*\

$kodawariSection

\*------------------------------------------------------------------------*/

#kodawariSection .kodawariBox {
  border-top: 1px solid #000000;
  margin: 50px 0;
}

#kodawariSection .kodawariBox:last-child {
  margin: 50px 0 0 0;
}

#kodawariSection .kodawariBox .box02 {
  margin: 50px 0 80px 0;
}

#kodawariSection .kodawariBox .box02 .box02Inner:first-child {
  width: 48.5%;
  background: #f4f4f4;
  padding: 6px 15px;
}

.slick-dotted.slick-slider {
  margin: 0 !important;
}

#kodawariSection .kodawariBox .box02 .box02Inner:first-child img {
  width: 100%;
  height: 329px;
  object-fit: contain;
  margin: 0;
  padding: 0;
  line-height: 1;
}

#kodawariSection .kodawariBox .box02 .box02Inner:last-child {
  width: 48.5%;
}

#kodawariSection .kodawariBox .box02 .box02Inner:last-child h4 {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 2.4rem;
  letter-spacing: 0.3rem;
  font-weight: 400;
  border-left: 1px solid #000000;
  padding: 0 0 0 15px;
  margin-bottom: 50px;
  color: #000;
}

#kodawariSection .box02 .family {
  display: flex;
  align-items: center;
  margin: 0 0 0 auto;
  justify-content: flex-end;
}

#kodawariSection .box02 h5 {
  font-size: 2rem;
  margin-right: 10px;
}

#kodawariSection .box02 h5:before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 38px;
  background-image: url(../images/ico_family.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -20px;
}

#kodawariSection .box02 h5 .big {
  font-size: 4rem;
}

#kodawariSection .box02 p {
  font-size: 1.4rem;
  line-height: 1.2;
}

#kodawariSection .box02 p .ss {
  font-size: 1.2rem;
}

#kodawariSection .btnMore {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  padding: 25px 0;
  margin: 30px auto 0 auto;
  display: block;
  text-align: center;
  line-height: 1;
  position: relative;
  width: 400px;
  border: 1px solid #000;
  font-size: 2rem;
  letter-spacing: 0.3rem;
}

#kodawariSection .btnMore:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 1px;
  background-color: #000;
  transition: 0.2s;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

#kodawariSection .btnMore:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 1px;
  background-color: #000;
  transition: 0.3s;
}

#kodawariSection .btnMore.active:before {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

#kodawariSection .btnMore.active:after {
  background-color: transparent;
}

#kodawariSection .faqBox {
  background: #f7f8f9;
  padding: 10px 40px 40px 40px;
  display: none;
  margin-top: 40px;
}

#kodawariSection .faqBox .detailBox {
  background: #eceef0;
  padding: 30px;
}

#kodawariSection .faqBox .detailBox dl {
  display: flex;
}

#kodawariSection .faqBox .detailBox dt {
  white-space: nowrap;
  margin-right: 10px;
  color: #e76c15;
}

#kodawariSection .faqBox .detailBox dt,
#kodawariSection .faqBox .detailBox dd {
  font-size: 1.6rem;
}

#kodawariSection .faqBox .faqBoxInner h4 {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 1.8rem;
  letter-spacing: 0.3rem;
  margin: 30px 0 10px 0;
}

#kodawariSection .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/*------------------------------------------------------------------------*\

$accessSection

\*------------------------------------------------------------------------*/

#accessSection {
  background: #edeef0;
}

#accessSection .mapBox {
  background: #fff;
  padding: 50px;
  margin-bottom: 50px;
}

#accessSection .detailBox .box02Inner {
  border-top: 1px solid #ccc9c8;
  border-bottom: 1px solid #ccc9c8;
  padding: 20px 0;
}

#accessSection h4 {
  border-left: solid 2px #e76c15;
  padding: 0 0 0 15px;
  margin: 40px 0 20px 0;
  font-size: 2.2rem;
  line-height: 1.4;
}

#accessSection .detailBox .box02Inner:first-child p {
  border-bottom: 1px solid #ccc9c8;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#accessSection .detailBox .box02Inner:first-child p:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
#accessSection .detailBox .box02Inner:last-child h5.car {
  margin-top: 20px;
}

#accessSection .detailBox.calendarBox .box02Inner:last-child p {
  font-size: 1.4rem;
  margin-bottom: 15px;
}

#accessSection .detailBox.calendarBox .box02Inner iframe {
  margin-bottom: 15px;
}

#accessSection .detailBox.calendarBox .box02Inner iframe {
  margin-bottom: 15px;
}

#accessSection .detailBox.calendarBox .box02Inner .btn {
  width: 70% !important;
  margin: 0 auto;
}

#accessSection .detailBox.calendarBox .box02Inner .btn a {
  display: block;
  line-height: 1;
  text-decoration: none;
  position: relative;
  background: #e76c15;
  border: 2px solid #e76c15;
  font-size: 1.6rem !important;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  color: #fff;
  line-height: 1;
  font-weight: 900;
  padding: 15px 0 12px 20px;
  width: 100% !important;
  text-align: center;
  border-radius: 0;
}

#accessSection .detailBox.calendarBox .box02Inner .btn a:before {
  content: "";
  display: inline-block;
  position: static;
  border: none;
  width: 20px;
  height: 20px;
  background-image: url(../images/ico_home.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
}

#accessSection .detailBox.calendarBox .box02Inner .btn a::after {
  content: none;
}

#accessSection .detailBox.calendarBox .box02Inner .btn a:hover {
  color: #e76c15;
  border: 2px solid #e76c15;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  #Co .btn a {
    width: 80%;
    font-size: 1.4rem;
  }
}

#accessSection .detailBox .box02Inner:last-child p:last-child {
  margin-bottom: 0;
}

#accessSection .yoboBox {
  border: 5px solid #1ec0ba;
  background: #fff;
  padding: 20px 30px 10px 30px;
}

#accessSection .yoboBox .box02 {
  margin: 0 !important;
}

#accessSection .yoboBox .box02Inner {
  width: 65% !important;
}

#accessSection .yoboBox .box02Inner:last-child {
  width: 35% !important;
}

#accessSection .yoboBox .box02Inner h4 {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 3.4rem;
  letter-spacing: 0.3rem;
  margin: 30px 0 20px 0;
  padding: 0;
  color: #1ec0ba;
  line-height: 1.5;
  border: none !important;
}

#accessSection .yoboBox .box02Inner h4 .dot {
  background: linear-gradient(transparent 80%, #ff6 60%);
}

#accessSection .yoboBox .box02Inner:first-child li {
  width: 100% !important;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 1.5rem;
  margin: 0 0 5px 0;
}

#accessSection .red {
  color: #f00;
}

/*------------------------------------------------------------------------*\

$footer

\*------------------------------------------------------------------------*/

footer {
  border-top: 5px solid #edeef0;
}

footer #footerInner {
  padding: 40px 0;
  width: 1020px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

footer #footerInner .btn a {
  color: #ffffff;
  line-height: 1;
  text-decoration: none;
  position: relative;
  background: #001a43;
  padding: 20px 10px;
  width: 250px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 1.6rem;
  border-radius: 100px;
  margin: 0 auto;
  transition-duration: 0.5s;
  font-weight: 500;
  display: block;
  text-align: center;
}

footer #footerInner .btn a:hover {
  background: #004fcc;
  transition-duration: 0.5s;
}

footer #footerInner .btn a:after {
  content: "";
  transition: 0.3s;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

footer #copy {
  background: #001a43;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  font-size: 1rem;
}

@media only screen and (max-width: 767px) {
  footer #footerInner .btn a {
    width: 80%;
    font-size: 1.4rem;
  }
}
