@charset "UTF-8";
/*
Theme Name: yokosuka-ocvet
Theme URI:
Author:  
Author URI:
Description:
License:
License URI:
Tags:
*/
/* CSS Document */
/*=================================================
 *  リセット
 * ================================================= */
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
  font-size: 100%;
  padding-bottom: 0;
  padding-right: 0;
  padding-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-left: 0;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
img {
  border: 0;
  vertical-align: bottom;
}
ul, ol {
  list-style: none;
}
table {
  border-spacing: 0;
  empty-cells: show;
}
p {
  margin: auto;
}
/*=================================================
 * ロールオーバー
 * ================================================= */
a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #000;
}
a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
*:focus {
  outline: none;
}
/*=================================================
 *  パスワード保護
 * ================================================= */
.post-password-form {
  margin-top: 10vw;
  padding: 0vw 2vw 2vw;
}
@media screen and (max-width: 768px) {
  .post-password-form {
    margin-top: 20vw;
  }
}
/*=================================================
 * サイト全体
 * ================================================= */
body {
  font-family: "Noto Serif JP", serif;
  font-size: 1.1vw;
  color: #243763;
  line-height: 2;
  background: #EFF7FF;
  font-feature-settings: "palt";
  letter-spacing: 1px;
}
.jose {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.mainWrap {
  width: 80vw;
  margin: 0 auto;
  position: relative;
}
a {
  text-decoration: none;
  color: #243763;
}
.fullWrap {
  width: 100%;
}
.sp {
  display: none !important;
}
.flex {
  display: flex;
}
.bold {
  font-weight: 500;
}
img {
  width: 100%;
  height: auto;
}
.fade {
  transform: translate3d(0, -10px, 0);
  transition: 1s;
  opacity: 0;
}
.fade.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.h2 {
  font-size: 2.2vw;
  letter-spacing: 2px;
  line-height: 1.5;
}
.subttl:before {
  content: "─";
  color: #243763;
  margin-right: 5px;
}
.pt3 {
  padding-top: 3vw;
}
.fff {
  background: #ffffff;
}
.bg-w {
  background: #fff;
}
.center {
  text-align: center;
}
.flex-sb {
  display: flex;
  justify-content: space-between;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.mt15 {
  margin-top: 15vw;
}
.pb5 {
  padding-bottom: 5vw;
}
/*=================================================
 * 背景色
 * ================================================= */
.bg-tc {
  background-color: #243763;
}
.bg-w {
  background-color: #fff;
}
.bg-mizu {
  background-color: #EFF7FF;
}
/*=================================================
 * 色
 * ================================================= */
.tc {
  color: #243763;
}
.white {
  color: #fff;
}
.red {
  color: #A30000;
}
.tc a {
  color: #243763;
}
.white a {
  color: #fff;
}
.red a {
  color: #A30000;
}
/*=================================================
 * ボーダー
 * ================================================= */
.bd {
  border: 1px solid #243763;
}
.bd-r {
  border-radius: 2vw;
}
.bd-bd {
  border-bottom: 2px dotted #243763;
}
.bd-t {
  border-top: 1px solid #243763;
}
.bd-b {
  border-bottom: 1px solid #243763;
}
.bd-t-w {
  border-top: 1px solid #fff;
}
.bd-b-w {
  border-bottom: 1px solid #fff;
}
/*=================================================
 * 角丸
 * ================================================= */
.bdr10 {
  border-radius: 10px;
}
.bdr20 {
  border-radius: 20px;
}
/*=================================================
 * font
 * ================================================= */
.f10 {
  font-size: 0.8vw;
}
.f12 {
  font-size: 0.9vw;
}
.f14 {
  font-size: 1vw;
}
.f16 {
  font-size: 1.2vw;
}
.f18 {
  font-size: 1.3vw;
}
.f20 {
  font-size: 1.5vw;
}
.f21 {
  font-size: 1.5vw;
}
.f22 {
  font-size: 1.6vw;
}
.f24 {
  font-size: 1.8vw;
}
.f26 {
  font-size: 1.8vw;
}
.f28 {
  font-size: 2vw !important;
}
.f30 {
  font-size: 2.2vw;
}
.f32 {
  font-size: 2.3vw;
}
.f34 {
  font-size: 2.5vw;
}
.f36 {
  font-size: 2.6vw;
}
.f46 {
  font-size: 2.8vw;
  line-height: 1.3;
}
.f48 {
  font-size: 3.4vw;
  line-height: 1.3;
}
.f50 {
  font-size: 3.8vw;
  line-height: 1;
}
.f60 {
  font-size: 4.4vw;
  line-height: 1;
}
.f70 {
  font-size: 5vw;
  line-height: 1;
}
.f90 {
  font-size: 6.5vw;
  line-height: 1;
}
/*=================================================
 * header
 * ================================================= */
header {
  background: #EFF7FF;
  position: fixed;
  z-index: 99999;
  width: 100%;
  top: 0;
  left: 0;
}
header .mainWrap {
  width: 90vw;
  margin: 0 auto;
  position: relative;
  margin-top: 1vw;
  margin-bottom: 1vw;
}
header h1 {
  width: 24vw;
  display: flex;
  align-items: center;
}
header .box .box-r {
  display: flex;
  justify-content: space-around;
  width: 45vw;
  align-items: center;
}
header .box .box-r .yoyakubt {
  border: solid 1px #243763;
  padding: 0 4vw;
  border-radius: 0.5vw;
  line-height: 2.5;
  width: fit-content;
}
header .box .box-r .i-logo {
  width: 14vw;
}
header .box .box-r .lang {
  padding: 1vw 0;
  line-height: 3.5;
}
.bogo-language-switcher {
  display: flex;
}
ul.bogo-language-switcher li {
  margin-right: 2vw;
}
header .headnav {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: row;
  z-index: 99;
}
header .headnav .lbox {
  width: 23vw;
  height: 5.4vw;
  background: #ffdb40;
}
header .headnav .lbox .tlink {
  color: #3f3a39;
  border-bottom: 2px solid #3f3a39;
  text-decoration: none;
  position: relative;
  top: 1vw;
  left: 6vw;
  display: inline-block;
}
header .headnav .lbox .icon {
  position: relative;
  top: 1.2vw;
  left: 5vw;
}
header .headnav .rbox {
  width: 23vw;
  height: 5.4vw;
  background: #03a3c2;
  margin-left: 2vw;
}
header .headnav .rbox .tlink {
  color: #fff;
  border-bottom: 2px solid #fff;
  text-decoration: none;
  position: relative;
  top: 1vw;
  left: 7.4vw;
  display: inline-block;
}
header .headnav .rbox .icon {
  position: relative;
  top: 1.2vw;
  left: 6vw;
}
header .box {
  display: flex;
  justify-content: space-between;
}
header .evbox {
  padding: 0.2vw 2vw;
  margin-top: 1.6vw;
  height: fit-content;
}
/* 固定ボタン（追従） */
.remove-btWrap {
  position: fixed;
  z-index: 999;
  transition: opacity .4s ease, transform .4s ease;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  will-change: opacity, transform;
  display: flex;
  bottom: 1vw;
  right: 2vw;
  align-items: center;
}
.float01 {
  width: 20vw;
  margin-right: 1vw;
}
.float02 {
  width: 8vw;
}
/* フッター到達時にふわっと消す */
.remove-btWrap.hidden {
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
}
/*=================================================
 * header-en
 * ================================================= */
.en-header .box .box-r .yoyakubt {
  padding: 0 2vw;
}
/*=================================================
 * ハンバーガーメニュー
 * ================================================= */
.menu-content ul {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  width: 45vw;
}
.menu-btn {
  position: fixed;
  top: 2vw;
  right: 3vw;
  width: 5vw;
  height: 4vw;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999999;
}
.menu-btn span, .menu-btn span::before {
  content: '';
  display: block;
  height: 3px;
  width: 70px;
  background-color: #243763;
  position: absolute;
  top: 20px;
}
.menu-btn span::before {
  bottom: 16px;
}
#menu-btn-check:checked ~ .menu-btn span {
  bottom: 0;
  transform: rotate(24deg);
  background-color: #fff;
}
#menu-btn-check:checked ~ .menu-btn span::before {
  top: 0;
  transform: rotate(-45deg);
  background-color: #fff;
}
#menu-btn-check:checked ~ .menu-btn span::after {
  display: none;
}
#menu-btn-check {
  display: none;
}
.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.menubox ul {
  padding: 3vw 0 0 5vw;
}
.menu-content .group {
  padding: 3vw 0 0 5vw;
}
.menu-content .group .img {
  width: 30vw;
  margin-top: 1vw;
}
.menubox ul .border {
  border-bottom: 1px solid #243763;
  width: 3vw;
  margin: 2vw 0;
}
.menubox ul li {
  list-style: none;
}
.menubox ul li a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  padding: 0vw 15vw 1vw 0;
  position: relative;
  line-height: 2;
}
.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 99999;
  background-color: #fff;
  transition: all 0.5s;
  overflow: auto;
}
#menu-btn-check:checked ~ .menu-content {
  left: 60%; /*メニューを画面内へ*/
}
.menu-content {
  background-color: #243763;
}
.menu-content .infobox {
  width: 30vw;
  height: auto;
  margin-left: 5vw;
  margin-top: 2vw;
}
header .box .box-r .lang-in {
  padding: 0.5vw 0;
  margin-left: 20vw;
  margin-top: 2vw;
}
.menu-content .menubt {
  width: 100%;
  margin-left: 5vw;
  margin-top: 1vw;
  text-align: center;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 3vw;
}
.menu-content .menubt .cell {
  color: #fff;
  width: 30vw;
  border: solid 1px #fff;
  border-radius: 0.5vw;
  margin-top: 1vw;
}
.menu-content .menubt .cell a {
  color: #fff;
  display: block;
  padding: 1vw;
}
.menu-content .snsbt {
  width: 30vw;
  margin-left: 5vw;
  margin-top: 2vw;
  text-align: center;
  margin-bottom: 2vw;
}
.menu-content .snsbt .cell {
  margin-right: 2vw;
  width: 4vw;
}
.menubox .inner {
  padding: 0 0 0 2.5vw;
}
.menubox .inner li a {
  position: relative;
  padding-left: 1.5vw;
}
.menubox .inner li a:before {
  content: "";
  width: 0.7vw;
  height: 1px;
  background-color: #243763;
  position: absolute;
  top: 1.3vw;
  left: 0;
}
/*=================================================
 * top
 * ================================================= */
.viewbt .img {
  width: 2.5vw;
}
#top .att-pop {
  background-color: #00a540;
  border-radius: 50px;
  width: 80vw;
  position: absolute;
  top: 11vw;
  left: 0;
  z-index: 999;
  right: 0;
  margin: auto;
}
#top .att-pop .txt, #top .att-pop2 .txt {
  position: relative;
  color: white;
  text-align: center;
  padding: 0.5vw;
}
#top .att-pop .txt:after, #top .att-pop2 .txt:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f0da';
  color: #fff;
  margin-left: 0.5vw;
}
#top .att-popbox {
  width: 85vw;
  margin: 0 auto;
  position: absolute;
  top: 10vw;
  left: 0;
  right: 0;
}
#top .att-pop2 {
  background-color: #00a540;
  border-radius: 50px;
  width: 42vw;
  z-index: 999;
  height: auto;
}
#top .firstview .info2024 {
  width: 48vw;
  position: absolute;
  top: 2vw;
  left: 2vw;
}
#top .firstview {
  width: 90vw;
  margin: 0 auto;
  height: 50vw;
  margin-top: 8.5vw;
  position: relative;
}
#top .firstview img {
  border-radius: 20px;
}
#top .firstview .infobox {
  width: 30vw;
  position: absolute;
  top: 21vw;
  right: 2vw;
  z-index: 999;
}
#top .firstview .infobox img {
  border-radius: 0;
}
#top .firstview .bnr_hope {
  width: 10vw;
  position: absolute;
  top: 37vw;
  left: 2vw;
  z-index: 99;
}
#top .y-bnr {
  width: 80vw;
  margin: 0 auto;
  padding-top: 2vw;
}
#top .y-bnr .flex {
  justify-content: space-between;
}
#top .y-bnr .flex .cell {
  width: 44vw;
}
#top .block00 {
  margin-top: 2.5vw;
}
#top .block00 .flex, #top .block00 .flex-sb {
  align-items: center;
}
#top .block00 .mainWrap {
  padding: 1.5vw;
}
#top .block00 .mainWrap .ttl {
  padding: 1.5vw;
  width: 15vw;
}
#top .block00 .mainWrap .box {
  width: 61vw;
}
#top .block00 .mainWrap .box a {
  margin-bottom: 0.5vw;
}
#top .block00 .mainWrap .box a:last-child {
  margin-bottom: 0;
}
#top .block00 .mainWrap .box .date {
  width: 8vw;
}
#top .block01 {
  width: 80vw;
  margin: 0 auto;
  margin-top: 2.5vw;
  flex-direction: row;
  justify-content: flex-start;
}
#top .block01 .left {
  margin-left: 5vw;
}
#top .block01 .right {
  margin-left: 3vw;
  border-left: dotted 1px #243763;
  padding-left: 4vw;
  position: relative;
}
#top .block01 .right .flex {
  margin-bottom: 1vw;
}
#top .block01 .right .flex .date {
  margin-right: 2vw;
}
#top .block01 .right .flex .ttl {
  text-align: left;
  margin-left: 2vw;
}
#top .block01 .viewbox {
  display: flex;
  align-items: flex-end;
  margin-left: 5vw;
}
#top .block01 .viewbox .link {
  line-height: 2.8;
  margin-right: 1vw;
}
#top .block01 .viewwrap {
  margin: 0 0 0 auto;
}
#top .block02 {
  position: relative;
  width: 80vw;
  margin: 0 auto;
  margin-top: 6vw;
}
#top .block02 .left {
  z-index: 9999;
}
#top .block02 .left .img {
  width: 36vw;
}
#top .block02 .right {
  background: #fff;
  position: absolute;
  top: 7vw;
  width: 60vw;
  right: 0;
  padding: 4vw 3vw 4vw 19.5vw;
}
#top .block02 .right .ttl {
  font-size: 2vw;
  line-height: 1.6;
  color: #243763;
}
#top .block02 .right .txt {
  margin: 2vw 0;
  line-height: 2.2;
}
#top .block02 .right .viewbox {
  position: unset;
  margin-left: auto;
  margin-right: 0;
}
#top .block02 .right .viewbox .link {
  line-height: 2.8;
  margin-right: 1vw;
}
.viewbt {
  align-items: center;
}
#top .block02 .right-en {
  background: #fff;
  position: absolute;
  top: 7vw;
  width: 60vw;
  right: 0;
  padding: 5vw 5vw 3vw 24vw;
  height: 40vw;
}
#top .block02 .right-en .ttl {
  font-size: 2vw;
  line-height: 1.6;
  color: #243763;
}
#top .block02 .right-en .txt {
  margin: 3vw 0;
}
#top .block02 .right-en .viewbox {
  position: unset;
  margin-left: 18vw;
}
#top .block02 .right-en .viewbox .link {
  line-height: 2;
  margin-right: 1vw;
  width: 100%;
}
.full {
  margin: 0 auto;
  width: 100%;
}
#top .block03 {
  margin-top: 7vw;
  background: #ffffff;
  padding: 5vw 0;
}
.bg-b {
  background: #EFF7FF;
  margin-top: 3vw;
  padding: 3vw;
  border-radius: 1vw;
}
#top .block03 .bg-b .left {
  width: 34vw;
  text-align: center;
  margin: 0;
  border-right: dotted 1px #243763;
  padding-bottom: 3vw;
}
#top .block03 .bg-b .ttl {
  border-bottom: dotted 1px #243763;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  margin-top: 2vw;
  margin-bottom: 2vw;
}
#top .block03 .bg-b .flex {
  justify-content: space-between;
  width: 23vw;
  margin: 0 auto;
  margin-top: 5vw;
}
#top .block03 .bg-b .flex .cell {
  width: 10vw;
}
#top .block03 .bg-b .right {
  width: 40vw;
  margin: 0 auto;
}
#top .block03 .bg-b .right .txt ul {
  width: 34vw;
  margin: 0 0 0 auto;
}
#top .block03 .bg-b .right ul li {
  list-style: disc;
  line-height: 1.6;
  margin-bottom: 2vw;
}
#top .block03 .viewbt {
  margin-top: 2vw;
  justify-content: flex-end;
}
#top .block03 .viewbt .link {
  margin-right: 1vw;
}
#top .block03 .box4 {
  justify-content: space-between;
}
#top .block03 .box4 .cell {
  width: 23%;
}
#top .block03 .box4 .cell-en {
  width: 23%;
  padding: 1vw;
}
#top .block03 .box4 .cell .ttl {
  margin-top: 0;
}
#top .block03 .box4 .cell-en .ttl-en {
  height: 5vw;
  border-bottom: dotted 1px #243763;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  margin-top: 2vw;
  margin-bottom: 2vw;
}
#top .block04 .box {
  margin: 5vw 0;
  justify-content: space-between;
}
#top .block04 .box .cell {
  width: 30%;
  height: auto;
  overflow: hidden;
  position: relative;
}
#top .block04 .box .cell a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 100;
}
#top .block04 .box .cell:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 10;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.5s;
  opacity: 1;
}
#top .block04 .box .cell:hover:before {
  opacity: 0;
}
#top .block04 .box .cell img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.5s;
}
#top .block04 .box .cell:hover img {
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
}
#top .block04 .box .cell .text {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 100;
  text-align: center;
  width: 100%;
}
#top .block04 .box .cell .text .ttl {
  font-size: 2.2vw;
  letter-spacing: 0.1em;
  border-bottom: dotted 1px #ffffff;
  width: fit-content;
  margin: 0 auto;
}
#top .en-top .block04 .flex {
  justify-content: space-around;
  margin-top: 4vw;
}
#top .block04 .recbox {
  margin-top: 2vw;
}
#top .block04 .y-bnr .flex {
  align-items: stretch;
}
#top .block04 .rec-bt {
  padding: 1vw;
  background: #fff;
  position: relative;
  width: 29vw;
  height: 100%;
}
#top .block04 .rec-bt .right {
  width: 100%;
  font-size: 1.1vw;
  line-height: 1.6;
  margin: 1vw auto;
}
#top .block04 .rec-bt .right .ttl {
  font-size: 1.4vw;
  width: fit-content;
  border-bottom: solid 1px;
  margin-bottom: 1vw;
}
#top .block04 .rec-bt .right .txt {
  letter-spacing: -0.1em;
  line-height: 1.5;
}
#top .block04 .rec-bt .right .viewbox {
  width: fit-content;
  margin: 1vw 0 0 auto;
}
#top .block04 .right .viewbox .link {
  line-height: 2;
  margin-right: 1vw;
}
#top .block04 .right .viewbox .img {
  width: 2.5vw;
}
#top .block04 .full .rec-bt {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#top .block04 .full .rec-bt .left {
  width: 30vw;
  height: 12vw;
}
#top .block04 .full .rec-bt .left img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#top .block04 .full .rec-bt .right {
  width: 43vw;
}
#top .block04 .y-bnr .flex {
  align-items: stretch;
}
#top .block04 .rec-bt {
  padding: 1vw;
  background: #fff;
  position: relative;
  width: 25.5vw;
  height: 100%;
}
#top .block04 .ttl {
  text-align: center;
  margin-bottom: 1vw;
}
#top .block04 .recbox .viewbt {
  align-items: center;
}
#top .block05 .rec-bt {
  padding: 2vw;
  background: #fff;
  position: relative;
  width: 25.5vw;
  height: 100%;
}
#top .block05 .ttl {
  text-align: center;
  margin-bottom: 1vw;
}
#top .block05 .rec-bt .img {
  margin-bottom: 1vw;
}
/*=================================================
 * top-en
 * ================================================= */
#top .en-top .block02 .right .txt {
  line-height: 1.9;
}
#top .en-top .block02 {
  margin: 0 auto 23vw;
}
#top .en-top .block02 .right .txt {
  line-height: 1.9;
}
#top .en-top .block01 {
  width: 80vw;
  margin: 0 auto 5vw;
  margin-top: 2.5vw;
  flex-direction: row;
  justify-content: flex-start;
}
/*=================================================
 * footer
 * ================================================= */
footer {
  background: #243763;
  color: #fff;
}
footer a {
  color: #fff;
}
footer .fb00 {
  padding: 5vw 0;
  background: #ffffff;
  color: #243763;
}
footer .fb00 a {
  color: #243763;
}
footer .fb00 .flex {
  margin: 3vw 0 0;
  justify-content: space-between;
  align-items: center;
}
footer .fb00 .left {
  width: 48%;
}
footer .fb00 .right {
  margin-left: 2vw;
  width: 48%;
}
footer .fb00 .iframe {
  width: 48%;
  height: 29vw;
}
footer .fb00 .right .ttl {
  margin-bottom: 1vw;
}
footer .fb00 .right .txt {
  margin-bottom: 2vw;
}
footer .fb00 .right .flex {
  margin: 0;
  justify-content: unset;
  text-align: center;
  align-items: center;
  padding: 0.5vw;
}
footer .fb00 .right .telbox .icon {
  width: 3vw;
}
footer .fb00 .right .telbox .inner {
  width: fit-content;
  margin: 0 auto;
}
footer .fb00 .right .telbox .teltxt {
  font-size: 2vw;
  margin-left: 1.5vw;
  letter-spacing: 3px;
}
footer .fb00 .right .stxt {
  font-size: 1.1vw;
  margin: 1vw 0;
}
footer .fb00 .right .webbt {
  border: solid 1px;
  border-radius: 0.5vw;
  padding: 1vw 3vw;
  text-align: center;
  font-size: 1.8vw;
}
footer .fb00 iframe {
  width: 100%;
  border: 0;
  height: 29vw;
}
footer .fb00 .right .parking {
  margin-top: 1vw;
}
footer .fb00 .info-box .box01 {
  width: 25vw;
}
footer .fb00 .info-box .box01 .ttl-box {
  margin-bottom: 0.5vw;
}
footer .fb00 .info-box .box01 .parking {
  width: 13vw;
  margin-top: 0.5vw;
}
footer .fb00 .info-box .box01 .ttl {
  font-size: 1.8vw;
}
footer .fb00 .info-box .box02 {
  justify-content: center;
  margin-top: 4.5vw;
  width: 25vw;
}
footer .fb00 .info-box .box02 .icon {
  margin: 0 1vw 0 0;
  width: 3vw;
}
footer .fb00 .info-box .box02 .teltxt {
  line-height: 0.8;
  margin-left: 0.6vw;
  font-size: 2.7vw;
}
footer .fb00 .info-box .box03 {
  width: 25vw;
  margin-top: 4vw;
}
footer .fb00 .info-box .box03 .webbt {
  text-align: center;
  font-size: 1.6vw;
  border: 1px solid #243763;
  border-radius: 10px;
  padding: 0.4vw 0;
}
footer .fb-b {
  padding: 2vw 0;
  background: #e0e0e0;
  color: #243763;
}
footer .fb-b .cell01 {
  width: 26vw;
  margin-left: 0;
  margin-right: 2vw;
}
footer .fb-b .cell02 {
  width: 20vw;
}
footer .fb01 {
  padding-top: 4vw;
  border-bottom: dotted 1px #243763;
  padding-bottom: 2vw;
  justify-content: space-between;
}
footer .fb01 .left {
  width: 30vw;
}
footer .fb01 .left .flogo {
  width: 28vw;
  margin-bottom: 3vw;
}
footer .fb01 .group {
  margin-top: 9vw;
}
footer .fb01 .group .img {
  width: 25vw;
  margin-top: 1vw;
}
footer .fb01 .right {
  width: 24vw;
  line-height: 1.5;
  justify-content: space-between;
}
footer .fb01 .right .cell ul li {
  margin-bottom: 1.5vw;
}
footer .fb01 .right .cell ul li:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f105";
}
footer .fb01 .right .cell ul li a {
  margin-left: 1vw !important;
}
footer .fb02 {
  margin-top: 3vw;
  margin-bottom: 3vw;
  justify-content: space-between;
  align-items: stretch;
}
footer .fb02 .cell {
  width: 25vw;
  flex-direction: column;
  display: flex;
}
footer .fb02 .cell2 {
  border: solid;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 25vw;
}
footer .snsbt {
  margin-top: 2vw;
  width: 8vw;
  justify-content: space-between;
}
footer .snsbt .cell {
  width: 3vw;
}
footer .fb02 .cell2 .webbt {
  font-size: 1.6vw;
  line-height: 1.3;
  margin-left: 1vw;
  text-align: left;
}
footer .fb02 .cell2 .flex {
  width: fit-content;
  margin: 0 auto;
  align-items: center;
}
footer .fb02 .cell3 {
  width: 25vw;
  border: solid;
  padding: 0 0.5vw;
  text-align: center;
}
footer .fb02 .cell3 .ttl {
  line-height: 1.5;
}
footer .fb02 .cell3 .txt {
  font-size: 1vw;
  line-height: 1.2;
  margin-bottom: 0.5vw;
}
footer .fb03 {
  justify-content: space-between;
}
footer .fb03 .cell {
  width: 48%;
}
footer .fb04 {
  justify-content: space-between;
  margin-top: 2vw;
  padding-bottom: 2vw;
}
footer .fb04 .left .cell {
  margin-left: 2vw;
}
footer .fb04 .left .cell img {
  width: fit-content;
  height: 2.5vw;
}
footer .flex-sb {
  display: flex;
  justify-content: space-between;
}
footer .copy {
  text-align: right;
  width: 100%;
  margin: 0 0 0 auto;
}
/*=================================================
 * footer-en
 * ================================================= */
.en-footer .fb01 .right {
  width: 35vw;
}
/*=================================================
 * page共通
 * ================================================= */
.page .firstview {
  margin-top: 9vw;
  justify-content: space-between;
}
.page .firstview .b-h2 {
  margin-left: 10vw;
  margin-top: 13vw;
}
.page .firstview .b-h2 .ttl {
  font-size: 3vw;
  font-weight: normal;
  border-top: solid 0.5px;
  line-height: 1.5;
}
.page .firstview .img {
  width: 66vw;
}
.page .cat_ttl {
  font-size: 1vw;
  margin-right: 2vw;
  margin-top: 1vw;
}
.page .cat_ttl ul {
  display: flex;
  justify-content: flex-end;
}
.page .cat_ttl ul li {
  margin-right: 1vw;
  margin-left: 1vw;
}
/*=================================================
 * news
 * ================================================= */
.wp-block-archives__label {
  font-weight: bold;
}
#info .mainWrap {
  justify-content: space-between;
  margin-top: 5vw;
  margin-bottom: 10vw;
}
#info .mainWrap .postWrap {
  border-top: dotted 1px #243763 1px #243763;
  width: 65%;
}
#info .mainWrap .postWrap .textbox {
  margin-top: 2vw;
  border-bottom: dotted 1px #243763;
  padding-bottom: 2vw;
}
#info .mainWrap .postWrap .textbox .category {
  margin: 0 2vw;
  border: solid 1px #243763;
  padding: 0 1vw;
}
#info .mainWrap .side {
  width: 26%;
}
#info .sidebar {
  width: 25%;
}
#info .sidebar .block {
  margin-bottom: 3vw;
  border-bottom: dotted 1px #243763;
  padding-bottom: 2vw;
}
#info .sidebar .block h3 {
  font-size: 1.4vw;
  border-bottom: dotted 1px #243763;
  margin-bottom: 1vw;
  font-weight: normal;
}
#info .sidebar .block .en {
  font-size: 1.2vw;
  margin-left: 1vw;
}
#info .single {
  background: #fff;
  width: 90vw;
  padding: 3vw 6vw;
  margin: 0 auto;
  margin-top: 5vw;
  margin-bottom: 10vw;
}
#info .single main {
  width: 90%;
}
#info .single .content {
  width: 90%;
}
#info .single h4 {
  font-size: 1.4vw;
  border-bottom: dotted 1px #243763;
  padding-bottom: 1vw;
  font-weight: normal;
}
#info .single .date {
  text-align: right;
}
#info .single .content .entry {
  border-bottom: solid 1px #243763;
  margin-bottom: 2vw;
  padding-bottom: 2vw;
  margin-top: 3vw;
}
#info .single_pager {
  display: flex;
  justify-content: space-between;
  margin-top: 3vw;
}
.widget_bogo_language_switcher, .widget_categories, .widget_archive, .sidelist {
  margin-bottom: 1vw;
  border-bottom: 1px dotted #243763;
  padding-bottom: 1vw;
}
#archives-dropdown-2, select {
  padding: 0.5vw 1vw;
  margin-top: 1vw;
}
#info .pager {
  margin: 5vw 0;
}
/*=================================================
 *初めての方へ beginner
 * ================================================= */
#beginner .block01 {
  margin-top: 5vw;
  margin-bottom: 8vw;
}
#beginner .block01 .left {
  width: 44vw;
}
#beginner .block01 .h2 {
  margin-left: 9vw;
}
#beginner .block01 .subttl {
  margin-left: 9vw;
}
#beginner .block01 .left .img {
  margin-top: 5vw;
}
#beginner .n02 {
  width: 80vw;
  margin: 0 auto;
  padding: 3vw;
}
#beginner .n02 .cell {
  border-right: solid 1px #243763;
  width: 18vw;
}
#beginner .n02 .txtbox {
  width: 51vw;
}
#beginner .n02 .txtbox ul {
  margin: 1vw 0;
  padding-left: 1.5em;
}
#beginner .n02 .txtbox ul li {
  list-style: disc;
  padding-left: 1em;
  text-indent: -1em;
}
#beginner .block01 .right {
  margin-left: 5vw;
  width: 42vw;
  margin-top: 12vw;
  line-height: 2.6;
}
#beginner .block01 .right .ttl {
  font-size: 2vw;
  line-height: 1.8;
  margin-bottom: 2vw;
}
#beginner .block01 .btbox {
  justify-content: space-around;
  margin: 2vw;
}
#beginner .block01 .btbox .cell {
  width: 15vw;
  text-align: center;
}
#beginner .block02 {
  background: rgb(255, 255, 255, 0.6);
  padding: 6vw 0;
}
#beginner .block02 .left {
  width: 65%;
}
#beginner .block02 .left .txt {
  margin: 4vw 0;
}
#beginner .block02 .right {
  width: 30%;
  margin-left: 10vw;
  margin-top: 16vw;
}
#beginner .block02 .right .namebox-en {
  display: block;
}
#beginner .block02 .right .namebox {
  margin-top: 1vw;
  justify-content: flex-end;
}
#beginner .block02 .right .katagaki {
  line-height: 3.5;
  margin-right: 1vw;
}
#beginner .block02 .right .name {
  font-size: 1.8vw;
}
#beginner .block03 {
  padding: 7vw 0;
}
#beginner .block03 .mtxt {
  margin: 3vw 0;
}
#beginner .block03 .flowbox {
  width: 75%;
  margin: 0 auto;
}
#beginner .block03 .flowbox .no1, #beginner .block03 .flowbox .nobox, #beginner .block03 .flowbox .nobox2 {
  background: #fff;
  padding: 2vw 3.5vw;
  justify-content: space-between;
  margin-bottom: 2vw;
}
#beginner .block03 .flowbox .num {
  font-size: 2vw;
  line-height: 1.5;
}
#beginner .block03 .flowbox .ttl {
  font-size: 1.4vw;
  margin-left: 1vw;
}
#beginner .block03 .flowbox .txt {
  margin-left: 2vw;
  margin-bottom: 1vw;
}
#beginner .block03 .btbox {
  justify-content: space-between;
  margin: 2vw;
}
#beginner .block03 .flowbox .no1 .telbox {
  border: solid 1px #243763;
  padding: 0.5vw;
  text-align: center;
  width: 15vw;
}
#beginner .block03 .stxt {
  margin: 0 0 1vw 2vw;
}
#beginner .block03 .bt2 {
  width: 15vw;
  padding: 0.5vw;
  margin-left: 2vw;
  text-align: center;
}
#beginner .block03 .flowbox .txt2 {
  margin-top: 2vw;
  border-top: solid 1px #243763;
  padding-top: 2vw;
}
#beginner .block03 .flowbox .img {
  margin-top: 2vw;
}
#beginner .block03 .flowbox .img2 {
  width: 40%;
  margin-top: 2vw;
}
#beginner .nobox a {
  text-decoration: underline;
}
/*=================================================
 * 院内紹介hospital
 * ================================================= */
#hospital .block01 {
  padding: 6vw 0;
}
#hospital .block01 .box {
  margin: 2vw 0;
  flex-wrap: wrap;
  justify-content: space-between;
}
#hospital .block01 .box .cell {
  width: 25vw;
  margin-bottom: 2vw;
}
#hospital .block02 {
  padding: 5vw 0;
}
#hospital .block02 .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3vw;
}
#hospital .block02 .box .cell {
  width: 25vw;
  margin-bottom: 2vw;
  padding: 2vw 0;
  flex-direction: column;
  text-align: center;
}
#hospital .block02 .box:after {
  content: "";
  display: block;
  width: 25vw;
}
#hospital .block02 .box .cell .tbox {
  margin-top: 1vw;
}
#hospital .block02 .box .cell .ttl {
  font-size: 1.4vw;
  line-height: 1.5;
  margin-bottom: 1vw;
}
/*=================================================
 * スタッフ紹介
 * ================================================= */
#staff .block01 {
	padding: 6vw 0;
}
#staff .block01 .subttl {
	margin-bottom: 3vw;
}
#staff .block01 .wrap .ttl {
  align-items: center;
  margin-bottom: 3vw;
}
#staff .block01 .wrap .ttl .name {
  margin: 0 2vw 0.3vw;
}
#staff .block01 .wrap .inner-wrap .img {
  width: 18vw;
}
#staff .block01 .wrap {
  padding: 3vw 4vw;
  margin-bottom: 4vw;
}
/*=================================================
 * スタッフ紹介｜タブ
 * ================================================= */
.np-tabs {
  width: 50vw;
}
.np-tabs .np-tablist {
  display: flex;
  gap: 0.3vw;
  align-items: stretch;
}
/* タブボタン */
.np-tabs .np-tab {
  flex: 1 1 0;
  background: #B0D6FC;
  color: #243763;
  border: 0;
  padding: 1.5vw;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  border-radius: 3px 3px 0 0;
  box-sizing: border-box;
  transition: background .12s ease, color .12s ease, transform .08s;
  font-family: 'Noto Serif JP';
}
/* 選択中 */
.np-tabs .np-tab[aria-selected="true"], .np-tabs .np-tab.is-active {
  background: #243763;
  color: #ffffff;
}
.np-tabs .np-tab:focus {
  outline: 3px solid rgba(10, 186, 181, 0.18);
  outline-offset: -3px;
}
.np-tabs .np-panel {
  background: #ffffff;
  padding: 3vw;
  border-top: 1px solid rgba(10, 186, 181, 0.06);
  box-sizing: border-box;
}
.np-tabs .np-panel tr {
  vertical-align: text-top;
  margin-bottom: 1.5vw;
  display: block;
}
.np-tabs .np-panel tr th {
  width: 9vw;
  text-align: left;
}
/*=================================================
 *診療科一覧dept
 * ================================================= */
#dept .block01 {
  padding: 5vw 0;
}
#dept .block01 .box {
  padding-top: 3vw;
  padding-bottom: 2vw;
  justify-content: space-between;
}
#dept .block01 .box .cell {
  width: 38vw;
}
#dept .block01 .box2 {
  margin-top: 1vw;
  border: dotted 1px #243763;
  padding: 1vw 3vw;
  align-items: center;
}
#dept .block01 .box2 .sttl {
  width: 20vw;
  text-align: center;
  padding: 2vw;
  border-right: dotted 1px #243763;
}
#dept .block01 .box2 .txt2 {
  padding-left: 3vw;
  width: 60vw;
}
.bnr-box {
  margin-top: 4vw;
  justify-content: space-between;
}
.bnr-box .cell {
  width: 38vw;
}
#dept .block01 .flex-sb {
  display: flex;
  justify-content: space-between;
}
#dept .block01 .center {
  text-align: center;
}
#dept .block01 .link-box .cell {
  padding: 3vw 3vw;
}
#dept .block01 .box {
  align-items: center;
}
#dept .bg-w {
  background: #ffffff;
}
#dept .block01 .imgflex {
  justify-content: space-between;
}
#dept .block01 .imgflex .box2 {
  width: 56vw;
}
#dept .block01 .imgflex .imgbox {
  width: 17vw;
}
.ashi:before {
  content: '';
  display: inline-block;
  width: 1.5vw;
  height: 1.5vw;
  background-image: url(img/staff/asiato.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 1vw;
  margin-bottom: 0.3vw;
}
/*=================================================
 * 料金表price
 * ================================================= */
#price .block01 {
  padding-top: 6vw;
}
#price .block01 .Bbox {
  margin-bottom: 5vw;
}
#price .tax {
  margin: 3vw 0;
}
#price .block01 .ttl {
  font-size: 1.4vw;
  border-bottom: solid 1px #243763;
}
#price .block01 .sbox {
  margin: 2vw 0;
  justify-content: space-between;
}
#price .block01 .sbox .cell {
  width: 38vw;
}
#price .block01 .sbox .cell .ttl {
  margin-bottom: 1vw;
  border: unset;
}
#price .block01 .sbox .cell tr {
  border-bottom: dotted 1px #243763;
}
#price .block01 .sbox .cell tr td {
  border-right: dotted 1px #243763;
}
#price .block01 .sbox .cell .sttl {
  padding: 1vw 2vw;
  width: 23vw;
}
#price .block01 .sbox .cell .yen {
  padding: 1vw 10vw 1vw 2vw;
  width: 30vw;
  text-align: right;
}
#price .block02 {
  background: #fff;
  padding: 5vw 14vw;
  margin-top: 5vw;
  margin-bottom: 6vw;
}
#price .block02 .ttl {
  font-size: 1.4vw;
}
#price .block02 .img {
  margin: 2vw 0;
}
#price .block02 .txt2 {
  border-top: dotted 1px #243763;
  padding-top: 2vw;
  padding-bottom: 2vw;
}
#price .block02 .img2 {
  width: 25vw;
}
/*=================================================
 * アコーディオン
 * ================================================= */
.toggle_title {
  position: relative;
  padding: 1vw;
  border: 1px solid #000;
  cursor: pointer;
}
.toggle_title p {
  margin: 0 2vw 0 3vw;
}
.toggle_title:hover {
  opacity: 0.7;
  transition: 0.5s;
}
.toggle_ans {
  margin: 0;
  padding: 1vw 0 5vw;
  display: none;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}
/*プラス*/
.plus {
  position: absolute;
  right: 3vw;
  top: 0;
  height: 100%;
  border-radius: 0px 10px 10px 0px;
}
.plus:before, .plus:after {
  display: block;
  content: "";
  background-color: #6b3906;
  position: absolute;
  width: 15px;
  height: 1px;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
  transition: 0.5s;
}
.plus:before {
  width: 1px;
  height: 15px;
}
/*アコーディオンが開いたらプラスをマイナスにする*/
.toggle_title.selected .plus:before {
  transform: translate(50%, 50%) rotate(90deg);
}
.profileArea {
  text-align: left;
  position: relative;
}
.profileArea > .in {
  max-width: 72vw;
  width: 100%;
  margin: auto;
}
.profileArea > .in .content {
  display: table;
  width: 100%;
}
.profileArea > .in .content .tr {
  display: table-row;
}
.profileArea > .in .content .tr .tit, .profileArea > .in .content .tr .cap {
  display: table-cell;
  vertical-align: top;
  border-top: 1px solid #707070;
  padding: 16px 0;
}
.profileArea > .in .content .tr .tit {
  text-align: left;
  width: 12vw;
  padding-left: 30px;
  font-weight: bold;
}
bold {
  font-weight: bold;
}
.profileArea > .in .content .tr .tit.type01 {
  letter-spacing: 2rem;
}
.profileArea > .in .content .tr .tit.type03 {
  letter-spacing: 0.5rem;
}
.profileArea > .in .content .tr .tit.type04 {
  letter-spacing: 0rem;
}
.profileArea > .in .content .tr .tit.type05 {
  letter-spacing: 0rem;
}
.profileArea > .in .content .tr .cap {
  padding-left: 44px;
  padding-right: 10px;
}
.profileArea > .in .content .tr:last-child .tit, .profileArea > .in .content .tr:last-child .cap {
  border-bottom: 1px solid #707070;
}
#recruit .jobinfo {
  width: 60vw;
  margin: 2vw auto;
}
#recruit .toggle_title .sub {
  border: 1px solid #333;
  width: fit-content;
  padding: 0.5vw 2vw;
  height: fit-content;
  margin-top: 0.5vw;
}
#recruit .wrap {
  margin: 0 auto;
  padding: 0 20px;
}
#recruit .a-box {
  padding-bottom: 5vw;
}
#recruit .a-box .cap a {
  text-decoration: revert;
}
#recruit .btn-wrap {
  width: fit-content;
  margin: 0 auto 4vw;
}
#recruit .a-box .conWrap {
  margin-bottom: 3vw;
}
#recruit .btn-long {
  width: 32vw;
  padding: 0.8vw;
}
#recruit .toggle_title .f30 {
  width: fit-content;
}
#recruit .contact {
  padding: 3vw 10vw;
}
#recruit .contact .ttl {
  width: fit-content;
  border-bottom: solid 3px #145CA3;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 2vw;
}
#recruit .contact .btbox {
  margin: 3vw 0;
}
#recruit .contact .btbox .btwrap {
  padding: 1vw 2vw;
  width: 29vw;
}
#recruit .contact .btbox .btwrap .tel::before {
  content: '';
  display: inline-block;
  width: 2vw;
  height: 2vw;
  background-image: url(img/recruit/tel-b.svg);
  background-size: contain;
  vertical-align: middle;
  margin-right: 1vw;
  background-repeat: no-repeat;
}
#recruit .contact .btbox .btwrap .mail::before {
  content: '';
  display: inline-block;
  width: 2.2vw;
  height: 1.67vw;
  background-image: url(img/recruit/mail.svg);
  background-size: contain;
  vertical-align: middle;
  margin-right: 1vw;
  background-repeat: no-repeat;
}
#recruit .entrybt {
  width: 20vw;
  margin: 0 auto;
  padding: 0.5vw;
  margin-top: 4vw;
}
/*=================================================
 * お問い合わせ
 * ================================================= */
#contact {
	margin-top: 15vw;
}
#contact .h2box {
	margin-bottom: 3vw;
}
#contact .block02 {
	    padding: 3vw 0;
    background: #f0ebf8;
}
/*=================================================
 * 英語PC調整
 * ================================================= */
.page .en .firstview .b-h2 .ttl {
  border-top: none;
}
#beginner .en .block01 {
  align-items: center;
}
#beginner .en .block01 .right .ttl {
  line-height: 1.2;
}
#beginner .en .block01 .right .txt {
  line-height: 2.2;
}
#beginner .en .block01 .btbox {
  margin: 2vw 0;
}
#beginner .en .block01 .btbox .cell {
  width: 20vw;
  padding: 1vw 0;
}
#beginner .en .block03 .bt2 {
  width: 21vw;
  padding: 0.5vw;
  margin-left: 2vw;
  text-align: center;
}
/*=================================================
 * レスポンシブ
 * ================================================= */
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  body {
    font-size: 3.5vw;
    line-height: 2;
  }
  a:hover {
    opacity: none;
    filter: none;
  }
  .mainWrap {
    width: 90%;
    margin: 0 auto;
    position: relative;
    display: block;
  }
  /*フォントサイズ*/
  .f10 {
    font-size: 3vw;
  }
  .f12 {
    font-size: 3vw;
  }
  .f14 {
    font-size: 3.5vw;
  }
  .f16 {
    font-size: 3.6vw;
  }
  .f18 {
    font-size: 3.7vw;
  }
  .f20 {
    font-size: 4vw;
  }
  .f22 {
    font-size: 5vw;
  }
  .f24 {
    font-size: 5vw;
  }
  .f26 {
    font-size: 5.2vw;
  }
  .f28 {
    font-size: 5.0vw !important;
  }
  .f30 {
    font-size: 5.3vw;
  }
  .f32 {
    font-size: 5.4vw;
  }
  .f34 {
    font-size: 5.5vw;
  }
  .f36 {
    font-size: 6.5vw;
    line-height: 1.5;
  }
  .f46 {
    font-size: 5.8vw;
    line-height: 1.3;
  }
  .f48 {
    font-size: 6vw;
    line-height: 1.3;
  }
  .f50 {
    font-size: 9vw;
    line-height: 1.2;
  }
  .f70 {
    font-size: 10vw;
  }
  .flex, .flex-sb {
    flex-wrap: wrap;
  }
  .menu-btn {
    top: 15px;
    right: 4px;
    height: 70px;
    width: 70px;
  }
  .menu-btn span, .menu-btn span::before {
    width: 36px;
    top: 17px;
  }
  .menu-btn span::after {
    font-size: 12px;
    top: 21px;
    left: 2px;
  }
  #menu-btn-check:checked ~ .menu-content {
    left: 10%;
  }
  .menu-content ul {
    padding: 10vw 10vw 5vw;
    width: 100%;
  }
  .menu-content .group .img {
    width: 80vw;
    margin-top: 1vw;
    margin-bottom: 12vw;
  }
  .menu-content ul li a {
    font-size: 3.8vw;
    line-height: 3;
    padding: 0vw 0 1vw 0;
  }
  .menu-content .lh a {
    line-height: 1.5;
  }
  header .box {
    flex-direction: row;
    align-items: center;
    width: 90%;
    margin: 2vw auto;
  }
  header .box .box-r .lang-in {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: center;
    margin: 12vw 0 0 10vw;
    width: 17vw;
    font-size: 4vw;
  }
  header .box .box-r {
    width: 32vw;
  }
  .remove-btWrap {
    bottom: 14vw;
  }
  header .float01 {
    width: 47vw;
    margin-right: 3vw;
  }
  header .float02 {
    width: 17vw;
  }
  .menu-content .infobox {
    width: 80%;
    height: fit-content;
    margin-left: 5vw;
    margin-top: 2vw;
    margin-bottom: 5vw;
  }
  .menu-content .menubt {
    width: 80%;
  }
  .menu-content .menubt .cell {
    padding: 0;
    width: 100%;
    margin-bottom: 7vw;
  }
  .menu-content .menubt .cell a {
    padding: 3vw;
  }
  .menu-content .snsbt {
    width: 50vw;
    margin-left: 6vw;
    margin-top: 2vw;
    text-align: center;
    margin-bottom: 10vw;
    display: flex;
    flex-direction: row;
  }
  .menu-content .snsbt .cell {
    margin-right: 8vw;
    width: 9vw;
  }
  .menubox .inner {
    padding: 0 0 0 9vw;
  }
  .menubox .inner li a {
    padding-left: 5.5vw;
  }
  .menubox .inner li a:before {
    width: 3vw;
    top: 5.7vw;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    height: 18vw;
  }
  header nav {
    display: none;
  }
  header .mainWrap {
    width: 100%;
    margin-top: 0;
  }
  header h1 {
    width: 50vw;
  }
  header .box .box-r .yoyakubt {
    display: none;
  }
  header .box .box-r .lang {
    line-height: 1;
  }
  header .evbox {
    padding: 0.1vw;
    margin: 0;
    height: fit-content;
    width: 100%;
    font-size: 2.5vw;
  }
  .bogo-language-switcher {
    margin-right: 5vw;
  }
  ul.bogo-language-switcher li {
    margin-right: 5vw;
  }
  #top .block00 .mainWrap {
    padding: 3vw 4vw;
  }
  #top .block00 .mainWrap .ttl {
    padding: 0;
    width: 100%;
    margin-bottom: 3vw;
  }
  #top .block00 .mainWrap .box a {
    margin-bottom: 2vw;
    border-bottom: 1px dotted;
    padding-bottom: 5px;
    line-height: 1.5;
  }
  #top .block00 .mainWrap .box {
    width: 100%;
  }
  #top .block00 .mainWrap .box .date {
    width: 100%;
  }
  #top .block00 {
    margin-top: 5vw;
  }
  #top .att-pop {
    width: 85vw;
    position: absolute;
    top: 23vw;
    left: 2vw;
  }
  #top .att-pop .txt {
    padding: 2vw;
  }
  #top .att-pop .txt:after {
    margin-left: 1.5vw;
  }
  #top .att-popbox {
    width: 90vw;
    margin: 0 auto;
    position: unset;
    top: 10vw;
    left: 0;
    right: 0;
    margin-top: 5vw;
  }
  #top .att-pop2 {
    background-color: #00a540;
    border-radius: 50px;
    width: 100%;
    z-index: 999;
    height: auto;
    margin-bottom: 5vw;
    line-height: 1.6;
  }
  #top .att-pop2 .txt {
    padding: 2vw;
  }
  #top .firstview .info2024 {
    width: 85vw;
    position: absolute;
    top: 5vw;
    left: 2vw;
  }
  #top .firstview {
    margin-top: 18vw;
    height: 90vw;
  }
  #top .firstview .bnr_hope {
    width: 22vw;
    position: absolute;
    top: 65vw;
    left: unset;
    right: 3vw;
  }
  #top .infobox-sp {
    width: 90%;
    margin: 0 auto;
    padding-top: 5vw;
  }
  #top .y-bnr .flex .cell {
    width: 100%;
    margin-bottom: 3vw;
  }
  #top .block01 {
    margin: 0 auto;
    margin-top: 12vw;
    width: 90%;
  }
  .h2 {
    font-size: 6vw;
    letter-spacing: 0.2em;
    line-height: 1;
  }
  #top .block01 .right {
    margin-left: 0;
    border-left: unset;
    padding-left: 0;
    position: relative;
    margin-top: 5vw;
    border-top: dotted 1px #243763;
    width: 100%;
  }
  #top .block01 .right ul li {
    margin-bottom: 0;
    border-bottom: dotted 1px #243763;
    padding: 3vw 0;
    margin-left: 0;
  }
  #top .block01 .right .ttl {
    line-height: 1.6;
  }
  #top .block01 .viewbox {
    position: unset;
    margin: 5vw 0;
    width: 100%;
    justify-content: flex-end;
  }
  #top .block01 .viewbt {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
  #top .block01 .viewbox .link {
    margin-right: 3vw;
  }
  .viewbt .img {
    width: 7vw;
  }
  #top .block02 {
    width: 90%;
    display: flex;
    margin-top: 12vw;
    position: relative;
    height: 191vw;
    margin-bottom: 12vw;
  }
  #top .block02 .left .img {
    width: 70vw;
  }
  #top .block02 .right {
    position: absolute;
    top: 25vw;
    width: 100%;
    padding: 49vw 5vw 5vw 5vw;
    height: fit-content;
  }
  #top .block02 .right .ttl {
    font-size: 5vw;
  }
  #top .block02 .right .viewbox {
    position: unset;
  }
  #top .block02 .right .viewbt {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
  #top .block02 .right .viewbox .link {
    width: unset;
  }
  #top .block02 .right .viewbt .img {
    width: 10vw;
  }
  #top .block02 .right-en {
    background: #ffffff;
    position: absolute;
    top: 35vw;
    width: 80vw;
    right: 0;
    padding: 42vw 5vw 5vw 5vw;
    height: 135vw;
  }
  #top .block02 .right-en .ttl {
    font-size: 5vw;
  }
  #top .block02 .right-en .viewbox {
    position: unset;
  }
  #top .block02 .right-en .viewbt {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
  #top .block02 .right-en .viewbox .link {
    width: unset;
    line-height: 2.6;
  }
  #top .block02 .right-en .viewbt .img {
    width: 10vw;
  }
  #top .y-bnr {
    width: 80%;
    padding-top: 0;
  }
  #top .block05 .rec-bt {
    padding: 4vw 7vw;
    width: 100%;
    height: unset;
    margin-bottom: 7vw;
  }
  #top .block05 .ttl {
    margin-bottom: 2vw;
  }
  #top .block05 .rec-bt .img {
    margin-bottom: 2vw;
  }
  #top .block03 {
    background: #ffffff;
    padding: 12vw 0;
    position: relative;
    margin-top: 13vw;
  }
  #top .block03 .bg-b .left {
    border-right: unset;
    width: 100%;
  }
  #top .block03 .bg-b .ttl {
    font-size: 4.5vw;
  }
  #top .block03 .bg-b .flex {
    display: flex;
    flex-direction: row;
    padding: 5vw 0;
    width: 56vw;
  }
  #top .block03 .bg-b .flex .cell {
    width: 24vw;
  }
  #top .block03 .bg-b .right {
    width: 100%;
    padding-bottom: 5vw;
  }
  #top .block03 .bg-b .right .txt ul {
    width: 86%;
    margin: 6vw 0 0 8vw;
  }
  #top .block03 .box4 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #top .block03 .box4 .cell {
    width: 48%;
  }
  #top .block03 .box4 .cell-en {
    width: 48%;
  }
  #top .block03 .box4 .cell-en .ttl-en {
    margin-top: 0;
    height: 25vw;
    border-bottom: dotted 1px #243763;
    width: fit-content;
    text-align: center;
    margin: 2vw auto 5vw;
    line-height: 1.6;
  }
  #top .block03 .bg-b .ttl {
    font-size: 3.5vw;
  }
  #top .block03 .viewbt {
    margin-top: 6vw;
  }
  #top .block04 {
    padding: 3vw 0 9vw;
  }
  #top .block04 .box-sp {
    width: 70%;
    margin: 0 auto;
    padding: 12vw 0 5vw;
  }
  #top .block04 .box-sp .cell {
    position: relative;
    margin-bottom: 7vw;
  }
  #top .block04 .box-sp .cell .text {
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    text-align: center;
    height: fit-content;
  }
  #top .block04 .box-sp .cell .ttl {
    font-size: 7vw;
    border-bottom: 1px solid #fff;
    width: 39vw;
    line-height: 1.4;
    margin-bottom: 2vw;
    letter-spacing: 1vw;
  }
  #top .block04 .rec-bt {
    padding: 2vw;
    display: block;
    width: 100%;
    flex-wrap: wrap;
  }
  #top .block04 .full .rec-bt .left {
    width: 100%;
    height: 25vw;
  }
  #top .block04 .rec-bt .right .txt {
    letter-spacing: 0;
    line-height: 2;
  }
  #top .block04 .right .viewbox .link {
    line-height: 2.5;
    margin-right: 3vw;
  }
  #top .block04 .right .viewbox .img {
    width: 9vw;
  }
  #top .block04 .rec-bt .left img, #top .block04 .full .rec-bt .left img {
    object-fit: cover;
    width: 100%;
    height: auto;
  }
  #top .block04 .rec-bt .right, #top .block04 .full .rec-bt .right {
    font-size: 3.4vw;
    width: 90%;
    margin: 0 auto;
    padding: 3vw 0;
  }
  #top .block04 .rec-bt .right .ttl, #top .full .block04 .rec-bt .right .ttl {
    font-size: 4.5vw;
    margin-bottom: 3vw;
  }
  #top .block04 .rec-bt .right .viewbox {
    position: unset;
  }
  #top .block04 .rec-bt .right .viewbt {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
  footer {
    padding-bottom: 14vw;
  }
  footer .fb00 {
    padding: 13vw 0;
  }
  footer .fb00 .left {
    width: 90%;
    margin: 0 auto 2vw;
  }
  footer .fb00 .right .ttl {
    font-size: 5vw;
    font-size: 5vw;
    line-height: 1.5;
    margin-bottom: 2vw;
  }
  footer .fb00 .right .txt {
    margin-bottom: 4vw;
    line-height: 1.8;
  }
  footer .fb00 .right {
    margin-left: 0;
    width: 90%;
    margin: 0 auto;
  }
  footer .fb00 .iframe {
    width: 90%;
    margin: 8vw auto;
  }
  footer .fb00 iframe {
    width: 100%;
    height: 50vw;
  }
  footer .fb00 .right .flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 0;
  }
  footer .fb00 .right .telbox .icon {
    width: 8vw;
    margin-right: 2vw;
  }
  footer .fb00 .right .telbox .teltxt {
    font-size: 7vw;
    margin-left: 1vw;
    letter-spacing: 0.2em;
    line-height: 1.5;
  }
  footer .fb00 .right .stxt {
    font-size: 3.5vw;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 5vw;
  }
  footer .fb00 .right .webbt {
    border: solid 1px;
    border-radius: 0.5vw;
    padding: 5vw 3vw;
    text-align: center;
    font-size: 4.5vw;
  }
  footer .fb00 .right .parking {
    margin-top: 5vw;
  }
  footer .fb00 .right .telbox {
    padding: 4vw 2vw;
  }
  footer .fb01 {
    padding-top: 10vw;
  }
  footer .fb01 .left .flogo {
    width: 60vw;
    margin: 0 auto 7vw;
  }
  footer .snsbt {
    margin: 8vw auto;
    width: 30vw;
  }
  footer .snsbt .cell {
    width: 11vw;
  }
  footer .fb01 .group .img {
    width: 60vw;
    margin-top: 2vw;
    margin-bottom: 12vw;
  }
  footer .fb01 .left {
    width: 100%;
  }
  footer .fb01 .right {
    width: fit-content;
    margin: 5vw auto 0;
    justify-content: space-between;
  }
  footer .fb01 .right .cell1, footer .fb01 .right .cell2 {
    width: 35vw;
  }
  footer .fb01 .right .cell ul {
    width: fit-content;
  }
  footer .fb01 .right .cell2 ul {
    margin: 0 0 0 auto;
  }
  footer .fb01 .right .cell ul li {
    margin-bottom: 6vw;
  }
  footer .fb02 .cell {
    width: 100%;
  }
  footer .fb02 .cell2 {
    border: solid;
    padding: 5vw 7vw;
    text-align: center;
    margin: 5vw 0;
    width: 100%;
  }
  footer .fb02 .cell2 .flex {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  footer .fb02 .cell2 .img {
    width: 11vw;
  }
  footer .fb02 .cell2 .webbt {
    font-size: 5vw;
    margin-left: 6vw;
  }
  footer .fb02 .cell3 {
    width: 100%;
    padding: 5vw;
  }
  footer .fb02 .cell3 .txt {
    font-size: 3.5vw;
    margin-bottom: 3vw;
  }
  footer .fb03 .cell {
    width: 100%;
  }
  footer .fb04 .snsbt {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 5vw 0;
  }
  footer .fb04 .left .cell {
    margin-left: 5vw;
  }
  footer .fb04 .left .cell img {
    width: fit-content;
    height: 7.5vw;
  }
  footer .fb04 .copy {
    font-size: 3vw;
    text-align: center;
  }
  footer .fb-b {
    padding: 8vw 0;
  }
  footer .fb-b .bnrbox {
    width: fit-content;
    margin: auto;
  }
  footer .fb-b .cell01 {
    width: 66vw;
    margin-right: 0;
    margin-bottom: 5vw;
  }
  footer .fb-b .cell02 {
    width: 66vw;
  }
  .page .firstview {
    margin-top: 18vw;
    justify-content: space-around;
    border-top: solid 0.5px;
    display: block;
  }
  .page .firstview .b-h2 {
    margin-left: 5vw;
    margin-top: 5vw;
  }
  .page .firstview .b-h2 .ttl {
    font-size: 6vw;
    font-weight: normal;
    border-top: solid 0.5px;
    line-height: 1.5;
    width: fit-content;
  }
  .page .firstview .img {
    width: 80vw;
    margin-left: 20vw;
    margin-top: 5vw;
  }
  .page .cat_ttl {
    font-size: 3vw;
    margin-bottom: 15vw;
  }
  #beginner .block01 {
    margin-bottom: 12vw;
  }
  #beginner .block01 .left {
    width: 90%;
    margin: 0 auto;
  }
  #beginner .block01 .h2 {
    margin-left: 0;
  }
  #beginner .block01 .subttl {
    margin-left: 0;
  }
  #beginner .block01 .right {
    margin-left: 0;
    width: 90%;
    margin-right: 0;
    margin: 0 auto;
    padding-top: 5vw;
  }
  #beginner .block01 .right .ttl {
    font-size: 5vw;
  }
  #beginner .block01 .btbox {
    display: block;
    margin: 0 auto;
    margin-top: 6vw;
  }
  #beginner .block01 .btbox .cell {
    width: 100%;
    margin-bottom: 6vw;
    padding: 2vw;
  }
  #beginner .n02 {
    display: block;
    width: 90vw;
    margin: 0 auto;
    padding: 3vw 7vw;
  }
  #beginner .n02 .cell {
    border-right: none;
    width: 100%;
    margin: 2vw 0;
  }
  #beginner .n02 .cell {
    border-right: none;
    width: 100%;
    margin: 2vw 0;
  }
  #beginner .n02 .txtbox {
    width: 100%;
  }
  #beginner .block03 .mtxt {
    text-align: left;
  }
  #beginner .block02 {
    padding: 12vw 0;
  }
  #beginner .block02 .mainWrap {
    display: flex;
  }
  #beginner .block02 .h2 {
    margin-left: 5vw;
  }
  #beginner .block02 .subttl {
    margin-left: 5vw;
  }
  #beginner .block02 .left {
    width: 100%;
    order: 2;
  }
  #beginner .block02 .right {
    width: 45%;
    margin-left: 0;
    margin-top: 0;
    margin: 0 auto;
    padding: 5vw 0;
    order: 1;
  }
  #beginner .block02 .right .namebox {
    margin-top: 3vw;
  }
  #beginner .block02 .right .namebox .katagaki {
    line-height: 1.5;
    margin-right: 1vw;
  }
  #beginner .block02 .right .namebox .name {
    font-size: 4.5vw;
    line-height: 1.5;
    text-align: center;
  }
  #beginner .block03 {
    padding: 12vw 0;
  }
  #beginner .block03 .flowbox {
    width: 100%;
    margin: 0 auto;
    margin-top: 5vw;
  }
  #beginner .block03 .flowbox .txtbox .flex, #beginner .block03 .flowbox .nobox .flex, #beginner .block03 .flowbox .nobox2 .flex {
    display: flex;
    flex-direction: row;
  }
  #beginner .block03 .flowbox .num {
    font-size: 7vw;
    line-height: 1.5;
  }
  #beginner .block03 .flowbox .ttl {
    font-size: 4.5vw;
    margin-left: 3vw;
  }
  #beginner .block03 .btbox {
    display: block;
  }
  #beginner .block03 .flowbox .no1 .telbox {
    line-height: 3;
    padding: 0 4vw;
    width: 100%;
    margin: 0 auto;
    margin-top: 7vw;
    margin-bottom: 7vw;
  }
  #beginner .block03 .bt2 {
    width: 100%;
    padding: 2vw;
    margin-left: 0;
    text-align: center;
    margin: 5vw 0 10vw;
  }
  #beginner .block03 .flowbox .txt {
    margin-left: unset;
    margin-bottom: 5vw;
  }
  #beginner .block03 .flowbox .no1, #beginner .block03 .flowbox .nobox, #beginner .block03 .flowbox .nobox2 {
    margin-bottom: 8vw;
  }
  #beginner .block03 .flowbox .img2 {
    width: 60%;
  }
  #hospital .block01 .box .cell {
    width: 100%;
    margin-bottom: 8vw;
  }
  #hospital .block01 .box {
    width: 90%;
    margin: 5vw auto;
  }
  #hospital .block02 {
    padding: 10vw 0;
  }
  #hospital .block02 .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 3vw;
    flex-direction: column;
  }
  #hospital .block02 .box .cell {
    width: 90%;
    margin: 0 auto 3vw;
    border-bottom: solid 1px #D0CECE;
    padding: 3vw 0;
  }
  #hospital .block02 .box .cell .img {
    width: 50%;
    margin: 0 auto;
  }
  #hospital .block02 .box .cell .tbox {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  #hospital .block02 .box .cell .ttl {
    font-size: 4vw;
    line-height: 1.5;
    margin-bottom: 3vw;
    margin-top: 3vw;
    text-align: center;
  }
  /*=================================================
 * レスポンシブ｜スタッフ紹介
 * ================================================= */
  #staff .block01 {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  #staff .block01 .subttl {
    margin-bottom: 10vw;
  }
  #staff .block01 .wrap .inner-wrap .img {
    width: 50vw;
    margin: 0 auto 6vw;
  }
  #staff .block01 .wrap {
    padding: 5vw;
    margin-bottom: 6vw;
  }
  .np-tabs {
    width: 100%;
  }
  .np-tabs .np-tab {
    font-size: 3.5vw;
    padding: 3vw 1vw;
  }
  .np-tabs table {
    font-size: 3.5vw;
  }
  .np-tabs .np-panel tr {
    margin-bottom: 4vw;
  }
  .np-tabs .np-panel tr th {
    width: 100%;
    display: block;
  }
  #dept .cat_ttl {
    margin-bottom: 0;
  }
  #dept .block03 {
    margin-top: 5vw !important;
  }
  #dept .block01 .box .cell {
    width: 100%;
    margin: 3vw 0;
  }
  #dept .block01 .box2 .sttl {
    width: 100%;
    text-align: left;
    padding: 2vw;
    border-right: unset;
    border-bottom: dotted 1px #243763;
  }
  #dept .block01 .box2 .txt2 {
    padding-left: 0;
    width: 100%;
    padding: 2vw;
  }
  .ashi:before {
    content: '';
    display: inline-block;
    width: 4vw;
    height: 4vw;
    background-image: url(img/staff/asiato.svg);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 3vw;
    margin-bottom: 0;
  }
  #dept .block01 .imgflex .imgbox {
    width: 55vw;
    margin: 0 auto;
    margin-top: 5vw;
  }
  #dept .block01 {
    padding: 10vw 0;
  }
  #dept .block01 .flex-sb {
    flex-wrap: wrap;
  }
  #dept .block01 .link-box .cell {
    padding: 5vw 3vw;
  }
  #dept .block01 .imgflex {
    display: block;
  }
  #dept .block01 .imgflex .box2 {
    width: 100%;
  }
  .bnr-box {
    margin-top: 10vw;
  }
  .bnr-box .cell {
    width: 100%;
    margin-bottom: 7vw;
  }
  .bnr-box .cell:last-child {
    margin-bottom: 0;
  }
  #price .block01 .ttl {
    font-size: 4.5vw;
  }
  #price .block01 .sbox .cell {
    width: 100%;
  }
  #price .block01 .Bbox {
    margin-top: 8vw;
  }
  #price .block02 {
    padding: 5vw;
  }
  #price .block02 .ttl {
    font-size: 4.5vw;
  }
  #price .block02 .img2 {
    width: 50vw;
  }
  #info .mainWrap .postWrap {
    width: 100%;
  }
  #info .mainWrap .postWrap .textbox {
    display: block;
  }
  #info .mainWrap .postWrap .textbox .category {
    margin: 0;
    padding: 0.5vw 2vw;
    width: fit-content;
    line-height: 1.6;
    font-size: 3vw;
  }
  #info .mainWrap .side {
    width: 100%;
    margin-top: 10vw;
  }
  #info .sidebar {
    margin-top: 10vw;
  }
  #info .sidebar .block h3 {
    font-size: 4vw;
    margin-bottom: 1vw;
  }
  #info .sidebar .block .en {
    font-size: 3vw;
    margin-left: 3vw;
  }
  #info .single {
    width: 90vw;
    padding: 5vw;
  }
  #info .single .content {
    width: 100%;
  }
  #info .single h4 {
    font-size: 4vw;
    border-bottom: dotted 1px #330001;
    padding-bottom: 1vw;
    line-height: 1.6;
  }
  #info .single .content .entry {
    margin-bottom: 5vw;
    padding-bottom: 5vw;
    margin-top: 5vw;
  }
  #info .sidebar {
    width: 100%;
    background: #fff;
    padding: 3vw 6vw;
    line-height: 2.5;
  }
  /*=================================================
 * レスポンシブ｜募集要項
 * ================================================= */
  #recruit .a-box {
    width: 100%;
  }
  #recruit .mainWrap {
    width: 90vw;
  }
  #recruit .a-box .jobinfo {
    padding: 20px;
    width: 90vw;
  }
  #recruit .a-box .conWrap {
    margin-bottom: 8vw;
  }
  #recruit .toggle_title .f30 {
    font-size: 4.5vw;
    width: 80%;
  }
  #recruit .sub {
    font-size: 3.5vw;
    padding: 0 3vw;
    margin: 2vw 2vw 0 3vw;
  }
  #recruit .area {
    flex-wrap: wrap;
    display: flex;
    width: 90vw;
    margin: 5vw auto;
  }
  .profileArea > .in .content {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  #recruit .a-box .jobinfo .title {
    font-size: 4.5vw;
  }
  #recruit .a-box .sttl {
    color: #2B8F3C;
    font-weight: bold;
    margin: 3vw 0 2vw;
    font-size: 4vw;
  }
  #recruit .a-box {
    padding-bottom: 5vw;
    padding-top: 10vw;
  }
  #recruit .a-box .ttl {
    font-size: 6vw;
  }
  #recruit .a-box .sttl {
    color: #2B8F3C;
    font-weight: bold;
    margin: 3vw 0 2vw;
    font-size: 4vw;
  }
  #recruit .att {
    margin: 0 auto 0 3.2vw;
    width: fit-content;
  }
  .toggle_title {
    padding: 4vw 0;
  }
  .toggle_title .flex-sb {
    display: block;
  }
  #recruit .jobinfo {
    width: 90%;
  }
  #recruit .btn-long {
    width: 90%;
    height: 15vw;
  }
  .profileArea > .in {
    max-width: 80vw;
  }
  .profileArea > .in .content .tr .tit {
    padding: 4vw 0;
    width: 28vw;
  }
  .profileArea > .in .content .tr .cap {
    padding: 4vw 0;
  }
  .profileArea > .in .content .tr .tit.type01 {
    letter-spacing: 0;
  }
  .profileArea > .in .content .tr .tit.type03 {
    letter-spacing: 0.1rem;
  }
  #recruit .profileArea > .in {
    padding: 20px 0;
    max-width: 80vw;
  }
  #recruit .btn-wrap {
    width: 100%;
  }
  #recruit .btn-long {
    width: 90%;
    margin: 0 auto;
    line-height: 3;
  }
  #recruit .contact .btbox {
    margin-bottom: 5vw !important;
  }
  #recruit .entrybt {
    width: 65vw;
    margin: 0 auto;
    padding: 3vw;
    margin-top: 0;
  }
  #fixbtn .btnWrap {
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: #405ea5;
    display: flex;
    z-index: 9999;
    justify-content: space-between;
  }
  #fixbtn .btnWrap .bdr {
    border-right: 1px dotted #fff;
  }
  #fixbtn p {
    color: #fff;
  }
  #fixbtn .btn {
    display: flex;
    width: fit-content;
    margin: 0 auto;
  }
  #fixbtn .btn .img {
    width: 5vw;
  }
  #fixbtn .w-btn .img {
    line-height: 1.6;
  }
  #fixbtn .t-btn .img {
    line-height: 1.8;
  }
  #fixbtn .btn p {
    margin: 0 0 0 3vw;
  }
  #fixbtn .btnWrap a {
    width: 50%;
    padding: 2.5vw;
  }
	.en-fixbtn .btn {
		align-items: center;
    line-height: 1;
	}
  #fixbtn .btnWrap .bdr-r {
    border-right: 1px solid #fff;
  }
  #special .flex, #special .flex-sb {
    flex-wrap: wrap;
  }
  #special .block01 .m-ttl {
    margin-bottom: 9vw;
  }
  .link-box .cell {
    width: 43vw;
  }
  .bdr-btn {
    width: 57vw;
    margin: 5vw auto 0;
    padding: 2vw;
    text-align: center;
  }
  .link-box-en .ttl {
    height: 11vw;
  }
  /*=================================================
 * 英語調整（SP）
 * ================================================= */
  #top .en-top .block01 {
    margin-top: 8vw;
  }
  #top .en-top .block01 {
    margin-top: 8vw;
    width: 90vw;
  }
  #top .en-top .block05 {
    margin-top: 60vw;
  }
  .page .en .firstview .b-h2 .ttl {
    border-top: none;
  }
  #beginner .en .block01 .btbox .cell {
    width: 100%;
    padding: 2vw;
  }
  #beginner .en .block03 .bt2 {
    width: 100%;
    padding: 2vw;
  }
   .en-footer {
    padding-bottom: 20vw;
   }
}