@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
 * v2.0 | 20110126
 * License: none (public domain)
 */
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-size: 100%;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

img {
  vertical-align: top;
}

@keyframes hoverMenu {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOutMask {
  0% {
    opacity: 1;
    z-index: 200;
  }
  99% {
    opacity: 0.02;
    z-index: 200;
  }
  100% {
    z-index: -1;
    opacity: 0;
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(1rem);
  }
}
@keyframes textUp {
  0% {
    opacity: 0;
    transform: translateY(60%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes zoomLink {
  to {
    transform: scale(105%);
  }
}
body {
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "YuGothic", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  line-height: 2;
}

strong {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}

/* */
@media screen and (min-width: 750px) {
  .pc_only {
    display: block;
  }
}
@media screen and (max-width: 749px) {
  .pc_only {
    display: none;
  }
}

@media screen and (min-width: 750px) {
  .sp_only {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  .sp_only {
    display: block;
  }
}

#mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  z-index: 200;
}
#mask.action {
  animation: fadeOutMask 1s ease-in-out forwards;
}

.btn {
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  background: #f7b97c;
  text-decoration: none;
  color: #ffffff;
  border-radius: 10px;
  font-size: 1.125rem;
  padding: 1.5rem 2.5rem;
  position: relative;
  line-height: 1;
}
.btn:after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5em);
  right: 2em;
  height: 1em;
  width: 1em;
  font-size: 10px;
  border-right: 1px solid #867d73;
  border-top: 1px solid #867d73;
  transform: rotate(45deg);
  border-color: #ffffff;
}
.btn:hover {
  opacity: 0.8;
}

.btn2 {
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  text-decoration: none;
  color: #334ea0;
  border-radius: 10px;
  font-size: 1.125rem;
  border: 1px solid #334ea0;
  padding: 1.5rem 2.5rem;
  position: relative;
  line-height: 1;
  width: calc(100% - 0.625rem);
}
.btn2 span {
  position: relative;
  z-index: 3;
}
.btn2:after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5em);
  right: 2em;
  height: 1em;
  width: 1em;
  font-size: 10px;
  border-right: 1px solid #867d73;
  border-top: 1px solid #867d73;
  transform: rotate(45deg);
  border-color: #334ea0;
}
.btn2:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0.625rem;
  background: url("../img/common/grd_bg.png") no-repeat center/cover;
  transform: translate(0.625rem, 0.625rem);
}
@keyframes btn_bg {
  0% {
    transform: translate(0.625rem, 0.625rem);
  }
  100% {
    transform: translate(0, 0);
  }
}
.btn2:hover {
  opacity: 0.8;
}
.btn2:hover:before {
  transform: none;
  opacity: 0.5;
  animation: 0.2s ease btn_bg forwards;
}

address, i {
  font-style: normal;
}

html {
  font-size: 16px;
}
@media screen and (max-width: 1100px) {
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 749px) {
  html {
    font-size: 14px;
  }
}
html.open {
  overflow: hidden;
}
html.open body {
  overflow: hidden;
}
html.open body section.nav_box div.inner nav {
  display: flex;
}
html.open body section.nav_box div.inner nav ul.nav li.menu span.on + .submenu {
  display: block;
}

body {
  position: relative;
  color: #4c4c4c;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}

header {
  background: #ffffff;
  padding: 2rem 0;
}
@media screen and (max-width: 749px) {
  header {
    padding: 24px 0 20px;
  }
}
header .inner {
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  max-width: 1440px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 749px) {
  header .inner {
    flex-direction: column;
  }
}
header .inner h1 {
  max-width: 480px;
  width: 35%;
}
@media screen and (max-width: 1100px) {
  header .inner h1 {
    width: 40%;
  }
}
@media screen and (max-width: 749px) {
  header .inner h1 {
    width: 75%;
  }
}
header .inner > div {
  display: flex;
  align-items: center;
  font-size: 1rem;
  gap: 1.25rem;
}
@media screen and (max-width: 1100px) {
  header .inner > div {
    padding-right: 5.625rem;
  }
}
@media screen and (max-width: 749px) {
  header .inner > div {
    margin-top: 10px;
    padding-right: 0;
  }
}
header .inner > div address {
  padding-left: 1em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 3.125rem;
}
header .inner > div address span {
  line-height: 1;
}
header .inner > div address span br {
  display: none;
}
@media (max-width: 1520px) {
  header .inner > div address span {
    margin: auto 0;
    line-height: 1.6;
  }
  header .inner > div address span br {
    display: block;
  }
  header .inner > div address span + span {
    display: none;
  }
}
@media (max-width: 1210px) {
  header .inner > div address {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  header .inner > div address {
    display: flex;
    padding-left: 0;
    height: auto;
  }
  header .inner > div address span {
    margin: auto 0;
    display: block;
    font-size: 10px;
  }
  header .inner > div address span br {
    display: none;
  }
}
header .inner > div .link {
  display: flex;
  gap: 1.25rem;
}
header .inner > div .link:before {
  content: "";
  display: block;
  width: 2px;
  background: #748dc7;
  order: 2;
}
@media screen and (max-width: 1100px) {
  header .inner > div .link:before {
    display: none;
  }
}
header .inner > div a.tel {
  display: flex;
  align-items: end;
  margin-top: auto;
  margin-bottom: auto;
  order: 3;
}
@media screen and (max-width: 749px) {
  header .inner > div a.tel {
    display: none;
  }
}
header .inner > div a.tel:before {
  content: "";
  width: 1em;
  height: 1em;
  font-size: 1rem;
  background: url("../img/common/icon_tel.svg") no-repeat center/cover;
  margin-bottom: 0.3125rem;
  margin-right: 0.3125rem;
}
header .inner > div a.tel span {
  line-height: 1;
  font-size: 2rem;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  color: #1a2c69;
}
header .inner > div a.map {
  width: 5.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 0.3125rem;
  background: #334ea0;
  height: 3.125rem;
  box-sizing: border-box;
  order: 1;
}
header .inner > div a.map span {
  color: #ffffff;
  font-size: 1rem;
}
@media screen and (max-width: 749px) {
  header .inner > div a.map {
    width: 43px;
    height: 23px;
  }
  header .inner > div a.map span {
    font-size: 10px;
  }
}
header .inner > div a.insta {
  width: 3.125rem;
  order: 5;
}
header .inner > div a.insta img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1100px) {
  #sp_menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    top: 0;
    right: 3%;
    z-index: 200;
    width: 1em;
    height: 1.17em;
    background: #334ea0;
    font-size: 5.625rem;
    border-radius: 0 0 1.25rem 1.25rem;
  }
}
@media screen and (max-width: 1100px) and (max-width: 749px) {
  #sp_menu {
    right: 0;
    border-radius: 0 0 0 1.25rem;
    height: 1em;
  }
}
@media screen and (max-width: 1100px) {
  #sp_menu:before {
    background: url("../img/common/sp_menu.png") no-repeat center/cover;
    content: "";
    height: 38px;
    width: 35px;
    box-sizing: border-box;
    display: block;
    margin: auto;
  }
}

@media screen and (max-width: 1100px) {
  .open #sp_menu:before {
    background: url("../img/common/sp_menu_close.png") no-repeat center/cover;
  }
}

@media screen and (max-width: 782px) {
  body.logged-in.admin-bar #sp_menu {
    top: 46px !important;
  }
}
@media screen {
  body.logged-in.admin-bar #sp_menu {
    top: 32px !important;
  }
}
@media screen and (max-width: 600px) {
  body.logged-in.admin-bar #wpadminbar {
    top: -1px !important;
    position: fixed !important;
  }
}

.slider_box {
  margin-bottom: 3.75rem;
}
.slider_box .inner {
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.slider_box .inner .slider {
  position: relative;
  z-index: 1;
  height: 80vh;
  max-height: 795px;
}
@media screen and (max-width: 749px) {
  .slider_box .inner .slider {
    height: 50vh;
  }
}
.slider_box .inner .slider .swiper-wrapper {
  overflow: hidden;
  border-radius: 1.875rem;
}
.slider_box .inner .slider .swiper-wrapper .slide1 {
  height: 100%;
  background: url("../img/index/slide1.jpg") no-repeat center/cover;
}
.slider_box .inner .slider .swiper-wrapper .slide2 {
  height: 100%;
  background: url("../img/index/slide2.jpg") no-repeat center/cover;
}
.slider_box .inner .slider .swiper-wrapper .slide3 {
  height: 100%;
  background: url("../img/index/slide3.jpg") no-repeat center/cover;
}
.slider_box .inner .slider .swiper-wrapper .swiper-slide > div {
  opacity: 0;
  height: 100%;
}
.slider_box .inner .slider .swiper-wrapper .swiper-slide.swiper-slide-prev > div {
  animation: fadeOut 2s ease-in forwards;
}
.slider_box .inner .slider .swiper-wrapper .swiper-slide.swiper-slide-active > div {
  animation: fadeIn 2s ease-in forwards;
}
.slider_box .inner .slider .fade {
  border-radius: 1.875rem;
  position: absolute;
  z-index: 20;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1a2c69;
  animation: 1s fadeOut ease-in 1 forwards;
}
.slider_box .inner .slider .timteTable {
  background: url("../img/titme_table.png") no-repeat center/cover;
  z-index: 10;
  box-sizing: border-box;
  border-radius: 1.875rem;
}
@media screen and (min-width: 750px) {
  .slider_box .inner .slider .timteTable {
    width: 33.75rem;
    position: absolute;
    right: 1.875rem;
    bottom: 1.875rem;
  }
}
@media screen and (max-width: 749px) {
  .slider_box .inner .slider .timteTable {
    width: 95%;
    position: absolute;
    background: url("../img/titme_table_sp.png") no-repeat center/cover;
    left: 2.5%;
    bottom: 0%;
    transform: translateY(90%);
    border-radius: 0.5rem;
  }
}
.slider_box .inner .slider .timteTable:before {
  content: "";
  padding-top: 59.2592592593%;
  display: block;
}

@media screen and (min-width: 1099px) {
  section.nav_box .inner {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
  section.nav_box #sp_menu {
    display: none;
  }
  section.nav_box nav {
    margin-bottom: 0.875rem;
  }
  section.nav_box nav .tab_menu {
    display: none;
  }
  section.nav_box nav .nav {
    display: grid;
    grid-template-columns: 11.8181818182% repeat(5, 15.2727272727%) 11.8181818182%;
  }
  section.nav_box nav .nav img {
    width: auto;
    height: 5.125rem;
  }
  section.nav_box nav .nav > li {
    position: relative;
    padding-bottom: 1.25rem;
  }
  section.nav_box nav .nav > li + li {
    text-align: center;
  }
  section.nav_box nav .nav > li + li > a:hover {
    opacity: 0.7;
  }
  section.nav_box nav .nav > li + li:before {
    content: "";
    width: 1px;
    height: 5.3125rem;
    position: absolute;
    top: 0;
    left: 0;
    background: #748dc7;
  }
  section.nav_box nav .nav > li + li > span:hover {
    cursor: pointer;
  }
  section.nav_box nav .nav > li + li > span:hover:hover {
    opacity: 0.7;
  }
  section.nav_box nav .nav > li + li > span:after {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    font-size: 1rem;
    background: url("../img/common/icon_arrow2.svg") no-repeat center/cover;
    margin: 0.6875rem auto 0;
  }
  section.nav_box nav .nav > li + li.menu:hover .submenu {
    display: block;
  }
  section.nav_box nav .nav > li:last-child {
    text-align: right;
  }
  section.nav_box nav .nav > li:last-child a {
    display: inline-block;
    margin-right: 1.125rem;
  }
  section.nav_box nav .nav .submenu {
    display: none;
    width: 35.25rem;
    border: 4.5px solid #f7b97c;
    border-radius: 0.625rem;
    box-sizing: border-box;
    padding: 1.5rem;
    background: #ffffff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    z-index: 50;
    opacity: 0;
    animation: 0.5s fadeIn ease-in 1 forwards;
  }
  section.nav_box nav .nav .submenu > ul {
    display: flex;
    text-align: left;
  }
  section.nav_box nav .nav .submenu > ul > li {
    flex-basis: 51.5625%;
  }
  section.nav_box nav .nav .submenu > ul > li + li {
    flex-basis: 42.96875%;
    border-left: 1px solid #1a2c69;
    padding-left: 1.875rem;
    margin-left: 2rem;
  }
  section.nav_box nav .nav .submenu > ul > li .subtitle {
    font-weight: bold;
    color: #1a2c69;
  }
  section.nav_box nav .nav .submenu > ul > li .subtitle + ul {
    padding-left: 1rem;
  }
  section.nav_box nav .nav .submenu > ul > li .subtitle + ul li a {
    font-weight: normal;
    color: #646464;
  }
  section.nav_box nav .nav .submenu > ul > li a {
    display: block;
    position: relative;
    font-weight: bold;
    color: #1a2c69;
  }
  section.nav_box nav .nav .submenu > ul > li a:after {
    content: "";
    position: absolute;
    top: calc(50% - 0.5em);
    right: 0;
    width: 1em;
    height: 1em;
    font-size: 1rem;
    background: url("../img/common/icon_arrow.svg") no-repeat center/cover;
  }
}
@media screen and (max-width: 1100px) {
  section.nav_box nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
    background: #ffffff;
    overflow: auto;
    flex-direction: column;
  }
  section.nav_box nav .tab_menu {
    padding-top: 5rem;
    width: 80%;
    max-width: 38.125rem;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding-bottom: 1.25rem;
    border-bottom: 2px dashed #cccccc;
  }
  section.nav_box nav .tab_menu ul li a {
    display: flex;
    align-items: end;
    margin-top: auto;
    margin-bottom: auto;
    justify-content: center;
    border-radius: 5px;
  }
  section.nav_box nav .tab_menu ul .tel a:before {
    content: "";
    width: 1em;
    height: 1em;
    font-size: 1rem;
    background: url("../img/common/icon_tel.svg") no-repeat center/cover;
    margin-bottom: 0.3125rem;
    margin-right: 0.3125rem;
  }
}
@media screen and (max-width: 1100px) and (max-width: 749px) {
  section.nav_box nav .tab_menu ul .tel a:before {
    font-size: 18px;
  }
}
@media screen and (max-width: 1100px) {
  section.nav_box nav .tab_menu ul .tel a span {
    line-height: 1;
    font-size: 2rem;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
    color: #1a2c69;
  }
}
@media screen and (max-width: 1100px) and (max-width: 749px) {
  section.nav_box nav .tab_menu ul .tel a span {
    font-size: 30px;
  }
}
@media screen and (max-width: 1100px) {
  section.nav_box nav .tab_menu ul .web1, section.nav_box nav .tab_menu ul .web2, section.nav_box nav .tab_menu ul .line {
    margin-top: 24px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 749px) {
  section.nav_box nav .tab_menu ul .web1, section.nav_box nav .tab_menu ul .web2, section.nav_box nav .tab_menu ul .line {
    margin-top: 19px;
  }
}
@media screen and (max-width: 1100px) {
  section.nav_box nav .tab_menu ul .web1 a, section.nav_box nav .tab_menu ul .web2 a, section.nav_box nav .tab_menu ul .line a {
    background: #efad65;
    padding: 14px 0;
    align-items: center;
  }
}
@media screen and (max-width: 1100px) and (max-width: 749px) {
  section.nav_box nav .tab_menu ul .web1 a, section.nav_box nav .tab_menu ul .web2 a, section.nav_box nav .tab_menu ul .line a {
    padding: 10px 0;
  }
}
@media screen and (max-width: 1100px) {
  section.nav_box nav .tab_menu ul .web1 a:before, section.nav_box nav .tab_menu ul .web2 a:before, section.nav_box nav .tab_menu ul .line a:before {
    content: "";
    width: 1em;
    height: 1em;
    font-size: 28px;
    background: url("../img/common/icon_web1_tab.png") no-repeat center/cover;
    margin-right: 0.3125rem;
  }
  section.nav_box nav .tab_menu ul .web1 a span, section.nav_box nav .tab_menu ul .web2 a span, section.nav_box nav .tab_menu ul .line a span {
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
  }
}
@media screen and (max-width: 1100px) and (max-width: 749px) {
  section.nav_box nav .tab_menu ul .web1 a span, section.nav_box nav .tab_menu ul .web2 a span, section.nav_box nav .tab_menu ul .line a span {
    font-size: 12px;
  }
}
@media screen and (max-width: 1100px) {
  section.nav_box nav .tab_menu ul .web2 a {
    background-color: #334ea0;
  }
  section.nav_box nav .tab_menu ul .web2 a:before {
    background: url("../img/common/icon_web2_tab.png") no-repeat center/cover;
  }
  section.nav_box nav .tab_menu ul .line a {
    background: #8fe6b2;
  }
  section.nav_box nav .tab_menu ul .line a:before {
    background: url("../img/common/icon_line_tab.png") no-repeat center/cover;
  }
  section.nav_box nav .submenu {
    display: none;
    position: absolute;
    bottom: -0.625rem;
    left: 0;
    transform: translateY(100%);
    z-index: 150;
    padding: 1.25rem;
    border: 4.5px solid #f7b97c;
    border-radius: 0.625rem;
    box-sizing: border-box;
    padding: 1.5rem;
    background: #ffffff;
    width: 100%;
    opacity: 0;
    animation: 0.5s fadeIn ease-in 1 forwards;
    font-size: 1.25rem;
  }
  section.nav_box nav .submenu .subtitle {
    font-weight: bold;
    color: #1a2c69;
  }
  section.nav_box nav .submenu .subtitle + ul {
    padding-left: 1rem;
  }
  section.nav_box nav .submenu .subtitle + ul li a {
    font-weight: normal;
    color: #646464;
  }
  section.nav_box nav .submenu a {
    display: block;
    position: relative;
    font-weight: bold;
    color: #1a2c69;
  }
  section.nav_box nav .submenu a:after {
    content: "";
    position: absolute;
    top: calc(50% - 0.5em);
    right: 0;
    width: 1em;
    height: 1em;
    font-size: 1rem;
    background: url("../img/common/icon_arrow.svg") no-repeat center/cover;
  }
  section.nav_box nav > ul.nav {
    padding: 0.9375rem 0 5rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    width: 80%;
    max-width: 40.625rem;
    box-sizing: border-box;
    margin: 0 auto;
    order: 2;
  }
}
@media screen and (max-width: 1100px) and (max-width: 749px) {
  section.nav_box nav > ul.nav {
    gap: 0.75rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 1100px) {
  section.nav_box nav > ul.nav > li {
    opacity: 0;
    animation: 0.2s fadeIn ease-in forwards;
  }
  section.nav_box nav > ul.nav > li > span, section.nav_box nav > ul.nav > li > a {
    margin: 1.25rem;
    padding: 1.25rem;
    text-align: center;
    display: block;
    border: 1px solid #1a2c69;
    border-radius: 0.625rem;
  }
}
@media screen and (max-width: 1100px) and (max-width: 749px) {
  section.nav_box nav > ul.nav > li > span, section.nav_box nav > ul.nav > li > a {
    margin: 0.625rem 0;
    padding: 0.625rem;
  }
}
@media screen and (max-width: 1100px) {
  section.nav_box nav > ul.nav > li.menu {
    position: relative;
    z-index: 100;
  }
  section.nav_box nav > ul.nav > li.menu span {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1100px) and (max-width: 749px) {
  section.nav_box nav > ul.nav > li.menu span {
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 1100px) {
  section.nav_box nav > ul.nav > li.menu span:hover {
    cursor: pointer;
  }
  section.nav_box nav > ul.nav > li.menu:after {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    font-size: 1.5rem;
    background: url("../img/common/icon_arrow2.svg") no-repeat center/cover;
    position: absolute;
    bottom: -0.625rem;
    left: calc(50% - 0.5em);
  }
  section.nav_box nav > ul.nav > li img {
    width: auto;
    height: 8rem;
  }
}
@media screen and (max-width: 1100px) and (max-width: 749px) {
  section.nav_box nav > ul.nav > li img {
    height: 5rem;
  }
}

body.index .visual_box {
  margin-bottom: 4rem;
}

.gradation {
  background: linear-gradient(0deg, rgb(217, 228, 239) 0%, rgb(255, 255, 255) 100%);
}

.visual_box .inner {
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.visual_box .inner > div {
  position: relative;
}
.visual_box .inner > div:before {
  content: "Text";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  color: #ffffff;
  font-size: 3.375rem;
  border-bottom: 2px dashed #ffffff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 749px) {
  .visual_box .inner > div:before {
    font-size: 1.5625rem;
  }
}
.visual_box .inner > div .bg {
  position: relative;
  background: url("../img/main.jpg") no-repeat center/cover;
  border-radius: 1.875rem;
  overflow: hidden;
}
@media screen and (max-width: 749px) {
  .visual_box .inner > div .bg {
    border-radius: 0.9375rem;
  }
}
.visual_box .inner > div .bg:before {
  content: "";
  padding-top: 22.3214285714%;
  display: block;
}
@media screen and (max-width: 749px) {
  .visual_box .inner > div .bg:before {
    padding-top: 15vh;
  }
}
.visual_box .inner > div .fade {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1a2c69;
  animation: 1s fadeOut ease-in 1 forwards;
}

body.index section .inner > .title:before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.75rem;
  background: url("../img/common/icon_star.svg") no-repeat center/cover;
}
body.index section .inner > .title h2 {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
  color: #1a2c69;
}
body.index section .inner > .title h2 span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: block;
  line-height: 1;
  font-size: 3.375rem;
  font-weight: 400;
  margin-top: 0.625rem;
}
body.index section .inner > .title h2 span::first-letter {
  line-height: 1;
  font-weight: 600;
  color: #f7b97c;
}

body:not(.index) section .inner > .title:after {
  content: "";
  width: 5.9375rem;
  height: 2.1875rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.75rem;
  background: url("../img/common/icon_star2.svg") no-repeat center/cover;
}
body:not(.index) section .inner > .title h2 {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: normal;
  color: #4c4c4c;
}
body:not(.index) section .inner > .title h2 span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  display: block;
  line-height: 1;
  color: #1a2c69;
  font-size: 3.375rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 749px) {
  body:not(.index) section .inner > .title h2 span {
    line-height: 1.3;
    font-size: 2.1875rem;
  }
}
@media screen and (min-width: 750px) {
  body:not(.index) section .inner > .title h2 span br {
    display: none;
  }
}

.section_bg {
  background: linear-gradient(180deg, rgb(217, 228, 239) 50%, rgb(255, 255, 255) 50%);
}
.section_bg:before {
  content: "";
  padding-top: 26.3157894737%;
  display: block;
  background: url("../img/common/bg1.svg") no-repeat center/cover;
}

footer {
  margin-top: 8rem;
}
footer > p {
  padding: 4.75rem 0 3rem;
  line-height: 1;
  text-align: center;
  font-size: 1rem;
  color: #1a2c69;
  background: rgba(116, 141, 199, 0.25);
  background: linear-gradient(90deg, rgba(116, 141, 199, 0.25) 0%, rgba(194, 225, 209, 0.25) 100%);
}
footer .inner {
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 749px) {
  footer .inner {
    width: 96%;
  }
}
footer .inner .flex_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 749px) {
  footer .inner .flex_box {
    display: block;
  }
}
footer .inner .logo_box {
  flex-basis: 33.8541666667%;
}
@media screen and (max-width: 749px) {
  footer .inner .logo_box {
    margin: 0 auto 3.125rem;
    width: 95%;
  }
  footer .inner .logo_box img {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
}
footer .inner .logo_box p {
  margin-top: 0.625rem;
  font-size: 1rem;
  color: #000000;
  text-align: center;
}
@media screen and (max-width: 749px) {
  footer .inner .logo_box p {
    font-size: 14px;
    order: 1;
  }
}
footer .inner .logo_box a.tel {
  display: flex;
  align-items: end;
  margin-top: auto;
  margin-bottom: auto;
  justify-content: center;
}
footer .inner .logo_box a.tel:before {
  content: "";
  width: 1em;
  height: 1em;
  font-size: 1rem;
  background: url("../img/common/icon_tel.svg") no-repeat center/cover;
  margin-bottom: 0.3125rem;
  margin-right: 0.3125rem;
}
@media screen and (max-width: 749px) {
  footer .inner .logo_box a.tel:before {
    font-size: 18px;
  }
}
footer .inner .logo_box a.tel span {
  line-height: 1;
  font-size: 2rem;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  color: #1a2c69;
}
@media screen and (max-width: 749px) {
  footer .inner .logo_box a.tel span {
    font-size: 30px;
  }
}
footer .inner .logo_box a.insta {
  width: 4rem;
  height: 4rem;
  display: block;
}
footer .inner .logo_box a.line {
  width: 4rem;
  height: 4rem;
  display: block;
}
footer .inner .logo_box .sns_box {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
  justify-content: center;
}
footer .inner .logo_box .flex_box {
  display: flow-root;
  margin-top: 2rem;
}
@media screen and (max-width: 749px) {
  footer .inner .logo_box .flex_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.9375rem;
  }
}
footer .footer_nav {
  background: rgba(116, 141, 199, 0.25);
  background: linear-gradient(90deg, rgba(116, 141, 199, 0.25) 0%, rgba(194, 225, 209, 0.25) 100%);
  margin-top: 8rem;
  padding-top: 3rem;
}
footer .footer_nav .inner {
  max-width: 1232px;
  width: 95%;
}
@media screen and (max-width: 1100px) {
  footer .footer_nav .inner {
    box-sizing: border-box;
    margin: 0 6.25rem;
    max-width: 800px;
    width: auto;
  }
}
@media screen and (max-width: 749px) {
  footer .footer_nav .inner {
    width: 90%;
    margin: 0 auto;
    max-width: 300px;
  }
}
footer .footer_nav .inner .flex_box {
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 749px) {
  footer .footer_nav .inner .flex_box {
    display: block;
  }
}
footer .footer_nav .inner .flex_box li a {
  display: block;
  position: relative;
  z-index: 50;
  font-weight: bold;
  color: #646464;
  cursor: pointer;
}
@media screen and (max-width: 749px) {
  footer .footer_nav .inner .flex_box li a {
    font-size: 14px;
  }
}
footer .footer_nav .inner .flex_box li a:after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5em);
  right: 2em;
  height: 1em;
  width: 1em;
  font-size: 10px;
  border-right: 1px solid #867d73;
  border-top: 1px solid #867d73;
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  border-color: #646464;
  transform: scale(90%) rotate(45deg);
}
footer .footer_nav .inner .flex_box > div {
  box-sizing: border-box;
}
footer .footer_nav .inner .flex_box > div + div {
  margin-left: 6.4935064935%;
  padding-left: 6.4935064935%;
  border-left: 1px solid #1a2c69;
}
@media screen and (max-width: 749px) {
  footer .footer_nav .inner .flex_box > div + div {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }
}
@media screen and (min-width: 1099px) {
  footer .footer_nav .inner .flex_box .box1 {
    flex-grow: 1;
  }
}
@media screen and (max-width: 1100px) {
  footer .footer_nav .inner .flex_box .box1 {
    flex-grow: 1;
  }
}
footer .footer_nav .inner .flex_box .box2 {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (min-width: 1099px) {
  footer .footer_nav .inner .flex_box .box2 {
    flex-grow: 1.4;
  }
}
@media screen and (max-width: 1100px) {
  footer .footer_nav .inner .flex_box .box2 {
    display: block;
    flex-grow: 1;
  }
}
@media screen and (max-width: 749px) {
  footer .footer_nav .inner .flex_box .box2 {
    display: block;
    border-top: 1px solid #1a2c69;
    margin-top: 1.875rem;
    padding-top: 1.875rem;
  }
}
footer .footer_nav .inner .flex_box .box2 .mintitle {
  flex-basis: 100%;
  color: #646464;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 749px) {
  footer .footer_nav .inner .flex_box .box2 .mintitle {
    font-size: 14px;
  }
}
footer .footer_nav .inner .flex_box .box2 ul {
  max-width: 216px;
  flex-basis: 48%;
}
@media screen and (max-width: 749px) {
  footer .footer_nav .inner .flex_box .box2 ul {
    max-width: none;
  }
}
footer .footer_nav .inner .flex_box .box2 ul li a {
  font-weight: normal;
}
footer .footer_nav .inner .flex_box .box2 ul li.sub a {
  position: relative;
  padding-left: 1.2em;
}
footer .footer_nav .inner .flex_box .box2 ul li.sub a:before {
  content: "";
  width: 1em;
  height: 1px;
  background: #646464;
  position: absolute;
  top: calc(50% - 0.5px);
  left: 0;
}
footer .footer_nav .inner .flex_box .box2 ul li.margin {
  margin-top: 1.625rem;
}
footer .footer_nav .inner .flex_box .box2 ul + ul {
  margin-left: 12.1212121212%;
}
@media screen and (max-width: 1100px) {
  footer .footer_nav .inner .flex_box .box2 ul + ul {
    margin-left: 0;
  }
}
@media screen and (min-width: 1099px) {
  footer .footer_nav .inner .flex_box .box3 {
    flex-grow: 1.2;
  }
}
@media screen and (max-width: 1100px) {
  footer .footer_nav .inner .flex_box .box3 {
    flex-grow: 1;
  }
}
@media screen and (max-width: 749px) {
  footer .footer_nav .inner .flex_box .box3 {
    border-top: 1px solid #1a2c69;
    margin-top: 1.875rem;
    padding-top: 1.875rem;
  }
}

#timeTable {
  flex-basis: 61.3839285714%;
}
#timeTable ul {
  margin-top: 0.5rem;
}
#timeTable ul li {
  color: #1a2c69;
}
#timeTable ul li:not(.none) {
  position: relative;
  padding-left: 1em;
}
#timeTable ul li:not(.none):before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}
@media screen and (max-width: 749px) {
  #timeTable ul li {
    letter-spacing: -1px;
    font-size: 14px;
  }
}
#timeTable table {
  width: 100%;
  display: block;
}
#timeTable table th, #timeTable table td {
  box-sizing: border-box;
  width: 12.9696969697%;
  display: block;
  font-size: 1.125rem;
}
@media screen and (max-width: 749px) {
  #timeTable table th, #timeTable table td {
    font-size: 1rem;
    width: 10.9090909091%;
  }
}
#timeTable table thead {
  display: block;
}
#timeTable table thead tr {
  display: flex;
  background: #748dc7;
  margin-bottom: 1em;
  border-radius: 0.625rem;
  overflow: hidden;
  box-sizing: border-box;
}
#timeTable table thead th {
  padding: 1rem 0;
}
#timeTable table thead th span {
  display: block;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1;
}
#timeTable table thead th + th {
  border-left: 1px solid #ffffff;
}
#timeTable table thead th:first-child {
  width: 22.0606060606%;
}
@media screen and (max-width: 749px) {
  #timeTable table thead th:first-child {
    width: 32.9696969697%;
  }
}
#timeTable table thead th:first-child span {
  border-radius: 0.625rem 0 0 0.625rem;
}
#timeTable table thead th:last-child span {
  border-radius: 0 0.625rem 0.625rem 0;
}
#timeTable table tbody {
  background: #e3e8f4;
  display: flex;
  border-radius: 0.625rem;
  overflow: hidden;
  flex-wrap: wrap;
  width: 100%;
}
#timeTable table tbody tr {
  width: 100%;
  display: flex;
}
#timeTable table tbody tr + tr {
  border-top: 1px solid #ffffff;
}
#timeTable table tbody tr td {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  height: 5rem;
}
#timeTable table tbody tr td span {
  text-align: center;
  line-height: 1;
  display: block;
  color: #1a2c69;
}
#timeTable table tbody tr td + td {
  border-left: 1px solid #ffffff;
}
#timeTable table tbody tr td:first-child {
  width: 22.0606060606%;
  font-weight: bold;
}
@media screen and (max-width: 749px) {
  #timeTable table tbody tr td:first-child {
    width: 32.9696969697%;
    letter-spacing: -0.5px;
  }
}

#page_top a {
  position: fixed;
  bottom: 10px;
  right: 1.25rem;
  width: 1em;
  height: 1em;
  background: url("../img/common/gotop.svg") no-repeat center/cover;
  border-radius: 0.625rem;
  opacity: 0;
  transform: translateY(-100%);
  animation: fadeDown 0.5s ease-in-out forwards;
  z-index: 50;
}
@media screen and (min-width: 1099px) {
  #page_top a {
    font-size: 70px;
  }
}
@media screen and (max-width: 1100px) {
  #page_top a {
    font-size: 55px;
  }
}
@media screen and (max-width: 749px) {
  #page_top a {
    font-size: 40px;
  }
}
@media screen and (max-width: 749px) {
  #page_top a {
    bottom: 70px;
  }
}
#page_top a span {
  display: block;
  text-indent: -9999em;
  overflow: hidden;
}
#page_top.on a {
  animation: fadeUp 0.5s ease-in-out forwards;
}

#bread_list {
  margin-top: 4rem;
  margin-bottom: 3.375rem;
}
@media screen and (max-width: 749px) {
  #bread_list {
    margin: 2rem 0;
  }
}
#bread_list ul {
  display: flex;
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  max-width: 1344px;
}
#bread_list ul li {
  font-size: 1rem;
  color: #000000;
}
#bread_list ul li a {
  color: #000000;
}
#bread_list ul li + li:before {
  content: ">";
  display: inline-block;
  margin: 0 1em;
}

.treatment_submenu {
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2.380952381%;
}
.treatment_submenu li {
  flex-basis: 23.2142857143%;
  margin-bottom: 2.380952381%;
}
@media (max-width: 1068px) {
  .treatment_submenu li {
    flex-basis: 49%;
  }
}
@media screen and (max-width: 749px) {
  .treatment_submenu li:nth-child(5) {
    letter-spacing: -1px;
  }
}
.treatment_submenu li a {
  display: block;
  position: relative;
  text-align: center;
  background: #dce2f1;
  color: #1a2c69;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  padding: 1.5rem;
  border-radius: 0.625rem;
}
@media (max-width: 1068px) {
  .treatment_submenu li a {
    padding: 0.9375rem;
  }
}
@media screen and (max-width: 749px) {
  .treatment_submenu li a {
    padding: 0.625rem 0.375rem;
    text-align: left;
  }
}
.treatment_submenu li a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background-color: #1a2c69;
  transform: translateY(-50%);
  font-size: 1.25rem;
}
@media screen and (max-width: 749px) {
  .treatment_submenu li a:before {
    right: 0.3125rem;
  }
}
.treatment_submenu li a:after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5em);
  right: 2em;
  height: 1em;
  width: 1em;
  font-size: 10px;
  border-right: 1px solid #867d73;
  border-top: 1px solid #867d73;
  transform: rotate(45deg);
  border-color: #ffffff;
  font-size: 0.3125rem;
  right: 1.5rem;
}
@media screen and (max-width: 749px) {
  .treatment_submenu li a:after {
    right: 0.8125rem;
  }
}
.treatment_submenu li a:hover {
  background: #748dc7;
  color: #ffffff;
}
.treatment_submenu li a:hover:before {
  background-color: #ffffff;
}
.treatment_submenu li a:hover:after {
  border-color: #1a2c69;
}
@media screen and (max-width: 749px) {
  .treatment_submenu li a[href="/vaccination"] {
    letter-spacing: -0.15em;
  }
}

.column_link {
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  margin-bottom: 4rem;
}
.column_link a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
  line-height: 1.4;
  color: #334ea0;
  border: 1px solid #334ea0;
  border-radius: 5em;
  max-width: 25rem;
  padding: 0.9375rem;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 749px) {
  .column_link a {
    margin-right: auto;
  }
}
.column_link a:before {
  content: "";
  display: inline-block;
  height: 1.4375rem;
  width: 2rem;
  font-size: 10px;
  background: url("../img/common/icon_book.svg") no-repeat center/cover;
  margin-right: 1rem;
}
.column_link a:after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5em);
  right: 2em;
  height: 1em;
  width: 1em;
  font-size: 10px;
  border-right: 1px solid #867d73;
  border-top: 1px solid #867d73;
  transform: rotate(45deg);
  border-color: #334ea0;
}
.column_link a:hover {
  background-color: #ffffff;
}

@media screen and (min-width: 750px) {
  #banner {
    position: fixed;
    z-index: 50;
    top: 9.875rem;
    right: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 0.625rem;
  }
  #banner li a {
    display: block;
    width: 6.75rem;
    height: 5.0625rem;
    overflow: hidden;
    border-radius: 0.625rem 0 0 0.625rem;
    text-align: center;
    color: #ffffff;
    box-sizing: border-box;
  }
  #banner li a:hover {
    opacity: 0.8;
  }
  #banner li a span {
    display: block;
    text-indent: -9999em;
  }
  #banner li.tel {
    display: none;
  }
  #banner li.line a {
    background: url("../img/common/float_img1.png") no-repeat center/cover;
  }
  #banner li.web1 a {
    background: url("../img/common/float_img2.png") no-repeat center/cover;
  }
  #banner li.web2 a {
    background: url("../img/common/float_img3.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 749px) {
  #banner {
    display: flex;
    position: fixed;
    z-index: 50;
    bottom: 0;
    right: 0;
    width: 100%;
  }
  #banner li {
    width: 100%;
  }
  #banner li a {
    display: block;
    height: 100%;
  }
  #banner li a span {
    display: block;
    margin: auto;
    width: 125px;
    height: 60px;
    text-indent: -9999em;
  }
  #banner li.tel {
    order: 2;
    background-color: #334ea0;
  }
  #banner li.tel a span {
    background: url("../img/common/float_img3_sp.png") no-repeat center/cover;
  }
  #banner li.line {
    order: 3;
    background-color: #8fe6b2;
  }
  #banner li.line a span {
    background: url("../img/common/float_img1_sp.png") no-repeat center/cover;
  }
  #banner li.web1 {
    order: 1;
    background-color: #efad65;
  }
  #banner li.web1 a span {
    background: url("../img/common/float_img2_sp.png") no-repeat center/cover;
  }
  #banner li.web2 {
    display: none;
  }
}

.index .news_box {
  padding-bottom: 7.5rem;
  overflow: hidden;
}
@media screen and (max-width: 749px) {
  .index .news_box:before {
    content: "";
    padding-top: 45%;
    display: block;
  }
}
.index .news_box .inner {
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 1.875rem;
  font-size: 1rem;
  padding: 4em;
  position: relative;
}
@media screen and (max-width: 749px) {
  .index .news_box .inner {
    padding: 1em;
  }
}
.index .news_box .inner:before {
  content: "";
  position: absolute;
  top: 0.376em;
  right: -0.488em;
  width: 1em;
  height: 1em;
  background: url("../img/index/icon_star1.svg") no-repeat center/cover;
}
@media screen and (min-width: 1099px) {
  .index .news_box .inner:before {
    font-size: 125px;
  }
}
@media screen and (max-width: 1100px) {
  .index .news_box .inner:before {
    font-size: 85px;
  }
}
@media screen and (max-width: 749px) {
  .index .news_box .inner:before {
    font-size: 45px;
  }
}
@media screen and (max-width: 749px) {
  .index .news_box .inner:before {
    right: -0.32em;
  }
}
.index .news_box .inner:after {
  content: "";
  position: absolute;
  bottom: -0.4491525424em;
  left: -0.4576271186em;
  width: 1em;
  height: 1.093220339em;
  background: url("../img/index/icon_star2.svg") no-repeat center/cover;
}
@media screen and (min-width: 1099px) {
  .index .news_box .inner:after {
    font-size: 118px;
  }
}
@media screen and (max-width: 1100px) {
  .index .news_box .inner:after {
    font-size: 83px;
  }
}
@media screen and (max-width: 749px) {
  .index .news_box .inner:after {
    font-size: 48px;
  }
}
@media screen and (max-width: 749px) {
  .index .news_box .inner:after {
    left: -0.1694915254em;
  }
}
.index .news_box .inner ul {
  margin-top: 3.75rem;
}
.index .news_box .inner ul li {
  display: flex;
  align-items: start;
  gap: 1.25rem;
  background: #ebf6f9;
  padding: 2rem;
  border-radius: 0.625rem;
}
@media screen and (max-width: 749px) {
  .index .news_box .inner ul li {
    display: block;
  }
}
.index .news_box .inner ul li + li {
  margin-top: 2rem;
}
.index .news_box .inner ul li time {
  display: block;
  background: #ffffff;
  border-radius: 0.625rem;
  flex-basis: 8.7673611111%;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  padding: 1rem 0;
  color: #1a2c69;
}
@media screen and (max-width: 749px) {
  .index .news_box .inner ul li time {
    flex-basis: 100%;
    font-size: 14px;
  }
}
.index .news_box .inner ul li time span {
  line-height: 1;
  display: block;
  font-size: 2em;
  margin-top: 0.75rem;
  font-weight: bold;
}
@media screen and (max-width: 749px) {
  .index .news_box .inner ul li time span {
    display: inline-block;
    font-weight: normal;
    font-size: 1em;
    margin-top: 0;
  }
  .index .news_box .inner ul li time span:before {
    content: ".";
    display: inline-block;
  }
}
.index .news_box .inner ul li .text {
  flex-basis: 80.7291666667%;
}
@media screen and (max-width: 749px) {
  .index .news_box .inner ul li .text {
    margin-top: 1.25rem;
  }
}
.index .news_box .inner ul li .text h3 {
  color: #1a2c69;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.2;
}
.index .news_box .inner ul li .text p {
  margin-top: 0.5rem;
  font-size: 1rem;
}
@media screen and (max-width: 749px) {
  .index .news_box .inner ul li .text p {
    font-size: 14px;
  }
}
.index .news_box .inner ul li .text p a {
  color: #334ea0;
  text-decoration: underline;
}
.index .news_box .inner ul li > a {
  display: flex;
  width: 1em;
  height: 1em;
  font-size: 3.75rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 749px) {
  .index .news_box .inner ul li > a {
    border-bottom: 1px dashed #cccccc;
  }
}
.index .news_box .inner ul li > a:before {
  content: "";
  display: block;
  background: url("../img/common/icon_arrow4.svg") no-repeat center/cover;
  width: 0.5em;
  height: 0.5em;
  margin: auto;
}
@media screen and (max-width: 749px) {
  .index .news_box .inner ul li > a:before {
    margin-right: 0;
  }
}
@media screen and (max-width: 749px) {
  .index .news_box .inner ul li > a {
    font-size: 2.5rem;
    width: 100%;
    margin: 1.25rem auto 0;
  }
}
.index .news_box .inner .btn_box {
  margin-top: 2rem;
  text-align: center;
}
.index .news_box .inner .btn_box .btn {
  max-width: 608px;
  width: 80%;
}
.index .message_box {
  position: relative;
  margin-bottom: 15.625rem;
  background: url("../img/index/bg2.jpg") no-repeat center/cover;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.index .message_box:before {
  content: "";
  padding-top: 10.5263157895%;
  flex-basis: 100%;
  display: block;
  background: url("../img/index/bg_cloud.svg") no-repeat center/cover, linear-gradient(180deg, rgb(217, 228, 239) 50%, rgba(255, 255, 255, 0) 50%);
  position: relative;
  z-index: 10;
  order: 1;
}
.index .message_box:after {
  content: "";
  padding-top: 26.3157894737%;
  display: block;
  background: url("../img/common/bg1.svg") no-repeat center/cover, linear-gradient(180deg, rgba(217, 228, 239, 0) 50%, rgb(255, 255, 255) 50%);
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(50%);
  order: 4;
}
.index .message_box .photo_box {
  flex-basis: 49.9589153657%;
  max-width: 608px;
  background: url("../img/index/img1.png") no-repeat center/cover;
  order: 2;
}
@media screen and (max-width: 749px) {
  .index .message_box .photo_box {
    flex-basis: 100%;
    width: 80%;
    margin: 0 auto;
    order: 3;
  }
}
.index .message_box .photo_box:after {
  content: "";
  padding-top: 49.3015612161%;
  display: block;
}
@media screen and (max-width: 749px) {
  .index .message_box .photo_box:after {
    padding-top: 95%;
  }
}
.index .message_box .text_box {
  flex-basis: 49.9589153657%;
  padding-bottom: 5.25rem;
  max-width: 608px;
  position: relative;
  z-index: 30;
  order: 3;
}
@media screen and (max-width: 749px) {
  .index .message_box .text_box {
    order: 2;
    width: 100%;
    margin: 0 auto;
    flex-basis: 100%;
    padding: 0 5%;
  }
}
.index .message_box .text_box .title:before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  display: block;
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 0.75rem;
  background: url("../img/common/icon_star.svg") no-repeat center/cover;
}
.index .message_box .text_box .title h2 {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
  color: #1a2c69;
}
.index .message_box .text_box .title h2 span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: block;
  line-height: 1;
  font-size: 3.375rem;
  font-weight: 400;
  margin-top: 0.625rem;
}
.index .message_box .text_box .title h2 span::first-letter {
  line-height: 1;
  font-weight: 600;
  color: #f7b97c;
}
.index .message_box .text_box h3 {
  overflow: hidden;
  padding-top: 21.6312056738%;
  height: 0;
  background: url("../img/index/read_text1.svg") no-repeat center/cover;
  margin: 2rem 0 1.25rem;
}
.index .message_box .text_box p {
  line-height: 2.2;
}
@media screen and (max-width: 749px) {
  .index .message_box .text_box p {
    font-size: 14px;
  }
}
.index .message_box .text_box .btn_box {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 749px) {
  .index .message_box .text_box .btn_box {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
.index .message_box .text_box .btn_box .btn {
  display: block;
  box-sizing: border-box;
}
.index .message_box .text_box .btn_box .btn + .btn {
  margin-left: 5.2631578947%;
}
@media screen and (max-width: 749px) {
  .index .message_box .text_box .btn_box .btn + .btn {
    margin-left: 0;
  }
}
.index .treatment_box .inner {
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.index .treatment_box .inner .grid_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 10rem;
  margin-top: 4.25rem;
}
@media screen and (max-width: 749px) {
  .index .treatment_box .inner .grid_box {
    grid-template-columns: 1fr;
    row-gap: 4rem;
  }
}
.index .treatment_box .inner .grid_box .img_box {
  position: relative;
  margin-bottom: 3.125rem;
}
.index .treatment_box .inner .grid_box .img_box img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.625rem;
}
.index .treatment_box .inner .grid_box .img_box h3 {
  width: 94.6808510638%;
  background: #ffffff;
  border-radius: 0 1.25rem 0 0;
  line-height: 1;
  padding: 1.25rem 0 1.25rem 2.8125rem;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  font-size: 1.75rem;
  color: #000000;
  transform: translateY(50%);
}
@media screen and (max-width: 749px) {
  .index .treatment_box .inner .grid_box .img_box h3 {
    font-size: 1.5rem;
    width: 96.4539007092%;
  }
}
.index .treatment_box .inner .grid_box .img_box h3 span {
  position: relative;
}
.index .treatment_box .inner .grid_box .img_box h3 span:before {
  content: "";
  width: 1em;
  height: 1em;
  font-size: 1.625rem;
  position: absolute;
  top: calc(50% - 0.5em);
  left: -1.6em;
  background: url("../img/common/icon_ring.svg") no-repeat center/cover;
}
@media screen and (max-width: 749px) {
  .index .treatment_box .inner .grid_box .img_box h3 span.ls {
    letter-spacing: -0.1em;
  }
}
.index .treatment_box .inner .grid_box > div {
  position: relative;
  display: flex;
  flex-direction: column;
}
.index .treatment_box .inner .grid_box > div p {
  font-size: 1rem;
}
@media screen and (max-width: 749px) {
  .index .treatment_box .inner .grid_box > div p {
    font-size: 14px;
  }
}
.index .treatment_box .inner .grid_box > div p + img {
  margin-top: 0.625rem;
}
.index .treatment_box .inner .grid_box > div p.note {
  margin-top: 1.5625rem;
  padding: 2rem;
  border-radius: 0.625rem;
  border: 7px solid #efad65;
}
.index .treatment_box .inner .grid_box > div .btn_box {
  padding-top: 2rem;
  margin-bottom: 0;
  margin-top: auto;
}
.index .treatment_box .inner .grid_box > div .btn_box a + a {
  margin-top: 2.625rem;
}
.index .treatment_box .inner .grid_box > div ul {
  margin-bottom: 2rem;
}
.index .treatment_box .inner .grid_box > div ul li {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (max-width: 749px) {
  .index .treatment_box .inner .grid_box > div ul li {
    line-height: 1.4;
    font-size: 14px;
  }
}
.index .treatment_box .inner .grid_box > div ul li + li {
  margin-top: 0.625rem;
}
.index .treatment_box .inner .grid_box > div ul li:before {
  content: "";
  background: url("../img/common/icon_check1.png") no-repeat center/cover;
  border-radius: 0.5em;
  height: 1em;
  width: 1em;
  font-size: 1rem;
  position: absolute;
  top: 0.1em;
  left: 0;
}
@media screen and (min-width: 750px) {
  .index .treatment_box .inner .grid_box > div:nth-of-type(2n-1) {
    padding-right: 6.5789473684%;
    border-right: 1.5px solid #646464;
  }
  .index .treatment_box .inner .grid_box > div:nth-of-type(2n-1):before {
    position: absolute;
    top: -5rem;
    left: 0;
    right: 2.5rem;
    height: 1px;
    border-top: 1.5px solid #646464;
    content: "";
  }
  .index .treatment_box .inner .grid_box > div:nth-of-type(2n) {
    padding-left: 6.5789473684%;
  }
  .index .treatment_box .inner .grid_box > div:nth-of-type(2n):before {
    position: absolute;
    top: -5rem;
    left: 2.5rem;
    right: 0;
    transform: translateY(-0.75px);
    border-top: 1.5px solid #646464;
    content: "";
  }
  .index .treatment_box .inner .grid_box > div:nth-of-type(2n):after {
    position: absolute;
    bottom: -5rem;
    left: 2.5rem;
    right: 0;
    transform: translateY(0.75px);
    border-top: 1.5px solid #646464;
    content: "";
  }
  .index .treatment_box .inner .grid_box > div:first-child:before {
    display: none;
  }
  .index .treatment_box .inner .grid_box > div:nth-of-type(2):before {
    display: none;
  }
  .index .treatment_box .inner .grid_box > div.noborder {
    border: none;
  }
  .index .treatment_box .inner .grid_box > div.noborder:after {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  .index .treatment_box .inner .grid_box > div + div {
    border-top: 1.5px solid #646464;
    padding-top: 4rem;
  }
}
.index .facility_box {
  margin-top: 0.625rem;
  position: relative;
  padding-bottom: 7.125rem;
}
.index .facility_box:before {
  content: "";
  padding-top: 17.1052631579%;
  display: block;
  background: url("../img/index/bg3.svg") no-repeat center/cover;
  position: relative;
  z-index: 2;
}
.index .facility_box:after {
  content: "";
  top: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
  background: url("../img/main.jpg") no-repeat center/cover;
  opacity: 0.4;
  z-index: 1;
}
.index .facility_box .inner {
  position: relative;
  z-index: 3;
  margin-top: 4.625rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  width: 80%;
  position: relative;
  color: #334ea0;
  font-size: 1.125rem;
}
@media screen and (max-width: 749px) {
  .index .facility_box .inner {
    box-sizing: border-box;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}
.index .facility_box .inner::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0.625rem;
  border: 1px solid #334ea0;
}
.index .facility_box .inner:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0.625rem;
  background: url("../img/common/grd_bg.png") no-repeat center/cover;
  transform: translate(0.625rem, 0.625rem);
}
@keyframes btn_bg {
  0% {
    transform: translate(0.625rem, 0.625rem);
  }
  100% {
    transform: translate(0, 0);
  }
}
.index .facility_box .box {
  position: relative;
  z-index: 5;
  text-align: center;
  padding: 4rem 0 3.5625rem;
}
.index .facility_box .box p {
  margin: 3.5625rem 0 4rem;
  color: #4c4c4c;
}
@media screen and (max-width: 749px) {
  .index .facility_box .box p {
    font-size: 14px;
  }
}
.index .facility_box .box .btn {
  background-color: #ffffff;
  color: #1a2c69;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  max-width: 400px;
  width: 85%;
}
.index .facility_box .box .btn:after {
  border-color: #1a2c69;
}
.index .facility_box .title:before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.75rem;
  background: url("../img/common/icon_star3.svg") no-repeat center/cover;
}
.index .facility_box .title h2 {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
  color: #1a2c69;
}
.index .facility_box .title h2 span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: block;
  line-height: 1;
  font-size: 3.375rem;
  font-weight: 400;
  margin-top: 0.625rem;
}
.index .facility_box .title h2 span::first-letter {
  line-height: 1;
  font-weight: 600;
}
.index .bulletin_box {
  padding: 8.375rem 0 8.625rem;
}
.index .bulletin_box .inner {
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  text-align: center;
}
.index .bulletin_box .inner p {
  margin: 3.5625rem 0 4rem;
  color: #4c4c4c;
}
@media screen and (max-width: 749px) {
  .index .bulletin_box .inner p {
    font-size: 14px;
  }
}
.index .bulletin_box .inner .btn_box a {
  max-width: 400px;
}
.index .access_box iframe {
  width: 100%;
  height: 32.5rem;
}
.index .access_box .inner {
  margin-top: 8rem;
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  border-radius: 1.875rem;
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(315deg, transparent, transparent 0.8125rem, rgb(231, 239, 246) 13px, rgb(231, 239, 246) 1.5625rem);
  padding: 4rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 749px) {
  .index .access_box .inner {
    padding: 1.5rem;
  }
}
.index .access_box .inner .flex_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 749px) {
  .index .access_box .inner .flex_box {
    display: block;
  }
}
.index .access_box .inner .flex_box .text_box {
  flex-basis: 32.2368421053%;
  display: flex;
  flex-direction: column;
}
.index .access_box .inner .flex_box .text_box > .title h2 {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
  color: #1a2c69;
}
.index .access_box .inner .flex_box .text_box > .title h2 span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: block;
  line-height: 1;
  font-size: 3.375rem;
  font-weight: 400;
  margin-top: 0.625rem;
}
.index .access_box .inner .flex_box .text_box > .title h2 span::first-letter {
  line-height: 1;
  font-weight: 600;
  color: #f7b97c;
}
.index .access_box .inner .flex_box .text_box > .title p {
  margin-top: 4rem;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .index .access_box .inner .flex_box .text_box > .title p {
    margin-top: 2rem;
    font-size: 14px;
  }
}
.index .access_box .inner .flex_box .text_box dl {
  margin-top: 1.75rem;
}
.index .access_box .inner .flex_box .text_box dl dt {
  text-align: center;
  font-weight: bold;
  padding: 1rem 0;
  border-radius: 0.625rem;
  background: #1a2c69;
  line-height: 1;
  color: #ffffff;
}
.index .access_box .inner .flex_box .text_box dl dd {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.8;
  margin-top: 0.75rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 749px) {
  .index .access_box .inner .flex_box .text_box dl dd {
    font-size: 14px;
  }
}
.index .access_box .inner .flex_box .text_box dl dd:before {
  content: "";
  background: #f7b97c;
  border-radius: 0.5em;
  height: 1em;
  width: 1em;
  font-size: 1rem;
  position: absolute;
  top: 0.6em;
  left: 0;
}
.index .access_box .inner .flex_box .text_box dl dd + dt {
  margin-top: 1.75rem;
}
.index .access_box .inner .flex_box .text_box .btn_box {
  margin-top: auto;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 749px) {
  .index .access_box .inner .flex_box .text_box .btn_box {
    margin-top: 1.5rem;
  }
}
.index .access_box .inner .flex_box .img_box {
  flex-basis: 62.5%;
}
@media screen and (max-width: 749px) {
  .index .access_box .inner .flex_box .img_box {
    margin-top: 1.5rem;
  }
}
.index .access_box .inner .flex_box .img_box img {
  display: block;
  border-radius: 0.625rem;
}

.about .visual_box .inner > div:before {
  content: "当院について";
}
.about .visual_box .inner > div .bg {
  background: url("../img/about/main.jpg") no-repeat center/cover;
}
.about .content1 .inner {
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.about .content1 .inner .grid_box {
  margin-top: 4.375rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media screen and (max-width: 749px) {
  .about .content1 .inner .grid_box {
    grid-template-columns: 1fr;
  }
}
.about .content1 .inner .grid_box .img_box img {
  display: block;
  border-radius: 1.25rem;
}
.about .content1 .inner .grid_box .text_box {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.about .content1 .inner .grid_box .text_box h3 {
  margin-bottom: 0.625rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-top: -0.9375rem;
}
@media screen and (max-width: 749px) {
  .about .content1 .inner .grid_box .text_box h3 {
    margin-bottom: 2.5rem;
  }
}
.about .content1 .inner .grid_box .text_box h3 span {
  font-size: 2rem;
  font-weight: bold;
  color: #1a2c69;
  line-height: 1.3;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, rgba(247, 200, 124, 0.3) 60%);
}
@media screen and (min-width: 750px) {
  .about .content1 .inner .grid_box .text_box h3 span i {
    letter-spacing: -0.6em;
  }
}
@media screen and (max-width: 749px) {
  .about .content1 .inner .grid_box .text_box p {
    font-size: 14px;
  }
}
.about .content1 .inner .grid_box .text_box p.singoff {
  text-align: right;
  color: #1a2c69;
  font-size: 1.5rem;
  line-height: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 749px) {
  .about .content1 .inner .grid_box .text_box p.singoff {
    margin-top: 3.75rem;
  }
}
.about .content1 .inner .grid_box .text_box p.singoff span {
  display: block;
  line-height: 1;
  font-size: 2rem;
  margin-top: 0.9375rem;
}
.about .content1 .inner .grid_box .text_box p.singoff i {
  font-size: 1.5rem;
  font-style: normal;
}
.about .content1 .inner .flex_box {
  box-sizing: border-box;
  border-radius: 1.875rem;
  background: #ffffff;
  padding: 3.5714285714%;
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 749px) {
  .about .content1 .inner .flex_box {
    display: block;
    padding: 1.875rem;
    border-radius: 0.9375rem;
  }
}
@media screen and (min-width: 750px) {
  .about .content1 .inner .flex_box:after {
    content: "";
    width: 1px;
    display: block;
    order: 2;
    border-left: 1px solid #1a2c69;
  }
}
.about .content1 .inner .flex_box > div {
  flex-basis: 46.1538461538%;
  order: 1;
}
.about .content1 .inner .flex_box > div + div {
  order: 3;
}
@media screen and (max-width: 749px) {
  .about .content1 .inner .flex_box > div + div {
    margin-top: 2.5rem;
  }
}
.about .content1 .inner .flex_box > div h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 1.75rem;
  color: #1a2c69;
  background: #e9f5f9;
  border-radius: 0.625rem;
  box-sizing: border-box;
  border-left: 1.25rem solid #b7deea;
  line-height: 1;
  padding: 1.25rem 0;
  margin-bottom: 2rem;
  letter-spacing: 0.05em;
}
.about .content1 .inner .flex_box > div ul li {
  position: relative;
  padding-left: 1.2em;
  line-height: 2;
}
@media screen and (max-width: 749px) {
  .about .content1 .inner .flex_box > div ul li {
    font-size: 14px;
  }
}
.about .content1 .inner .flex_box > div ul li:before {
  content: "●";
  color: #1a2c69;
  position: absolute;
  top: 0;
  left: 0;
}
.about .content1 .inner .flex_box > div ul li + li {
  margin-top: 0.875rem;
}
@media screen and (max-width: 749px) {
  .about .content1 .inner .flex_box > div ul li + li {
    margin-top: 0.625rem;
  }
}
.about .content1 .inner .flex_box > div dl {
  display: grid;
  grid-template-columns: 12.6953125% 73.4375%;
  column-gap: 1.5rem;
  row-gap: 1rem;
  line-height: 2;
}
@media screen and (max-width: 749px) {
  .about .content1 .inner .flex_box > div dl {
    grid-template-columns: 19.53125% 80.46875%;
    column-gap: 1rem;
    font-size: 14px;
  }
}
.about .content1 .inner .flex_box > div dl dt {
  color: #1a2c69;
  font-weight: bold;
}
.about .content1 .inner .flex_box > div dl dd {
  color: #4c4c4c;
}
.about .content2 {
  padding-bottom: 8rem;
}
.about .content2 .inner {
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.about .content2 .inner h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 1.75rem;
  color: #ffffff;
  background: #9eafd8;
  border-radius: 0.625rem;
  box-sizing: border-box;
  border-left: 1.875rem solid #748dc7;
  border-right: 1.875rem solid #748dc7;
  line-height: 1;
  padding: 1.25rem 0;
  margin-top: 4rem;
  margin-bottom: 2rem;
  letter-spacing: 0.05em;
}
.about .content2 .inner .grid_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-top: 4.25rem;
}
@media screen and (max-width: 749px) {
  .about .content2 .inner .grid_box {
    grid-template-columns: 1fr;
    row-gap: 4rem;
  }
}
.about .content2 .inner .grid_box > div img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.625rem;
  margin-bottom: 2rem;
}
.about .content2 .inner .grid_box > div h4 {
  padding-bottom: 0.8125rem;
  margin-bottom: 2rem;
  border-bottom: 2px dashed #1a2c69;
  position: relative;
  padding-left: 6.25rem;
  height: 5.1875rem;
  display: flex;
  align-items: center;
}
.about .content2 .inner .grid_box > div h4 span {
  line-height: 1.6;
  font-size: 1.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  color: #1a2c69;
}
@media screen and (max-width: 749px) {
  .about .content2 .inner .grid_box > div h4 span {
    line-height: 1.6;
  }
}
.about .content2 .inner .grid_box > div h4:before {
  content: "";
  width: 1em;
  height: 0.9764705882em;
  font-size: 5.3125rem;
  background: url("../img/about/icon1.svg") no-repeat center/cover;
  position: absolute;
  bottom: 1rem;
  left: 0;
}
.about .content2 .inner .grid_box > div p {
  font-size: 1rem;
  font-weight: bold;
  color: #4c4c4c;
  letter-spacing: 0.1em;
  line-height: 2.5;
}
@media screen and (max-width: 749px) {
  .about .content2 .inner .grid_box > div p {
    font-size: 14px;
  }
}
.about .content2 .inner .grid_box > div:nth-of-type(1) h4::before {
  background: url("../img/about/icon1.svg") no-repeat center/cover;
}
.about .content2 .inner .grid_box > div:nth-of-type(2) h4::before {
  background: url("../img/about/icon2.svg") no-repeat center/cover;
}
.about .content2 .inner .grid_box > div:nth-of-type(3) h4::before {
  background: url("../img/about/icon3.svg") no-repeat center/cover;
}
.about .content2 .inner .grid_box > div:nth-of-type(4) h4::before {
  background: url("../img/about/icon4.svg") no-repeat center/cover;
}
.about .content2 .inner .grid_box > div:nth-of-type(5) h4::before {
  background: url("../img/about/icon5.svg") no-repeat center/cover;
}
.about .content2 .inner .grid_box > div:nth-of-type(6) h4::before {
  background: url("../img/about/icon6.svg") no-repeat center/cover;
}
.about .content2 .inner .grid_box > div:nth-of-type(7) h4::before {
  background: url("../img/about/icon7.svg") no-repeat center/cover;
}
.about .content3 {
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(315deg, transparent, transparent 0.8125rem, rgb(231, 239, 246) 13px, rgb(231, 239, 246) 1.5625rem);
  padding: 4rem 0;
}
.about .content3 .inner {
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.about .content3 .inner h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 1.75rem;
  color: #ffffff;
  background: #9eafd8;
  border-radius: 0.625rem;
  box-sizing: border-box;
  border-left: 1.875rem solid #748dc7;
  border-right: 1.875rem solid #748dc7;
  line-height: 1;
  padding: 1.25rem 0;
  letter-spacing: 0.05em;
}
.about .content3 .inner .box {
  margin-top: 2rem;
  background: #ffffff;
  border-radius: 1.25rem;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  padding: 2.1875rem;
}
.about .content3 .inner .box > * {
  position: relative;
  z-index: 5;
}
.about .content3 .inner .box:before {
  content: "";
  position: absolute;
  top: 0.625rem;
  bottom: 0.625rem;
  left: 0.625rem;
  right: 0.625rem;
  box-sizing: border-box;
  border: 1px solid #748dc7;
  z-index: 4;
  border-radius: 0.625rem;
}
.about .content3 .inner .box h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 0;
  font-size: 1.75rem;
  color: #1a2c69;
  line-height: 1;
  padding-left: 1.4em;
}
.about .content3 .inner .box h3:before {
  content: "";
  position: absolute;
  top: calc(50% - 0.15625rem);
  left: 0;
  width: 1em;
  height: 0.3125rem;
  background: #b7deea;
}
.about .content3 .inner .box ul {
  margin-top: 1.0625rem;
}
.about .content3 .inner .box ul li {
  position: relative;
  padding-left: 1.4em;
  line-height: 1.8;
  margin-bottom: 0.9375rem;
  padding-top: 0.9375rem;
  font-size: 1.3125rem;
  font-weight: bold;
  color: #4c4c4c;
}
.about .content3 .inner .box ul li:first-child {
  padding-top: 0.9375rem;
}
.about .content3 .inner .box ul li:last-child {
  margin-bottom: 0;
}
.about .content3 .inner .box ul li + li {
  border-top: 1px dashed #748dc7;
}
.about .content3 .inner .box ul li:before {
  content: "";
  background: url("../img/common/icon_check1.png") no-repeat center/cover;
  border-radius: 0.5em;
  height: 1em;
  width: 1em;
  font-size: 1.3125rem;
  position: absolute;
  top: 1.4375rem;
  left: 0;
}
.about .content3 .inner .box p {
  margin-top: 2rem;
  font-weight: bold;
  font-size: 1.3125rem;
  color: #4c4c4c;
  letter-spacing: 0.1em;
}

.diabetes .visual_box .inner > div:before {
  content: "糖尿病";
}
.diabetes .visual_box .inner > div .bg {
  background: url("../img/diabetes/main.jpg") no-repeat center/cover;
}
.diabetes .treatment_submenu > li:nth-of-type(1) a {
  background: #748dc7;
  color: #ffffff;
}
.diabetes .treatment_submenu > li:nth-of-type(1) a:before {
  background-color: #ffffff;
}
.diabetes .treatment_submenu > li:nth-of-type(1) a:after {
  border-color: #1a2c69;
}
.diabetes .content1 .title {
  margin-bottom: 4rem;
}
.diabetes .content1 .inner {
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.diabetes .content1 .inner p {
  line-height: 2;
  color: #4c4c4c;
}
@media screen and (max-width: 749px) {
  .diabetes .content1 .inner p {
    font-size: 14px;
  }
}
.diabetes .content1 .inner .sub_title {
  margin-top: 8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 1.75rem;
  color: #ffffff;
  background: #9eafd8;
  border-radius: 0.625rem;
  box-sizing: border-box;
  border-left: 1.875rem solid #748dc7;
  border-right: 1.875rem solid #748dc7;
  line-height: 1;
  padding: 1.25rem 0;
  margin-bottom: 2rem;
  letter-spacing: 0.05em;
}
.diabetes .content1 .inner img.radius {
  border-radius: 0.625rem;
}
.diabetes .content1 .inner .flex_root {
  margin-top: 4.7619047619%;
  display: flow-root;
}
.diabetes .content1 .inner .flex_root img {
  float: right;
  margin-left: 4.7619047619%;
  max-width: 47.619047619%;
  border-radius: 1.25rem;
}
@media screen and (min-width: 750px) {
  .diabetes .content1 .inner .flex_root img {
    margin-bottom: 4rem;
    margin-top: 0.3125rem;
  }
}
@media screen and (max-width: 749px) {
  .diabetes .content1 .inner .flex_root img {
    float: none;
    display: block;
    width: 90%;
    max-width: none;
    margin: 2.5rem auto;
    border-radius: 0.625rem;
  }
}
.diabetes .content1 .inner .flex_root img.noradius {
  border-radius: 0;
}
.diabetes .content1 .inner .topics_box {
  display: flex;
  border-radius: 1.875rem;
  overflow: hidden;
  border: 3px solid #f8d090;
  margin-top: 4rem;
}
@media screen and (max-width: 749px) {
  .diabetes .content1 .inner .topics_box {
    display: block;
    border-radius: 1.25rem;
  }
}
.diabetes .content1 .inner .topics_box dt {
  background: #f8d090;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 1.75rem 3rem;
}
.diabetes .content1 .inner .topics_box dt span {
  font-size: 1.75rem;
  line-height: 2;
  font-weight: bold;
}
@media screen and (max-width: 749px) {
  .diabetes .content1 .inner .topics_box dt span {
    font-size: 1.5rem;
  }
}
.diabetes .content1 .inner .topics_box dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #ffffff;
  flex-grow: 1;
  padding-left: 3rem;
}
@media screen and (max-width: 749px) {
  .diabetes .content1 .inner .topics_box dd {
    padding: 1.25rem;
    flex-direction: row;
    align-items: center;
  }
}
.diabetes .content1 .inner .topics_box dd h3 {
  position: relative;
  color: #1a2c69;
  font-weight: bold;
  padding-left: 0.7em;
  font-size: 1.75rem;
}
.diabetes .content1 .inner .topics_box dd h3:before {
  content: "";
  background: #748dc7;
  height: 1em;
  width: 0.5rem;
  position: absolute;
  top: 0.875rem;
  left: 0;
}
.diabetes .content1 .inner .topics_box dd p a {
  border-bottom: 1px solid #1a2c69;
  color: #4c4c4c;
}
.diabetes .content1 .inner .topics_box dd p a:after {
  margin-left: 0.3em;
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
  background: url("../img/common/icon_exlink.svg") no-repeat center/cover;
  font-size: 0.9375rem;
}
.diabetes .content1 .inner .note {
  box-sizing: border-box;
  border-radius: 1.875rem;
  background: #ffffff;
  padding: 2.0833333333% 3.5714285714% 3.5714285714%;
  margin-top: 8rem;
}
@media screen and (max-width: 749px) {
  .diabetes .content1 .inner .note {
    padding: 1.875rem;
    border-radius: 0.9375rem;
  }
}
.diabetes .content1 .inner .note .min_title {
  font-size: 1.75rem;
  font-weight: bold;
  position: relative;
  padding-left: 1rem;
  line-height: 1.6;
  color: #1a2c69;
}
.diabetes .content1 .inner .note .min_title:before {
  content: "";
  position: absolute;
  top: 0.625rem;
  left: 0;
  width: 0.5rem;
  height: 1em;
  background: #e4af70;
}
.diabetes .content1 .inner .note.type2 .flex_box:after {
  border-left: 1.5px solid #748dc7;
}
.diabetes .content1 .inner .note.type2 .flex_box p {
  margin-top: 2rem;
}
.diabetes .content1 .inner .note.type2 .flex_box .min_title2 {
  font-size: 1.75rem;
}
.diabetes .content1 .inner .note.type2 .flex_box .min_title2 span {
  font-weight: normal;
}
.diabetes .content1 .inner .note.type2 .flex_box .min_title2 i {
  font-size: 2rem;
  font-style: normal;
}
.diabetes .content1 .inner .arrow {
  padding-top: 0;
  position: relative;
  margin-top: 4rem;
}
.diabetes .content1 .inner .arrow:before {
  content: "";
  display: block;
  width: 100%;
  height: 0.3461538462em;
  font-size: 8.125rem;
  border-radius: 1.25rem 1.25rem 0 0;
  background: url("../img/common/box_arrow.svg") no-repeat center/cover;
  margin: 0 auto;
}
.diabetes .content1 .inner .arrow + .note {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.diabetes .content1 .inner .flex_box {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 749px) {
  .diabetes .content1 .inner .flex_box {
    display: block;
    padding: 0.9375rem;
  }
}
@media screen and (min-width: 750px) {
  .diabetes .content1 .inner .flex_box:after {
    content: "";
    width: 1px;
    display: block;
    order: 2;
    border-left: 1.5px dashed #748dc7;
  }
}
.diabetes .content1 .inner .flex_box > div {
  flex-basis: 46.1538461538%;
  order: 1;
}
.diabetes .content1 .inner .flex_box > div + div {
  order: 3;
}
@media screen and (max-width: 749px) {
  .diabetes .content1 .inner .flex_box > div + div {
    margin-top: 2.5rem;
  }
}
.diabetes .content1 .inner .flex_box > div .min_title2 {
  font-weight: bold;
  text-align: center;
  font-size: 1.3125rem;
  color: #1a2c69;
  background: #e9f5f9;
  border-radius: 0.625rem;
  box-sizing: border-box;
  border-left: 1.25rem solid #b7deea;
  line-height: 1;
  padding: 1.25rem 0;
  margin-bottom: 2rem;
  letter-spacing: 0.05em;
}
.diabetes .content1 .inner .flex_box > div p strong {
  color: #1a2c69;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 749px) {
  .diabetes .content1 .inner .flex_box > div p {
    font-size: 0.875rem;
  }
}
.diabetes .content1 .inner .sub_box {
  background: #ffffff;
  border-radius: 1.25rem;
  padding: 2rem;
  margin-top: 2.625rem;
}
@media screen and (max-width: 749px) {
  .diabetes .content1 .inner .sub_box {
    padding: 1.25rem;
  }
}
.diabetes .content1 .inner .sub_box .min_title {
  position: relative;
  color: #1a2c69;
  font-weight: bold;
  padding-left: 0.7em;
  font-size: 1.75rem;
}
.diabetes .content1 .inner .sub_box .min_title:before {
  content: "";
  background: #e4af70;
  height: 1em;
  width: 0.5rem;
  position: absolute;
  top: 0.875rem;
  left: 0;
}
.diabetes .content1 .inner .content_list {
  padding: 4rem;
  border-radius: 1.25rem;
  background: #ffffff;
}
@media screen and (max-width: 749px) {
  .diabetes .content1 .inner .content_list {
    padding: 1.25rem;
  }
}
.diabetes .content1 .inner .content_list > div {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 749px) {
  .diabetes .content1 .inner .content_list > div {
    display: block;
  }
}
.diabetes .content1 .inner .content_list > div + div {
  padding-top: 4rem;
  border-top: 1.5px dashed #748dc7;
}
.diabetes .content1 .inner .content_list > div > div {
  flex-basis: 47.3684210526%;
  margin-bottom: 4rem;
}
@media screen and (max-width: 749px) {
  .diabetes .content1 .inner .content_list > div > div {
    margin-bottom: 2.5rem;
  }
}
.diabetes .content1 .inner .content_list > div .img_box img {
  border-radius: 1.5625rem;
}
.diabetes .content1 .inner .content_list > div .text_box {
  order: 1;
  display: flex;
  flex-direction: column;
}
.diabetes .content1 .inner .content_list > div .text_box .note2 {
  margin-top: auto;
  margin-bottom: 0;
  background-color: #fef7ef;
  padding: 1rem 1.5rem;
  border-radius: 0.625rem;
}
@media screen and (max-width: 1100px) {
  .diabetes .content1 .inner .content_list > div .text_box .note2 {
    margin-top: 1.5rem;
  }
}
.diabetes .content1 .inner .content_list > div .text_box .note2 strong {
  display: block;
  color: #f7b97c;
}
.diabetes .content1 .inner .content_list > div h3 {
  display: flex;
  margin-bottom: 1.5625rem;
}
.diabetes .content1 .inner .content_list > div h3 span {
  line-height: 1;
  margin-bottom: 0.875rem;
  margin-top: auto;
  font-size: 2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #1a2c69;
  margin-left: 1rem;
}
.diabetes .content1 .inner .content_list > div h3:before {
  content: "";
  width: 1em;
  height: 1em;
  font-size: 4rem;
  display: block;
  background: url("../img/about/icon1.svg") no-repeat center/cover;
}
.diabetes .content1 .inner .content_list > div:nth-child(2) .img_box {
  order: 2;
}
.diabetes .content1 .inner .content_list > div:nth-child(2) .text_box {
  order: 1;
}
@media screen and (max-width: 749px) {
  .diabetes .content1 .inner .content_list > div:last-child .text_box {
    margin-bottom: 0;
  }
}
.diabetes .content1 .inner .content_list > div:nth-of-type(1) h3::before {
  background: url("../img/about/icon1.svg") no-repeat center/cover;
}
.diabetes .content1 .inner .content_list > div:nth-of-type(2) h3::before {
  background: url("../img/about/icon2.svg") no-repeat center/cover;
}
.diabetes .content1 .inner .content_list > div:nth-of-type(3) h3::before {
  background: url("../img/about/icon3.svg") no-repeat center/cover;
}
.diabetes .content1 .inner .content_list > div:nth-of-type(4) h3::before {
  background: url("../img/about/icon4.svg") no-repeat center/cover;
}
.diabetes .content1 .inner .content_list > div:nth-of-type(5) h3::before {
  background: url("../img/about/icon5.svg") no-repeat center/cover;
}
.diabetes .content1 .inner .content_list > div:nth-of-type(6) h3::before {
  background: url("../img/about/icon6.svg") no-repeat center/cover;
}
.diabetes .content1 .inner .content_list > div:nth-of-type(7) h3::before {
  background: url("../img/about/icon7.svg") no-repeat center/cover;
}
.diabetes .content2 {
  padding-bottom: 8rem;
}
.diabetes .content2 .inner {
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.diabetes .content2 .inner .link {
  box-sizing: border-box;
  border-radius: 1.875rem;
  background: #ffffff;
  padding: 2.0833333333% 3.5714285714% 3.5714285714%;
  margin-top: 8rem;
}
@media screen and (max-width: 749px) {
  .diabetes .content2 .inner .link {
    padding: 1.875rem;
    border-radius: 0.9375rem;
  }
}
.diabetes .content2 .inner .link .subtitle {
  font-size: 1.75rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  position: relative;
  padding-left: 1rem;
  line-height: 1.6;
  color: #1a2c69;
}
.diabetes .content2 .inner .link .subtitle:before {
  content: "";
  position: absolute;
  top: 0.625rem;
  left: 0;
  width: 0.5rem;
  height: 1em;
  background: #748dc7;
}
.diabetes .content2 .inner .link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.diabetes .content2 .inner .link ul li {
  margin-top: 2.751572327%;
  flex-basis: 23.2704402516%;
}
@media screen and (max-width: 749px) {
  .diabetes .content2 .inner .link ul li {
    flex-basis: 46%;
  }
}
.diabetes .content2 .inner .link ul li h2 {
  position: relative;
  padding-left: 1.2em;
  line-height: 2;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  color: #1a2c69;
}
.diabetes .content2 .inner .link ul li h2:before {
  content: "●";
  color: #e4af70;
  position: absolute;
  top: 0;
  left: 0;
}
.diabetes .content2 .inner .link ul li a {
  display: block;
}
.diabetes .content2 .inner .link ul li a:hover {
  opacity: 0.8;
}
.diabetes .content2 .inner .link ul li a span {
  display: block;
  border-bottom: 2px solid #e4af70;
  display: flex;
  align-items: center;
  justify-content: end;
  color: #1a2c69;
  padding: 0.625rem 0 0.3125rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}
.diabetes .content2 .inner .link ul li a span:after {
  content: "";
  background: url("../img/common/icon_arrow5.svg") no-repeat center/cover;
  height: 0.625rem;
  width: 1.375rem;
  display: inline-block;
  margin-left: 0.75rem;
}

.thyroid .visual_box .inner > div:before {
  content: "甲状腺疾患";
}
.thyroid .visual_box .inner > div .bg {
  background: url("../img/thyroid/main.jpg") no-repeat center/cover;
}
.thyroid .treatment_submenu > li:nth-of-type(2) a {
  background: #748dc7;
  color: #ffffff;
}
.thyroid .treatment_submenu > li:nth-of-type(2) a:before {
  background-color: #ffffff;
}
.thyroid .treatment_submenu > li:nth-of-type(2) a:after {
  border-color: #1a2c69;
}
.thyroid .content1 .title {
  margin-bottom: 4rem;
}
.thyroid .content1 .inner {
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.thyroid .content1 .inner p {
  line-height: 2;
  color: #4c4c4c;
}
@media screen and (max-width: 749px) {
  .thyroid .content1 .inner p {
    font-size: 14px;
  }
}
.thyroid .content1 .inner .sub_title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 1.5rem;
  color: #ffffff;
  background: #f8cd89;
  border-radius: 0.625rem;
  box-sizing: border-box;
  line-height: 1;
  padding: 1.375rem 0;
  margin-bottom: 2rem;
  letter-spacing: 0.05em;
}
.thyroid .content1 .inner img.radius {
  border-radius: 0.625rem;
}
.thyroid .content1 .inner .min_title {
  font-size: 1.75rem;
  font-weight: bold;
  position: relative;
  padding-left: 1rem;
  line-height: 1.6;
  color: #1a2c69;
  margin-bottom: 1.6875rem;
}
.thyroid .content1 .inner .min_title:before {
  content: "";
  position: absolute;
  top: 0.625rem;
  left: 0;
  width: 0.5rem;
  height: 1em;
  background: #e4af70;
}
.thyroid .content1 .inner .flex_root {
  margin-top: 4.7619047619%;
  display: flow-root;
}
.thyroid .content1 .inner .flex_root img {
  float: right;
  margin-left: 4.7619047619%;
  max-width: 47.619047619%;
  border-radius: 1.25rem;
}
@media screen and (min-width: 750px) {
  .thyroid .content1 .inner .flex_root img {
    margin-bottom: 4rem;
    margin-top: 0.3125rem;
  }
}
@media screen and (max-width: 749px) {
  .thyroid .content1 .inner .flex_root img {
    float: none;
    display: block;
    width: 90%;
    max-width: none;
    margin: 2.5rem auto;
    border-radius: 0.625rem;
  }
}
.thyroid .content1 .inner .flex_root img.noradius {
  border-radius: 0;
}
.thyroid .content1 .inner .grid_list {
  margin-top: 2rem;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 749px) {
  .thyroid .content1 .inner .grid_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}
.thyroid .content1 .inner .grid_list li {
  font-size: 1.125rem;
  padding-left: 2em;
  position: relative;
  padding-bottom: 2rem;
  border-bottom: 1.5px dashed #b9c6e3;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #4c4c4c;
}
@media screen and (max-width: 749px) {
  .thyroid .content1 .inner .grid_list li {
    padding-bottom: 1.25rem;
  }
}
.thyroid .content1 .inner .grid_list li:before {
  content: "";
  background: url("../img/common/icon_check1.png") no-repeat center/cover;
  border-radius: 0.5em;
  height: 1em;
  width: 1em;
  font-size: 1rem;
  position: absolute;
  top: 0.6em;
  left: 0;
}
.thyroid .content1 .inner .note {
  box-sizing: border-box;
  border-radius: 1.875rem;
  background: #ffffff;
  padding: 2.0833333333% 3.5714285714% 3.5714285714%;
  margin-top: 8rem;
}
@media screen and (max-width: 749px) {
  .thyroid .content1 .inner .note {
    padding: 1.875rem;
    border-radius: 0.9375rem;
  }
}
.thyroid .content2 {
  margin-top: 8rem;
  padding-bottom: 8rem;
}
.thyroid .content2 .inner {
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.thyroid .content2 .inner h2 {
  font-size: 1.75rem;
  font-weight: bold;
  position: relative;
  padding-left: 1rem;
  line-height: 1.6;
  color: #1a2c69;
  margin-bottom: 1.6875rem;
}
.thyroid .content2 .inner h2:before {
  content: "";
  position: absolute;
  top: 0.625rem;
  left: 0;
  width: 0.5rem;
  height: 1em;
  background: #e4af70;
}
@media screen and (min-width: 750px) {
  .thyroid .content2 .inner .anker {
    display: flex;
    border-left: 1.5px dashed #a6a6a6;
  }
}
@media screen and (max-width: 749px) {
  .thyroid .content2 .inner .anker {
    border-bottom: 1.5px dashed #a6a6a6;
  }
}
.thyroid .content2 .inner .anker > div {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 750px) {
  .thyroid .content2 .inner .anker > div {
    border-right: 1.5px dashed #a6a6a6;
  }
}
@media screen and (max-width: 749px) {
  .thyroid .content2 .inner .anker > div {
    border-top: 1.5px dashed #a6a6a6;
  }
}
.thyroid .content2 .inner .anker > div a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  color: #4c4c4c;
  text-align: center;
  flex-shrink: 1;
  flex-grow: 1;
}
@media screen and (max-width: 749px) {
  .thyroid .content2 .inner .anker > div a {
    width: 90%;
    flex-direction: row;
    text-align: left;
    justify-content: flex-start;
  }
}
.thyroid .content2 .inner .anker > div a:before {
  content: "";
  width: 1em;
  height: 1em;
  font-size: 2.8125rem;
  display: block;
  background: url("../img/about/icon1.svg") no-repeat center/cover;
}
.thyroid .content2 .inner .anker > div a:after {
  content: "";
  width: 1em;
  height: 1em;
  font-size: 1.625rem;
  display: block;
  background: url("../img/common/icon_arrow6.png") no-repeat center/cover;
  border-radius: 0.5em;
}
.thyroid .content2 .inner .anker > div a p {
  font-size: 1.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-top: 0.3125rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 749px) {
  .thyroid .content2 .inner .anker > div a p {
    margin: 0.625rem auto 0.625rem 0.9375rem;
  }
}
.thyroid .content2 .inner .anker > div a p span {
  display: block;
  font-size: 1.125rem;
  text-align: center;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 749px) {
  .thyroid .content2 .inner .anker > div a p span {
    margin-bottom: 0.625rem;
  }
}
.thyroid .content2 .inner .anker > div:nth-of-type(1) a::before {
  background: url("../img/about/icon1.svg") no-repeat center/cover;
}
.thyroid .content2 .inner .anker > div:nth-of-type(2) a::before {
  background: url("../img/about/icon2.svg") no-repeat center/cover;
}
.thyroid .content2 .inner .anker > div:nth-of-type(3) a::before {
  background: url("../img/about/icon3.svg") no-repeat center/cover;
}
.thyroid .content2 .inner .note {
  box-sizing: border-box;
  border-radius: 1.875rem;
  background: #ffffff;
  padding: 1.7113095238% 4.7619047619% 4.7619047619%;
  margin-top: 8rem;
}
.thyroid .content2 .inner .note h3 {
  display: flex;
  margin-bottom: 3rem;
}
.thyroid .content2 .inner .note h3 span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5rem;
  color: #1a2c69;
  line-height: 1;
  margin-bottom: 0.875rem;
  margin-top: auto;
  margin-left: 1.375rem;
}
.thyroid .content2 .inner .note h3:before {
  content: "";
  width: 1em;
  height: 0.9764705882em;
  font-size: 5.3125rem;
  display: block;
  background: url("../img/about/icon1.svg") no-repeat center/cover;
}
.thyroid .content2 .inner .note h4 {
  position: relative;
  padding-left: 1.1em;
  color: #1a2c69;
  font-size: 1.25rem;
  padding-bottom: 0.3125rem;
  border-bottom: 1.5px dashed #9eafd8;
  margin-top: 2.75rem;
}
.thyroid .content2 .inner .note h4:before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  position: absolute;
  transform: scale(80%);
  color: #f9c796;
}
.thyroid .content2 .inner .note h4 + p {
  margin-top: 1.25rem;
}
.thyroid .content2 .inner .note p {
  color: #4c4c4c;
}
@media screen and (max-width: 749px) {
  .thyroid .content2 .inner .note p {
    font-size: 14px;
  }
}
.thyroid .content2 .inner .note#box1 h3::before {
  background: url("../img/about/icon1.svg") no-repeat center/cover;
}
.thyroid .content2 .inner .note#box2 h3::before {
  background: url("../img/about/icon2.svg") no-repeat center/cover;
}
.thyroid .content2 .inner .note#box3 h3::before {
  background: url("../img/about/icon3.svg") no-repeat center/cover;
}
.thyroid .content2 .inner .note .min_title {
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  padding-left: 1rem;
  line-height: 1.6;
  color: #1a2c69;
  margin-bottom: 1rem;
}
.thyroid .content2 .inner .note .min_title:before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 0.5rem;
  height: 1em;
  background: #748dc7;
}
.thyroid .content2 .inner .note .tips {
  border: 1px solid #748dc7;
  border-radius: 1.25rem;
  padding: 1.75rem 2.125rem;
}
.thyroid .content2 .inner .note .flex_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.75rem;
}
@media screen and (max-width: 749px) {
  .thyroid .content2 .inner .note .flex_box {
    display: block;
  }
}
.thyroid .content2 .inner .note .flex_box .img_box {
  flex-basis: 48.1054365733%;
}
.thyroid .content2 .inner .note .flex_box .img_box img {
  display: block;
  border-radius: 0.625rem;
}
.thyroid .content2 .inner .note .flex_box .text_box {
  flex-basis: 47.9406919275%;
}
@media screen and (max-width: 749px) {
  .thyroid .content2 .inner .note .flex_box .text_box {
    margin-top: 2rem;
  }
}
.thyroid .content2 .inner .note .flex_box .text_box .memo {
  border: 1px solid #f7c87c;
  padding: 1.25rem 1.5rem;
  border-radius: 0.625rem;
  color: #4c4c4c;
}
@media screen and (max-width: 749px) {
  .thyroid .content2 .inner .note .flex_box .text_box .memo {
    font-size: 14px;
  }
}
.thyroid .content2 .inner .note .flex_box .text_box .memo + p {
  margin-top: 2rem;
}
.thyroid .content2 .inner .note .flex_box.type2 .img_box {
  order: 2;
}
.thyroid .content2 .inner .note .flex_box.type2 .text_box {
  order: 1;
}
@media screen and (max-width: 749px) {
  .thyroid .content2 .inner .note {
    padding: 1.875rem;
    border-radius: 0.9375rem;
  }
}

.lifestyle-related .visual_box .inner > div:before {
  content: "生活習慣病";
}
.lifestyle-related .visual_box .inner > div .bg {
  background: url("../img/lifestyle-related/main.jpg") no-repeat center/cover;
}
.lifestyle-related .treatment_submenu > li:nth-of-type(3) a {
  background: #748dc7;
  color: #ffffff;
}
.lifestyle-related .treatment_submenu > li:nth-of-type(3) a:before {
  background-color: #ffffff;
}
.lifestyle-related .treatment_submenu > li:nth-of-type(3) a:after {
  border-color: #1a2c69;
}
.lifestyle-related .content1 .title {
  margin-bottom: 4rem;
}
.lifestyle-related .content1 .inner {
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.lifestyle-related .content1 .inner p {
  line-height: 2;
  color: #4c4c4c;
}
@media screen and (max-width: 749px) {
  .lifestyle-related .content1 .inner p {
    font-size: 14px;
  }
}
.lifestyle-related .content1 .inner .sub_title {
  margin-top: 4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 1.75rem;
  color: #ffffff;
  background: #9eafd8;
  border-radius: 0.625rem;
  box-sizing: border-box;
  border-left: 1.875rem solid #748dc7;
  border-right: 1.875rem solid #748dc7;
  line-height: 1;
  padding: 1.25rem 0;
  margin-bottom: 2rem;
  letter-spacing: 0.05em;
}
.lifestyle-related .content1 .inner img.radius {
  border-radius: 0.625rem;
}
.lifestyle-related .content1 .inner .flex_root {
  margin-top: 4.7619047619%;
  display: flow-root;
}
.lifestyle-related .content1 .inner .flex_root img {
  float: right;
  margin-left: 4.7619047619%;
  max-width: 47.619047619%;
  border-radius: 1.25rem;
}
@media screen and (min-width: 750px) {
  .lifestyle-related .content1 .inner .flex_root img {
    margin-bottom: 4rem;
    margin-top: 0.3125rem;
  }
}
@media screen and (max-width: 749px) {
  .lifestyle-related .content1 .inner .flex_root img {
    float: none;
    display: block;
    width: 90%;
    max-width: none;
    margin: 2.5rem auto;
    border-radius: 0.625rem;
  }
}
.lifestyle-related .content1 .inner .flex_root img.noradius {
  border-radius: 0;
}
.lifestyle-related .content1 .inner .topics_box {
  display: flex;
  border-radius: 1.875rem;
  overflow: hidden;
  border: 3px solid #f8d090;
  margin-top: 4rem;
}
@media screen and (max-width: 749px) {
  .lifestyle-related .content1 .inner .topics_box {
    display: block;
    border-radius: 1.25rem;
  }
}
.lifestyle-related .content1 .inner .topics_box dt {
  background: #f8d090;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 1.75rem 3rem;
}
.lifestyle-related .content1 .inner .topics_box dt span {
  font-size: 1.75rem;
  line-height: 2;
  font-weight: bold;
}
@media screen and (max-width: 749px) {
  .lifestyle-related .content1 .inner .topics_box dt span {
    font-size: 1.5rem;
  }
}
.lifestyle-related .content1 .inner .topics_box dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #ffffff;
  flex-grow: 1;
  padding-left: 3rem;
}
@media screen and (max-width: 749px) {
  .lifestyle-related .content1 .inner .topics_box dd {
    padding: 1.25rem;
    flex-direction: row;
    align-items: center;
  }
}
.lifestyle-related .content1 .inner .topics_box dd h3 {
  position: relative;
  color: #1a2c69;
  font-weight: bold;
  padding-left: 0.7em;
  font-size: 1.75rem;
}
.lifestyle-related .content1 .inner .topics_box dd h3:before {
  content: "";
  background: #748dc7;
  height: 1em;
  width: 0.5rem;
  position: absolute;
  top: 0.875rem;
  left: 0;
}
.lifestyle-related .content1 .inner .topics_box dd p a {
  border-bottom: 1px solid #1a2c69;
  color: #4c4c4c;
}
.lifestyle-related .content1 .inner .topics_box dd p a:after {
  margin-left: 0.3em;
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
  background: url("../img/common/icon_exlink.svg") no-repeat center/cover;
  font-size: 0.9375rem;
}
.lifestyle-related .content1 .inner .note {
  box-sizing: border-box;
  border-radius: 1.875rem;
  background: #ffffff;
  padding: 2.0833333333% 3.5714285714% 3.5714285714%;
  margin-top: 8rem;
}
@media screen and (max-width: 749px) {
  .lifestyle-related .content1 .inner .note {
    padding: 1.875rem;
    border-radius: 0.9375rem;
  }
}
.lifestyle-related .content1 .inner .note .min_title {
  font-size: 1.75rem;
  font-weight: bold;
  position: relative;
  padding-left: 1rem;
  line-height: 1.6;
  color: #1a2c69;
}
.lifestyle-related .content1 .inner .note .min_title:before {
  content: "";
  position: absolute;
  top: 0.625rem;
  left: 0;
  width: 0.5rem;
  height: 1em;
  background: #e4af70;
}
.lifestyle-related .content1 .inner .note.type2 .flex_box:after {
  border-left: 1.5px solid #748dc7;
}
.lifestyle-related .content1 .inner .note.type2 .flex_box p {
  margin-top: 2rem;
}
.lifestyle-related .content1 .inner .note.type2 .flex_box .min_title2 {
  font-size: 1.75rem;
}
.lifestyle-related .content1 .inner .note.type2 .flex_box .min_title2 span {
  font-weight: normal;
}
.lifestyle-related .content1 .inner .note.type2 .flex_box .min_title2 i {
  font-size: 2rem;
  font-style: normal;
}
.lifestyle-related .content1 .inner .arrow {
  padding-top: 0;
  position: relative;
  margin-top: 4rem;
}
.lifestyle-related .content1 .inner .arrow:before {
  content: "";
  display: block;
  width: 100%;
  height: 0.3461538462em;
  font-size: 8.125rem;
  border-radius: 1.25rem 1.25rem 0 0;
  background: url("../img/common/box_arrow.svg") no-repeat center/cover;
  margin: 0 auto;
}
.lifestyle-related .content1 .inner .arrow + .note {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.lifestyle-related .content1 .inner .flex_box {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 749px) {
  .lifestyle-related .content1 .inner .flex_box {
    display: block;
    padding: 0.9375rem;
  }
}
@media screen and (min-width: 750px) {
  .lifestyle-related .content1 .inner .flex_box:after {
    content: "";
    width: 1px;
    display: block;
    order: 2;
    border-left: 1.5px dashed #748dc7;
  }
}
.lifestyle-related .content1 .inner .flex_box > div {
  flex-basis: 46.1538461538%;
  order: 1;
}
.lifestyle-related .content1 .inner .flex_box > div + div {
  order: 3;
}
@media screen and (max-width: 749px) {
  .lifestyle-related .content1 .inner .flex_box > div + div {
    margin-top: 2.5rem;
  }
}
.lifestyle-related .content1 .inner .flex_box > div .min_title2 {
  font-weight: bold;
  text-align: center;
  font-size: 1.3125rem;
  color: #1a2c69;
  background: #e9f5f9;
  border-radius: 0.625rem;
  box-sizing: border-box;
  border-left: 1.25rem solid #b7deea;
  line-height: 1;
  padding: 1.25rem 0;
  margin-bottom: 2rem;
  letter-spacing: 0.05em;
}
.lifestyle-related .content1 .inner .flex_box > div p strong {
  color: #1a2c69;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  margin-top: 0.625rem;
}
.lifestyle-related .content1 .inner .sub_box {
  background: #ffffff;
  border-radius: 1.25rem;
  padding: 3rem;
  margin-top: 2.625rem;
  border: 3px solid #f8d090;
  box-sizing: border-box;
}
@media screen and (max-width: 749px) {
  .lifestyle-related .content1 .inner .sub_box {
    padding: 1.25rem;
  }
}
.lifestyle-related .content1 .inner .sub_box .min_title {
  position: relative;
  color: #1a2c69;
  font-weight: bold;
  padding-left: 0.7em;
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
}
.lifestyle-related .content1 .inner .sub_box .min_title:before {
  content: "";
  background: #748dc7;
  height: 1em;
  width: 0.5rem;
  position: absolute;
  top: 0.625rem;
  left: 0;
}
.lifestyle-related .content1 .inner .content_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 749px) {
  .lifestyle-related .content1 .inner .content_list {
    display: block;
  }
}
.lifestyle-related .content1 .inner .content_list > div {
  flex-basis: 30.9523809524%;
  margin-top: 2.380952381%;
}
.lifestyle-related .content1 .inner .content_list > div img {
  border-radius: 0.625rem;
  display: block;
}
.lifestyle-related .content1 .inner .content_list > div p {
  font-size: 1rem;
  margin-top: 1.75rem;
}
@media screen and (max-width: 749px) {
  .lifestyle-related .content1 .inner .content_list > div p {
    font-size: 14px;
  }
}
.lifestyle-related .content1 .inner .content_list > div h3 {
  display: flex;
  margin-bottom: 1.5625rem;
}
.lifestyle-related .content1 .inner .content_list > div h3 span {
  line-height: 1;
  margin-bottom: 0.875rem;
  margin-top: auto;
  font-size: 1.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #1a2c69;
  margin-left: 1rem;
}
.lifestyle-related .content1 .inner .content_list > div h3:before {
  content: "";
  width: 1em;
  height: 1em;
  font-size: 4rem;
  display: block;
  background: url("../img/about/icon1.svg") no-repeat center/cover;
}
.lifestyle-related .content1 .inner .content_list > div:nth-of-type(1) h3::before {
  background: url("../img/about/icon1.svg") no-repeat center/cover;
}
.lifestyle-related .content1 .inner .content_list > div:nth-of-type(2) h3::before {
  background: url("../img/about/icon2.svg") no-repeat center/cover;
}
.lifestyle-related .content1 .inner .content_list > div:nth-of-type(3) h3::before {
  background: url("../img/about/icon3.svg") no-repeat center/cover;
}
.lifestyle-related .content1 .inner .content_list > div:nth-of-type(4) h3::before {
  background: url("../img/about/icon4.svg") no-repeat center/cover;
}
.lifestyle-related .content1 .inner .content_list > div:nth-of-type(5) h3::before {
  background: url("../img/about/icon5.svg") no-repeat center/cover;
}
.lifestyle-related .content1 .inner .content_list > div:nth-of-type(6) h3::before {
  background: url("../img/about/icon6.svg") no-repeat center/cover;
}
.lifestyle-related .content1 .inner .content_list > div:nth-of-type(7) h3::before {
  background: url("../img/about/icon7.svg") no-repeat center/cover;
}
.lifestyle-related .content2 {
  padding-bottom: 8rem;
}
.lifestyle-related .content2 .inner {
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.lifestyle-related .content2 .inner .link {
  box-sizing: border-box;
  border-radius: 1.875rem;
  background: #ffffff;
  padding: 2.0833333333% 3.5714285714% 3.5714285714%;
  margin-top: 8rem;
}
@media screen and (max-width: 749px) {
  .lifestyle-related .content2 .inner .link {
    padding: 1.875rem;
    border-radius: 0.9375rem;
  }
}
.lifestyle-related .content2 .inner .link .subtitle {
  font-size: 1.75rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  position: relative;
  padding-left: 1rem;
  line-height: 1.6;
  color: #1a2c69;
}
.lifestyle-related .content2 .inner .link .subtitle:before {
  content: "";
  position: absolute;
  top: 0.625rem;
  left: 0;
  width: 0.5rem;
  height: 1em;
  background: #748dc7;
}
.lifestyle-related .content2 .inner .link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lifestyle-related .content2 .inner .link ul li {
  margin-top: 2.751572327%;
  flex-basis: 30.8176100629%;
}
@media screen and (max-width: 749px) {
  .lifestyle-related .content2 .inner .link ul li {
    flex-basis: 100%;
  }
}
.lifestyle-related .content2 .inner .link ul li h2 {
  position: relative;
  padding-left: 1.2em;
  line-height: 2;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  color: #1a2c69;
}
.lifestyle-related .content2 .inner .link ul li h2:before {
  content: "●";
  color: #e4af70;
  position: absolute;
  top: 0;
  left: 0;
}
.lifestyle-related .content2 .inner .link ul li a {
  display: block;
}
.lifestyle-related .content2 .inner .link ul li a:hover {
  opacity: 0.8;
}
.lifestyle-related .content2 .inner .link ul li a span {
  display: block;
  border-bottom: 2px solid #e4af70;
  display: flex;
  align-items: center;
  justify-content: end;
  color: #1a2c69;
  padding: 0.625rem 0 0.3125rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}
.lifestyle-related .content2 .inner .link ul li a span:after {
  content: "";
  background: url("../img/common/icon_arrow5.svg") no-repeat center/cover;
  height: 0.625rem;
  width: 1.375rem;
  display: inline-block;
  margin-left: 0.75rem;
}

.gim .visual_box .inner > div:before {
  content: "一般内科";
}
.gim .visual_box .inner > div .bg {
  background: url("../img/gim/main.jpg") no-repeat center/cover;
}
.gim .treatment_submenu > li:nth-of-type(4) a {
  background: #748dc7;
  color: #ffffff;
}
.gim .treatment_submenu > li:nth-of-type(4) a:before {
  background-color: #ffffff;
}
.gim .treatment_submenu > li:nth-of-type(4) a:after {
  border-color: #1a2c69;
}
.gim .content1 {
  padding-bottom: 8rem;
}
.gim .content1 .title {
  margin-bottom: 4rem;
}
.gim .content1 .inner {
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.gim .content1 .inner p {
  line-height: 2;
  color: #4c4c4c;
}
@media screen and (max-width: 749px) {
  .gim .content1 .inner p {
    font-size: 14px;
  }
}
.gim .content1 .inner .sub_title {
  margin-top: 4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: #1a2c69;
}
.gim .content1 .inner img.radius {
  border-radius: 0.625rem;
}
.gim .content1 .inner .flex_root {
  margin-top: 3.4970238095%;
  display: flow-root;
}
.gim .content1 .inner .flex_root img {
  float: right;
  margin-left: 4.7619047619%;
  max-width: 47.619047619%;
  border-radius: 1.25rem;
}
@media screen and (min-width: 750px) {
  .gim .content1 .inner .flex_root img {
    margin-bottom: 4rem;
    margin-top: 0.3125rem;
  }
}
@media screen and (max-width: 749px) {
  .gim .content1 .inner .flex_root img {
    float: none;
    display: block;
    width: 90%;
    max-width: none;
    margin: 2.5rem auto;
    border-radius: 0.625rem;
  }
}
.gim .content1 .inner .flex_root img.noradius {
  border-radius: 0;
}
.gim .content1 .inner .sub_box {
  background: #ffffff;
  border-radius: 1.25rem;
  padding: 3rem;
  margin-top: 2.625rem;
  border: 3px solid #f8d090;
  box-sizing: border-box;
}
@media screen and (max-width: 749px) {
  .gim .content1 .inner .sub_box {
    padding: 1.25rem;
  }
}
.gim .content1 .inner .sub_box .min_title {
  position: relative;
  color: #1a2c69;
  font-weight: bold;
  padding-left: 0.7em;
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
}
.gim .content1 .inner .sub_box .min_title:before {
  content: "";
  background: #748dc7;
  height: 1em;
  width: 0.5rem;
  position: absolute;
  top: 0.75rem;
  left: 0;
}
.gim .content1 .inner .sub_box > .flex_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3rem;
}
@media screen and (max-width: 749px) {
  .gim .content1 .inner .sub_box > .flex_box {
    display: block;
  }
}
.gim .content1 .inner .sub_box > .flex_box > .img_box {
  flex-basis: 62.8205128205%;
}
.gim .content1 .inner .sub_box > .flex_box > .flex_box {
  flex-basis: 33.3333333333%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 749px) {
  .gim .content1 .inner .sub_box > .flex_box > .flex_box .img_box {
    margin-top: 30px;
  }
}
.gim .content1 .inner .sub_box > .flex_box > .flex_box .img_box span {
  display: block;
  position: relative;
  font-size: 1.3rem;
  font-weight: bold;
  color: #1a2c69;
  padding-left: 1.875rem;
  line-height: 1;
  margin-bottom: 1.875rem;
}
.gim .content1 .inner .sub_box > .flex_box > .flex_box .img_box span:before {
  content: "";
  width: 1.25rem;
  height: 0.25rem;
  background-color: #b7deea;
  position: absolute;
  top: calc(50% - 0.125rem);
  left: 0;
}
.gim .content1 .inner .sub_box2 {
  background: #ffffff;
  border-radius: 1.25rem;
  padding: 3rem;
  margin-top: 4rem;
  box-sizing: border-box;
}
@media screen and (max-width: 749px) {
  .gim .content1 .inner .sub_box2 {
    padding: 1.25rem;
  }
}
.gim .content1 .inner .sub_box2 .min_title {
  position: relative;
  color: #1a2c69;
  font-weight: bold;
  padding-left: 0.7em;
  font-size: 1.75rem;
  margin-bottom: 1.25rem;
}
.gim .content1 .inner .sub_box2 .min_title:before {
  content: "";
  background: #748dc7;
  height: 1em;
  width: 0.5rem;
  position: absolute;
  top: 0.75rem;
  left: 0;
}
.gim .content1 .inner .sub_box2 h4 {
  position: relative;
  padding-left: 1.1em;
  color: #1a2c69;
  font-size: 1.3rem;
  margin-top: 2.75rem;
  margin-bottom: 1.5625rem;
}
.gim .content1 .inner .sub_box2 h4:before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  position: absolute;
  transform: scale(80%);
  color: #e4af70;
}
.gim .content1 .inner .sub_box2 .flex_box {
  margin-top: 2.75rem;
  margin-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 749px) {
  .gim .content1 .inner .sub_box2 .flex_box {
    display: block;
  }
}
.gim .content1 .inner .sub_box2 .flex_box .img_box {
  flex-basis: 48.0769230769%;
}
@media screen and (max-width: 749px) {
  .gim .content1 .inner .sub_box2 .flex_box .img_box + .img_box {
    margin-top: 30px;
  }
}
.gim .content1 .inner .sub_box2 .list {
  padding: 1.5rem;
  background-color: #fef8f2;
  border-radius: 1.25rem;
}
.gim .content1 .inner .sub_box2 .list span {
  display: block;
  font-weight: bold;
  color: #f7b97c;
}
.gim .content1 .inner .sub_box2 .list ul {
  margin-top: 1rem;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 749px) {
  .gim .content1 .inner .sub_box2 .list ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.gim .content1 .inner .sub_box2 .list ul li {
  font-size: 1rem;
  padding-left: 2em;
  position: relative;
  padding-bottom: 1.5rem;
  border-bottom: 1.5px dashed #cccccc;
  color: #4c4c4c;
}
@media screen and (max-width: 749px) {
  .gim .content1 .inner .sub_box2 .list ul li {
    padding-bottom: 1.25rem;
  }
}
.gim .content1 .inner .sub_box2 .list ul li:before {
  content: "";
  background: url("../img/common/icon_check1.png") no-repeat center/cover;
  border-radius: 0.5em;
  height: 1em;
  width: 1em;
  font-size: 1rem;
  position: absolute;
  top: 0.6em;
  left: 0;
}
.gim .content1 .inner .sub_box2 .list p {
  margin-top: 1.125rem;
}
.gim .content2 {
  padding-bottom: 8rem;
}

.vaccination .visual_box .inner > div:before {
  content: "ワクチン接種・予防接種";
  width: 11.5em;
}
.vaccination .visual_box .inner > div .bg {
  background: url("../img/vaccination/main.jpg") no-repeat center/cover;
}
.vaccination .treatment_submenu > li:nth-of-type(5) a {
  background: #748dc7;
  color: #ffffff;
}
.vaccination .treatment_submenu > li:nth-of-type(5) a:before {
  background-color: #ffffff;
}
.vaccination .treatment_submenu > li:nth-of-type(5) a:after {
  border-color: #1a2c69;
}
.vaccination .content1 {
  padding-bottom: 8rem;
}
.vaccination .content1 .title {
  margin-bottom: 4rem;
}
.vaccination .content1 .inner {
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.vaccination .content1 .inner p {
  line-height: 2;
  color: #4c4c4c;
}
.vaccination .content1 .inner p a[target=_blank] {
  color: #334ea0;
  text-decoration: underline;
}
.vaccination .content1 .inner p a[target=_blank]:after {
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
  background: url("../img/common/icon_exlink.svg") no-repeat center/cover;
}
@media screen and (max-width: 749px) {
  .vaccination .content1 .inner p {
    font-size: 14px;
  }
}
.vaccination .content1 .inner .sub_title {
  margin-top: 4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: #1a2c69;
}
.vaccination .content1 .inner img.radius {
  border-radius: 0.625rem;
}
.vaccination .content1 .inner .flex_root {
  margin-top: 3.4970238095%;
  display: flow-root;
}
.vaccination .content1 .inner .flex_root img {
  float: right;
  margin-left: 4.7619047619%;
  max-width: 47.619047619%;
  border-radius: 1.25rem;
}
@media screen and (min-width: 750px) {
  .vaccination .content1 .inner .flex_root img {
    margin-bottom: 4rem;
    margin-top: 0.3125rem;
  }
}
@media screen and (max-width: 749px) {
  .vaccination .content1 .inner .flex_root img {
    float: none;
    display: block;
    width: 90%;
    max-width: none;
    margin: 2.5rem auto;
    border-radius: 0.625rem;
  }
}
.vaccination .content1 .inner .flex_root img.noradius {
  border-radius: 0;
}
.vaccination .content1 .inner .sub_box {
  background: #ffffff;
  border-radius: 1.25rem;
  padding: 3rem;
  margin-top: 4rem;
  box-sizing: border-box;
}
@media screen and (max-width: 749px) {
  .vaccination .content1 .inner .sub_box {
    padding: 1.25rem;
  }
}
.vaccination .content1 .inner .sub_box .min_title {
  position: relative;
  color: #1a2c69;
  font-weight: bold;
  padding-left: 0.7em;
  font-size: 1.75rem;
  margin-bottom: 1.25rem;
}
.vaccination .content1 .inner .sub_box .min_title:before {
  content: "";
  background: #748dc7;
  height: 1em;
  width: 0.5rem;
  position: absolute;
  top: 0.75rem;
  left: 0;
}
.vaccination .content1 .inner .sub_box ul li {
  position: relative;
  padding-left: 1.2em;
  line-height: 2;
}
@media screen and (max-width: 749px) {
  .vaccination .content1 .inner .sub_box ul li {
    font-size: 14px;
  }
}
.vaccination .content1 .inner .sub_box ul li:before {
  content: "●";
  color: #e4af70;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(80%);
}
.vaccination .content1 .inner .sub_box ul li + li {
  margin-top: 0.875rem;
}
@media screen and (max-width: 749px) {
  .vaccination .content1 .inner .sub_box ul li + li {
    margin-top: 0.625rem;
  }
}
.vaccination .content1 .inner .sub_box ul.kome li:before {
  content: "※";
  color: #748dc7;
}
.vaccination .content1 .inner .sub_box h4 {
  font-weight: bold;
  text-align: center;
  font-size: 1.5rem;
  color: #1a2c69;
  background: #e9f5f9;
  border-radius: 0.625rem;
  box-sizing: border-box;
  border-left: 1.25rem solid #b7deea;
  line-height: 1;
  padding: 1.25rem 0;
  margin-bottom: 2rem;
  letter-spacing: 0.05em;
}
.vaccination .content1 .inner .sub_box div.table {
  overflow: hidden;
  border-radius: 0.625rem 0.625rem;
  margin: 2rem 0;
  border-bottom: 0.5px solid #748dc7;
  border-right: 0.5px solid #748dc7;
  border-left: 0.5px solid #748dc7;
}
.vaccination .content1 .inner .sub_box table {
  width: 100%;
}
.vaccination .content1 .inner .sub_box table th {
  background-color: #7087bd;
  color: #ffffff;
  width: 33.33%;
}
.vaccination .content1 .inner .sub_box table th, .vaccination .content1 .inner .sub_box table td {
  box-sizing: border-box;
  padding: 0.8125rem;
}
.vaccination .content1 .inner .sub_box table th + th, .vaccination .content1 .inner .sub_box table td + th {
  border-left: 1px solid #ffffff;
}
.vaccination .content1 .inner .sub_box table td {
  border-bottom: 0.5px solid #748dc7;
}
.vaccination .content1 .inner .sub_box table td + td {
  border-left: 0.5px solid #748dc7;
}
.vaccination .content1 .inner .sub_box table tr:last-child td {
  border-bottom: none;
}
.vaccination .content1 .inner .sub_box .flex_box {
  margin-top: 2.75rem;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 749px) {
  .vaccination .content1 .inner .sub_box .flex_box {
    display: block;
  }
}
.vaccination .content1 .inner .sub_box .flex_box .text_box {
  flex-basis: 46.1538461538%;
}
@media screen and (min-width: 750px) {
  .vaccination .content1 .inner .sub_box .flex_box .text_box + .text_box:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - 0.75px);
    width: 1.5px;
    background-color: #748dc7;
  }
}
@media screen and (max-width: 749px) {
  .vaccination .content1 .inner .sub_box .flex_box .text_box + .text_box {
    margin-top: 3rem;
    border-top: 1.5px solid #748dc7;
    padding-top: 3rem;
  }
}
.vaccination .content1 .inner .sub_box .flex_box .note_box {
  flex-basis: 48.0769230769%;
  box-sizing: border-box;
  padding: 1.25rem 1.5rem;
  border-radius: 0.625rem;
  background: #f1f4f9;
}
@media screen and (max-width: 749px) {
  .vaccination .content1 .inner .sub_box .flex_box .note_box {
    margin-top: 3rem;
  }
}
.vaccination .content1 .inner .sub_box .note {
  box-sizing: border-box;
  padding: 1.25rem 1.5rem;
  border-radius: 0.625rem;
  background: #fef7ef;
  margin-top: 3rem;
}
.vaccination .content1 .inner .sub_box .note span {
  display: block;
  font-weight: bold;
  color: #f7b97c;
}
.vaccination .content1 .inner .sub_box .note ul {
  margin: 0.625rem 0;
}
.vaccination .content1 .inner .sub_box .note ul li {
  font-size: 1rem;
  padding-left: 1.2em;
  position: relative;
  color: #4c4c4c;
  line-height: 1.5;
}
.vaccination .content1 .inner .sub_box .note ul li:before {
  content: "";
  background: url("../img/common/icon_check1.png") no-repeat center/cover;
  border-radius: 0.5em;
  height: 1em;
  width: 1em;
  font-size: 1rem;
  position: absolute;
  font-size: 1rem;
  top: 0.3em;
  left: 0;
}
.vaccination .content1 .inner .sub_box .note ul li + li {
  margin-top: 0.5rem;
}
.vaccination .content1 .inner .sub_box p + .text_box {
  margin-top: 3rem;
}
.vaccination .content2 {
  padding-bottom: 8rem;
}

.medical-checkup .visual_box .inner > div:before {
  content: "健診・検診";
}
.medical-checkup .visual_box .inner > div .bg {
  background: url("../img/medical-checkup/main.jpg") no-repeat center/cover;
}
.medical-checkup .treatment_submenu > li:nth-of-type(6) a {
  background: #748dc7;
  color: #ffffff;
}
.medical-checkup .treatment_submenu > li:nth-of-type(6) a:before {
  background-color: #ffffff;
}
.medical-checkup .treatment_submenu > li:nth-of-type(6) a:after {
  border-color: #1a2c69;
}
.medical-checkup .content1 {
  padding-bottom: 8rem;
}
.medical-checkup .content1 .title {
  margin-bottom: 4rem;
}
.medical-checkup .content1 .inner {
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.medical-checkup .content1 .inner p {
  line-height: 2;
  color: #4c4c4c;
}
.medical-checkup .content1 .inner p a[target=_blank] {
  color: #334ea0;
  text-decoration: underline;
}
.medical-checkup .content1 .inner p a[target=_blank]:after {
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
  background: url("../img/common/icon_exlink.svg") no-repeat center/cover;
}
@media screen and (max-width: 749px) {
  .medical-checkup .content1 .inner p {
    font-size: 14px;
  }
}
.medical-checkup .content1 .inner .sub_title {
  margin-top: 4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: #1a2c69;
}
.medical-checkup .content1 .inner img.radius {
  border-radius: 0.625rem;
}
.medical-checkup .content1 .inner .flex_root {
  margin-top: 3.4970238095%;
  display: flow-root;
}
.medical-checkup .content1 .inner .flex_root img {
  float: right;
  margin-left: 4.7619047619%;
  max-width: 47.619047619%;
  border-radius: 1.25rem;
}
@media screen and (min-width: 750px) {
  .medical-checkup .content1 .inner .flex_root img {
    margin-bottom: 4rem;
    margin-top: 0.3125rem;
  }
}
@media screen and (max-width: 749px) {
  .medical-checkup .content1 .inner .flex_root img {
    float: none;
    display: block;
    width: 90%;
    max-width: none;
    margin: 2.5rem auto;
    border-radius: 0.625rem;
  }
}
.medical-checkup .content1 .inner .flex_root img.noradius {
  border-radius: 0;
}
.medical-checkup .content1 .inner .sub_box {
  background: #ffffff;
  border-radius: 1.25rem;
  padding: 3rem;
  margin-top: 2.625rem;
  border: 3px solid #f8d090;
  box-sizing: border-box;
}
@media screen and (max-width: 749px) {
  .medical-checkup .content1 .inner .sub_box {
    padding: 1.25rem;
  }
}
.medical-checkup .content1 .inner .sub_box .min_title {
  position: relative;
  color: #1a2c69;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 749px) {
  .medical-checkup .content1 .inner .sub_box .min_title {
    line-height: 1.5;
  }
}
.medical-checkup .content1 .inner .sub_box .min_title:before {
  content: "";
  width: 4.0625rem;
  height: 4rem;
  display: inline-block;
  background: url("../img/medical-checkup/icon1.svg") no-repeat center/cover;
  margin-right: 1.125rem;
  flex-shrink: 0;
}
.medical-checkup .content1 .inner .sub_box .min_title.blue:before {
  background: url("../img/medical-checkup/icon2.svg") no-repeat center/cover;
}
.medical-checkup .content1 .inner .sub_box .grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 3rem;
}
@media screen and (max-width: 749px) {
  .medical-checkup .content1 .inner .sub_box .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.medical-checkup .content1 .inner .sub_box .grid li {
  font-size: 1rem;
  padding-left: 2em;
  position: relative;
  padding-bottom: 1.5rem;
  border-bottom: 1.5px dashed #cccccc;
  color: #4c4c4c;
}
@media screen and (max-width: 749px) {
  .medical-checkup .content1 .inner .sub_box .grid li {
    padding-bottom: 1.25rem;
  }
}
.medical-checkup .content1 .inner .sub_box .grid li:before {
  content: "";
  background: url("../img/common/icon_check1.png") no-repeat center/cover;
  border-radius: 0.5em;
  height: 1em;
  width: 1em;
  font-size: 1rem;
  position: absolute;
  top: 0.6em;
  left: 0;
}
.medical-checkup .content1 .inner .sub_box .grid li a {
  color: #4c4c4c;
  font-weight: bold;
}
.medical-checkup .content1 .inner .sub_box .grid li a:hover {
  opacity: 0.8;
}
.medical-checkup .content1 .inner .sub_box .note {
  padding: 1.25rem 1.5rem;
  border-radius: 0.625rem;
  background: #f1f4f9;
  margin-bottom: 4rem;
  margin-top: 3rem;
}
.medical-checkup .content1 .inner .sub_box .note ul li {
  position: relative;
  padding-left: 1.2em;
  line-height: 2;
}
@media screen and (max-width: 749px) {
  .medical-checkup .content1 .inner .sub_box .note ul li {
    font-size: 14px;
  }
}
.medical-checkup .content1 .inner .sub_box .note ul li:before {
  content: "※";
  color: #748dc7;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(80%);
}
.medical-checkup .content1 .inner .sub_box .note ul li + li {
  margin-top: 0.625rem;
}
.medical-checkup .content1 .inner .sub_box2 {
  background: #ffffff;
  border-radius: 1.25rem;
  padding: 3rem;
  margin-top: 4rem;
  box-sizing: border-box;
}
@media screen and (max-width: 749px) {
  .medical-checkup .content1 .inner .sub_box2 {
    padding: 1.25rem;
  }
}
.medical-checkup .content1 .inner .sub_box2 .min_title {
  position: relative;
  color: #1a2c69;
  font-weight: bold;
  padding-left: 0.7em;
  font-size: 1.75rem;
  margin-bottom: 1.25rem;
}
.medical-checkup .content1 .inner .sub_box2 .min_title:before {
  content: "";
  background: #748dc7;
  height: 1em;
  width: 0.5rem;
  position: absolute;
  top: 0.75rem;
  left: 0;
}
.medical-checkup .content1 .inner .sub_box2 .min_title2 {
  margin-top: 2.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 1.5rem;
  color: #ffffff;
  background: #9eafd8;
  border-radius: 0.625rem;
  box-sizing: border-box;
  border-left: 1.25rem solid #748dc7;
  border-right: 1.25rem solid #748dc7;
  line-height: 1;
  padding: 1.25rem 0;
  margin-bottom: 3.625rem;
  letter-spacing: 0.05em;
}
.medical-checkup .content1 .inner .sub_box2 .min_title3 {
  border-bottom: 1.5px dotted #9eafd8;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  position: relative;
  padding-left: 1.875rem;
  line-height: 1;
  margin-top: 3.75rem;
  padding-bottom: 0.9375rem;
  box-sizing: border-box;
}
.medical-checkup .content1 .inner .sub_box2 .min_title3:before {
  content: "";
  background-color: #b7deea;
  width: 1.25rem;
  height: 0.3125rem;
  position: absolute;
  border-radius: 1px;
  top: 0.5rem;
  left: 0;
}
.medical-checkup .content1 .inner .sub_box2 .line {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 749px) {
  .medical-checkup .content1 .inner .sub_box2 .line {
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
  }
}
.medical-checkup .content1 .inner .sub_box2 ul li {
  position: relative;
  padding-left: 1.2em;
  line-height: 2;
}
@media screen and (max-width: 749px) {
  .medical-checkup .content1 .inner .sub_box2 ul li {
    font-size: 14px;
  }
}
.medical-checkup .content1 .inner .sub_box2 ul li:before {
  content: "●";
  color: #e4af70;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(80%);
}
.medical-checkup .content1 .inner .sub_box2 ul li + li {
  margin-top: 0.625rem;
}
@media screen and (max-width: 749px) {
  .medical-checkup .content1 .inner .sub_box2 ul li + li {
    margin-top: 0.375rem;
  }
}
.medical-checkup .content1 .inner .sub_box2 ul li.kome {
  margin-top: 0;
}
.medical-checkup .content1 .inner .sub_box2 ul li.kome:before {
  content: "※";
  color: #4c4c4c;
}
.medical-checkup .content1 .inner .sub_box2 ul li.mt15 {
  margin-top: 0.9375rem;
}
.medical-checkup .content1 .inner .sub_box2 h4 {
  margin-bottom: 1.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  line-height: 1;
  font-size: 1.3rem;
  border-bottom: 1.5px dashed #b9c6e3;
  padding-bottom: 0.8125rem;
}
.medical-checkup .content1 .inner .sub_box2 div.table {
  overflow: hidden;
  border-radius: 0.625rem 0.625rem;
  margin: 2rem 0;
  border-bottom: 0.5px solid #748dc7;
  border-right: 0.5px solid #748dc7;
  border-left: 0.5px solid #748dc7;
}
.medical-checkup .content1 .inner .sub_box2 .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 749px) {
  .medical-checkup .content1 .inner .sub_box2 .grid {
    grid-template-columns: 1fr;
  }
}
.medical-checkup .content1 .inner .sub_box2 .grid div[class^=box] {
  background-color: #fef8f2;
  border-radius: 0.625rem;
  overflow: hidden;
  padding-bottom: 2rem;
}
.medical-checkup .content1 .inner .sub_box2 .grid div[class^=box] p:first-child {
  display: block;
  background-color: #f9c796;
  font-weight: bold;
  color: #ffffff;
  font-size: 1.3rem;
  text-align: center;
  padding: 0.5rem 0;
}
.medical-checkup .content1 .inner .sub_box2 .grid div[class^=box] span {
  display: block;
  padding: 0 1.5rem;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
  margin: 2rem 0 1.5rem;
  color: #f9c796;
}
.medical-checkup .content1 .inner .sub_box2 .grid div[class^=box] ul {
  padding: 0 2rem;
}
.medical-checkup .content1 .inner .sub_box2 .grid div[class^=box] ul li {
  border-bottom: 0.5px solid #a6a6a6;
  padding-bottom: 1.125rem;
}
.medical-checkup .content1 .inner .sub_box2 .grid div[class^=box].box2 {
  background-color: #eaedf5;
}
.medical-checkup .content1 .inner .sub_box2 .grid div[class^=box].box2 p:first-child {
  background-color: #748dc7;
}
.medical-checkup .content1 .inner .sub_box2 .grid div[class^=box].box2 span {
  color: #748dc7;
}
.medical-checkup .content1 .inner .sub_box2 .grid div[class^=box].box2 ul li:before {
  color: #748dc7;
}
.medical-checkup .content1 .inner .sub_box2 .grid div[class^=box].box3 {
  overflow: hidden;
  border-radius: 0.625rem 0.625rem;
  border-bottom: 0.5px solid #748dc7;
  border-right: 0.5px solid #748dc7;
  border-left: 0.5px solid #748dc7;
  padding-bottom: 0;
  background-color: #ffffff;
}
.medical-checkup .content1 .inner .sub_box2 .grid div[class^=box].box3 table {
  width: 100%;
}
.medical-checkup .content1 .inner .sub_box2 .grid div[class^=box].box3 table th {
  background-color: #7087bd;
  color: #ffffff;
  width: 50%;
}
.medical-checkup .content1 .inner .sub_box2 .grid div[class^=box].box3 table th, .medical-checkup .content1 .inner .sub_box2 .grid div[class^=box].box3 table td {
  box-sizing: border-box;
  padding: 0.8125rem;
}
.medical-checkup .content1 .inner .sub_box2 .grid div[class^=box].box3 table th + th, .medical-checkup .content1 .inner .sub_box2 .grid div[class^=box].box3 table td + th {
  border-left: 1px solid #ffffff;
}
.medical-checkup .content1 .inner .sub_box2 .grid div[class^=box].box3 table td {
  vertical-align: middle;
  border-bottom: 0.5px solid #748dc7;
}
.medical-checkup .content1 .inner .sub_box2 .grid div[class^=box].box3 table td + td {
  border-left: 0.5px solid #748dc7;
}
.medical-checkup .content1 .inner .sub_box2 .grid div[class^=box].box3 table tr:last-child td {
  border-bottom: none;
}
.medical-checkup .content1 .inner .sub_box2 .grid div[class^=box].box4 {
  background: #eaedf5;
  padding: 2rem;
}
@media screen and (max-width: 749px) {
  .medical-checkup .content1 .inner .sub_box2 .grid div[class^=box].box4 {
    padding: 0.625rem;
  }
}
.medical-checkup .content1 .inner .sub_box2 .grid div[class^=box].box4 .min_title4 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 749px) {
  .medical-checkup .content1 .inner .sub_box2 .grid div[class^=box].box4 .min_title4 {
    margin-bottom: 0.625rem;
  }
}
.medical-checkup .content1 .inner .sub_box2 .grid div[class^=box].box4 .min_title4 i {
  font-size: 1.125rem;
  font-weight: bold;
  color: #1a2c69;
}
.medical-checkup .content1 .inner .sub_box2 .grid div[class^=box].box4 .min_title4:before {
  content: "";
  width: 1.125rem;
  height: 1.875rem;
  display: inline-block;
  background: url("../img/medical-checkup/icon3.svg") no-repeat center/cover;
}
.medical-checkup .content1 .inner .sub_box2 .grid div[class^=box].box4 p {
  padding: 1.625rem 2rem;
  background-color: #ffffff;
  border-radius: 0.625rem;
  height: calc(100% - 5.875rem);
  box-sizing: border-box;
  line-height: 2.2;
}
@media screen and (max-width: 749px) {
  .medical-checkup .content1 .inner .sub_box2 .grid div[class^=box].box4 p {
    height: auto;
    padding: 0.75rem;
  }
}
.medical-checkup .content1 .inner .sub_box2 .note {
  box-sizing: border-box;
  padding: 1.25rem 1.5rem;
  border-radius: 0.625rem;
  background: #fef7ef;
  margin-top: 3rem;
}
.medical-checkup .content1 .inner .sub_box2 .note span {
  display: block;
  font-weight: bold;
  color: #f7b97c;
}
.medical-checkup .content1 .inner .sub_box2 .note ul {
  margin: 0.625rem 0;
}
.medical-checkup .content1 .inner .sub_box2 .note ul li {
  font-size: 1rem;
  padding-left: 1.2em;
  position: relative;
  color: #4c4c4c;
  line-height: 1.5;
}
.medical-checkup .content1 .inner .sub_box2 .note ul li:before {
  content: "";
  background: url("../img/common/icon_check1.png") no-repeat center/cover;
  border-radius: 0.5em;
  height: 1em;
  width: 1em;
  font-size: 1rem;
  position: absolute;
  font-size: 1rem;
  top: 0.3em;
  left: 0;
}
.medical-checkup .content1 .inner .sub_box2 .note ul li + li {
  margin-top: 0.5rem;
}
.medical-checkup .content1 .inner .sub_box2 p + .text_box {
  margin-top: 3rem;
}
.medical-checkup .content2 {
  padding-bottom: 8rem;
}

.private .visual_box .inner > div:before {
  content: "自費診療";
}
.private .visual_box .inner > div .bg {
  background: url("../img/private/main.jpg") no-repeat center/cover;
}
.private .treatment_submenu > li:nth-of-type(7) a {
  background: #748dc7;
  color: #ffffff;
}
.private .treatment_submenu > li:nth-of-type(7) a:before {
  background-color: #ffffff;
}
.private .treatment_submenu > li:nth-of-type(7) a:after {
  border-color: #1a2c69;
}
.private .content1 {
  padding-bottom: 8rem;
}
.private .content1 .title {
  margin-bottom: 4rem;
}
.private .content1 .inner {
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.private .content1 .inner p {
  line-height: 2;
  color: #4c4c4c;
}
.private .content1 .inner p a[target=_blank] {
  color: #334ea0;
  text-decoration: underline;
}
.private .content1 .inner p a[target=_blank]:after {
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
  background: url("../img/common/icon_exlink.svg") no-repeat center/cover;
}
@media screen and (max-width: 749px) {
  .private .content1 .inner p {
    font-size: 14px;
  }
}
.private .content1 .inner .sub_title {
  margin-top: 4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: #1a2c69;
}
.private .content1 .inner .flex_root {
  margin-top: 3.4970238095%;
}
.private .content1 .inner .sub_box {
  background: #ffffff;
  border-radius: 1.25rem;
  padding: 3rem;
  margin-top: 2.625rem;
  border: 3px solid #f8d090;
  box-sizing: border-box;
}
@media screen and (max-width: 749px) {
  .private .content1 .inner .sub_box {
    padding: 1.25rem;
  }
}
.private .content1 .inner .sub_box .grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 749px) {
  .private .content1 .inner .sub_box .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.private .content1 .inner .sub_box .grid li {
  font-size: 1rem;
  padding-left: 2em;
  position: relative;
  padding-bottom: 1.5rem;
  border-bottom: 1.5px dashed #cccccc;
  color: #4c4c4c;
}
@media screen and (max-width: 749px) {
  .private .content1 .inner .sub_box .grid li {
    padding-bottom: 1.25rem;
  }
}
.private .content1 .inner .sub_box .grid li:before {
  content: "";
  background: url("../img/common/icon_check1.png") no-repeat center/cover;
  border-radius: 0.5em;
  height: 1em;
  width: 1em;
  font-size: 1rem;
  position: absolute;
  top: 0.6em;
  left: 0;
}
.private .content1 .inner .sub_box .grid li a {
  color: #4c4c4c;
  font-weight: bold;
}
.private .content1 .inner .sub_box .grid li a:hover {
  opacity: 0.8;
}
.private .content1 .inner .sub_box .note {
  padding: 1.25rem 1.5rem;
  border-radius: 0.625rem;
  background: #f1f4f9;
  margin-top: 3rem;
}
.private .content1 .inner .sub_box .note ul li {
  position: relative;
  padding-left: 1.2em;
  line-height: 2;
}
@media screen and (max-width: 749px) {
  .private .content1 .inner .sub_box .note ul li {
    font-size: 14px;
  }
}
.private .content1 .inner .sub_box .note ul li:before {
  content: "※";
  color: #748dc7;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(80%);
}
.private .content1 .inner .sub_box .note ul li + li {
  margin-top: 0.625rem;
}
.private .content1 .inner .sub_box2 {
  background: #ffffff;
  border-radius: 1.25rem;
  padding: 3rem;
  margin-top: 4rem;
  box-sizing: border-box;
}
@media screen and (max-width: 749px) {
  .private .content1 .inner .sub_box2 {
    padding: 1.25rem;
  }
}
.private .content1 .inner .sub_box2 .min_title {
  position: relative;
  color: #1a2c69;
  font-weight: bold;
  padding-left: 0.7em;
  font-size: 1.75rem;
  margin-bottom: 1.25rem;
}
.private .content1 .inner .sub_box2 .min_title:before {
  content: "";
  background: #748dc7;
  height: 1em;
  width: 0.5rem;
  position: absolute;
  top: 0.75rem;
  left: 0;
}
.private .content1 .inner .sub_box2 h4 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  position: relative;
  padding-left: 1.875rem;
  line-height: 1;
  box-sizing: border-box;
  margin-bottom: 1.5625rem;
}
.private .content1 .inner .sub_box2 h4:before {
  content: "";
  background-color: #b7deea;
  width: 1.25rem;
  height: 0.3125rem;
  position: absolute;
  border-radius: 1px;
  top: 0.5rem;
  left: 0;
}
.private .content1 .inner .sub_box2 .line {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 749px) {
  .private .content1 .inner .sub_box2 .line {
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
  }
}
.private .content1 .inner .sub_box2 ul li {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.5;
}
@media screen and (max-width: 749px) {
  .private .content1 .inner .sub_box2 ul li {
    font-size: 14px;
  }
}
.private .content1 .inner .sub_box2 ul li:before {
  content: "●";
  color: #e4af70;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(80%);
}
.private .content1 .inner .sub_box2 ul li + li {
  margin-top: 0.625rem;
}
@media screen and (max-width: 749px) {
  .private .content1 .inner .sub_box2 ul li + li {
    margin-top: 0.375rem;
  }
}
.private .content1 .inner .sub_box2 ul li.kome {
  margin-top: 0;
}
.private .content1 .inner .sub_box2 ul li.kome:before {
  content: "※";
  color: #4c4c4c;
}
.private .content1 .inner .sub_box2 ul li.mt15 {
  margin-top: 0.9375rem;
}
.private .content1 .inner .sub_box2 p + h4 {
  margin-top: 3.25rem;
}
.private .content1 .inner .sub_box2 .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 749px) {
  .private .content1 .inner .sub_box2 .grid {
    grid-template-columns: 1fr;
  }
}
.private .content1 .inner .sub_box2 .grid img {
  display: block;
  border-radius: 1.25rem;
}
.private .content1 .inner .sub_box2 .memo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media screen and (max-width: 749px) {
  .private .content1 .inner .sub_box2 .memo {
    grid-template-columns: 1fr;
  }
}
.private .content1 .inner .sub_box2 .memo > div {
  font-size: 1rem;
  position: relative;
  color: #4c4c4c;
  line-height: 1.5;
  background: #fef8f2;
  padding: 1.125rem 0.75rem 1.125rem 2.6875rem;
  border-radius: 0.3125rem;
}
.private .content1 .inner .sub_box2 .memo > div:before {
  content: "";
  background: url("../img/common/icon_check1.png") no-repeat center/cover;
  border-radius: 0.5em;
  height: 1em;
  width: 1em;
  font-size: 1rem;
  position: absolute;
  font-size: 1rem;
  top: 1.4em;
  left: 1.125rem;
}
.private .content1 .inner .sub_box2 .note {
  box-sizing: border-box;
  padding: 1.25rem 1.5rem;
  border-radius: 0.625rem;
  background: #fef7ef;
  margin-top: 3rem;
}
.private .content1 .inner .sub_box2 .note span {
  display: block;
  font-weight: bold;
  color: #f7b97c;
}
.private .content1 .inner .sub_box2 p + .text_box {
  margin-top: 3rem;
}
.private .content2 {
  padding-bottom: 8rem;
}

.online .visual_box .inner > div:before {
  content: "オンライン診療";
}
.online .visual_box .inner > div .bg {
  background: url("../img/online/main.jpg") no-repeat center/cover;
}
.online .treatment_submenu > li:nth-of-type(8) a {
  background: #748dc7;
  color: #ffffff;
}
.online .treatment_submenu > li:nth-of-type(8) a:before {
  background-color: #ffffff;
}
.online .treatment_submenu > li:nth-of-type(8) a:after {
  border-color: #1a2c69;
}
.online .content1 {
  padding-bottom: 8rem;
}
.online .content1 .title {
  margin-bottom: 4rem;
}
.online .content1 .inner {
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.online .content1 .inner p {
  line-height: 2;
  color: #4c4c4c;
}
.online .content1 .inner p a[target=_blank] {
  color: #334ea0;
  text-decoration: underline;
}
.online .content1 .inner p a[target=_blank]:after {
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
  background: url("../img/common/icon_exlink.svg") no-repeat center/cover;
}
@media screen and (max-width: 749px) {
  .online .content1 .inner p {
    font-size: 14px;
  }
}
.online .content1 .inner .sub_title {
  margin-top: 4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: #1a2c69;
}
.online .content1 .inner .flex_root {
  margin-top: 3.4970238095%;
}
.online .content1 .inner .grid_box {
  margin-top: 4rem;
  display: grid;
  gap: 4rem;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 749px) {
  .online .content1 .inner .grid_box {
    grid-template-columns: 1fr;
  }
}
.online .content1 .inner .grid_box h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 1.5rem;
  color: #ffffff;
  background: #9eafd8;
  border-radius: 0.625rem;
  box-sizing: border-box;
  border-left: 1.25rem solid #748dc7;
  line-height: 1;
  padding: 1.25rem 0;
  margin-bottom: 2rem;
  letter-spacing: 0.05em;
}
.online .content1 .inner .grid_box img {
  display: block;
  border-radius: 1.25rem;
}
.online .content1 .inner .grid_box ul li {
  position: relative;
  padding-left: 1.2em;
  line-height: 2;
}
@media screen and (max-width: 749px) {
  .online .content1 .inner .grid_box ul li {
    font-size: 14px;
  }
}
.online .content1 .inner .grid_box ul li:before {
  content: "●";
  color: #748dc7;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(80%);
}
.online .content1 .inner .grid_box ul li + li {
  margin-top: 1.5rem;
}
@media screen and (max-width: 749px) {
  .online .content1 .inner .grid_box ul li + li {
    margin-top: 0.625rem;
  }
}
.online .content1 .inner .grid_box ul li.kome {
  margin-top: 0;
}
.online .content1 .inner .grid_box ul li.kome:before {
  content: "※";
  color: #4c4c4c;
}
.online .content1 .inner .grid_box ul li span {
  display: block;
  margin-bottom: 1.5rem;
  font-weight: bold;
}
.online .content1 .inner .grid_box .note {
  margin-top: 2.5rem;
  border: 0.75px solid #748dc7;
  padding: 1rem 1.5rem;
  border-radius: 0.625rem;
}
.online .content1 .inner .sub_box {
  margin-top: 4rem;
  box-sizing: border-box;
}
.online .content1 .inner .sub_box .arrow {
  padding-top: 0;
  position: relative;
  margin-top: 4rem;
}
.online .content1 .inner .sub_box .arrow:before {
  content: "";
  display: block;
  width: 100%;
  height: 0.3461538462em;
  font-size: 8.125rem;
  border-radius: 1.25rem 1.25rem 0 0;
  background: url("../img/common/box_arrow.svg") no-repeat center/cover;
  margin: 0 auto;
}
.online .content1 .inner .sub_box > .box {
  padding: 3rem;
  border-radius: 0 0 1.25rem 1.25rem;
  background: #ffffff;
}
@media screen and (max-width: 749px) {
  .online .content1 .inner .sub_box > .box {
    padding: 1.25rem;
  }
}
.online .content1 .inner .sub_box h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 1.5rem;
  color: #ffffff;
  background: #9eafd8;
  border-radius: 0.625rem;
  box-sizing: border-box;
  border-left: 1.25rem solid #748dc7;
  border-right: 1.25rem solid #748dc7;
  line-height: 1;
  padding: 1.25rem 0;
  margin-bottom: 2rem;
  letter-spacing: 0.05em;
}
.online .content1 .inner .sub_box h4 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  position: relative;
  padding-left: 1.875rem;
  line-height: 1;
  box-sizing: border-box;
  margin-bottom: 1.5625rem;
}
.online .content1 .inner .sub_box h4:before {
  content: "";
  background-color: #b7deea;
  width: 1.25rem;
  height: 0.3125rem;
  position: absolute;
  border-radius: 1px;
  top: 0.5rem;
  left: 0;
}
.online .content1 .inner .sub_box .logo1 {
  max-width: 600px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .online .content1 .inner .sub_box .logo1 {
    margin: 20px auto;
  }
}
.online .content1 .inner .sub_box .note {
  border: 0.75px solid #748dc7;
  padding: 2.5rem 3rem;
  border-radius: 0.625rem;
}
@media screen and (max-width: 749px) {
  .online .content1 .inner .sub_box .note {
    padding: 1.25rem;
  }
}
.online .content1 .inner .sub_box ul li {
  position: relative;
  padding-left: 1.2em;
  line-height: 2;
}
@media screen and (max-width: 749px) {
  .online .content1 .inner .sub_box ul li {
    font-size: 14px;
  }
}
.online .content1 .inner .sub_box ul li:before {
  content: "●";
  color: #748dc7;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(80%);
}
.online .content1 .inner .sub_box ul li + li {
  margin-top: 1.5rem;
}
@media screen and (max-width: 749px) {
  .online .content1 .inner .sub_box ul li + li {
    margin-top: 0.625rem;
  }
}
.online .content1 .inner .sub_box2 {
  background: #ffffff;
  border-radius: 1.25rem;
  padding: 3rem;
  margin-top: 4rem;
  box-sizing: border-box;
}
@media screen and (max-width: 749px) {
  .online .content1 .inner .sub_box2 {
    padding: 1.25rem;
  }
}
.online .content1 .inner .sub_box2 h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 1.5rem;
  color: #ffffff;
  background: #9eafd8;
  border-radius: 0.625rem;
  box-sizing: border-box;
  border-left: 1.25rem solid #748dc7;
  border-right: 1.25rem solid #748dc7;
  line-height: 1;
  padding: 1.25rem 0;
  margin-bottom: 2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 749px) {
  .online .content1 .inner .sub_box2 .only {
    display: none;
  }
}
.online .content1 .inner .sub_box2 h4 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  position: relative;
  padding-left: 1.875rem;
  line-height: 1;
  box-sizing: border-box;
  margin-bottom: 1.5625rem;
}
.online .content1 .inner .sub_box2 h4:before {
  content: "";
  background-color: #b7deea;
  width: 1.25rem;
  height: 0.3125rem;
  position: absolute;
  border-radius: 1px;
  top: 0.5rem;
  left: 0;
}
.online .content1 .inner .sub_box2 .logo1 {
  max-width: 600px;
  margin: 0.9375rem auto 0;
}
.online .content1 .inner .sub_box2 .note {
  border: 0.75px solid #748dc7;
  padding: 2.5rem 3rem;
  border-radius: 0.625rem;
}
@media screen and (max-width: 749px) {
  .online .content1 .inner .sub_box2 .note {
    padding: 1.25rem;
  }
}
.online .content1 .inner .sub_box2 .btn_box {
  margin: 1.5rem auto 3rem;
}
.online .content1 .inner .sub_box2 .btn_box .btn3 {
  background: url("../img/common/grd_bg.png") no-repeat center/cover;
  display: block;
  font-size: 1.3rem;
  color: #334ea0;
  text-align: center;
  border-radius: 10px;
  padding: 0.875rem 0;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 749px) {
  .online .content1 .inner .sub_box2 .btn_box .btn3 {
    padding-left: 20px;
    text-align: left;
  }
}
.online .content1 .inner .sub_box2 .btn_box .btn3:after {
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
  background: url("../img/common/icon_exlink.svg") no-repeat center/cover;
  position: absolute;
  top: calc(50% - 0.6875rem);
  right: 1.75rem;
  transform: scale(80%);
}
.online .content1 .inner .sub_box2 ul li {
  position: relative;
  padding-left: 1.2em;
  line-height: 2;
}
@media screen and (max-width: 749px) {
  .online .content1 .inner .sub_box2 ul li {
    font-size: 14px;
  }
}
.online .content1 .inner .sub_box2 ul li:before {
  content: "●";
  color: #748dc7;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(80%);
}
.online .content1 .inner .sub_box2 ul li + li {
  margin-top: 1.5rem;
}
@media screen and (max-width: 749px) {
  .online .content1 .inner .sub_box2 ul li + li {
    margin-top: 0.625rem;
  }
}
.online .content2 {
  padding-bottom: 8rem;
}

.news .visual_box .inner > div:before {
  content: "お知らせ";
}
.news .visual_box .inner > div .bg {
  background: url("../img/news/main.jpg") no-repeat center/cover;
}
.news .treatment_submenu > li:nth-of-type(8) a {
  background: #748dc7;
  color: #ffffff;
}
.news .treatment_submenu > li:nth-of-type(8) a:before {
  background-color: #ffffff;
}
.news .treatment_submenu > li:nth-of-type(8) a:after {
  border-color: #1a2c69;
}
.news .content1 {
  padding-bottom: 8rem;
}
.news .content1 .title {
  margin-bottom: 4rem;
}
.news .content1 .inner {
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.news .content1 .inner p {
  line-height: 2;
  color: #4c4c4c;
}
.news .content1 .inner p a[target=_blank] {
  color: #334ea0;
  text-decoration: underline;
}
.news .content1 .inner p a[target=_blank]:after {
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
  background: url("../img/common/icon_exlink.svg") no-repeat center/cover;
}
.news .content1 .inner p a {
  color: #334ea0;
  border-bottom: 1px solid #334ea0;
}
@media screen and (max-width: 749px) {
  .news .content1 .inner p {
    font-size: 14px;
  }
}
.news .content1 .inner .news_list {
  background-color: #ffffff;
  border-radius: 1.875rem;
  padding: 4rem;
}
@media screen and (max-width: 749px) {
  .news .content1 .inner .news_list {
    padding: 15px;
  }
}
.news .content1 .inner .news_list > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 749px) {
  .news .content1 .inner .news_list > div:last-child {
    padding-bottom: 20px;
  }
}
.news .content1 .inner .news_list > div time {
  display: block;
  background: #748dc7;
  border-radius: 0.625rem;
  flex-basis: 8.7673611111%;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  padding: 1rem 0;
  color: #ffffff;
  margin-right: 1em;
}
@media screen and (max-width: 749px) {
  .news .content1 .inner .news_list > div time {
    flex-basis: 100%;
    font-size: 14px;
  }
}
.news .content1 .inner .news_list > div time span {
  line-height: 1;
  display: block;
  font-size: 2em;
  margin-top: 0.75rem;
  font-weight: bold;
}
@media screen and (max-width: 749px) {
  .news .content1 .inner .news_list > div time span {
    display: inline-block;
    font-weight: normal;
    font-size: 1em;
    margin-top: 0;
  }
  .news .content1 .inner .news_list > div time span:before {
    content: ".";
    display: inline-block;
  }
}
.news .content1 .inner .news_list > div h3 {
  color: #1a2c69;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.2;
}
@media screen and (max-width: 749px) {
  .news .content1 .inner .news_list > div h3 {
    line-height: 1.8;
    margin-top: 15px;
  }
}
.news .content1 .inner .news_list > div .text {
  flex-basis: 100%;
  margin-top: 2rem;
}
@media screen and (max-width: 749px) {
  .news .content1 .inner .news_list > div .text {
    margin-top: 15px;
  }
}
.news .content1 .inner .news_list > div + div {
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: 1.5px dashed #748dc7;
}

.facility .visual_box .inner > div:before {
  content: "施設案内";
}
.facility .visual_box .inner > div .bg {
  background: url("../img/facility/main.jpg") no-repeat center/cover;
}
.facility .treatment_submenu > li:nth-of-type(8) a {
  background: #748dc7;
  color: #ffffff;
}
.facility .treatment_submenu > li:nth-of-type(8) a:before {
  background-color: #ffffff;
}
.facility .treatment_submenu > li:nth-of-type(8) a:after {
  border-color: #1a2c69;
}
.facility .content1 {
  padding-bottom: 8rem;
}
.facility .content1 .title {
  margin-bottom: 4rem;
}
.facility .content1 .inner {
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.facility .content1 .inner p {
  line-height: 2;
  color: #4c4c4c;
}
.facility .content1 .inner p a[target=_blank] {
  color: #334ea0;
  text-decoration: underline;
}
.facility .content1 .inner p a[target=_blank]:after {
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
  background: url("../img/common/icon_exlink.svg") no-repeat center/cover;
}
.facility .content1 .inner p a {
  color: #334ea0;
  border-bottom: 1px solid #334ea0;
}
@media screen and (max-width: 749px) {
  .facility .content1 .inner p {
    font-size: 14px;
  }
}
.facility .content1 .inner .list {
  background: #ffffff;
  border-radius: 1.25rem;
  padding: 4rem;
  margin-top: 6.8125rem;
}
@media screen and (max-width: 749px) {
  .facility .content1 .inner .list {
    padding: 1.875rem;
  }
}
.facility .content1 .inner .list > ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
@media screen and (max-width: 749px) {
  .facility .content1 .inner .list > ul {
    grid-template-columns: 1fr;
  }
}
.facility .content1 .inner .list > ul li h3 {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding-bottom: 1rem;
  border-bottom: 1.5px dashed #1a2c69;
  margin-bottom: 2rem;
}
.facility .content1 .inner .list > ul li h3 span {
  color: #1a2c69;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.5rem;
}
.facility .content1 .inner .list > ul li h3:before {
  content: "";
  display: block;
  height: 2.5rem;
  width: 2.5rem;
  background: url("../img/facility/icon1.svg") no-repeat center/cover;
}
.facility .content1 .inner .list > ul li .img_box {
  margin-bottom: 2rem;
}
.facility .content1 .inner .list > ul li .img_box img {
  display: block;
  border-radius: 1.25rem;
}
.facility .content1 .inner .list > ul li:nth-of-type(3n-2) h3:before {
  background: url("../img/facility/icon1.svg") no-repeat center/cover;
}
.facility .content1 .inner .list > ul li:nth-of-type(3n-1) h3:before {
  background: url("../img/facility/icon2.svg") no-repeat center/cover;
}
.facility .content1 .inner .list > ul li:nth-of-type(3n) h3:before {
  background: url("../img/facility/icon3.svg") no-repeat center/cover;
}

.hours_access .visual_box .inner > div:before {
  content: "診療時間・アクセス";
}
@media screen and (max-width: 749px) {
  .hours_access .visual_box .inner > div:before {
    width: 9em;
    text-align: center;
  }
}
.hours_access .visual_box .inner > div .bg {
  background: url("../img/hours_access/main.jpg") no-repeat center/cover;
}
.hours_access .treatment_submenu > li:nth-of-type(3) a {
  background: #748dc7;
  color: #ffffff;
}
.hours_access .treatment_submenu > li:nth-of-type(3) a:before {
  background-color: #ffffff;
}
.hours_access .treatment_submenu > li:nth-of-type(3) a:after {
  border-color: #1a2c69;
}
.hours_access .content1 {
  padding-bottom: 8rem;
}
.hours_access .content1 .title {
  margin-bottom: 4rem;
}
.hours_access .content1 .inner {
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.hours_access .content1 .inner p {
  line-height: 2;
  color: #4c4c4c;
}
@media screen and (max-width: 749px) {
  .hours_access .content1 .inner p {
    font-size: 14px;
  }
}
.hours_access .content1 .inner .sub_title {
  margin-top: 8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 1.75rem;
  color: #ffffff;
  background: #9eafd8;
  border-radius: 0.625rem;
  box-sizing: border-box;
  border-left: 1.875rem solid #748dc7;
  border-right: 1.875rem solid #748dc7;
  line-height: 1;
  padding: 1.25rem 0;
  margin-bottom: 2rem;
  letter-spacing: 0.05em;
}
.hours_access .content1 .inner img.radius {
  border-radius: 0.625rem;
}
.hours_access .content1 .inner #timeTable {
  margin-bottom: 8rem;
}
@media screen and (min-width: 750px) {
  .hours_access .content1 .inner #timeTable table td, .hours_access .content1 .inner #timeTable table th {
    font-size: 1.5em;
  }
  .hours_access .content1 .inner #timeTable table td + th, .hours_access .content1 .inner #timeTable table td + td, .hours_access .content1 .inner #timeTable table th + th, .hours_access .content1 .inner #timeTable table th + td {
    border-left: 3px solid #ffffff;
  }
  .hours_access .content1 .inner #timeTable table thead th {
    height: 4.9375rem;
    display: flex;
    justify-items: center;
  }
  .hours_access .content1 .inner #timeTable table thead th span {
    font-size: 1.5rem;
    margin: auto 0;
    width: 100%;
    display: block;
  }
  .hours_access .content1 .inner #timeTable table thead th:first-child span {
    display: none;
  }
  .hours_access .content1 .inner #timeTable table tbody td {
    height: 6.5625rem;
  }
  .hours_access .content1 .inner #timeTable table tbody tr + tr {
    border-top: 3px solid #ffffff;
  }
  .hours_access .content1 .inner #timeTable ul li {
    font-size: 1.3rem;
  }
}
.hours_access .content1 .inner .min_title {
  font-size: 1.75rem;
  font-weight: bold;
  position: relative;
  padding-left: 1rem;
  line-height: 1.6;
  color: #1a2c69;
  margin-bottom: 2.9375rem;
}
.hours_access .content1 .inner .min_title:before {
  content: "";
  position: absolute;
  top: 0.625rem;
  left: 0;
  width: 0.5rem;
  height: 1em;
  background: #e4af70;
}
.hours_access .content1 .inner .map {
  overflow: hidden;
  border-radius: 1.25rem;
}
.hours_access .content1 .inner .map iframe {
  width: 100%;
  height: 28.125rem;
}
.hours_access .content1 .inner .note {
  box-sizing: border-box;
  border-radius: 1.875rem;
  background: #ffffff;
  padding: 2.0833333333% 3.5714285714% 3.5714285714%;
  margin-top: 3rem;
}
@media screen and (max-width: 749px) {
  .hours_access .content1 .inner .note {
    padding: 1.875rem;
    border-radius: 0.9375rem;
  }
}
.hours_access .content1 .inner .note.type2 .flex_box:after {
  border-left: 1.5px solid #748dc7;
}
.hours_access .content1 .inner .note.type2 .flex_box p {
  margin-top: 2rem;
}
.hours_access .content1 .inner .note.type2 .flex_box .min_title2 {
  font-size: 1.75rem;
}
.hours_access .content1 .inner .note.type2 .flex_box .min_title2 span {
  font-weight: normal;
}
.hours_access .content1 .inner .note.type2 .flex_box .min_title2 i {
  font-size: 2rem;
  font-style: normal;
}
.hours_access .content1 .inner .note.type3 {
  padding: 3.5714285714%;
}
.hours_access .content1 .inner .note.type3 > .img_box {
  max-width: 826px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
.hours_access .content1 .inner .flex_img {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 749px) {
  .hours_access .content1 .inner .flex_img {
    display: block;
    padding: 0.9375rem;
  }
}
.hours_access .content1 .inner .flex_img > div {
  flex-basis: 48.2142857143%;
}
.hours_access .content1 .inner .flex_img > div img {
  display: block;
  border-radius: 1.25rem;
}
@media screen and (max-width: 749px) {
  .hours_access .content1 .inner .flex_img > div + div {
    margin-top: 2.5rem;
  }
}
.hours_access .content1 .inner .flex_img.type2 > div {
  flex-basis: 30.9523809524%;
}
.hours_access .content1 .inner .flex_img.type2 h4 {
  position: relative;
  padding-left: 1.1em;
  color: #1a2c69;
  font-size: 1.5rem;
  margin-bottom: 1.75rem;
  display: block;
}
.hours_access .content1 .inner .flex_img.type2 h4:before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  position: absolute;
  transform: scale(80%);
  color: #f9c796;
}
.hours_access .content1 .inner .flex_box {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 749px) {
  .hours_access .content1 .inner .flex_box {
    display: block;
    padding: 0.9375rem;
  }
}
@media screen and (min-width: 750px) {
  .hours_access .content1 .inner .flex_box:after {
    content: "";
    width: 1px;
    display: block;
    order: 2;
    border-left: 1.5px dashed #748dc7;
  }
}
.hours_access .content1 .inner .flex_box > div {
  flex-basis: 46.1538461538%;
  order: 1;
}
.hours_access .content1 .inner .flex_box > div + div {
  order: 3;
}
@media screen and (max-width: 749px) {
  .hours_access .content1 .inner .flex_box > div + div {
    margin-top: 2.5rem;
  }
}
.hours_access .content1 .inner .flex_box > div .min_title2 {
  font-weight: bold;
  text-align: center;
  font-size: 1.3125rem;
  color: #1a2c69;
  background: #e9f5f9;
  border-radius: 0.625rem;
  box-sizing: border-box;
  border-left: 1.25rem solid #b7deea;
  line-height: 1;
  padding: 1.25rem 0;
  margin-bottom: 2rem;
  letter-spacing: 0.05em;
}
.hours_access .content1 .inner .flex_box > div h4 {
  position: relative;
  padding-left: 1.2em;
  line-height: 2;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: #1a2c69;
}
.hours_access .content1 .inner .flex_box > div h4:before {
  content: "●";
  font-size: 0.8em;
  color: #748dc7;
  position: absolute;
  top: 0.25em;
  left: 0;
}
.hours_access .content1 .inner .flex_box > div h4 + p {
  margin-top: 0 !important;
}
.hours_access .content1 .inner .flex_box > div h4 + p + h4 {
  margin-top: 1.25rem;
}
.hours_access .content1 .inner .flex_box > div p strong {
  color: #1a2c69;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 749px) {
  .hours_access .content1 .inner .flex_box > div p {
    font-size: 0.875rem;
  }
}
.hours_access .content2 {
  padding-bottom: 8rem;
}
.hours_access .content2 .inner {
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.hours_access .content2 .inner .link {
  box-sizing: border-box;
  border-radius: 1.875rem;
  background: #ffffff;
  padding: 2.0833333333% 3.5714285714% 3.5714285714%;
  margin-top: 8rem;
}
@media screen and (max-width: 749px) {
  .hours_access .content2 .inner .link {
    padding: 1.875rem;
    border-radius: 0.9375rem;
  }
}
.hours_access .content2 .inner .link .subtitle {
  font-size: 1.75rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  position: relative;
  padding-left: 1rem;
  line-height: 1.6;
  color: #1a2c69;
}
.hours_access .content2 .inner .link .subtitle:before {
  content: "";
  position: absolute;
  top: 0.625rem;
  left: 0;
  width: 0.5rem;
  height: 1em;
  background: #748dc7;
}
.hours_access .content2 .inner .link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hours_access .content2 .inner .link ul li {
  margin-top: 2.751572327%;
  flex-basis: 30.8176100629%;
}
@media screen and (max-width: 749px) {
  .hours_access .content2 .inner .link ul li {
    flex-basis: 46%;
  }
}
.hours_access .content2 .inner .link ul li h2 {
  position: relative;
  padding-left: 1.2em;
  line-height: 2;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  color: #1a2c69;
}
.hours_access .content2 .inner .link ul li h2:before {
  content: "●";
  color: #e4af70;
  position: absolute;
  top: 0;
  left: 0;
}
.hours_access .content2 .inner .link ul li a {
  display: block;
}
.hours_access .content2 .inner .link ul li a:hover {
  opacity: 0.8;
}
.hours_access .content2 .inner .link ul li a span {
  display: block;
  border-bottom: 2px solid #e4af70;
  display: flex;
  align-items: center;
  justify-content: end;
  color: #1a2c69;
  padding: 0.625rem 0 0.3125rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}
.hours_access .content2 .inner .link ul li a span:after {
  content: "";
  background: url("../img/common/icon_arrow5.svg") no-repeat center/cover;
  height: 0.625rem;
  width: 1.375rem;
  display: inline-block;
  margin-left: 0.75rem;
}

.contact .visual_box .inner > div:before {
  content: "お問い合わせ";
}
.contact .visual_box .inner > div .bg {
  background: url("../img/contact/main.jpg") no-repeat center/cover;
}
.contact .treatment_submenu > li:nth-of-type(8) a {
  background: #748dc7;
  color: #ffffff;
}
.contact .treatment_submenu > li:nth-of-type(8) a:before {
  background-color: #ffffff;
}
.contact .treatment_submenu > li:nth-of-type(8) a:after {
  border-color: #1a2c69;
}
.contact .content1 {
  padding-bottom: 8rem;
}
.contact .content1 .title {
  margin-bottom: 4rem;
}
.contact .content1 .inner {
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.contact .content1 .inner p {
  line-height: 2;
  color: #4c4c4c;
}
.contact .content1 .inner p a[target=_blank] {
  color: #334ea0;
  text-decoration: underline;
}
.contact .content1 .inner p a[target=_blank]:after {
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
  background: url("../img/common/icon_exlink.svg") no-repeat center/cover;
}
.contact .content1 .inner p a {
  color: #334ea0;
  border-bottom: 1px solid #334ea0;
}
@media screen and (max-width: 749px) {
  .contact .content1 .inner p {
    font-size: 14px;
  }
}
.contact .content1 .inner .sub_title {
  font-size: 1.75rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  position: relative;
  padding-left: 1rem;
  line-height: 1.6;
  color: #1a2c69;
  margin-bottom: 3rem;
}
.contact .content1 .inner .sub_title:before {
  content: "";
  position: absolute;
  top: 0.625rem;
  left: 0;
  width: 0.5rem;
  height: 1em;
  background: #748dc7;
}
@media screen and (max-width: 749px) {
  .contact .content1 .inner .sub_title {
    line-height: 1.5;
  }
}
.contact .content1 .inner .lineID {
  display: flex;
  border-radius: 0.625rem;
  overflow: hidden;
  align-items: center;
  margin-top: 2.875rem;
}
.contact .content1 .inner .lineID > div:first-child {
  background: #f8d090;
  color: #ffffff;
  padding: 1.5rem;
  line-height: 1;
}
.contact .content1 .inner .lineID > div:nth-of-type(2) {
  flex-grow: 1;
  background: #ffffff;
  padding: 1.5rem;
  line-height: 1;
}
.contact .content1 .inner .grid_box {
  display: grid;
  grid-template-columns: 1fr 21.875rem;
  gap: 4rem;
  margin: 5rem 0;
}
@media screen and (max-width: 749px) {
  .contact .content1 .inner .grid_box {
    grid-template-columns: 1fr;
  }
}
.contact .content1 .inner .grid_box .img_box img {
  display: block;
  border-radius: 1.25rem;
}
.contact .content1 .inner .memo {
  padding: 1.25rem 1.5rem;
  border-radius: 0.625rem;
  background: #fef8f2;
  margin-bottom: 4rem;
  margin-top: 3rem;
}
.contact .content1 .inner .memo ul li {
  position: relative;
  padding-left: 1.2em;
  line-height: 2;
}
@media screen and (max-width: 749px) {
  .contact .content1 .inner .memo ul li {
    font-size: 14px;
  }
}
.contact .content1 .inner .memo ul li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(80%);
}
.contact .content1 .inner .memo ul li + li {
  margin-top: 0.625rem;
}
.contact .content1 .inner .wpcf7-form .wpcf7-response-output {
  display: none;
}
.contact .content1 .inner .form {
  background: #ffffff;
  border-radius: 1.25rem;
  padding: 4rem;
}
@media screen and (max-width: 749px) {
  .contact .content1 .inner .form {
    padding: 1.875rem;
  }
}
.contact .content1 .inner .form #confirm {
  display: none;
}
.contact .content1 .inner .form #confirm h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 1.5rem;
  color: #ffffff;
  background: #9eafd8;
  border-radius: 0.625rem;
  box-sizing: border-box;
  border-left: 1.25rem solid #748dc7;
  border-right: 1.25rem solid #748dc7;
  line-height: 1;
  padding: 1.25rem 0;
  margin-bottom: 4rem;
  letter-spacing: 0.05em;
}
.contact .content1 .inner .form #confirm dl dd p {
  font-size: 1.3rem;
}
.contact .content1 .inner .form .line {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 26.75rem;
  margin: 0 auto 4rem;
  position: relative;
}
.contact .content1 .inner .form .line:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: calc(50% - 1px);
  background: #d9d9d9;
}
.contact .content1 .inner .form .line > div {
  box-sizing: border-box;
  border-radius: 0.5em;
  width: 1em;
  height: 1em;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border: 0.3125rem solid #d9d9d9;
  gap: 0.625rem;
  position: relative;
  z-index: 10;
  background: #ffffff;
}
@media screen and (min-width: 1099px) {
  .contact .content1 .inner .form .line > div {
    font-size: 100px;
  }
}
@media screen and (max-width: 1100px) {
  .contact .content1 .inner .form .line > div {
    font-size: 85px;
  }
}
@media screen and (max-width: 749px) {
  .contact .content1 .inner .form .line > div {
    font-size: 70px;
  }
}
.contact .content1 .inner .form .line > div span, .contact .content1 .inner .form .line > div i {
  line-height: 1;
  display: block;
  text-align: center;
  font-weight: bold;
  color: #d9d9d9;
  font-size: 1rem;
}
.contact .content1 .inner .form .line > div span {
  font-size: 1.3rem;
}
.contact .content1 .inner .form .line > div.on {
  border: none;
  background-color: #748dc7;
}
.contact .content1 .inner .form .line > div.on span, .contact .content1 .inner .form .line > div.on i {
  color: #ffffff;
}
.contact .content1 .inner .form dl {
  display: grid;
  grid-template-columns: 21.625rem 1fr;
}
@media screen and (max-width: 749px) {
  .contact .content1 .inner .form dl {
    grid-template-columns: 1fr;
    gap: 1.875rem;
  }
}
.contact .content1 .inner .form dl dt > p {
  display: flex;
  gap: 0.9375rem;
  align-items: center;
}
.contact .content1 .inner .form dl dt span {
  font-size: 1.3rem;
  font-weight: bold;
}
.contact .content1 .inner .form dl dt i {
  background: #f8d090;
  color: #ffffff;
  padding: 0.375rem 0.5rem;
  border-radius: 0.3125rem;
  line-height: 1;
}
.contact .content1 .inner .form dl dt i.nin {
  background: #cccccc;
}
.contact .content1 .inner .form dl + dl {
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: 2.5px dashed #c0cce6;
}
.contact .content1 .inner .form dl.policyBox {
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: 2.5px dashed #c0cce6;
}
.contact .content1 .inner .form dl dd input {
  width: 100%;
  box-sizing: border-box;
  padding: 0.9375rem;
  font-size: 1.3rem;
  border-radius: 0.625rem;
  border: 1px solid #bfbfbf;
}
.contact .content1 .inner .form dl dd textarea {
  width: 100%;
  resize: none;
  height: 12.5rem;
  box-sizing: border-box;
  padding: 0.9375rem;
  font-size: 1.3rem;
  border: 1px solid #bfbfbf;
  border-radius: 0.625rem;
  line-height: 1.2;
}
@media screen and (max-width: 749px) {
  .contact .content1 .inner .form dl dd textarea {
    height: 300px;
  }
}
.contact .content1 .inner .form dl dd span.wpcf7-not-valid-tip {
  color: #efad65;
  font-weight: bold;
  margin: 0.625rem 0;
}
.contact .content1 .inner .form dl dd .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
}
.contact .content1 .inner .form dl dd .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  gap: 0.625rem;
}
@media screen and (max-width: 749px) {
  .contact .content1 .inner .form dl dd .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label {
    align-items: first baseline;
  }
}
.contact .content1 .inner .form dl dd .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label input {
  width: auto;
  transform: scale(130%);
}
.contact .content1 .inner .form dl dd .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label {
  font-size: 1.3rem;
}
.contact .content1 .inner .form dl dd p.note {
  font-size: 1.3rem;
  margin-top: 0.625rem;
  font-weight: bold;
  color: #bfbfbf;
}
.contact .content1 .inner .form dl dd .policy {
  width: 100%;
  resize: none;
  height: 12.5rem;
  box-sizing: border-box;
  padding: 0.9375rem;
  font-size: 1.3rem;
  border: 1px solid #bfbfbf;
  border-radius: 0.625rem;
  overflow: auto;
  margin-bottom: 3.4375rem;
}
@media screen and (max-width: 749px) {
  .contact .content1 .inner .form dl dd .policy {
    height: 300px;
  }
}
.contact .content1 .inner .form dl dd .policy p {
  font-size: 1.3rem;
}
@media screen and (max-width: 749px) {
  .contact .content1 .inner .form dl dd .policy p {
    font-size: 16px;
  }
}
.contact .content1 .inner .form dl dd .policy p.bold {
  font-weight: bold;
}
.contact .content1 .inner .form dl dd .policy p.bold + p {
  margin-bottom: 1.5625rem;
}
.contact .content1 .inner .form #submitBtn {
  max-width: 312px;
  width: 80%;
  display: block;
  position: relative;
  background: #748dc7;
  line-height: 4.375rem;
  border-radius: 0.625rem;
  color: #ffffff;
  margin: 4rem auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  border: none;
}
.contact .content1 .inner .form #submitBtn:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background-color: #ffffff;
  transform: translateY(-50%);
  font-size: 1.25rem;
}
.contact .content1 .inner .form #submitBtn:after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5em);
  right: 2em;
  height: 1em;
  width: 1em;
  font-size: 10px;
  border-right: 1px solid #867d73;
  border-top: 1px solid #867d73;
  transform: rotate(45deg);
  border-color: #748dc7;
  font-size: 0.3125rem;
  right: 1.5rem;
}
.contact .content1 .inner .form #submitBtn:hover {
  cursor: pointer;
  opacity: 0.8;
}
.contact .content1 .inner .form #thanks .min_title {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 2rem;
  margin-bottom: 3.375rem;
  border-bottom: 2px dashed #c0cce6;
}
.contact .content1 .inner .form #thanks .min_title + p {
  text-align: center;
}
.contact .content1 .inner .form .btn_box {
  margin-top: 4rem;
}
@media screen and (min-width: 750px) {
  .contact .content1 .inner .form .btn_box {
    display: flex;
    gap: 4rem;
    justify-content: center;
  }
}
.contact .content1 .inner .form .btn_box #thanks-ok {
  text-align: center;
}
@media screen and (max-width: 749px) {
  .contact .content1 .inner .form .btn_box #thanks-ok {
    margin: 0 auto;
  }
}
.contact .content1 .inner .form .btn_box #thanks-ok,
.contact .content1 .inner .form .btn_box #confirm-ok {
  max-width: 312px;
  width: 80%;
  display: block;
  position: relative;
  background: #748dc7;
  line-height: 4.375rem;
  border-radius: 0.625rem;
  color: #ffffff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 1rem;
  font-weight: bold;
  border: none;
}
.contact .content1 .inner .form .btn_box #thanks-ok:before,
.contact .content1 .inner .form .btn_box #confirm-ok:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background-color: #ffffff;
  transform: translateY(-50%);
  font-size: 1.25rem;
}
.contact .content1 .inner .form .btn_box #thanks-ok:after,
.contact .content1 .inner .form .btn_box #confirm-ok:after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5em);
  right: 2em;
  height: 1em;
  width: 1em;
  font-size: 10px;
  border-right: 1px solid #867d73;
  border-top: 1px solid #867d73;
  transform: rotate(45deg);
  border-color: #748dc7;
  font-size: 0.3125rem;
  right: 1.5rem;
}
.contact .content1 .inner .form .btn_box #thanks-ok:hover,
.contact .content1 .inner .form .btn_box #confirm-ok:hover {
  cursor: pointer;
  opacity: 0.8;
}
.contact .content1 .inner .form .btn_box #confirm-cancel {
  border: none;
  max-width: 312px;
  width: 80%;
  display: block;
  position: relative;
  background: #dce2f1;
  line-height: 4.375rem;
  border-radius: 0.625rem;
  color: #1a2c69;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 1rem;
  font-weight: bold;
}
.contact .content1 .inner .form .btn_box #confirm-cancel:hover {
  cursor: pointer;
  opacity: 0.8;
}
.contact .content1 .inner .form .btn_box #confirm-cancel:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background-color: #1a2c69;
  transform: translateY(-50%);
  font-size: 1.25rem;
}
.contact .content1 .inner .form .btn_box #confirm-cancel:after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5em);
  right: 2em;
  height: 1em;
  width: 1em;
  font-size: 10px;
  border-right: 1px solid #867d73;
  border-top: 1px solid #867d73;
  transform: rotate(45deg);
  border-color: #ffffff;
  font-size: 0.3125rem;
  right: 1.5rem;
}

.column .visual_box .inner > div:before {
  content: "コラム";
}
.column .visual_box .inner > div .bg {
  background: url("../img/column/main.jpg") no-repeat center/cover;
}
.column .noentry {
  max-width: 600px;
  font-size: 1.5rem;
  text-align: center;
  border-radius: 1.25rem;
  background-color: #ffffff;
  width: 80%;
  padding: 3.125rem 0;
  margin: 8rem auto;
}
.column #bread_list .hidden {
  width: 14em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.column .columArea {
  padding-bottom: 8rem;
}
.column .columArea .inner {
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.column .columArea #mainArea {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 4rem;
}
@media screen and (max-width: 749px) {
  .column .columArea #mainArea {
    display: block;
  }
}
.column .columArea #mainArea #columnMain {
  width: 70.2380952381%;
}
@media screen and (max-width: 749px) {
  .column .columArea #mainArea #columnMain {
    width: 100%;
  }
}
.column .columArea #mainArea #sidebar {
  width: 25%;
}
@media screen and (max-width: 749px) {
  .column .columArea #mainArea #sidebar {
    margin-top: 4rem;
    width: 100%;
  }
}
.column #sidebar > div {
  border: 1.5px solid #90a4d2;
  border-radius: 1.25rem;
  padding: 2rem 2rem 1.5rem 2rem;
  box-sizing: border-box;
}
.column #sidebar > div .sidebar_title {
  color: #1a2c69;
  font-size: 1.5rem;
  padding-left: 1.8125rem;
  font-weight: bold;
  position: relative;
  line-height: 1;
  margin-bottom: 2rem;
}
.column #sidebar > div .sidebar_title:before {
  position: absolute;
  top: 0.1875rem;
  left: 0;
  content: "";
  width: 1em;
  height: 1em;
  font-size: 1.25rem;
  background: url("../img/column/icon1.svg") no-repeat center/cover;
}
.column #sidebar > div ul li a {
  display: flex;
  justify-content: space-between;
  color: #4c4c4c;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 749px) {
  .column #sidebar > div ul li a span, .column #sidebar > div ul li a i {
    font-size: 1rem;
  }
}
.column #sidebar > div ul li a:hover {
  opacity: 0.8;
}
.column #sidebar > div ul li + li {
  border-top: 2.5px dashed #90a4d2;
  padding-top: 1.25rem;
  margin-top: 1.25rem;
}
.column .entry_article {
  display: block;
  background: #ffffff;
  padding: 3rem;
  border-radius: 1.25rem;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 749px) {
  .column .entry_article {
    padding: 0.9375rem;
  }
}
.column .entry_article + .entry_article {
  margin-top: 4rem;
}
.column .entry_article a:hover {
  opacity: 0.8;
}
.column .entry_article .entry_header {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 749px) {
  .column .entry_article .entry_header {
    display: block;
  }
}
.column .entry_article .entry_header .entry_date {
  flex-basis: 5.6875rem;
  box-sizing: border-box;
  padding: 0.125rem 0.75rem 0.75rem;
  background-color: #748dc7;
  color: #ffffff;
  border-radius: 0.625rem;
}
@media screen and (max-width: 749px) {
  .column .entry_article .entry_header .entry_date {
    width: 5.6875rem;
  }
}
.column .entry_article .entry_header .entry_date span {
  line-height: 1;
  color: #ffffff;
}
.column .entry_article .entry_header .entry_date span + span {
  line-height: 1;
  display: block;
  font-weight: bold;
  font-size: 1.5em;
}
.column .entry_article .entry_header .entry_title {
  flex-grow: 1;
  color: #4c4c4c;
  font-size: 1.5rem;
  padding-left: 1.5rem;
  box-sizing: border-box;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 749px) {
  .column .entry_article .entry_header .entry_title {
    font-size: 18px;
    overflow: visible;
    white-space: wrap;
    padding-left: 0;
    padding: 0 0.625rem;
    margin-top: 0.9375rem;
  }
}
.column .entry_article .entry_body {
  margin-top: 1.5rem;
  padding-top: 1.75rem;
  border-top: 2.5px dashed #90a4d2;
  color: #4c4c4c;
  display: flow-root;
}
.column .entry_article .entry_body p {
  margin: 2rem 0;
}
.column .entry_article .entry_body h3, .column .entry_article .entry_body h4, .column .entry_article .entry_body h5, .column .entry_article .entry_body h6 {
  clear: both;
  margin: 2rem 0;
}
.column .entry_article .entry_body > *:first-child {
  margin-top: 0 !important;
}
.column .entry_article .entry_body hr {
  clear: both;
  border-top: 2.5px dashed #90a4d2;
  height: 0;
  border-bottom: none;
}
.column .entry_article .entry_body h3 {
  font-size: 1.3rem;
  color: #1a2c69;
}
.column .entry_article .entry_body h3:before {
  content: "";
  width: 1em;
  height: 1em;
  font-size: 1.3125rem;
  background: url("../img/column/icon2.svg") no-repeat center/cover;
  display: inline-block;
  margin-right: 0.2em;
  transform: translateY(0.1875rem);
}
.column .entry_article .entry_body h4 {
  font-size: 1.125rem;
  color: #1a2c69;
  margin-bottom: 1.75rem;
  display: block;
}
.column .entry_article .entry_body h4:before {
  content: "●";
  display: inline-block;
  transform: scale(80%);
  margin-right: 0.2em;
  color: #f9c796;
}
.column .entry_article .entry_body a {
  color: #334ea0;
  text-decoration: underline;
}
.column .entry_article .entry_body ul li {
  position: relative;
  padding-left: 1.2em;
  line-height: 2;
}
@media screen and (max-width: 749px) {
  .column .entry_article .entry_body ul li {
    font-size: 14px;
  }
}
.column .entry_article .entry_body ul li:before {
  content: "●";
  color: #7087bd;
  position: absolute;
  transform: scale(70%);
  top: 0;
  left: 0;
}
.column .entry_article .entry_body ul li + li {
  margin-top: 0.375rem;
}
@media screen and (max-width: 749px) {
  .column .entry_article .entry_body ul li + li {
    margin-top: 0.125rem;
  }
}
.column .entry_article .entry_body ol {
  padding-left: 1.2em;
}
.column .entry_article .entry_body ol li {
  position: relative;
  line-height: 2;
  list-style: decimal;
}
@media screen and (max-width: 749px) {
  .column .entry_article .entry_body ol li {
    font-size: 14px;
  }
}
.column .entry_article .entry_body ol li + li {
  margin-top: 0.375rem;
}
@media screen and (max-width: 749px) {
  .column .entry_article .entry_body ol li + li {
    margin-top: 0.125rem;
  }
}
.column .entry_article .entry_body table {
  width: 100%;
  border-right: 0.5px solid #748dc7;
  border-top: 1px solid #748dc7;
  box-sizing: border-box;
  margin: 2rem 0;
}
.column .entry_article .entry_body table th {
  background-color: #7087bd;
  color: #ffffff;
}
.column .entry_article .entry_body table th, .column .entry_article .entry_body table td {
  box-sizing: border-box;
  padding: 0.8125rem;
}
.column .entry_article .entry_body table th + th, .column .entry_article .entry_body table td + th {
  border-left: 1px solid #ffffff;
}
.column .entry_article .entry_body table td {
  border-left: 0.5px solid #748dc7;
  border-bottom: 0.5px solid #748dc7;
}
.column .entry_article .entry_body blockquote {
  background: #f2f5fa;
  margin: 2rem 0;
  padding: 1em;
}
.column .entry_article .entry_body img {
  margin: 2rem 0;
  box-sizing: border-box;
  width: auto;
}
.column .entry_article .entry_body img.size-thumbnail {
  width: 9.375rem;
  height: auto;
}
.column .entry_article .entry_body img.size-medium {
  width: 40%;
  max-width: 18.75rem;
  height: auto;
}
.column .entry_article .entry_body img.size-large {
  width: 60%;
  max-width: 37.5rem;
  height: auto;
}
.column .entry_article .entry_body img.size-full {
  display: block;
  width: 100%;
  height: auto;
}
.column .entry_article .entry_body img.alignnone {
  float: none;
}
.column .entry_article .entry_body img.alignleft {
  float: left;
  margin-right: 2rem;
}
.column .entry_article .entry_body img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.column .entry_article .entry_body img.alignright {
  float: right;
  margin-left: 2rem;
}
.column .entry_article .entry_body img + h3, .column .entry_article .entry_body img h4, .column .entry_article .entry_body img h5, .column .entry_article .entry_body img h6, .column .entry_article .entry_body img p {
  margin-top: 2rem;
}
.column .entry_article .entry_body *:first-child {
  margin-top: 0 !important;
}
.column .entry_article .entry_body *:last-child {
  margin-bottom: 0 !important;
}
.column .pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 8rem;
}
.column .pagination span, .column .pagination a {
  font-size: 1.5rem;
  font-weight: bold;
  color: #1a2c69;
  display: block;
  text-align: center;
  width: 2.5rem;
  line-height: 2.5rem;
  border-radius: 1.25rem;
}
@media screen and (max-width: 749px) {
  .column .pagination span, .column .pagination a {
    font-size: 1.125rem;
    width: 1.875rem;
    line-height: 1.875rem;
  }
}
.column .pagination span.current, .column .pagination a.current {
  background: #748dc7;
  color: #ffffff;
}
.column .pagination span:hover, .column .pagination a:hover {
  background: #748dc7;
  color: #ffffff;
}
.column .pagination span.page_first:before, .column .pagination a.page_first:before {
  content: "";
  height: 2.5rem;
  width: 100%;
  display: block;
  background: url("../img/column/arrow.png") no-repeat center/cover;
  transform: rotate(180deg);
}
@media screen and (max-width: 749px) {
  .column .pagination span.page_first:before, .column .pagination a.page_first:before {
    height: 1.875rem;
  }
}
.column .pagination span.page_first:hover:before, .column .pagination a.page_first:hover:before {
  background: url("../img/column/arrow_w.png") no-repeat center/cover;
}
.column .pagination span.page_end:before, .column .pagination a.page_end:before {
  content: "";
  height: 2.5rem;
  width: 100%;
  display: block;
  background: url("../img/column/arrow.png") no-repeat center/cover;
}
@media screen and (max-width: 749px) {
  .column .pagination span.page_end:before, .column .pagination a.page_end:before {
    height: 1.875rem;
  }
}
.column .pagination span.page_end:hover:before, .column .pagination a.page_end:hover:before {
  background: url("../img/column/arrow_w.png") no-repeat center/cover;
}
.column .post-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 8rem;
}
.column .post-navigation a {
  font-weight: bold;
  font-size: 1rem;
  color: #1a2c69;
}
.column .post-navigation div[class^=nav-] {
  flex-basis: calc(50% - 8.4375rem);
}
@media screen and (max-width: 749px) {
  .column .post-navigation div[class^=nav-] {
    flex-basis: 45%;
  }
}
@media screen and (max-width: 749px) {
  .column .post-navigation .nav-previous {
    order: 1;
  }
}
.column .post-navigation .nav-previous a {
  display: flex;
  justify-content: end;
  align-items: center;
}
.column .post-navigation .nav-previous a:before {
  content: "";
  height: 2.5rem;
  width: 2.5rem;
  display: block;
  background: url("../img/column/arrow.png") no-repeat center/cover;
  transform: rotate(180deg);
}
@media screen and (max-width: 749px) {
  .column .post-navigation .nav-previous a:before {
    width: 1.875rem;
    height: 1.875rem;
  }
}
@media screen and (max-width: 749px) {
  .column .post-navigation .nav-next {
    order: 2;
  }
}
.column .post-navigation .nav-next a {
  display: flex;
  align-items: center;
}
.column .post-navigation .nav-next a:after {
  content: "";
  height: 2.5rem;
  width: 2.5rem;
  display: block;
  background: url("../img/column/arrow.png") no-repeat center/cover;
}
@media screen and (max-width: 749px) {
  .column .post-navigation .nav-next a:after {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.column .post-navigation .column_list {
  flex-basis: 14.875rem;
}
@media screen and (max-width: 749px) {
  .column .post-navigation .column_list {
    order: 3;
    flex-basis: 16.75rem;
    margin: 2rem auto;
  }
}
.column .post-navigation .column_list a {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  padding: 1rem 3.375rem;
  box-sizing: border-box;
  border-radius: 3rem;
  border: 1px solid #1a2c69;
}
.column .post-navigation .column_list a:before {
  content: "";
  display: inline-block;
  height: 1.4375rem;
  width: 2rem;
  font-size: 10px;
  background: url("../img/common/icon_book.svg") no-repeat center/cover;
  margin-right: 1rem;
}
.column .entry404 {
  text-align: center;
}
.column .entry404 p {
  margin-top: 8rem;
}
.column .entry404 a {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  padding: 1rem 3.375rem;
  box-sizing: border-box;
  border-radius: 3rem;
  width: 17.5rem;
  border: 1px solid #1a2c69;
  margin: 8rem auto 0;
  font-weight: bold;
  font-size: 1rem;
  color: #1a2c69;
}
.column .entry404 a:before {
  content: "";
  display: inline-block;
  height: 1.4375rem;
  width: 2rem;
  font-size: 10px;
  background: url("../img/common/icon_book.svg") no-repeat center/cover;
  margin-right: 1rem;
}

/*
.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.shippori-mincho-medium {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

.oswald-<uniquifier> {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.jost {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
*/
/*# sourceMappingURL=style.css.map */