@charset "utf-8";

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

$root

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

:root {
  --font_h1: 3rem;
  --font_h2: 2.523rem;
  --font_h3: 2.243rem;
  --font_h4: 1.993rem;
  --font_h5: 1.772rem;
  --font_h6: 1.575rem;
  --font_h7: 1.4rem;
}

.dot {
  color: var(--primary-color);
  padding-top: 0.2em;
  position: relative;
}

.dot::before {
  height: 0.34rem;
  width: 0.34rem;
  top: 5px;
}

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

$wrapper

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

#wrapper {
  overflow: hidden;
}

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

$topmain

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

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

#topmain {
  height: 40rem;
  border-radius: 0 0 0 80px;
}

#topmain h2,
#topmain p {
  font-size: 2rem;
  padding: 0.8rem 0;
}

#topmain .mainInner div {
  margin-top: 0;
}

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

#lowermain::before {
  border-radius: 0 0 0 80px;
}

#lowermain #mainInner h2 {
  font-size: 2.8rem;
}

#lowermain #mainInner h2 .en {
  font-size: 1.6rem;
}

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

$#Co

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

#Co section .sectionInner {
  max-width: 100%;
  padding: 4rem 2rem;
}

#Co section .sectionInner h2 {
  font-size: 3rem;
  line-height: 1.6;
}

#Co section .sectionInner h2 + .sub {
  font-size: 1.4rem;
  margin-bottom: 5rem;
}

#Co section .sectionInner h2 + .sub:before {
  bottom: -20px;
}

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

$#newsSection

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

#Co #newsSection .newsBox {
  flex-wrap: nowrap;
}

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

#Co #newsSection .newsBox .day {
  margin-bottom: 0;
  font-size: 1.2rem;
}

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

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

#Co #newsSection .btn {
  margin: 2rem auto 3rem auto;
}

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

$#aboutSection

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

#Co #aboutSection {
  border-radius: 0 50px 0 0;
}

#Co #aboutSection h2 {
  font-size: 1.6rem;
  margin-bottom: 2rem;
  line-height: 1.6;
}

#Co #aboutSection .box03 {
  margin-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
}

#Co #aboutSection .box03Inner {
  flex-wrap: wrap;
  width: 48%;
}

#Co #aboutSection .box03Inner:last-child {
  margin-top: 1.5rem;
}

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

#Co #aboutSection .box03Inner .itemBox figure {
  width: 50%;
  font-size: 1.6rem;
}

#Co #aboutSection .box03Inner .itemBox figure img {
  margin-bottom: 0;
  width: 80%;
}

#Co #aboutSection p {
  font-size: 1.4rem;
}

#Co #aboutSection .catch {
  font-size: 1.8rem;
  line-height: 1.6;
}

#Co #aboutSection .btn {
  margin-bottom: 0;
}

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

$#newsSection

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

#Co #facilitySection .catch {
  font-size: 1.8rem;
  line-height: 1.6;
}

#Co #facilitySection .box03Inner {
  padding: 2rem;
  display: block;
}

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

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

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

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

#Co #facilitySection .box03Inner h3:before {
  width: 24px;
  height: 24px;
}

#Co #facilitySection .box03Inner li {
  font-size: 1.4rem;
}

#Co #facilitySection .btn {
  margin-bottom: 0;
}

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

$#contactSection

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

#contactSection .sectionInner {
  padding: 3rem 2rem;
  border-bottom: none;
  width: 100%;
  display: block;
}

#contactSection .sectionInner .contactL {
  width: 100%;
  display: block;
}

#contactSection .sectionInner .contactL h2 {
  margin: 0 2rem 1rem 0;
}

#contactSection .sectionInner .contactL p {
  font-size: 1.2rem;
  margin: 0 0 2rem 0;
}

#contactSection .sectionInner .contactR {
  width: 100%;
}

#contactSection .sectionInner .contactR a .title {
  font-size: 13px;
  margin: 0;
  padding: 1px 5px;
}

#contactSection .sectionInner .contactR a .ico_tel {
  font-size: 17px;
}

#contactSection .sectionInner .contactR li a span {
  padding: 0;
}

#contactSection .sectionInner .contactR li a .ico_tel:before,
#contactSection .sectionInner .contactR li a .ico_mail:before {
  content: none;
}

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

$#footer

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

footer #footerInner {
  display: none;
}

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

$#pan

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

#Co .page #pan {
  display: block;
  padding: 1rem 2rem 0 0;
}

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

$.page

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

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

#Co .page section .sectionInner h2.no:before {
  bottom: -20px;
}

#Co .page .wideSection {
  border-radius: 0 80px 0 0;
}

#Co .page h3 {
  font-size: 2.2rem;
  margin: 2rem 0 1.5rem 0 !important;
  padding: 0 0 0 1.5rem;
}

#Co .page h4 {
  font-size: 1.8rem;
}

#Co .page h5 {
  font-size: 1.6rem;
}

#Co .page h6 {
  font-size: 1.4rem;
}
#Co p {
  font-size: 1.4rem;
  line-height: 1.8;
}

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

$#firstSection

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

#Co .page .firstSection .sectionInner h2.no {
  text-align: center;
}

#Co .page .firstSection .sectionInner h2.no:before {
  left: 50%;
  transform: translateX(-50%);
}

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

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

#Co .page .firstSection .sectionInner .photoBox .box02Inner:last-child {
  width: 100%;
  margin-top: 3rem;
}

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

$#aboutpage

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

#Co #aboutpage .featuresBox h3 {
  font-size: 2.2rem;
  margin: 2rem 0 1rem 0 !important;
}

#Co #aboutpage .featuresBox p {
  font-size: 1.4rem;
}

#Co #aboutpage .timelineInner h3 {
  margin: 0 0 1.5rem 0 !important;
}

#Co #aboutpage .featuresBox .box03Inner:nth-child(n + 2) {
  margin-top: 3rem;
}

#Co #aboutpage .timeline .box02 {
  padding: 1rem 0 3rem 3rem;
  width: 85%;
}

#Co .page .timeline > li {
  padding: 0;
}

#Co .page .border-line {
  left: 1.7em;
}

.timeline .stepnumber {
  font-size: 1.8rem;
  line-height: 44px;
  height: 44px;
  width: 45px;
}

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

#Co #aboutpage .timeline .box02 .box02Inner:last-child {
  width: 100%;
  margin-top: 2rem;
}

#Co #aboutpage .timeline .box02 .box02Inner .contact {
  display: block;
}

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

#Co #aboutpage .timeline .box02 .box02Inner .contact li a {
  font-size: 1.4rem;
  display: block;
}

#Co #aboutpage .timeline .box02 .box02Inner .contact li:last-child {
  margin-top: 1rem;
}

#Co #aboutpage .timeline .box02 .box02Inner .contact li:last-child a {
  font-size: 1.4rem;
}

#Co #aboutpage .timeline .box02 .box02Inner a .ico_tel:before,
#Co #aboutpage .timeline .box02 .box02Inner a .ico_mail:before {
  content: none;
}

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

$#facilitypage

\*========================================================================*/
#Co #facilitypage .swiper-button-prev,
#Co #facilitypage .swiper-button-next {
  height: 20px;
  width: 20px;
}

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

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

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

#Co #facilitypage .pointBox li {
  font-size: 1.6rem;
}

#Co #facilitypage .pointBox li:nth-child(n + 3) {
  margin-top: 1.5rem;
}

#Co #facilitypage .informationBox .informationBoxInner {
  padding: 3rem;
  width: 100%;
}

#Co #facilitypage .informationBox .informationBoxInner:last-child {
  margin-top: 3rem;
}

#Co #facilitypage .informationBox .informationBoxInner .point li {
  width: 48.5%;
}

#Co #facilitypage .informationBox .informationBoxInner .tblBorder {
  margin-bottom: 0 !important;
}

#Co #facilitypage .box {
  padding: 1rem 2rem 2rem 2rem;
  margin-bottom: 30px;
}

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

$#faqpage

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

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

#Co #faqpage #anchorBox li:nth-child(n + 3) {
  margin-top: 1.5rem;
}

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

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

#Co #faqpage .sectionInner h4 {
  font-size: 1.6rem;
}

#Co #faqpage .sectionInner h4 a {
  padding: 2rem;
}

#Co #faqpage .sectionInner h4 > a::before,
#Co #faqpage .sectionInner h4 > a::after {
  right: 10px;
  width: 10px;
}

#Co #faqpage .sectionInner .anserBox {
  padding: 2rem;
}

#Co #faqpage .sectionInner .anserBox strong {
  font-size: 1.4rem;
}

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

$#newspage

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

#Co #newspage .newsBox .newsBoxInner {
  padding: 2rem;
  display: block;
}

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

#Co #newspage .newsBox .day {
  margin-bottom: 0;
  font-size: 1.2rem;
}

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

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

#Co #newspage.detailpage .sectionInner {
  padding: 3rem;
  margin: 3rem auto;
  max-width: 100%;
  width: 92%;
}

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

#Co #newspage.detailpage .sectionInner h2 {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  font-size: 2.2rem;
}

#Co #newspage.detailpage .sectionInner h2 {
  font-size: 2.2rem;
}

#Co #newspage.detailpage .sectionInner .day {
  margin-bottom: 3rem;
  font-size: 1.2rem;
}

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

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

$#contactpage

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

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

#Co #contactpage #contactForm {
  padding: 2rem;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

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

#contactForm #btnSent,
#contactForm #btnCheck {
  margin-top: 0;
}

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

$#contactpage

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

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

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

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

$#introductionpage

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

#Co #introductionpage .wideSection .itemBox {
  margin-bottom: 30px;
  padding: 20px;
}

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

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

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

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

#Co #introductionpage #flow {
  width: 100%;
}

#Co #introductionpage .wideSection .accessBox {
  padding: 20px;
}

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

#Co #introductionpage .logoBox {
  margin: 0 auto;
  width: 100%;
}

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

#Co #introductionpage .logoBox .box02Inner:first-child {
  width: 50%;
  text-align: center;
  margin: 0 auto 20px auto;
}

#Co #introductionpage .wideSection .box04 li {
  font-size: 1.8rem;
}

#Co #introductionpage .wideSection .itemBox.box02Inner li {
  font-size: 1.6rem;
}

#Co #introductionpage .wideSection .itemBox.box02Inner .catch {
  font-size: 1.6rem;
}
