@charset "UTF-8";
:root {
  --base-font: "Noto Sans JP", sans-serif;
  --en-font: "Bentham", serif;
  --bona: "Bona Nova SC", serif;
  --base-color: #444;
  --white: #fff;
  --white-50: rgba(255, 255, 255, 0.50);
  --white-90: rgba(255, 255, 255, 0.90);
  --white-92: rgba(255, 255, 255, 0.92);
  --white-96: rgba(255, 255, 255, 0.96);
  --dark-blue: #094086;
  --black-3: rgba(0, 0, 0, 0.03);
  --black-60: rgba(0, 0, 0, 0.6);
  --grey: #F4F4F4;
  --grey-02: #FBFBFB;
  --light-blue01: #A8C9EA;
  --lingt-blue02: #DBE7F4;
  --blue: #578CBD;
  --blue-02:#E2ECF6;
  --yellow: #FEFBBF;
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LYX */
/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* flex */
.flex, .flexA, .flexB, .flexC {
  display: flex;
  flex-wrap: wrap;
}

.flexA {
  justify-content: space-around;
}

.flexB {
  justify-content: space-between;
}

.flexC {
  justify-content: center;
}

.en {
  font-family: var(--en-font);
  font-size: 12rem;
  color: #DBE7F4;
}
@media all and (max-width: 896px) {
  .en {
    font-size: 8rem;
  }
}

.bona {
  font-family: var(--bona);
}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
  max-width: 124rem;
  padding: 0 2rem;
  margin: 0 auto;
  box-sizing: border-box;
}
@media all and (max-width: 896px) {
  .content {
    max-width: 100% !important;
  }
}

/*------------------------------------------------------------
	comNewsUl
------------------------------------------------------------*/
.comNewsUl li a {
  padding: 0.9rem 5rem 0.9rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  background: url(../img/common/icon04.webp) no-repeat right top 2.3rem/3.9rem;
}
@media all and (min-width: 1025px) {
  .comNewsUl li a:hover {
    opacity: 0.65;
  }
}
.comNewsUl li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 17.5rem);
  height: 1px;
  content: "";
  z-index: 1;
  background-color: var(--grey);
}
.comNewsUl li a time {
  display: block;
  width: 13rem;
  letter-spacing: 0.16rem;
}
.comNewsUl li a p {
  flex: 1;
  color: var(--dark-blue);
  letter-spacing: 0.16rem;
}
@media all and (max-width: 896px) {
  .comNewsUl li a {
    padding: 1.2rem 3.5rem 1.2rem 0;
    display: block;
    background-size: 2.7rem auto;
    background-position: right top 4.4rem;
  }
  .comNewsUl li a::after {
    width: 100%;
    background-color: var(--lingt-blue02);
  }
  .comNewsUl li a time {
    margin-bottom: 0.2rem;
    width: auto;
    font-size: 1.2rem;
    letter-spacing: 0.12rem;
  }
  .comNewsUl li a p {
    font-size: 1.2rem;
    letter-spacing: 0.12rem;
  }
}

/*------------------------------------------------------------
	comInnerBox
------------------------------------------------------------*/
.comInnerBox .tableBox {
  margin-bottom: 4.2rem;
  padding: 3.1rem 2rem 2.8rem;
  border-radius: 0.8rem;
  background-color: var(--grey);
}
.comInnerBox .tableBox table {
  margin-bottom: 2.3rem;
  width: 100%;
  border-collapse: collapse;
}
.comInnerBox .tableBox table th, .comInnerBox .tableBox table td {
  text-align: center;
  border: 0;
  font-size: 1.6rem;
  font-weight: 400;
  vertical-align: top;
  word-break: break-all;
}
.comInnerBox .tableBox table th {
  padding-right: 1rem;
  width: 31%;
  letter-spacing: 0.16rem;
}
.comInnerBox .tableBox table thead th, .comInnerBox .tableBox table thead td {
  padding-bottom: 0.8rem;
  border-bottom: 1px solid var(--dark-blue);
}
.comInnerBox .tableBox table tbody th, .comInnerBox .tableBox table tbody td {
  padding-top: 1rem;
}
.comInnerBox .tableBox table tbody td {
  color: var(--dark-blue);
}
.comInnerBox .tableBox table tbody tr:nth-child(2) th, .comInnerBox .tableBox table tbody tr:nth-child(2) td {
  padding-top: 0.6rem;
}
.comInnerBox .tableBox .notesUl li {
  padding-left: 1.3em;
  text-indent: -1.3em;
  font-size: 1.4rem;
  letter-spacing: 0.02rem;
  line-height: 1.42;
}
.comInnerBox .tableBox .notesUl li span {
  color: var(--dark-blue);
}
.comInnerBox .btnUl li:not(:last-child) {
  margin-bottom: 3rem;
}
.comInnerBox .btnUl a {
  padding: 0 8rem 0.2rem;
  min-height: 8rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 3.6rem;
  color: var(--dark-blue);
  text-align: center;
  border-radius: 0.8rem;
  letter-spacing: 0.072rem;
  overflow: hidden;
  background: var(--lingt-blue02) url(../img/common/icon03.webp) no-repeat right 2.5rem center/5.5rem;
}
.comInnerBox .btnUl a .txt {
  padding: 0 3.2rem;
  background: url(../img/common/icon01.webp) no-repeat left top calc(50% + 0.2rem)/2.2rem;
}
@media all and (min-width: 1025px) {
  .comInnerBox .btnUl a:hover {
    opacity: 0.65;
  }
}
.comInnerBox .btnUl .web a {
  font-size: 3.2rem;
  font-weight: 500;
}
.comInnerBox .btnUl .web .txt {
  padding: 0 1.5rem 0 4.7rem;
  background-image: url(../img/common/icon02.webp);
  background-size: 3.3rem auto;
  background-position: left center;
}
.comInnerBox .btnUl .web .txt span {
  padding-left: 0.3rem;
  font-size: 2.8rem;
  display: inline-block;
  vertical-align: 0.2rem;
}
@media all and (max-width: 896px) {
  .comInnerBox .tableBox {
    margin-bottom: 3rem;
    padding: 2.5rem 2rem 2.7rem;
  }
  .comInnerBox .tableBox table {
    margin-bottom: 1.8rem;
  }
  .comInnerBox .tableBox table th, .comInnerBox .tableBox table td {
    font-size: 1.2rem;
  }
  .comInnerBox .tableBox table th {
    padding-right: 1.2rem;
    width: 36.7%;
    letter-spacing: 0.12rem;
  }
  .comInnerBox .tableBox table thead th, .comInnerBox .tableBox table thead td {
    padding-bottom: 0.5rem;
  }
  .comInnerBox .tableBox table tbody th, .comInnerBox .tableBox table tbody td {
    padding-top: 0.7rem;
  }
  .comInnerBox .tableBox .notesUl li {
    font-size: 1.2rem;
    letter-spacing: 0.025rem;
    line-height: 1.42;
  }
  .comInnerBox .btnUl li:not(:last-child) {
    margin-bottom: 2rem;
  }
  .comInnerBox .btnUl a {
    padding: 0 3.5rem;
    min-height: 6rem;
    font-size: 2.6rem;
    letter-spacing: 0.052rem;
    background-position: right 2rem center;
    background-size: 3.8rem auto;
    background-image: url(../img/common/icon03_sp.webp);
  }
  .comInnerBox .btnUl a .txt {
    padding: 0 2.5rem;
    background-size: 1.5rem auto;
  }
  .comInnerBox .btnUl .web a {
    font-size: 2.4rem;
  }
  .comInnerBox .btnUl .web .txt {
    padding: 0 1rem 0 3.2rem;
    background-size: 2.1rem auto;
    background-position: left top calc(50% + 0.2rem);
  }
  .comInnerBox .btnUl .web .txt span {
    padding-left: 0.1rem;
    font-size: 2rem;
    vertical-align: 0.2rem;
  }
}

/*------------------------------------------------------------
	cominfoBox
------------------------------------------------------------*/
.cominfoBox {
  align-items: flex-start;
  gap: 6rem;
}
.cominfoBox .comInnerBox {
  flex: 1;
}
.cominfoBox .mapBox {
  width: 49%;
}
.cominfoBox .mapBox .map {
  margin-bottom: 2.8rem;
  border-radius: 0.8rem;
  overflow: hidden;
  aspect-ratio: 54/32;
}
.cominfoBox .mapBox .map img, .cominfoBox .mapBox .map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cominfoBox .mapBox ul li {
  padding: 0.5rem 0 0.5rem 4rem;
  letter-spacing: 0.096rem;
  line-height: 1.6;
  background: url(../img/common/local_img.webp) no-repeat left 0.2rem center/2.4rem;
}
.cominfoBox .mapBox ul li.train {
  letter-spacing: 0.16rem;
  background-image: url(../img/common/train_img.webp);
  background-size: 3rem auto;
  background-position: left top calc(50% + 0.6rem);
}
.cominfoBox .mapBox ul li.train span {
  font-size: 2.8rem;
  font-weight: 350;
  color: var(--dark-blue);
}
@media all and (max-width: 896px) {
  .cominfoBox {
    display: block;
  }
  .cominfoBox .comInnerBox {
    margin-bottom: 3rem;
  }
  .cominfoBox .mapBox {
    width: auto;
  }
  .cominfoBox .mapBox .map {
    margin-bottom: 2rem;
    aspect-ratio: 335/180;
  }
  .cominfoBox .mapBox ul li {
    padding: 0 0 0 2.5rem;
    letter-spacing: 0.084rem;
    background-size: 1.4rem auto;
    background-position: left 0.4rem top;
  }
  .cominfoBox .mapBox ul li.train {
    letter-spacing: 0.14rem;
    background-size: 2rem auto;
    background-position: left top calc(50% + 0.4rem);
  }
  .cominfoBox .mapBox ul li.train span {
    font-size: 2.2rem;
  }
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
  margin-bottom: 6.8rem;
  text-align: center;
}
.headLine01 .en {
  margin-bottom: -2.4rem;
  display: block;
  line-height: 1;
  color: var(--lingt-blue02);
  font-size: 20rem;
  font-weight: 400;
  font-family: var(--en-font);
}
.headLine01 .jp {
  display: block;
  color: var(--dark-blue);
  font-weight: 500;
  font-size: 4rem;
  letter-spacing: 0.4rem;
}
@media all and (max-width: 896px) {
  .headLine01 {
    margin-bottom: 3.7rem;
  }
  .headLine01 .en {
    margin-bottom: -0.4rem;
    font-size: 8rem;
  }
  .headLine01 .jp {
    font-size: 2.4rem;
    letter-spacing: 0.24rem;
  }
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
  margin-bottom: 1.3rem;
  font-size: 2.8rem;
  font-weight: 400;
}
@media all and (max-width: 896px) {
  .headLine02 {
    margin-bottom: 1.1rem;
    font-size: 2rem;
  }
}

/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
  margin-bottom: 1.7rem;
  color: var(--dark-blue);
  font-family: var(--bona);
  font-size: 7rem;
  font-weight: 400;
  line-height: 1;
}
.headLine03 .en {
  padding-right: 1.5rem;
  position: relative;
  font-size: 2rem;
  display: inline-block;
  vertical-align: 3.8rem;
}
.headLine03 .en::after {
  position: absolute;
  top: 0.8rem;
  right: -0.8rem;
  width: 4.4rem;
  height: 4.4rem;
  content: "";
  background: url(../img/common/line01.webp) no-repeat left top/100%;
  z-index: 1;
  pointer-events: none;
}
@media all and (max-width: 896px) {
  .headLine03 {
    margin-bottom: 2.3rem;
    font-size: 5rem;
  }
  .headLine03 .en {
    padding-right: 0.7rem;
    font-size: 1.6rem;
    vertical-align: 2.7rem;
  }
  .headLine03 .en::after {
    top: 0.5rem;
    right: -0.9rem;
    width: 3.7rem;
    height: 3.7rem;
  }
}

/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
  margin-bottom: 3.3rem;
  padding-bottom: 3.2rem;
  font-size: 5rem;
  font-weight: 400;
  color: var(--white);
  letter-spacing: 0.3rem;
  line-height: 1.4;
  border-bottom: 1px solid var(--lingt-blue02);
}
.headLine04 .sml {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.08rem;
  margin-bottom: 1rem;
}
.headLine04 .en {
  margin-left: 0.3rem;
  display: block;
  font-size: 2rem;
  letter-spacing: 0.36rem;
}
@media all and (max-width: 896px) {
  .headLine04 {
    margin-bottom: 2.4rem;
    padding-bottom: 1.9rem;
    font-size: 3.2rem;
    letter-spacing: 0.192rem;
  }
  .headLine04 .sml {
    font-size: 1.8rem;
    letter-spacing: 0.072rem;
    margin-bottom: 0.4rem;
  }
  .headLine04 .en {
    margin: 0.4rem 0 0 0.3rem;
    font-size: 1.4rem;
    letter-spacing: 0.252rem;
  }
}

/*------------------------------------------------------------
	headLine05
------------------------------------------------------------*/
.headLine05 {
  margin-bottom: 1.6rem;
  padding: 0.5rem 0 0.5rem 4.6rem;
  font-size: 3.4rem;
  font-weight: 500;
  color: var(--white);
  background: url(../img/common/icon05.webp) no-repeat left center/3rem;
}
@media all and (max-width: 896px) {
  .headLine05 {
    margin-bottom: 2rem;
    padding: 0.5rem 0 0.5rem 3.6rem;
    font-size: 2.2rem;
    background-size: 2.2rem auto;
  }
}

/*------------------------------------------------------------
	comBtn01
------------------------------------------------------------*/
.comBtn01 {
  margin: 0 auto;
  width: fit-content;
}
.comBtn01 a {
  padding: 0.7rem 6.8rem 0.5rem 0;
  display: block;
  font-size: 2rem;
  font-weight: 500;
  color: var(--dark-blue);
  letter-spacing: 0.04rem;
  background: url(../img/common/icon03.webp) no-repeat right center/5.5rem;
}
@media all and (min-width: 1025px) {
  .comBtn01 a:hover {
    opacity: 0.65;
  }
}
.comBtn01.style01 a {
  color: var(--white);
}
@media all and (max-width: 896px) {
  .comBtn01 a {
    padding: 0.3rem 4.6rem 0.4rem 0.5rem;
    font-size: 1.6rem;
    letter-spacing: 0.032rem;
    background-image: url(../img/common/icon03_sp.webp);
    background-size: 3.8rem auto;
  }
  .comBtn01.style01 a {
    color: var(--white);
  }
}

/*------------------------------------------------------------
	comTreatUl
------------------------------------------------------------*/
.comTreatUl {
  gap: 3rem 2.7rem;
}
.comTreatUl li {
  width: calc((100% - 8.1rem) / 4);
}
.comTreatUl li a {
  padding: 1rem 2rem;
  min-height: 10rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.8rem;
  font-weight: 500;
  background: var(--white) url(../img/common/icon04.webp) no-repeat right 0.8rem bottom 0.9rem/4rem;
  border-radius: 0.8rem;
}
.comTreatUl li a .image {
  margin-right: 1.7rem;
  width: 6.2rem;
  display: inline-block;
}
.comTreatUl li a .txt {
  flex: 1;
}
@media all and (min-width: 1025px) {
  .comTreatUl li a:hover {
    opacity: 0.65;
  }
}
@media all and (max-width: 896px) {
  .comTreatUl {
    gap: 1.5rem;
  }
  .comTreatUl li {
    width: calc((100% - 1.5rem) / 2);
  }
  .comTreatUl li a {
    padding: 1rem;
    min-height: 6rem;
    font-size: 1.4rem;
    background-size: 3rem auto;
    background-position: right 0.3rem bottom 1rem;
  }
  .comTreatUl li a .image {
    margin-right: 0.4rem;
    width: 3.5rem;
  }
}

/*------------------------------------------------------------
	fixedBtn
------------------------------------------------------------*/
@media all and (max-width: 896px) {
  .fixedBtn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  .fixedBtn li {
    width: 50%;
  }
  .fixedBtn li a {
    min-height: 5.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--white);
    background-color: var(--blue);
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.036rem;
  }
  .fixedBtn li a > span {
    padding-left: 1.7rem;
    background: url(../img/common/icon06.webp) no-repeat left top calc(50% + 0.1rem)/1.3rem;
  }
  .fixedBtn li.web a {
    background-color: var(--dark-blue);
  }
  .fixedBtn li.web a > span {
    padding-left: 2.7rem;
    background-image: url(../img/common/icon07.webp);
    background-size: 2.1rem auto;
  }
  .fixedBtn li.web a > span span {
    font-size: 2rem;
    font-weight: 400;
    display: inline-block;
    vertical-align: -1px;
  }
}

/*# sourceMappingURL=common.css.map */
