@charset "UTF-8";
/*
	Filename: home
	Version: 1.0.1
*/

/*-----------------------------------------------------
	#mv
------------------------------------------------------*/
#mv {
  position: relative;
  z-index: 1;
  padding-top: 133px;
  width: 100%;
  text-align: left;
}
#mv .mv_img {
  width: 821px;
  height: 684px;
  background: url("../img/home/mv.webp") no-repeat top left;
  background-size: cover;
  border-radius: 0 400px 400px 0;
}
#mv .mv_text {
  position: absolute;
	top: calc(50% + 30px);
	left: calc(50% + 325px);
	transform: translateY(-50%) translateX(-50%);
  width: 466px;
}
#mv .mv_text h2 {
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 22px;
  font-weight: 500;
  color: #00B5F0;
  line-height: 1.8;
}
#mv .mv_text h3 {
  margin-bottom: 30px;
  padding-left: 20px;
  font-size: 60px;
  font-weight: 400;
  color: #00B5F0;
  line-height: 1.3;
}
.circle {
  justify-content: space-between;
}
.circle_child {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #6ECAE7;
}
.circle_child p {
  position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 1300px) {
  #mv .mv_img {
    width: 65%;
  }
  #mv .mv_text {
    left: calc(65% + 150px);
  }
}
@media screen and (max-width: 1200px) {
  #mv .mv_text {
    right: 30px;
    left: auto;
    transform: translateY(-50%) translateX(0);
  }
}
@media screen and (max-width: 1000px) {
  #mv {
    padding-top: 94px;
    width: 100%;
  }
  #mv .mv_img {
    width: 90%;
    height: 620px;
    background: url("../img/home/tb_mv.webp") no-repeat top left;
    background-size: cover;
  }
  #mv .mv_text {
    top: calc(50% + 20px);
  }
}
@media screen and (max-width: 750px) {
  #mv {
    padding-bottom: 42px;
  }
  #mv .mv_img {
    width: 100%;
    height: 89.067vw;
    background: url("../img/home/mv.webp") no-repeat top left;
    background-size: cover;
    border-radius: 0;
  }
  #mv .mv_text {
    position: relative;
    top: auto;
    right: auto;
    left: 0;
    transform: none;
    overflow: hidden;
    width: 100%;
    margin-top: -12vw;
    padding-top: 40px;
    padding-bottom: 35px;
    background: #F8FDFF;
    border-radius: 0 13.333vw 0 0;
  }
  #mv .mv_text h2 {
    margin-bottom: 30px;
    padding-left: 40px;
    font-size: 18px;
  }
  #mv .mv_text h3 {
    padding-left: 40px;
    font-size: 44px;
  }
  .circle {
    justify-content: center;
    flex-wrap: nowrap;
    width: calc(100% + 25px);
    margin-left: -13px;
    overflow: hidden;
  }
  .circle_child {
    position: relative;
     width: 33.733vw;
    height: 33.733vw;
  }
  .circle_child:nth-of-type(1) {
    right: -5px;
  }
  .circle_child:nth-of-type(3) {
    left: -5px;
  }
  .circle_child p {
    font-size: 3.467vw;
  }
}
@media screen and (max-width: 414px) {
  #mv .mv_text h2 {
    padding-left: 30px;
  }
  #mv .mv_text h3 {
    padding-left: 30px;
  }
}
/*-----------------------------------------------------
	#realtime
------------------------------------------------------*/
#realtime {
  position: relative;
  z-index: 2;
  margin-top: -50px;
  padding: 80px 0;
  background: #A8DDEE;
  text-align: center;
}
.realtime_inner {
  position: relative;
  width: 916px;
  margin: 0 auto;
}
.realtime_inner::before, .realtime_inner::after {
  content: "";
  display: block;
  position: absolute;
	bottom: -65px;
	left: 0;
  width: 134px;
  height: 140px;
  background: url("../img/home/realtime_l.png") no-repeat center center;
  background-size: cover;
}
.realtime_inner::after {
  right: 0;
  left: auto;
  width: 145px;
  height: 150px;
  background: url("../img/home/realtime_r.png") no-repeat center center;
  background-size: cover;
}
#realtime h2 {
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .realtime_inner {
    width: 100%;
    padding: 0 25px;
  }
  .realtime_inner::before, .realtime_inner::after {
    left: 10px;
  }
  .realtime_inner::after {
    right: 10px;
    left: auto;
  }
}
@media screen and (max-width: 750px) {
  #realtime {
    position: relative;
    margin-top: 0;
  }
  .realtime_inner {
    position: static;
  }
  .realtime_inner::before, .realtime_inner::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -30px;
    left: 25px;
    width: 96px;
    height: 100px;
    background: url("../img/home/realtime_l.png") no-repeat center center;
    background-size: cover;
  }
  .realtime_inner::after {
    top: -37px;
    right: 25px;
    bottom: auto;
    left: auto;
    width: 91px;
    height: 94px;
    background: url("../img/home/realtime_r.png") no-repeat center center;
    background-size: cover;
  }
}
/*-----------------------------------------------------
	#news
------------------------------------------------------*/
#news {
  padding: 110px 0 80px;
}
.news_inner {
  justify-content: space-between;
  width: 916px;
  margin: 0 auto;
}
.news_l {
  position: relative;
  width: 17%;
}
.news_more {
  position: absolute;
  bottom: 0;
  left: 0;
}
.news_r {
  width: 78%;
}
.news_r dl.flex {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #00B5F0;
}
.news_r dl.flex:last-of-type {
  margin-bottom: 0;
}
.news_r dl.flex dt {
  width: 116px;
}
.news_r dl.flex dt a {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #999;
}
.news_r dl.flex dd {
  width: calc(100% - 116px);
}
.news_r dl.flex dd a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1000px) {
  #news {
    padding: 80px 0 130px;
  }
  .news_inner {
    position: relative;
    width: 100%;
    padding: 0 25px;
  }
  .news_l {
    position: static;
    width: 100%;
    margin-bottom: 60px;
    text-align: center;
  }
  .news_more {
    position: absolute;
    bottom: -74px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .news_r {
    width: 100%;
  }
  .news_r dl.flex dt {
    width: 100%;
    margin-bottom: 10px;
  }
  .news_r dl.flex dd {
    width: 100%;
  }
}

/*-----------------------------------------------------
	#about
------------------------------------------------------*/
#about {
  padding-bottom: 80px;
}
.about_l {
  position: relative;
  width: 50%;
}
.about_l_inner {
  position: absolute;
	top: 50%;
	right: 92px;
	transform: translateY(-50%);
}
.about_l h3 {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.8;
  color: #00B5F0;
}
.about_l h4 {
  margin-bottom: 40px;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.8;
  color: #00B5F0;
}
.about_l ul li {
  position: relative;
  margin-bottom: 25px;
  padding-left: 29px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
.about_l ul li:last-child {
  margin-bottom: 0;
}
.about_l ul li::before {
  content: "";
  display: block;
  position: absolute;
	top: 7px;
	left: 0;
  width: 19px;
  height: 16px;
  background: url("../img/common/list_check_icon.svg") no-repeat center center;
  background-size: cover;
}
.about_r {
  width: 50%;
}
.about_r img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 300px 0 0 300px;
}
.about_br {
  display: block;
}
@media screen and (max-width: 1160px) {
  .about_l_inner {
    right: auto;
    left: 130px;
  }
}
@media screen and (max-width: 1000px) {
  .about_l {
    order: 2;
    width: 100%;
  }
  .about_l_inner {
    position: static;
    top: auto;
    right: auto;
    transform: none;
    width: 605px;
    margin: 0 auto;
  }
  .about_r {
    order: 1;
    width: 100%;
    margin-bottom: 40px;
  }
  .about_br {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .about_l_inner {
    width: 100%;
    padding: 0 25px;
  }
  .about_l h3 {
    font-size: 28px;
  }
  .about_l h4 {
    font-size: 18px;
  }
  .about_r img {
    height: 82.667vw;
  }
}

/*-----------------------------------------------------
	#soudan
------------------------------------------------------*/
#soudan {
  padding: 104px 0 100px;
  text-align: center;
}
#soudan h2 {
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  color: #00B5F0;
}
#soudan h3 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.8;
  color: #00B5F0;
}
.soudan_inner {
  width: 860px;
  margin: 0 auto;
}
.soudan_circle {
  gap: 20px;
  position: relative;
  margin-bottom: 20px;
}
.soudan_circle::after {
  content: "";
  display: block;
  position: absolute;
	bottom: -136px;
	right: -115px;
  width: 258px;
  height: 182px;
  background: url("../img/home/soudan_illust.png") no-repeat center center;
  background-size: cover;
}
.soudan_circle_child {
  position: relative;
  width: 200px;
  height: 200px;
  background: #E7F4F8;
  border-radius: 50%;
}
.soudan_circle_child p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
.soudan_text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 1150px) {
  .soudan_circle::after {
    right: -10px;
  }
}
@media screen and (max-width: 910px) {
  .soudan_inner {
    width: 660px;
  }
  .soudan_circle_child {
    width: 150px;
    height: 150px;
  }
  .soudan_circle_child p {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  #soudan {
    padding: 80px 0;
  }
  #soudan h3 {
    font-size: 28px;
  }
  .soudan_inner {
    width: 100%;
  }
  .soudan_circle {
    justify-content: center;
  }
  .soudan_circle::after {
    bottom: -13.333vw;
    right: 10px;
    width: 32vw;
    height: 22.533vw;
  }
  .soudan_circle_child {
    width: 40vw;
    height: 40vw;
  }
  .soudan_circle_child p {
    font-size: 3.867vw;
  }
  #soudan .center img {
    width: 60px;
    height: auto;
  }
}
@media screen and (max-width: 414px) {
  #soudan .center img {
    width: 40px;
  }
}

/*-----------------------------------------------------
	#doctor
------------------------------------------------------*/
#doctor {
  padding-bottom: 30px;
  text-align: center;
}
#doctor .wrap {
  justify-content: space-between;
  padding: 80px 146px;
  background: #fff;
  border: 1px solid #A8DDEE;
}
.doctor_l {
  width: 52%;
  padding-left: 104px;
  text-align: left;
}
.doctor_l .midasi_02 {
  top: 15px;
  left: -104px;
}
.doctor_l h3 {
  margin-bottom: 35px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.8;
  color: #00B5F0;
}
.doctor_l ul li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
.doctor_r {
  width: 38%;
}
.doctor_r img {
  width: 100%;
}
#doctor .center {
  margin-top: -30px;
}
@media screen and (max-width: 1140px) {
  #doctor .wrap {
    justify-content: flex-start;
    padding: 80px;
  }
  .doctor_l {
    margin-right: 30px;
  }
  .doctor_r {
    width: 30%;
  }
  .doctor_r img {
    width: 100%;
    height: 387px;
    object-fit: cover;
  }
}
@media screen and (max-width: 1000px) {
  #doctor .wrap {
    padding: 80px 40px;
  }
  .doctor_l {
    padding-left: 0;
    text-align: left;
  }
  .doctor_l .midasi_02 {
    top: 0;
    left: 0;
  }
  .doctor_r {
    width: 43%;
  }
  .doctor_r img {
    height: 440px;
  }
}
@media screen and (max-width: 750px) {
  #doctor {
    padding-bottom: 30px;
    text-align: center;
  }
  #doctor .wrap {
    padding: 60px 30px;
  }
  .doctor_l {
    width: 100%;
    margin-right: 0;
    margin-bottom: 80px;
  }
  .doctor_l h3 {
    font-size: 28px;
  }
  .doctor_r {
    width: 100%;
  }
  .doctor_r img {
    max-width: 300px;
    height: auto;
  }
}

/*-----------------------------------------------------
	#reason
------------------------------------------------------*/
#reason {
  padding: 70px 0 60px;
}
#reason h2 {
  margin-bottom: 70px;
  text-align: center;
}
.reason_inner, .reason_inner2 {
  margin-bottom: 20px;
}
.reason_l {
  position: relative;
  width: 50%;
}
.reason_l_inner {
  position: absolute;
	top: 50%;
	right: 73px;
	transform: translateY(-50%);
  width: 460px;
  padding-left: 60px;
}
.reason_title {
  position: relative;
}
.reason_02 {
  position: absolute;
  top: 125px;
  left: -84px;
  transform: rotate(-90deg);
  transform-origin: left top;
}
.reason_02 span {
  padding: 0 15px;
  border: 2px solid #00B5F0;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #00B5F0;
}
.reason_l h4 {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.8;
  color: #00B5F0;
}
.reason_l p {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.8;
}
.reason_r {
  width: 50%;
}
.reason_r img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 300px 0 0 300px;
}
.reason_inner2 .reason_l_inner {
	right: auto;
  left: 60px;
}
.reason_inner2 .reason_r img {
  border-radius: 0 300px 300px 0;
}
.reason_more {
  margin-top: 50px;
}
@media screen and (max-width: 1160px) {
  .reason_l_inner {
    right: auto;
    left: 50px;
  }
}
@media screen and (max-width: 1120px) {
  .reason_inner, .reason_inner2 {
    margin-bottom: 40px;
  }
  .reason_l {
    order: 2;
    width: 100%;
  }
  .reason_l_inner {
    position: static;
    top: auto;
    right: auto;
    transform: none;
    width: 100%;
    padding: 0 60px;
  }
  .reason_02 {
    position: relative;
    top: auto;
    left: auto;
    transform: rotate(0);
    margin-bottom: 40px;
  }
  .reason_02 span {
    padding: 0 15px;
    border: 2px solid #00B5F0;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #00B5F0;
  }
  .reason_r {
    order: 1;
    width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 750px) {
  #reason {
    padding: 50px 0 40px;
  }
  .reason_l_inner {
    width: 100%;
    padding: 0 25px;
  }
  .reason_l h3 {
    font-size: 28px;
  }
  .reason_l p {
    font-size: 16px;
  }
  .reason_r img {
    height: 82.667vw;
  }
}

/*-----------------------------------------------------
	#search
------------------------------------------------------*/
#search {
  padding-bottom: 60px;
}
#search .wrap {
  padding: 80px 70px;
  background: #fff;
  border: 1px solid #A8DDEE;
}
#search .wrap h2 {
  margin-bottom: 68px;
  text-align: center;
}
.tab-menu {
  width: 740px;
  margin: 0 auto;
}
.tab {
  cursor: pointer;
  transition: all 0.3s;
  width: 25%;
  padding: 10px 0;
  border-top: 1px solid #A8DDEE;
  border-right: 1px solid #A8DDEE;
  border-bottom: 1px solid #A8DDEE;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}
.tab-menu .tab:first-of-type {
  border-left: 1px solid #A8DDEE;
  border-radius: 30px 0 0 30px;
}
.tab-menu .tab:last-of-type {
  border-radius: 0 30px 30px 0;
}
.tab.active, .tab:hover {
  background: #A8DDEE;
  color: #fff;
}
.tab-contents {
  display: none;
  padding-top: 60px;
}
.tab-contents.active {
  display: block;
}
.tab-contents ul {
  gap: 20px;
}
.tab-contents ul li {
  width: calc((100% - 40px) / 3);
}
.tab-contents ul li a {
  position: relative;
  display: block;
  padding: 22px 30px 22px 30px;
  border: 2px solid #00B5F0;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  color: #00B5F0;
}
.tab-contents ul li a:hover {
  opacity: 1;
  background: #E7F4F8;
}
.tab-contents ul li a::after {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background: url("../img/common/arrow_b.svg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 1000px) {
  #search .wrap {
    padding: 80px 25px;
  }
  .tab-menu {
    width: 100%;
  }
  .tab {
    font-size: 14px;
  }
  .tab-contents ul li {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 750px) {
  #search {
    padding-bottom: 60px;
  }
  #search .wrap {
    padding: 60px 10px;
  }
  .tab {
    width: 50%;
    padding: 12px 0;
    font-size: 13px;
  }
  .tab-menu .tab:first-of-type {
    border-bottom: none;
    border-radius: 50px 0 0 0;
  }
  .tab-menu .tab:nth-of-type(2) {
    border-bottom: none;
    border-radius: 0 50px 0 0;
  }
  .tab-menu .tab:nth-of-type(3) {
    border-left: 1px solid #A8DDEE;
    border-radius: 0 0 0 50px;
  }
  .tab-menu .tab:last-of-type {
    border-radius: 0 0 50px 0;
  }
  .tab-contents ul li a {
    padding: 11px 30px 11px 20px;
    font-size: 13px;
  }
}

/*-----------------------------------------------------
	#medical
------------------------------------------------------*/
#medical {
  padding-bottom: 100px;
}
#medical .wrap h2 {
  margin-bottom: 68px;
  text-align: center;
}
.medical_list {
  justify-content: center;
  gap: 20px;
}
.medical_list_child {
  width: calc((100% - 40px) / 3);
}
.medical_list_child a {
  display: block;
}
.medical_list_child a:hover {
  opacity: 1;
}
.medical_list_child img {
  width: 100%;
  height: auto;
}
.medical_list_child a p {
  position: relative;
  width: 90%;
  margin: -23px auto 0;
  padding: 12px 34px;
  background: #fff;
  border: 2px solid #00B5F0;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 500;
  color: #00B5F0;
}
.medical_list_child a:hover p {
  opacity: 1;
  background: #E7F4F8;
}
.medical_list_child a p::after {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	right: 11px;
	transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background: url("../img/common/arrow_b.svg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 750px) {
  #medical {
    padding-bottom: 80px;
  }
  .medical_list_child {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 500px) {
  .medical_list_child {
    width: 100%;
  }
}

/*-----------------------------------------------------
	#pickup
------------------------------------------------------*/
#pickup {
  padding-bottom: 100px;
}
#pickup h2 {
  margin-bottom: 60px;
  text-align: center;
}
#pickup h3 {
  margin-bottom: 60px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  color: #00B5F0;
}
#pickup h4 {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}
#pickup .wrap {
  padding: 80px 70px;
  background: #fff;
  border: 1px solid #A8DDEE;
}
#pickup .flex {
  justify-content: space-between;
}
.pickup_l {
  width: 51%;
}
.pickup_r {
  position: relative;
  width: 42.5%;
}
.pickup_r img {
  position: absolute;
	top: 50%;
	transform: translateY(-50%);
  width: 100%;
}
.pickup_circle {
  justify-content: center !important;
  gap: 14px;
  position: relative;
}
.pickup_circle_child {
  position: relative;
  width: 232px;
  height: 232px;
  background: #E7F4F8;
  border-radius: 50%;
}
.pickup_circle_child p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
  width: 100%;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 1140px) {
  #pickup .wrap {
    padding: 80px 20px;
  }
  .pickup_l {
    width: 100%;
    margin-bottom: 40px;
  }
  .pickup_r {
    width: 100%;
    text-align: center;
  }
  .pickup_r img {
    position: relative;
    top: auto;
    transform: none;
    max-width: 400px;
  }
}

@media screen and (max-width: 750px) {
  #pickup {
    padding-bottom: 80px;
  }
  #pickup h3 {
    margin-bottom: 50px;
    font-size: 26px;
  }
  #pickup h4 {
    font-size: 18px;
  }
  #pickup .wrap {
    padding: 60px 10px;
  }
  .pickup_circle {
    gap: 10px;
  }
  .pickup_circle_child {
    width: 37vw;
    height: 37vw;
  }
  .pickup_circle_child p {
    font-size: 3.867vw;
  }
}

/*-----------------------------------------------------
	#price
------------------------------------------------------*/
#price {
  padding-bottom: 40px;
}
#price p {
  margin-bottom: 50px;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.8;
}
#price .center {
  text-align: left;
}
@media screen and (max-width: 1000px) {
  #price .about_l {
    order: 1;
    margin-bottom: 40px;
  }
  #price .about_r {
    order: 2;
    margin-bottom: 0;
  }
  #price .center {
    text-align: center;
  }
}

/*-----------------------------------------------------
	#pass
------------------------------------------------------*/
#pass {
  position: relative;
  padding: 60px 0;
  background: #CBECAB;
}
#pass .wrap {
  justify-content: space-between;
  width: 733px;
}
.pass_l {
  width: 24.5%;
  text-align: center;
}
.pass_r {
  width: 69.9%;
  padding: 30px 0;
  text-align: center;
}
.pass_r h2 {
  margin-bottom: 30px;
  font-size: 37px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.pass_r p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
#pass .center {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 750px) {
  #pass {
    padding: 80px 25px;
  }
  #pass .wrap {
    width: 100%;
  }
  .pass_l {
    width: 100%;
    margin-bottom: 40px;
  }
  .pass_r {
    width: 100%;
    padding: 0;
  }
  .pass_r h2 {
    font-size: 28px;
  }
  .pass_r p {
    font-size: 16px;
  }
}

/*-----------------------------------------------------
	#information
------------------------------------------------------*/
#information {
  padding: 130px 0 100px;
}
.information_l {
  width: 50%;
}
.information_l img {
  width: 100%;
  height: 702px;
  object-fit: cover;
  border-radius: 0 350px 350px 0;
}
.information_r {
  width: calc(50% - 80px);
  margin-left: 80px;
  padding-right: 100px;
}
.information_r dl {
  justify-content: space-between;
  margin-bottom: 30px;
}
.information_r dl dt {
  width: 100px;
  padding: 12px 10px;
  border-bottom: 1px solid #B6B3B0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.information_r dl dd {
  width: calc(100% - 120px);
  padding: 12px 10px;
  border-bottom: 1px solid #B6B3B0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.hour table {
  width: 100%;
  margin-bottom: 16px;
  text-align: center;
}
.hour th {
  width: auto !important;
  padding: 8px;
  background: #A8DDEE;
  border-top: 1px solid #B6B3B0;
  border-bottom: 1px solid #B6B3B0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  vertical-align: middle;
}
.hour2 {
  background: #CBECAB !important;
}
.hour tbody tr th:first-of-type {
  width: 22% !important;
  font-size: 16px;
  text-align: center;
}
.hour tbody tr td:first-of-type {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.hour td {
  padding: 10px;
  border-bottom: 1px solid #B6B3B0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  vertical-align: middle;
}
#information ul li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1330px) {
  .information_l {
    width: 40%;
  }
  .information_r {
    width: calc(60% - 40px);
    margin-left: 40px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 1050px) {
  .information_l {
    order: 2;
    width: 100%;
  }
  .information_r {
    order: 1;
    width: 100%;
    margin-left: 0;
    margin-bottom: 80px;
    padding: 0 25px;
  }
}
@media screen and (max-width: 750px) {
  #information {
    padding: 110px 0 80px;
  }
  .information_l img {
    height: 117.867vw;
  }
}
@media screen and (max-width: 600px) {
  #information {
    padding: 110px 0 80px;
  }
  .information_r dl dt {
    width: 100%;
    background: #E7F4F8;
  }
  .information_r dl dd {
    width: 100%;
  }
  .hour th {
    width: auto !important;
    padding: 8px 5px;
    font-size: 14px;
  }
  .hour tbody tr th:first-of-type {
    width: 27% !important;
    font-size: 14px;
  }
  .hour tbody tr td:first-of-type {
    font-size: 14px;
  }
  .hour td {
    padding: 10px 5px;
    font-size: 14px;
  }
}