@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

:target::before {
  content: "";
  display: block;
  height: 85px;
  margin-top: -85px;
  visibility: hidden;
}

/*リセット*/
html, body {
  font-family_: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic ProN, sans-serif;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-display: swap;
  margin: 0;
  overflow-x: hidden;
  background: #fff;
  color: #333;
}

@supports (-webkit-touch-callout: none) {
  body {
    font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  }
}

.yumincho {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", "MS PMincho", serif;
}

/*
.enpage .yumincho {
  font-family: 'Times New Roman', Times, serif;
}
body .enpage {
  font-family: "Inter", sans-serif;
}
*/

@media screen and (max-width: 949px) {
  html, body {
    font-size: 0.2666666667vw;
  }
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
h1, h2, h3, h4, h5, h6, p, ul {
  margin: 0%;
  padding: 0%;
}
ul li, ol li {
  list-style: none;
}
figure, table {
  margin: auto;
}
ul, ol {
  margin: auto;
  padding: 0;
}
.sa--scaleUp {
  transform: scale(.8);
}
.sa--scaleDown {
  transform: scale(1.5);
}
.sa--lr_02 {
  transform: translate(-10px, 0);
}
.sa--rl_02 {
  transform: translate(15px, 0);
}
.sa--lr {
  transform: translate(-50px, 0);
}
.sa--rl {
  transform: translate(25px, 0);
}
.sa01 {
  opacity: 0;
  transition: all 0.8s ease;
}
.sa02 {
  opacity: 0;
  transition: all 1.6s ease;
}
.sa03 {
  opacity: 0;
  transition: all 2.4s ease;
}
.sa04 {
  opacity: 0;
  transition: all 3.2s ease;
}
.sa01.show {
  opacity: 1;
  transform: none;
}
.sa02.show {
  opacity: 1;
  transform: none;
}
.sa03.show {
  opacity: 1;
  transform: none;
}
.sa04.show {
  opacity: 1;
  transform: none;
}
.sa--up {
  transform: translate(0, 10px);
}
.sa--down {
  transform: translate(0, -30px);
}
@media screen and (min-width: 950px) {
  .spbtn {
    display: none;
  }
}
header {
  position: relative;
}
.sp-icon {
  margin-left: auto;
}
.sp-phone, .sp-en {
  width: 35px!important;
  height: 35px!important;
  display: inline-block !important;
  padding_: 6px 2px 4px 5px;
  border-radius: 4px;
  text-align: center;
  position: relative;
}
.sp-phone img, .sp-en img {
  width: 50% !important;
  height: auto !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.sp-phone {
  background: #FFAE73;
  margin-right: 5px;
}
.sp-en {
  background: #0075C2;
}
.spbtn {
  width: 100px;
  position: absolute;
  right: 30px!important;
  top: 18px;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
@media screen and (max-width: 949px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.marker-lightblue {
  background: linear-gradient(to bottom, transparent 70%, rgba(173, 216, 230, 0.6) 70%);
  background-size: 100% 1.1em;
  background-repeat: no-repeat;
	color: #0075C2;
}
@media screen and (min-width: 950px) {
  #menu_02 li {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  #menu_02 .li a {
    display: block;
    margin: 0;
    padding: 8px 0 8px 10px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    text-align: left !important;
  }
  #menu_02 li ul {
    list-style: none;
    position: absolute;
    top: 110% !important;
    left: 0;
    margin: 0;
    z-index: 99;
    overflow: hidden;
    width: 150px;
    height: 0;
    color: #fff;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    transition: .4s;
  }
  #menu_02 li .ul_sougou {
    width: 200px !important;
  }
  #menu_02 li .ul_jirei {
    width: 100% !important;
  }
  #menu_02 li .ul_about {
    width: 110% !important;
  }
  #menu_02 li ul li a {
    font-weight: lighter !important;
  }
  #menu_02 li:hover ul li {
    overflow: visible;
  }
  #menu_02 li:hover ul li:first-child {
    border-top: 0;
  }
  #menu_02 li:hover ul li:last-child {
    border-bottom: 0;
  }
  #menu_02 li:hover ul {
    overflow: visible;
    height: auto;
    padding: 7% 0 7% 7%;
    background-color: rgba(17, 17, 17, 0.70);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (max-width: 949px) {
  #menu_02 .li a {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 10px;
    color: #333;
    font-size: 17px;
  }
  #menu_02 .li {
    margin-top_: -15px;
    margin-bottom: 20px;
  }
  .out_acco {
    border-bottom: 1px solid #0075C2;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .out_acco a {
    font-size: 16px !important;
  }
  .out_acco .content a {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 950px) {
  .pc-mgt-20 {
    margin-top: -28px !important;
  }
  .toggle {
    display: none;
  }
  .p-header-nav__item {
    padding-top: 10px !important;
  }
  .sp-hm {
    margin-top: -15px !important;
  }
}

/*--- SP版 ---*/
@media screen and (max-width: 949px) {
  .spNone {
    display: none !important;
  }
  .toggle {
    display: none;
  }
  .Label {
    padding-top: 14px;
    padding-bottom: 10px;
    padding-left_: 34px;
    display: block;
    color: #191919;
    font-size: 18px !important;
    font-weight: lighter !important;
    padding-left_: 15px;
  }
  .Label::before {
    content: "+";
    width_: 6px;
    height_: 6px;
    border-top_: 2px solid #666;
    border-right_: 2px solid #666;
    -webkit-transform: rotate_(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: #000000;
    font-size: 30px;
  }
  .toggle:checked + .Label + .content {
    height: auto;
    transition: all .3s;
  }
  .toggle:checked + .Label::before {
    content: "‒";
    right: 13px;
  }
}
.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
}
.p-header-nav {
  height: 100vh;
  width: 100%;
}
@media screen and (min-width: 950px) {
  .p-header-nav {
    height: inherit;
    width: inherit;
  }
}
@media screen and (min-width: 950px) {
  .p-header-nav__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    margin-right: 0 !important;
  }
}
@media screen and (min-width:1492px) {
  .enpage .p-header-nav__item {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    width: 95px;
    font-size: 17px !important;
  }
  .p-header-nav__item {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    width: 95px;
    font-size: 15px !important;
  }
}
@media screen and (min-width: 1221px) and (max-width: 1491px) {
  .enpage .p-header-nav__item {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    width: 80px;
    font-size: 16px !important;
  }
  .p-header-nav__item {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    width: 80px;
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1061px) and (max-width: 1220px) {
  .enpage .p-header-nav__item {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    width: 70px;
    font-size: 16px !important;
  }
  .p-header-nav__item {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    width: 70px;
    font-size: 14px !important;
  }
}
@media screen and (min-width: 950px) and (max-width: 1060px) {
  .enpage .p-header-nav__item {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    width: 60px;
    font-size: 16px !important;
  }
  .p-header-nav__item {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    width: 60px;
    font-size: 14px !important;
  }
}
@media screen and (min-width: 950px) {
  .p-header-nav__item {
    height: inherit;
  }
}
.p-header-nav__item a {
  font-weight: 400;
  display: block;
}
.enpage .p-header-nav__item a {
  letter-spacing: 1px;
}
@media screen and (min-width: 950px) {
  .p-header-nav__item a {
    line-height: 1;
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-weight: 400;
  }
}
.p-header-nav__btn {
  text-align: center;
  margin-right_: 1% !important;
  display: flex;
}
.p-header-nav__btn a {
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  transition: background-color 0.3s ease;
}
.p-header-nav__btn a:hover {
  opacity: 1;
  background-color: #999;
}
@media screen and (min-width: 950px) {
  .p-header-nav__btn a_ {
    min-width: 10rem;
    font-size: 1rem;
    letter-spacing: 0.2em;
  }
}
@media screen and (min-width: 950px) {
  .p-header {
    background-color: rgba(255, 255, 255, 1.00);
    height: 90px !important;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (max-width: 949px) {
  .p-header {
    background-color: rgba(255, 255, 255, 1.00);
    height: 70px !important;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-top: 10px !important;
  }
  .p-header-nav__item a {
    width: 80%;
  }
}
@media screen and (min-width: 950px) {
  .p-header {
    padding-left: 1.25rem;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.p-header__nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
@media screen and (min-width:950px) {
  .p-header__nav {
    display: block;
    position_: static;
  }
}
.p-header-nav__wrapper {
  padding-top: 3.125rem;
}
@media screen and (min-width: 950px) {
  .p-header-nav__wrapper {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
  }
}
@media screen and (min-width: 1233px) {
  .p-header__logo {
    height: 100%;
    margin-top: 2px;
    position: relative;
    z-index: 1000;
  }
}
@media screen and (min-width: 950px) and (max-width: 1232px) {
  .p-header__logo {
    height: inherit;
    margin-left: 5px;
  }
}
@media screen and (max-width: 949px) {
  .p-header__logo {
    height: inherit;
    margin-left: 5px;
    margin-top: -5px !important;
  }
}
.p-header__logo a {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 950px) {
  .p-header__logo a img {
    width_: 286px;
    max-width: 260px;
    width: 17vw;
  }
}
@media screen and (max-width: 949px) {
  .p-header__logo a img {
    width: 220px !important;
  }
}
.p-header__hamburger-btn {
  position: absolute;
  top: 5px;
  right: 13px;
  height: inherit;
  z-index: 100;
  border: none !important;
  background: none !important;
}
@media screen and (min-width: 950px) {
  .p-header__hamburger-btn {
    display: none;
  }
}
.p-header__hamburger-btn span {
  width: 25px;
  height: 2px;
  background-color: #0075C2;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-header__hamburger-btn span:nth-child(2) {
  margin-top_: 0.625rem;
  margin-bottom_: 0.625rem;
  margin-top: 7px;
  margin-bottom: 7px;
}
.p-header__hamburger-btn.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
  height: 2px;
}
.p-header__hamburger-btn.open span:nth-child(2) {
  opacity: 0;
}
.p-header__hamburger-btn.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -10px;
  height: 2px;
}
@media screen and (max-width: 949px) {
  .p-header-nav__wrapper {
    background: #fff;
    height: 70%;
    padding-top: 18% !important;
    overflow-y: scroll;
    padding-bottom: 100px;
  }
  .p-header-nav__items {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  .p-header-nav__item {
    text-align: left !important;
    margin-left: auto;
    margin-right: auto;
    font-size: 26px !important;
    width: 94%;
    display: block;
  }
  .dropmenu .icon {
    position: relative;
    width: 20px;
    height: 20px;
  }
  .dropmenu .icon.active::after {
    height: 0;
  }
  .dropmenu .icon::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 5px;
    width: 15px;
    height: 1.5px;
    background-color: #000;
    transform: translateY(-50%);
  }
  .dropmenu .icon::after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    width: 1.5px;
    height: 15px;
    background-color: #000;
    transition: 0.3s;
  }
  .parentbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .contact_phone {
    width: 227px !important;
    font-size: 22px !important;
    padding-top: 5%;
    padding-bottom: 4.5%;
  }
  .enpage .btn_en {
    width: 202px !important;
    font-size: 20px !important;
    padding-top: 8.5%;
    padding-bottom: 4%;
  }
  .btn_en {
    width: 202px !important;
    font-size: 18px !important;
    padding-top: 8.5%;
    padding-bottom: 4%;
  }
  .twentyfour {
    font-size: 14px !important;
    display: block !important;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact_phone {
    width: 170px !important;
    font-size: 20px !important;
    padding-top: 7%;
    padding-bottom: 2.5%;
  }
  .btn_en {
    width: 160px !important;
    font-size: 18px !important;
    padding-top: 10%;
    padding-bottom: 2%;
  }
  .twentyfour {
    font-size: 14px !important;
    display: block !important;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 1037px)and (max-width: 1199px) {
  .contact_phone {
    width: 140px !important;
    font-size: 15px !important;
    padding-top: 8%;
    padding-bottom: 2.5%;
  }
  .btn_en {
    width: 130px !important;
    font-size: 16px !important;
    padding-top: 10.5%;
    padding-bottom: 2%;
  }
  .twentyfour {
    font-size: 13px !important;
    display: block !important;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 950px) and (max-width: 1036px) {
  .contact_phone {
    width: 130px !important;
    font-size: 12px !important;
    padding-top: 6%;
    padding-bottom: 2.5%;
  }
  .btn_en {
    width: 120px !important;
    font-size: 13px !important;
    padding-top: 10.5%;
    padding-bottom: 2%;
  }
  .twentyfour {
    font-size: 12px !important;
    display: block !important;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 949px) {
  .spNone_head {
    display: none;
  }
}
@media screen and (min-width: 950px) {
  .pcNone_head {
    display: none;
  }
}
@media screen and (min-width: 950px) {
  .contact_phone {
    background: #FFAE73;
    letter-spacing: 0.05em !important;
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", "MS PMincho", serif;
  }
  .enpage .contact_phone {
    font-family: 'Times New Roman', Times, serif;
  }
  .contact_phone img {
    width: 20px;
  }
  .btn_en img {
    width: 20px;
  }
  .btn_en {
    background: #0075C2;
    letter-spacing: 0.05em !important;
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", "MS PMincho", serif;
  }
  .enpage .btn_en {
    font-family: 'Times New Roman', Times, serif;
  }
  .p-header-nav__item {
    font-weight: bold;
  }
}
@media screen and (max-width: 949px) {
  .contact_phone {
    width: 190px !important;
    background_: #0075C2;
    padding-top_: 4%;
    padding-bottom_: 4%;
    font-family_: "Oswald", sans-serif;
    font-size_: 22px !important;
    letter-spacing_: 0.05em !important;
    margin-right_: 5px;
    font-family_: '游ゴシック', 'Yu Gothic', 'YuGothic', sans-serif;
    display: none;
  }
  .contact_phone img {
    width_: 20px;
  }
  .btn_en img {
    width_: 20px;
  }
  .btn_en {
    width_: 190px !important;
    background_: #FFAE73;
    padding-top_: 4%;
    padding-bottom_: 4%;
    font-size_: 22px !important;
    letter-spacing_: 0.05em !important;
    margin-left_: 5px;
    display: none;
  }
  .p-header-nav__item {
    font-size_: 16px !important;
    font-weight_: bold;
  }
}

/*--- SP版 ---*/
@media screen and (max-width: 949px) {
  .sp-con {
    margin-top: 40px !important;
  }
}
@media screen and (min-width: 950px) {
  .btn-line a {
    z-index: 1;
    position: relative;
  }
  .btn-line a::before {
    content: '';
    position: absolute;
    bottom: 20px;
    left_: 18px;
    left: 0;
    width: 60%;
    height: 2px;
    background: #0075C2;
    transform: scaleX(0);
    transform-origin: right top;
    transition: transform .4s ease;
  }
  .btn-line a:hover::before {
    transform-origin: left top;
    transform: scaleX(1);
  }
  .btn-line a::after {
    border-color: #0075C2;
  }
}

/* フッター */
@media screen and (min-width: 950px) {
  .l-footer {
    padding-top: 3.75rem;
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 950px) {
  .p-footer {
    color: #333;
    padding-top: 25px !important;
  }
}
@media screen and (max-width: 949px) {
  .p-footer {
    color: #333;
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 75px;
  }
}
.p-footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left_: 0.9375rem;
  padding-right_: 0.9375rem;
  width: 100%;
}
@media screen and (min-width: 950px) {
  .p-footer__nav-list_box {
    display: inline-block;
    width: 100%;
  }
  .p-footer__nav-list {
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(9, auto);
  }
}
@media screen and (min-width: 950px) {
  .p-footer__nav-item {
    font-weight: 400;
    line-height: 1;
    /*     width: 50%; */
    width: 100%;
    font-size: 0.875rem;
    vertical-align: top !important;
    color: #333;
  }
  .p-footer__nav-item li {
    padding-bottom: 15px;
    font-size: 0.775rem;
    margin-left: 1em;
    text-indent: -1em;
  }
}
@media screen and (max-width: 949px) {
  .enfooterlist .p-footer__nav-item {
    width: 33%;
  }
  .p-footer__nav-item {
    font-weight: 400;
    line-height: 1;
    width: 20%;
    /* 	  width: 100%; */
    font-size: 13px;
    vertical-align: top !important;
    color: #333;
    margin-bottom: 2%;
  }
  .p-footer__nav-item li {
    padding-bottom: 15px;
    font-size: 11px;
    margin-left: 1em;
    text-indent: -1em;
  }
  .p-footer__nav-item ul li {
    padding-top: 0 !important;
    margin-top: -10px !important;
    line-height: 1.5em;
  }
	  .p-footer__nav-item ul {
		  padding-top:20px !important;
  }
  .p-footer__nav-item.itemlast {
    width: 40%;
  }
}
.p-footer__nav-item ul {
  padding-top: 15px;
}
@media screen and (min-width: 950px) {
  .p-footer__nav-item {
    /*     width: 12%; */
  }
}
.p-footer__name {
  font-size: 0.875rem;
  margin-top: 0.625rem;
  text-align: center;
}
@media screen and (min-width: 950px) {
  .p-footer__name {
    font-size: 1rem;
  }
}
@media screen and (min-width: 950px) {
  .p-footer__copy {
    font-weight: 400;
    font-size: 0.75rem;
    text-align: center;
    margin-top: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 0;
    color: #333;
    border-top: 2px dotted #333;
  }
}
@media screen and (max-width: 950px) {
  .p-footer__copy {
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    margin-top: 10px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    color: #333;
    border-top: 2px dotted #333;
  }
}
.p-footer__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-footer__tel {
  display: inline-block;
  width: 49%;
  background-color: #0075C2;
  padding: 10px;
  z-index: 99 !important;
  position: relative;
  border-radius: 4px;
  margin-right: 3px;
}
.p-footer__mail {
  display: inline-block;
  width: 49%;
  background-color: rgba(233, 128, 180, 1.00);
  padding: 10px;
  z-index: 99 !important;
  position: relative;
  border-radius: 4px;
}
.p-footer__tel-img {
  width: 25px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 5px;
}
.p-footer__mail-img {
  width: 25px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 5px;
}
.p-footer__tel-img img, .p-footer__mail-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-footer__tel-text {
  font-weight: bold;
  font-size: 16px !important;
  text-align: center;
  color: #fff;
}
.p-footer__mail-text {
  font-weight: bold;
  font-size: 14px !important;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .pcNone_foot_btn {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__cta {
    position: fixed;
    bottom: -3px;
    left: 3px;
    padding-right: 3px !important;
    z-index: 99;
    width: 98.5%;
  }
}
.p-footer__cta .contact_area {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.p-footer__inner {
  width: 100%;
  max-width: 1255px;
  margin-left: auto;
  margin-right: auto;
}
.bold {
  font-weight: bold;
}
@media screen and (min-width: 950px) {
  .footer_logo {
    max-width: 266px;
  }
}
@media screen and (max-width: 949px) {
  .footer_logo {
    max-width: 200px;
  }
}
.footer_logo img {
  width: 100%;
}
@media screen and (min-width: 950px) {
  .p-footer__nav-item a:hover {
    text-decoration: underline;
  }
}

/* フッターコンタクト */
.sec_contact {
  background: #0379C7;
}
@media screen and (min-width: 950px) {
  .sec_contact h2 {
    text-align: center;
    /* font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; */
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", "MS PMincho", serif;
    color: #fff !important;
    font-size: 36px;
    font-weight: 400 !important;
    line-height: 1.2em;
    letter-spacing: 1.0px;
  }
  .enpage .sec_contact h2 {
    font-family: 'Times New Roman', Times, serif;
  }
  .sec_contact h2 .h2_sub {
    color: #fff !important;
    font-size: 18px;
    letter-spacing: 1.0px;
  }
}
.enpage .sec_contact h2 {
  font-family: 'Times New Roman', Times, serif;
}
@media screen and (max-width: 949px) {
  .sec_contact h2 {
    text-align: center;
	 font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", "MS PMincho", serif;
    color: #fff !important;
    font-size: 26px;
    font-weight: 400 !important;
    line-height: 1.2em;
    letter-spacing: 1.0px;
  }
  .sec_contact h2 .h2_sub {
    color: #fff !important;
    font-size: 18px;
    margin-top: 5px !important;
    letter-spacing: 1.0px;
  }
}
.sec_contact .h2_line {
  display: inline-block;
  position: relative;
}
.sec_contact .h2_line::after {
  content: '';
  display: block;
  width: 281px;
  height: 1px;
  background-color: #fff !important;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.h2_sub {
  display: block;
}
.contact_area {
  text-align: center;
  margin-top: 6%;
}
@media screen and (min-width: 950px) {
  .contact_area a {
    width: 49%;
    max-width: 377px;
    display: inline-block;
    margin-left: 1%;
    margin-right: 1%;
  }
}
@media screen and (max-width: 949px) {
  .contact_area a {
    width: 49%;
    max-width: 377px;
    display: inline-block;
  }
  .sp_mgr {
    margin-right: 0.5%;
  }
  .sp_mgl {
    margin-left: 0.5%;
  }
}
.contact_area a:hover {
  opacity: 0.7;
  transition: 0.3s ease;
}
.contact_area a img {
  width: 100%;
  height: auto !important;
}

/* トップ セクション 見出し */
section .inner {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 949px) {
  section .inner {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
.enpage section h2 {
  font-family: 'Times New Roman', Times, serif;
}
@media screen and (min-width: 950px) {
  section h2 {
    text-align: center;
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", "MS PMincho", serif;
    color: #333;
    font-size: 36px;
    line-height: 1.2em;
    font-weight: 400 !important;
    letter-spacing: 1.0px;
  }
  section h2 .h2_sub {
    color: #898989;
    font-size: 16px;
    letter-spacing: 1.0px;
  }
}
@media screen and (max-width: 949px) {
  section h2 {
    text-align: center;
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", "MS PMincho", serif;
    color: #333;
    font-size: 24px;
    font-weight: 400 !important;
    line-height: 1;
    letter-spacing: 1.0px;
  }
  section h2 .h2_sub {
    color: #898989;
    font-size: 16px;
    margin-top: 10px !important;
    letter-spacing: 1.0px;
	  padding-bottom:10px;
  }
}
.h2_line {
  display: inline-block;
  position: relative;
}
.h2_line::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #49AFF2;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.h2_sub {
  display: block;
}
@media screen and (min-width: 950px) {
  section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 949px) {
  section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/*外来受診のご案内*/
@media screen and (min-width: 950px) {
  .info_box {
    width: 32%;
    max-width: 373px;
    display: inline-block;
    vertical-align: top;
  }
  .info_02 {
    border: 1px solid #0484D8;
  }
  .info_box_ttl {
    color: #fff;
    padding: 17px;
    font-size: 22px;
	 letter-spacing:1px;
  }
  .info_box_cont {
    padding: 5%;
    background-color: #F6FBFF;
    min-height: 120px;
  }
  .info_box_cont table {
	  margin-bottom:10px;
  }
  .info_box_cont th {
    text-align: left;
    width: 40%;
    vertical-align: top;
    font-size: 16px;
	  font-weight:normal;
  }
  .info_box_cont td {
    width: 60%;
    vertical-align: top;
    font-size: 16px;
  }
  .info_box_cont table th, .info_box_cont table td {
	  border-bottom: 1px dotted #bbb;
	  padding: 10px 0;
  }
}
@media screen and (max-width: 949px) {
  .info_box {
    width: 100%;
    margin-top: 4%;
    margin-bottom: 4%;
  }
  .info_02 {
    border: 1px solid #0484D8;
  }
  .info_box_ttl {
    color: #fff;
    padding: 12px;
    font-size: 18px;
	  	 letter-spacing:1px;
  }
  .info_box_cont {
    padding: 5%;
    background: rgba(234, 246, 255, 0.65);
    font-size: 14px;
  }
  .info_box_cont th {
    text-align: left;
    width: 37%;
    vertical-align: top;
    font-size: 14px;
  }
  .info_box_cont td {
    width: 63%;
    vertical-align: top;
    font-size: 14px;
  }
}
.info_01 .info_box_ttl {
  background: #49AFF2;
}
.info_02 .info_box_ttl {
  background: #0484D8;
}
.info_03 .info_box_ttl {
  background: #005084;
}
.info_box_ttl img {
  margin-bottom: -5px;
}
.info_01 {
  border: 1px solid #49AFF2;
}
.info_03 {
  border: 1px solid #005084;
}
.info_box_L {
  margin-top: 6%;
}
.info_box_cont td span {
  font-size: 12px !important;
}
.access_left_imgbox {
		display: flex;
		align-items: center;
		gap: 5px;
	}
@media screen and (min-width: 950px) {
  .access_left {
    width: 46%;
    float: left;
    color: #333 !important;
  }
	
  .access_right {
    width: 50%;
    float: right;
  }
  .access_left_tel_L {
    margin-top: 3%;
    padding-top: 3%;
  }
  .access_left_tel {
    width: 32%;
    display: inline-block !important;
    color: #fff;
    background: #FFAE73;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
    font-family: "Oswald", sans-serif;
  }
  .access_left_tel_under {
    width: 32%;
    display: block !important;
    float: left;
    vertical-align: top;
    color: #fff;
    background: #FFAE73;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
    font-family: "Oswald", sans-serif;
  }
}
@media screen and (max-width: 949px) {
  .access_left {
    width: 100%;
    font-size: 14px;
    margin-bottom: 3% !important;
    color: #333 !important;
	}
	
	.access_left_imgbox p {
		font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic ProN, sans-serif;
	}
	.access_left_txt{
		font-family: "Inter", sans-serif;
		margin-top: 5px;
	}
  .access_right {
    width: 100%;
    margin-top: 6%;
  }
  .access_left_tel_L {
    padding-top: 3%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
  .access_left_tel {
    width: 32%;
    display: inline-block;
    color: #fff;
    background: #FFAE73;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 15px;
    font-family: "Oswald", sans-serif;
  }
}
.access_L {
  margin-top: 6%;
}
.mg-LR {
  margin-left: 0.5%;
  margin-right: 0.5%;
}
.illust_box {
  padding: 4%;
  margin-top: 2%;
  margin-bottom: 6%;
}
@media screen and (min-width: 950px) {
  .illust_box p {
    color: #333;
    line-height: 1.7em;
  }
}
@media screen and (max-width: 949px) {
  .illust_box {
    margin-top: 0% !important;
  }
  .illust_box p {
    color: #333;
    font-size: 14px;
    margin-top: 6%;
    line-height: 1.6em;
  }
}
.illust_box_img_left {
  width: 100%;
  max-width: 363px;
  float: left;
}
.illust_box_img_left img {
  width: 100% !important;
  height: auto !important;
}
.illust_box_img_right {
  width: 100%;
  max-width: 363px;
  float: right;
}
.illust_box_img_right img {
  width: 100% !important;
  height: auto !important;
}
.illust_box_txt_right {
  width: 100% !important;
  max-width: 571px;
  float: right;
}
@media screen and (min-width: 950px) {
  .illust_box_txt_left {
    width: 100% !important;
    max-width: 594px;
    float: left;
  }
}
@media screen and (max-width: 949px) {
  .illust_box_txt_left {
    width: 100% !important;
    max-width: 594px;
    float: left;
    margin-bottom: 6%;
	  padding-top:10%;
  }
  .illust_box_txt_right h3, .illust_box_txt_left h3 {
    text-align: center;
  }
}
.illust_box h3 {
  color: #0075C2;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 25px;

}
.illust_box h3 span {
  border-bottom: 1px solid #0075C2;
  padding-bottom: 7px;
}
.mgb-2 {
  margin-bottom: 2%;
}
.pdt-4 {
  padding-top: 4%;
}
.clrboth {
  clear: both;
}
@media screen and (min-width: 950px) {
  .btn_orange {
    background: #FFAE73;
    border-radius: 50px;
    display: block;
    width: 80%;
    max-width: 268px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-decoration: none;
    margin-top: 3%;
    clear: both;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    padding: 14px;
    position: relative;
  }
.btn_blue {
  background: #0075C2;
  border-radius: 50px;
  display: block;
  width: 80%;
  max-width: 268px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-decoration: none;
  margin-top: 3%;
  clear: both;
  font-weight: 500;
  font-size: 17px;
  text-align: center;
  padding: 14px;
  position: relative;
  letter-spacing: 1px;
}
  .btn_orange .arrow {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
    width: 12px;
    height: auto;
  }
}
@media screen and (max-width: 949px) {
  .btn_orange {
    background: #FFAE73;
    border-radius: 50px;
    display: block;
    width: 60%;
    max-width: 258px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-decoration: none;
    margin-top: 5%;
    clear: both;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    padding: 14px;
    position: relative;
  }
  .btn_blue {
    background: #0075C2;
    border-radius: 50px;
    display: block;
    width: 60%;
    max-width: 258px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-decoration: none;
    margin-top: 5%;
    clear: both;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    padding: 10px 20px;
    position: relative;
  }
  .btn_orange .arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
    width: 8px;
    height: auto;
  }
	.illust_box h3 {
	  font-size: 18px;
 	  margin-top: 15px;  
	}
	.illust_box .btn_blue {
		padding: 10px 20px;
	}
}
.btn_orange:hover, .btn_blue:hover {
  background-color: #49AFF2;
  transition: background-color 0.3s ease;
}
.btn_blue .arrow {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
	width: 8px !important;
  height: auto;
  transition: transform 0.3s ease;
}
.btn_blue:hover .arrow, .btn_orange:hover .arrow {
  transform: translate(5px, -50%);
}

/* トップ　診療科目 */
.sec_ms {
  background: #edf7ff !important;
}
.services_L {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6%;
}
.services_box {
  display: inline-flex;
  align-items: center;
  flex: 1 1 234px;
  max-width: 234px;
  box-sizing: border-box;
  margin: 10px;
  text-align: center;
  border: 1px solid #0075C2;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 5px;
  background: #fff;
  gap: 20px;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", "MS PMincho", serif;
  color: #333333;
}
.enpage .services_box {
  font-family: 'Times New Roman', Times, serif;
}
.en-sec_ms .services_box {
  font-weight: normal;
}
@media (min-width: 949px) {
  .en-sec_ms .services_box {
    gap: 20px;
    padding: 10px;
  }
}
.services_box img {
  width: 60px;
  height: auto;
  margin: 0;
  display: block;
}
.services_box:hover {
  opacity: 0.7;
}
@media (max-width: 949px) {
  .services_L {
    justify-content: center;
  }
  .services_box {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
    font-size: 16px !important;
    padding: 10px 5px;
    gap: 10px;
    background: #fff;
    font-weight: 400 !important;
    margin: 5px !important;
  }
  .services_box img {
    max-width: 30px;
  }
}

/* トップ　お知らせ */
@media screen and (min-width: 950px) {
  .news_sec {
    background: url(../../assets/image/top/news_bg.jpg);
    background-size: 100%;
    background-position: bottom center;
  }
}
@media screen and (max-width: 949px) {
  .news_sec {
    background: url(../../assets/image/top/news_bg.jpg);
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .news_sec .news_left dl dd img {
    right: -30px;
  }
  .news_left dl {
    padding-right: 15px;
    flex-direction: column;
  }
  .btn_blue .arrow {
    width: 8px;
    height: auto;
  }
}
@media screen and (min-width: 950px) {
  .pcNone {
    display: none !important;
  }
  .news_left {
    /*     width: 55%;
    float: left;
    margin-top: 6%; */
    max-width: 530px;
    /* float: left; */
    /*         margin-top: 6%; */
    width: 100%;
  }
  .news_right {
    width: 35%;
    float: right;
    background: #fff;
    border: 1px solid #D9D9D9;
    height: 450px;
    margin-top: 5%;
    padding: 10px;
  }
  .fb-page {
    width: 100% !important;
    overflow: hidden;
  }
  .fb-page iframe {
    width: 100% !important;
  }
  .news_left dl dt {
    width: auto;
    padding-left: 15px;
    font-weight: bold;
  }
  .news_left dl dd {
    width: 75%;
    position: relative;
  }
  .mgr-0 {
    margin-right: 0 !important;
    margin-top: 9%;
  }
}
.fb_box {
  max-width: 350px;
  width: 100%;
}
.sec_ms {
  position: relative;
  padding-bottom: 60px;
}
.top_bg {
  margin-top: -380px;
}
.top_bg img {
  display: block;
  width: 100%;
  height: 380px;
  object-fit: 100%;
  object-position: top;
}
.sec_ms::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 380px;
  top: -380px;
  left: 0;
  background-image_: url(https://lotus-design.jp/check/wp-content/themes/akh/assets/image/common/top_bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}
.outpatientpage .sec_ms::before {
  background-image: url(https://lotus-design.jp/check/wp-content/themes/akh/assets/image/common/top_bg.png);
}
.home .sec_ms::before {
  background-image: url(https://lotus-design.jp/check/wp-content/themes/akh/assets/image/common/top_bg.png);
}
@media screen and (max-width: 949px) {
  .news_left {
    width: 100%;
    margin-top: 6%;
  }
  .news_right {
    background: #fff;
    border: 1px solid #D9D9D9;
    width: 100%;
    height: 450px;
    margin-top: 5%;
    padding: 10px;
  }
  .news_left dl {
    font-size: 14px;
  }
  .news_left dl dt {
    width: 90%;
    font-weight: bold;
  }
  .news_left dl dd {
    width: 95%;
    position: relative;
    vertical-align: top;
  }
  .mgr-0 {
    margin-top: 9%;
    margin-left: auto;
    margin-right: auto;
  }
  .news_box {
    flex-direction: column;
    gap: 30px;
  }
  .fb_box {
    max-width: 100%;
    width: 100%;
  }
  .top_bg {
    margin-top: -110px;
    position: relative;
    z-index: 1;
  }
  .p-header-nav__btn {
    display: none;
  }
}
.news_left a {
  text-decoration: none;
  color: inherit;
}
.news_left dl {
  display: flex;
  align-items: flex-start;
  border-bottom: 2px dotted rgba(51, 51, 51, 0.50);
  margin: 0 0;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: background-color 0.3s ease;
  gap: 2%;
}
.news_left dl:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.news_left dl dt, .news_left dl dd {
  margin: 0;
}
.news_left dl dd img {
  width: 15px;
  position: absolute;
  top: 50%;
  right: -5%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.news_left dl:hover dd img {
  transform: translate(20%, -50%);
}
.news_box {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6%;
  display: flex;
  justify-content: space-between;
  gap: 70px;
}

/* トップ スポンサー様 */
.sec_partners {
  background: #EDF7FF;
}
.sponsors_L {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  max-width: 984px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6%;
}
.sponsors_box {
  width_: calc(20% - 10px);
  width: calc(30% - 10px);
  max-width: 320px;
  box-sizing: border-box;
  text-align: center;
}
.imgbox {
  width: 300px;
}
.imgbox img {
  width: 100%;
  height: auto;
}
.sponsors_text {
  padding-top: 5px;
  background: #EDF7FF !important;
  font-size: 13px;
}
@media (max-width: 949px) {
  .sponsors_L {
    justify-content: center;
    gap: 10px;
  }
  .sponsors_box {
    width: calc(50% - 10px);
    max-width: calc(50% - 10px);
    font-size: 12px;
    vertical-align: top;
  }
  .imgbox {
    width: 100%;
  }
  .imgbox img {
    width: 100%;
    height: auto;
  }
  .sec_contact .contact_area {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .sec_contact {
    padding: 25px 0;
  }
  .p-footer .contact_area a img {
    width: 100%;
    height: auto;
  }
  .p-footer__cta .contact_area {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 10px);
    margin: auto;
  }
  .p-footer__cta {
    position: fixed;
    bottom: -3px;
    left: 0;
    z-index: 99;
    width: 100%;
  }
}

/* MV */
.mv_container {
  position: relative;
}
.mv_content {
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
}
.mv_content img {
  display: block;
  width: 100%;
  height: auto;
}
.mv_content .mv_topbg {
  position: absolute;
  top: 0%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
.mv_slide .slide_item img {
  width: 100%;
  height: 750px;
  object-fit: cover;
}
@media screen and (max-width: 949px) {
  .mv_content {
  }
  .mv_content .mv_topbg {
    top: -10%;
    transform: translateY(-40%);
  }
  .mv_slide .slide_item img {
    width: 100%;
    height: 500px;
    object-fit: cover;
  }
}
.mv_txt {
  padding-top: 105px;
  padding-right: 0;
  padding-left: 0;
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
.mv_txt .en {
  display: inline-block;
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  color: #333;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}

.mv_txt .jp {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", "MS PMincho", serif;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  color: #333;
  padding-top: 15px;
}

@media screen and (max-width: 949px) {
   .mv_txt .en {
       font-family: 'Times New Roman', Times, serif;
    }
	.enpage .mv_txt .jp {
	  font-family: 'Times New Roman', Times, serif;
	}
}

@media screen and (max-width: 949px) {
  .mv_txt .en {
    font-size: 26px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .mv_txt .jp {
    font-size: 15px;
    padding-top: 10px;
  }
  .mv_txt {
    padding: 15px;
    margin-top: 0px;
  }
}
.mv_container .slick-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  z-index: 10;
}
.mv_topbg_pc {
  display: block !important;
}
.mv_topbg_sp {
  display: none !important;
}
@media screen and (max-width: 949px) {
  .mv_topbg_pc {
    display: none !important;
  }
  .mv_topbg_sp {
    display: block !important;
  }
}
.top_access {
  margin-top: -5% !important;
}
@media screen and (max-width: 949px) {
  .top_access {
    margin-top: -70px !important;
  }
  section.sec_ci {
    padding-top: 0;
  }
  .sec_ci .info_box_L {
    gap: 0;
  }
  .sec_ci .btn_blue, #cd_01 .btn_blue {
    width: 70%;
    letter-spacing: 1px;
  }
  .sec_ci .btn_blue .arrow, #cd_01 .btn_blue .arrow {
    right: 13px;
	width: 7px !important;
  }
}
@media screen and (min-width: 950px) {
  .partner {
    margin-top: 3%;
    line-height: 2em;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  .p-header-nav__items.en_header {
    gap: 20px;
    margin-right: 20px !important;
  }
}

@media screen and (max-width: 949px) {
	.partner {
		font-size:14px;
		 margin-top: 10%;
    line-height: 1.6em;
		    width: 85%;
    margin-left: auto;
    margin-right: auto;
		
  }
	}

.to-torikumi {
  text-decoration: underline;
}
.to-torikumi:hover {
  text-decoration: none;
}
.en_header .p-header-nav__item {
  width: auto;
}
.info_box_L {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2%;
}
.info_box {
  background: rgba(234, 246, 255, 0.65);
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 949px) {
  .info_box_L {
    grid-template-columns: 1fr;
    grid-gap: 0px;
  }
  .enpage .services_box {
    font-size: 13px !important;
  }
  .enpage .sec_ms::before {
    background-image: url(https://lotus-design.jp/check/wp-content/themes/akh/assets/image/common/top_bg.png);
  }
}