@charset "UTF-8";
/*========================================================
  Break point
========================================================*/
/*========================================================
  Font
========================================================*/
/*Solid/900*/
/*Brand/400*/
/*========================================================
  color
========================================================*/
/*========================================================
  root変数
========================================================*/
:root {
  --padding: 80px;
  --padding-tb: 80px 0;
  --padding-10: 100px;
}
@media screen and (min-width: 768px) {
  :root {
    --padding: 100px;
    --padding-tb: 100px 0;
    --padding-10: 140px;
  }
}

/*========================================================
  mixin
========================================================*/
/*========================================================
  gradient
========================================================*/
/*==========================================================================
Easing
Easingの動きが一覧でわかるチートシート https://easings.net/ja
Easingジェネレーター https://easings.co/
==========================================================================*/
/* Global box-sizing */
*, *::before, *::after {
  box-sizing: border-box;
}

/* Reset margins, paddings, and other default styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

html {
  font-size: 93.75%;
  scroll-behavior: smooth;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 100%;
  }
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* Set base styles */
body {
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  color: #012038;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'palt';
}

/* Remove list styles */
ol, ul {
  list-style: none;
}

/* Remove quotes */
blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: '';
  content: none;
}

/* Table reset */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  transition: all .4s ease;
}

/*========================================================
 header
========================================================*/
header {
  padding: min(4vw, 26px);
}
header .site-ci {
  width: min(48vw, 320px);
  height: min(10.67vw, 46px);
  transition: all 0.5s ease 0s;
}
header .site-ci a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
header .site-ci .ci {
  width: 100%;
  height: 100%;
}
header .site-ci .ci img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: "object-fit: contain", sans-serif;
}
@media screen and (min-width: 1024px) {
  header {
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 min(4vw, 38px);
    padding-right: 100px;
    height: 100px;
    width: 100%;
    z-index: 100;
    background: #fff;
    transition: all 0.5s ease 0s;
    top: 0;
  }
  header.scrolled {
    height: 80px;
  }
  header.scrolled .site-ci {
    width: 260px;
    height: 42px;
    transition: all 0.5s ease 0s;
  }
}

/*========================================================
 電話番号の非リンク
========================================================*/
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*========================================================
 SP/TB/PCの表示・非表示
========================================================*/
.spNone {
  display: none;
}
@media screen and (min-width: 768px) {
  .spNone {
    display: block;
  }
}

.tbNone {
  display: block;
}
@media screen and (min-width: 768px) {
  .tbNone {
    display: none;
  }
}

.pcnavNone {
  display: block;
}
@media screen and (min-width: 1024px) {
  .pcnavNone {
    display: none;
  }
}

/*========================================================
 診療時間表 !--使用していません--!
========================================================*/
.medical-hour {
  margin-bottom: 40px;
}
.medical-hour .time-content .timeTable {
  margin-bottom: 6px;
}
.medical-hour .time-content table {
  width: 100%;
  border-top: 0.05rem solid #012038;
  font-size: 15px;
}
.medical-hour .time-content table tr {
  border-bottom: 0.05rem solid #012038;
}
.medical-hour .time-content table th, .medical-hour .time-content table td {
  padding: 4px 0;
}
.medical-hour .time-content table thead {
  font-weight: 500;
}
.medical-hour .time-content table thead tr {
  background: rgba(202, 218, 218, 0.2);
}
.medical-hour .time-content table thead th:nth-child(1) {
  width: 42%;
}
.medical-hour .time-content table thead th:nth-child(n+2) {
  width: calc(58% / 6);
}
.medical-hour .time-content table tbody th {
  font-weight: 500;
}
.medical-hour .time-content table tbody td {
  position: relative;
}
.medical-hour .time-content table tbody td.open::after, .medical-hour .time-content table tbody td.close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.medical-hour .time-content table tbody td.open::after {
  content: '';
  background-color: #012038;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.medical-hour .time-content table tbody td.close::after {
  content: '×';
  color: #deebf6;
  font-weight: 700;
}
.medical-hour .time-info p {
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: fz-prct(84);
}
.medical-hour .time-info p::before, .medical-hour .time-info p::after {
  content: '';
  background-color: #165387;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.medical-hour .time-info p::after {
  bottom: -4px;
}

/*========================================================
 右上端のボタン
========================================================*/
.sp-fixed-btn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
}
.sp-fixed-btn a {
  display: block;
  width: min(16vw, 100px);
  height: min(16vw, 100px);
  color: #fff;
  background-color: #165387;
  font-size: min(2.67vw, 12px);
  font-weight: 500;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp-fixed-btn a span {
  position: relative;
  padding-top: min(5.33vw, 40px);
}
.sp-fixed-btn a span::before {
  content: '';
  background-image: url("../image/icn-mail.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: min(4.8vw, 30px);
  height: min(4.8vw, 30px);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sp-fixed-btn a:hover {
  background-color: #337ab7;
}

/*========================================================
 袖の診療時間ボタン !--使用していません--!
========================================================*/
.fixed-timetable-btn {
  display: none;
}
@media screen and (max-height: 439px) {
  .fixed-timetable-btn {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .fixed-timetable-btn {
    position: fixed;
    top: max(calc(50vh - 80px), 110px);
    right: 0px;
    background: #fff;
    border-radius: 30px 0 0 30px;
    display: flex;
    transform: translateX(440px);
    transition: all .3s ease-in-out;
    box-shadow: 0 0 16px -6px rgba(0, 0, 0, 0.6);
    z-index: 2;
  }
  .fixed-timetable-btn.active {
    transform: translateX(0);
  }
  .fixed-timetable-btn.active .time-title {
    background: rgba(222, 235, 246, 0.5);
    border-radius: 30px 0 0 30px;
  }
  .fixed-timetable-btn .address-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .fixed-timetable-btn .address-info p {
    position: relative;
    font-size: 13px;
    letter-spacing: 0;
  }
  .fixed-timetable-btn .address-info .address {
    padding-left: 16px;
  }
  .fixed-timetable-btn .address-info .address::before {
    content: '';
    background-image: url("../image/icn-az-map.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .fixed-timetable-btn .address-info .maplink a {
    border: 0.05rem solid #012038;
    border-radius: 100vmax;
    padding: 0 6px 4px;
    color: #012038;
    font-size: 12px;
  }
}

.time-table-wrap .time-title {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #165387;
}
.time-table-wrap .time-title span {
  position: relative;
  padding-left: 24px;
}
.time-table-wrap .time-title span::before {
  content: '';
  background-image: url("../image/icn-az-time.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 4px;
  left: 0;
}
.time-table-wrap .medical-hour {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .time-table-wrap .time-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    pointer-events: auto;
    cursor: pointer;
    transition: all .3s ease;
  }
  .time-table-wrap .time-title span {
    padding-top: 22px;
    padding-left: 0;
    writing-mode: vertical-rl;
  }
  .time-table-wrap .time-title span::before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .time-table-wrap .time-title:hover {
    background: rgba(222, 235, 246, 0.5);
    border-radius: 30px 0 0 30px;
  }
  .time-table-wrap .time-content {
    width: 440px;
    padding: 30px;
  }
}

/*========================================================
 FONT
========================================================*/
h2.all-title {
  font-size: min(5.87vw, 28px);
  letter-spacing: 0.12em;
  font-weight: 500;
  color: #165387;
  padding-left: min(9.6vw, 46px);
  margin-bottom: min(5.33vw, 40px);
  position: relative;
}
h2.all-title::before {
  content: '';
  background-color: #165387;
  width: min(8vw, 40px);
  height: 0.1rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.small {
  font-size: 14px;
}

/*========================================================
 page common
========================================================*/
.inner {
  width: 100%;
  max-width: 1100px;
  padding: 0 4vw;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .inner {
    padding: 0 2vw;
  }
}
@media screen and (min-width: 1280px) {
  .inner {
    max-width: 1100px;
    padding: 0;
  }
}

main {
  padding-left: 4vw;
  padding-right: 4vw;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  main {
    padding-left: 0;
    padding-right: 0;
  }
}
main .section {
  padding: var(--padding-tb);
}

.btn-wrap .btn {
  display: inline-block;
  background-color: #165387;
  border: 1px solid #165387;
  border-radius: 100vmax;
  padding: 6px 60px 6px 34px;
  color: #fff;
  font-weight: 700;
  font-size: 13.6px;
  transition: all .4s ease;
}
.btn-wrap .btn:hover {
  background-color: #fff;
  color: #165387;
}
.btn-wrap .btn:hover span::after {
  transform: translate(40px, -50%);
  background-image: url("../image/icn-arrow-b.svg");
}
.btn-wrap .btn span {
  position: relative;
  display: inline-block;
}
.btn-wrap .btn span::after {
  content: '';
  background-image: url("../image/icn-arrow-w.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(30px, -50%);
  transition: all .4s ease;
}

.full-bg {
  background-color: #deebf6;
  margin: 0 calc(50% - 50vw);
  dwidth: 100vw;
}

table {
  width: 100%;
}
table tr {
  border-bottom: 0.05rem solid #012038;
}
table th, table td {
  padding: .8rem;
}
table th {
  white-space: nowrap;
  text-align: left;
  vertical-align: middle;
}

a {
  font-weight: 900;
  color: #337ab7;
}

/*========================================================
 動き
========================================================*/
.js-fade {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
.js-fade.inview {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.js-fade.tmg2 {
  transition-delay: 0.2s;
}
.js-fade.tmg3 {
  transition-delay: 0.4s;
}
.js-fade.tmg4 {
  transition-delay: 0.6s;
}

/*========================================================
 footer
========================================================*/
.footer-above {
  width: 100%;
  height: 260px;
}
@media screen and (min-width: 768px) {
  .footer-above {
    height: 320px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-above {
    height: 380px;
  }
}
@media screen and (min-width: 1280px) {
  .footer-above {
    height: 420px;
  }
}
.footer-above .googleMap {
  width: 100%;
  height: 100%;
}

.footer-below {
  position: relative;
}
.footer-below-wrap {
  background: #165387;
  color: #fff;
  padding: 70px 30px 30px;
}
.footer-below-inner {
  margin: 0 auto 30px;
  padding-bottom: 30px;
  border-bottom: 0.05rem solid #fff;
  max-width: 1100px;
}
.footer-below .footer-ci {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.footer-below .footer-ci img {
  width: min(69.33vw, 320px);
}
.footer-below .footer-text .catch, .footer-below .footer-text .tel {
  font-weight: 600;
  font-size: 16px;
}
.footer-below .footer-text .address {
  font-weight: 400;
  font-size: 13px;
}
.footer-below .footer-text .tel a {
  color: #fff;
}
.footer-below .footer-address {
  border-top: 0.05rem solid #fff;
  padding-top: 30px;
}
.footer-below .footer-address .copyright {
  font-size: fz-prct(60);
  margin-top: 20px;
  margin-bottom: 30px;
}
.footer-below .copyright {
  font-size: 10px;
  color: #deebf6;
}
@media screen and (min-width: 1024px) {
  .footer-below-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 824px;
  }
  .footer-below .footer-ci {
    width: auto;
    margin-bottom: 0;
    margin-right: 40px;
  }
  .footer-below .copyright {
    text-align: center;
  }
}

.pagetop {
  background-color: #337ab7;
}
.pagetop a {
  color: #fff;
  display: block;
  text-align: center;
  padding: 24px 1rem 6px;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0;
  position: relative;
}
.pagetop a::before {
  content: '';
  background-image: url("../image/icn-arrow-w.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 8px;
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%) rotate(-90deg);
}

/*========================================================
 navigation
========================================================*/
.nav {
  display: none;
  background-color: #165387;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  z-index: 99;
}
.nav-inner {
  padding: 16vw 5.13vw;
}
@media screen and (min-width: 1024px) {
  .nav {
    position: static;
    display: inline-block;
    background-color: transparent;
    width: calc(100% - 260px);
    height: 100%;
    overflow-y: visible;
    margin-right: 14px;
  }
  .nav .nav-inner {
    padding: 0;
  }
  .nav .nav-wrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
  }
}

.navToggle {
  position: fixed;
  right: 10px;
  top: 0;
  right: min(16vw, 100px);
  width: min(16vw, 100px);
  height: min(16vw, 100px);
  cursor: pointer;
  z-index: 888;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  /* open時用のCSS */
}
.navToggle span {
  width: 32px;
  height: 1px;
  background-color: #165387;
  transition: all .6s;
}
.navToggle span:nth-child(n+2) {
  margin-top: 7px;
}
.navToggle.close {
  background-color: transparent;
}
.navToggle.close span {
  background-color: #fff;
}
.navToggle.close span:nth-child(1) {
  transform: rotate(45deg);
}
.navToggle.close span:nth-child(2) {
  display: none;
}
.navToggle.close span:nth-child(3) {
  margin-top: 0;
  transform: rotate(-45deg);
}
@media screen and (min-width: 1024px) {
  .navToggle {
    display: none;
  }
}

/*=============================================
 navの中身 - メインのnav -
=============================================*/
.sp-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.sp-logo img {
  width: 180px;
  height: 60px;
}
@media screen and (min-width: 1024px) {
  .sp-logo {
    display: none;
  }
}

.nav-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 40px;
}
.nav-menu > li {
  width: 100%;
  position: relative;
  border-bottom: 0.05rem solid #fff;
}
.nav-menu .menu-item.current, .nav-menu .menu-item a {
  width: 100%;
  height: 100%;
  padding: 3vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.nav-menu .menu-item:first-child {
  border-top: 0.05rem solid #fff;
}
.nav-menu .menu-item-title {
  color: #fff;
  font-weight: 500;
  transition: all .4s ease;
}
@media screen and (min-width: 1024px) {
  .nav-menu {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0px;
    height: 100%;
  }
  .nav-menu > li {
    border-bottom: none;
    width: auto;
    font-size: 15px;
    height: 100%;
  }
  .nav-menu .menu-item a {
    padding: 1vw;
  }
  .nav-menu .menu-item-title {
    color: #012038;
  }
  .nav-menu .menu-item:first-child {
    border-top: none;
  }
}

/*=============================================
 navの中身
=============================================*/
.medical-hour.sp-ttable .time-content table {
  border-top-color: #fff;
  color: #fff;
}
.medical-hour.sp-ttable .time-content table tr {
  border-bottom-color: #fff;
}
.medical-hour.sp-ttable .time-content table thead tr {
  background: #fff;
}
.medical-hour.sp-ttable .time-content table thead th {
  color: #165387;
}
.medical-hour.sp-ttable .time-content table tbody td.open::after {
  background-color: #fff;
}
.medical-hour.sp-ttable .time-content table tbody td.close::after {
  color: #fff;
}
.medical-hour.sp-ttable .time-content .time-info p {
  color: #fff;
}
.medical-hour.sp-ttable .time-content .time-info p::before, .medical-hour.sp-ttable .time-content .time-info p::after {
  background-color: #fff;
}

.clinicinfo {
  background-color: rgba(1, 32, 56, 0.4);
  text-align: center;
  font-weight: 500;
  color: #fff;
  padding: 30px;
}
.clinicinfo .map {
  position: relative;
  display: inline-block;
  padding-left: 6px;
}
.clinicinfo .map a {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0;
}
.clinicinfo .map::before {
  content: '';
  background-image: url("../image/icn-map-w.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 14px;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  position: absolute;
}
.clinicinfo .nav-tel {
  margin-top: 1rem;
}
.clinicinfo .nav-tel a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 4px 10px;
  border: 0.05rem solid #fff;
  font-weight: 500;
  font-size: 18px;
}

/*========================================================
 kv
========================================================*/
.kv {
  position: relative;
  height: 80vh;
  min-height: 540px;
}
.kv #slider {
  width: 100%;
  height: 100% !important;
  min-height: 512px;
  position: relative;
}
.kv-inner {
  position: relative;
  height: 100%;
  z-index: 1;
}
.kv-catch {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.kv-catch .catch {
  color: #fff;
  line-height: 2.2;
  letter-spacing: 0.3rem;
  font-weight: 600;
  font-size: min(4.58vw, 30px);
  position: absolute;
  bottom: min(10.18vw, 80px);
  left: 0;
}
.kv-catch .catch span {
  background-color: #165387;
  padding-top: min(3.05vw, 15px);
  padding-bottom: min(3.05vw, 15px);
  padding-right: min(5.09vw, 38px);
  padding-left: min(5.09vw, 38px);
}
.kv-catch .catch .text1 {
  margin-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .kv {
    margin-top: 100px;
  }
}

/*======================================
 news
======================================*/
.newsArea {
  padding: var(--padding-tb);
  background-color: #deebf6;
  border-top: 0.05rem solid #012038;
  border-bottom: 0.05rem solid #012038;
}
.newsArea-inner {
  display: flex;
  flex-direction: column;
}
.newsArea-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.newsArea-title .news-title {
  font-size: min(7.18vw, 34px);
  font-family: "Noto Sans JP", sans-serif;
  color: #165387;
  font-weight: 500;
  letter-spacing: 0.2em;
  display: flex;
  flex-direction: column;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.newsArea-title .news-title .eng {
  font-size: 15px;
  font-weight: 500;
  color: #337ab7;
  font-family: "Sofia Sans Condensed", sans-serif;
  letter-spacing: 0;
}
.newsArea-content .news-item {
  border-bottom: 0.05rem solid #012038;
  padding: .8rem 8vw .8rem 1vw;
}
.newsArea-content .news-item:first-child {
  border-top: 0.05rem solid #012038;
}
.newsArea-content .news-item a {
  position: relative;
  display: flex;
  flex-direction: column;
}
.newsArea-content .news-item a time {
  color: #337ab7;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  font-family: "Sofia Sans Condensed", sans-serif;
}
.newsArea-content .news-item a .news-headline {
  color: #165387;
  font-weight: 500;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
}
.newsArea-content .news-item a::after {
  content: '';
  background-image: url("../image/icn-arrow-b.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(16px, -50%);
  transition: all .3s ease;
}
.newsArea-content .news-item a:hover {
  transform: translateX(20px);
}
.newsArea-content .news-item a:hover::after {
  transform: translate(26px, -50%);
}
@media screen and (min-width: 768px) {
  .newsArea-content .news-item {
    padding: 1.2rem 50px 1.2rem 1vw;
  }
  .newsArea-content .news-item a {
    flex-direction: row;
    align-items: center;
  }
  .newsArea-content .news-item a time {
    padding-right: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .newsArea {
    padding: 0;
  }
  .newsArea-inner {
    flex-direction: row;
    justify-content: space-between;
  }
  .newsArea-title {
    flex-direction: column;
    justify-content: center;
    width: 23.6363%;
    border-right: 0.05rem solid #012038;
    margin-bottom: 0;
  }
  .newsArea-content {
    width: 65.4545%;
    padding-top: 5.86vw;
    padding-bottom: 5.86vw;
  }
}

/*======================================
 common parts
======================================*/
.multi-column {
  display: flex;
  flex-direction: column;
}
.multi-column .column1, .multi-column .column2 {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .multi-column {
    flex-direction: row;
    justify-content: space-between;
  }
  .multi-column .column1, .multi-column .column2 {
    width: auto;
  }
}

/*======================================
 #about - 私たちについて -
======================================*/
#about .catch {
  font-size: min(6.11vw, 30px);
  color: #337ab7;
  margin-bottom: 2rem;
  font-weight: 500;
  position: relative;
  padding-left: min(24vw, 110px);
  line-height: 1.6;
}
#about .catch::before {
  content: '';
  background-image: url("../image/illust_face.webp");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: min(16vw, 80px);
  height: min(25.6vw, 118px);
}
#about .about-intro .column1 {
  margin-bottom: 2rem;
}
#about .about-intro .googleCalendar {
  width: 100%;
  height: 320px;
}
@media screen and (min-width: 1024px) {
  #about .about-intro .column1 {
    width: 45.45%;
    margin-bottom: 0;
  }
  #about .about-intro .column2 {
    width: 47.27%;
  }
  #about .about-intro .googleCalendar {
    height: 100%;
  }
}
#about .block {
  margin: min(8vw, 100px) 0;
}
#about .block-title {
  text-align: center;
  color: #165387;
  font-size: min(5.09vw, 24px);
  font-weight: 600;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  #about .block-title {
    margin-bottom: 50px;
  }
}
#about .block-icon {
  display: flex;
  justify-content: space-between;
  max-width: 754px;
  margin: 0 auto;
}
#about .block-icon .item {
  width: calc(100% / 3 - .5rem);
  text-align: center;
  font-size: min(4vw, 18px);
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  #about .block-icon .item {
    width: calc(100% / 3 - 2rem);
  }
}
#about .overview .column1 {
  margin-bottom: 2rem;
}
#about .overview .column2 {
  width: 100%;
  height: auto;
}
#about .overview .title {
  background-color: #165387;
  color: #fff;
  font-size: 16px;
  font-weight: bolder;
  padding: 0 16px;
  display: inline-block;
  min-width: 100px;
  text-align: center;
  margin-bottom: 6px;
}
#about .overview a {
  font-family: "Sofia Sans Condensed", sans-serif;
  font-size: 17.6px;
}
@media screen and (min-width: 1024px) {
  #about .overview .multi-column {
    align-items: flex-end;
  }
  #about .overview .column1 {
    width: 45.45%;
    margin-bottom: 0;
  }
  #about .overview .column2 {
    width: 47.27%;
  }
}

/*======================================
 #service - サービス内容 -
======================================*/
#service .service-list {
  margin-bottom: min(21.33vw, 120px);
}
#service .service-item {
  border-top: 0.05rem solid #012038;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 100px 2rem 2rem;
}
#service .service-item::before {
  content: '';
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 70px;
  height: 60px;
  top: 2rem;
  left: 2rem;
}
#service .service-item.item1::before {
  background-image: url("../image/icn-service1.svg");
}
#service .service-item.item2::before {
  background-image: url("../image/icn-service2.svg");
}
#service .service-item.item3 {
  border-bottom: 0.05rem solid #012038;
}
#service .service-item.item3::before {
  background-image: url("../image/icn-service3.svg");
}
#service .service-item dt {
  color: #337ab7;
  font-weight: 600;
  font-size: min(4.8vw, 22px);
  margin-bottom: 1rem;
}
#service .service-item dd {
  position: relative;
  padding-left: 12px;
  line-height: 1.5;
  margin-bottom: .5rem;
}
#service .service-item dd::before {
  content: '';
  background-color: #012038;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
}
@media screen and (min-width: 768px) {
  #service .service-item {
    padding: 2rem 2rem 2rem 12rem;
  }
  #service .service-item::before {
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 84px;
  }
}
@media screen and (min-width: 1024px) {
  #service .service-item-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #service .service-item-content .col1 {
    width: 60%;
  }
  #service .service-item-content .col2 {
    width: 40%;
  }
}

.flow-chart {
  padding-left: 20px;
}
.flow-chart-item {
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 2px 2px 10px -6px rgba(1, 32, 56, 0.2);
  padding: min(5.33vw, 30px);
  position: relative;
  margin-bottom: 2rem;
}
.flow-chart-item::before {
  content: '';
  position: absolute;
  background-color: #012038;
  width: 1px;
  height: calc(100% + 2rem);
  top: 0;
  left: -20px;
}
.flow-chart-item .number {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "Sofia Sans Condensed", sans-serif;
  color: #165387;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
.flow-chart-item .number .sml {
  font-size: 18px;
}
.flow-chart-item .number .big {
  font-size: 42px;
}
.flow-chart-item .number::before, .flow-chart-item .number::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.flow-chart-item .number::before {
  background-image: url("../image/icn-mark.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  left: calc(-24px - (7px / 2));
  z-index: 1;
}
.flow-chart-item .number::after {
  background-color: #012038;
  width: 26px;
  height: 1px;
  left: calc(-20px - min(5.33vw, 30px));
}
.flow-chart-item .title {
  color: #337ab7;
  font-size: min(5.33vw, 22px);
  font-weight: 600;
}
.flow-chart-item .btn-area {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}
.flow-chart-item .btn-area div:first-of-type {
  margin-bottom: 0.6rem;
}
.flow-chart-item.step5::before {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .flow-chart-item {
    display: flex;
    align-content: center;
  }
  .flow-chart-item .number {
    padding-right: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .flow-chart-item .btn-area {
    flex-direction: row;
  }
  .flow-chart-item .btn-area div:first-child {
    margin-bottom: 0;
    margin-right: 1rem;
  }
}

/*======================================
 topのお問い合わせ
======================================*/
.content3 a {
  transition: all .4s ease;
}
.content3 a:hover {
  text-decoration: underline;
}

.contactBtn {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
.contactBtn .item {
  position: relative;
}
.contactBtn .item a {
  color: #fff;
  background-color: #165387;
  border: 1px solid #165387;
  padding: 1.6rem;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  text-align: center;
}
.contactBtn .item a .text {
  display: inline-block;
  text-align: left;
  position: relative;
  padding-left: 40px;
}
.contactBtn .item a .text::before {
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  left: -8px;
  transform: translateY(-50%);
}
.contactBtn .item a .text span {
  font-weight: normal;
  font-size: 15px;
}
.contactBtn .item a .text .opentime {
  font-size: 12px;
}
.contactBtn .item a:hover {
  background-color: #fff;
  color: #165387;
}
.contactBtn .item.item1 .text {
  line-height: 1.4;
}
.contactBtn .item.item1 a {
  border-radius: 20px 20px 0 0;
  border-bottom: 0.05rem solid #fff;
}
.contactBtn .item.item1 a .text::before {
  background-image: url("../image/icn-tel.svg");
}
.contactBtn .item.item2 a {
  border-radius: 0 0 20px 20px;
}
.contactBtn .item.item2 a .text::before {
  background-image: url("../image/icn-mail.svg");
}
@media screen and (min-width: 1024px) {
  .contactBtn {
    flex-direction: row;
  }
  .contactBtn > div {
    width: 50%;
    height: 130px;
  }
  .contactBtn .item a .text::before {
    width: 48px;
    height: 48px;
    left: -20px;
  }
  .contactBtn .item.item1 a {
    border-radius: 20px 0 0 20px;
    border-bottom: none;
    border-right: 0.05rem solid #fff;
    line-height: 1.63;
  }
  .contactBtn .item.item1 a .text {
    font-size: 18px;
  }
  .contactBtn .item.item2 a {
    border-radius: 0 20px 20px 0;
    height: calc(100% - 1px);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contactBtn .item.item2 a:hover {
    text-decoration: none;
  }
}

/*======================================
 お問い合わせ
======================================*/
.contact-wrap .notes {
  position: relative;
  font-size: 13.44px;
  margin-top: 1rem;
}
.contact-wrap .notes span {
  color: red;
}
.contact-wrap .notes::before {
  content: '※';
  padding-right: 4px;
}

.contact-from {
  width: 100%;
  margin: 4rem auto 0;
}
@media screen and (min-width: 768px) {
  .contact-from {
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .contact-from {
    width: 60%;
  }
}

#wpforms-confirmation-31 {
  background: #deebf6;
  border: 1px solid #165387;
  text-align: center;
}

/*===============================================
 breadcrumb
=================================================*/
.breadcrumb {
  display: none;
  background-color: #fff;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    display: block;
  }
  .breadcrumb-list {
    display: flex;
    font-size: 12px;
  }
  .breadcrumb-item {
    position: relative;
    padding: 0 12px;
  }
  .breadcrumb-item:not(:last-child)::after {
    content: '》';
    position: absolute;
    top: 50%;
    right: -4px;
    transform: translateY(-50%);
  }
  .breadcrumb-item a {
    color: #337ab7;
    font-weight: normal;
  }
}

/*===============================================
 サブページ共通
=================================================*/
.page-main {
  padding: var(--padding-tb);
  padding-bottom: var(--padding-10);
}

/*===============================================
 お知らせ一覧 - archive -
=================================================*/
.head-wrap .page-head {
  background-color: rgba(202, 218, 218, 0.3);
}
.head-wrap .page-head-inner {
  padding-top: min(8vw, 60px);
  padding-bottom: min(8vw, 60px);
}
.head-wrap .page-head-title {
  font-size: min(5.87vw, 28px);
  font-weight: 600;
  line-height: 1.5;
  padding: .3rem 0 .5rem 20px;
  position: relative;
}
.head-wrap .page-head-title::before {
  content: '';
  background-color: #337ab7;
  width: 3px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 1024px) {
  .head-wrap {
    padding-top: 100px;
  }
}

.page-main .multi-column {
  display: flex;
  flex-direction: column;
}
.page-main .multi-column .main-column {
  margin-bottom: 80px;
}
.page-main .multi-column .main-column .article-list {
  margin-bottom: 4rem;
}
.page-main .multi-column .main-column .article-item {
  color: #012038;
  border-bottom: 0.05rem dotted #012038;
  display: block;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  position: relative;
}
.page-main .multi-column .main-column .article-item-inner {
  position: relative;
  padding-right: 3rem;
  transition: transform 0.4s ease;
}
.page-main .multi-column .main-column .article-item-inner::after {
  content: '';
  background-image: url("../image/icn-az-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 14px;
  height: 8px;
  top: 50%;
  right: 20px;
  transform: rotate(0);
  transition: all .3s ease;
}
.page-main .multi-column .main-column .article-item:hover .article-item-inner {
  transform: translateX(20px);
}
.page-main .multi-column .main-column .article-item:hover .article-item-inner::after {
  transform: rotate(360deg);
}
.page-main .multi-column .main-column .article-item:hover .article-title {
  color: #337ab7;
}
.page-main .multi-column .main-column .article-title {
  font-size: min(4vw, 18px);
  font-weight: 600;
  transition: .4s .2s;
}
.page-main .multi-column .main-column .article time {
  font-size: 12px;
  letter-spacing: 0;
}
@media screen and (min-width: 1024px) {
  .page-main .multi-column {
    flex-direction: row;
    justify-content: space-between;
  }
  .page-main .multi-column .main-column {
    width: min(67.27vw, 740px);
    margin-bottom: 0;
  }
}

aside > section {
  margin-bottom: 4rem;
}
aside .widget-title {
  font-size: min(4.53vw, 20px);
  font-weight: 600;
  color: #337ab7;
  position: relative;
  padding-left: 18px;
  margin-bottom: .8rem;
}
aside .widget-title::before {
  content: '';
  width: 14px;
  height: 14px;
  border: 4px solid #337ab7;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(calc(-50% + 1px));
}
aside .recent-posts-item {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 0.05rem dashed #012038;
}
aside .recent-posts-item a {
  color: #012038;
  font-weight: 500;
}
aside .recent-posts-item a:hover {
  color: #337ab7;
}
aside .recent-posts-item time {
  font-size: 13px;
  letter-spacing: 0;
}
aside .recent-posts-item .post-title {
  font-size: 14px;
  line-height: 1.6;
}
aside .archive-list-item {
  position: relative;
  padding-left: 12px;
}
aside .archive-list-item::before {
  content: '';
  background-color: #337ab7;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
aside .archive-list-item a {
  color: #012038;
  font-size: 14px;
  font-weight: 500;
}
aside .archive-list-item a:hover {
  color: #337ab7;
}
@media screen and (min-width: 1024px) {
  aside {
    width: min(25.45vw, 280px);
  }
}

/*===============================================
 pagination
=================================================*/
.pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-numbers {
  display: flex;
}
.pagination .page-numbers-item {
  width: min(10.13vw, 48px);
  height: min(10.13vw, 48px);
  margin: 0 2px;
}
.pagination .page-numbers-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #337ab7;
  font-weight: 600;
  font-size: 14px;
  color: #337ab7;
}
.pagination .page-numbers-item a span {
  position: relative;
}
.pagination .page-numbers-item a:hover {
  background-color: #337ab7;
  color: #fff;
}
.pagination .page-numbers-item.current a {
  background-color: #337ab7;
  color: #fff;
}
.pagination .page-numbers-item.prev span::before, .pagination .page-numbers-item.next span::before {
  content: '';
  background-image: url("../image/icn-az-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 14px;
  height: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0);
}
.pagination .page-numbers-item.prev span::before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.pagination .page-numbers-item.prev:hover span::before, .pagination .page-numbers-item.next:hover span::before {
  background-image: url("../image/icn-az-arrow-w.svg");
  transition-delay: .2s;
}

/*===============================================
 お知らせページ - post -
=================================================*/
.post-page .head-wrap .page-head-title {
  font-size: min(4.1vw, 22px);
  margin-bottom: 0.5rem;
}
.post-page .head-wrap .page-head time {
  font-size: 12px;
  letter-spacing: 0;
}

.post-page .main-content {
  margin-bottom: 80px;
}
.post-page .main-content p:not(:last-of-type) {
  margin-bottom: 1.8rem;
}
.post-page .main-content strong {
  font-weight: 600;
}
.post-page .main-content ul {
  margin-bottom: 1.8rem;
}
.post-page .main-content ul li {
  position: relative;
  padding-left: 14px;
}
.post-page .main-content ul li::before {
  content: '';
  background-color: #337ab7;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.post-page .main-content ol {
  margin: 1rem 10px 1.8rem;
  counter-reset: count 0;
}
.post-page .main-content ol li {
  position: relative;
  padding-left: 16px;
}
.post-page .main-content ol li::before {
  content: counter(count) ". ";
  counter-increment: count 1;
  color: #337ab7;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
}
.post-page .main-content dl dt {
  font-weight: 600;
  margin-bottom: 6px;
  color: #165387;
}
.post-page .main-content dl dd {
  margin-bottom: 1.8rem;
}
.post-page .main-content h4 {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1rem;
  padding-bottom: 0.4rem;
}
.post-page .main-content h4::before, .post-page .main-content h4::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0.05rem;
  bottom: 0;
  left: 0;
  background-color: rgba(1, 32, 56, 0.3);
}
.post-page .main-content h4::before {
  background-color: #337ab7;
  width: 20%;
  height: 0.1rem;
}
.post-page .main-content h5 {
  display: inline-block;
  background-color: #012038;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem;
}
.post-page .main-content img {
  width: 100%;
  height: auto;
  margin: 1rem 0;
}
.post-page .main-content h6 {
  font-size: 16px;
  color: #337ab7;
  font-weight: 600;
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 1024px) {
  .post-page .main-content .size-full {
    width: 100%;
  }
  .post-page .main-content .size-medium {
    width: 48%;
  }
  .post-page .main-content .size-thumbnail {
    width: 28%;
  }
  .post-page .main-content .alignleft {
    float: left;
    margin-right: 1rem;
  }
  .post-page .main-content .alignright {
    float: right;
    margin-left: 1rem;
  }
  .post-page .main-content .aligncenter {
    float: none;
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.post-page .post-navigation .nav-link {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  border-top: 0.05rem solid rgba(1, 32, 56, 0.3);
  border-bottom: 0.05rem solid rgba(1, 32, 56, 0.3);
  align-items: center;
}
.post-page .post-navigation .nav-link a {
  color: #012038;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  display: block;
}
.post-page .post-navigation .nav-link a:hover {
  background-color: rgba(202, 218, 218, 0.3);
}
.post-page .post-navigation .nav-link::after {
  content: '';
  width: 0.05rem;
  height: calc(100% - 40px);
  background-color: rgba(1, 32, 56, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.post-page .post-navigation .nav-prev, .post-page .post-navigation .nav-next {
  line-height: 1.4;
  position: relative;
}
.post-page .post-navigation .nav-prev::before, .post-page .post-navigation .nav-next::before {
  content: '';
  background-image: url("../image/icn-az-arrow-w.svg");
  background-repeat: no-repeat;
  background-size: 9px 6px;
  background-position: center;
  background-color: #012038;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}
.post-page .post-navigation .nav-prev a {
  padding: 20px 15px 20px 40px;
}
.post-page .post-navigation .nav-prev::before {
  transform: translateY(-50%) rotate(180deg);
  left: 8px;
}
.post-page .post-navigation .nav-next a {
  padding: 20px 40px 20px 15px;
}
.post-page .post-navigation .nav-next::before {
  right: 8px;
}
@media screen and (min-width: 768px) {
  .post-page .post-navigation .nav-prev a {
    padding: 26px 15px 26px 40px;
  }
  .post-page .post-navigation .nav-next a {
    padding: 26px 40px 26px 15px;
  }
}

.pp .box {
  margin-bottom: 50px;
}

.post-recruit h4 span {
  position: relative;
  padding-left: 28px;
}
.post-recruit h4 span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
}
.post-recruit .block-work h4 span::before {
  background-image: url("../image/icn-file.svg");
}
.post-recruit .block-point h4 span::before {
  background-image: url("../image/icn-good.svg");
}
.post-recruit .block-qal h4 span::before {
  background-image: url("../image/icn-qal.svg");
}
.post-recruit .block-time h4 span::before {
  background-image: url("../image/icn-time.svg");
  width: 20px;
  height: 20px;
}
.post-recruit .block-offtime h4 span::before {
  background-image: url("../image/icn-holiday.svg");
}
.post-recruit .block-place h4 span::before {
  background-image: url("../image/icn-company.svg");
}
.post-recruit .block-money h4 span::before {
  background-image: url("../image/icn-money.svg");
  width: 24px;
  height: 21px;
}
