@charset "UTF-8";
/*===============================================
# font-size
=================================================*/
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
  background-color: #fff;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
  display: block;
}

header {
  z-index: 15;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  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;
}

input[type="submit"] {
  -webkit-appearance: none;
}

iframe {
  border: none;
}

/*===============================================
# common
=================================================*/
html {
  scroll-behavior: initial !important;
  font-size: 16px;
}

body {
  display: none;
  font-size: 16px;
  font-size: 1rem;
  color: #303030;
  font-family: YuGothic, "Yu Gothic", "Noto Sans JP", sans-serif;
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #303030;
  box-sizing: border-box;
}

@media screen and (max-width: 560px) {
  body {
    font-size: 14px;
  }
}

* {
  padding: 0;
  margin: 0;
}

#wrap {
  overflow-x: hidden;
  width: auto;
}

a:hover {
  opacity: 0.8;
}

img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

.container {
  max-width: 1220px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (max-width: 1279px) {
  .container {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    margin: 0 auto;
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}

a {
  color: #303030;
}

a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .header-mt {
    margin-top: 55px;
  }
}

/* color
================================*/
.main-color {
  color: #174E78;
}

/*===============================================
# section
=================================================*/
/* btn
================================*/
.btn a {
  display: block;
  width: 400px;
  background: #28A1F9;
  color: #fff;
  border-radius: 53px;
  text-align: center;
  padding: 20px 0;
  transition: all 0.3s;
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  border: 2px solid #28A1F9;
}

@media screen and (max-width: 767px) {
  .btn a {
    width: 330px;
    font-size: 28px;
    font-size: 1.75rem;
    padding: 15px 0;
  }
}

@media screen and (max-width: 560px) {
  .btn a {
    width: 280px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.btn a:hover {
  opacity: 1;
  background: #fff;
  border: 2px solid #28A1F9;
  color: #28A1F9;
}

.btn02 a {
  display: block;
  width: 280px;
  padding: 18px 0;
  font-size: 24px;
  font-size: 1.5rem;
  background: #28A1F9;
  color: #fff;
  border-radius: 53px;
  text-align: center;
  transition: all 0.3s;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
  border: 2px solid #28A1F9;
}

@media screen and (max-width: 767px) {
  .btn02 a {
    width: 250px;
    font-size: 20px;
    font-size: 1.25rem;
    padding: 15px 0;
  }
}

.btn02 a::after {
  position: absolute;
  content: "";
  background: url(../img/icon/btn_arrow.svg) center center/contain no-repeat;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 23px;
}

.btn02 a:hover {
  opacity: 1;
  background: #fff;
  border: 2px solid #28A1F9;
  color: #28A1F9;
}

.btn02 a:hover::after {
  background: url(../img/icon/btn_arrow_blue.svg) center center/contain no-repeat;
}

/*===============================================
# header
=================================================*/
.wrap {
  position: relative;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0px 50px;
  height: 170px;
  background-color: #fff;
  z-index: 50;
}

@media screen and (max-width: 900px) {
  .header._pc {
    display: none;
  }
}

.header._sp {
  display: none;
}

@media screen and (max-width: 900px) {
  .header._sp {
    display: block;
  }
}

@media screen and (max-width: 1450px) {
  .header {
    height: 150px;
  }
}

@media screen and (max-width: 1279px) {
  .header {
    padding: 0 30px;
    height: 130px;
  }
}

@media screen and (max-width: 1023px) {
  .header {
    padding: 0 15px;
    height: 130px;
  }
}

@media screen and (max-width: 900px) {
  .header {
    background-color: transparent;
    position: static;
    height: initial;
    padding: 0;
  }
}

.home .header {
  position: fixed;
  top: 0px;
  /* 初期状態で画面の外 */
  left: 0;
  width: 100%;
  transition: transform 0.5s ease-in-out;
  transform: translateY(-110%);
}

@media screen and (max-width: 900px) {
  .home .header {
    transform: none !important;
    /* 必要に応じて position や z-index を再調整 */
    position: relative !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    /* メニューが隠れないよう高めにする */
  }
}

.home .header.show {
  transform: translateY(0);
}

.header_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 900px) {
  .header_top {
    flex-direction: column;
  }
}

.header_logo {
  width: 600px;
}

@media screen and (max-width: 1450px) {
  .header_logo {
    width: 500px;
  }
}

@media screen and (max-width: 1279px) {
  .header_logo {
    width: 400px;
  }
}

@media screen and (max-width: 900px) {
  .header_logo {
    margin: auto;
    width: 360px;
    padding-left: 15px;
  }
}

.header_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

@media screen and (max-width: 900px) {
  .header_btn {
    margin-bottom: 10px;
  }
}

.header_btn_tel {
  width: 320px;
}

@media screen and (max-width: 1450px) {
  .header_btn_tel {
    width: 250px;
  }
}

@media screen and (max-width: 1279px) {
  .header_btn_tel {
    width: 200px;
  }
}

.header_btn_contact,
.header_btn_line {
  width: 190px;
}

@media screen and (max-width: 1450px) {
  .header_btn_contact,
  .header_btn_line {
    width: 150px;
  }
}

@media screen and (max-width: 1279px) {
  .header_btn_contact,
  .header_btn_line {
    width: 120px;
  }
}

@media screen and (max-width: 900px) {
  .header_btn_contact,
  .header_btn_line {
    width: 155px;
  }
}

.header_btn_contact a img,
.header_btn_line a img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.header_menu_inner {
  display: flex;
  justify-content: center;
  gap: 55px;
}

@media screen and (max-width: 1023px) {
  .header_menu_inner {
    gap: 30px;
  }
}

.header_menu_inner li a {
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
  color: #174E78;
  line-height: 1;
  padding-bottom: 17px;
  font-weight: bold;
}

.header_menu_inner li a::after {
  position: absolute;
  content: "";
  background: url(../img/icon/arrow_menu.png) center center/contain no-repeat;
  width: 13px;
  height: 7px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.header_contents {
  display: none;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 25px;
  text-align: center;
  z-index: 30;
}

.header_contents_cross {
  width: 54px;
  height: 54px;
  margin-left: auto;
  margin-right: 25px;
}

.header_contents_list {
  margin-top: 30px;
}

.header_contents_list li a {
  display: block;
  padding: 25px;
  border-top: 1px solid #5F5E5E;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 500;
}

@media screen and (max-width: 560px) {
  .header_contents_list li a {
    text-align: left;
  }
}

.header_contents_list li:last-child a {
  border-bottom: 1px solid #5F5E5E;
}

.header_contents_back {
  margin: auto;
  margin-top: 35px;
  width: 225px;
  background-color: #28A1F9;
  color: #fff;
  font-weight: 500;
  text-align: center;
  color: #fff;
  padding: 10px 0;
}

.header_sp_menu {
  margin: auto;
  background-color: #fff;
  width: 97%;
  padding: 8px 0;
  display: none;
}

@media screen and (max-width: 900px) {
  .header_sp_menu {
    display: block;
  }
}

.header_sp_menu_inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header_sp_menu_inner li a {
  display: block;
  position: relative;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #174E78;
  line-height: 1;
  padding: 0 25px;
  padding-bottom: 14px;
  font-weight: bold;
  border-right: solid 1px #707070;
}

.header_sp_menu_inner li a::after {
  position: absolute;
  content: "";
  background: url(../img/icon/arrow_menu.png) center center/contain no-repeat;
  width: 10px;
  height: 5px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.header_sp_menu_inner li.sp_menu {
  display: block;
  position: relative;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #174E78;
  line-height: 1;
  padding: 0 25px;
  font-weight: bold;
}

/*===============================================
# footer
=================================================*/
.footer_inner {
  background-color: #F5FAFF;
  padding-top: 160px;
  padding-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .footer_inner {
    padding-top: 60px;
    background-position: 60px;
  }
}

.footer_logo {
  max-width: 600px;
  margin: auto;
}

.footer_map {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}

@media screen and (max-width: 1279px) {
  .footer_map {
    margin-top: 60px;
    gap: 40px;
  }
}

@media screen and (max-width: 767px) {
  .footer_map {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 50px;
    gap: 30px;
  }
}

.footer_map_google iframe {
  aspect-ratio: 626/510;
  width: 100%;
  height: 100%;
}

.footer_address {
  text-align: right;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .footer_address {
    margin-top: 18px;
  }
}

.footer_address p {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.3;
}

@media screen and (max-width: 1279px) {
  .footer_address p {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .footer_address p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 560px) {
  .footer_address p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.footer_menu_container {
  margin-top: 50px;
  display: grid;
  grid-template-columns: auto 64%;
}

@media screen and (max-width: 767px) {
  .footer_menu_container {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .footer_menu_container {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.footer_menu_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

@media screen and (max-width: 1450px) {
  .footer_menu_list {
    padding-left: 15px;
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .footer_menu_list {
    gap: 20px;
    align-items: center;
    padding-left: initial;
  }
}

.footer_menu_list li a {
  display: block;
  line-height: 1;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
}

@media screen and (max-width: 1023px) {
  .footer_menu_list li a {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 767px) {
  .footer_menu_list li a {
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 560px) {
  .footer_menu_list li a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.footer_menu_hour {
  border: #5E86A4 solid 3px;
  border-radius: 14px;
  background-color: #fff;
  padding: 30px;
}

@media screen and (max-width: 1023px) {
  .footer_menu_hour {
    padding: 20px 15px;
  }
}

@media screen and (max-width: 767px) {
  .footer_menu_hour {
    order: -1;
  }
}

.footer_menu_hour_title {
  color: #174E78;
  text-align: left;
  display: flex;
  align-items: baseline;
  gap: 30px;
}

@media screen and (max-width: 767px) {
  .footer_menu_hour_title {
    gap: 13px;
  }
}

.footer_menu_hour_title h3 {
  font-size: 38px;
  font-size: 2.375rem;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

@media screen and (max-width: 1450px) {
  .footer_menu_hour_title h3 {
    font-size: 34px;
    font-size: 2.125rem;
  }
}

@media screen and (max-width: 1279px) {
  .footer_menu_hour_title h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 1023px) {
  .footer_menu_hour_title h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 767px) {
  .footer_menu_hour_title h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.footer_menu_hour_title p {
  font-family: "Zen Maru Gothic", serif;
  margin-top: 10px;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

@media screen and (max-width: 1450px) {
  .footer_menu_hour_title p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 1279px) {
  .footer_menu_hour_title p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 1023px) {
  .footer_menu_hour_title p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .footer_menu_hour_title p {
    margin-top: 0;
  }
}

.footer_menu_hour_table {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .footer_menu_hour_table {
    margin-top: 15px;
  }
}

.footer_cta {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .footer_cta {
    flex-direction: column;
  }
}

@media screen and (max-width: 1450px) {
  .footer_cta {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .footer_cta {
    margin-top: 50px;
  }
}

.footer_cta_tel {
  width: 64%;
}

@media screen and (max-width: 767px) {
  .footer_cta_tel {
    margin: auto;
    max-width: 400px;
    width: 100%;
  }
}

.footer_cta_tel p {
  margin-bottom: 30px;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
}

@media screen and (max-width: 1279px) {
  .footer_cta_tel p {
    font-size: 26px;
    font-size: 1.625rem;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .footer_cta_tel p {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 560px) {
  .footer_cta_tel p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.footer_cta_btn {
  width: 320px;
}

@media screen and (max-width: 1279px) {
  .footer_cta_btn {
    width: 260px;
  }
}

@media screen and (max-width: 1023px) {
  .footer_cta_btn {
    width: 220px;
  }
}

@media screen and (max-width: 767px) {
  .footer_cta_btn {
    display: flex;
    width: initial;
    justify-content: center;
    margin-top: 40px;
  }
}

.footer_cta_btn a {
  display: block;
}

@media screen and (max-width: 767px) {
  .footer_cta_btn a {
    width: 180px;
  }
}

.footer_cta_btn a:last-child {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .footer_cta_btn a:last-child {
    margin-top: 0;
    margin-left: 10px;
  }
}

.footer_copyright {
  background: #5E86A4;
  text-align: center;
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .footer_copyright {
    padding: 15px 0;
  }
}

.footer_copyright p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .footer_copyright p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 560px) {
  .footer_copyright p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/*===============================================
# トップページ
=================================================*/
/* mv
================================*/
.top_mv {
  background: url(../img/top/mv.png) center center/cover no-repeat;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_mv {
    height: 90vh;
    margin-top: -155px;
    z-index: 0;
    background: url(../img/top/mv_sp.png) center center/cover no-repeat;
  }
}

.top_mv::after {
  position: absolute;
  content: "";
  background: #F5FAFF;
  width: 100%;
  height: 115px;
  bottom: -115px;
  left: 0;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .top_mv::after {
    content: none;
  }
}

.top_mv_header {
  margin: auto;
  width: 88%;
  display: grid;
  grid-template-columns: 65% auto;
  align-items: center;
}

@media screen and (max-width: 1450px) {
  .top_mv_header {
    width: 96%;
  }
}

@media screen and (max-width: 1279px) {
  .top_mv_header {
    width: 100%;
    padding-right: 15px;
  }
}

@media screen and (max-width: 900px) {
  .top_mv_header {
    display: none;
  }
}

.top_mv_header_btn_bottom {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 17px;
}

.top_mv_header_btn_bottom a img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.top_mv_contents {
  padding-top: 130px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .top_mv_contents {
    padding-top: 320px;
    padding-bottom: 0px;
  }
}

.top_mv_contents h1 {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "Noto Serif JP", serif;
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 1.9;
  text-shadow: 0 0 5px #303030;
  color: #fff;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .top_mv_contents h1 {
    padding: 0 25px;
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 560px) {
  .top_mv_contents h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .top_mv_contents .container {
    display: contents;
  }
}

.top_mv_contents_list {
  margin-top: 90px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 15px 25px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  max-width: 720px;
  border: #303030 solid 2px;
}

@media screen and (max-width: 1279px) {
  .top_mv_contents_list {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .top_mv_contents_list {
    width: 100%;
    max-width: initial;
  }
}

@media screen and (max-width: 560px) {
  .top_mv_contents_list {
    gap: 7px;
  }
}

.top_mv_contents_list li {
  padding-left: 30px;
  position: relative;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "Noto Serif JP", serif;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .top_mv_contents_list li {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 560px) {
  .top_mv_contents_list li {
    font-size: 14px;
    font-size: 0.875rem;
    padding-left: 21px;
  }
}

.top_mv_contents_list li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 1px;
  width: 100%;
  background-image: repeating-linear-gradient(to right, #303030 0 7px, transparent 0 14px);
  border-radius: 5px;
}

.top_mv_contents_list li::before {
  position: absolute;
  content: "";
  background: url(../img/top/mv_check.svg) center center/contain no-repeat;
  width: 20px;
  height: 19px;
  left: 0;
  top: 8px;
}

@media screen and (max-width: 767px) {
  .top_mv_contents_list li::before {
    top: 6px;
  }
}

@media screen and (max-width: 560px) {
  .top_mv_contents_list li::before {
    width: 14px;
    height: 14px;
    top: 4px;
  }
}

.top_mv_menu {
  margin: auto;
  max-width: 1590px;
  width: 100%;
  transform: translateY(50%);
  padding: 0 20px;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 1450px) {
  .top_mv_menu {
    max-width: 1190px;
  }
}

@media screen and (max-width: 1279px) {
  .top_mv_menu {
    max-width: 1060px;
  }
}

@media screen and (max-width: 1023px) {
  .top_mv_menu {
    max-width: 950px;
  }
}

@media screen and (max-width: 767px) {
  .top_mv_menu {
    display: none;
  }
}

.top_mv_menu ul {
  background-color: #fff;
  margin: auto;
  padding: 25px 70px;
  max-width: 1432px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1023px) {
  .top_mv_menu ul {
    padding: 20px 20px;
  }
}

.top_mv_menu ul li a {
  text-align: center;
  display: block;
  padding: 0 60px;
  padding-bottom: 15px;
  position: relative;
}

@media screen and (max-width: 1450px) {
  .top_mv_menu ul li a {
    padding: 0 45px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 1279px) {
  .top_mv_menu ul li a {
    padding: 0 30px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 1023px) {
  .top_mv_menu ul li a {
    padding: 0 25px;
    padding-bottom: 15px;
  }
}

.top_mv_menu ul li a p {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "Noto Serif JP", serif;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0;
}

@media screen and (max-width: 1450px) {
  .top_mv_menu ul li a p {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

@media screen and (max-width: 1279px) {
  .top_mv_menu ul li a p {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}

@media screen and (max-width: 1023px) {
  .top_mv_menu ul li a p {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

.top_mv_menu ul li a small {
  display: block;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  color: #174E78;
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

@media screen and (max-width: 1450px) {
  .top_mv_menu ul li a small {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

@media screen and (max-width: 1279px) {
  .top_mv_menu ul li a small {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}

@media screen and (max-width: 1023px) {
  .top_mv_menu ul li a small {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

.top_mv_menu ul li a::before {
  position: absolute;
  content: "";
  background: #707070;
  width: 1px;
  height: 50px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.top_mv_menu ul li a::after {
  position: absolute;
  content: "";
  background: url(../img/icon/arrow_menu.png) center center/contain no-repeat;
  width: 20px;
  height: 10px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.top_mv_menu ul li:first-child a {
  padding-left: 0;
}

.top_mv_menu ul li:first-child a::after {
  left: 30%;
}

@media screen and (max-width: 1279px) {
  .top_mv_menu ul li:first-child a::after {
    left: 35%;
  }
}

.top_mv_menu ul li:last-child a {
  padding-right: 0;
}

.top_mv_menu ul li:last-child a::before {
  content: none;
}

.top_mv_menu ul li:last-child a::after {
  left: 62.5%;
}

@media screen and (max-width: 1279px) {
  .top_mv_menu ul li:last-child a::after {
    left: 59%;
  }
}

/* top_hours
================================*/
.top_hours {
  padding-top: 300px;
  padding-bottom: 200px;
}

@media screen and (max-width: 767px) {
  .top_hours {
    padding-top: 150px;
    padding-bottom: 80px;
  }
}

.top_hours_table {
  margin-top: 55px;
}

@media screen and (max-width: 767px) {
  .top_hours_table {
    margin-top: 35px;
  }
}

/* top_news
================================*/
.news_btn {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .news_btn {
    margin-top: 60px;
  }
}

.news_btn a {
  margin: auto;
}

/* top_feature
================================*/
.top_feature {
  padding-top: 140px;
}

@media screen and (max-width: 767px) {
  .top_feature {
    padding-top: 80px;
  }
}

.top_feature_title {
  width: 81%;
  margin-left: auto;
  transform: translateY(50%);
  position: relative;
}

@media screen and (max-width: 1450px) {
  .top_feature_title {
    width: 87%;
  }
}

@media screen and (max-width: 1279px) {
  .top_feature_title {
    width: 93%;
  }
}

@media screen and (max-width: 767px) {
  .top_feature_title {
    width: 100%;
    transform: translateY(0%);
  }
}

.top_feature_title .section_title {
  width: 443px;
  padding: 20px 10px;
  position: absolute;
  bottom: 55px;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 1279px) {
  .top_feature_title .section_title {
    width: 380px;
    bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .top_feature_title .section_title {
    width: 300px;
    padding: 15px 5px;
    left: 50%;
    top: 50%;
    bottom: initial;
    transform: translate(-50%, -50%);
  }
}

.top_feature_title .section_title h2 {
  font-size: 60px;
  font-size: 3.75rem;
}

@media screen and (max-width: 1279px) {
  .top_feature_title .section_title h2 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}

@media screen and (max-width: 1023px) {
  .top_feature_title .section_title h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .top_feature_title .section_title h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 560px) {
  .top_feature_title .section_title h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.top_feature_title_bg {
  width: 87.7%;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .top_feature_title_bg {
    width: 100%;
  }
}

.top_feature_body {
  padding-top: 250px;
  background: linear-gradient(#f5faff, #f5faff, rgba(245, 250, 255, 0.95), rgba(245, 250, 255, 0));
}

@media screen and (max-width: 1279px) {
  .top_feature_body {
    padding-top: 200px;
  }
}

@media screen and (max-width: 767px) {
  .top_feature_body {
    padding-top: 50px;
  }
}

.top_feature_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 120px;
}

@media screen and (max-width: 1279px) {
  .top_feature_wrapper {
    gap: 60px;
  }
}

@media screen and (max-width: 1023px) {
  .top_feature_wrapper {
    gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  .top_feature_wrapper {
    margin: auto;
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 340px;
  }
}

.top_feature_item._one .top_feature_item_body {
  background: url(../img/top/feature02.png) center center/cover no-repeat;
}

.top_feature_item._two .top_feature_item_body {
  background: url(../img/top/feature01.png) center center/cover no-repeat;
}

.top_feature_item._three .top_feature_item_body {
  background: url(../img/top/feature03.png) center center/cover no-repeat;
}

.top_feature_item_num {
  width: 55%;
}

@media screen and (max-width: 767px) {
  .top_feature_item_num {
    width: 40%;
  }
}

.top_feature_item_body {
  height: 480px;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 1279px) {
  .top_feature_item_body {
    height: 420px;
  }
}

@media screen and (max-width: 767px) {
  .top_feature_item_body {
    height: 350px;
  }
}

.top_feature_item_body p {
  margin-top: auto;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 0 0 5px #030303;
}

/* top_symptoms
================================*/
.top_symptoms {
  padding-top: 200px;
}

@media screen and (max-width: 1279px) {
  .top_symptoms {
    padding-top: 140px;
  }
}

@media screen and (max-width: 767px) {
  .top_symptoms {
    padding-top: 80px;
  }
}

.top_symptoms .section_title {
  position: relative;
  padding-bottom: 60px;
}

@media screen and (max-width: 1279px) {
  .top_symptoms .section_title {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .top_symptoms .section_title {
    padding-bottom: 30px;
  }
}

.top_symptoms .section_title::after {
  position: absolute;
  content: "";
  background: url(../img/top/title_arrow.png) center center/contain no-repeat;
  width: 70px;
  height: 30px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 1279px) {
  .top_symptoms .section_title::after {
    width: 50px;
    height: 25px;
  }
}

@media screen and (max-width: 767px) {
  .top_symptoms .section_title::after {
    width: 40px;
    height: 18px;
  }
}

.top_symptoms_body {
  margin-top: 50px;
  background-color: #FBFBFB;
  padding: 100px 0;
}

@media screen and (max-width: 1279px) {
  .top_symptoms_body {
    padding: 80px 0;
  }
}

@media screen and (max-width: 767px) {
  .top_symptoms_body {
    padding: 60px 0;
  }
}

@media screen and (max-width: 560px) {
  .top_symptoms_body {
    margin-top: 40px;
    padding: 50px 0;
  }
}

.top_symptoms_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 120px;
}

@media screen and (max-width: 1023px) {
  .top_symptoms_wrapper {
    gap: 80px;
  }
}

@media screen and (max-width: 767px) {
  .top_symptoms_wrapper {
    gap: 60px;
  }
}

.top_symptoms_item {
  width: 300px;
}

@media screen and (max-width: 560px) {
  .top_symptoms_item {
    width: 80%;
  }
}

.top_symptoms_item_img {
  text-align: center;
}

.top_symptoms_item_contents {
  margin-top: 25px;
  text-align: center;
}

.top_symptoms_item_contents h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .top_symptoms_item_contents h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.top_symptoms_item_contents p {
  margin-top: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .top_symptoms_item_contents p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.top_symptoms_item_btn {
  margin-top: 30px;
}

.top_symptoms_item_btn a {
  margin: auto;
}

/* top_guidance
================================*/
.top_guidance {
  padding-top: 170px;
}

@media screen and (max-width: 767px) {
  .top_guidance {
    padding-top: 90px;
  }
}

.top_guidance_body {
  margin-top: 70px;
  padding-bottom: 200px;
  background: linear-gradient(#FFFFFF, #F5FAFF, #F5FAFF);
}

@media screen and (max-width: 1279px) {
  .top_guidance_body {
    padding-bottom: 150px;
  }
}

@media screen and (max-width: 767px) {
  .top_guidance_body {
    padding-bottom: 100px;
    margin-top: 50px;
  }
}

.top_guidance_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}

@media screen and (max-width: 1279px) {
  .top_guidance_wrapper {
    gap: 40px;
  }
}

@media screen and (max-width: 1023px) {
  .top_guidance_wrapper {
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .top_guidance_wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.top_guidance_item h3 {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "Noto Serif JP", serif;
  color: #174E78;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 1;
  padding-left: 30px;
}

@media screen and (max-width: 1450px) {
  .top_guidance_item h3 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}

@media screen and (max-width: 1279px) {
  .top_guidance_item h3 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 1023px) {
  .top_guidance_item h3 {
    font-size: 38px;
    font-size: 2.375rem;
  }
}

@media screen and (max-width: 767px) {
  .top_guidance_item h3 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media screen and (max-width: 560px) {
  .top_guidance_item h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.top_guidance_item_body {
  background-color: #fff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.04);
  padding: 30px 25px;
  border-radius: 20px;
}

@media screen and (max-width: 1279px) {
  .top_guidance_item_body {
    min-height: 620px;
  }
}

@media screen and (max-width: 767px) {
  .top_guidance_item_body {
    min-height: initial;
    padding: 20px 15px;
  }
}

.top_guidance_item_contents {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .top_guidance_item_contents {
    margin-top: 25px;
  }
}

.top_guidance_item_contents h4 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.25;
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .top_guidance_item_contents h4 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.875;
  }
}

.top_guidance_item_contents p {
  margin-top: 15px;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .top_guidance_item_contents p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.875;
  }
}

/* top_column
================================*/
.top_column {
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .top_column {
    padding: 70px 0;
  }
}

.blog_wrapper._top {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .blog_wrapper._top {
    margin-top: 40px;
  }
}

.blog_wrapper._top .blog_item_img {
  height: 260px;
}

@media screen and (max-width: 767px) {
  .blog_wrapper._top .blog_item_img {
    height: 320px;
  }
}

@media screen and (max-width: 560px) {
  .blog_wrapper._top .blog_item_img {
    height: 240px;
  }
}

/* top_message
================================*/
.top_message {
  position: relative;
  padding: 200px 0;
}

@media screen and (max-width: 1279px) {
  .top_message {
    padding: 160px 0;
  }
}

@media screen and (max-width: 767px) {
  .top_message {
    padding: 100px 0;
  }
}

@media screen and (max-width: 560px) {
  .top_message {
    padding: 80px 0;
  }
}

.top_message .container {
  position: relative;
  z-index: 5;
}

.top_message_bg {
  position: absolute;
  z-index: 1;
  background-color: #F5FAFF;
  height: 50%;
  width: 50%;
  right: 0;
  bottom: 200px;
}

@media screen and (max-width: 1279px) {
  .top_message_bg {
    bottom: 160px;
  }
}

@media screen and (max-width: 1023px) {
  .top_message_bg {
    bottom: 100px;
    width: 80%;
    height: 60%;
  }
}

@media screen and (max-width: 560px) {
  .top_message_bg {
    bottom: 80px;
  }
}

.top_message_wrapper {
  margin-top: 80px;
  display: grid;
  grid-template-columns: auto 44%;
  gap: 80px;
}

@media screen and (max-width: 1279px) {
  .top_message_wrapper {
    gap: 40px;
    margin-top: 60px;
  }
}

@media screen and (max-width: 1023px) {
  .top_message_wrapper {
    gap: 20px;
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .top_message_wrapper {
    gap: 30px;
    grid-template-columns: 1fr;
  }
}

.top_message_contents h3 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "Noto Serif JP", serif;
}

@media screen and (max-width: 1450px) {
  .top_message_contents h3 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media screen and (max-width: 1279px) {
  .top_message_contents h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 1023px) {
  .top_message_contents h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 767px) {
  .top_message_contents h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 560px) {
  .top_message_contents h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.top_message_contents p {
  line-height: 1.875;
  margin-top: 60px;
  font-size: 22px;
  font-size: 1.375rem;
}

@media screen and (max-width: 1279px) {
  .top_message_contents p {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1023px) {
  .top_message_contents p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .top_message_contents p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 560px) {
  .top_message_contents p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .top_message_img {
    order: -1;
  }
}

.top_message_img img {
  box-shadow: 4px 4px 13px rgba(0, 0, 0, 0.04);
}

.top_message_img p {
  margin-top: 20px;
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1,2;
  font-weight: 500;
}

@media screen and (max-width: 1450px) {
  .top_message_img p {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media screen and (max-width: 1279px) {
  .top_message_img p {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 1023px) {
  .top_message_img p {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 767px) {
  .top_message_img p {
    font-size: 26px;
    font-size: 1.625rem;
    margin-top: 15px;
  }
}

@media screen and (max-width: 560px) {
  .top_message_img p {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.top_message_img p span {
  font-size: 25px;
  font-size: 1.5625rem;
  padding-right: 30px;
}

@media screen and (max-width: 1450px) {
  .top_message_img p span {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 1279px) {
  .top_message_img p span {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1023px) {
  .top_message_img p span {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .top_message_img p span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 560px) {
  .top_message_img p span {
    font-size: 16px;
    font-size: 1rem;
  }
}

/* top_qa
================================*/
.top_qa {
  padding: 200px 0;
  background: url(../img/top/qa_bg.png) center center/cover no-repeat;
}

@media screen and (max-width: 1450px) {
  .top_qa {
    padding: 160px 0;
  }
}

@media screen and (max-width: 1279px) {
  .top_qa {
    padding: 140px 0;
  }
}

@media screen and (max-width: 1023px) {
  .top_qa {
    padding: 120px 0;
  }
}

@media screen and (max-width: 767px) {
  .top_qa {
    padding: 90px 0;
  }
}

/*===============================================
# page_common
=================================================*/
.page_wrap {
  overflow: hidden;
}

/* section
================================*/
.section_title {
  text-align: center;
  color: #174E78;
}

.section_title h2 {
  font-size: 60px;
  font-size: 3.75rem;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

@media screen and (max-width: 1450px) {
  .section_title h2 {
    font-size: 55px;
    font-size: 3.4375rem;
  }
}

@media screen and (max-width: 1279px) {
  .section_title h2 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

@media screen and (max-width: 1023px) {
  .section_title h2 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}

@media screen and (max-width: 767px) {
  .section_title h2 {
    font-size: 38px;
    font-size: 2.375rem;
  }
}

@media screen and (max-width: 560px) {
  .section_title h2 {
    font-size: 34px;
    font-size: 2.125rem;
  }
}

.section_title h2 .small {
  font-size: 70%;
}

.section_title p {
  font-family: "Zen Maru Gothic", serif;
  margin-top: 10px;
  font-weight: bold;
  font-size: 25px;
  font-size: 1.5625rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

@media screen and (max-width: 1450px) {
  .section_title p {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 1279px) {
  .section_title p {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 1023px) {
  .section_title p {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .section_title p {
    font-size: 22px;
    font-size: 1.375rem;
    margin-top: 0;
  }
}

@media screen and (max-width: 560px) {
  .section_title p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.section_title._left {
  text-align: left;
  display: flex;
  align-items: baseline;
  gap: 30px;
}

@media screen and (max-width: 767px) {
  .section_title._left {
    gap: 13px;
  }
}

.section_intro {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .section_intro {
    margin-top: 25px;
  }
}

.section_intro p {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.875;
}

@media screen and (max-width: 767px) {
  .section_intro p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* breadcrumb_container
================================*/
.breadcrumb_container {
  margin-top: 30px;
}

.breadcrumb {
  color: #174E78;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.breadcrumb a,
.breadcrumb span {
  color: #174E78;
}

/*===============================================
# qa_container
=================================================*/
.qa_container {
  margin: auto;
  margin-top: 30px;
  max-width: 1000px;
}

.qa_intro p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .qa_intro p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.qa_wrap {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.qa_item_head {
  background: #5E86A4;
  padding: 25px 30px;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 1279px) {
  .qa_item_head {
    padding: 20px 28px;
  }
}

@media screen and (max-width: 767px) {
  .qa_item_head {
    padding: 15px 24px;
    padding-right: 40px;
  }
}

.qa_item_head::after {
  position: absolute;
  content: "＋";
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  letter-spacing: 0;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  color: #5E86A4;
  font-size: 45px;
  font-size: 2.8125rem;
}

@media screen and (max-width: 1279px) {
  .qa_item_head::after {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 1023px) {
  .qa_item_head::after {
    font-size: 38px;
    font-size: 2.375rem;
  }
}

@media screen and (max-width: 767px) {
  .qa_item_head::after {
    font-size: 32px;
    font-size: 2rem;
    right: 15px;
  }
}

@media screen and (max-width: 560px) {
  .qa_item_head::after {
    font-size: 28px;
    font-size: 1.75rem;
    right: 10px;
  }
}

.qa_item_head p {
  position: relative;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: bold;
  padding-left: 35px;
}

@media screen and (max-width: 767px) {
  .qa_item_head p {
    padding-left: 30px;
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 1023px) {
  .qa_item_head p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .qa_item_head p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 560px) {
  .qa_item_head p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.qa_item_head p::before {
  position: absolute;
  content: "Q.";
  left: 0;
  top: 0px;
}

.qa_item_head.accordion-open::after {
  content: "－";
}

.accordion-body {
  display: none;
}

.qa_item_body {
  padding-top: 30px;
  position: relative;
  padding: 25px 30px;
}

@media screen and (max-width: 1279px) {
  .qa_item_body {
    padding: 20px 28px;
  }
}

@media screen and (max-width: 767px) {
  .qa_item_body {
    padding: 15px 24px;
    padding-right: 28px;
  }
}

.qa_item_body::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  /* 例として、要素の下端に線を敷く場合 */
  width: 100%;
  height: 1px;
  /* 線の太さ */
  background: repeating-linear-gradient(to right, #5E86A4 0 12px, transparent 12px 22px);
}

.qa_item_body p {
  position: relative;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding-left: 35px;
}

@media screen and (max-width: 1279px) {
  .qa_item_body p {
    font-size: 22px;
    font-size: 1.375rem;
    padding-left: 35px;
  }
}

@media screen and (max-width: 1023px) {
  .qa_item_body p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .qa_item_body p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 560px) {
  .qa_item_body p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.qa_item_body p::before {
  position: absolute;
  content: "A.";
  left: 0;
  top: 0px;
  color: #CA0E17;
}

.qa_item_body p span {
  font-size: 22px;
  font-size: 1.375rem;
}

@media screen and (max-width: 1279px) {
  .qa_item_body p span {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 1023px) {
  .qa_item_body p span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .qa_item_body p span {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 560px) {
  .qa_item_body p span {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/*===============================================
# page_mv
=================================================*/
.page_mv {
  background: url(../img/page/mv.png) center center/cover no-repeat;
  padding: 100px 0;
  margin-top: 170px;
}

@media screen and (max-width: 1279px) {
  .page_mv {
    margin-top: 130px;
  }
}

@media screen and (max-width: 767px) {
  .page_mv {
    margin-top: 0px;
  }
}

.page_mv h1 {
  font-size: 80px;
  font-size: 5rem;
  line-height: 1.2;
  font-weight: 500;
  color: #174E78;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 1450px) {
  .page_mv h1 {
    font-size: 70px;
    font-size: 4.375rem;
  }
}

@media screen and (max-width: 1279px) {
  .page_mv h1 {
    font-size: 70px;
    font-size: 4.375rem;
  }
}

@media screen and (max-width: 1023px) {
  .page_mv h1 {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

@media screen and (max-width: 767px) {
  .page_mv h1 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}

/*===============================================
# 医院紹介
=================================================*/
.clinic_message {
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .clinic_message {
    padding: 80px 0;
  }
}

.clinic_message .top_message {
  padding: 0;
  padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .clinic_message .top_message {
    padding-bottom: 80px;
  }
}

.clinic_message .top_message_bg {
  bottom: 100px;
}

.clinic_history {
  display: grid;
  grid-template-columns: 55px auto;
  gap: 40px;
  align-items: flex-start;
}

.clinic_history._two {
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .clinic_history._two {
    margin-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .clinic_history {
    gap: 20px;
  }
}

.clinic_history p {
  writing-mode: vertical-rl;
  display: inline-block;
  border-right: 3px solid #5E86A4;
  position: relative;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "Noto Serif JP", serif;
  color: #174E78;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  padding-bottom: 40px;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .clinic_history p {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

.clinic_history p::after {
  position: absolute;
  content: "";
  background: #F5FAFF;
  width: 60%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
}

.clinic_history ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

@media screen and (max-width: 767px) {
  .clinic_history ul {
    gap: 20px;
  }
}

.clinic_history ul li {
  padding-left: 47px;
  position: relative;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1023px) {
  .clinic_history ul li {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .clinic_history ul li {
    font-size: 16px;
    font-size: 1rem;
    padding-left: 30px;
  }
}

.clinic_history ul li::after {
  position: absolute;
  content: "";
  background: #5E86A4;
  width: 17px;
  height: 17px;
  left: 0;
  top: 7px;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .clinic_history ul li::after {
    width: 13px;
    height: 13px;
  }
}

/* clinic_about
================================*/
.clinic_about {
  padding: 120px 0;
  background: #F5FAFF;
}

@media screen and (max-width: 767px) {
  .clinic_about {
    padding: 80px 0;
  }
}

.clinic_about_body {
  margin-top: 50px;
  background-color: #fff;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.16);
  padding: 80px 90px;
}

@media screen and (max-width: 1279px) {
  .clinic_about_body {
    padding: 60px 50px;
  }
}

@media screen and (max-width: 1023px) {
  .clinic_about_body {
    padding: 50px 30px;
  }
}

@media screen and (max-width: 767px) {
  .clinic_about_body {
    padding: 40px 20px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 560px) {
  .clinic_about_body {
    padding: 20px 15px;
    padding-bottom: 40px;
  }
}

.clinic_about_item {
  border-bottom: #5E86A4 1px solid;
  padding: 30px 20px;
  display: grid;
  grid-template-columns: 165px auto;
  align-items: flex-end;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .clinic_about_item {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 20px 15px;
    grid-template-columns: 125px auto;
  }
}

@media screen and (max-width: 560px) {
  .clinic_about_item {
    padding: 15px 10px;
    font-size: 16px;
    font-size: 1rem;
    grid-template-columns: 90px auto;
  }
}

.clinic_about_item dt {
  color: #174E78;
  font-weight: 500;
}

.clinic_about_item dd {
  font-weight: bold;
}

/* clinic_hour
================================*/
.clinic_hour {
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .clinic_hour {
    padding: 80px 0;
  }
}

/* clinic_access
================================*/
.clinic_access {
  padding: 120px 0;
  background: #FBFBFB;
}

@media screen and (max-width: 767px) {
  .clinic_access {
    padding: 80px 0;
  }
}

.clinic_access_time {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .clinic_access_time {
    margin-top: 40px;
  }
}

@media screen and (max-width: 560px) {
  .clinic_access_time {
    margin-top: 30px;
  }
}

.clinic_access_time p {
  text-align: center;
  font-weight: 500;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "Noto Serif JP", serif;
  font-size: 45px;
  font-size: 2.8125rem;
  line-height: 1.2;
  color: #174E78;
}

@media screen and (max-width: 1279px) {
  .clinic_access_time p {
    font-size: 38px;
    font-size: 2.375rem;
  }
}

@media screen and (max-width: 767px) {
  .clinic_access_time p {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 560px) {
  .clinic_access_time p {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

/* clinic_connection
================================*/
.clinic_connection {
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .clinic_connection {
    padding: 80px 0;
  }
}

.clinic_connection_body {
  margin-top: 50px;
  background-color: #fff;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.16);
  padding: 120px 150px;
}

@media screen and (max-width: 1279px) {
  .clinic_connection_body {
    padding: 100px 60px;
  }
}

@media screen and (max-width: 1023px) {
  .clinic_connection_body {
    padding: 60px 30px;
  }
}

@media screen and (max-width: 767px) {
  .clinic_connection_body {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 560px) {
  .clinic_connection_body {
    padding: 25px 15px;
  }
}

.clinic_connection_body ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 50px;
}

@media screen and (max-width: 767px) {
  .clinic_connection_body ul {
    gap: 20px 20px;
  }
}

.clinic_connection_body ul li {
  display: inline-block;
  padding: 3px 20px;
  padding-left: 55px;
  font-size: 30px;
  font-size: 1.875rem;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .clinic_connection_body ul li {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .clinic_connection_body ul li {
    font-size: 16px;
    font-size: 1rem;
    padding: 3px 10px;
    padding-left: 35px;
  }
}

.clinic_connection_body ul li::after {
  position: absolute;
  content: "";
  background: #5E86A4;
  width: 27px;
  height: 27px;
  left: 10px;
  top: 15px;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .clinic_connection_body ul li::after {
    width: 13px;
    height: 13px;
    top: 10px;
  }
}

/*===============================================
# 診療案内ページ -guidance-
=================================================*/
.page-template-page-guidance p {
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (max-width: 1023px) {
  .page-template-page-guidance p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .page-template-page-guidance p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.guidance_about {
  display: grid;
  grid-template-columns: 1fr;
  gap: 120px;
}

.guidance_about_title {
  padding: 120px 0;
  color: #174E78;
  font-size: 45px;
  font-size: 2.8125rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "Noto Serif JP", serif;
}

@media screen and (max-width: 1279px) {
  .guidance_about_title {
    font-size: 40px;
    font-size: 2.5rem;
    padding: 80px 0;
  }
}

@media screen and (max-width: 1023px) {
  .guidance_about_title {
    font-size: 36px;
    font-size: 2.25rem;
    padding: 70px 0;
  }
}

@media screen and (max-width: 767px) {
  .guidance_about_title {
    font-size: 30px;
    font-size: 1.875rem;
    padding: 50px 0;
  }
}

@media screen and (max-width: 560px) {
  .guidance_about_title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.guidance_about_title._one {
  background: url(../img/guidance/title01.png) center center/cover no-repeat;
}

@media screen and (max-width: 767px) {
  .guidance_about_title._one {
    background: url(../img/guidance/title01_sp.png) center center/cover no-repeat;
  }
}

.guidance_about_title._two {
  text-align: right;
  background: url(../img/guidance/title02.png) center center/cover no-repeat;
}

@media screen and (max-width: 767px) {
  .guidance_about_title._two {
    background: url(../img/guidance/title02_sp.png) center center/cover no-repeat;
  }
}

.guidance_about_contents {
  display: flex;
  gap: 35px;
  align-items: center;
  margin-top: 80px;
}

@media screen and (max-width: 1279px) {
  .guidance_about_contents {
    margin-top: 60px;
  }
}

@media screen and (max-width: 1023px) {
  .guidance_about_contents {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .guidance_about_contents {
    margin-top: 50px;
    flex-direction: column;
  }
}

.guidance_about_contents_img {
  width: 410px;
}

@media screen and (max-width: 767px) {
  .guidance_about_contents_img {
    width: 100%;
    max-width: 400px;
  }
}

.guidance_about_contents_text {
  width: calc(100% - 410px);
}

@media screen and (max-width: 767px) {
  .guidance_about_contents_text {
    order: -1;
    width: 100%;
  }
}

.guidance_about_list {
  margin-top: 50px;
  background-color: #FBFBFB;
  padding: 50px 40px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .guidance_about_list {
    padding: 40px 30px;
  }
}

.guidance_about_list h3 {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "Noto Serif JP", serif;
  font-size: 32px;
  font-size: 2rem;
  text-align: center;
}

@media screen and (max-width: 1279px) {
  .guidance_about_list h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 1023px) {
  .guidance_about_list h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .guidance_about_list h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.guidance_about_list ul {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 10px;
}

.guidance_about_list ul li {
  width: 275px;
  padding-left: 30px;
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .guidance_about_list ul li {
    font-size: 18px;
    font-size: 1.125rem;
    padding-left: 28px;
  }
}

.guidance_about_list ul li::after {
  position: absolute;
  content: "";
  background: url(../img/icon/check.svg) center center/contain no-repeat;
  width: 23px;
  height: 23px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .guidance_about_list ul li::after {
    width: 21px;
    height: 21px;
  }
}

/* guidance_example
================================*/
.guidance_example {
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .guidance_example {
    padding: 70px 0;
  }
}

.guidance_example_body {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .guidance_example_body {
    margin-top: 50px;
  }
}

.guidance_example_top {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .guidance_example_top {
    grid-template-columns: 1fr;
  }
}

.guidance_example_top::after {
  position: absolute;
  content: "";
  background: #F3F9FF;
  border-radius: 130px 0 130px 0;
  width: 60%;
  height: 90%;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .guidance_example_top::after {
    width: 85%;
  }
}

@media screen and (max-width: 560px) {
  .guidance_example_top::after {
    width: 100%;
    height: 90%;
  }
}

.guidance_life .guidance_example_top_img {
  max-width: 560px;
}

@media screen and (max-width: 767px) {
  .guidance_life .guidance_example_top_img {
    max-width: 300px;
  }
}

.guidance_vaccination .guidance_example_top_img {
  max-width: 460px;
}

@media screen and (max-width: 767px) {
  .guidance_vaccination .guidance_example_top_img {
    max-width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .guidance_example_top_img {
    margin: auto;
  }
}

.guidance_example_top_contents h3 {
  font-size: 45px;
  font-size: 2.8125rem;
  letter-spacing: 0.05em;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "Noto Serif JP", serif;
  line-height: 1.2;
  color: #174E78;
  transform: translateX(-50px);
}

@media screen and (max-width: 1279px) {
  .guidance_example_top_contents h3 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 1023px) {
  .guidance_example_top_contents h3 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 767px) {
  .guidance_example_top_contents h3 {
    font-size: 28px;
    font-size: 1.75rem;
    transform: translateX(0px);
  }
}

@media screen and (max-width: 560px) {
  .guidance_example_top_contents h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.guidance_example_top_contents p {
  margin-top: 35px;
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (max-width: 767px) {
  .guidance_example_top_contents p {
    padding-left: 40px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.guidance_example_about {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .guidance_example_about {
    margin-top: 60px;
  }
}

.guidance_example_about h3 {
  font-size: 45px;
  font-size: 2.8125rem;
  letter-spacing: 0.05em;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "Noto Serif JP", serif;
  line-height: 1.2;
  color: #174E78;
  transform: translateX(-50px);
}

@media screen and (max-width: 1279px) {
  .guidance_example_about h3 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 1023px) {
  .guidance_example_about h3 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 767px) {
  .guidance_example_about h3 {
    font-size: 28px;
    font-size: 1.75rem;
    transform: translateX(0px);
  }
}

@media screen and (max-width: 560px) {
  .guidance_example_about h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.guidance_example_about p {
  margin-top: 35px;
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (max-width: 767px) {
  .guidance_example_about p {
    padding-left: 40px;
    margin-top: 25px;
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.guidance_example_about_box {
  background-color: #FCFCFC;
  padding: 40px 50px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  margin-top: 30px;
}

@media screen and (max-width: 1279px) {
  .guidance_example_about_box {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 767px) {
  .guidance_example_about_box {
    padding: 30px 15px;
  }
}

.guidance_example_about_box h4 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding-left: 20px;
  position: relative;
}

@media screen and (max-width: 1279px) {
  .guidance_example_about_box h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .guidance_example_about_box h4 {
    line-height: 1.5;
  }
}

.guidance_example_about_box h4::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #303030;
  left: 0;
  top: 5px;
}

@media screen and (max-width: 767px) {
  .guidance_example_about_box h4::before {
    top: 8px;
  }
}

.guidance_example_about_box p {
  margin-top: 20px;
  padding-left: 30px;
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (max-width: 1279px) {
  .guidance_example_about_box p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .guidance_example_about_box p {
    padding-left: 15px;
    margin-top: 10px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.guidance_example_about_box strong {
  display: block;
  margin-top: 30px;
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (max-width: 767px) {
  .guidance_example_about_box strong {
    font-size: 16px;
    font-size: 1rem;
  }
}

.guidance_example_attend {
  margin-top: 100px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .guidance_example_attend {
    margin-top: 60px;
  }
}

.guidance_example_attend::after {
  position: absolute;
  content: "";
  background: #F5FAFF;
  width: 100%;
  height: 100%;
  bottom: -50px;
  right: -50%;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .guidance_example_attend::after {
    right: -30%;
  }
}

.guidance_example_attend_title h3 {
  display: inline-block;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "Noto Serif JP", serif;
  color: #174E78;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-size: 38px;
  font-size: 2.375rem;
  border-bottom: #5E86A4 3px solid;
  padding-right: 15px;
  position: relative;
}

@media screen and (max-width: 1279px) {
  .guidance_example_attend_title h3 {
    font-size: 34px;
    font-size: 2.125rem;
  }
}

@media screen and (max-width: 1023px) {
  .guidance_example_attend_title h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 767px) {
  .guidance_example_attend_title h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.guidance_example_attend_title h3::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 75%;
  background: #F5FAFF;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.guidance_example_attend_body {
  position: relative;
  z-index: 5;
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  background-color: #fff;
  box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 50px 60px;
}

@media screen and (max-width: 1279px) {
  .guidance_example_attend_body {
    padding: 50px;
  }
}

@media screen and (max-width: 1023px) {
  .guidance_example_attend_body {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 767px) {
  .guidance_example_attend_body {
    gap: 30px;
    padding: 30px 20px;
  }
}

.guidance_example_attend_body h4 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding-left: 25px;
  position: relative;
  font-weight: bold;
}

@media screen and (max-width: 1279px) {
  .guidance_example_attend_body h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .guidance_example_attend_body h4 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

.guidance_example_attend_body h4::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #5E86A4;
  left: 0;
  top: 5px;
}

@media screen and (max-width: 767px) {
  .guidance_example_attend_body h4::before {
    top: 8px;
  }
}

.guidance_example_attend_body p {
  margin-top: 20px;
  padding-left: 30px;
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (max-width: 767px) {
  .guidance_example_attend_body p {
    font-size: 16px;
    font-size: 1rem;
    padding-left: 15px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .guidance_example_attend_body {
    margin-top: 30px;
  }
}

.guidance_example_attend_body_item._life h4 {
  margin-bottom: 20px;
}

.guidance_example_attend_body_item._life h4:last-child {
  margin-bottom: 0;
}

.guidance_example_attend_subtitle {
  position: relative;
  z-index: 5;
}

.guidance_example_attend_subtitle h4 {
  display: inline-block;
  width: 100%;
  max-width: 580px;
  padding: 0;
  padding-bottom: 15px;
  border-bottom: #5E86A4 3px solid;
}

.guidance_example_attend_subtitle h4::before {
  content: none;
}

.guidance_example_attend_subtitle h4 span {
  color: #CA0E17;
  font-weight: bold;
}

.guidance_example_attend_body_bottom strong {
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (max-width: 1023px) {
  .guidance_example_attend_body_bottom strong {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.guidance_example_attend_body_bottom p {
  margin-top: 0;
}

/* guidance_health
================================*/
.guidance_health {
  padding: 120px 0;
  background-color: #F5FAFF;
}

@media screen and (max-width: 767px) {
  .guidance_health {
    padding: 80px 0;
  }
}

.guidance_health_top {
  margin-top: 30px;
}

.guidance_health_top h3 {
  padding-left: 25px;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "Noto Serif JP", serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: 500;
}

@media screen and (max-width: 1023px) {
  .guidance_health_top h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .guidance_health_top h3 {
    padding-left: 15px;
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 560px) {
  .guidance_health_top h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.guidance_health_top_body {
  margin-top: 25px;
  background-color: #fff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.03);
  padding: 35px 45px;
}

@media screen and (max-width: 767px) {
  .guidance_health_top_body {
    padding: 30px 20px;
    margin-top: 15px;
  }
}

.guidance_health_top_body ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 40px;
}

@media screen and (max-width: 767px) {
  .guidance_health_top_body ul {
    gap: 20px;
  }
}

.guidance_health_top_body ul li {
  padding-left: 20px;
  position: relative;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "Noto Serif JP", serif;
  font-size: 23px;
  font-size: 1.4375rem;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

@media screen and (max-width: 1023px) {
  .guidance_health_top_body ul li {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .guidance_health_top_body ul li {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.guidance_health_top_body ul li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #174E78;
  left: 0;
  top: 9px;
}

@media screen and (max-width: 767px) {
  .guidance_health_top_body ul li::before {
    top: 5px;
  }
}

.guidance_health_top_body small {
  display: block;
  margin-top: 30px;
  line-height: 1.5;
}

.guidance_health_option {
  margin-top: 15px;
}

.guidance_health_option_top h3 {
  display: inline-block;
  text-align: center;
  padding-left: 25px;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "Noto Serif JP", serif;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: 500;
}

@media screen and (max-width: 1279px) {
  .guidance_health_option_top h3 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media screen and (max-width: 1023px) {
  .guidance_health_option_top h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .guidance_health_option_top h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 560px) {
  .guidance_health_option_top h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.guidance_health_option_top h3 span {
  font-size: 36px;
  font-size: 2.25rem;
}

@media screen and (max-width: 1279px) {
  .guidance_health_option_top h3 span {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 1023px) {
  .guidance_health_option_top h3 span {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 767px) {
  .guidance_health_option_top h3 span {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 767px) {
  .guidance_health_option_top h3 span {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 1023px) {
  .guidance_health_option_top h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .guidance_health_option_top h3 {
    padding-left: 15px;
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 560px) {
  .guidance_health_option_top h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.guidance_health_option_box {
  margin-top: 25px;
  background-color: #fff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.03);
  padding: 40px 45px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}

@media screen and (max-width: 767px) {
  .guidance_health_option_box {
    padding: 30px 20px;
    margin-top: 15px;
  }
}

.guidance_health_option_box h4 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding-left: 20px;
  position: relative;
}

@media screen and (max-width: 1279px) {
  .guidance_health_option_box h4 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .guidance_health_option_box h4 {
    line-height: 1.5;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 560px) {
  .guidance_health_option_box h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.guidance_health_option_box h4::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #303030;
  left: 0;
  top: 10px;
}

@media screen and (max-width: 767px) {
  .guidance_health_option_box h4::before {
    top: 8px;
  }
}

.guidance_health_option_box p {
  margin-top: 20px;
  padding-left: 30px;
  font-size: 23px;
  font-size: 1.4375rem;
}

@media screen and (max-width: 1279px) {
  .guidance_health_option_box p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .guidance_health_option_box p {
    font-size: 18px;
    font-size: 1.125rem;
    padding-left: 15px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 560px) {
  .guidance_health_option_box p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.guidance_health_option_bottom {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .guidance_health_option_bottom {
    margin-top: 40px;
  }
}

.guidance_health_option_bottom h3 {
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "Noto Serif JP", serif;
  font-weight: 500;
}

@media screen and (max-width: 1279px) {
  .guidance_health_option_bottom h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 1023px) {
  .guidance_health_option_bottom h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 767px) {
  .guidance_health_option_bottom h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

/* guidance_order
================================*/
.guidance_order {
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .guidance_order {
    padding: 80px 0;
  }
}

.guidance_order_body {
  margin-top: 150px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 180px;
}

@media screen and (max-width: 767px) {
  .guidance_order_body {
    gap: 100px;
    margin-top: 100px;
  }
}

.guidance_order_item {
  position: relative;
  background-color: #fff;
  box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.16);
}

.guidance_order_item::after {
  position: absolute;
  content: "";
  background: url(../img/guidance/arrow.svg) center center/contain no-repeat;
  bottom: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 58px;
}

@media screen and (max-width: 767px) {
  .guidance_order_item::after {
    width: 100px;
    height: 40px;
    bottom: -70px;
  }
}

.guidance_order_item:last-child::after {
  content: none;
}

.guidance_order_item_num {
  position: absolute;
  width: 15.5%;
  left: -20px;
  top: 0%;
  transform: translateY(-60%);
}

@media screen and (max-width: 767px) {
  .guidance_order_item_num {
    width: 20%;
    left: -15px;
  }
}

@media screen and (max-width: 560px) {
  .guidance_order_item_num {
    width: 30%;
    transform: translateY(-50%);
  }
}

.guidance_order_item_wrap {
  padding: 35px;
  display: grid;
  grid-template-columns: 45% auto;
  gap: 30px;
}

@media screen and (max-width: 767px) {
  .guidance_order_item_wrap {
    grid-template-columns: 1fr;
    padding: 30px 20px;
  }
}

.guidance_order_item_contents h3 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1023px) {
  .guidance_order_item_contents h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .guidance_order_item_contents h3 {
    line-height: 1.5;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.guidance_order_item_contents p {
  margin-top: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2;
}

@media screen and (max-width: 1023px) {
  .guidance_order_item_contents p {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .guidance_order_item_contents p {
    line-height: 1.5;
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.guidance_order_attend {
  margin: auto;
  max-width: 980px;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .guidance_order_attend {
    margin-top: 60px;
  }
}

.guidance_order_attend h3 {
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

@media screen and (max-width: 1279px) {
  .guidance_order_attend h3 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media screen and (max-width: 767px) {
  .guidance_order_attend h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 560px) {
  .guidance_order_attend h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.guidance_order_attend ul {
  margin-top: 45px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

@media screen and (max-width: 767px) {
  .guidance_order_attend ul {
    margin-top: 40px;
    gap: 15px;
  }
}

.guidance_order_attend ul li {
  padding-left: 48px;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
}

@media screen and (max-width: 1279px) {
  .guidance_order_attend ul li {
    font-size: 26px;
    font-size: 1.625rem;
    padding-left: 42px;
  }
}

@media screen and (max-width: 1023px) {
  .guidance_order_attend ul li {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 767px) {
  .guidance_order_attend ul li {
    font-size: 18px;
    font-size: 1.125rem;
    padding-left: 36px;
  }
}

.guidance_order_attend ul li::before {
  position: absolute;
  content: "";
  background: url(../img/icon/check.svg) center center/contain no-repeat;
  width: 28px;
  height: 28px;
  left: 0;
  top: 6px;
}

@media screen and (max-width: 1279px) {
  .guidance_order_attend ul li::before {
    width: 24px;
    height: 24px;
    top: 4px;
  }
}

@media screen and (max-width: 767px) {
  .guidance_order_attend ul li::before {
    width: 20px;
    height: 20px;
    top: 1px;
  }
}

.guidance_order_attend p {
  margin-top: 40px;
  padding: 0 20px;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.7;
}

@media screen and (max-width: 1023px) {
  .guidance_order_attend p {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 767px) {
  .guidance_order_attend p {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 30px;
  }
}

@media screen and (max-width: 560px) {
  .guidance_order_attend p {
    font-size: 16px;
    font-size: 1rem;
  }
}

/* guidance_bring
================================*/
.guidance_bring {
  padding: 120px 0;
  background: #F5FAFF;
}

@media screen and (max-width: 767px) {
  .guidance_bring {
    padding: 80px 0;
  }
}

.guidance_bring_intro {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .guidance_bring_intro {
    margin-top: 25px;
  }
}

.guidance_bring_intro p {
  text-align: left;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.875;
}

@media screen and (max-width: 767px) {
  .guidance_bring_intro p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.guidance_bring_wrap {
  margin-top: 35px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 45px;
}

.guidance_bring_item h3 {
  display: inline-block;
  width: 435px;
  background: #5E86A4;
  padding: 8px 15px;
  color: #fff;
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
  transform: translateY(50%);
}

@media screen and (max-width: 1279px) {
  .guidance_bring_item h3 {
    font-size: 34px;
    font-size: 2.125rem;
  }
}

@media screen and (max-width: 1023px) {
  .guidance_bring_item h3 {
    font-size: 32px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .guidance_bring_item h3 {
    font-size: 28px;
    font-size: 1.75rem;
    width: 320px;
  }
}

@media screen and (max-width: 560px) {
  .guidance_bring_item h3 {
    font-size: 26px;
    font-size: 1.625rem;
    width: 280px;
  }
}

.guidance_bring_item p {
  background-color: #fff;
  padding: 48px 45px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  width: 98%;
  margin-left: auto;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #174E78;
}

@media screen and (max-width: 1023px) {
  .guidance_bring_item p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .guidance_bring_item p {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.875;
    padding: 50px 25px;
  }
}

/* guidance_caution
================================*/
.guidance_caution {
  position: relative;
  padding: 120px 0;
  padding-bottom: 180px;
}

.guidance_caution::after {
  position: absolute;
  content: "";
  background: #F5FAFF;
  bottom: 90px;
  left: 0;
  width: 43%;
  height: 490px;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .guidance_caution::after {
    width: 50%;
    bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .guidance_caution {
    padding: 80px 0;
    padding-bottom: 120px;
  }
}

.guidance_caution_body {
  margin-top: 40px;
  position: relative;
  background-color: #fff;
  box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.16);
  padding: 50px 40px;
  border-radius: 10px;
}

@media screen and (max-width: 1023px) {
  .guidance_caution_body {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 767px) {
  .guidance_caution_body {
    padding: 30px 20px;
    margin-top: 30px;
  }
}

.guidance_caution_body ul {
  display: grid;
  grid-auto-columns: 1fr;
  gap: 20px;
}

.guidance_caution_body ul li {
  padding-left: 25px;
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0em;
  line-height: 1.5;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .guidance_caution_body ul li {
    font-size: 16px;
    font-size: 1rem;
  }
}

.guidance_caution_body ul li::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #5E86A4;
  left: 0;
  top: 8px;
}

@media screen and (max-width: 767px) {
  .guidance_caution_body ul li::before {
    top: 5px;
  }
}

/*===============================================
# contact
=================================================*/
.contact {
  padding-top: 120px;
}

@media screen and (max-width: 767px) {
  .contact {
    padding-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .contact .section_title h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

.contact_intro {
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .contact_intro {
    margin-top: 20px;
  }
  .contact_intro p {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 767px) and (max-width: 1279px) {
  .contact_intro p {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .contact_intro p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) and (max-width: 560px) {
  .contact_intro p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.contact_body {
  margin-top: 90px;
  background-color: #FCFCFC;
  padding: 90px 0;
}

@media screen and (max-width: 767px) {
  .contact_body {
    margin-top: 50px;
    padding: 60px 0;
    padding-bottom: 90px;
  }
}

/* form
================================*/
.contact_form {
  padding: 0 40px;
}

@media screen and (max-width: 1023px) {
  .contact_form {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .contact_form {
    padding: 0;
  }
}

.contact_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 45px;
}

@media screen and (max-width: 1279px) {
  .contact_list {
    gap: 40px;
  }
}

@media screen and (max-width: 767px) {
  .contact_list {
    gap: 20px;
  }
}

.contact_item {
  display: grid;
  grid-template-columns: 360px auto;
}

@media screen and (max-width: 1279px) {
  .contact_item {
    grid-template-columns: 300px auto;
  }
}

@media screen and (max-width: 767px) {
  .contact_item {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.contact_item_title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 2;
}

@media screen and (max-width: 1279px) {
  .contact_item_title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1023px) {
  .contact_item_title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 767px) {
  .contact_item_title {
    font-size: 20px;
    font-size: 1.25rem;
    text-align: left;
    width: 100%;
  }
}

.contact_item_title_inline {
  width: 45px;
  background-color: #BA5858;
  text-align: center;
  color: #fff;
  padding: 4px 11px;
  vertical-align: middle;
  border-radius: 0px;
  line-height: 1;
  font-size: 23px;
  font-size: 1.4375rem;
  margin-left: 15px;
}

@media screen and (max-width: 1023px) {
  .contact_item_title_inline {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .contact_item_title_inline {
    font-size: 16px;
    font-size: 1rem;
    margin-left: 15px;
  }
}

.contact_item_title_inline._n {
  background-color: #5E86A4;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
  border: 1px solid #B1B1B1;
  font-size: 22px;
  font-size: 1.375rem;
  width: 100%;
  background-color: #FFF;
  padding: 20px 40px;
  color: #303030;
}

@media screen and (max-width: 1023px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  select,
  textarea {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  select,
  textarea {
    font-size: 16px;
    font-size: 1rem;
    padding: 15px 15px;
  }
}

textarea {
  min-height: 270px;
  resize: vertical;
}

.contact_item_input_select {
  position: relative;
  max-width: 451px;
}

.contact_item_input_select::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 12px solid #5e86a4;
  border-bottom: 0;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.contact_item_input_select select {
  cursor: pointer;
  appearance: none;
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .contact_item_input_select select {
    padding-left: 15px;
  }
}

.wpcf7 input::placeholder {
  color: #CCCCCC;
}

.wpcf7-radio .wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
}

.contact_item_check {
  margin-bottom: 100px;
}

@media screen and (max-width: 1023px) {
  .contact_item_check {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .contact_item_check {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 560px) {
  .contact_item_check {
    margin-bottom: 35px;
  }
}

.contact_footer {
  margin-top: 60px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contact_footer {
    margin-top: 40px;
  }
}

.contact_footer_title {
  padding-bottom: 15px;
  border-bottom: 3px solid #5E86A4;
}

@media screen and (max-width: 767px) {
  .contact_footer_title {
    padding-bottom: 12px;
  }
}

.contact_footer_title p {
  padding-left: 35px;
  text-align: left;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.2;
}

@media screen and (max-width: 1023px) {
  .contact_footer_title p {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 767px) {
  .contact_footer_title p {
    font-size: 22px;
    font-size: 1.375rem;
    padding-left: 15px;
  }
}

.contact_footer_text {
  display: flex;
  margin-top: 40px;
  font-weight: bold;
}

.attend-box {
  margin: 0 auto;
  margin-top: 30px;
  width: 97%;
  height: 310px;
  overflow-y: scroll;
  text-align: left;
  padding: 25px 20px;
  padding-top: 0;
  border: 1px solid #707070;
}

@media screen and (max-width: 767px) {
  .attend-box {
    padding: 15px 10px;
    width: 100%;
    margin-top: 15px;
  }
}

.attend-box p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #303030;
}

@media screen and (max-width: 767px) {
  .attend-box p {
    font-size: 16px;
    font-size: 1rem;
  }
}

#scroll::-webkit-scrollbar {
  width: 20px;
}

#scroll::-webkit-scrollbar-track {
  background: #f2f2f2;
  border-left: solid 1px #ececec;
}

#scroll::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
  box-shadow: inset 0 0 0 2px #fff;
  border: 3px solid #f2f2f2;
}

.wpcf7-form-control-wrap {
  display: block;
}

span.wpcf7-list-item {
  position: relative;
  display: block;
  margin: 0;
}

@media screen and (max-width: 767px) {
  span.wpcf7-list-item {
    margin: 0;
  }
}

.wpcf7-list-item-label {
  position: relative;
}

input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.wpcf7-list-item-label::before {
  content: "";
  border: 2px solid #b5b5b5;
  border-radius: 2px;
  display: inline-block;
  top: -2px;
  left: 0;
  width: 17px;
  height: 17px;
  cursor: pointer;
  position: relative;
  margin-right: 12px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .wpcf7-list-item-label::before {
    margin-right: 7px;
    width: 14px;
    height: 14px;
  }
}

input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  /*チェックアイコン*/
  position: absolute;
  content: "";
  width: 8px;
  height: 15px;
  border: 2px solid #174E78;
  border-top: 0;
  border-left: 0;
  transform: rotate(40deg);
  top: -4px;
  left: 6px;
  cursor: pointer;
  transition: opacity 0.3s ease 0s;
}

@media screen and (max-width: 767px) {
  input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    left: 5px;
    top: -4px;
    width: 7px;
    height: 13px;
  }
}

.contact_privacy a {
  color: #2460C1;
  text-decoration: underline;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
}

.contact_privacy_link {
  margin-top: 10px;
  font-size: 14px;
  font-size: 0.875rem;
}

.contact_privacy_link a {
  color: #0B3E8F;
  text-decoration: underline;
  padding-bottom: 2px;
}

.contact_footer_submit {
  margin-top: 100px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .contact_footer_submit {
    margin-top: 50px;
  }
}

.contact_link {
  position: relative;
  margin: auto;
  width: 260px;
  height: 60px;
}

@media screen and (max-width: 767px) {
  .contact_link {
    width: 220px;
    height: 50px;
  }
}

.contact_link::after {
  position: absolute;
  content: "";
  background: url(../img/icon/arrow.svg) center center/contain no-repeat;
  width: 14px;
  height: 11px;
  right: 80px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .contact_link::after {
    right: 45px;
  }
}

.wpcf7 input[type="submit"] {
  display: block;
  width: 540px;
  cursor: pointer;
  font-size: 24px;
  font-size: 1.5rem;
  background: #28A1F9;
  border-radius: 6px;
  padding: 30px 0;
  height: 90px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .wpcf7 input[type="submit"] {
    font-size: 20px;
    font-size: 1.25rem;
    width: 440px;
    padding: 25px 0;
  }
}

@media screen and (max-width: 767px) {
  .wpcf7 input[type="submit"] {
    font-size: 18px;
    font-size: 1.125rem;
    width: 300px;
    padding: 23px 0;
    height: 60px;
  }
}

.contact_radio {
  margin-bottom: 5px;
}

.wpcf7-radio .wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .wpcf7-radio .wpcf7-list-item {
    margin-left: 0;
  }
}

.contact_radio_wrap {
  margin-top: -5px;
}

.contact_radio_wrap_top {
  margin-top: -35px;
}

@media screen and (max-width: 767px) {
  .contact_radio_wrap_top {
    margin-top: -20px;
  }
}

/* recruit
================================*/
.contact_item_input_file {
  display: flex;
}

@media screen and (max-width: 767px) {
  .contact_item_input_file {
    margin-top: 20px;
    flex-direction: column;
    gap: 5px;
  }
}

.contact_item_input_file_bottom {
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
  .contact_item_input_file_bottom {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

/* thanks
================================*/
.thanks-btn {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .thanks-btn {
    margin-top: 60px;
  }
}

.thanks-btn a {
  margin: auto;
}

/*===============================================
# recaptcha
=================================================*/
.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha {
  margin-top: 10px;
  font-size: 12px;
  font-size: 0.75rem;
}

/*===============================================
# tel
=================================================*/
.contact_tel {
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .contact_tel {
    margin-top: 80px;
  }
}

.contact_tel_body {
  margin-top: 40px;
  background-color: #F6F8F8;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 160px;
}

.contact_tel_body a {
  width: 500px;
}

@media screen and (max-width: 1023px) {
  .contact_tel_body a {
    width: 400px;
  }
}

@media screen and (max-width: 767px) {
  .contact_tel_body a {
    width: 370px;
  }
}

@media screen and (max-width: 560px) {
  .contact_tel_body a {
    width: 280px;
  }
}

/*===============================================
# archive
=================================================*/
/* news
================================*/
.news {
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .news {
    padding-bottom: 70px 0;
  }
}

.news_wrapper {
  margin-top: 70px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 80px;
}

@media screen and (max-width: 767px) {
  .news_wrapper {
    margin-top: 50px;
    gap: 50px;
  }
}

@media screen and (max-width: 560px) {
  .news_wrapper {
    gap: 40px;
  }
}

.news_item {
  padding-bottom: 15px;
  display: grid;
  grid-template-columns: 125px auto;
  gap: 35px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .news_item {
    grid-template-columns: 100px auto;
  }
}

.news_item::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  /* 例として、要素の下端に線を敷く場合 */
  width: 100%;
  height: 1px;
  /* 線の太さ */
  background: repeating-linear-gradient(to right, #707070 0 14px, transparent 14px 26px);
}

.news_list_date time {
  display: block;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #174E78;
}

@media screen and (max-width: 1279px) {
  .news_list_date time {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 1023px) {
  .news_list_date time {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .news_list_date time {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 560px) {
  .news_list_date time {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.news_item_title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

@media screen and (max-width: 1279px) {
  .news_item_title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 1023px) {
  .news_item_title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .news_item_title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 560px) {
  .news_item_title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* topics
================================*/
.column {
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .column {
    padding: 70px 0;
  }
}

.blog_contents {
  margin-top: 70px;
  display: grid;
  grid-template-columns: auto 345px;
  gap: 70px;
  align-items: flex-start;
}

@media screen and (max-width: 1279px) {
  .blog_contents {
    grid-template-columns: auto 280px;
    gap: 40px;
  }
}

@media screen and (max-width: 1023px) {
  .blog_contents {
    gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  .blog_contents {
    margin-top: 60px;
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

.cat_list {
  margin-bottom: 50px;
}

.cat_list ul li {
  display: inline-block;
  background: #F5FAFF;
  border-radius: 20px;
  padding: 3px 20px;
  margin-right: 15px;
  margin-bottom: 10px;
}

.cat_list ul li a {
  color: #fff;
}

.blog_preparation {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  text-align: center;
  padding-top: 60px;
}

.blog_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media screen and (max-width: 1023px) {
  .blog_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .blog_wrapper {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .blog_wrapper._archive {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 560px) {
  .blog_wrapper._archive {
    grid-template-columns: 1fr;
  }
}

.blog_item_img {
  overflow: hidden;
  width: 100%;
  border: 1px solid #174E78;
  border-radius: 5px;
  height: 200px;
}

@media screen and (max-width: 1279px) {
  .blog_item_img {
    height: 180px;
  }
}

@media screen and (max-width: 1023px) {
  .blog_item_img {
    height: 180px;
  }
}

@media screen and (max-width: 767px) {
  .blog_item_img {
    height: 230px;
  }
}

@media screen and (max-width: 560px) {
  .blog_item_img {
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .blog_item_img._archive {
    height: 200px;
  }
}

@media screen and (max-width: 560px) {
  .blog_item_img._archive {
    height: 230px;
  }
}

.blog_item_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog_item_body {
  padding: 15px 0px;
}

.blog_item_meta {
  display: flex;
  align-items: center;
}

.blog_item_published {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1.7;
}

.blog_item_category {
  display: inline-block;
  padding: 3px 10px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  background-color: #174E78;
  color: #fff;
  margin-left: 13px;
}

.blog_item_title {
  margin-top: 13px;
  font-weight: bold;
  color: #174E78;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.blog_item_text {
  margin-top: 13px;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.secondary {
  background-color: #F5FAFF;
  padding: 40px 30px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
}

@media screen and (max-width: 1279px) {
  .secondary {
    padding: 30px 20px;
  }
}

.secondary_category_title {
  border-bottom: #174E78 2px solid;
  padding-bottom: 10px;
  padding-left: 10px;
  line-height: 1.2;
  font-size: 35px;
  font-size: 2.1875rem;
  color: #174e78;
}

@media screen and (max-width: 1279px) {
  .secondary_category_title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 1023px) {
  .secondary_category_title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 767px) {
  .secondary_category_title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.secondary_category-list {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  padding-left: 10px;
}

.secondary_category_item {
  display: block;
  padding-left: 30px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #174e78;
  font-weight: 500;
  position: relative;
}

@media screen and (max-width: 1279px) {
  .secondary_category_item {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 1023px) {
  .secondary_category_item {
    font-size: 16px;
    font-size: 1rem;
    padding-left: 25px;
  }
}

@media screen and (max-width: 767px) {
  .secondary_category_item {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.secondary_category_item::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 11px solid #174e78;
  border-right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* ページネーション
================================*/
.pagenation {
  margin-top: 130px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .pagenation {
    margin-top: 70px;
  }
}

.pagenation a {
  transition: all 0.3s ease 0s;
}

.pagenation a:hover {
  opacity: 0.6;
}

.pagenation a.next:hover,
.pagenation a.prev:hover {
  opacity: 0.6;
}

.page-numbers {
  color: #5E86A4;
  display: inline-block;
  font-size: 25px;
  font-size: 1.5625rem;
  width: 45px;
  height: 45px;
  margin: 0 5px;
  line-height: 1.75;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border: 1px solid #5E86A4;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .page-numbers {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 3px;
    line-height: 2;
    width: 35px;
    height: 35px;
  }
}

@media screen and (max-width: 560px) {
  .page-numbers {
    font-size: 16px;
    font-size: 1rem;
  }
}

.page-numbers:last-child {
  margin-right: 0;
}

.page-numbers.current {
  color: #fff;
  background-color: #5E86A4;
  font-weight: 500;
}

.page-numbers.dots {
  background-color: transparent;
  color: #5E86A4;
  margin: 0 5px;
}

@media screen and (max-width: 767px) {
  .page-numbers.dots {
    margin: 0 3px;
  }
}

.page-numbers.dots,
.page-numbers.next,
.page-numbers.prev {
  border: none;
  min-width: 13px;
  height: 29px;
  width: auto;
  background: none;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .page-numbers.dots,
  .page-numbers.next,
  .page-numbers.prev {
    width: 13px;
    height: 25px;
  }
}

.page-numbers.dots img,
.page-numbers.next img,
.page-numbers.prev img {
  width: 100%;
  height: 100%;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .page-numbers.dots img,
  .page-numbers.next img,
  .page-numbers.prev img {
    margin-bottom: 3px;
  }
}

.page-numbers.next,
.page-numbers.prev {
  margin: 0 20px;
}

@media screen and (max-width: 767px) {
  .page-numbers.next,
  .page-numbers.prev {
    margin: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  body.m_fixed_sns {
    padding-bottom: 67px;
  }
  .archive-head {
    margin-bottom: 20px;
    padding-top: 26px;
    margin-top: 30px;
  }
  .archive-lead {
    margin-bottom: 8px;
  }
  .archive-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .inner {
    padding-left: 16px;
    padding-right: 16px;
  }
  #content > .inner {
    display: block;
    padding-top: 40px;
  }
  #primary {
    margin-bottom: 70px;
    width: 100%;
  }
  .m_one #primary {
    margin-bottom: 70px;
  }
  #secondary {
    width: 100%;
  }
  .m_one #secondary {
    display: block;
  }
  .breadcrumb {
    margin-bottom: 14px;
  }
  .drawer {
    display: block;
  }
  .entries.m_horizontal .entry-item .entry-item-published {
    font-size: 10px;
  }
  .entries.m_horizontal .entry-item .entry-item-tag {
    font-size: 10px;
    margin-right: 8px;
  }
  .entries.m_horizontal .entry-item .entry-item-title {
    font-size: 12px;
    margin-bottom: 0;
  }
  .entries.m_horizontal .entry-item .entry-item-excerpt {
    display: none;
  }
  .entries.m_horizontal {
    margin-bottom: 40px;
  }
  .entries.m_block .entry-item .entry-item-published {
    font-size: 12px;
  }
  .entries.m_block .entry-item .entry-item-tag {
    font-size: 12px;
  }
  .entries.m_block .entry-item .entry-item-title {
    font-size: 18px;
  }
  .entries.m_block .entry-item .entry-item-excerpt {
    font-size: 14px;
  }
}

/*===============================================
# single
=================================================*/
.single_mv {
  background: url(../img/single/mv.png) center center/cover no-repeat;
}

@media screen and (max-width: 767px) {
  .blog_single .blog_contents {
    margin-top: 0;
  }
}

.single_wrap {
  max-width: 890px;
  margin: auto;
}

.single_title {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .single_title {
    margin-bottom: 50px;
  }
}

.single_title h1 {
  color: #174E78;
  font-size: 35px;
  font-size: 2.1875rem;
}

@media screen and (max-width: 1023px) {
  .single_title h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .single_title h1 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 767px) {
  .single_title h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.single_published {
  margin-top: 20px;
  color: #174E78;
  margin-top: 15px;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .single_published {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 10px;
  }
}

.single_img {
  border-radius: 10px;
  overflow: hidden;
}

.single_img img {
  border-radius: 10px;
  margin-bottom: 50px;
  border: 3px solid #174E78;
  height: initial;
}

.single_inner {
  background-color: #fff;
}

.single_inner h2 {
  background-color: #174E78;
  padding: 10px 14px;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 40px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .single_inner h2 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

.single_inner h3 {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 8px 10px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.7;
  margin-bottom: 30px;
  border-bottom: 2px solid #174E78;
}

@media screen and (max-width: 767px) {
  .single_inner h3 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 20px;
  }
}

.single_inner h4 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 30px;
  padding-left: 42px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .single_inner h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.single_inner h4::before {
  color: #174E78;
  content: "\f00c";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 26px;
  font-weight: 900;
  left: 0;
  position: absolute;
  top: -8px;
}

.single_inner p {
  line-height: 1.55;
  margin-bottom: 30px;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .single_inner p {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.single_inner ul {
  margin-bottom: 30px;
  background: #F7F7F7;
  padding: 15px;
  border-radius: 10px;
}

.single_inner ul li {
  padding-left: 20px;
  letter-spacing: 0;
  line-height: 1.56;
  margin-bottom: 10px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .single_inner ul li {
    font-size: 16px;
    font-size: 1rem;
  }
}

.single_inner ul li:last-child {
  margin-bottom: 0;
}

.single_inner ul li::before {
  position: absolute;
  content: "";
  top: 7px;
  left: 0;
  background: #174E78;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .single_inner ul li::before {
    top: 4px;
  }
}

.single_inner ol {
  margin-bottom: 30px;
  list-style-type: decimal;
  margin-bottom: 1em;
  padding-left: 20px;
  counter-reset: number;
}

.single_inner ol li {
  padding-left: 20px;
  letter-spacing: 0;
  line-height: 1.56;
  margin-bottom: 10px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .single_inner ol li {
    font-size: 16px;
    font-size: 1rem;
  }
}

.single_inner ol li:last-child {
  margin-bottom: 0;
}

.single_inner ol li::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0;
  color: #174E78;
  counter-increment: number;
  content: counter(number) ".";
}

@media screen and (max-width: 767px) {
  .single_inner ol li::before {
    top: 0px;
  }
}

.single_inner img {
  width: initial;
  margin-bottom: 30px;
}

.single_inner a {
  text-decoration: underline;
  color: #0000EE;
}

.single_bottom_btn {
  margin-top: 90px;
  display: block;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .single_bottom_btn {
    margin-top: 60px;
  }
}

.single_bottom_btn a {
  color: #174E78;
  font-weight: bold;
}

/* news
================================*/
.news_single {
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .news_single {
    padding: 60px 0;
  }
}

/* privacy
================================*/
.privacy_container {
  padding-top: 40px;
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .privacy_container {
    padding-bottom: 60px;
  }
}

/*===============================================
# 症例ページ
=================================================*/
.symptoms_container {
  max-width: 1450px;
  margin: auto;
}

@media screen and (max-width: 1450px) {
  .symptoms_container {
    padding: 0 15px;
  }
}

/* symptoms_section01
================================*/
.symptoms_section01 {
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .symptoms_section01 {
    padding: 70px 0;
  }
}

.symptoms_section01_top_wrapper {
  display: grid;
  grid-template-columns: 72.5% auto;
  gap: 60px;
  align-items: flex-end;
}

@media screen and (max-width: 1279px) {
  .symptoms_section01_top_wrapper {
    gap: 30px;
  }
}

@media screen and (max-width: 1023px) {
  .symptoms_section01_top_wrapper {
    gap: 15px;
  }
}

@media screen and (max-width: 767px) {
  .symptoms_section01_top_wrapper {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

@media screen and (max-width: 767px) {
  .symptoms_section01_top_contents {
    display: contents;
  }
}

.symptoms_section01_top_contents h2 {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "Noto Serif JP", serif;
  font-size: 50px;
  font-size: 3.125rem;
  color: #174E78;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
}

@media screen and (max-width: 1279px) {
  .symptoms_section01_top_contents h2 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}

@media screen and (max-width: 1023px) {
  .symptoms_section01_top_contents h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .symptoms_section01_top_contents h2 {
    font-size: 36px;
    font-size: 2.25rem;
    order: -2;
  }
}

@media screen and (max-width: 560px) {
  .symptoms_section01_top_contents h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}

.symptoms_section01_top_contents h2 span {
  font-size: 30px;
  font-size: 1.875rem;
}

@media screen and (max-width: 1279px) {
  .symptoms_section01_top_contents h2 span {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 767px) {
  .symptoms_section01_top_contents h2 span {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 560px) {
  .symptoms_section01_top_contents h2 span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.symptoms_section01_top_contents_text {
  margin-top: 20px;
  border: 3px solid #5E86A4;
  border-radius: 10px;
  padding: 30px 40px;
}

@media screen and (max-width: 1023px) {
  .symptoms_section01_top_contents_text {
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .symptoms_section01_top_contents_text {
    padding: 25px 15px;
    margin-top: 0;
  }
}

.symptoms_section01_top_contents_text p {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.85;
}

@media screen and (max-width: 1023px) {
  .symptoms_section01_top_contents_text p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .symptoms_section01_top_contents_text p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 560px) {
  .symptoms_section01_top_contents_text p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.symptoms_section01_top_img {
  margin: auto;
  max-width: 310px;
}

@media screen and (max-width: 767px) {
  .symptoms_section01_top_img {
    max-width: 150px;
    order: -1;
    margin-top: 20px;
  }
}

.symptoms_section01_top_note {
  margin-top: 25px;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .symptoms_section01_top_note {
    margin-top: 20px;
    padding-left: 0;
  }
}

.symptoms_section01_top_note p {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "Noto Serif JP", serif;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .symptoms_section01_top_note p {
    line-height: 1.8;
    font-size: 16px;
    font-size: 1rem;
  }
}

.symptoms_section01_bottom {
  margin-top: 120px;
}

@media screen and (max-width: 1279px) {
  .symptoms_section01_bottom {
    margin-top: 100px;
  }
}

@media screen and (max-width: 1023px) {
  .symptoms_section01_bottom {
    margin-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .symptoms_section01_bottom {
    margin-top: 50px;
  }
}

.symptoms_section01_bottom_title h3 {
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  font-weight: 500;
}

@media screen and (max-width: 1279px) {
  .symptoms_section01_bottom_title h3 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

@media screen and (max-width: 1023px) {
  .symptoms_section01_bottom_title h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 767px) {
  .symptoms_section01_bottom_title h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.symptoms_section01_bottom_list {
  margin-top: 30px;
  border-radius: 10px;
  box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  padding: 50px 70px;
}

@media screen and (max-width: 1279px) {
  .symptoms_section01_bottom_list {
    padding: 40px 50px;
  }
}

@media screen and (max-width: 1023px) {
  .symptoms_section01_bottom_list {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 767px) {
  .symptoms_section01_bottom_list {
    padding: 25px 15px;
  }
}

.symptoms_section01_bottom_list ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

@media screen and (max-width: 1023px) {
  .symptoms_section01_bottom_list ul {
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .symptoms_section01_bottom_list ul {
    gap: 15px;
  }
}

.symptoms_section01_bottom_list ul li {
  padding-left: 35px;
  position: relative;
  font-size: 25px;
  font-size: 1.5625rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

@media screen and (max-width: 1279px) {
  .symptoms_section01_bottom_list ul li {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 1023px) {
  .symptoms_section01_bottom_list ul li {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .symptoms_section01_bottom_list ul li {
    font-size: 18px;
    font-size: 1.125rem;
    padding-left: 28px;
  }
}

@media screen and (max-width: 560px) {
  .symptoms_section01_bottom_list ul li {
    font-size: 16px;
    font-size: 1rem;
  }
}

.symptoms_section01_bottom_list ul li::before {
  position: absolute;
  content: "";
  background: url(../img/icon/check-b.svg) center center/contain no-repeat;
  width: 17px;
  height: 12px;
  left: 0;
  top: 10px;
}

@media screen and (max-width: 1023px) {
  .symptoms_section01_bottom_list ul li::before {
    top: 8px;
  }
}

.symptoms_section01_bottom_list ul li .small {
  font-size: 65%;
}

/* symptoms_section02
================================*/
.symptoms_section02 {
  padding: 150px 0;
  background-color: #F5FAFF;
}

@media screen and (max-width: 1279px) {
  .symptoms_section02 {
    padding: 120px 0;
  }
}

@media screen and (max-width: 767px) {
  .symptoms_section02 {
    padding: 70px 0;
  }
}

.symptoms_section02_wrap {
  margin-top: 35px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 45px;
}

.symptoms_section02_item h3 {
  display: inline-block;
  background: #5E86A4;
  padding: 8px 20px;
  color: #fff;
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
  transform: translateY(50%);
}

@media screen and (max-width: 1279px) {
  .symptoms_section02_item h3 {
    font-size: 32px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 1023px) {
  .symptoms_section02_item h3 {
    font-size: 32px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .symptoms_section02_item h3 {
    padding: 8px 15px;
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 560px) {
  .symptoms_section02_item h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.symptoms_section02_item p {
  background-color: #fff;
  padding: 48px 45px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  width: 98%;
  margin-left: auto;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #174E78;
}

@media screen and (max-width: 1023px) {
  .symptoms_section02_item p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .symptoms_section02_item p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.875;
    padding: 50px 25px;
  }
}

/* symptoms_section03
================================*/
.symptoms_section03 {
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .symptoms_section03 {
    padding-bottom: 50px;
  }
}

.symptoms_section03_title {
  text-align: center;
  background-color: #174E78;
  padding: 60px 0;
  position: relative;
}

@media screen and (max-width: 1279px) {
  .symptoms_section03_title {
    padding: 50px 0;
  }
}

@media screen and (max-width: 1023px) {
  .symptoms_section03_title {
    padding: 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .symptoms_section03_title {
    padding: 30px 0;
  }
}

.symptoms_section03_title::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 70px solid transparent;
  border-left: 70px solid transparent;
  border-top: 50px solid #174e78;
  border-bottom: 0;
  bottom: -49px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .symptoms_section03_title::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
    border-top: 30px solid #174e78;
    border-bottom: 0;
    bottom: -29px;
  }
}

.symptoms_section03_title h2 {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "Noto Serif JP", serif;
  font-size: 60px;
  font-size: 3.75rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
}

@media screen and (max-width: 1279px) {
  .symptoms_section03_title h2 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

@media screen and (max-width: 1023px) {
  .symptoms_section03_title h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .symptoms_section03_title h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 560px) {
  .symptoms_section03_title h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.symptoms_section03_body {
  padding-top: 330px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .symptoms_section03_body {
    padding-top: 50px;
  }
}

.symptoms_section03_contents {
  position: relative;
  max-width: 1150px;
  margin: auto;
}

.symptoms_section03_contents h3 {
  display: inline-block;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "Noto Serif JP", serif;
  background-color: #CE666B;
  padding: 7px 15px;
  border-radius: 4px;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.2;
  color: #fff;
  margin-left: 10px;
}

@media screen and (max-width: 1023px) {
  .symptoms_section03_contents h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 767px) {
  .symptoms_section03_contents h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.symptoms_section03_body_img {
  position: absolute;
  right: 0;
  top: -288px;
  width: 300px;
}

@media screen and (max-width: 1023px) {
  .symptoms_section03_body_img {
    top: -290px;
  }
}

@media screen and (max-width: 767px) {
  .symptoms_section03_body_img {
    position: static;
    margin-left: auto;
    max-width: 130px;
  }
}

.symptoms_section03_body_img img {
  width: initial;
}

@media screen and (max-width: 767px) {
  .symptoms_section03_body_img img {
    max-width: 130px;
  }
}

.symptoms_section03_contents_inner {
  margin-top: 10px;
  border: 3px solid #5E86A4;
  border-radius: 10px;
  padding: 30px 70px;
}

@media screen and (max-width: 1023px) {
  .symptoms_section03_contents_inner {
    padding: 30px 40px;
  }
}

@media screen and (max-width: 767px) {
  .symptoms_section03_contents_inner {
    padding: 25px 20px;
  }
}

.symptoms_section03_contents_inner ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1023px) {
  .symptoms_section03_contents_inner ul {
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .symptoms_section03_contents_inner ul {
    gap: 15px;
    margin-bottom: 20px;
  }
}

.symptoms_section03_contents_inner ul li {
  padding-left: 40px;
  position: relative;
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

@media screen and (max-width: 1279px) {
  .symptoms_section03_contents_inner ul li {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 1023px) {
  .symptoms_section03_contents_inner ul li {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .symptoms_section03_contents_inner ul li {
    font-size: 18px;
    font-size: 1.125rem;
    padding-left: 30px;
  }
}

.symptoms_section03_contents_inner ul li::before {
  position: absolute;
  content: "";
  background: url(../img/icon/check-r.svg) center center/contain no-repeat;
  width: 26px;
  height: 18px;
  left: 0;
  top: 12px;
}

@media screen and (max-width: 1023px) {
  .symptoms_section03_contents_inner ul li::before {
    top: 6px;
    width: 20px;
    height: 15px;
  }
}

.symptoms_section03_contents_inner p {
  display: inline;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "Noto Serif JP", serif;
  text-shadow: 5px 5px 10px #fff;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  background: linear-gradient(transparent 0%, transparent 70%, #F3D145 70%, #F3D145 100%);
}

@media screen and (max-width: 1023px) {
  .symptoms_section03_contents_inner p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .symptoms_section03_contents_inner p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 560px) {
  .symptoms_section03_contents_inner p {
    font-size: 16px;
    font-size: 1rem;
  }
}

/* symptoms_section04
================================*/
.symptoms_section04 {
  padding-top: 100px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .symptoms_section04 {
    padding-top: 50px;
  }
}

.symptoms_section04 .section_title {
  position: relative;
  z-index: 3;
}

.symptoms_section04_bg {
  position: absolute;
  background-color: #F3F9FF;
  width: 54.4%;
  height: 80%;
  right: 0;
  bottom: 0;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .symptoms_section04_bg {
    width: 75%;
    height: 80%;
  }
}

.symptoms_section04_body {
  margin-top: 75px;
  padding-top: 50px;
  padding-bottom: 115px;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 1023px) {
  .symptoms_section04_body {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .symptoms_section04_body {
    margin-top: 50px;
    padding-top: 35px;
    padding-bottom: 60px;
  }
}

.symptoms_section04_body_title h3 {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "Noto Serif JP", serif;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
  color: #174E78;
}

@media screen and (max-width: 1279px) {
  .symptoms_section04_body_title h3 {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

@media screen and (max-width: 1023px) {
  .symptoms_section04_body_title h3 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 767px) {
  .symptoms_section04_body_title h3 {
    font-size: 32px;
    font-size: 2rem;
  }
}

.symptoms_section04_wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  margin-top: 50px;
}

@media screen and (max-width: 1023px) {
  .symptoms_section04_wrap {
    gap: 40px;
  }
}

@media screen and (max-width: 767px) {
  .symptoms_section04_wrap {
    gap: 25px;
  }
}

@media screen and (max-width: 560px) {
  .symptoms_section04_wrap {
    gap: 18px;
    margin-top: 30px;
  }
}

.symptoms_section04_item {
  padding: 45px 0;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 1023px) {
  .symptoms_section04_item {
    padding: 30px 0;
  }
}

@media screen and (max-width: 767px) {
  .symptoms_section04_item {
    padding: 25px 0;
  }
}

.symptoms_section04_item_inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 767px) {
  .symptoms_section04_item_inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.symptoms_section04_item_title h4 {
  font-size: 43px;
  font-size: 2.6875rem;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "Noto Serif JP", serif;
  color: #174E78;
  font-weight: 500;
  line-height: 1.2;
}

@media screen and (max-width: 1279px) {
  .symptoms_section04_item_title h4 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 1023px) {
  .symptoms_section04_item_title h4 {
    font-size: 32px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .symptoms_section04_item_title h4 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 560px) {
  .symptoms_section04_item_title h4 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.symptoms_section04_item_title h4 span {
  font-size: 25px;
  font-size: 1.5625rem;
}

@media screen and (max-width: 1279px) {
  .symptoms_section04_item_title h4 span {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 1023px) {
  .symptoms_section04_item_title h4 span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .symptoms_section04_item_title h4 span {
    font-size: 16px;
    font-size: 1rem;
  }
}

.symptoms_section04_item_text p {
  font-size: 23px;
  font-size: 1.4375rem;
  letter-spacing: 0.05em;
  line-height: 1.44;
}

@media screen and (max-width: 1023px) {
  .symptoms_section04_item_text p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .symptoms_section04_item_text p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 560px) {
  .symptoms_section04_item_text p {
    font-size: 16px;
    font-size: 1rem;
  }
}

/* symptoms_section05
================================*/
.symptoms_section05 {
  padding-top: 150px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .symptoms_section05 {
    padding-top: 80px;
  }
}

.symptoms_section05_body {
  padding: 120px 0;
  background: url(../img/symptoms/symptoms_section05_bg.png) center center/cover no-repeat;
}

@media screen and (max-width: 767px) {
  .symptoms_section05_body {
    padding: 80px 0;
  }
}

.symptoms_section05_wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 130px;
  margin-top: 50px;
}

@media screen and (max-width: 1023px) {
  .symptoms_section05_wrap {
    gap: 100px;
  }
}

@media screen and (max-width: 767px) {
  .symptoms_section05_wrap {
    gap: 70px;
  }
}

@media screen and (max-width: 560px) {
  .symptoms_section05_wrap {
    margin-top: 30px;
  }
}

.symptoms_section05_item {
  padding: 50px 0;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.16);
  position: relative;
}

@media screen and (max-width: 1023px) {
  .symptoms_section05_item {
    padding: 30px 0;
  }
}

@media screen and (max-width: 767px) {
  .symptoms_section05_item {
    padding: 25px 0;
  }
}

.symptoms_section05_item::after {
  position: absolute;
  content: "";
  background: url(../img/symptoms/arrow.svg) center center/contain no-repeat;
  width: 60px;
  height: 40px;
  left: 50%;
  bottom: -88px;
  transform: translateX(-50%);
}

@media screen and (max-width: 1023px) {
  .symptoms_section05_item::after {
    width: 50px;
    height: 35px;
    bottom: -70px;
  }
}

@media screen and (max-width: 767px) {
  .symptoms_section05_item::after {
    width: 40px;
    height: 30px;
    bottom: -52px;
  }
}

.symptoms_section05_item:last-child::after {
  content: none;
}

.symptoms_section05_item_inner {
  display: grid;
  grid-template-columns: 50% auto;
  gap: 80px;
}

@media screen and (max-width: 1279px) {
  .symptoms_section05_item_inner {
    gap: 60px;
  }
}

@media screen and (max-width: 1023px) {
  .symptoms_section05_item_inner {
    gap: 40px;
  }
}

@media screen and (max-width: 767px) {
  .symptoms_section05_item_inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .symptoms_section05_item_img {
    order: -1;
  }
}

@media screen and (max-width: 767px) {
  .symptoms_section05_item_contents {
    display: contents;
  }
}

.symptoms_section05_item_contents h3 {
  background-color: #5E86A4;
  padding: 17px 20px;
  color: #fff;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

@media screen and (max-width: 1279px) {
  .symptoms_section05_item_contents h3 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

@media screen and (max-width: 1023px) {
  .symptoms_section05_item_contents h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 767px) {
  .symptoms_section05_item_contents h3 {
    font-size: 20px;
    font-size: 1.25rem;
    order: -2;
  }
}

.symptoms_section05_item_contents p {
  margin-top: 50px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1279px) {
  .symptoms_section05_item_contents p {
    margin-top: 35px;
  }
}

@media screen and (max-width: 1023px) {
  .symptoms_section05_item_contents p {
    margin-top: 30px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .symptoms_section05_item_contents p {
    margin-top: 0;
    font-size: 16px;
    font-size: 1rem;
  }
}

/* symptoms_section06
================================*/
.symptoms_section06 {
  padding-top: 200px;
}

@media screen and (max-width: 767px) {
  .symptoms_section06 {
    padding-top: 100px;
  }
}

.symptoms_section06_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  margin-top: 100px;
}

@media screen and (max-width: 1279px) {
  .symptoms_section06_wrapper {
    gap: 50px;
  }
}

@media screen and (max-width: 1023px) {
  .symptoms_section06_wrapper {
    gap: 30px;
    margin-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .symptoms_section06_wrapper {
    margin-top: 50px;
    grid-template-columns: 1fr;
  }
}

.symptoms_section06_item {
  box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  border-radius: 10px;
}

.symptoms_section06_item_title {
  color: #174E78;
}

.symptoms_section06_item_title h3 {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "Noto Serif JP", serif;
  text-align: center;
  font-size: 46px;
  font-size: 2.875rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  font-weight: 500;
}

@media screen and (max-width: 1279px) {
  .symptoms_section06_item_title h3 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 1023px) {
  .symptoms_section06_item_title h3 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media screen and (max-width: 767px) {
  .symptoms_section06_item_title h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 560px) {
  .symptoms_section06_item_title h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.symptoms_section06_item_title p {
  min-height: 50px;
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 500;
}

@media screen and (max-width: 1023px) {
  .symptoms_section06_item_title p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .symptoms_section06_item_title p {
    margin-top: 20px;
    font-size: 16px;
    font-size: 1rem;
    text-align: left;
    min-height: initial;
  }
}

.symptoms_section06_item_img {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .symptoms_section06_item_img {
    margin-top: 20px;
  }
}

.symptoms_section06_item_list {
  margin-top: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #174E78;
}

.symptoms_section06_item_list ul {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .symptoms_section06_item_list ul {
    min-height: initial;
  }
}

.symptoms_section06_item_list ul li {
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 500;
  padding-left: 25px;
}

@media screen and (max-width: 1023px) {
  .symptoms_section06_item_list ul li {
    font-size: 16px;
    font-size: 1rem;
  }
}

.symptoms_section06_item_list ul li::before {
  position: absolute;
  content: "";
  background: url(../img/icon/check-b.svg) center center/contain no-repeat;
  width: 14px;
  height: 10px;
  left: 0;
  top: 5px;
}

.symptoms_section06_item_attend {
  margin: auto;
  max-width: 475px;
  margin-top: 15px;
}

.symptoms_section06_bottom {
  margin-top: 200px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.1);
  padding: 15px 0;
  padding-left: 70px;
  position: relative;
}

@media screen and (max-width: 1330px) {
  .symptoms_section06_bottom {
    margin-left: 60px;
  }
}

@media screen and (max-width: 1023px) {
  .symptoms_section06_bottom {
    margin-top: 130px;
    padding-left: 50px;
    margin-left: 45px;
  }
}

@media screen and (max-width: 767px) {
  .symptoms_section06_bottom {
    margin-top: 100px;
    padding: 30px 15px;
    margin-left: 10px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 560px) {
  .symptoms_section06_bottom {
    margin-top: 70px;
    padding-top: 45px;
  }
}

.symptoms_section06_bottom_matome {
  position: absolute;
  width: 150px;
  height: 150px;
  top: -75px;
  left: -75px;
}

@media screen and (max-width: 1023px) {
  .symptoms_section06_bottom_matome {
    width: 130px;
    height: 130px;
    top: -65px;
    left: -65px;
  }
}

@media screen and (max-width: 767px) {
  .symptoms_section06_bottom_matome {
    width: 100px;
    height: 100px;
    top: -50px;
    left: -35px;
  }
}

.symptoms_section06_bottom_body {
  display: grid;
  grid-template-columns: auto 250px;
  align-items: center;
  gap: 5px;
}

@media screen and (max-width: 767px) {
  .symptoms_section06_bottom_body {
    grid-template-columns: 1fr;
  }
}

.symptoms_section06_bottom_body p {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
}

@media screen and (max-width: 1279px) {
  .symptoms_section06_bottom_body p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .symptoms_section06_bottom_body p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8;
  }
}

@media screen and (max-width: 767px) {
  .symptoms_section06_bottom_body img {
    width: 120px;
    margin-left: auto;
  }
}

/*===============================================
# 404
=================================================*/
#content > .inner {
  display: block;
  padding-top: 40px;
  background: url(../img/common/bg03.png) center center/cover no-repeat;
}

.entry-404 {
  padding-bottom: 85px;
  text-align: center;
  margin-top: 160px;
}

.entry-404-head {
  color: #174E78;
  font-family: "Lato", sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 36px;
}

@media screen and (max-width: 767px) {
  .entry-404-head {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}

.entry-404-head span::after {
  content: " ";
}

.entry-404-lead {
  color: #808080;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .entry-404-lead {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.entry-404-lead .m_sp {
  display: none;
}

.entry-404-content {
  color: #808080;
}

.entry-404-btn {
  margin-top: 58px;
}

.entry-404-btn a {
  margin: auto;
}

.entry-404-btn .btn {
  background: #ebebeb;
  color: #8d8d8d;
}

.entry-404-btn .btn:hover {
  background: #ccc;
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */