@charset "utf-8";

/*========================================================================*\

$root

\*========================================================================*/

/* -- 基本 -- */
:root {
  --font-weight: 500;
  --line-height: 2;
  --sans_serif: "Kiwi Maru", "UDデジタル教科書体 ProN", "BIZ UDPGothic",
    "Kiwi Maru", serif;
  --serif: "Noto Serif JP", "Times New Roman", "游明朝", YuMincho,
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  --font-color: #3d3732;
  --primary-color: #7cb342;
  --secondary-color: #ffa000;
  --tertiary-color: #ffd700;
  --font-red: #f44336;
}

/* -- font-size -- */
:root {
  --fs_1: 1rem;
  --fs_2: 4.6rem;
  --fs_3: 4.1rem;
  --fs_4: 3.6rem;
  --fs_5: 3.2rem;
  --fs_6: 2.9rem;
}

:root {
  --fs_xl: 2rem;
  --fs_lg: 1.8rem;
  --fs: 1.6rem;
  --fs_sm: 1.4rem;
  --fs_xs: 1.2rem;
  --fs_xxs: 1.1rem;
}

:root {
  --fw_b: 700;
}

:root {
  --line-height_lg: 2.4;
  --line-height_sm: 1.6;
}

/* -- inner-padding -- */
:root {
  --ip: 20rem 0;
  --ip_mid: 8rem 2rem;
  --ip_sm: 4rem 2rem;
}

/* -- width -- */
:root {
  --max-width: 1400px;
}

/*========================================================================*\

$body

\*========================================================================*/

body,
html {
  height: 100%;
}

html {
  /*scroll-padding-top: 100px;*/
}

body {
  font-family: var(--sans_serif);
}

#wrapper {
  overflow: hidden;
  position: relative;
}

.en {
  font-family: "Shippori Antique B1", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.orange {
  color: var(--secondary-color);
}

.green {
  color: #95cc0e !important;
}

.pink {
  color: #f28d8c !important;
}

/*========================================================================*\

$topmain

\*========================================================================*/

.main {
  max-width: 1800px;
  width: 100%;
  margin: 0 auto;
}

#topmain {
  background: url(../images/main.jpg) no-repeat 75% 30%;
  background-size: cover;
  height: 80rem;
  border-radius: 0 0 0 200px;
  position: relative;
}

#topmain .mainInner {
  position: absolute;
  left: 0;
  bottom: 20%;
}

#topmain h2,
#topmain p {
  font-size: 5rem;
  background: #ffffff;
  display: inline;
  box-decoration-break: clone;
  padding: 0 2rem;
  line-height: 1.7;
}

#topmain .dot,
#topmain .pink {
  padding: 0;
  color: #f28d8c;
}

#topmain .dot::before {
  top: 7px;
  background-color: #f28d8c;
}

@media screen and (max-width: 1260px) {
  #topmain h2,
  #topmain p {
    font-size: 4rem;
  }
}

#lowermain {
  background: url(../about/img/main.jpg) no-repeat center -100px;
  background-size: cover;
  position: relative;
  max-height: 400px;
  height: 400px;
  width: 100%;
  border-radius: 0 0 0 200px;
}

@media screen and (max-width: 1024px) {
  #lowermain {
    height: 300px;
  }
}

#lowermain::before {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  border-radius: 0 0 0 200px;
}

#lowermain.facilityMain {
  background: url(../facility/img/main.jpg) no-repeat top center;
  background-size: cover;
}

#lowermain.faqMain {
  background: url(../faq/img/main.jpg) no-repeat top center;
  background-size: cover;
}

#lowermain.newsMain {
  background: url(/news_static/img/main.jpg) no-repeat center center;
  background-size: cover;
}

#lowermain.contactMain {
  background: url(../contact/img/main.jpg) no-repeat top center;
  background-size: cover;
}

#lowermain.privacyMain {
  background: url(../privacy/img/main.jpg) no-repeat -2% center;
  background-size: cover;
}

#lowermain.companyMain {
  background: url(../company/img/main.jpg) no-repeat -2% 30%;
  background-size: cover;
}

#lowermain.introductionMain {
  background: url(../introduction/img/main.jpg) no-repeat -2% 30%;
  background-size: cover;
}

#lowermain #mainInner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 10;
}

#lowermain #mainInner h2 {
  font-size: 5rem;
  color: #ffffff;
  line-height: 1.4;
  text-align: center;
}

#lowermain #mainInner h2 .en {
  font-size: 2.4rem;
  color: var(--primary-color);
  display: block;
}

/*========================================================================*\

$#Co

\*========================================================================*/

#Co {
  margin: 0 auto;
}

#Co section .sectionInner {
  max-width: var(--max-width);
  width: 100%;
  margin: 0 auto;
  padding: 10rem 0;
}

@media screen and (max-width: 1400px) {
  #Co section .sectionInner {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 10rem 2rem;
  }
}

#Co section .sectionInner h2 {
  font-size: 4.4rem;
  color: var(--primary-color);
  letter-spacing: -0.05em;
  line-height: 1.4;
}

#Co section .sectionInner h2.no {
  position: relative;
  margin-bottom: 6rem;
}

#Co section .sectionInner h2 + .sub {
  font-size: 1.8rem;
  color: #3a3937;
  letter-spacing: -0.05em;
  line-height: 1.2;
  position: relative;
  margin-bottom: 6rem;
}

#Co section .sectionInner h2 + .sub:before,
#Co section .sectionInner h2.no:before {
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 30px;
  height: 2px;
  content: "";
  border-radius: 3px;
  background: var(--primary-color);
}

#Co section.firstSection .sectionInner h2 {
  margin-top: 0 !important;
}

/*========================================================================*\

$#newsSection

\*========================================================================*/

#Co #newsSection .newsBox .newsBoxInner {
  text-decoration: none;
}

#Co #newsSection .newsBox figure {
  margin-bottom: 2rem;
}

#Co #newsSection .newsBox img {
  border-radius: 10px;
}

#Co #newsSection .newsBox .day {
  margin-bottom: 1rem;
}

#Co #newsSection .newsBox dt {
  font-size: 1.8rem;
}

#Co #newsSection .newsBox dd {
  font-size: 1.6rem;
}

/*========================================================================*\

$#aboutSection

\*========================================================================*/

#Co #aboutSection h2 {
  text-align: center;
  color: var(--font-color);
  margin-bottom: 6rem;
}

#Co #aboutSection .box03 {
  margin-bottom: 4rem;
}

#Co #aboutSection .box03Inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
}

#Co #aboutSection .box03Inner .itemBox {
  background: #fdeddf;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}

#Co #aboutSection .box03Inner .itemBox figure {
  width: 35%;
  text-align: center;
  font-size: 3rem;
}

#Co #aboutSection .box03Inner .itemBox figure span {
  color: #ed828b;
}

#Co #aboutSection .box03Inner:nth-child(2) .itemBox figure span {
  color: #ffd700;
}

#Co #aboutSection .box03Inner:nth-child(3) .itemBox figure span {
  color: #67d0db;
}

#Co #aboutSection .box03Inner .itemBox figure img {
  margin-bottom: 1rem;
}

#Co #aboutSection .box03Inner:nth-child(2) .itemBox {
  background: #fff6d1;
}

#Co #aboutSection .box03Inner:nth-child(3) .itemBox {
  background: #f0f5e8;
}

#Co #aboutSection p {
  font-size: 2rem;
  text-align: center;
}

#Co #aboutSection .catch {
  font-size: 2.4rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 1260px) {
  #Co #aboutSection h2 {
    font-size: 3rem;
  }
  #Co #aboutSection .box03Inner .itemBox figure {
    width: 40%;
    text-align: center;
    font-size: 2rem;
  }
  #Co #aboutSection p {
    font-size: 1.8rem;
    text-align: center;
  }

  #Co #aboutSection .catch {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}

/*========================================================================*\

$#newsSection

\*========================================================================*/

#Co #facilitySection {
  border-radius: 0 200px 0 0;
  background: #f5f6f4;
  max-width: 1850px;
}

@media screen and (max-width: 1850px) {
  #Co #facilitySection {
    max-width: 100%;
  }
}

#Co #facilitySection .catch {
  font-size: 2.4rem;
}

#Co #facilitySection .box03Inner {
  background: #ffffff;
  border-radius: 10px;
  padding: 3rem;
  text-decoration: none;
}

#Co #facilitySection .box03Inner:nth-child(n + 4) {
  margin-top: 3rem;
}

#Co #facilitySection .box03Inner figure {
  margin-bottom: 2rem;
}

#Co #facilitySection .box03Inner img {
  border-radius: 10px;
}

#Co #facilitySection .box03Inner h3 {
  font-size: 2.4rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  line-height: 1.2;
}

#Co #facilitySection .box03Inner h3 .ss {
  font-size: 1.8rem;
}

#Co #facilitySection .box03Inner h3:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../images/ico_home.png);
  background-size: contain;
  vertical-align: sub;
  margin-right: 0.8rem;
}

#Co #facilitySection .box03Inner ul {
  margin: 0;
}

#Co #facilitySection .box03Inner li {
  width: 100%;
  font-size: 1.8rem;
  border-bottom: 2px dashed #cccccc;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

#Co #facilitySection .box03Inner li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

/*========================================================================*\

$#contactSection

\*========================================================================*/

#contactSection {
  background: #f5f6f4;
  padding: 0;
  margin: 0;
}

#contactSection .sectionInner {
  padding: 5rem 0;
  border-bottom: 1px solid rgba(58, 57, 55, 0.2);
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#contactSection .sectionInner .contactL {
  width: 60%;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

#contactSection .sectionInner .contactL h2 {
  max-width: 260px;
  margin: 0 2rem 0 0;
  padding: 0;
  width: 50%;
}

#contactSection .sectionInner .contactL p {
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}

#contactSection .sectionInner .contactR {
  width: 40%;
  margin: 0;
  padding: 0;
}

#contactSection .sectionInner .contactR ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 0.9375rem 0;
  padding: 0;
}

#contactSection .sectionInner .contactR li {
  width: 48.5%;
  margin: 0;
  padding: 0;
}

#contactSection .sectionInner .contactR a {
  text-decoration: none;
}

#contactSection .sectionInner .contactR a .title {
  font-family: "Kiwi Maru", "UDデジタル教科書体 ProN", "BIZ UDPGothic",
    "Kiwi Maru", serif;
  font-size: 1.375rem;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  padding: 2px 8px;
  margin-right: 10px;
}

#contactSection .sectionInner .contactR a .ico_tel {
  display: block;
  font-size: 2.125rem;
}

#contactSection .sectionInner .contactR .mail a {
  background: var(--secondary-color);
  border-radius: 60px;
  color: #ffffff;
  font-size: 1.8rem;
  display: block;
  border: none;
  text-align: center;
  text-decoration: none;
  padding: 0.5rem 0;
}

#contactSection .sectionInner .contactR .mail a:before {
  background: url(../images/ico_mail.png) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 14px;
  margin-right: 10px;
  width: 18px;
  vertical-align: middle;
}

#contactSection .sectionInner .contactR li a:hover {
  transform: translateY(-5px);
}

@media screen and (max-width: 1260px) {
  #contactSection .sectionInner .contactL {
    width: 35%;
    display: block;
  }

  #contactSection .sectionInner .contactL h2 {
    margin-bottom: 1rem;
  }

  #contactSection .sectionInner .contactR li a {
    font-size: 1.5rem;
  }

  #contactSection .sectionInner .contactR li:last-child a {
    font-size: 1.5rem;
  }

  #contactSection .sectionInner .contactR li a span {
    padding: 0.6rem 1rem;
    display: block;
  }
}

/*========================================================================*\

$#footer

\*========================================================================*/

footer {
  background: #f5f6f4;
  padding: 0;
  margin: 0;
}

footer #footerInner {
  padding: 5rem 0;
  width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 1400px) {
  #contactSection .sectionInner,
  footer #footerInner {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 5rem 2rem;
  }
}

footer #footerInner h3 {
  font-size: 1.6rem;
}

footer #footerInner h3 a {
  text-decoration: none;
}

footer #footerInner h3 a:hover,
footer #footerInner li a:hover {
  text-decoration: underline;
  color: var(--primary-color);
}

footer #footerInner li {
  width: 100%;
  font-size: 1.5rem;
}

footer #footerInner li a {
  color: rgba(58, 57, 55, 0.8);
  text-decoration: none;
}

footer #footerInner .innerBox {
  flex: 1 1 auto;
  align-self: auto;
}

footer #footerInner .innerBox:nth-child(2) {
  flex: 2 1 auto;
}

footer #footerInner .innerBox .box03 {
  margin: 0;
}

footer #footerInner .innerBox ul {
  margin: 0;
}

footer #copy {
  text-align: center;
  color: rgba(58, 57, 55, 0.6);
  font-size: 1.1rem;
  padding-bottom: 2rem;
}

@media screen and (max-width: 1260px) {
  footer #footerInner .innerBox .box03 {
    display: block;
  }

  footer #footerInner .innerBox .box03 .box03Inner {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  #contactSection .sectionInner .contactR {
    width: 50%;
    margin: 0;
    padding: 0;
  }

  footer #footerInner .innerBox {
    width: 32%;
    flex: none;
  }

  footer #footerInner .innerBox:nth-child(2) {
    flex: none;
  }

  footer #footerInner .innerBox:nth-child(n + 4) {
    margin-top: 1.25rem;
  }

  footer #footerInner::after {
    content: "";
    display: block;
    width: 32%;
  }
}

/*========================================================================*\

$#pan

\*========================================================================*/

#Co .page #pan {
  text-align: right;
}

#Co .page #pan a {
  color: var(--primary-color);
}

/*========================================================================*\

$.page

\*========================================================================*/

#Co .page h3 {
  font-size: 3rem;
  color: var(--primary-color);
  border-image: linear-gradient(
      180deg,
      rgba(124, 179, 66, 1) 50%,
      rgba(254, 213, 0, 1) 50%
    )
    1 / 0 0 0 3px;
  border-image-slice: 1;
  border-left: solid;
  border-top: none;
  line-height: 1.4;
  margin: 2rem 0 1.5rem 0 !important;
  padding: 0 0 0 1.5rem;
}

#Co .page h4 {
  border-bottom: 1px dashed var(--primary-color);
  color: var(--primary-color);
  font-size: 2.4rem;
  line-height: 1.6;
  margin: 0 0 2rem 0;
  padding: 0 0 1rem 2rem;
  position: relative;
}

#Co .page h4:before {
  background: var(--primary-color);
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 0.75em;
  width: 5px;
}

#Co .page h5 {
  color: var(--primary-color);
  font-size: 2rem;
  line-height: 1.8;
  margin: 0 0 1rem 0;
  padding: 0 0 0 2.8rem;
  text-indent: -2.8rem;
}

#Co .page h5:before {
  background: var(--primary-color);
  content: "";
  display: inline-block;
  height: 2px;
  left: 0;
  margin: 0 8px 0 0;
  padding: 0;
  position: relative;
  top: -5px;
  width: 12px;
}

#Co .page h6 {
  background-color: #fdf0da;
  border-radius: 4px;
  border-radius: 2.5rem 0 0 2.5rem; /*左側の角を丸く*/
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 0 0 1rem 0;
  padding: 0.8rem 2.4rem;
}

#Co .page h6:before {
  color: white;
  content: "●";
  margin-right: 8px;
}

#Co .page .wideSection {
  border-radius: 0 200px 0 0;
  background: #f5f6f4;
  max-width: 1850px;
}

@media screen and (max-width: 1850px) {
  #Co .page .wideSection {
    max-width: 100%;
  }
}

/*========================================================================*\

$#firstSection

\*========================================================================*/

#Co .page .firstSection .sectionInner .catch {
  font-size: 2rem;
}

#Co .page .firstSection .sectionInner .photoBox .box02Inner {
  width: 55%;
}

#Co .page .firstSection .sectionInner .photoBox .box02Inner:last-child {
  width: 40%;
}

/*========================================================================*\

$#aboutpage

\*========================================================================*/

#Co #aboutpage figure img {
  border-radius: 10px;
}

#Co #aboutpage .featuresBox h3 {
  font-size: 2.4rem;
}

#Co #aboutpage .wideSection h2 + .sub {
  margin-bottom: 3rem;
  text-align: center;
}

#Co #aboutpage .wideSection h2 + .sub:before {
  left: 50%;
  transform: translateX(-50%);
}

#Co #aboutpage .wideSection h2 {
  text-align: center;
}

#Co #aboutpage .timeline .box02 {
  background: #ffffff;
  border-radius: 10px;
  padding: 5rem;
  width: 92%;
  margin: 0 0 0 auto;
}

#Co #aboutpage .timeline .box02 .box02Inner p {
  font-size: 1.8rem;
}

#Co #aboutpage .timeline .box02 .box02Inner:last-child {
  width: 350px;
}

#Co #aboutpage .timeline .box02 .box02Inner .contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#Co #aboutpage .timeline .box02 .box02Inner .contact li {
  width: 48.5%;
}

#Co #aboutpage .timeline .box02 .box02Inner .contact li a {
  background: var(--primary-color);
  border-radius: 60px;
  color: #ffffff;
  font-size: 1.9rem;
  display: block;
  text-align: center;
  text-decoration: none;
}

#Co #aboutpage .timeline .box02 .box02Inner .contact li:last-child a {
  font-size: 1.7rem;
  background: var(--secondary-color);
  color: var(--font-color);
}

#Co #aboutpage .timeline .box02 .box02Inner a span {
  padding: 0.6rem 1rem;
  display: block;
}

#Co #aboutpage .timeline .box02 .box02Inner a .ico_tel:before {
  background: url(../images/ico_tel.png) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 19px;
  margin-right: 10px;
  width: 17px;
  vertical-align: middle;
}

#Co #aboutpage .timeline .box02 .box02Inner a .ico_mail:before {
  background: url(../images/ico_mail.png) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 14px;
  margin-right: 10px;
  width: 18px;
  vertical-align: middle;
}

#Co #aboutpage .timeline .box02 .box02Inner a:hover {
  transform: translateY(-5px);
}

@media screen and (max-width: 1024px) {
  #Co #aboutpage .timeline .box02 .box02Inner {
    width: 60%;
  }

  #Co #aboutpage .timeline .box02 .box02Inner:last-child {
    width: 35%;
  }
}

/*========================================================================*\

$#facilitypage

\*========================================================================*/

#Co #facilitypage .firstSection {
  margin-top: 30px;
}

#Co #facilitypage h2 {
  text-align: center;
}

#Co #facilitypage h2:before {
  left: 50%;
  transform: translateX(-50%);
}

#Co #facilitypage figure img {
  border-radius: 10px;
}

#Co #facilitypage .swiper-button-prev,
#Co #facilitypage .swiper-button-next {
  height: 30px;
  width: 30px;
}

#Co #facilitypage .swiper-button-prev::after,
#Co #facilitypage .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 30px;
  margin: auto;
  width: 30px;
}

#Co #facilitypage .swiper-button-prev::after {
  background-image: url(../facility/img/ico_prev.png);
}

#Co #facilitypage .swiper-button-next::after {
  background-image: url(../facility/img/ico_next.png);
}

#Co #facilitypage .swiper-slide .photo {
  border-radius: 10px;
}

#Co #facilitypage .swiper-slide img {
  height: auto;
  width: 100%;
}

#Co #facilitypage .swiper-pagination-bullet-active {
  background: var(--primary-color);
}

#Co #facilitypage .swiper {
  margin-bottom: 5rem;
}

#Co #facilitypage .pointBox {
  margin-bottom: 5rem;
}

#Co #facilitypage .pointBox li {
  color: var(--primary-color);
  background: #ffffff;
  text-align: center;
  border-radius: 10px;
  padding: 1rem 0;
  font-size: 2rem;
}

#Co #facilitypage .informationBox .informationBoxInner {
  background: #ffffff;
  border-radius: 10px;
  padding: 4rem;
  width: 48.5%;
}

#Co #facilitypage .informationBox .informationBoxInner h3 {
  margin-top: 0 !important;
}

#Co #facilitypage .informationBox .informationBoxInner .point {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0 0 0;
  margin: 0;
}

#Co #facilitypage .informationBox .informationBoxInner .point::after {
  content: "";
  display: block;
  width: 31.5%;
}

#Co #facilitypage .informationBox .informationBoxInner .point li {
  width: 31.5%;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  padding-bottom: 0.5rem;
}

#Co
  #facilitypage
  .informationBox
  .informationBoxInner
  .point
  li:nth-child(n + 4) {
  margin-top: 1rem;
}

#Co #facilitypage .box {
  background: #ffffff;
  border-radius: 10px;
  padding: 2rem 4rem 4rem 4rem;
  margin-bottom: 50px;
}

#Co #facilitypage .box th {
  background: #7cb342;
  color: #ffffff;
}

#Co #facilitypage .box tr:nth-child(even) {
  background: #f5f6f4;
}

#Co #facilitypage .box th:first-child {
  width: 10%;
}

#Co #facilitypage .box th:nth-child(2) {
  width: 15%;
}

#Co #facilitypage .box h3 {
  margin-bottom: 25px !important;
}

/*========================================================================*\

$#faqpage

\*========================================================================*/

#Co #faqpage #anchorBox {
  margin: 5rem 0 0 0;
}

#Co #faqpage #anchorBox li {
  text-align: center;
}

#Co #faqpage .sectionInner .faqBoxInner {
  margin-bottom: 1rem;
}

#Co #faqpage .sectionInner h3 {
  margin-bottom: 6rem !important;
}

#Co #faqpage .sectionInner h4 {
  background: #ffffff;
  font-size: 2rem;
  border-radius: 10px;
  margin: 0 !important;
  padding: 0;
  border-bottom: none;
}

#Co #faqpage .sectionInner h4::before {
  content: none;
}

#Co #faqpage .sectionInner h4.clicked {
  border-radius: 10px 10px 0 0;
}

#Co #faqpage .sectionInner h4 a {
  position: relative;
  width: 100%;
  display: block;
  padding: 2rem 3rem;
  text-decoration: none;
}

#Co #faqpage .lastSection .sectionInner h4 a {
  background: #f5f6f4;
}

#Co #faqpage .sectionInner h4 > a::before,
#Co #faqpage .sectionInner h4 > a::after {
  background: var(--primary-color);
  content: "";
  height: 2px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}

#Co #faqpage .sectionInner h4 > a::after {
  background: var(--primary-color);
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}

#Co #faqpage .sectionInner h4.clicked > a::after {
  top: 48%;
  transform: rotate(0);
  transition: 0.5s;
}

#Co #faqpage .sectionInner .anserBox {
  padding: 2rem 3rem;
  background: #ffffff;
  border-top: 1px solid #ebebe5;
  display: none;
  border-radius: 0 0 10px 10px;
}

#Co #faqpage .lastSection .sectionInner .anserBox {
  background: #f5f6f4;
}

#Co #faqpage .sectionInner .anserBox p {
  line-height: 1.8;
}

#Co #faqpage .sectionInner .anserBox strong {
  display: block;
  color: var(--primary-color);
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

#Co #faqpage .sectionInner h3 {
  margin-bottom: 6rem !important;
}

/*========================================================================*\

$#newspage

\*========================================================================*/

#Co #newspage .newsBox .newsBoxInner {
  text-decoration: none;
  background: #ffffff;
  padding: 5rem;
}

#Co #newspage .newsBox .newsBoxInner:nth-child(n + 4) {
  margin-top: 3rem;
}

#Co #newspage .newsBox figure {
  margin-bottom: 2rem;
}

#Co #newspage .newsBox img {
  border-radius: 10px;
}

#Co #newspage .newsBox .day {
  margin-bottom: 1rem;
}

#Co #newspage .newsBox dt {
  font-size: 1.8rem;
}

#Co #newspage .newsBox dd {
  font-size: 1.6rem;
}

#Co #newspage.detailpage .sectionInner {
  background: #ffffff;
  padding: 5rem;
  margin: 10rem auto;
  max-width: 1000px;
  width: 100%;
}

#Co #newspage.detailpage .sectionInner h2 {
  margin-bottom: 5rem;
  padding-bottom: 3rem;
  border-bottom: 1px dashed #cccccc;
}

#Co #newspage.detailpage .sectionInner h3,
#Co #newspage.detailpage .sectionInner h4,
#Co #newspage.detailpage .sectionInner h5,
#Co #newspage.detailpage .sectionInner h6 {
  margin-top: 5rem !important;
}

#Co #newspage.detailpage .sectionInner .day {
  margin-bottom: 1rem;
}

#Co #newspage.detailpage .sectionInner img {
  max-width: 100%;
}

/*========================================================================*\

$#contactpage

\*========================================================================*/

#Co #contactpage .sectionInner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

#Co #contactpage #contactForm {
  text-decoration: none;
  background: #ffffff;
  padding: 5rem;
}

#Co #contactpage #contactForm .tblBorder .ss {
  font-size: 1.4rem;
}

/*========================================================================*\

$#contactpage

\*========================================================================*/

#Co #privacypage h3 {
  margin-top: 5rem !important;
}

#Co #privacypage h4 {
  margin-top: 5rem !important;
}

/*========================================================================*\

$#introductionpage

\*========================================================================*/

#Co #introductionpage .wideSection .itemBox {
  background: #ffffff;
  border-radius: 20px;
  margin-bottom: 50px;
  padding: 40px;
}

#Co #introductionpage .wideSection .itemBox:last-child {
  margin-bottom: 0;
}

#Co #introductionpage .wideSection .itemBox .box02 {
  margin: 0 !important;
}

#Co #introductionpage .wideSection .itemBox .box02Inner {
  width: 60%;
}

#Co #introductionpage .wideSection .itemBox .box02Inner:first-child {
  width: 35%;
}

#Co #introductionpage .wideSection .catch.semi {
  font-size: 2.4rem;
}

#Co #introductionpage #flow {
  margin: 0 auto;
  width: 1000px;
}

#Co #introductionpage #flow figure {
  margin: 0 0 20px 0;
  text-align: center;
}

#Co #introductionpage .wideSection .accessBox {
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
}

#Co #introductionpage .wideSection .accessBox .responsiveBox {
  margin: 0 0 20px 0;
}

#Co #introductionpage .logoBox {
  margin: 0 auto;
  width: 1000px;
}

#Co #introductionpage .logoBox .box02Inner {
  width: 65%;
}

#Co #introductionpage .logoBox .box02Inner:first-child {
  width: 30%;
}

#Co #introductionpage .wideSection .box04 li {
  text-align: center;
  font-size: 2rem;
}

#Co #introductionpage .wideSection .box04 li img {
  margin: 0 0 10px 0;
}

#Co #introductionpage .wideSection .box02 h3 {
  margin: 0 0 1.5rem 0 !important;
}

#Co #introductionpage .wideSection .box02 li {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  #Co #introductionpage .logoBox .box02Inner table {
    width: auto;
  }
}
