@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,600,700,900&display=swap&subset=japanese");
@font-face {
  font-family: 'BarlowCondensed-SB';
  font-style: normal;
  font-weight: 700 800;
  src: url("../Fonts/BarlowCondensed-SemiBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: 'BarlowCondensed-M';
  font-style: normal;
  font-weight: 400 600;
  src: url("../Fonts/BarlowCondensed-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: 'LOGOG_UG';
  font-style: normal;
  font-weight: 900;
  src: url("../Fonts/LOGOG_UG_0.TTF") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: 'TsukuGoPro-L';
  font-style: normal;
  font-weight: 200;
  src: url("../Fonts/FOT-TsukuGoPro-L.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: 'TsukuGoPro-H';
  font-style: normal;
  font-weight: 200;
  src: url("../Fonts/FOT-TsukuGoPro-H.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: 'BEBAS';
  font-style: normal;
  font-weight: 200;
  src: url("../Fonts/BEBAS.TTF") format("truetype");
  font-display: swap;
}
* {
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

@keyframes top_btn {
  0% {
    top: 0;
  }
  50% {
    top: -10px;
  }
  100% {
    top: 0;
  }
}
@keyframes slide_arrow {
  0% {
    left: 0;
  }
  50% {
    left: -10px;
  }
  100% {
    left: 0;
  }
}
/*----------------header-------------------*/
/*----------------header-------------------*/
@media (min-width: 220px) {
  .header {
    position: relative;
    color: white;
  }

  .header .kv_back {
    width: 100%;
    height: 100%;
  }

  .header .kv_back img {
    width: 100%;
    height: 100%;
  }

  .kv_outer .slick-slide img {
    object-fit: cover;
    height: 100vh;
  }

  /*top title index*/
  .kv_top_sentence {
    position: absolute;
    top: 20vh;
    left: 12vw;
    width: 80vw;
    font-size: 6vw;
    font-weight: bold;
    line-height: 2;
  }

  .top_arrow_outer {
    position: absolute;
    bottom: 50px;
    left: calc(50% - 25px);
  }
  .top_arrow_outer .top_arrow_p {
    text-align: center;
    margin-bottom: 1.5rem;
    letter-spacing: 2px;
    color: white;
  }
  .top_arrow_outer .top_arrow_img {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
    border-radius: 50%;
    width: 59px;
    height: 59px;
  }
  .top_arrow_outer .top_arrow_img img {
    width: 14px;
    height: 12px;
  }

  /*top h2 other page*/
  .kv_title {
    position: absolute;
    top: 55vw;
    width: 100%;
  }
  .kv_title .kv_title_h2 {
    font-family: 'BarlowCondensed-SB';
    color: #00a0e9;
    text-align: center;
    letter-spacing: 4px;
    color: white;
  }
}
@media (min-width: 220px) and (min-width: 220px) {
  .kv_title .kv_title_h2 {
    font-size: 10vw;
    letter-spacing: 3px;
  }
}
@media (min-width: 220px) and (min-width: 768px) {
  .kv_title .kv_title_h2 {
    font-size: 30px;
  }
}
@media (min-width: 220px) {
  .kv_title .kv_title_p {
    margin-top: 0.3rem;
    color: #00a0e9;
    text-align: center;
    letter-spacing: 4px;
    color: white;
  }
}
@media (min-width: 220px) and (min-width: 220px) {
  .kv_title .kv_title_p {
    font-size: 2vw;
    margin-top: 0.3vw;
  }
}
@media (min-width: 220px) and (min-width: 768px) {
  .kv_title .kv_title_p {
    font-size: 10px;
  }
}

@media (min-width: 220px) {
  .kv_sentence {
    width: 100%;
    position: absolute;
    bottom: 15vw;
    text-align: center;
    letter-spacing: 3px;
    font-size: 7vw;
    font-weight: 900;
  }

  /*navgation*/
  .header_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 20vw;
    min-height: 60px;
    max-height: 65px;
    z-index: 4999;
    transition: 0.25s;
  }
  .header_nav .header_nav_inner {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header_nav .title_h1 {
    width: 39.06%;
    max-width: 200px;
    margin-left: 5.2%;
  }
  .header_nav .title_h1 a {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .header_nav.scrolled {
    background-color: rgba(0, 158, 238, 0.8);
  }

  .fixed_require_outer {
    position: fixed;
    width: 94.5vw;
    top: 10vh;
    left: 5.5vw;
    z-index: 4500;
  }
  .fixed_require_outer .fixed_require {
    position: absolute;
    right: 0;
    top: 40vh;
    width: 100px;
    line-height: 2;
    display: none;
    background-color: #fff100;
    border-radius: 2px;
    color: #666666;
    font-size: 0.8rem;
    text-align: center;
    transform: rotate(90deg);
    transform-origin: 100% 0%;
  }
  .fixed_require_outer .fixed_require_address_sp {
    width: 150%;
    transform: rotate(90deg);
    transform-origin: 0% 100%;
    position: absolute;
    left: 0;
    top: 10vh;
    font-style: normal;
    font-size: 1rem;
    letter-spacing: 1px;
    transition: 0.5s;
  }
  .fixed_require_outer .fixed_require_address_sp a {
    color: white;
  }
  .fixed_require_outer .fixed_require_address_sp.scrolled {
    color: #00a0e9;
  }
  .fixed_require_outer .address_outer {
    display: none;
  }

  .nav_list {
    display: none;
  }

  .header .header_slogan {
    position: absolute;
    top: 30vh;
    left: 0;
    width: 100%;
    line-height: 2;
    text-shadow: 1px 1px 3px #1f2e55;
  }

  .header .scroll {
    width: min-content;
    position: relative;
    bottom: 35px;
    left: calc(50% - 30px);
    font-weight: 400;
    font-size: 1.3rem;
  }

  .header .scroll::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 40px;
    background-color: white;
    top: -40px;
    left: 30px;
  }

  .header_slogan {
    text-align: center;
    font-family: FutoMinA101Pro-Bold;
    font-size: 7vmin;
  }

  #index .kv_top_sentence {
    position: absolute;
    top: 18%;
    left: 6vw;
    width: 55vw;
    font-size: 6vw;
    font-weight: bold;
    line-height: 2;
  }

  .menu_pc_outer {
    display: none;
  }
}
@media (min-width: 768px) {
  .kv_title {
    top: 13vw;
  }
  .kv_title .kv_title_h2 {
    font-size: 4rem;
    font-weight: 600;
  }
  .kv_title .kv_title_p {
    font-size: 1.4rem;
  }

  .kv_sentence {
    font-size: 4.5rem;
    font-weight: 700;
    bottom: calc(32% - 3vw);
  }

  .top_arrow_outer {
    position: absolute;
    bottom: 30px;
    left: calc(50% - 35px);
    width: 70px;
  }
  .top_arrow_outer .top_arrow_img {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
    border-radius: 50%;
    width: 72px;
    height: 72px;
  }
  .top_arrow_outer .top_arrow_img img {
    display: inline-block;
    width: 20px;
  }
  .top_arrow_outer .top_arrow_p {
    text-align: center;
    margin-bottom: 1.5rem;
    letter-spacing: 2px;
    color: white;
  }

  .header_nav_inner {
    margin: 0 auto;
    max-width: 1280px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .title_h1 {
    margin-left: 30px !important;
  }

  .menu_pc_outer {
    width: 530px;
    display: flex !important;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
  }
  .menu_pc_outer .menu_pc_li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-size: 10px;
    letter-spacing: 1px;
    color: white;
    text-align: center;
  }
  .menu_pc_outer .menu_pc_li a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: -4px;
    transform: scale(0, 1);
    transition: transform .3s;
    transform-origin: center top;
  }
  .menu_pc_outer .menu_pc_li a:hover::after {
    transform: scale(1, 1);
  }

  .fixed_require_outer .fixed_require {
    display: inline-block;
    line-height: 55px;
    width: 170px;
    top: 50vh;
    right: 17px;
    font-size: 1.4rem;
  }
  .fixed_require_outer .fixed_require .fixed_require_span {
    display: inline-block;
    margin-left: 20px;
    color: #000;
    letter-spacing: 2px;
  }
  .fixed_require_outer .address_outer {
    display: block;
  }
  .fixed_require_outer .address_outer .fixed_require_address_pc {
    width: 150%;
    transform: rotate(90deg);
    transform-origin: 0% 100%;
    position: absolute;
    left: 0;
    top: 10vh;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 2px;
    transition: 0.5s;
  }
  .fixed_require_outer .address_outer .fixed_require_address_pc.scrolled {
    color: #00a0e9;
  }
  .fixed_require_outer .address_outer .address_news {
    position: fixed;
    bottom: 25px;
    font-size: 1.4rem;
    color: white;
  }
  .fixed_require_outer .address_outer .address_news .address_news_span {
    display: inline-block;
    margin-left: 2.8rem;
    letter-spacing: 2px;
  }
  .fixed_require_outer .address_outer .address_news a {
    color: white;
  }
  .fixed_require_outer .address_outer .address_news.scrolled a {
    color: #00a0e9;
  }
  .fixed_require_outer .fixed_require_address_sp {
    display: none;
  }
}
@media (min-width: 1100px) {
  #index .kv_top_sentence {
    left: calc(50% - 550px);
    margin: 0 auto;
    font-size: 5rem;
    width: 690px;
    top: 210px;
  }
}
.header_overlay {
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 1003;
  position: absolute;
  top: 0;
}

/*----------------sp menu----------------------*/
/*----------------sp menu----------------------*/
@media (min-width: 220px) {
  /*open close btn*/
  #nav_toggle {
    display: inline-block;
    position: fixed;
    z-index: 10000;
    top: 33px;
    right: 0px;
  }

  #nav_toggle div {
    position: relative;
  }

  #nav_toggle span {
    display: block;
    height: 1px;
    background: #fff;
    position: absolute;
    width: 40px;
    right: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  #nav_toggle span:nth-child(1) {
    top: -10px;
  }

  #nav_toggle span:nth-child(2) {
    top: 0px;
  }

  #nav_toggle span:nth-child(3) {
    top: 10px;
    right: 0;
  }

  /*open close btn at open*/
  .open #nav_toggle span {
    background: #fff;
    z-index: 10000;
    margin-right: 2vw;
  }

  .open #nav_toggle span:nth-child(1) {
    top: 0px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
    display: none;
  }

  .open #nav_toggle span:nth-child(3) {
    top: 0px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  #overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4999;
    background-color: white;
    opacity: 0;
  }
  #overlay.open {
    display: block;
  }

  .menu_sp {
    display: block;
    position: fixed;
    top: 0;
    right: -90vw;
    width: 90%;
    height: 120vh;
    background-color: rgba(0, 70, 200, 0.5);
    color: white;
    z-index: 5000;
  }
  .menu_sp.open {
    display: block;
  }

  .header {
    transition: 0.5s;
  }

  .menu_sp_inner {
    padding: 115px 8% 0 8%;
    display: inline-block;
  }

  .menu_sp_li {
    padding-left: 4.76%;
    line-height: 60px;
    font-size: 2rem;
  }
  .menu_sp_li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: white;
    font-family: 'TsukuGoPro-L';
    font-size: 6vw;
    letter-spacing: 2px;
  }
  .menu_sp_li:nth-of-type(1) a {
    border-bottom: 1px solid white;
  }

  .menu_sp_li > ul {
    padding-left: 8.33%;
  }

  .menu_sp_in_li {
    line-height: 50px;
    font-size: 3.5vmin;
  }
}
@media (min-width: 768px) {
  .menu_sp {
    display: none;
  }

  #nav_toggle {
    display: none;
  }
}
/*----------------index----------------------*/
/*----------------index----------------------*/
@media (min-width: 220px) {
  .sp_br {
    display: block;
  }

  .pc_br {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .sp_br {
    display: inline-block;
  }

  .pc_br {
    display: block;
  }
}
@media (min-width: 220px) {
  /*----------------news----------------------*/
  .news {
    padding-top: 40px;
    padding: 40px 30px 0 30px;
  }
  .news .news_h2 {
    font-family: 'BarlowCondensed-SB';
    color: #00a0e9;
    font-size: 33px;
    text-align: center;
  }
  .news .news_h2_p {
    margin-top: 10px;
    color: #00a0e9;
    font-size: 13px;
    text-align: center;
  }
  .news .news_li_outer {
    margin-top: 40px;
  }
  .news .news_li {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    line-height: 40px;
    border-bottom: 1px solid #eee;
    margin-top: 10px;
  }
  .news .news_li:nth-of-type(1) {
    margin-top: 0px;
  }
  .news .news_li time {
    color: #00a0e9;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 12px;
    margin-right: 30px;
  }
  .news .news_li .news_li_p {
    font-weight: bold;
    font-size: 1rem;
    font-weight: 400;
  }
  .news .news_li .news_li_p a {
    color: #666666;
  }
  .news .news_li .news_li_new_sp {
    display: flex;
    margin-left: auto;
    align-items: center;
  }
  .news .news_li .news_li_new_sp {
    display: block;
    position: absolute;
    right: 0px;
    top: 10px;
    font-size: 8px;
    color: #e60012;
    border: 1px solid #e60012;
    border-radius: 5px;
    line-height: 15px;
    width: 33px;
    text-align: center;
  }
  .news .news_li .news_li_new_pc {
    display: none;
  }
  .news .news_link {
    margin-top: 30px;
    margin-left: auto;
  }
  .news .news_link a {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    color: #00a0e9;
  }
  .news .news_link a .news_link_mark {
    margin-left: auto;
    position: relative;
    left: 0;
  }
  .news .news_link a .news_link_view {
    margin-left: 1rem;
  }
}
@media (min-width: 768px) {
  .news {
    width: 560px;
    margin: 0 auto;
  }

  .news_li_outer time {
    font-size: 1.4rem !important;
  }
  .news_li_outer .news_li_p {
    font-size: 1.4rem !important;
  }

  .news_li_new_sp {
    display: none !important;
    margin-left: auto;
    align-items: center;
  }

  #index .news_li_new_pc {
    display: block;
    position: absolute;
    left: -70px;
    top: 10px;
    font-size: 11px;
    color: #e60012;
    border: 1px solid #e60012;
    border-radius: 5px;
    line-height: 20px;
    width: 45px;
    text-align: center;
  }
}
/*----------------contents----------------------*/
@media (min-width: 220px) {
  .contents_ul {
    margin-top: 40px;
  }
  .contents_ul .contents_li {
    position: relative;
    padding-top: 2rem;
    width: 250px;
    height: 150px;
    margin: 0 2rem;
    margin: 0 4vw;
    border: 1px solid #00a0e9;
    border-radius: 5px;
    text-align: center;
    min-height: 150px;
  }
  .contents_ul .contents_li a {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .contents_ul .contents_li img {
    margin: 0 auto;
    height: 90px;
    width: auto;
  }
  .contents_ul .contents_li .contents_li_p {
    bottom: 1vw;
    width: 100%;
    text-align: center;
    color: #00a0e9;
    line-height: 3rem;
    font-size: 1.4rem;
    font-weight: bold;
  }
}
@media (min-width: 768px) {
  #index .contents_ul {
    max-width: 1020px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #index .contents_ul .contents_li {
    width: 310px;
    width: 30%;
    height: 200px !important;
    padding-top: 0;
    margin: 0px;
  }
  #index .contents_ul .contents_li a {
    transition: 0.5s;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
  }
  #index .contents_ul .contents_li a:hover {
    opacity: 0.5;
  }
  #index .contents_ul .contents_li:nth-of-type(4), #index .contents_ul .contents_li:nth-of-type(5), #index .contents_ul .contents_li:nth-of-type(6) {
    margin-top: 45px;
  }
  #index .contents_ul .contents_li .contents_li_p {
    margin-top: 15px;
  }
}
/*----------------lineup----------------------*/
@media (min-width: 220px) {
  .lineup_li {
    margin: 0 15px;
    margin: 0 4vw;
    border: 1px solid #00a0e9;
    border-radius: 3px;
    transition: 0.5s;
  }
  .lineup_li:hover {
    opacity: 0.5;
  }

  .lineup_back {
    position: relative;
  }

  .lineup_8f {
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
  }

  .lineup_type_outer {
    position: absolute;
    bottom: 0;
    width: 20%;
    width: 15vw;
    left: calc(50% - 7.5vw);
  }

  .lineup_info_outer {
    padding: 2rem;
  }
  .lineup_info_outer .lineup_info_item_ti {
    border: 1px solid #00a0e9;
    line-height: 5vw;
    font-weight: 300;
    text-align: center;
    color: #00a0e9;
  }
  .lineup_info_outer .lineup_info_item {
    line-height: 3;
    font-weight: 600;
    text-align: center;
    color: #00a0e9;
  }
}
@media (min-width: 220px) {
  .lineup_type_outer {
    position: absolute;
    bottom: -15px;
    left: calc(50% - 42.5px);
    color: #00a0e9;
    font-family: 'LOGOG_UG';
    background-image: url(../img/type_circle.png);
    background-size: contain;
    width: 85px;
    height: 85px;
    padding-top: 15px;
    background-repeat: no-repeat;
    text-align: center;
    background-origin: unset;
    z-index: 1000;
  }

  .lineup_type_a {
    font-family: 'LOGOG_UG';
    font-size: 40px;
  }

  .lineup_type {
    font-size: 10px;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #00a0e9;
    font-family: 'LOGOG_UG';
  }
}
@media (min-width: 768px) {
  .lineup_li {
    margin: 0 15px;
  }
  .lineup_type_outer {
    position: absolute;
    bottom: 0;
    left: calc(50% - 10vw);
  }
}
@media (min-width: 768px) {
  .lineup_type_outer {
    left: calc(50% - 42.5px);
    bottom: -20px;
  }

  .lineup_info_outer {
    margin-top: 1rem;
  }
  .lineup_info_outer .lineup_info_item_ti {
    margin: 0 auto;
    line-height: 20px;
    font-weight: 600;
    font-size: 1.1rem;
    border-radius: 3px;
  }
  .lineup_info_outer .lineup_info_item {
    font-weight: bold;
    font-size: 1.4rem;
  }
}
/*----------------option----------------------*/
@media (min-width: 220px) {
  .option_li {
    margin: 0 4vw;
    transition: 0.5s;
  }
}
@media (min-width: 768px) {
  .option_li {
    margin: 0 15px;
  }
  .option_li:hover {
    opacity: 0.5;
  }
}
/*----------------plan----------------------*/
@media (min-width: 220px) {
  .plan_li {
    margin: 0 4vw;
    transition: 0.5s;
  }
}
@media (min-width: 768px) {
  .plan_li:hover {
    opacity: 0.5;
  }
}
/*----------------common----------------------*/
@media (min-width: 768px) {
  .plan_li {
    margin: 0 15px;
  }
  .view_more_btn a {
    font-size: 1.4rem;
  }
}
/*----------------news page----------------------*/
/*----------------news page----------------------*/
@media (min-width: 220px) {
  .news_item_outer {
    margin: 0 30px;
    margin-top: 50px;
    padding: 5vw 8vw;
    padding-bottom: 120px;
    border: 1px solid #00a0e9;
    text-align: center;
  }
  .news_item_outer:nth-of-type(1) {
    margin-top: 0;
  }
  .news_item_outer time {
    color: #00a0e9;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 3;
    letter-spacing: 3px;
  }
  .news_item_outer .news_item_h2 {
    margin-top: 30px;
    line-height: 1.2;
    color: #666666;
    letter-spacing: 3px;
    font-size: 2rem;
    font-weight: bold;
  }
  .news_item_outer .news_item_p {
    font-size: 12px;
    color: #00a0e9;
    letter-spacing: 2px;
    line-height: 1.8;
    margin-top: 30px;
    font-weight: bold;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .news_item_main_outer {
    margin: 0 130px;
  }
  .news_item_main_outer .news_item_outer {
    max-width: 1020px;
    margin: 0 auto;
    margin-top: 70px;
  }
  .news_item_main_outer .news_item_outer:nth-of-type(1) {
    margin-top: 0;
  }
  .news_item_main_outer .news_item_h2 {
    font-size: 24px;
    font-weight: 400;
  }
  .news_item_main_outer time {
    font-size: 14px;
  }
  .news_item_main_outer .news_item_p {
    font-size: 14px;
    font-weight: 600;
  }
  .news_item_outer .news_item_p {
    text-align: center;
  }  
}
/*----------------contents----------------------*/
/*----------------contents----------------------*/
@media (min-width: 220px) {
  .contents_sp {
    margin: 0 7.8%;
  }
  .contents_sp .room_item {
    margin-top: 3rem;
  }
  .contents_sp .room_item:nth-of-type(1) {
    margin-top: 0;
  }
  .contents_sp .room_item_ti {
    width: 50vw;
    margin: 0 auto;
  }
  .contents_sp .room_item_body {
    display: block;
    margin-top: 3rem;
    text-align: center;
  }
  .contents_sp .room_item_body .room_item_body_subti {
    color: #00a0e9;
    font-size: 6vw;
    letter-spacing: 2px;
  }
  .contents_sp .room_item_body .room_item_body_h3 {
    color: #00a0e9;
    font-family: 'LOGOG_UG';
    letter-spacing: 0px;
    font-size: 14vw;
    margin-top: 2rem;
  }
  .contents_sp .room_item:nth-of-type(5) .room_item_body_h3 {
    font-size: 10.8vw;
    margin-top: 2rem;
    text-align-last: justify;
    
  }
  .contents_sp .room_item:nth-of-type(6) .room_item_body_h3 {

    font-size: 12.5vw;
  }
  .contents_sp .room_item_body .room_item_body_p {
    color: #00a0e9;
    line-height: 2;
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: left;
  }

  .contents_pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .contents_pc {
    display: block;
  }

  .contents_sp {
    display: none;
  }

  .whats_room_icons {
    max-width: 1080px;
    margin: 0 auto;
    margin-top: 4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .whats_room_icons li {
    width: 23%;
    height: auto;
    margin-top: 2rem;
  }
  .whats_room_icons li::nth-of-type(1), .whats_room_icons li::nth-of-type(2), .whats_room_icons li::nth-of-type(3), .whats_room_icons li::nth-of-type(4) {
    margin-top: 0;
  }

  .whats_room_sections {
    max-width: 1080px;
    margin: 0 auto;
    margin-top: 4rem;
  }
  .whats_room_sections li {
    margin-top: 100px;
  }
  .whats_room_sections li::nth-of-type(1) {
    margin-top: 0;
  }
  .whats_room_sections .room_item_pc_li {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .whats_room_sections .room_item_pc_li .room_item_li_img {
    flex: 45%;
  }
  .whats_room_sections .room_item_pc_li:nth-of-type(2n) .room_item_li_img {
    margin-left: 0;
    margin-right: 30px;
  }
  .whats_room_sections .room_item_pc_li:nth-of-type(2) .room_item_li_sentence_title_picture {
    width: 208px;
  }
  .whats_room_sections .room_item_pc_li:nth-of-type(2) .room_item_li_img {
    flex: 38%;
  }
  .whats_room_sections .room_item_pc_li:nth-of-type(3) .room_item_li_sentence_title_picture {
    width: 67px;
  }
  .whats_room_sections .room_item_pc_li:nth-of-type(3) .room_item_li_sentence {
    flex: 60%;
  }
  .whats_room_sections .room_item_pc_li:nth-of-type(4) .room_item_li_sentence_title_picture {
    width: 77px;
  }
  .whats_room_sections .room_item_pc_li:nth-of-type(4) .room_item_li_img {
    flex: 55%;
  }
  .whats_room_sections .room_item_pc_li:nth-of-type(5) .room_item_li_sentence {
    flex: 73%;
  }
  .whats_room_sections .room_item_pc_li:nth-of-type(5) .room_item_li_sentence_title_picture {
    width: 138px;
    margin-left: 0;
    margin-right: -110px;
    z-index: 1000;
  }
  .whats_room_sections .room_item_pc_li:nth-of-type(6) .room_item_li_sentence_title_picture {
    width: 108px;
  }
  .whats_room_sections .room_item_pc_li:nth-of-type(6) .room_item_li_img {
    flex: 38%;
  }
  .whats_room_sections .room_item_pc_li:nth-of-type(7) .room_item_li_sentence_title_picture {
    width: 80px;
  }
  .whats_room_sections .room_item_pc_li:nth-of-type(7) .room_item_li_img {
    flex: 38%;
  }
  .whats_room_sections .room_item_pc_li:nth-of-type(8) .room_item_li_sentence_title_picture {
    width: 85px;
  }
  .whats_room_sections .room_item_pc_li:nth-of-type(8) .room_item_li_img {
    flex: 38%;
  }
  .whats_room_sections .room_item_pc_li .room_item_li_sentence_1 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 95%;
  }
  .whats_room_sections .room_item_pc_li .room_item_li_sentence_no {
    display: inline-block;
    width: 105px;
    line-height: 85px;
    border: 10px solid white;
    background-color: #fff100;
    border-radius: 50%;
    font-size: 41px;
    font-family: 'LOGOG_UG';
    color: #00a0e9;
    text-align: center;
  }
  .whats_room_sections .room_item_pc_li .room_item_li_sentence_title_outer {
    margin-left: 10px;
    margin-right: auto;
  }
  .whats_room_sections .room_item_pc_li .room_item_li_sentence_title_p {
    font-size: 21px;
    color: #00a0e9;
    text-align-last: justify;
  }
  .whats_room_sections .room_item_pc_li .room_item_li_sentence_title_ti {
    font-size: 52px;
    font-family: 'LOGOG_UG';
    color: #00a0e9;
    letter-spacing: 5px;
  }
  .whats_room_sections .room_item_pc_li .room_item_li_sentence_title_picture {
    width: 94px;
    height: 85px;
    margin-left: 0px;
  }
  .whats_room_sections .room_item_pc_li .room_item_li_sentence_2 {
    width: 95%;
    line-height: 1.5;
    color: #00a0e9;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
  }
  .whats_room_sections .room_item_pc_li .room_item_li_img {
    margin-left: 20px;
  }
}
/*----------------contract----------------------*/
/*----------------contract----------------------*/
@media (min-width: 220px) {
  .pc_main_list {
    max-width: 940px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .pc_main_list li {
    padding: 0 2rem;
    border-left: 1px solid #00a0e9;
  }
  .pc_main_list li:nth-of-type(1) {
    border-left: none;
  }
  .pc_main_list li a {
    color: #00a0e9;
    font-weight: 400;
    font-size: min(2vw,14px);
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .pc_main_list li a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: -4px;
    transform: scale(0, 1);
    transition: transform .3s;
    transform-origin: right top;
  }
  .pc_main_list li a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .pc_main_list li a::after {
    background: #00a0e9;
    bottom: -15px;
  }
  .contract_pc {
    display: block;
  }

  .contract_sp {
    display: none;
  }

  .contract_icons {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    min-width: 300px;
    margin: 0 auto;
    margin-top: 4rem;
  }
  .contract_icons li {
    position: relative;
    margin-left: 35px;
  }
  .contract_icons li:nth-of-type(1) {
    margin-left: 0;
  }
  /* .contract_icons li::after {
    position: absolute;
    content: url(../img/circle_mark.png);
    top: 41%;
    z-index: 10;
    right: -58px;
  }
  .contract_icons li:last-of-type::after {
    content: '';
  } */
  .flow_icon {
    width: 8vw;
    height: auto;
    position: absolute;
    top: 12%;
    right: -4vw;
    transform: translateY(-32%);
    z-index: 15;
  }
  .list_pc {
    width: 10vw;
  }
  .contract_sections {
    width: 100%;
    margin: 0 auto;
    margin-top: 10rem;
  }
  .contract_sections .contract_item_li .contract_item_h3 {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    font-size: min(3.5vw,4.5rem);
    font-family: 'LOGOG_UG';
    color: #00a0e9;
    justify-content: center;
  }
  .step3 {
    width: 90%;
  }
  .contract_sections .contract_item_li .contract_item_h3 img {
    width: min(9vw, 10rem);
    margin-right: 2rem;
  }
  .contract_sections .contract_item_li .contract_item_p {
    margin-top: 2rem;
    font-size: min(3.4vw,14px);
    color: #00a0e9;
    line-height: 1.5;
    font-weight: 500;
    display: flex;
    justify-content: center;
  }
  .contract_title_group {
    display: flex;
    gap: 2vw;
    flex-wrap: wrap;
    margin-top: 2rem;
    justify-content: center;
  }
  .contract_title_box {
    display: flex;
    align-items: center;
    width: 45%;
    flex-direction: column;
  }
  .contract_item_other {
    border: 3px solid #00a0e9;
    border-radius: 15px;
    display: inline-block;
    justify-content: center;
    box-sizing: border-box;
    padding: 1vw 1vw;
  }
  .kaihipay {
    margin: 0 auto;
    width: 12vw;
    display: block;
  }
  .contract_title_h3 {
    color: #e60012;
    font-family: 'LOGOG_UG';
    font-size: min(2vw,2.5rem);
    display: flex;
    justify-content: center;
    margin-bottom: 2%;
  }
  .contract_title_p {
    color: #00a0e9;
    font-size: min(1.5vw,1.4rem);
    font-weight: 500;
    text-align: center;
    line-height: 1.1;
  }
  .contract_item_other_gl {
    border: 3px solid #a5b5bd;
    border-radius: 15px;
    display: inline-block;
    box-sizing: border-box;
    padding: 1vw 1vw;
  }
  .contract_title_attention {
    color: #e60012;
    font-weight: 800;
    font-size: min(1.6vw, 1.4rem);
    line-height: 1.1;
    text-align: center;
  }
  .contract_title_h2 {
    color: #000;
    font-size: min(2vw,2.5rem);
    text-align: center;
  }
  .contract_title_ti {
    color: #00a0e9;
    font-family: 'LOGOG_UG';
    font-size: min(2vw,2rem);
    text-align: center;
    margin-bottom: 2%;
  }
  .contract_title_span {
    color: #e60012;
    font-family: 'LOGOG_UG';
    font-size: min(2vw,2rem);
    justify-content: center;
  }
  .contract_item_choice_any {
    font-size: min(9vw,10rem);
    display: flex;
    color: #204681;
    justify-content: center;
    margin-bottom: 5%;
    margin-top: -20%;
  }
  .contract_item_li {
    margin-top: 2%;
  }
  .contract_item_choice {
    font-size: min(9vw,10rem);
    display: flex;
    color: #204681;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .contract_pc {
    display: block;
  }

  .contract_sp {
    display: none;
  }

  .contract_icons {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    margin-top: 4rem;
  }
  .contract_icons li {
    position: relative;
    margin-left: 35px;
    
  }
  .contract_icons li:nth-of-type(1) {
    margin-left: 0;
  }
  /* .contract_icons li::after {
    position: absolute;
    content: url(../img/circle_mark.png);
    top: 41%;
    z-index: 10;
    right: -58px;
    font-size: 2vw;
  } */
  /* .contract_icons li:last-of-type::after {
    content: '';
  } */
  .flow_icon {
    width: 8vw;
    height: auto;
    position: absolute;
    top: 12%;
    right: -4vw;
    transform: translateY(-32%);
    z-index: 15;
  }
  .contract_sections {
    width: 100%;
    margin: 0 auto;
    margin-top: 10rem;
  }
  .contract_sections .contract_item_li .contract_item_h3 {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    font-size: min(3.5vw,4.5rem);
    font-family: 'LOGOG_UG';
    color: #00a0e9;
    justify-content: center;
  }
  .step3 {
    width: 90%;
  }
  .contract_sections .contract_item_li .contract_item_h3 img {
    width: 90px;
    margin-right: 2rem;
  }
  .contract_sections .contract_item_li .contract_item_p {
    margin-top: 2rem;
    font-size: 14px;
    color: #00a0e9;
    line-height: 1.5;
    font-weight: 500;
    display: flex;
    justify-content: center;
  }
  .contract_title_group {
    display: flex;
    gap: 2vw;
    flex-wrap: wrap;
    margin-top: 2rem;
    justify-content: center;
  }
  .contract_title_box {
    display: flex;
    align-items: center;
    width: 45%;
    min-width: 300px;
    flex-direction: column;
  }
  .contract_item_other {
    border: 6px solid #00a0e9;
    border-radius: 25px;
    display: inline-block;
    justify-content: center;
    box-sizing: border-box;
    padding: 1vw 1vw;
    text-align: center;
  }
  .kaihipay {
    margin: 0 auto;
    width: 12vw;
    display: block;
  }
  .mailicon {
    width: 10%;
  }
  .contract_title_h3 {
    color: #e60012;
    font-family: 'LOGOG_UG';
    font-size: min(2vw,2.5rem);
    display: flex;
    justify-content: center;
    margin-bottom: 2%;
  }
  .contract_title_p {
    color: #00a0e9;
    font-size: min(1.6vw,1.4rem);
    font-weight: 500;
    text-align: center;
    line-height: 1.1;
  }
  .contract_item_other_gl {
    border: 6px solid #a5b5bd;
    border-radius: 25px;
    display: inline-block;
    box-sizing: border-box;
    padding: 1vw 1vw;
  }
  .contract_title_attention {
    color: #e60012;
    font-weight: 800;
    font-size: 14px;
    line-height: 1.1;
    text-align: center;
  }
  .contract_title_h2 {
    color: #000;
    font-size: min(2vw,2.5rem);
    text-align: center;
  }
  .contract_title_ti {
    color: #00a0e9;
    font-family: 'LOGOG_UG';
    font-size: min(2vw,2rem);
    text-align: center;
    margin-bottom: 2%;
  }
  .contract_title_span {
    color: #e60012;
    font-family: 'LOGOG_UG';
    font-size: min(2vw,2rem);
    justify-content: center;
  }
  .contract_item_choice_any {
    font-size: 10rem;
    display: flex;
    color: #204681;
    justify-content: center;
    margin-bottom: 5%;
    margin-top: -20%;
  }
  .contract_item_li {
    margin-top: 2%;
  }
  .contract_item_choice {
    font-size: 10rem;
    display: flex;
    color: #204681;
    justify-content: center;
  }
}
.contract .contract_btn {
  max-width: 420px;
  width: 80vw;
  line-height: 90px;
  max-height: 90px;
  margin: 0 auto;
  margin-top: 100px;
  background-color: #00a0e9;
  border: 1px solid #00a0e9;
  border-radius: 4px;
  transition: 0.5s;
}
.contract .contract_btn:hover {
  background-color: white;
}
.contract .contract_btn:hover a {
  color: #00a0e9;
}
.contract .contract_btn a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 2.4rem;
  color: white;
  text-align: center;
}

/*----------------how_to_pay----------------------*/
/*----------------how_to_pay----------------------*/
@media (min-width: 220px) {
  .how_to_pay_h2 {
    font-weight: bold;
    font-size: 3rem;
    text-align: center;
    line-height: 1.5;
    color: #00a0e9;
  }

  .contents_common_list {
    display: none;
  }

  .how_to_pay_outer .how_to_pay {
    margin: 0 3vw;
    margin: 0 4.6vw;
    margin-top: 7rem;
    border: 1px solid #00a0e9;
    border-radius: 3px;
    padding: 0 2vw;
    padding-bottom: 7vw;
    text-align: center;
    position: relative;
  }
  .how_to_pay_outer .how_to_pay:nth-of-type(1) {
    opacity: 1 !important;
  }
  .how_to_pay_outer .how_to_pay.space {
    height: 50px;
  }
  .how_to_pay_outer .how_to_pay .how_to_pay_hidden {
    width: 100%;
    height: 100%;
    opacity: 0.3;
  }
  .how_to_pay_outer .how_to_pay .how_to_pay_li_p.comming_soon {
    position: absolute;
    top: 51%;
  }
  .how_to_pay_outer .how_to_pay .how_to_pay_span1_outer {
    margin-top: -50px;
    width: 100%;
  }
  .how_to_pay_outer .how_to_pay .how_to_pay_span1_outer .how_to_pay_span1 {
    margin: 0 auto;
    width: 100px;
    display: inline-block;
  }
  .how_to_pay_outer .how_to_pay .how_to_pay_li_3 {
    margin-top: 3rem;
    color: #00a0e9;
    font-family: 'LOGOG_UG';
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 3px;
  }
  .how_to_pay_outer .how_to_pay .how_to_pay_li_p {
    color: #00a0e9;
    font-family: 'Noto Sans JP';
    letter-spacing: 1px;
    font-size: 1rem;
    margin-top: 1rem;
    line-height: 2;
    font-weight: bold;
  }
  .how_to_pay_outer .how_to_pay .how_to_pay_li_p_bold {
    color: #00a0e9;
    font-family: 'Noto Sans JP';
    letter-spacing: 1px;
    font-size: 1rem;
    margin-top: 1rem;
    line-height: 2;
    font-size: 2rem;
    font-weight: bold;
  }
  .how_to_pay_outer .how_to_pay .how_to_pay_li_img {
    margin: 0 auto;
    margin-top: 2rem;
    width: 100px;
  }
  .how_to_pay_outer .how_to_pay .how_to_pay_li_img.card {
    width: 90%;
  }
  .how_to_pay_outer .how_to_pay .how_to_pay_li_img.line {
    width: 80%;
  }

  .how_to_bill {
    margin: 0 7.8%;
    margin-top: 2rem;
    padding: 7.8%;
    border: 1px solid #00a0e9;
    border-radius: 2px;
  }
  .how_to_bill .how_to_bill_h3 {
    color: #00a0e9;
    font-family: 'Noto Sans JP';
    letter-spacing: 1px;
    font-size: 1rem;
    font-family: 'LOGOG_UG';
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
  }
  .how_to_bill .how_to_bill_p {
    color: #00a0e9;
    font-family: 'Noto Sans JP';
    letter-spacing: 1px;
    font-size: 1rem;
    margin-top: 2rem;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .how_to_pay_h2 {
    font-size: 4.5rem;
    margin-top: 9rem;
    font-weight: 700;
  }

  .how_to_pay_outer {
    display: flex;
    justify-content: center;
    width: 1200px;
    margin: 0 auto;
    margin-top: 90px;
  }
  .how_to_pay_outer .how_to_pay {
    margin: 0 23px;
    width: 310px;
    padding: 0 20px;
    position: relative;
  }
  .how_to_pay_outer .how_to_pay:nth-of-type(1) {
    opacity: 1 !important;
  }
  .how_to_pay_outer .how_to_pay.space {
    height: 50px;
  }
  .how_to_pay_outer .how_to_pay .how_to_pay_hidden {
    width: 100%;
    height: 100%;
    opacity: 0.3;
  }
  .how_to_pay_outer .how_to_pay .how_to_pay_li_p.comming_soon {
    position: absolute;
    top: 53%;
  }
  .how_to_pay_outer .how_to_pay .how_to_pay_li_p_bold {
    margin-top: 1rem;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 700;
  }
  .how_to_pay_outer .how_to_pay .how_to_pay_li_p {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 35px;
  }
  .how_to_pay_outer .how_to_pay .how_to_pay_li_p.space {
    height: 40px;
  }

  .how_to_bill {
    width: 1020px;
    margin: 0 auto;
    margin-top: 5rem;
    padding: 50px 65px;
    font-size: 24px;
    font-weight: 700;
  }
}
/*----------------notice----------------------*/
/*----------------notice----------------------*/
@media (min-width: 220px) {
  #notice .main {
    margin: 0 7.8%;
  }
  #notice .card_outer {
    border: 1px solid #00a0e9;
    border-radius: 3px;
    padding: 7.8%;
    /*padding-left: 14%;*/
    padding: 13.3vw;
  }
  #notice .card_h2 {
    margin: 2rem 0;
    color: #00a0e9;
    font-family: 'LOGOG_UG';
    letter-spacing: 0px;
    font-size: 5vw;
    text-align: center;
  }
  #notice .card_item {
    margin-top: 20px;
    color: #00a0e9;
    font-family: 'Noto Sans JP';
    letter-spacing: 1px;
    font-size: 1rem;
    line-height: 3;
    font-size: 3vw;
    font-weight: 600;
    position: relative;
  }
  #notice .card_item::before {
    content: '';
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 5px;
    left: -2rem;
    background-image: url(../img/sp/check_mark.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  #notice .card_item {
    font-size: 14px;
    line-height: 1.5;
  }
  #notice .card_item .card_item_small {
    display: block;
    font-size: 11px;
    margin-top: 20px;
  }

  .notice_body_outer {
    margin-top: 4rem;
  }
  .notice_body_outer .notice_h2 {
    color: #00a0e9;
    font-family: 'LOGOG_UG';
    letter-spacing: 0px;
    font-size: 14vw;
    margin-top: 2rem;
    font-size: 12vw;
    text-align: center;
  }
  .notice_body_outer .notice_h2 span {
    font-family: 'LOGOG_UG';
  }
  .notice_body_outer .notice_p {
    color: #00a0e9;
    font-family: 'Noto Sans JP';
    letter-spacing: 1px;
    font-size: 1rem;
    margin-top: 1rem;
    line-height: 1.5;
    font-size: 1.2rem;
  }
  .notice_body_outer .notice_p .notice_p_small {
    display: block;
    margin-top: 0.5rem;
    font-size: 1rem;
  }
  .notice_body_outer .notice_img_list_outer {
    margin-top: 2rem;
  }
  .notice_body_outer .notice_img {
    margin: 2rem auto;
    max-width: 150px;
  }
}
@media (min-width: 768px) {
  #notice .card_outer {
    width: 1020px;
    margin: 0 auto;
    margin-top: 5rem;
    padding: 95px 120px;
  }
  #notice .card_outer .card_item {
    font-size: 18px;
    font-weight: 600;
  }
  #notice .card_outer .card_item::before {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 6px;
    left: -4rem;
  }
  #notice .card_outer .card_item .card_item_small {
    font-size: 10px;
    font-weight: 400;
  }

  .notice_body_outer {
    margin: 0 auto;
    margin-top: 5rem;
    width: 1020px;
  }
  .notice_body_outer .notice_h2 {
    font-size: 5.2rem;
    text-align: left;
  }
  .notice_body_outer .notice_p {
    margin-top: 2rem;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
  }
  .notice_body_outer .notice_img_list_outer {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
  .notice_body_outer .notice_img_list_outer li {
    margin: 0;
    max-width: unset;
  }

  .confirm_btn {
    width: 205px;
    line-height: 32px;
    background-color: white;
    border: 1px solid #00a0e9;
  }
  .confirm_btn:hover a {
    background-color: #00a0e9;
    color: white;
  }
  .confirm_btn a {
    transition: 0.5s;
    line-height: 35px;
    font-size: 1.4rem;
    color: #00a0e9;
  }
}
/*----------------requirement----------------------*/
/*----------------requirement----------------------*/
@media (min-width: 220px) {
  #requirement .main {
    margin: 0 7.8%;
  }
  #requirement .main .card_outer:nth-of-type(1) {
    margin-top: 0;
  }
  #requirement .main .card_outer:nth-child(3) {
    margin-top: 0;
  }

  .card_outer {
    border: 1px solid #00a0e9;
    border-radius: 3px;
    padding: 7.8%;
    padding-left: 14%;
    /*padding: 14%;*/
    padding: 11.3vw 15.3vw;
  }
  .card_outer_pc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 5rem;
    gap: 25px;
  }

  .card_h2 {
    margin: 2rem 0;
    color: #00a0e9;
    font-family: 'LOGOG_UG';
    letter-spacing: 0px;
    font-size: 5vw;
    text-align: center;
  }

  .card_item {
    margin-top: 20px;
    position: relative;
    line-height: 1.8;
    color: #00a0e9;
    letter-spacing: 1px;
    font-family: 'Noto Sans JP';
    font-size: 1rem;
    font-size: 13px;
    font-weight: 600;
  }
  .card_item_small{
    display: inline-block;
    margin-top: 20px;
    font-size: 11px;
  }
  .card_item::before {
    content: '';
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 6px;
    left: -2rem;
    background-image: url(../img/sp/check_mark.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .card_attention {
    margin-top: 30px;
    position: relative;
    left: -10%;
    line-height: 1;
    color: #00a0e9;
    letter-spacing: 1px;
    font-family: 'Noto Sans JP';
    font-size: 1rem;
    font-size: 14px;
    font-weight: 700;
  }
  .download_wrap {
  display: flex;
  justify-content: flex-end; 
  align-items: center;      
  gap: 6px;                 
  margin-top: 10px;
  flex-wrap: wrap;        
  }
  .icon {
  width: 20px;            
  height: auto;
  }
  .download {
    color: #00a0e9;
    letter-spacing: 1px;
    font-family: 'Noto Sans JP';
    font-size: 14px;
    font-weight: 700;
  }
}
@media (min-width: 768px) {
  .card_outer_pc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 5rem;
    gap: 25px;
  }
  .card_outer_pc .card_outer {
    margin-top: 0 !important;
    width: 480px;
    padding: 30px 5.88%;
    padding: 0 75px;
    padding-bottom: 30px;
  }

  .card_outer_pc .card_h2 {
    font-size: 2.4rem;
    margin: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .card_outer_pc .card_item {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .card_item::before {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 4px;
    left: -3rem;
  }
  .card_attention {
    margin-top: 30px;
    position: relative;
    left: -10%;
    line-height: 1;
    color: #00a0e9;
    letter-spacing: 1px;
    font-family: 'Noto Sans JP';
    font-size: 1rem;
    font-size: 14px;
    font-weight: 700;
  }
  .download_wrap {
  display: flex;
  justify-content: flex-end; 
  align-items: center;      
  gap: 6px;                 
  margin-top: 10px;
  flex-wrap: wrap;        
  }
  .icon {
  width: 20px;            
  height: auto;
  }
  .download {
    color: #00a0e9;
    letter-spacing: 1px;
    font-family: 'Noto Sans JP';
    font-size: 14px;
    font-weight: 700;
  }
}
/*----------------vacant----------------------*/
/*----------------vacant----------------------*/
@media (min-width: 220px) {
  #vacant .main {
    margin: 0 7.8%;
  }

  .vacant_h2 {
    margin: 2rem 0;
    color: #00a0e9;
    font-family: 'LOGOG_UG';
    letter-spacing: 0px;
    font-size: 5vw;
    text-align: center;
  }

  .roomtype_outer {
    padding: 7.8%;
    border: 1px solid #00a0e9;
    border-radius: 3px;
  }
  .roomtype_outer .roomtype_h3 {
    color: #00a0e9;
    font-family: 'Noto Sans JP';
    letter-spacing: 1px;
    font-size: 1rem;
    text-align: center;
  }
  .roomtype_outer .roomtype_ul {
    margin-top: 2rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap;
  }
  .roomtype_outer .roomtype_ul .roomtype_li {
    border: 1px solid #00a0e9;
    border-radius: 2px;
  }
  .roomtype_outer .roomtype_ul .roomtype_li a {
    display: inline-block;
    width: 25vw;
    max-width: 15rem;
    line-height: 12vw;
    font-size: 1rem;
    font-weight: bold;
    color: #00a0e9;
    text-align: center;
    letter-spacing: 3px;
    transition: 0.5s;
  }
  .roomtype_outer .roomtype_ul .roomtype_li.select {
    background-color: #00a0e9;
  }
  .roomtype_outer .roomtype_ul .roomtype_li.select a {
    color: white;
  }

  .arrow_down {
    margin: 4rem auto;
    color: #00a0e9;
    text-align: center;
  }

  .arrow_down {
    width: 1rem;
  }

  .room_info_li {
    margin-top: 65px;
    position: relative;
  }
  .room_info_li:nth-of-type(1) {
    margin-top: 0;
  }
  .room_info_li.sold_out {
    opacity: 0.4;
  }
  .room_info_li.sold_out::after {
    content: url("../img/sold_out.png");
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 125px);
  }
  .room_info_li .room_info_main {
    width: 100%;
    border: 1px solid #00a0e9;
    flex-wrap: nowrap;
    display: flex;
  }
  .room_info_li .roomtype_number_info_outer {
    width: 55%;
  }
  .room_info_li .roomtype_number_outer {
    position: relative;
    padding: 5vw;
    padding-top: 30px;

    background-color: #00a0e9;
    text-align: center;
  }
  .room_info_li .roomtype_number_outer .lineup_type {
    width: 120px;
    margin-top: -55px;
  }
  .room_info_li .roomtype_number_outer .lineup_type_outer {
    left: calc(50% - 42.5px);
    top: -45px;
    width: 85px;
  }
  .room_info_li .roomtype_number_outer .lineup_type {
    width: 100%;
  }
  .room_info_li .roomtype_number_outer .roomtype_number_h3 {
    margin-top: 1rem;
    color: #fff100;
    font-weight: 600;
    font-size: 12px;
    text-align: left;
  }
  .room_info_li .roomtype_number_outer .roomtype_p {
    margin-top: 0.5rem;
    color: #fff100;
    font-size: 25px;
    text-align: left;
    font-weight: 600;
  }
  .room_info_li .roomtype_info_outer {
    padding: 3vw;
    padding-right: 0;
  }
  .room_info_li .roomtype_info_outer .roomtype_info_dt,
  .room_info_li .roomtype_info_outer .roomtype_info_dd {
    font-size: 1rem;
    letter-spacing: 2px;
    display: inline-block;
    color: #00a0e9;
    line-height: 1.7;
    font-weight: bold;
  }
  .room_info_li .roomtype_info_outer .roomtype_info_dt {
    width: 30%;
  }
  .room_info_li .roomtype_info_outer .roomtype_info_dd {
    width: 50%;
    margin-left: 1rem;
  }
  .room_info_li .roomtype_picture {
    position: relative;
    /*background-image: url("../img/lineup_back.png");*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    width: 45%;
    height: auto;
    border-left: 1px solid #00a0e9;
  }
  .room_info_li .roomtype_picture .roomtype_f {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    font-family: 'BarlowCondensed-SB';
    font-size: 5rem;
    font-weight: bold;
    color: #00a0e9;
  }
  .room_info_li .room_info_sub {
    margin-top: 1rem;
  }
  .room_info_li .room_info_sub .room_info_picture_right_sp {
    color: #00a0e9;
  }
  .room_info_li .room_info_sub .room_info_picture_right_pc {
    display: none;
  }
  .room_info_li .room_info_sub .room_info_pictures_outer {
    align-items: center;
    display: none;
  }
  .room_info_li .room_info_sub .room_info_pictures_outer:nth-of-type(1) {
    display: flex;
  }
  .room_info_li .room_info_sub .room_info_pictures_outer .room_info_picture {
    margin-left: 17px;
    max-width: 80px;
  }
  .room_info_li .room_info_sub .room_info_pictures_outer .room_info_picture:nth-of-type(1) {
    margin-left: 0;
  }
  .room_info_li .room_info_sub .room_info_picture_outer {
    line-height: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .room_info_li .room_info_sub .room_info_picture_p {
    color: #e60012;
    font-size: 1.2rem;
    font-weight: 500;
  }
  .room_info_li .room_info_sub .room_info_picture_right {
    color: #00a0e9;
  }
  .room_info_li .room_info_sub .room_info_selling_point_outer {
    height: unset;
    margin-bottom: 1rem;
  }
  .room_info_li .room_info_sub .room_info_selling_point_li {
    color: #00a0e9;
    font-size: calc(1.5vw + 1rem);
    line-height: 2;
    text-align: justify;
    text-align-last: justify;
  }
  .room_info_li .room_info_sub .room_info_selling_point_li img {
    width: 1.5rem;
    margin-right: 1rem;
  }
  .room_info_li .room_info_sub .room_info_btn {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    background-color: #fff100;
    border-radius: 3px;
  }
  .room_info_li .room_info_sub .room_info_btn a {
    display: inline-block;
    width: 100%;
    line-height: 4;
    color: #00a0e9;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
    transition: 0.5s;
    border-radius: 3px;
  }
  .room_info_li .room_info_sub .room_info_btn a:hover {
    color: #fff100;
    background-color: #00a0e9;
  }
  .room_info_li .room_info_sub .room_info_btn .arrow_right {
    display: inline-block;
    width: 1rem;
    margin-left: 2rem;
  }

  .room_info_map_outer {
    margin-top: 2rem;
  }
  .room_info_map_outer .room_info_map:nth-of-type(2) {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .vacant_h2 {
    margin: 3rem 0;
    margin-top: 5rem;
    font-size: 2.4rem;
  }

  .roomtype_outer {
    margin: 0 auto;
    padding: 65px 120px;
    max-width: 1020px;
    display: flex;
    justify-content: center;
  }
  .roomtype_outer .roomtype_h3 {
    font-size: 1.3rem;
    line-height: 60px;
  }
  .roomtype_outer .roomtype_ul {
    margin-top: 0;
  }
  .roomtype_outer .roomtype_li {
    margin-left: 50px;
  }
  .roomtype_outer .roomtype_li a {
    font-size: 1.4rem !important;
    width: 125px !important;
    line-height: 60px !important;
  }
  .roomtype_outer .roomtype_li a.select {
    background-color: #00a0e9 !important;
    color: white !important;
  }

  .room_info_outer .roomtype_number_info_outer {
    width: 220px;
  }
  .room_info_outer .roomtype_number_info_outer .roomtype_number_outer {
    position: relative;
    padding: 25px;
    padding-top: 125px;
    text-align: center;
  }
  .room_info_outer .roomtype_number_info_outer .roomtype_number_h3 {
    font-size: 14px;
    font-weight: 600;
  }
  .room_info_outer .roomtype_number_info_outer .lineup_type_outer {
    left: calc(50% - 50px);
    top: -45px;
    width: 105px;
  }
  .room_info_outer .roomtype_number_info_outer .lineup_type_a {
    font-size: 75px;
  }
  .room_info_outer .roomtype_number_info_outer .lineup_type {
    width: 100%;
    font-size: 17px;
  }
  .room_info_outer .roomtype_number_info_outer .lineup_type_outer {
    left: calc(50% - 90px);
    top: -75px;
    width: 180px;
    height: 180px;
    padding-top: 50px;
  }
  .room_info_outer .roomtype_number_info_outer .roomtype_p {
    font-size: 24px;
    margin-top: 1rem;
    font-weight: 600;
    letter-spacing: 3px;
  }
  .room_info_outer .roomtype_number_info_outer .roomtype_info_dt {
    font-size: 14px;
    font-weight: 600;
    margin-left: 0;
  }
  .room_info_outer .roomtype_number_info_outer .roomtype_info_dd {
    font-size: 1.5rem;
    margin-left: 0;
  }
  .room_info_outer .roomtype_picture {
    width: 400px;
  }
  .room_info_outer .roomtype_picture .roomtype_f {
    font-size: 7rem;
  }
  .room_info_outer .room_info_li {
    display: flex;
    justify-content: center;
    width: 1020px;
    margin: 0 auto;
    margin-top: 140px;
    position: relative;
  }
  .room_info_outer .room_info_li:nth-of-type(1) {
    margin-top: 0;
  }
  .room_info_outer .room_info_li.sold_out {
    opacity: 0.4;
  }
  .room_info_outer .room_info_li.sold_out::after {
    content: url("../img/sold_out.png");
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 125px);
  }
  .room_info_outer .room_info_li .room_info_main {
    width: unset;
    max-height: 360px;
  }
  .room_info_outer .room_info_li .room_info_main .roomtype_info_outer {
    padding: 20px;
    padding-right: 0;
  }
  .room_info_outer .room_info_li .room_info_sub {
    position: relative;
    margin-top: 0;
    margin-left: 2rem;
    width: 380px;
  }
  .room_info_outer .room_info_li .room_info_sub .room_info_picture_right_sp {
    display: none;
  }
  .room_info_outer .room_info_li .room_info_sub .room_info_picture_right_pc {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    color: #00a0e9;
    position: absolute;
    right: 0;
    top: -20px;
  }
  .room_info_outer .room_info_li .room_info_sub .room_info_pictures_outer:nth-of-type(2) {
    display: flex;
    margin-top: 20px;
  }
  .room_info_outer .room_info_li .room_info_sub .room_info_pictures_outer .room_info_picture {
    margin-left: 20px;
  }
  .room_info_outer .room_info_li .room_info_sub .room_info_pictures_outer .room_info_picture:nth-of-type(1) {
    margin-left: 0;
  }
  .room_info_outer .room_info_li .room_info_sub .room_info_selling_point_outer .room_info_selling_point_li {
    font-size: 14px !important;
    letter-spacing: 1px;
    font-weight: 500;
  }
  .room_info_outer .room_info_li .room_info_sub .room_info_btn {
    width: unset;
    width: 100%;
    margin: 0;
    position: absolute;
    bottom: 0;
  }

  .room_info_map_outer {
    max-width: 1020px;
    margin: 0 auto;
  }
  .room_info_map_outer .room_info_map {
    margin-top: 80px !important;
  }
}
/*----------------product----------------------*/
/*----------------product----------------------*/
@media (min-width: 220px) {
  #product .main {
    margin: 0 7.8%;
  }

  .room_info_selling_point_outer {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 19vw;
  }
  .room_info_selling_point_outer .vacant_room {
    border: 1px solid #00a0e9;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 19vw;
    margin-right: 1rem;
  }
  .room_info_selling_point_outer .vacant_room a {
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 2vw;
    color: #00a0e9;
  }

  .option_point_outer {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
  .option_point_outer .room_info_selling_point_li {
    color: #00a0e9;
    font-size: 3vw;
    line-height: 2;
    text-align: justify;
    text-align-last: justify;
  }
  .option_point_outer .room_info_selling_point_li img {
    width: 1.5rem;
  }

  #product .room_info_selling_point_li {
    color: #00a0e9;
    font-size: 3vw;
    line-height: 2;
    font-weight: 400;
    text-align: justify;
    text-align-last: justify;
  }
  #product .room_info_selling_point_li img {
    width: 1.5rem;
  }

  .map_outer {
    margin-top: 25px;
  }
  .map_outer img:nth-of-type(2) {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .room_info_outer {
    margin-top: 100px;
  }

  .room_info_selling_point_outer .vacant_room {
    width: 95px;
    height: 95px;
    margin-top: -17px;
  }
  .room_info_selling_point_outer .vacant_room a {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 1.5px;
  }

  .map_outer {
    max-width: 1020px;
    margin: 0 auto;
    margin-top: 90px;
  }
  .map_outer img:nth-of-type(2) {
    margin-top: 60px;
  }
}
/*----------------option----------------------*/
/*----------------option----------------------*/
@media (min-width: 220px) {
  #option .main {
    margin: 0 7.8%;
  }
  #option .option_mark_right {
    display: none;
  }

  #option .option_item {
    margin-top: 4rem;
    border: 1px solid #00a0e9;
    border-radius: 2px;
  }
  #option .option_item:nth-of-type(1) {
    margin-top: 0;
  }
  #option .option_item:nth-of-type(3) .option_h2_bold {
    font-size: 10vw !important;
  }
  #option .option_item_inner_up {
    padding: 6%;
    background-color: #00a0e9;
  }
  #option .option_ti {
    letter-spacing: 2px;
    color: white;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
  }
  #option .option_ti_outer {
    margin-top: 1rem;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-evenly;
  }
  #option .option_ti_outer .option_mark {
    width: 20vw;
    margin-right: 2vw;
  }
  #option .option_ti_outer .option_h2 {
    color: #fff100;
    font-family: 'LOGOG_UG';
  }
  #option .option_ti_outer .option_h2 .option_h2_bold {
    font-size: 13vw;
    font-family: 'LOGOG_UG';
    text-align-last: justify;
  }
  #option .option_ti_outer .option_h2 .option_h2_inner {
    font-size: 2rem;
    font-family: 'LOGOG_UG';
    text-align-last: justify;
  }
  #option .option_sentence {
    margin-top: 1rem;
    color: white;
    letter-spacing: 2px;
    line-height: 1.5;
    font-size: 1rem;
  }
  #option .option_item_inner_down {
    padding: 25px 32px;
    background-color: white;
  }
  #option .option_item_inner_down .card_outer {
    border: unset;
    padding: 0 0 0 3rem;
  }
  #option .option_item_inner_down .card_outer .card_item {
    font-size: 14px;
    font-weight: 600;
  }
  #option .option_item_inner_down .pick_area_ti {
    margin: 1rem;
    display: inline-block;
    border: 1px solid #00a0e9;
    border-radius: 2px;
    padding: 0.5rem;
    color: #00a0e9;
  }
  #option .option_item_inner_down .pick_area {
    margin-left: 0.5rem;
    color: #00a0e9;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1.5;
  }
  #option .option_item_inner_down .option_item_inner_down_sentence {
    color: #00a0e9;
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 600;
  }
  #option .card_item {
    line-height: 1.5;
  }
  #option .card_item::before {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 2px;
    left: -2rem;
  }
}
@media (min-width: 768px) {
  .option_mark {
    display: none;
  }

  #option .option_outer,
  #plan .option_outer {
    max-width: 1020px;
    margin: 0 auto;
    margin-top: 80px;
  }
  #option .option_outer .option_item_inner_up,
  #plan .option_outer .option_item_inner_up {
    padding: 32px !important;
    position: relative;
  }
  #option .option_outer .option_ti,
  #plan .option_outer .option_ti {
    text-align: left !important;
  }
  #option .option_outer .option_ti_outer,
  #plan .option_outer .option_ti_outer {
    justify-content: unset !important;
  }
  #option .option_outer .option_h2 .option_h2_bold,
  #plan .option_outer .option_h2 .option_h2_bold {
    display: inline-block;
    font-size: 4.5rem !important;
  }
  #option .option_outer .option_h2 .option_h2_inner,
  #plan .option_outer .option_h2 .option_h2_inner {
    display: inline-block;
    font-size: 4.5rem !important;
  }
  #option .option_outer .option_sentence,
  #plan .option_outer .option_sentence {
    font-size: 14px;
    font-weight: 400;
  }
  #option .option_outer .option_mark_right,
  #plan .option_outer .option_mark_right {
    position: absolute;
    display: block !important;
    right: 40px;
    top: 25px;
    width: 135px;
  }
  #option .option_outer .card_item,
  #plan .option_outer .card_item {
    margin-left: 5rem;
    display: inline-block;
  }
  #option .option_outer .card_item:nth-of-type(1),
  #plan .option_outer .card_item:nth-of-type(1) {
    margin-left: 0;
  }
  #option .option_outer .pick_area,
  #plan .option_outer .pick_area {
    display: inline-block;
  }
}
/*----------------plan----------------------*/
/*----------------plan----------------------*/
@media (min-width: 220px) {
  #plan .plan_pc{
    display: none;
  }
  #plan .main {
    margin: 0 7.8%;
  }

  #plan .option_item {
    margin-top: 4rem;
    border: 1px solid #00a0e9;
    border-radius: 2px;
  }
  #plan .option_item:nth-of-type(1) {
    margin-top: 0;
  }
  #plan .option_item:nth-of-type(3) .option_h2_bold {
    font-size: 10vw !important;
  }
  #plan .option_item_inner_up {
    padding: 6%;
    background-color: #00a0e9;
  }
  #plan .option_ti {
    letter-spacing: 2px;
    color: white;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
  }
  #plan .option_ti_outer {
    margin-top: 1rem;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-evenly;
  }
  #plan .option_ti_outer .option_mark {
    width: 20vw;
    margin-right: 2vw;
  }
  #plan .option_ti_outer .option_h2 {
    color: #fff100;
    font-family: 'LOGOG_UG';
  }
  #plan .option_ti_outer .option_h2 .option_h2_bold {
    font-size: 13vw;
    font-family: 'LOGOG_UG';
    text-align-last: justify;
  }
  #plan .option_ti_outer .option_h2 .option_h2_inner {
    font-size: 2rem;
    font-family: 'LOGOG_UG';
    text-align-last: justify;
  }
  #plan .option_sentence {
    margin-top: 1rem;
    color: white;
    letter-spacing: 2px;
    line-height: 1.5;
    font-size: 1rem;
  }
  #plan .option_item_inner_down {
    padding: 25px 32px;
    background-color: white;
  }
  #plan .option_item_inner_down .card_outer {
    border: unset;
    padding: 0 0 0 3rem;
  }
  #plan .option_item_inner_down .card_outer .card_item {
    font-size: 14px;
    font-weight: 600;
  }
  #plan .option_item_inner_down .pick_area_ti {
    margin: 1rem;
    display: inline-block;
    border: 1px solid #00a0e9;
    border-radius: 2px;
    padding: 0.5rem;
    color: #00a0e9;
  }
  #plan .option_item_inner_down .pick_area {
    margin-left: 0.5rem;
    color: #00a0e9;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1.5;
  }
  #plan .option_item_inner_down .option_item_inner_down_sentence {
    color: #00a0e9;
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 600;
  }
}
@media (min-width: 768px) {
  #plan .plan_pc{
    display: block;
  }
  .plan_e_icons,
  .plan_halfyear_icons 
  {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: 1020px;
    margin: 0 auto;
    margin-top: 4rem;
  }
  .plan_e_icons li,
  .plan_halfyear_icons li
  {
    position: relative;
    margin-left: 35px;
  }
  .plan_e_icons li:nth-of-type(1),
  .plan_halfyear_icons  li:nth-of-type(1)
  {
    margin-left: 0;
  }
  .plan_e_icons li::after,
  .plan_halfyear_icons li::after 
  {
    position: absolute;
    content: url(../img/circle_mark.png);
    top: 41%;
    z-index: 10;
    right: -58px;
  }
  .plan_e_icons li:last-of-type::after,
  .plan_halfyear_icons li:last-of-type::after{
    content: '';

  }

  .plan_p_bold{
    margin-top: 55px;
    text-align: center;
    font-family: 'TsukuGoPro-H';
    font-size: 45px;
    color: #00a0e9;
  }
  .plan_p{
    margin-top: 15px;
    text-align: center;
    font-size: 15px;
    font-weight:500;
    color: #00a0e9;
    letter-spacing: 0.1rem;

  }
  .plan_p_boldmax{

    margin-top: 55px;
    text-align: center;
    font-family: 'TsukuGoPro-H';
    font-size: 70px;
    color: #00a0e9; 
  }
  .plan_arrow{
    margin: 40px auto;
    width: 30px;
    height:20px;

  }
  .plan_e_list_under,
  .plan_halfyear_list_under{
    line-height: 100px;
    width: 1020px;
    margin: 0 auto;
    margin-top:30px;
    font-size: 31px;
    text-align: center;
    border-radius: 4px;
    font-weight:900;
    letter-spacing: 0.1rem;
  }
  .plan_e_list_under{
    color: #fff;
    background-color: #00a0e9;
  }
  .plan_halfyear_list_under{
    color: #00a0e9;
    background-color: #fff100;
    border: 1px solid #00a0e9;
  }
  #plan .contract_btn {
  max-width: 420px;
  width: 80vw;
  line-height: 90px;
  max-height: 90px;
  margin: 0 auto;
  margin-top: 100px;
  background-color: #00a0e9;
  border: 1px solid #00a0e9;
  border-radius: 4px;
  transition: 0.5s;
}
#plan .contract_btn:hover {
  background-color: white;
}
#plan .contract_btn:hover a {
  color: #00a0e9;
}
#plan .contract_btn a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 2.4rem;
  color: white;
  text-align: center;
}
}
/*----------------form----------------------*/
/*----------------form----------------------*/
@media (min-width: 220px) {
  #require_form .main {
    margin: 0 7.8%;
  }

  #require_form .main .require_ti {
    font-size: 3rem;
    font-weight: 700;
    color: #00a0e9;
    line-height: 2;
    text-align: center;
  }
  #require_form .main .require_sentence {
    font-size: 23px;
    font-weight: 600;
    color: #00a0e9;
    line-height: 2;
    text-align: center;
  }
  #require_form .main .contact_ul .contact_li {
    height: 80px;
    margin-top: 2rem;
    border: 1px solid #00a0e9;
    border-radius: 2px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  #require_form .main .contact_ul .contact_li a {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  #require_form .main .contact_ul .contact_li:nth-of-type(1) .contact_li_p_discription {
    font-size: 3.2vw;
  }
  #require_form .main .contact_ul .contact_li:nth-of-type(2) p.contact_li_p {
    font-size: 4.5vw;
  }
  #require_form .main .contact_ul .contact_li .contact_img_outer {
    max-width: 29%;
    text-align: center;
    margin-right: 1rem;
  }
  #require_form .main .contact_ul .contact_li .contact_img_outer img {
    width: 60px;
  }
  #require_form .main .contact_ul .contact_li .contact_li_no_outer .contact_li_p {
    font-size: 5vw;
    text-align-last: justify;
    color: #00a0e9;
    font-weight: 500;
    line-height: 1;
  }
  #require_form .main .contact_ul .contact_li .contact_li_no_outer .contact_li_p a {
    color: #00a0e9;
  }
  #require_form .main .contact_ul .contact_li .contact_li_no_outer .contact_li_p_discription {
    font-size: 3vw;
    color: #00a0e9;
    line-height: 1.5;
  }
  #require_form .main .form_outer .require_form_outer {
    background-color: #00a0e9;
    padding: 15.4% 6.1%;
    border-radius: 5px;
  }
  #require_form .main .form_outer .require_item_outer {
    margin-top: 2rem;
  }
  #require_form .main .form_outer .require_item_outer:nth-of-type(1) {
    margin-top: 0;
  }
  #require_form .main .form_outer .require_form_item_ti {
    letter-spacing: 2px;
    color: white;
    font-size: 2rem;
    line-height: 2;
  }
  #require_form .main .form_outer .require_form_item_ti_img {
    display: inline-block;
    height: 23px;
    margin-left: 20px;
    vertical-align: middle;
    font-weight: 400;
    font-size: 11px;
    border: 1px solid white;
    border-radius: 3px;
    width: 43px;
    text-align: center;
  }
   #require_form .main .form_outer .inquiry_count {
    padding: 2% 3%;
    font-weight: bold;
    background-color: rgb(255, 255, 255);
    color: #111;
    display: inline-block;
    border-radius: 4px;
    margin-left: 20%;
    font-size: min(2vw, 2rem);

}
 #require_form .main .form_outer .inquiry_type {
    padding: 2% 3%;
    font-weight: bold;
    background-color: rgb(255, 255, 255);
    color: #111;
    display: inline-block;
    border-radius: 4px;
    font-size: min(2vw, 2rem);
 }
  #require_form .main .form_outer .require_supplement {
    color: white;
    line-height: 2;
    margin-bottom: 1rem;
  }
  #require_form .main .form_outer .require_item {
    line-height: 3;
    margin: 0;
    color: white;
    display: flex;
    align-items: center;
  }
  #require_form .main .form_outer .require_item.link_howtopay {
    margin-top: 1rem;
    border: 1px solid white;
    border-radius: 3px;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  #require_form .main .form_outer .require_item input[type=radio],
  #require_form .main .form_outer .require_item input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background-color: white;
    margin-right: 1rem;
    border-radius: 50%;
    position: relative;
  }
  #require_form .main .form_outer .require_item input[type=radio]:checked::after,
  #require_form .main .form_outer .require_item input[type=checkbox]:checked::after {
    content: "";
    position: absolute;
    top: calc(50% - 10px);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #00a0e9;
    border: 5px solid white;
  }
  #require_form .main .form_outer .require_item input[type=text],
  #require_form .main .form_outer .require_item textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 530px;
    width: 100%;
    border: none;
    border-radius: 5px;
    padding: 1rem 2rem;
    font-size: 14px;
    font-weight: 400;
  }
  #require_form .main .form_outer .require_item input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background-color: white;
    margin-right: 1rem;
    border: 1px solid #00a0e9;
    border-radius: 50%;
    position: relative;
  }
  #require_form .main .form_outer .require_item select {
    width: 140px;
    border: none;
    border-radius: 5px;
    padding: 1rem 2rem;
  }
  #require_form .main .form_outer .require_item #contract_plan #contract_option {
    width: 250px;
  }
  #require_form .main .form_outer .require_item #contract_plan #contract_plan {
    width: 250px;
  }  
  #require_form .main .form_outer .privacy_area {
    margin-top: 2rem;
    text-align: center;
  }
  #require_form .main .form_outer .privacy_area .privacy_ti {
    text-align: center;
    line-height: 1.5;
    font-size: 1.2rem;
    font-weight: 500;
    color: #00a0e9;
  }
  #require_form .main .form_outer .privacy_area .privacy_a {
    display: inline-block;
    margin-top: 1rem;
    font-size: 1.4rem;
    padding: 0.5rem 1rem;
    border-radius: 3px;
    border: 1px solid #00a0e9;
    color: #00a0e9;
  }
  #require_form .main .form_outer .btn {
    appearance: none;
    -webkit-appearance: none;
    display: inline-block;
    width: 100%;
    background-color: #00a0e9;
    color: white;
    line-height: 3;
    border: none;
    border-radius: 5px;
    font-size: 4.5vw;
    letter-spacing: 2px;
  }
}
@media (min-width: 768px) {
  #require_form .main .contact_ul {
    justify-content: center;
    max-width: 1020px;
    margin: 0 auto;
  }
  #require_form .main .contact_li {
    width: 475px !important;
    height: 100px;
    max-width: unset;
    cursor: pointer;
  }
  #require_form .main .contact_li .contact_li_p {
    font-size: 3.5vw !important;
  }
  #require_form .main .contact_li .contact_li_p a {
    font-size: 3.5vw;
  }
  #require_form .main .contact_li .contact_li_p_discription {
    font-size: 1.5vw !important;
  }
  #require_form .main .contact_li .contact_li_no_outer a {
    display: block;
  }
  #require_form .main .contact_li:nth-of-type(2) {
    margin-left: 6.85%;
  }
  #require_form .main .contact_li:nth-of-type(2) .contact_li_p {
    font-size: 2.2vw !important;
  }
  #require_form .main .contact_li:nth-of-type(2) .contact_li_p_discription {
    font-size: 1.5vw !important;
  }
  #require_form .main .form_outer {
    max-width: 1020px;
    margin: 0 auto;
  }
  #require_form .main .form_outer .require_form_item_ti {
    font-size: 24px;
    font-weight: 600;
  }
  #require_form .main .form_outer .require_item {
    font-size: 1.4rem;
  }
  #require_form .main .form_outer .privacy_area .privacy_ti {
    font-size: 1.4rem !important;
    font-weight: 400;
  }
 #require_form .main .form_outer .inquiry_count {
  padding: 6px 12px;
  font-weight: bold;
  background-color: rgb(255, 255, 255); /* 少し背景色を加えると見やすく */
  color: #111;
  display: inline-block;
  border-radius: 4px;

}
 #require_form .main .form_outer .inquiry_type {
  padding: 6px 12px;
  font-weight: bold;
  background-color: rgb(255, 255, 255); /* 少し背景色を加えると見やすく */
  color: #111;
  display: inline-block;
  border-radius: 4px;
 }
  #require_form .main .form_outer .privacy_area .privacy_a {
    margin-top: 3rem !important;
  }
  #require_form .main .form_outer .confirm_btn {
    width: unset;
    line-height: unset;
    background-color: unset;
    border: unset;
  }
  #require_form .main .form_outer .confirm_btn .btn {
    max-width: 420px !important;
    line-height: 90px !important;
    font-size: 24px !important;
    font-weight: 400;
  }

  #require_form .form_outer_in_tab .require_form_outer {
    padding: 100px !important;
  }
}
@media (min-width: 1200px) {
  #require_form .main .contact_li .contact_li_no_outer .contact_li_p a {
    font-size: 2.3rem !important;
  }

  #require_form .main .contact_li .contact_li_no_outer .contact_li_p {
    font-size: 3.9rem !important;
  }

  #require_form .main .contact_li:nth-of-type(2) .contact_li_no_outer .contact_li_p {
    font-size: 2.5rem !important;
  }

  #require_form .main .contact_li .contact_li_no_outer .contact_li_p_discription {
    font-size: 1.4rem !important;
  }
}
.arrow_down {
  transition: 0.5s;
}
.arrow_down.open {
  transform: rotate(180deg);
}
.arrow_down i {
  font-size: 3rem;
}

#require_arrow,
#require_arrow_pnc {
  cursor: pointer;
}

/*----------------require_form_person----------------------*/
/*----------------require_form_person----------------------*/
@media (min-width: 220px) {
  #require_form_person input[type=radio],
  #require_form_corporate input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background-color: white;
    margin-right: 1rem;
    margin-top: 0;
    border-radius: 50%;
    position: relative;
  }
  #require_form_person input[type=radio]:checked::after,
  #require_form_corporate input[type=radio]:checked::after {
    content: "";
    position: absolute;
    top: calc(50% - 10px);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #00a0e9;
    border: 5px solid white;
  }
  #require_form_person input[type=radio],
  #require_form_corporate input[type=radio] {
    border: 1px solid #00a0e9;
  }
  #require_form_person .ui-state-active a > input[type=radio]::after,
  #require_form_corporate .ui-state-active a > input[type=radio]::after {
    border: 1px solid #00a0e9;
    content: "";
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 10px);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #00a0e9;
    border: 5px solid white;
    box-shadow: 0 0 1px 1px #00a0e9;
  }
  #require_form_person .reuire_form_type_outer,
  #require_form_corporate .reuire_form_type_outer {
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #require_form_person .reuire_form_type_outer label,
  #require_form_corporate .reuire_form_type_outer label {
    color: #00a0e9;
  }
  #require_form_person .reuire_form_type_outer a,
  #require_form_corporate .reuire_form_type_outer a {
    display: inline-block;
    width: 100%;
    line-height: 100%;
  }
  #require_form_person .main,
  #require_form_corporate .main {
    margin: 0 7.8%;
  }
  #require_form_person .main .form_outer .require_form_outer,
  #require_form_corporate .main .form_outer .require_form_outer {
    background-color: #00a0e9;
    padding: 15.4% 6.1%;
    border-radius: 5px;
  }
  #require_form_person .main .form_outer .require_item_outer,
  #require_form_corporate .main .form_outer .require_item_outer {
    margin-top: 2rem;
  }
  #require_form_person .main .form_outer .require_item_outer:nth-of-type(1),
  #require_form_corporate .main .form_outer .require_item_outer:nth-of-type(1) {
    margin-top: 0;
  }
  #require_form_person .main .form_outer .require_form_item_ti,
  #require_form_corporate .main .form_outer .require_form_item_ti {
    letter-spacing: 2px;
    color: white;
    font-size: 2rem;
    line-height: 2;
  }
  #require_form_person .main .form_outer .require_form_item_ti_img,
  #require_form_corporate .main .form_outer .require_form_item_ti_img {
    display: inline-block;
    height: 23px;
    margin-left: 20px;
    vertical-align: middle;
    font-weight: 400;
    font-size: 11px;
    border: 1px solid white;
    border-radius: 3px;
    width: 43px;
    text-align: center;
  }
  #require_form_person .main .form_outer .require_supplement,
  #require_form_corporate .main .form_outer .require_supplement {
    color: white;
    line-height: 2;
    margin-bottom: 1rem;
  }
  #require_form_person .main .form_outer .require_item,
  #require_form_corporate .main .form_outer .require_item {
    line-height: 3;
    margin: 0;
    color: white;
    display: flex;
    align-items: center;
  }
  #require_form_person .main .form_outer .require_item.link_howtopay,
  #require_form_corporate .main .form_outer .require_item.link_howtopay {
    margin-top: 1rem;
    border: 1px solid white;
    border-radius: 3px;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  #require_form_person .main .form_outer .require_item input[type=radio],
  #require_form_person .main .form_outer .require_item input[type=checkbox],
  #require_form_corporate .main .form_outer .require_item input[type=radio],
  #require_form_corporate .main .form_outer .require_item input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background-color: white;
    margin-right: 1rem;
    border-radius: 50%;
    position: relative;
  }
  #require_form_person .main .form_outer .require_item input[type=radio]:checked::after,
  #require_form_person .main .form_outer .require_item input[type=checkbox]:checked::after,
  #require_form_corporate .main .form_outer .require_item input[type=radio]:checked::after,
  #require_form_corporate .main .form_outer .require_item input[type=checkbox]:checked::after {
    content: "";
    position: absolute;
    top: calc(50% - 10px);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #00a0e9;
    border: 5px solid white;
  }
  #require_form_person .main .form_outer .require_item input[type=text],
  #require_form_person .main .form_outer .require_item textarea,
  #require_form_corporate .main .form_outer .require_item input[type=text],
  #require_form_corporate .main .form_outer .require_item textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 530px;
    width: 100%;
    border: none;
    border-radius: 5px;
    padding: 1rem 2rem;
    font-size: 14px;
    font-weight: 400;
  }
  #require_form_person .main .form_outer .require_item input[type=checkbox],
  #require_form_corporate .main .form_outer .require_item input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background-color: white;
    margin-right: 1rem;
    border: 1px solid #00a0e9;
    border-radius: 50%;
    position: relative;
  }
  #require_form_person .main .form_outer .require_item select,
  #require_form_corporate .main .form_outer .require_item select {
    width: 140px;
    border: none;
    border-radius: 5px;
    padding: 1rem 2rem;
  }
  #require_form_person .main .form_outer .require_item #contract_plan,
  #require_form_corporate .main .form_outer .require_item #contract_plan {
    width: 250px;
  }
  
  #require_form_person .main .form_outer .require_item #contract_option,
  #require_form_corporate .main .form_outer .require_item #contract_option {
    width: 250px;
  }

  #require_form_person .main .form_outer .privacy_area,
  #require_form_corporate .main .form_outer .privacy_area {
    margin-top: 2rem;
    text-align: center;
  }
  #require_form_person .main .form_outer .privacy_area .privacy_ti,
  #require_form_corporate .main .form_outer .privacy_area .privacy_ti {
    text-align: center;
    line-height: 1.5;
    font-size: 1.2rem;
    font-weight: 500;
    color: #00a0e9;
  }
  #require_form_person .main .form_outer .privacy_area .privacy_a,
  #require_form_corporate .main .form_outer .privacy_area .privacy_a {
    display: inline-block;
    margin-top: 1rem;
    font-size: 1.4rem;
    padding: 0.5rem 1rem;
    border-radius: 3px;
    border: 1px solid #00a0e9;
    color: #00a0e9;
  }
  #require_form_person .main .form_outer .btn,
  #require_form_corporate .main .form_outer .btn {
    appearance: none;
    -webkit-appearance: none;
    display: inline-block;
    width: 100%;
    background-color: #00a0e9;
    color: white;
    line-height: 3;
    border: none;
    border-radius: 5px;
    font-size: 4.5vw;
    letter-spacing: 2px;
  }
  #require_form_person .main .require_ti,
  #require_form_person .main .require_form_h2,
  #require_form_corporate .main .require_ti,
  #require_form_corporate .main .require_form_h2 {
    font-size: 3rem;
    font-weight: 800;
    color: #00a0e9;
    line-height: 2;
    text-align: center;
  }
  #require_form_person .main .require_sentence,
  #require_form_corporate .main .require_sentence {
    font-size: 2rem;
    font-weight: 500;
    color: #00a0e9;
    line-height: 2;
    text-align: center;
  }
  #require_form_person .main .require_item_a,
  #require_form_corporate .main .require_item_a {
    display: inline-block;
    margin-top: 1rem;
    font-size: 1rem;
    letter-spacing: 2px;
    padding: 0.3rem 1rem;
    border-radius: 3px;
    border: 1px solid white;
    color: white;
  }

  #require_form_person .privacy_area.back_white .privacy_a {
    display: block !important;
    margin: 0 auto;
    width: 40vw;
    min-width: 180px;
    max-width: 400px;
    line-height: 2;
    font-size: 1.4rem !important;
  }
  #require_form_person .privacy_area.back_white .privacy_a:nth-of-type(1) {
    margin-top: 2rem;
  }
  #require_form_person .privacy_area.back_white .require_item {
    color: #00a0e9;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: 2rem;
  }
  #require_form_person .privacy_area.back_white .require_item input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background-color: white;
    margin-right: 1rem;
    border-radius: 50%;
    position: relative;
  }
  #require_form_person .privacy_area.back_white .require_item input[type=checkbox]:checked::after {
    content: "";
    position: absolute;
    top: calc(50% - 10px);
    left: -1px;
    box-shadow: 0 0 1px 2px #00a0e9;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #00a0e9;
    border: 5px solid white;
  }
  #require_form_person .confirm_btn {
    margin-top: 2rem;
  }
  #require_form_person .confirm_btn button {
    transition: 0.5s;
  }
  #require_form_person .confirm_btn button:disabled {
    opacity: 0.6;
  }
}
@media (min-width: 768px) {
  #require_form_person .main .require_form_h2 {
    margin-bottom: 4rem;
    font-size: 45px !important;
  }
  #require_form_person .main .require_form_h2 {
    font-size: 45px !important;
    font-weight: 700;
  }
  #require_form_person .main .form_outer_in_tab .require_form_outer {
    max-width: 1020px;
    margin: 0 auto;
    padding: 100px;
  }
  #require_form_person .main .require_form_item_ti {
    font-size: 2.4rem;
  }
  #require_form_person .main .require_item {
    width: 530px;
  }
  #require_form_person .main .require_supplement {
    font-size: 1.4rem;
  }
  #require_form_person .main .require_item.link_howtopay {
    width: 300px !important;
  }
  #require_form_person .main .require_item.link_howtopay a {
    display: inline-block;
    width: 100% !important;
  }
  #require_form_person .main .require_item_outer.radio_outer .require_item {
    display: inline-block !important;
    width: 200px;
    font-size: 1.4rem;
  }
  #require_form_person .main #mail_form .privacy_ti {
    margin-bottom: 2rem;
  }
  #require_form_person .main #mail_form .privacy_btn_outer {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
  }
  #require_form_person .main #mail_form .privacy_btn_outer:nth-of-type(1) {
    margin-top: 0;
  }
  #require_form_person .main #mail_form .privacy_btn_outer a {
    margin: unset;
    width: 200px;
    font-size: 1.4rem !important;
  }
  #require_form_person .main #mail_form .privacy_btn_outer a:nth-of-type(2) {
    margin-left: 2rem;
  }
  #require_form_person .main #mail_form .confirm_btn {
    width: 420px !important;
    height: 90px;
    border: unset;
  }
  #require_form_person .main #mail_form .confirm_btn button {
    transition: 0.5s;
  }
  #require_form_person .main #mail_form .confirm_btn button:disabled {
    opacity: 0.5;
  }
  #require_form_person .main #mail_form .confirm_btn .btn {
    font-size: 2.4rem;
  }
}
/*----------------common----------------------*/
/*----------------common----------------------*/
@media (min-width: 220px) {
  .breadcrumb_outer {
    height: 10rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .breadcrumb_outer .breadcrumb_li {
    margin-left: 2rem;
    color: #00a0e9;
  }
  .breadcrumb_outer .breadcrumb_li:nth-of-type(1) {
    width: 1.5rem;
    margin-left: 0;
  }
  .breadcrumb_outer .breadcrumb_li:nth-of-type(2) {
    width: 0.8rem;
  }

  .section {
    padding-top: 40px;
  }

  .section_t_outer {
    margin-bottom: 3rem;
  }

  .section_t {
    font-family: 'BarlowCondensed-SB';
    color: #00a0e9;
    text-align: center;
  }
}
@media (min-width: 220px) and (min-width: 220px) {
  .section_t {
    font-size: 33px;
    letter-spacing: 3px;
  }
}
@media (min-width: 220px) and (min-width: 768px) {
  .section_t {
    font-size: 30px;
  }
}

@media (min-width: 220px) {
  .section_t_p {
    margin-top: 0.3rem;
    color: #00a0e9;
    text-align: center;
  }
}
@media (min-width: 220px) and (min-width: 220px) {
  .section_t_p {
    font-size: 13px;
    margin-top: 10px;
    font-weight: 500;
  }
}
@media (min-width: 220px) and (min-width: 768px) {
  .section_t_p {
    font-size: 10px;
  }
}

@media (min-width: 220px) {
  .btn_outer {
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 250px;
    position: relative;
  }
  .btn_outer .view_more_btn:hover::after {
    transform: rotate(180deg);
  }
  .btn_outer .view_more_btn::after {
    content: url(../img/view_more_btn.png);
    position: absolute;
    right: -10px;
    top: 5px;
    transform-origin: 50% 37%;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease;
  }
  .btn_outer .btn {
    margin: 0 auto;
    width: 200px;
    line-height: 40px;
    background-color: #00a0e9;
    border-radius: 4px;
  }
  .btn_outer .btn a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: white;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .breadcrumb_outer {
    justify-content: start;
    max-width: 1280px;
    margin: 0 auto;
  }
  .breadcrumb_outer .breadcrumb_li {
    font-size: 14px;
    font-weight: 400;
  }
  .breadcrumb_outer .breadcrumb_li:nth-of-type(1) {
    margin-left: 70px;
  }

  .pc_main_list {
    max-width: 940px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .pc_main_list li {
    padding: 0 2rem;
    border-left: 1px solid #00a0e9;
  }
  .pc_main_list li:nth-of-type(1) {
    border-left: none;
  }
  .pc_main_list li a {
    color: #00a0e9;
    font-weight: 400;
    font-size: min(2vw,14px);
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .pc_main_list li a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: -4px;
    transform: scale(0, 1);
    transition: transform .3s;
    transform-origin: right top;
  }
  .pc_main_list li a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .pc_main_list li a::after {
    background: #00a0e9;
    bottom: -15px;
  }

  .section {
    padding-top: 70px;
  }

  .section_t {
    font-size: 4rem;
    font-weight: 600;
  }

  .section_t_p {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}
/*----------------all size----------------------*/
/*----------------all size----------------------*/
.disabled {
  opacity: 0.5;
}

@media (min-width: 220px) {
  .slick-counter {
    margin: unset;
    position: absolute;
    top: -40px;
    right: 13%;
    text-align: right;
    color: #00a0e9;
  }
  .slick-counter .current,
  .slick-counter .total {
    color: #00a0e9;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
  }
  .slick-counter .total::after {
    content: '';
    display: inline-block;
    width: 35px;
    height: 7px;
    width: 45px;
    height: 12px;
    background-image: url("../img/arrow_current.png");
    margin-left: 10px;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media (min-width: 768px) {
  .slick-counter {
    position: initial;
    margin: 0 auto;
    margin: 0 2.5%;
    margin: 0 12%;
    margin-top: 25px;
    text-align: right;
    color: #00a0e9;
  }
  .slick-counter .current,
  .slick-counter .total {
    color: #00a0e9;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
  }
  .slick-counter .total::after {
    content: '';
    display: inline-block;
    width: 46px;
    height: 10px;
    background-image: url("../img/arrow_current.png");
    margin-left: 2rem;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
/*----------------footer----------------------*/
/*----------------footer----------------------*/
@media (min-width: 220px) {
  .footer_outer .contact_inner_area {
    padding-top: 4rem;
    padding-bottom: 7rem;
    background-image: url("../img/contact_section_back.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .footer_outer .contact_inner_sentence {
    margin-bottom: 4rem;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 2;
    font-weight: bold;
    color: white;
  }
  .footer_outer .contact_li {
    width: 70vw;
    min-height: 100px;
    margin: 0 auto;
    margin-top: 2rem;
    padding-top: 5vw;
    padding-bottom: 2rem;
    background-color: white;
    text-align: center;
    transition: 0.5s;
  }
  .footer_outer .contact_li img {
    width: 30%;
    max-width: 60px;
  }
  .footer_outer .contact_li:hover {
    opacity: 0.6;
  }
  .footer_outer .contact_li .contact_li_p {
    padding-top: 5vw;
    color: #00a0e9;
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 2px;
  }
  .footer_outer .contact_li .contact_li_p a {
    color: #00a0e9;
  }
  .footer_outer .contact_li .contact_li_p:nth-of-type(3) {
    letter-spacing: 5px;
  }
  .footer_outer .contact_li:nth-of-type(3) .contact_li_p {
    letter-spacing: 5px;
    font-size: calc(2rem + 1vw);
  }
  .footer_outer .contact_li .contact_li_p_discription {
    color: #00a0e9;
    font-weight: bold;
    font-size: calc(.5rem + 1.5vw);
    letter-spacing: 2px;
  }
  .footer_outer .access .access_map {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 85%;
    border: none;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  .footer_outer .access .access_map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  .footer_outer .access_info {
    margin-top: 40px;
    padding: 0 40px;
  }
  .footer_outer .access_info .access_info_li {
    line-height: 4rem;
    font-size: 1.5rem;
    letter-spacing: 2px;
    color: #666;
  }
  .footer_outer .access_info .access_info_li a {
    color: #666666;
  }
  .footer_outer .access_info .access_info_li img {
    width: 100px;
  }
  .footer_outer .google_btn_outer {
    width: 250px;
    margin: 0 auto;
    margin-top: 40px;
    border: 1px solid #00a0e9;
    border-radius: 2px;
    text-align: center;
    transition: all 0.5s;
  }
  .footer_outer .google_btn_outer:hover {
    background-color: #00a0e9;
  }
  .footer_outer .google_btn_outer:hover a {
    color: white;
  }
  .footer_outer .google_btn_outer a {
    display: inline-block;
    width: 100%;
    line-height: 2.8;
    color: #00a0e9;
    font-size: 1.6rem;
    letter-spacing: 4px;
    font-weight: bold;
  }

  .footer {
    margin: 5rem 30px 0 30px;
    border-top: 1px solid #eee;
  }
  .footer .footer_address {
    margin: 40px 0 60px 0px;
    letter-spacing: 1.5px;
    font-style: normal;
    text-align: center;
    color: #666666;
  }

  .footer_ti_outer {
    max-width: 200px;
    padding: 40px;
    margin: 0 auto;
  }

  .footer_info .footer_info_up {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
  }
  .footer_info .footer_info_up .footer_li:nth-of-type(1) {
    padding-left: 0;
    border-left: none;
  }
  .footer_info .footer_info_down {
    margin: 20px 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .footer_info .footer_info_down .footer_li:nth-of-type(1) {
    padding-left: 0;
    border-left: none;
  }
  .footer_info .footer_li {
    padding: 0 1.41%;
    border-left: 1px solid #ccc;
  }
  .footer_info .footer_li a {
    display: inline-block;
    width: 100%;
    font-size: calc(.5rem + 1.5vw);
    font-weight: 400;
    color: #666666;
    letter-spacing: 2px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .contact .contact_inner_area {
    padding-top: 125px;
    padding-bottom: 150px;
    background-image: url(../img/contact_section_back_pc.jpg) !important;
  }
  .contact .contact_inner_area .contact_inner_sentence {
    margin-bottom: 85px;
  }

  .contact_ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .contact_ul .contact_li {
    max-width: 325px;
    height: 65px;
    min-height: 65px;
    padding: 0;
    margin: 0;
    margin-left: 3vw;
  }
  .contact_ul .contact_li img {
    width: 5vw;
    max-width: 50px;
  }
  .contact_ul .contact_li:nth-of-type(1) {
    margin-left: 0;
  }
  .contact_ul .contact_li:nth-of-type(3) {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
  }
  .contact_ul .contact_li:nth-of-type(3) img {
    width: 100px;
  }
  .contact_ul .contact_li:nth-of-type(3) .contact_li_no_outer {
    margin-left: 1rem;
  }
  .contact_ul .contact_li:nth-of-type(3) .contact_li_p {
    margin-left: 0;
    text-align: left;
    font-size: 2.2rem;
  }
  .contact_ul .contact_li:nth-of-type(3) .contact_li_p_discription {
    text-align: left;
    font-size: 1rem;
  }
  .contact_ul .contact_li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .contact_ul .contact_li .contact_li_p {
    padding: 0;
    text-align: left;
  }

  footer .contact_li_p {
    margin-left: 2rem;
  }

  #index .access_map_info {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    max-width: 1140px;
    margin: 0 auto;
  }
  #index .access .access_map {
    width: 575px;
    padding-bottom: 39% !important;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  #index .access_info_outer .access_info {
    margin-top: 0;
  }
  #index .access_info_outer .by_train {
    border: 1px solid #666666;
    border-radius: 4px;
    color: #666666;
    width: 85px;
    line-height: 20px;
    text-align: center;
    font-size: 11px;
    letter-spacing: 0;
  }
  #index .google_btn_outer {
    width: 200px;
    border-radius: 4px;
  }
  #index .google_btn_outer a {
    height: 30px;
    line-height: 30px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1.4px;
  }

  .footer {
    margin: 0 130px;
    margin-top: 9rem;
  }
  .footer .footer_ti_outer {
    max-width: 200px;
    width: 200px;
    padding: 70px 0;
  }
  .footer .footer_info {
    display: flex;
    justify-content: center;
  }
  .footer .footer_info .footer_info_down .footer_li:nth-of-type(1) {
    border-left: 1px solid #ccc;
    padding-left: 2rem;
  }
  .footer .footer_info .footer_li {
    padding: 0 2rem;
  }
  .footer .footer_info .footer_li a {
    font-size: 1.4rem;
  }
  .footer .footer_address {
    font-size: 1.4rem;
  }
}

/* fix */
@media screen and (min-width: 767px){
.mobileShow{
  display:none;
}
}