@charset "UTF-8";
/* No CSS */ 
/*
Theme Name: katodentalclinic
Description: 
Theme URI: https://katodentalclinic-recruit.net/
Version: 1.0
License: katodentalclinic
License URI: https://katodentalclinic-recruit.net/
*/
/****************************************

リセットCSSここから

*****************************************/
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%; /*1em=10px */
  overflow-y: scroll; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

@media screen and (max-width: 767px) {
  /* section img{
  	width: auto;
  	height: auto;
  } */
}
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

a {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

img {
  vertical-align: top;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/****************************************

body設定(主に書式)

*****************************************/
body {
  font-family: "Noto Sans JP", sans-serif, Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #6e6e6e;
  line-height: 2;
  letter-spacing: 0.06em;
  width: 100%;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
/****************************************

ページ共通

***************************************s**/
#wrapper {
  float: none;
  min-height: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #wrapper {
    float: none;
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    background-size: contain;
  }
}
.inner {
  max-width: 1100px;
  margin: 0 auto;
}

.inner02 {
  max-width: 1140px;
  margin: 0 auto;
}

/****************************************

フォント指定

*****************************************/
li,
tt,
tr,
dt,
dd,
p,
time {
  font-size: clamp(1.4rem, 1.2vw, 1.6rem);
}

@media screen and (max-width: 767px) {
  li,
  tt,
  tr,
  dt,
  dd,
  p,
  time {
    font-size: 1.4rem;
  }
}
/****************************************

リンク指定

*****************************************/
a:link,
a:visited {
  font-weight: normal;
  color: #463c39;
  text-decoration: underline;
  transition: 0.2s linear;
}

a:hover,
a:active {
  font-weight: normal;
  opacity: 0.7;
  text-decoration: none;
  transition: 0.2s linear;
}

/****************************************

オンマウス時のアクション

*****************************************/
a:hover img.img_opacity {
  opacity: 0.75;
  filter: alpha(opacity=75);
  transition: 0.2s linear;
}

a:hover .img_opacity {
  opacity: 0.75;
  filter: alpha(opacity=75);
  transition: 0.2s linear;
}

a img.img_opacity {
  transition: 0.2s linear;
}

/****************************************

spヘッダー・spナビ

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

@media screen and (max-width: 1024px) {
  header #g_navi {
    display: none;
  }
  header {
    display: block;
    width: 100%;
  }
  .header_logo_area {
    width: 50%;
    margin: 20px auto;
  }
  #toggle {
    position: fixed;
    right: 30px;
    top: 20px;
    width: 50px;
    height: 45px;
    cursor: pointer;
    z-index: 9999;
    padding: 10px;
    background-color: #5ace9c;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    border-radius: 4px;
    transition: 0.35s ease-in-out;
  }
  #toggle span:first-child {
    top: 0;
  }
  #toggle span:nth-child(2) {
    top: 11px;
  }
  #toggle span:nth-child(3) {
    top: 22px;
  }
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span:first-of-type {
    transform: translateY(11px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    transform: translateY(-11px) rotate(315deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background: #5ace9c;
    z-index: 1000;
    transform: translateY(-100%);
    transition: 0.7s ease-in-out;
    display: block;
  }
  .open_navi #sp_navi {
    transform: translateY(0);
    transition: 0.7s ease-in-out;
  }
  .open_navi #wrapper {
    transform-origin: left center;
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu {
    padding-top: 80px;
    text-align: center;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border-bottom: #fff 1px solid;
    cursor: pointer;
    margin: 0 auto;
    font-size: 1.4rem;
    box-sizing: border-box;
  }
  #sp_navi .menu .menu-item a {
    color: #fff;
  }
  #sp_navi .menu .menu-item-home {
    border-top: #fff 1px solid;
  }
  #sp_navi .menu-item a {
    display: block;
    padding: 15px 0 14px;
  }
  #sp_navi .menu-item a:active,
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:link,
  #sp_navi .menu-item a:visited {
    color: #fff;
    text-decoration: none;
  }
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
    border-top: #5ace9c 1px solid;
    background-color: rgba(255, 255, 255, 0.9);
    color: #5ace9c;
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    color: #5ace9c !important;
  }
  #sp_navi .sub-menu li a:active,
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:link,
  #sp_navi .sub-menu li a:visited {
    color: #fff;
    text-decoration: none;
  }
  /*
      #sp_navi .sub-menu li a:hover {
          color: #333;
          background: none;
      }
  */
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children:before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: rotate(135deg);
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    pointer-events: none;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open:before {
    transform: rotate(-45deg);
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}
#sp_navi .sp_navi_tel {
  text-align: center;
  margin-top: 50px;
}
#sp_navi .sp_navi_tel a {
  display: inline-block;
  font-size: 3.2rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  position: relative;
  text-decoration: none;
  padding-left: 30px;
}
#sp_navi .sp_navi_tel a::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 26px;
  background: url(images/sp_tel.svg) no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 767px) {
  #toggle {
    right: 5px;
    top: 8px;
  }
} /*max-width:767px*/
/****************************************

pc用 横ナビ

*****************************************/
@media print, screen and (min-width: 1025px) {
  #sp_navi,
  #toggle {
    display: none;
  }
}
#g_navi .menu:after {
  clear: both;
}

#g_navi .menu li {
  position: relative;
}

#g_navi .menu li ul {
  list-style: none;
  position: absolute;
  z-index: 9999;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  padding-top: 10px;
}

#g_navi ul li img {
  width: 100%;
  height: auto;
}

#menu-pc_navi li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #333333;
  font-size: 1.5rem;
}

#menu-pc_navi li a:hover {
  opacity: 0.7;
}

#g_navi .menu li a:hover {
  opacity: 0.7;
}

#g_navi .menu li ul {
  list-style: none;
  position: absolute;
  z-index: 9999;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  flex-direction: column;
}

#g_navi .menu li ul li a {
  width: 220px;
  padding: 13px 10px;
  border-top: 1px solid #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  background: #5ace9c;
  color: #fff;
  text-align: center;
  opacity: 0.95;
  filter: alpha(opacity=95);
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}

#g_navi .menu li ul li a:hover {
  background: #fff;
  color: #5ace9c;
  transition: 0.2s linear;
}

#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.95;
}

#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

/****************************************

ティーザー

*****************************************/
/* TOPキービジュアル */
@media screen and (max-width: 767px) {
  .contactform p {
    display: none;
  }
}
/****************************************

content 共通設定

*****************************************/
#contents {
  width: 100%;
  margin: 0 auto;
}

main#top_main {
  width: 100%;
}

.breadcrumb_area {
  width: 100%;
}

.breadcrumb {
  max-width: 1340px;
  margin: 0 auto;
  padding: 20px;
}

.breadcrumb p {
  color: #6e6e6e;
  font-size: 1.2rem;
}

.breadcrumb p a:link,
.breadcrumb p a:visited {
  color: #6e6e6e;
  text-decoration: none;
}

.breadcrumb p a:hover,
.breadcrumb p a:active {
  opacity: 0.7;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 10px 20px;
  }
  .breadcrumb p {
    line-height: 1.2;
    font-size: 1rem;
  }
} /*max-width:767px*/
/* ===================================================
ボタン
=======================================================*/
.btn_box01 a {
  display: block;
  width: 260px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  line-height: 55px;
  background: #5ace9c;
  font-size: 1.6rem;
  position: relative;
  position: relative;
  border: 1px solid #5ace9c;
  margin: 30px 0 0 auto;
}
.btn_box01 a::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background: #fff;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: all 0.3s;
}
.btn_box01 a:hover {
  opacity: 1;
  color: #5ace9c;
  background: #fff;
}
.btn_box01 a:hover::after {
  background: #5ace9c;
}

@media screen and (max-width: 767px) {
  .btn_box01 a {
    margin: 20px auto 0;
  }
} /*max-width:767px*/
/****************************************

content下層用

*****************************************/
/* 全ページ共通　フレックスボックス*/
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex_r {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.txt480 {
  width: 480px;
}

.txt500 {
  width: 500px;
}

.txt510 {
  width: 510px;
}

.txt530 {
  width: 530px;
}

.txt560 {
  width: 560px;
}

.txt600 {
  width: 600px;
}

.txt640 {
  width: 640px;
}

@media screen and (max-width: 767px) {
  .flex,
  .flex_r,
  .flex_n,
  .flex_c {
    flex-direction: column;
  }
}
/*==============================================================
お問い合わせ
==================================================================*/
.contact_box {
  padding: 0 20px;
}
.contact_box .contact_txt {
  text-align: center;
  margin-bottom: 50px;
}
.contact_box .privacy {
  margin-bottom: 80px;
  background: #eee;
  padding: 30px 20px;
  text-align: center;
}
.contact_box .privacy .tit {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.contact_box .privacy .txt {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .contact_box .contact_txt {
    text-align: justify;
    margin-bottom: 30px;
  }
  .contact_box .privacy {
    margin-bottom: 50px;
    text-align: justify;
  }
  .contact_box .privacy .tit {
    font-size: 2rem;
  }
} /*max-width:767px*/
/*==============================================================
ブログページ
==================================================================*/
.blog_post {
  padding: 0 20px;
}

.blog_post_parts .blog_box {
  display: grid;
  grid-template-columns: 36.36% 58.18%;
  justify-content: space-between;
}
.blog_post_parts figure {
  overflow: hidden;
}
.blog_post_parts figure a {
  display: block;
  width: 100%;
}
.blog_post_parts figure a img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .blog_post_parts .blog_box {
    grid-template-columns: 100%;
  }
  .blog_post_parts figure {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
  }
} /*max-width:767px*/
.blog_post_parts h2 {
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .blog_post_parts h2 {
    font-size: 1.8rem;
  }
} /*max-width:767px*/
/* 投稿 */
/*==============================================================
blogページ
==================================================================*/
/* 投稿 */
.blog_post_parts {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .blog_post_parts {
    margin-bottom: 50px;
  }
} /*max-width:767px*/
/* 3列投稿 */
@media screen and (max-width: 767px) {
  .blog_post_parts figure {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .txt480,
  .txt500,
  .txt530,
  .txt510,
  .txt560,
  .txt600,
  .txt640 {
    width: 100%;
  }
}
/****************************************

single.php

*****************************************/
#single_box {
  padding: 0 20px;
}

.nav-below {
  font-size: 100%;
}
.nav-below a {
  text-decoration: none;
  color: #fff;
  display: block;
}

#single_box time {
  display: block;
  margin-bottom: 20px;
}

.another_article {
  display: flex;
  justify-content: center;
  gap: 0 20px;
  width: 400px;
  margin: 0 auto;
  background: #5ace9c;
}

@media screen and (max-width: 767px) {
  .another_article {
    display: flex;
    width: 100%;
    gap: 0 10px;
  }
} /*max-width:767px*/
.another_article p {
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  line-height: 60px;
}
.another_article p a {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .another_article .nav-below {
    width: 30%;
  }
  .another_article .nav-below P {
    width: 100%;
  }
  .another_article .nav-below P a {
    width: 100%;
  }
  .another_article p {
    padding: 0 2px;
    font-size: 1.2rem;
    line-height: 35px;
  }
} /*max-width:767px*/
.single_box_txt {
  font-size: 1.6rem;
  margin-bottom: 50px;
}
.single_box_txt img {
  margin: 20px 0;
  width: auto;
  max-width: 100%;
  height: auto;
}

#single_box figure {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .single_box_txt {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  h1.single_headline {
    margin-bottom: 30px;
  }
  #single_box img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
}
/****************************************

投稿　pager設定

*****************************************/
.pager {
  clear: both;
  text-align: center;
  padding: 20px 0;
}

a.page-numbers,
.pager .current {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
}

.pager .current {
  background: rgb(0, 0, 0);
  border: solid 1px rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

@media screen and (max-width: Fmediapx) {
  .pager {
    padding: 30px 0;
  }
}
/****************************************

sp_footer

*****************************************/
@media screen and (min-width: 768px) {
  .sp_bana {
    display: none;
  }
} /*min-width:768px*/
@media screen and (max-width: 767px) {
  #pc_footer {
    display: none;
  }
  .sp_bana {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 100;
  }
  .sp_bana li a {
    text-decoration: none;
    display: block;
    text-align: center;
    line-height: 64px;
    background: #5ace9c;
    font-weight: 500;
    color: #fff;
    font-size: clamp(1.5rem, 1.5vw, 2rem);
  }
  .sp_bana li a span {
    position: relative;
    padding-left: 30px;
  }
  .sp_bana li a span::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 16px;
    background: url(images/sp_mail.svg) no-repeat;
    background-size: contain;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .sp_bana li:first-child a {
    background: #1ba469;
  }
  .sp_bana li:first-child a span::after {
    position: absolute;
    content: "";
    width: 18px;
    height: 19px;
    background: url(images/sp_entry.svg) no-repeat;
    background-size: contain;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .sp_footer_content {
    margin: 30px 0;
    padding: 30px 10px 0;
    border-top: 1px dotted #999;
  }
  footer#sp_footer {
    border-top: none;
  }
}
/****************************************

pc_footer

*****************************************/
.to_top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  width: 70px;
}
.to_top a img {
  transition: all 0.5s;
}
.to_top a:hover img {
  transform: translateY(-10px);
}
.to_top a:hover {
  opacity: 1;
}

.footer_address {
  font-weight: normal;
}

address {
  font-style: normal;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .to_top {
    display: none !important;
  }
  .copy small {
    font-size: 1.1rem;
  }
}
/****************************************

共通div

*****************************************/
.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb150 {
  margin-bottom: 150px;
}

.pr10 {
  padding-right: 10px;
}

.mt20 {
  margin-top: 20px;
}

.pt20 {
  padding-top: 20px;
}

.fs01 {
  font-size: 1.3rem;
}

.fs02 {
  font-size: 1.8rem;
}

.fs03 {
  font-size: 1.5rem;
}

.fw_b {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .mb40 {
    margin-bottom: 30px;
  }
  .mb50 {
    margin-bottom: 40px;
  }
  .mb60,
  .mb70,
  .mb80,
  .mb90,
  .mb100 {
    margin-bottom: 50px;
  }
  .pt20 {
    padding-top: 0;
  }
}
/****************************************

テーブル

*****************************************/
/* 会社情報 */
.overview_table {
  width: 100%;
  border-collapse: collapse;
}

.overview_table th,
.overview_table td {
  border: 1px solid #ccc;
}

.overview_table th {
  width: 30%;
  padding: 30px 10px 30px 20px;
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
  text-align: left;
  vertical-align: middle;
  line-height: 2;
  font-weight: normal;
  background-color: #5ace9c;
  color: #fff;
}

.overview_table td {
  width: 70%;
  padding: 30px 10px 30px 20px;
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
  text-align: left;
  line-height: 2;
  vertical-align: text-top;
}

@media screen and (max-width: 767px) {
  .overview_table th,
  .overview_table td {
    padding-left: 5px !important;
  }
}
@media print, screen and (min-width: 768px) {
  #sp_footer {
    display: none;
  }
  #pc_footer {
    position: relative;
    width: 100%;
  }
  .pagetop {
    position: absolute;
    z-index: 4;
    right: calc(50% - 43px);
    bottom: 540px;
  }
}
@media screen and (max-width: 767px) {
  .overview_table {
    border-bottom: 1px solid #ccc;
  }
  .overview_table th {
    display: block;
    width: 100%;
    padding: 10px 5px;
    border-bottom: none;
    font-size: 1.4rem;
  }
  .overview_table td {
    display: block;
    width: 100%;
    padding: 10px 5px;
    border-bottom: none;
    font-size: 1.4rem;
  }
}
/****************************************

P

*****************************************/
/* 改行 */
.line_break {
  padding-top: 23px;
}

@media print, screen and (min-width: 768px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
/* 強調*/
.bold {
  font-weight: bold;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.red {
  color: #b80c06;
}

@media screen and (max-width: 767px) {
  .txt_center {
    text-align: left;
  }
}
.seireki input[type=text] {
  width: 130px;
  margin: 0 10px;
}

.month input[type=text] {
  width: 60px;
  margin: 0 10px;
}

.old {
  margin-left: 30px;
}
.old input[type=text] {
  width: 60px;
  margin: 0 10px;
}

@media screen and (max-width: 767px) {
  .wpcf7-form textarea {
    width: 100% !important;
    /*本文*/
  }
  .wpcf7-form input {
    max-width: 100% !important;
    /*ラジオボタン、チェックボタン*/
  }
  .wpcf7-submit {
    width: 100%;
  }
  .form_row {
    flex-direction: column;
    padding: 0 0 30px;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 10px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .seireki input[type=text] {
    width: 75px;
    margin: 0 5px;
  }
  .month input[type=text] {
    width: 45px;
    margin: 0 5px;
  }
  .old {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
  .old input[type=text] {
    width: 45px;
    margin: 0 10px;
  }
  .wpcf7-radio .wpcf7-list-item {
    margin-left: 0;
    display: block;
  }
  .ajax-loader {
    width: auto;
  }
}
/****************************************

clearfix

*****************************************/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack */
/****************************************

追加用

*****************************************/
.side_banner {
  position: fixed;
  top: 200px;
  right: 0;
  z-index: 100;
}

.side_banner li {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .side_banner {
    display: none !important;
  }
}
/****************************************

Contact Form7

*****************************************/
/* フォームカラー */
.wpcf7 {
  width: 100%;
}

/* 送信ボタン */
.wpcf7 .tc input[type=submit] {
  cursor: pointer;
  width: 410px;
  max-width: 100%;
  padding: 18px;
  box-shadow: none;
  border: 1px #5ace9c solid;
  border-radius: 8px;
  background-color: #5ace9c;
  color: #fff;
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.25s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-top: 30px;
}

.wpcf7 .tc input[type=submit]:disabled {
  cursor: not-allowed;
  box-shadow: none !important;
  border: 1px solid #f8f8f8 !important;
  background-color: #f8f8f8 !important;
  color: #929292 !important;
}
.wpcf7 .tc input[type=submit]:hover {
  box-shadow: 0 0 1px 1px rgba(90, 206, 156, 0.3);
  background-color: #fff;
  color: #5ace9c;
  transition: all 0.25s;
}
.wpcf7 .tc input[type=submit]:focus {
  outline: 0;
  border: 1px #5ace9c solid;
  box-shadow: 0 0 2px 2px rgba(90, 206, 156, 0.5);
}

/* テキストフィールド フォーカス時 */
.wpcf7 .form_input input[type=text]:focus,
.wpcf7 .form_input input[type=tel]:focus,
.wpcf7 .form_input input[type=email]:focus,
.wpcf7 .form_input input[type=url]:focus,
.wpcf7 .form_input input[type=date]:focus,
.wpcf7 .form_input input[type=number]:focus,
.wpcf7 .form_input_post input[type=text]:focus,
.wpcf7 .form_input textarea:focus,
.wpcf7 .form_input_post input[type=tel]:focus {
  outline: 0;
  border: 1px #6c5d2f solid;
  box-shadow: 0 0 1px 1px rgba(90, 206, 156, 0.3);
}

.wpcf7 .form_input select:focus {
  outline: 0;
  border: 1px #6c5d2f solid;
  box-shadow: 0 0 1px 1px rgba(90, 206, 156, 0.3);
}

.wpcf7-response-output {
  font-size: 1.3em;
}

@media screen and (max-width: 767px) {
  .wpcf7-form textarea {
    width: 100% !important;
    /*本文*/
  }
  .wpcf7-form input {
    max-width: 100% !important;
    /*ラジオボタン、チェックボタン*/
  }
  .wpcf7-submit {
    width: 100%;
  }
  .form_row {
    flex-direction: column;
    padding: 0 0 30px;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 10px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .seireki input[type=text] {
    width: 75px;
    margin: 0 5px;
  }
  .month input[type=text] {
    width: 45px;
    margin: 0 5px;
  }
  .old {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
  .old input[type=text] {
    width: 45px;
    margin: 0 10px;
  }
  .wpcf7-radio .wpcf7-list-item {
    margin-left: 0;
    display: block;
  }
  .ajax-loader {
    width: auto;
  }
}
/*max-width:767px*/
.tc {
  text-align: center;
  max-width: 360px;
  margin: 0 auto;
}

.tc input[type=submit] {
  cursor: pointer;
  width: 360px;
  max-width: 100%;
  padding: 18px;
  border: 1px solid #aaa;
  border-radius: 8px;
  background-color: #666;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  margin: 10px auto 0;
}

.wpcf7 .tc input[type=submit]:hover {
  background-color: #ffffff;
  transition: all 0.25s;
}

.wpcf7-response-output {
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .form_row .born {
    display: flex;
  }
} /*min-width:768px*/
.fadein {
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 0.8s;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein_l {
  opacity: 0;
  transform: translate(-200px, 0);
  transition: all 0.8s;
}

.fadein_r {
  opacity: 0;
  transform: translate(200px, 0);
  transition: all 0.8s;
}

.slide_in.scrollin,
.fadein_l.scrollin,
.fadein_r.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.details-summary {
  position: relative;
  display: block;
}
.details-summary:hover {
  cursor: pointer;
  opacity: 0.8;
}

/* 一部ブラウザで消えなかった場合は以下も追記 */
summary::-webkit-details-marker {
  display: none;
}

.details-summary::-webkit-details-marker {
  display: none;
}

.details {
  background: rgba(108, 154, 199, 0.1);
  box-shadow: 0 4px 1px #6c9ac7;
  margin-bottom: 35px;
  border-radius: 20px;
  padding: 0 35px;
}
.details:last-of-type {
  margin-bottom: 0;
}
.details .details-summary {
  padding: 35px 0 35px 70px;
  line-height: 1.2;
  font-size: 2rem;
  position: relative;
  font-family: "Noto Serif JP", serif;
  transition: all 0.3s;
  font-weight: bold;
}
.details .details-summary:hover {
  cursor: pointer;
}
.details .details-summary::after {
  position: absolute;
  content: "Q";
  width: 50px;
  height: 40px;
  padding: 8px 0 2px;
  text-align: center;
  background: #5ace9c;
  border-radius: 50%;
  font-weight: normal;
  font-size: 2.6rem;
  color: #fff;
  left: 0;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  top: 20px;
}
.details .details-content {
  padding: 10px 0 35px 70px;
  position: relative;
}
.details .details-content::after {
  position: absolute;
  content: "A";
  width: 47px;
  height: 40px;
  padding: 10px 0 0 3px;
  text-align: center;
  background: #346494;
  line-height: 1;
  border-radius: 50%;
  font-size: 2.6rem;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-weight: normal;
  left: 0;
  top: 0;
}
.details .details-content p {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .details {
    margin-bottom: 25px;
    border-radius: 15px;
    padding: 0 15px;
  }
  .details .details-summary {
    padding: 15px 0 15px 40px;
    font-size: 1.8rem;
  }
  .details .details-summary::after {
    width: 30px;
    height: 20px;
    padding: 5px 0 5px;
    font-size: 1.6rem;
    top: 12px;
  }
  .details .details-content {
    padding: 5px 0 15px 40px;
  }
  .details .details-content::after {
    width: 30px;
    height: 20px;
    padding: 5px 0 5px 0;
    font-size: 1.8rem;
    top: 5px;
  }
  .details .details-content p {
    font-size: 1.4rem;
  }
} /*max-width:767px*/
@media screen and (min-width: 768px) {
  .pc_none {
    display: none;
  }
} /*min-width:768px*/
@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
} /*max-width:767px*/
.grecaptcha-badge {
  visibility: hidden;
}

.swiper-wrapper {
  transition-timing-function: linear !important;
}

/* 画像のサイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

pre {
  white-space: pre-wrap; /* テキストの自動改行を有効にする */
  word-wrap: break-word; /* 長い単語を自動で折り返す */
  overflow: auto; /* はみ出た場合にスクロールバーを表示する */
}

p {
  word-break: break-all;
}

/* ==================================================
   かとう歯科クリニック 採用サイト TOPページ
================================================== */
/* ヘッダー */
body {
  color: #6e6e6e;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
  transition: box-shadow 0.3s;
  padding: 20px 2%;
}
header.active {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}
header .header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header_inner .header_logo {
  width: 408px;
}
header .header_inner .header_logo a {
  display: block;
}
header .header_inner .header_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1223px;
}
header .header_inner .header_content #g_navi {
  width: 790px;
}
header .header_inner .header_content #g_navi ul {
  display: flex;
  justify-content: space-between;
}
header .header_inner .header_content #g_navi ul li a {
  position: relative;
  text-decoration: none;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  color: #333;
}
header .header_inner .header_content #g_navi ul li a::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 7px;
  background: url(images/nav_icon.svg) no-repeat;
  background-size: contain;
  right: -13px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
header .header_inner .header_content #g_navi ul li:last-child a::after {
  content: none;
}
header .header_inner .header_content #g_navi ul li ul {
  left: 50%;
  transform: translateX(-50%);
}
header .header_inner .header_content #g_navi ul li ul li a::after {
  content: none;
}
header .header_inner .header_content #g_navi ul li ul li a {
  color: #fff;
}
header .header_inner .header_content #g_navi ul li ul li a:hover {
  color: #5ace9c;
}
header .header_inner .header_content .header_right {
  width: 410px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 10px;
}
header .header_inner .header_content .header_right li a {
  display: block;
  width: 200px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 60px;
  background: #5ace9c;
  padding-right: 20px;
  letter-spacing: 0.1em;
  border-radius: 100px;
  font-size: 1.6rem;
  position: relative;
}
header .header_inner .header_content .header_right li a span {
  position: absolute;
  width: 10px;
  height: 10px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
}
header .header_inner .header_content .header_right li:nth-child(2) a {
  background: #fff;
  border: 1px solid #5ace9c;
  color: #5ace9c;
}

@media screen and (max-width: 1720px) {
  header {
    zoom: 0.9;
  }
} /*max-width:1620px*/
@media screen and (max-width: 1540px) {
  header {
    zoom: 0.8;
  }
} /*max-width:1440px*/
@media screen and (max-width: 1400px) {
  header {
    zoom: 0.7;
  }
} /*max-width:1300px*/
@media screen and (max-width: 1250px) {
  header {
    zoom: 0.6;
  }
} /*max-width:1150px*/
@media screen and (max-width: 1124px) {
  header {
    zoom: 1;
    padding: 10px 2%;
  }
  header .header_inner .header_logo {
    width: 300px;
  }
  header .header_inner .header_content {
    display: none;
  }
} /*max-width:970px*/
@media screen and (max-width: 767px) {
  header {
    zoom: 1;
    padding: 12px 10px;
  }
  header .header_inner .header_logo {
    width: 230px;
  }
  header .header_inner .header_content {
    display: none;
  }
} /*max-width:767px*/
/* ========================================
   MV（メインビジュアル）
======================================== */
.green {
  color: #5ace9c;
}

main {
  padding-top: 116px;
  overflow: hidden;
}

@media screen and (max-width: 1720px) {
  main {
    padding-top: 106px;
  }
} /*max-width:1620px*/
@media screen and (max-width: 1540px) {
  main {
    padding-top: 94px;
  }
} /*max-width:1440px*/
@media screen and (max-width: 1400px) {
  main {
    padding-top: 82px;
  }
} /*max-width:1300px*/
@media screen and (max-width: 1250px) {
  main {
    padding-top: 71px;
  }
} /*max-width:1150px*/
@media screen and (max-width: 1124px) {
  main {
    padding-top: 80px;
  }
} /*max-width:1150px*/
@media screen and (max-width: 767px) {
  main {
    padding-top: 70px;
  }
} /*max-width:1150px*/
.mv {
  padding: 0 2%;
  display: grid;
  grid-template-columns: 46% 50%;
  justify-content: space-between;
  margin-bottom: 200px;
}
.mv .mv_content {
  position: relative;
}
.mv .mv_content .pic_list li {
  position: absolute;
  top: 0;
  left: 0;
}
.mv .mv_content .mv_txt {
  position: absolute;
  bottom: 2%;
  left: 0;
  padding-left: 4%;
}
.mv .mv_content .mv_txt .txt01 {
  font-size: clamp(1.4rem, 1.6vw, 2.7rem);
  letter-spacing: 0.3rem;
  line-height: 1.5;
  margin-bottom: 1em;
}
.mv .mv_content .mv_txt .txt02 {
  line-height: 1.3;
  letter-spacing: 0.35em;
  font-size: clamp(3rem, 5.2vw, 10rem);
  color: #5ace9c;
}
.mv .mv_pic_area {
  position: relative;
  margin-top: 60px;
}
.mv .mv_pic_area .mv_pic img {
  border-radius: 20px;
}
.mv .mv_pic_area .topic_list {
  position: absolute;
  top: 30px;
  right: 30px;
  display: flex;
  align-items: flex-start;
  gap: 0 10px;
}
.mv .mv_pic_area .topic_list li {
  background: #fff;
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding: 0.6em 0.4em;
  line-height: 1;
  letter-spacing: 0.15em;
  writing-mode: vertical-rl;
  font-size: clamp(2rem, 3vw, 5rem);
  white-space: nowrap;
}
.mv .mv_pic_area .topic_list li .rl {
  writing-mode: horizontal-tb;
  letter-spacing: -0.03em;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.mv .mv_pic_area .topic_list li:first-child {
  padding: 0.6em 0.2em;
}
.mv .mv_pic_area .mv_banner {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 38%;
  min-width: 200px;
}
@media screen and (max-width: 767px) {
  .mv {
    grid-template-columns: 1fr;
    padding: 0;
    margin-bottom: 60px;
  }
  .mv .mv_content {
    order: 2;
    display: flex;
    flex-direction: column;
  }
  .mv .mv_content .pic_list {
    width: 90%;
    order: 2;
    margin-left: auto;
  }
  .mv .mv_content .mv_txt {
    order: 1;
    padding: 30px 5% 10px;
    position: static;
  }
  .mv .mv_content .mv_txt .txt01 {
    font-size: clamp(1.2rem, 3.5vw, 1.8rem);
    letter-spacing: 0.15rem;
    margin-bottom: 0.5em;
  }
  .mv .mv_content .mv_txt .txt02 {
    font-size: clamp(3rem, 10vw, 5.5rem);
  }
  .mv .mv_pic_area {
    margin-top: 0;
    order: 1;
  }
  .mv .mv_pic_area .mv_pic img {
    border-radius: 12px;
  }
  .mv .mv_pic_area .topic_list {
    top: 14px;
    right: 14px;
    gap: 0 6px;
  }
  .mv .mv_pic_area .topic_list li {
    font-size: clamp(2rem, 8vw, 4rem);
    padding: 0.5em 0.3em;
    border-radius: 8px;
  }
  .mv .mv_pic_area .topic_list li:first-child {
    padding: 0.5em 0.12em;
  }
  .mv .mv_pic_area .mv_banner {
    bottom: 16px;
    right: 16px;
    width: 60%;
    min-width: 160px;
  }
}
.mv {
  /*max-width:767px*/
}

/* ========================================
   共通見出し
======================================== */
.sec_head {
  margin-bottom: 40px;
}
.sec_head .sec_en {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(3.2rem, 4vw, 4.5rem);
  font-weight: 600;
  color: #5ace9c;
  line-height: 1;
  letter-spacing: 0.175em;
}
.sec_head .sec_label {
  display: block;
  font-size: clamp(1.4rem, 1.5vw, 1.8rem);
  color: #6e6e6e;
  letter-spacing: 0.175em;
  margin: 12px 0 30px;
}
.sec_head .sec_ja {
  display: block;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  font-size: clamp(2.8rem, 3.5vw, 5rem);
  font-weight: 400;
  color: #6e6e6e;
  line-height: 1.35;
  letter-spacing: 0.15em;
}
.sec_head .sec_ja em {
  background: #5ace9c;
  color: #fff;
  padding: 0 6px;
  border-radius: 5px;
  line-height: 1.2;
  display: inline-block;
  font-style: normal;
}
.sec_head .sec_en_muted {
  color: rgba(255, 255, 255, 0.3);
}
.sec_head .sec_ja_white {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec_head {
    margin-bottom: 28px;
  }
  .sec_head .sec_en {
    font-size: clamp(2.6rem, 8vw, 3.4rem);
  }
  .sec_head .sec_label {
    font-size: 1.3rem;
    margin: 8px 0 18px;
  }
  .sec_head .sec_ja {
    font-size: clamp(2rem, 6vw, 3rem);
  }
}
.sec_head {
  /*max-width:767px*/
}

.sec_head_center {
  text-align: center;
}

/* ========================================
   共通ボタン
======================================== */
.btn a {
  display: block;
  width: 320px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  line-height: 70px;
  background: #5ace9c;
  border-radius: 100px;
  font-size: 1.6rem;
  position: relative;
}
.btn a::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: url(images/btn_icon01.svg) no-repeat;
  background-size: contain;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  .btn a {
    width: 100%;
    font-size: 1.5rem;
    line-height: 60px;
  }
}
.btn {
  /*max-width:767px*/
}

.btn.w_big a {
  margin: 60px auto 0;
  width: 460px;
  line-height: 80px;
  font-size: 2rem;
}
.btn.w_big a::after {
  right: 30px;
}

@media screen and (max-width: 767px) {
  .btn.w_big a {
    margin: 30px auto 0;
    width: 100%;
    font-size: 1.4rem;
    line-height: 60px;
  }
  .btn.w_big a::after {
    right: 20px;
  }
} /*max-width:767px*/
/* ========================================
   top_box01 Greeting（院長挨拶）
======================================== */
.top_box01 {
  position: relative;
  padding-right: 50px;
  margin-bottom: 150px;
}
.top_box01::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  border-radius: 10px 0 0 10px;
  background: #5ace9c;
  pointer-events: none;
}
.top_box01 .top_box01_inner .wrap {
  max-width: 1600px;
  display: grid;
  grid-template-columns: 56.25% 33.13%;
  justify-content: space-between;
  align-items: center;
}
.top_box01 .top_box01_pic img {
  height: 900px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 30px 0 0;
}
.top_box01 .top_box01_pic .top_box01_name {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  padding: 10px 25px;
  display: flex;
  align-items: center;
  gap: 0 15px;
  letter-spacing: 0.2em;
}
.top_box01 .top_box01_pic .top_box01_name .name_role {
  font-size: clamp(1.6rem, 2vw, 2.4rem);
}
.top_box01 .top_box01_pic .top_box01_name .name_text {
  font-size: clamp(1.6rem, 2vw, 2.4rem);
}
.top_box01 .top_box01_txt .sec_head .sec_ja {
  font-size: clamp(2rem, 2.8vw, 5rem);
}
.top_box01 .top_box01_txt p {
  color: #6e6e6e;
  font-size: clamp(1.2rem, 1.4vw, 1.6rem);
}
@media screen and (max-width: 900px) {
  .top_box01 {
    padding: 0;
    padding-right: 0;
    margin-bottom: 100px;
  }
  .top_box01::after {
    display: none;
  }
  .top_box01 .top_box01_inner .wrap {
    grid-template-columns: 100%;
  }
  .top_box01 .top_box01_pic img {
    height: clamp(300px, 100vw, 700px);
  }
  .top_box01 .top_box01_txt {
    padding: 30px 20px 0;
  }
}
.top_box01 {
  /*max-width:767px*/
}
@media screen and (max-width: 767px) {
  .top_box01 {
    padding: 0;
    padding-right: 0;
    margin-bottom: 60px;
  }
  .top_box01::after {
    display: none;
  }
  .top_box01 .top_box01_inner .wrap {
    grid-template-columns: 100%;
  }
  .top_box01 .top_box01_pic img {
    height: clamp(300px, 80vw, 500px);
    width: 100%;
  }
  .top_box01 .top_box01_pic .top_box01_name {
    padding: 8px 16px;
    gap: 0 10px;
  }
  .top_box01 .top_box01_pic .top_box01_name .name_role,
  .top_box01 .top_box01_pic .top_box01_name .name_text {
    font-size: 1.5rem;
  }
  .top_box01 .top_box01_txt {
    padding: 30px 20px 0;
  }
  .top_box01 .top_box01_txt .sec_head .sec_ja {
    font-size: clamp(2rem, 6vw, 3rem);
  }
  .top_box01 .top_box01_txt p {
    font-size: 1.4rem;
  }
}
.top_box01 {
  /*max-width:767px*/
}

/* ========================================
   top_box01 新卒衛生士のあなたへ
======================================== */
.top_box02 a {
  text-decoration: none;
  display: block;
  width: 94.79%;
  margin-left: auto;
  display: grid;
  grid-template-columns: 34% 66%;
  align-items: center;
  background: #5ace9c;
  position: relative;
  border-radius: 30px 0 0 0;
}
.top_box02 a .top_box02_deco {
  position: absolute;
  width: 10%;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.top_box02 a .top_box02_left {
  padding-left: 20%;
  color: #fff;
}
.top_box02 a .top_box02_left .top_box02_ttl {
  font-size: clamp(3rem, 4vw, 6rem);
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 40px;
}
.top_box02 a .top_box02_left .top_box02_row {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 6%;
  padding-right: 20px;
}
.top_box02 a .top_box02_left .top_box02_row .top_box02_desc {
  letter-spacing: 0.1em;
  font-size: clamp(1rem, 1vw, 2rem);
}
.top_box02 a .top_box02_left .top_box02_row img {
  width: 70px;
}
.top_box02 a .top_box02_right {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.top_box02 a .top_box02_right .top_box02_photo img {
  min-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .top_box02 a {
    width: 100%;
    grid-template-columns: 1fr;
  }
  .top_box02 a .top_box02_deco {
    width: 70px;
  }
  .top_box02 a .top_box02_left {
    padding: 40px 20px 30px;
  }
  .top_box02 a .top_box02_left .top_box02_ttl {
    font-size: clamp(3rem, 10vw, 4.8rem);
    margin-bottom: 20px;
  }
  .top_box02 a .top_box02_left .top_box02_row .top_box02_desc {
    font-size: 1.4rem;
  }
  .top_box02 a .top_box02_left .top_box02_row img {
    width: 46px;
  }
  .top_box02 a .top_box02_right {
    grid-template-columns: repeat(3, 1fr);
  }
  .top_box02 a .top_box02_right .top_box02_photo img {
    min-height: auto;
    height: clamp(140px, 35vw, 240px);
  }
}
.top_box02 {
  /*max-width:767px*/
}

/* ========================================
   top_box03 About（当院のこと）
======================================== */
.top_box03 {
  padding: 150px 20px;
}
.top_box03 .top_box03_head {
  max-width: 1300px;
  margin: 0 auto;
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: 55% 45%;
  align-items: center;
  justify-content: space-between;
}
.top_box03 .top_box03_head .sec_head {
  text-align: left;
  margin-bottom: 0;
}
.top_box03 .top_box03_head .sec_head .sec_ja {
  font-size: clamp(2.6rem, 3vw, 4rem);
}
.top_box03 .top_box03_head > p {
  color: #6e6e6e;
  line-height: 2;
}
.top_box03 .about_cards {
  max-width: 1660px;
  display: grid;
  margin: 0 auto;
  gap: 0 1%;
  grid-template-columns: repeat(4, 1fr);
}
.top_box03 .about_cards .about_card {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 900px) {
  .top_box03 .about_cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.top_box03 {
  /*max-width:900px*/
}
@media screen and (max-width: 767px) {
  .top_box03 {
    padding: 60px 20px;
  }
  .top_box03 .about_cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    width: 80%;
    margin: 0 auto;
  }
  .top_box03 .top_box03_head {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }
  .top_box03 .top_box03_head > p {
    font-size: 1.4rem;
    margin-top: 16px;
  }
}
.top_box03 {
  /*max-width:767px*/
}

/* ========================================
   top_box04 Doctor（院長紹介）
======================================== */
.top_box04 {
  position: relative;
  padding-right: 7%;
  margin-bottom: 150px;
}
.top_box04 .top_box04_inner {
  position: relative;
}
.top_box04 .top_box04_inner .wrap {
  display: grid;
  grid-template-columns: 48% 46%;
  justify-content: space-between;
  align-items: flex-end;
}
.top_box04 .top_box04_inner .wrap .top_box04_pic img {
  height: 920px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
}
.top_box04 .top_box04_inner .doctor_goal {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: row-reverse;
  z-index: 10;
}
.top_box04 .top_box04_inner .doctor_goal p {
  writing-mode: vertical-rl;
  font-size: clamp(2.2rem, 3vw, 6rem);
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.top_box04 .top_box04_pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.top_box04 .top_box04_txt {
  padding-right: 25%;
}
.top_box04 .top_box04_txt .sec_head .sec_ja {
  font-size: clamp(2.6rem, 3vw, 4rem);
}
.top_box04 .top_box04_txt > p {
  color: #6e6e6e;
  line-height: 2;
  margin-bottom: 16px;
}
.top_box04 .top_box04_txt .doctor_name {
  text-align: right;
  padding-top: 20px;
  margin-bottom: 30px;
  letter-spacing: 0.12em;
}
.top_box04 .top_box04_txt .doc_links li {
  border-bottom: 3px solid #d9d9d9;
  position: relative;
}
.top_box04 .top_box04_txt .doc_links li:first-child {
  margin-bottom: 10px;
}
.top_box04 .top_box04_txt .doc_links li::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 3px;
  background: #5ace9c;
  left: 0;
  bottom: -3px;
}
.top_box04 .top_box04_txt .doc_links li a {
  display: grid;
  grid-template-columns: 80px auto;
  align-items: center;
  padding: 10px 60px 10px 0;
  text-decoration: none;
  transition: opacity 0.25s;
  position: relative;
}
.top_box04 .top_box04_txt .doc_links li a:hover {
  opacity: 0.75;
}
.top_box04 .top_box04_txt .doc_links li .link_icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_box04 .top_box04_txt .doc_links li .link_icon img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.top_box04 .top_box04_txt .doc_links li .link_body {
  flex: 1;
  padding-bottom: 5px;
}
.top_box04 .top_box04_txt .doc_links li .link_body em {
  display: block;
  font-style: normal;
  font-size: clamp(1.4rem, 1.8vw, 2.6rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #6e6e6e;
  padding: 0;
}
.top_box04 .top_box04_txt .doc_links li .link_body span {
  display: block;
  font-size: clamp(1rem, 1vw, 1.4rem);
  color: #999999;
  line-height: 1.5;
}
.top_box04 .top_box04_txt .doc_links li .link_arrow {
  position: absolute;
  width: 55px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media screen and (max-width: 1000px) {
  .top_box04 .top_box04_inner .wrap {
    grid-template-columns: 1fr;
  }
  .top_box04 .top_box04_inner .wrap .top_box04_pic img {
    height: auto;
  }
  .top_box04 .top_box04_txt {
    padding: 30px 20px 0;
    padding-right: 20px;
  }
}
.top_box04 {
  /*max-width:1080px*/
}
@media screen and (max-width: 767px) {
  .top_box04 {
    padding-right: 0;
    margin-bottom: 60px;
  }
  .top_box04 .top_box04_inner .doctor_goal p {
    font-size: clamp(2.2rem, 7vw, 3.6rem);
  }
  .top_box04 .top_box04_inner .doctor_goal {
    right: 20px;
  }
  .top_box04 .top_box04_txt > p {
    font-size: 1.4rem;
  }
  .top_box04 .top_box04_txt .doctor_name {
    font-size: 1.4rem;
  }
  .top_box04 .top_box04_txt .doc_links li::after {
    width: 60px;
  }
  .top_box04 .top_box04_txt .doc_links li a {
    grid-template-columns: 60px auto;
    padding-right: 50px;
  }
  .top_box04 .top_box04_txt .doc_links li .env_link_body em {
    font-size: clamp(1.6rem, 5vw, 2rem);
  }
  .top_box04 .top_box04_txt .doc_links li .env_link_body span {
    font-size: 1.2rem;
  }
  .top_box04 .top_box04_txt .doc_links li .link_arrow {
    width: 44px;
  }
}
.top_box04 {
  /*max-width:767px*/
}

/* ========================================
   top_box05 Staff（スタッフ座談会）
======================================== */
.bottom_box_loop_box {
  position: absolute;
  width: 100%;
  overflow: hidden;
  left: 0;
  bottom: 5%;
  z-index: 10;
}
.bottom_box_loop_box .loop__track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: marquee 20s linear infinite;
}
.bottom_box_loop_box .loop__item {
  flex: 0 0 auto;
  white-space: nowrap;
  padding-right: 60px;
}
.bottom_box_loop_box .loop__item img {
  width: 80vw;
  height: auto;
}
@media screen and (max-width: 767px) {
  .bottom_box_loop_box .loop__item img {
    width: 120vw;
  }
}
.bottom_box_loop_box {
  /*max-width:767px*/
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.top_box05 {
  position: relative;
  margin-bottom: 150px;
}
.top_box05 .top_box05_inner {
  position: relative;
  z-index: 1;
}
.top_box05 .top_box05_inner .wrap {
  display: grid;
  grid-template-columns: 25% 42% 33%;
  align-items: center;
  min-height: clamp(480px, 50vw, 720px);
}
.top_box05 .top_box05_inner .wrap .top_box05_pic {
  position: relative;
}
.top_box05 .top_box05_inner .wrap .top_box05_pic::after {
  position: absolute;
  content: "";
  width: 28%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  background: #def5eb;
  border-radius: 20px;
  left: -22%;
  top: 70%;
  transform: translateY(-50%);
  z-index: -1;
}
.top_box05 .top_box05_txt {
  padding: 0 clamp(24px, 3vw, 50px) clamp(50px, 10vw, 150px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.top_box05 .top_box05_txt .sec_head {
  text-align: center;
  margin-bottom: 60px;
}
.top_box05 .top_box05_txt .sec_head .sec_ja {
  font-size: clamp(2.6rem, 3vw, 4.6rem);
}
.top_box05 .top_box05_txt p {
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
  line-height: 2;
  margin-bottom: 50px;
  text-align: center;
}
.top_box05 .top_box05_pic {
  margin-bottom: 20%;
}
@media screen and (max-width: 1140px) {
  .top_box05 {
    margin-bottom: 80px;
  }
  .top_box05 .top_box05_txt .sec_head {
    margin-bottom: 40px;
  }
  .top_box05 .top_box05_inner .wrap {
    grid-template-columns: 1fr 1fr;
    min-height: auto;
  }
  .top_box05 .top_box05_txt {
    order: 1;
    grid-column: 1/-1;
    padding: 40px 20px 30px;
  }
  .top_box05 .top_box05_txt p {
    font-size: 1.4rem;
    margin-bottom: 28px;
  }
  .top_box05 .top_box05_txt .btn {
    width: 100%;
  }
  .top_box05 .top_box05_txt .btn a {
    margin: 0 auto;
  }
  .top_box05 .top_box05_photo_l {
    order: 2;
    margin-right: 30px;
  }
  .top_box05 .top_box05_photo_l img {
    width: 100%;
    height: auto;
    display: block;
  }
  .top_box05 .top_box05_pic {
    order: 3;
    margin-bottom: 0;
    z-index: -1;
  }
  .top_box05 .top_box05_pic::after {
    border-radius: 8px;
  }
  .top_box05 .top_box05_pic img {
    width: 100%;
    height: auto;
    display: block;
  }
}
.top_box05 {
  /*max-width:767px*/
}

/* ========================================
   top_box07 Environment（働く環境）
======================================== */
.top_box07 {
  margin-bottom: 150px;
}
.top_box07 .env_head {
  position: relative;
  background: url(images/top_img08.jpg) center/cover no-repeat;
  height: clamp(260px, 26.3vw, 500px);
  z-index: 1;
  width: 94.79%;
  border-radius: 30px 0 0 0;
  margin-left: auto;
}
.top_box07 .top_box07_wrap {
  padding: 0 8%;
}
.top_box07 .top_box07_inner {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.top_box07 .top_box07_inner .subhead02 {
  margin-top: -15em;
}
.top_box07 .top_box07_inner .subhead02 .en {
  font-size: clamp(8rem, 12vw, 12rem);
}
.top_box07 .env_desc {
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
  margin-bottom: 60px;
}
.top_box07 .env_links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 2%;
}
.top_box07 .env_links li {
  border-bottom: 3px solid #d9d9d9;
  position: relative;
}
.top_box07 .env_links li::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 3px;
  background: #5ace9c;
  left: 0;
  bottom: -3px;
}
.top_box07 .env_links li a {
  display: grid;
  grid-template-columns: 80px auto;
  align-items: center;
  padding: 10px 0;
  text-decoration: none;
  transition: opacity 0.25s;
  position: relative;
}
.top_box07 .env_links li a:hover {
  opacity: 0.75;
}
.top_box07 .env_links li .env_icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_box07 .env_links li .env_icon img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.top_box07 .env_links li .env_link_body {
  flex: 1;
  padding-right: 60px;
  padding-bottom: 5px;
}
.top_box07 .env_links li .env_link_body em {
  display: block;
  font-style: normal;
  font-size: clamp(1.6rem, 2vw, 2.6rem);
  font-weight: 600;
  letter-spacing: 0.15em;
  color: #6e6e6e;
  padding: 0;
}
.top_box07 .env_links li .env_link_body span {
  display: block;
  font-size: clamp(1rem, 1vw, 1.4rem);
  color: #999999;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.top_box07 .env_links li .env_arrow {
  position: absolute;
  width: 55px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media screen and (max-width: 767px) {
  .top_box07 {
    margin-bottom: 60px;
  }
  .top_box07 .env_head {
    width: 100%;
    border-radius: 0;
    height: clamp(160px, 40vw, 260px);
  }
  .top_box07 .top_box07_wrap {
    padding: 0 20px;
  }
  .top_box07 .top_box07_inner .subhead02 {
    margin-top: -8em;
  }
  .top_box07 .top_box07_inner .subhead02 .en {
    font-size: clamp(4rem, 12vw, 7rem);
  }
  .top_box07 .env_desc {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  .top_box07 .env_links {
    grid-template-columns: 1fr;
  }
  .top_box07 .env_links li::after {
    width: 60px;
  }
  .top_box07 .env_links li a {
    grid-template-columns: 60px auto;
    padding-right: 50px;
  }
  .top_box07 .env_links li .env_link_body {
    padding-right: 0;
  }
  .top_box07 .env_links .env_link_body em {
    font-size: clamp(1.6rem, 5vw, 2rem);
  }
  .top_box07 .env_links .env_link_body span {
    font-size: 1.2rem;
  }
  .top_box07 .env_links li .env_arrow {
    width: 44px;
  }
}
.top_box07 {
  /*max-width:767px*/
}

/* ========================================
   top_box08 Apply（マッチング・見学）
======================================== */
.top_box08 {
  padding: 0 5%;
  margin-bottom: 200px;
}
.top_box08 .top_box08_inner {
  max-width: 1500px;
  margin: 0 auto;
}
.top_box08 .top_box08_head {
  margin-bottom: 80px;
}
.top_box08 .apply_cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 4%;
}
.top_box08 .apply_cards .apply_card a {
  display: block;
  text-decoration: none;
  position: relative;
}
.top_box08 .apply_cards .apply_card .apply_card_img {
  margin: 0;
  overflow: hidden;
}
.top_box08 .apply_cards .apply_card .apply_card_img img {
  width: 100%;
  height: clamp(260px, 32vw, 480px);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  display: block;
}
.top_box08 .apply_cards .apply_card .apply_en {
  position: absolute;
  top: -0.5em;
  right: -30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: clamp(3.2rem, 4vw, 6rem);
  color: #5ace9c;
  line-height: 1;
  letter-spacing: 0.1em;
  z-index: 2;
}
.top_box08 .apply_cards .apply_card .apply_card_bar {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 85%;
  background: #fff;
  padding: 25px 5% 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0 10px 0 0;
  gap: 12px;
}
.top_box08 .apply_cards .apply_card .apply_card_bar .apply_card_info {
  flex: 1;
  min-width: 0;
}
.top_box08 .apply_cards .apply_card .apply_card_bar .apply_title {
  font-size: clamp(1.8rem, 2vw, 2.6rem);
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.3;
  margin-bottom: 16px;
  color: #6e6e6e;
}
.top_box08 .apply_cards .apply_card .apply_card_bar .apply_desc {
  font-size: clamp(1rem, 1vw, 1.4rem);
  color: #999;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
.top_box08 .apply_cards .apply_card .apply_card_bar .apply_accent {
  width: 55px;
}
@media screen and (max-width: 767px) {
  .top_box08 {
    padding: 0 20px;
    margin-bottom: 100px;
  }
  .top_box08 .top_box08_head {
    margin-bottom: 40px;
  }
  .top_box08 .apply_cards {
    grid-template-columns: 1fr;
    gap: 50px 0;
  }
  .top_box08 .apply_cards .apply_card .apply_card_img img {
    height: clamp(200px, 55vw, 340px);
    border-radius: 8px;
  }
  .top_box08 .apply_cards .apply_card .apply_en {
    font-size: clamp(2.6rem, 8vw, 4rem);
    top: -22px;
    right: -10px;
  }
  .top_box08 .apply_cards .apply_card .apply_card_bar {
    width: 88%;
    padding: 16px 4% 14px 0;
  }
  .top_box08 .apply_cards .apply_card .apply_card_bar .apply_title {
    font-size: clamp(1.6rem, 5vw, 2rem);
    margin-bottom: 6px;
  }
  .top_box08 .apply_cards .apply_card .apply_card_bar .apply_desc {
    font-size: 1.2rem;
  }
  .top_box08 .apply_cards .apply_card .apply_card_bar .apply_accent {
    width: 44px;
  }
}
.top_box08 {
  /*max-width:767px*/
}

/* ========================================
   bottom_content Recruit（採用情報CTA）
======================================== */
.bottom_content .recruit_photos {
  overflow: hidden;
}
.bottom_content .recruit_photos .recruit_swiper .swiper-slide {
  width: clamp(260px, 27vw, 480px);
}
.bottom_content .recruit_photos .recruit_swiper .swiper-slide img {
  width: 100%;
  height: clamp(160px, 20vw, 380px);
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.bottom_content .bottom_inner {
  position: relative;
  background: url(images/contact_bg.jpg) center/cover no-repeat;
  text-align: center;
  padding: 120px 20px;
  overflow: hidden;
}
.bottom_content .bottom_inner .sec_head {
  margin-bottom: 50px;
}
.bottom_content .bottom_inner .sec_head .sec_en {
  color: #fff;
  letter-spacing: 0.2em;
}
.bottom_content .bottom_inner .sec_head .sec_label {
  color: #fff;
  letter-spacing: 0.2em;
}
.bottom_content .bottom_inner p {
  margin-bottom: 50px;
  color: #fff;
  font-size: 1.4rem;
}
.bottom_content .bottom_inner .btn {
  display: flex;
  justify-content: center;
  gap: 0 10px;
}
.bottom_content .bottom_inner .btn li:nth-child(2) a {
  background: #fff;
  border: 1px solid #5ace9c;
  color: #5ace9c;
  font-weight: 500;
}
.bottom_content .bottom_inner .btn li:nth-child(2) a::after {
  background: url(images/btn_icon02.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .bottom_content .recruit_photos .recruit_swiper .swiper-slide {
    width: clamp(200px, 60vw, 300px);
  }
  .bottom_content .recruit_photos .recruit_swiper .swiper-slide img {
    height: clamp(130px, 35vw, 220px);
  }
  .bottom_content .bottom_inner {
    padding: 70px 20px;
  }
  .bottom_content .bottom_inner .sec_head {
    margin-bottom: 30px;
  }
  .bottom_content .bottom_inner p {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  .bottom_content .bottom_inner .btn {
    flex-direction: column;
    align-items: center;
    gap: 14px 0;
  }
  .bottom_content .bottom_inner .btn li a {
    width: 280px;
  }
}
.bottom_content {
  /*max-width:767px*/
}

/* ========================================
   フッター
======================================== */
footer {
  overflow: hidden;
}
footer .footer_nav {
  background: #5ace9c;
  padding: clamp(40px, 5vw, 70px) clamp(20px, 5vw, 80px);
}
footer .footer_nav .footer_nav_inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 5%;
}
footer .footer_nav .footer_nav_item {
  margin-bottom: 30px;
}
footer .footer_nav .footer_nav_item.b_white {
  margin-bottom: 10px;
}
footer .footer_nav .footer_nav_item.b_white .footer_nav_btn {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 100px;
  color: #fff;
}
footer .footer_nav .footer_nav_item.b_white .footer_nav_btn::after {
  background: url(images/btn_icon01.svg) no-repeat;
  background-size: contain;
}
footer .footer_nav .footer_nav_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  color: #5ace9c;
  padding: 12px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-size: clamp(1.3rem, 1.3vw, 1.5rem);
  letter-spacing: 0.04em;
  margin-bottom: 10px;
  position: relative;
}
footer .footer_nav .footer_nav_btn::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: url(images/btn_icon02.svg) no-repeat;
  background-size: contain;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
footer .footer_nav .footer_nav_sub {
  list-style: none;
  padding: 0;
  margin: 0 0 8px 4px;
}
footer .footer_nav .footer_nav_sub li a {
  display: block;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.2rem, 1.2vw, 1.4rem);
  text-decoration: none;
  padding: 4px 0;
  letter-spacing: 0.03em;
}
footer .footer_nav .footer_nav_sub li a::before {
  content: "●";
  font-size: 0.45em;
  margin-right: 6px;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.7);
}
footer .footer_nav .footer_nav_sub li a:hover {
  opacity: 0.75;
}
footer .footer_nav .footer_privacy {
  text-align: right;
  margin-top: clamp(16px, 2vw, 28px);
}
footer .footer_nav .footer_privacy a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.3rem;
  text-decoration: underline;
}
footer .footer_nav .footer_privacy a:hover {
  opacity: 0.7;
}
footer .footer_content {
  padding: 80px 20px;
  background: #fff;
}
footer .footer_content .footer_inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 20% 32% 38%;
  align-items: flex-end;
  justify-content: space-between;
}
footer .footer_content .footer_logo_area {
  text-align: center;
}
footer .footer_content .footer_logo_area .footer_clinic_name {
  font-size: clamp(1.4rem, 1.5vw, 1.7rem);
  font-weight: 700;
  letter-spacing: 0.06em;
}
footer .footer_content .footer_logo_area .footer_clinic_badge {
  display: inline-block;
  background: #5ace9c;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  padding: 4px 12px;
  border-radius: 3px;
}
footer .footer_content .footer_info address {
  font-style: normal;
  margin-bottom: 10px;
}
footer .footer_content .footer_info address p {
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
footer .footer_content .footer_info address .footer_tel {
  display: flex;
  align-items: baseline;
  gap: 0;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-weight: 600;
}
footer .footer_content .footer_info address .footer_tel .tel_prefix {
  font-size: clamp(1.4rem, 1.6vw, 2rem);
  color: #5ace9c;
}
footer .footer_content .footer_info address .footer_tel a {
  font-size: clamp(2.2rem, 2.4vw, 3.6rem);
  font-weight: 600;
  color: #5ace9c;
  text-decoration: none;
}
footer .footer_content .footer_info .footer_clinic_btn {
  width: 80%;
  min-width: 230px;
}
footer .footer_content .footer_info .footer_clinic_btn a {
  display: block;
  width: 100%;
  text-decoration: none;
  text-align: center;
  color: #fff;
  line-height: 60px;
  background: #5ace9c;
  border-radius: 100px;
  font-size: 1.6rem;
  position: relative;
}
footer .footer_content .footer_info .footer_clinic_btn a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: url(images/btn_icon01.svg) no-repeat;
  background-size: contain;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
footer .footer_content .footer_schedule .schedule_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 5px;
  font-size: 1.2rem;
}
footer .footer_content .footer_schedule .schedule_table thead tr {
  border-bottom: 2px solid #5ace9c;
}
footer .footer_content .footer_schedule .schedule_table th,
footer .footer_content .footer_schedule .schedule_table td {
  text-align: center;
  padding: 6px 4px;
}
footer .footer_content .footer_schedule .schedule_table tbody tr {
  border-bottom: 1px solid #5ace9c;
}
footer .footer_content .footer_schedule .schedule_table th {
  font-weight: 600;
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
}
footer .footer_content .footer_schedule .schedule_table .th_title {
  text-align: left;
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
  font-weight: bold;
  letter-spacing: 0.2em;
  white-space: nowrap;
  width: 32%;
}
footer .footer_content .footer_schedule .schedule_table .time_label {
  font-size: clamp(1rem, 1vw, 1.3rem);
  text-align: left;
  white-space: nowrap;
  letter-spacing: 0.2em;
}
footer .footer_content .footer_schedule .schedule_table td {
  font-size: clamp(1rem, 1vw, 1.3rem);
}
footer .footer_content .footer_schedule .schedule_table .open {
  color: #5ace9c;
  font-weight: 700;
}
footer .footer_content .footer_schedule .schedule_table .sat {
  font-weight: 700;
  color: #5ace9c;
}
footer .footer_content .footer_schedule .schedule_table .half {
  color: #5ace9c;
  font-weight: 700;
}
footer .footer_content .footer_schedule .schedule_table .closed {
  color: #bbb;
}
footer .footer_content .footer_schedule .table_note {
  font-size: clamp(1rem, 1.2vw, 1.4rem);
  line-height: 1.6;
  letter-spacing: 0.2em;
  margin-bottom: 3px;
}
footer .footer_content .footer_schedule .table_note.small_txt {
  font-size: clamp(0.8rem, 1vw, 1.2rem);
}
footer .footer_content .footer_schedule .table_note .sat {
  color: #5ace9c;
}
footer .footer_content .footer_schedule .table_note .half {
  color: #5ace9c;
}
footer .footer_content .footer_schedule .table_note.small {
  font-size: clamp(0.8rem, 1vw, 1.2rem);
  margin-top: 10px;
}
footer .copy {
  padding: 10px;
  background: #eee;
  text-align: center;
}
footer .copy small {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  footer .footer_nav {
    padding: 40px 20px;
  }
  footer .footer_nav .footer_nav_inner {
    grid-template-columns: 1fr;
    gap: 0;
  }
  footer .footer_nav .footer_nav_item {
    margin-bottom: 24px;
  }
  footer .footer_nav .footer_nav_item.b_white {
    margin-bottom: 8px;
  }
  footer .footer_nav .footer_nav_btn {
    font-size: 1.4rem;
    padding: 12px 18px;
  }
  footer .footer_nav .footer_nav_sub li a {
    font-size: 1.3rem;
    padding: 5px 0;
  }
  footer .footer_nav .footer_privacy {
    text-align: left;
    margin-top: 20px;
  }
  footer .footer_nav .footer_privacy a {
    font-size: 1.2rem;
  }
  footer .footer_content {
    padding: 40px 20px;
  }
  footer .footer_content .footer_inner {
    grid-template-columns: 1fr;
    gap: 32px 0;
    max-width: 100%;
  }
  footer .footer_content .footer_logo_area {
    text-align: center;
  }
  footer .footer_content .footer_logo_area img {
    max-width: 140px;
  }
  footer .footer_content .footer_logo_area .footer_clinic_name {
    font-size: 1.5rem;
    margin-top: 8px;
  }
  footer .footer_content .footer_logo_area .footer_clinic_badge {
    font-size: 1.1rem;
  }
  footer .footer_content .footer_info address p {
    font-size: 1.3rem;
  }
  footer .footer_content .footer_info .footer_tel .tel_prefix {
    font-size: 1.6rem;
  }
  footer .footer_content .footer_info .footer_tel a {
    font-size: 2.8rem;
  }
  footer .footer_content .footer_info .footer_clinic_btn {
    width: 100%;
  }
  footer .footer_content .footer_info .footer_clinic_btn a {
    font-size: 1.5rem;
    line-height: 52px;
  }
  footer .footer_content .footer_schedule .schedule_table {
    font-size: 1.1rem;
  }
  footer .footer_content .footer_schedule .schedule_table th,
  footer .footer_content .footer_schedule .schedule_table td {
    padding: 6px 3px;
  }
  footer .footer_content .footer_schedule .schedule_table .th_title {
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    width: auto;
  }
  footer .footer_content .footer_schedule .schedule_table th {
    font-size: 1.2rem;
  }
  footer .footer_content .footer_schedule .schedule_table .time_label {
    font-size: 1.1rem;
    letter-spacing: 0.03em;
  }
  footer .footer_content .footer_schedule .schedule_table td {
    font-size: 1.2rem;
  }
  footer .footer_content .footer_schedule .table_note {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
  }
  footer .footer_content .footer_schedule .table_note.small {
    font-size: 1.1rem;
  }
  footer .copy small {
    font-size: 1.2rem;
  }
}
footer {
  /*max-width:767px*/
}

#sp_navi {
  padding: 0 20px 80px;
}
#sp_navi .privacy {
  margin-top: 30px;
}
#sp_navi .privacy a {
  font-size: 1.4rem;
  color: #eee;
}
#sp_navi .sp_navi_btn {
  margin-top: 30px;
}
#sp_navi .sp_navi_btn li a {
  display: block;
  width: 80%;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 60px;
  background: #1ba469;
  margin: 0 auto;
  letter-spacing: 0.1em;
  border-radius: 100px;
  font-size: 1.6rem;
  position: relative;
}
#sp_navi .sp_navi_btn li a span {
  position: absolute;
  width: 10px;
  height: 10px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
}
#sp_navi .sp_navi_btn li:first-child {
  margin-bottom: 10px;
}
#sp_navi .sp_navi_btn li:nth-child(2) a {
  background: #fff;
  border: 1px solid #5ace9c;
  color: #5ace9c;
}

@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 63px;
  }
} /*max-width:767px*/
.common_inner {
  max-width: 1300px;
  margin: 0 auto;
}

/****************************************

タイトル

*****************************************/
/* 下層ページ共通見出し */
.headline {
  text-align: center;
  font-size: clamp(2.6rem, 2.6vw, 3.6rem);
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
.headline::first-letter {
  color: #5ace9c;
}

@media screen and (max-width: 767px) {
  .headline {
    font-size: clamp(2rem, 5vw, 2.6rem);
    margin-bottom: 20px;
  }
} /*max-width:767px*/
.subhead01 {
  margin-bottom: 50px;
  text-align: center;
  line-height: 1.6;
}
.subhead01 .en {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(3.2rem, 4vw, 4.5rem);
  font-weight: 600;
  color: #5ace9c;
  line-height: 1;
  letter-spacing: 0.175em;
}
.subhead01 .ja {
  display: block;
  font-size: clamp(1.4rem, 1.5vw, 1.8rem);
  color: #6e6e6e;
  letter-spacing: 0.175em;
}
.subhead01 .aside_tit {
  display: block;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  font-size: clamp(2.8rem, 3.5vw, 5rem);
  font-weight: 400;
  color: #6e6e6e;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .subhead01 {
    margin-bottom: 28px;
  }
  .subhead01 .en {
    font-size: clamp(2.6rem, 8vw, 3.4rem);
  }
  .subhead01 .ja {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .subhead01 .aside_tit {
    font-size: clamp(2rem, 6vw, 3rem);
    line-height: 1.5;
    margin-top: 20px;
  }
}
.subhead01 {
  /*max-width:767px*/
}

.subhead02 {
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
.subhead02 .ja {
  padding: 15px 20px;
  background: #5ace9c;
  color: #fff;
  line-height: 1;
  border-radius: 10px;
  font-size: clamp(2.2rem, 2.4vw, 3.4rem);
  display: inline-block;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
.subhead02 .en {
  color: #5ace9c;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: clamp(10rem, 8vw, 12rem);
}

@media screen and (max-width: 767px) {
  .subhead02 {
    margin-bottom: 30px;
  }
  .subhead02 .ja {
    font-size: clamp(1.8rem, 5vw, 2.4rem);
    line-height: 1.5;
    padding: 6px 18px;
  }
  .subhead02 .en {
    font-size: clamp(4rem, 12vw, 7rem);
  }
} /*max-width:767px*/
.subhead03 {
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.5;
}
.subhead03 .en {
  color: #5ace9c;
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: clamp(2.6rem, 3vw, 4.5rem);
  letter-spacing: 0.1em;
}
.subhead03 .en::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #5ace9c;
  border-radius: 50%;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.subhead03 .en::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #5ace9c;
  border-radius: 50%;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.subhead03 .ja {
  font-size: clamp(2.4rem, 2.8vw, 4rem);
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.subhead03 .aside_tit {
  font-size: clamp(2rem, 6vw, 3rem);
  margin-top: 20px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  display: inline-block;
}

/* 下層キービジュアル*/
#teaser {
  width: 100%;
  padding: 0 2%;
  position: relative;
  margin-bottom: 150px;
}
#teaser .teaser_pic img {
  border-radius: 30px;
  min-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
#teaser .teaser_tit {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  line-height: 1.2;
}
#teaser .teaser_tit .en {
  color: #eee;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  margin-bottom: 20px;
  font-size: clamp(2rem, 2.2vw, 2.8rem);
  letter-spacing: 0.3em;
}
#teaser .teaser_tit .ja {
  color: #fff;
  letter-spacing: 0.1em;
  font-size: clamp(3rem, 3vw, 5.4rem);
}
@media screen and (max-width: 767px) {
  #teaser {
    margin-bottom: 60px;
  }
  #teaser .teaser_pic img {
    border-radius: 20px;
    min-height: 200px;
  }
  #teaser .teaser_tit .en {
    font-size: clamp(1.4rem, 4vw, 2rem);
    margin-bottom: 10px;
  }
  #teaser .teaser_tit .ja {
    font-size: clamp(2rem, 5vw, 2.6rem);
  }
}
#teaser {
  /*max-width:767px*/
}

.link_btn {
  display: flex;
  justify-content: center;
  gap: 0 1.5%;
  padding: 0 20px;
  margin-bottom: 140px;
  flex-wrap: wrap;
}
.link_btn li a {
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
  color: #6e6e6e;
  padding-right: 35px;
  position: relative;
  letter-spacing: 0.15em;
  font-weight: 600;
}
.link_btn li a::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url(images/link_btn.png) no-repeat;
  background-size: contain;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  .link_btn {
    gap: 10px;
    margin-bottom: 60px;
  }
  .link_btn li a {
    font-size: 1.2rem;
    padding-right: 20px;
  }
  .link_btn li a::after {
    width: 17px;
    height: 17px;
  }
}
.link_btn {
  /*max-width:767px*/
}

/*==============================================================
かとう歯科クリニックについて
==================================================================*/
.about_box01 figure {
  width: 94.79%;
}
.about_box01 figure img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  border-radius: 0 30px 0 0;
}
.about_box01 .about_box01_inner {
  padding: 0 20px;
  margin-bottom: 100px;
}
.about_box01 .about_box01_inner .subhead02 {
  margin-top: -14em;
  margin-bottom: 80px;
}
.about_box01 .about_box01_inner .wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 10%;
}
.about_box01 .about_box01_inner .wrap .content .tit_area {
  display: grid;
  grid-template-columns: 18% 78%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.about_box01 .about_box01_inner .wrap .content .tit_area .tit {
  font-size: clamp(2.2rem, 2.4vw, 3.2rem);
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .about_box01 figure {
    width: 100%;
  }
  .about_box01 figure img {
    height: 260px;
    border-radius: 0;
  }
  .about_box01 .about_box01_inner {
    margin-bottom: 60px;
  }
  .about_box01 .about_box01_inner .subhead02 {
    margin-top: -8em;
  }
  .about_box01 .about_box01_inner .wrap {
    grid-template-columns: 1fr;
    gap: 40px 0;
  }
  .about_box01 .about_box01_inner .wrap .content .tit_area {
    grid-template-columns: 60px 1fr;
    gap: 0 5%;
    margin-bottom: 20px;
  }
  .about_box01 .about_box01_inner .wrap .content .tit_area .tit {
    font-size: clamp(1.8rem, 4vw, 2.2rem);
  }
}
.about_box01 {
  /*max-width:767px*/
}

.about_box02 {
  padding: 8% 10% 150px;
  text-align: center;
  position: relative;
  margin-bottom: 150px;
}
.about_box02 .pic01 {
  position: absolute;
  width: 25%;
  left: 0;
  top: 27%;
}
.about_box02 .pic01 img {
  border-radius: 0 20px 20px 0;
}
.about_box02 .pic02 {
  position: absolute;
  width: 20%;
  right: 0;
  bottom: 55%;
}
.about_box02 .pic02 img {
  border-radius: 20px 0 0 20px;
}
.about_box02 .pic03 {
  position: absolute;
  width: 14%;
  right: 10%;
  top: 68%;
}
.about_box02 .pic03 img {
  border-radius: 20px;
}
.about_box02 .about_box02_inner {
  width: 57.29%;
  margin: 0 auto;
}
.about_box02 .about_box02_inner .subhead01 .aside_tit {
  font-size: clamp(2.4rem, 3vw, 4rem);
}
@media screen and (max-width: 767px) {
  .about_box02 {
    padding: 60px 20px;
    margin-bottom: 60px;
  }
  .about_box02 .pic01,
  .about_box02 .pic02,
  .about_box02 .pic03 {
    display: none;
  }
  .about_box02 .about_box02_inner {
    width: 100%;
  }
  .about_box02 .about_box02_inner .subhead01 .aside_tit {
    font-size: clamp(1.8rem, 5vw, 2.4rem);
  }
}
.about_box02 {
  /*max-width:767px*/
}

.about_box03 {
  padding: 0 20px;
  margin-bottom: 150px;
}
.about_box03 .common_inner {
  border: 1px solid #5ace9c;
  border-radius: 30px;
  padding: 100px 20px;
  text-align: center;
  position: relative;
}
.about_box03 .common_inner::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100px;
  background: #5ace9c;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
}
.about_box03 .common_inner .content {
  display: grid;
  grid-template-columns: 38% 24% 38%;
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
  gap: 0 2%;
}
.about_box03 .common_inner .content:last-of-type {
  margin-bottom: 0;
}
.about_box03 .common_inner .content p {
  font-size: clamp(1.4rem, 1.6vw, 2rem);
}
.about_box03 .common_inner .content .right {
  text-align: right;
}
.about_box03 .common_inner .content .green {
  letter-spacing: 0.15em;
  text-align: right;
}
.about_box03 .common_inner .content .txt {
  letter-spacing: 0.15em;
  text-align: left;
}
.about_box03 .common_inner .content .data {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .about_box03 {
    margin-bottom: 60px;
  }
  .about_box03 .common_inner {
    padding: 60px 20px;
    border-radius: 20px;
  }
  .about_box03 .common_inner::after {
    height: 60px;
    top: -30px;
  }
  .about_box03 .common_inner .content {
    margin-bottom: 16px;
    grid-template-columns: 100%;
    align-items: center;
  }
  .about_box03 .common_inner .content p {
    font-size: 1.2rem;
  }
  .about_box03 .common_inner .content .right {
    text-align: left;
  }
  .about_box03 .common_inner .content .green {
    text-align: left;
  }
  .about_box03 .common_inner .content .txt {
    text-align: right;
  }
  .about_box03 .common_inner .content .data {
    width: 70%;
    margin: 0 auto;
  }
}
.about_box03 {
  /*max-width:767px*/
}

.about_box04 {
  padding: 0 20px;
}
.about_box04 .wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 4%;
}
.about_box04 .wrap .content figure {
  margin-bottom: 30px;
}
.about_box04 .wrap .content figure img {
  border-radius: 20px;
}
.about_box04 .wrap .content .tit {
  font-size: clamp(2.2rem, 2.4vw, 3.2rem);
  letter-spacing: 0.15em;
  line-height: 1.6;
  margin-bottom: 30px;
}
.about_box04 .wrap .content .txt {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .about_box04 .wrap {
    grid-template-columns: 1fr;
    gap: 40px 0;
  }
  .about_box04 .wrap .content figure {
    margin-bottom: 20px;
  }
  .about_box04 .wrap .content .tit {
    font-size: clamp(1.8rem, 5vw, 2.4rem);
    margin-bottom: 16px;
  }
}
.about_box04 {
  /*max-width:767px*/
}

.bottom_banner {
  background: #f5faf7;
  padding: 150px 20px;
  margin-top: 150px;
}
.bottom_banner .tit {
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
}
.bottom_banner .tit .green {
  display: inline-block;
  margin-bottom: 30px;
  font-size: clamp(1.4rem, 1.4vw, 1.8rem);
}
.bottom_banner .tit .ja {
  font-size: clamp(2.4rem, 3vw, 4rem);
  letter-spacing: 0.2em;
}
.bottom_banner .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 1.5%;
}
.bottom_banner .wrap li {
  width: 32%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
}
.bottom_banner .wrap::after {
  content: "";
  width: 32%;
  height: 0;
}
.bottom_banner.bg_white {
  background: none;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .bottom_banner {
    padding: 60px 20px;
    margin-top: 60px;
  }
  .bottom_banner .tit {
    margin-bottom: 30px;
  }
  .bottom_banner .tit .green {
    font-size: 1.4rem;
    margin-bottom: 16px;
  }
  .bottom_banner .tit .ja {
    font-size: clamp(2rem, 6vw, 2.8rem);
  }
  .bottom_banner .wrap {
    gap: 10px;
  }
  .bottom_banner .wrap li {
    width: 80%;
    margin: 0 auto;
  }
}
.bottom_banner {
  /*max-width:767px*/
}
.bottom_banner.page_banner {
  padding: 0 20px 150px;
  background: none;
}
@media screen and (max-width: 767px) {
  .bottom_banner.page_banner {
    padding: 0 20px 80px;
  }
}
.bottom_banner.page_banner {
  /*max-width:767px*/
}

/*==============================================================
大事にしていること
==================================================================*/
.important_box01 {
  padding: 0 20px;
  text-align: center;
  margin-bottom: 120px;
}
.important_box01 .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 2%;
  margin-bottom: 60px;
}
.important_box01 .wrap dl {
  text-align: center;
  padding: 40px 20px;
  background: #5ace9c;
  color: #fff;
  border-radius: 16px;
}
.important_box01 .wrap dl dt {
  width: 64px;
  height: 64px;
  text-align: center;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 12px rgba(90, 206, 156, 0.18);
  line-height: 1;
  font-size: 1.8rem;
  color: #5ace9c;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  padding-top: 23px;
}
.important_box01 .wrap dl dd {
  font-size: clamp(1.8rem, 1.6vw, 2.2rem);
  line-height: 1.4;
  letter-spacing: 0.3em;
}
.important_box01 .txt .icon {
  max-width: 780px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .important_box01 {
    margin-bottom: 60px;
  }
  .important_box01 .wrap {
    grid-template-columns: 1fr;
    gap: 16px 0;
    margin-bottom: 40px;
  }
  .important_box01 .wrap dl {
    padding: 30px 20px;
  }
  .important_box01 .wrap dl dt {
    width: 52px;
    height: 52px;
    font-size: 1.6rem;
    padding-top: 18px;
    margin-bottom: 12px;
  }
  .important_box01 .wrap dl dd {
    font-size: clamp(1.6rem, 5vw, 2rem);
    letter-spacing: 0.1em;
  }
}
.important_box01 {
  /*max-width:767px*/
}

.keyword_box {
  padding: 0 5%;
  margin-bottom: 150px;
}
.keyword_box .keyword_box_inner {
  max-width: 1500px;
  margin: 0 auto;
}
.keyword_box .keyword_box_inner .wrap {
  display: grid;
  grid-template-columns: 51.72% 40.97%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}
.keyword_box .keyword_box_inner .wrap:last-of-type {
  margin-bottom: 0;
}
.keyword_box .keyword_box_inner .wrap:nth-of-type(even) {
  grid-template-columns: 40.97% 51.72%;
}
.keyword_box .keyword_box_inner .wrap:nth-of-type(even) figure {
  order: 2;
}
.keyword_box .keyword_box_inner .wrap:nth-of-type(even) .content {
  order: 1;
}
.keyword_box .keyword_box_inner .wrap .content .subhead01 {
  text-align: left;
}
.keyword_box .keyword_box_inner .wrap .content .subhead01 .aside_tit {
  font-size: clamp(2.4rem, 3vw, 4rem);
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .keyword_box {
    padding: 0 20px;
    margin-bottom: 60px;
  }
  .keyword_box .keyword_box_inner .wrap {
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }
  .keyword_box .keyword_box_inner .wrap figure {
    margin-bottom: 20px;
  }
  .keyword_box .keyword_box_inner .wrap:nth-of-type(even) {
    grid-template-columns: 1fr;
  }
  .keyword_box .keyword_box_inner .wrap:nth-of-type(even) figure {
    order: 1;
  }
  .keyword_box .keyword_box_inner .wrap:nth-of-type(even) .content {
    order: 2;
  }
  .keyword_box .keyword_box_inner .wrap .content .subhead01 {
    text-align: center;
  }
  .keyword_box .keyword_box_inner .wrap .content .subhead01 .aside_tit {
    font-size: clamp(2rem, 6vw, 2.8rem);
  }
}
.keyword_box {
  /*max-width:767px*/
}

.important_box02 {
  padding: 0 20px;
  margin-bottom: 150px;
}
.important_box02 .important_box02_inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 140px 20px;
  border: 1px solid #5ace9c;
  border-radius: 30px;
  text-align: center;
}
.important_box02 .important_box02_inner .subhead01 .aside_tit {
  font-size: clamp(2.4rem, 3vw, 4rem);
}
@media screen and (max-width: 767px) {
  .important_box02 {
    margin-bottom: 60px;
  }
  .important_box02 .important_box02_inner {
    padding: 50px 20px;
    border-radius: 20px;
  }
  .important_box02 .important_box02_inner .subhead01 .aside_tit {
    font-size: clamp(2rem, 6vw, 2.8rem);
  }
}
.important_box02 {
  /*max-width:767px*/
}

.important_box03 {
  background: #f5faf7;
  padding: 150px 20px;
}
.important_box03 .box {
  margin-bottom: 100px;
}
.important_box03 .box:last-of-type {
  margin-bottom: 0;
}
.important_box03 .box .box_tit {
  margin-bottom: 50px;
}
.important_box03 .box .box_tit .en {
  margin-bottom: 10px;
  display: inline-block;
  padding-left: 40px;
  color: #5ace9c;
  font-size: 1.1rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.3em;
  line-height: 1.2;
  position: relative;
}
.important_box03 .box .box_tit .en::after {
  position: absolute;
  content: "";
  width: 28px;
  height: 2px;
  background: #5ace9c;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.important_box03 .box .box_tit .ja {
  font-size: clamp(2.4rem, 2.2vw, 3rem);
  letter-spacing: 0.15em;
  line-height: 1.6;
  display: inline-block;
}
.important_box03 .box .box_tit .ja span {
  position: relative;
  z-index: 1;
}
.important_box03 .box .box_tit .ja span::after {
  position: absolute;
  content: "";
  width: 110%;
  height: 8px;
  background: rgba(90, 206, 156, 0.22);
  left: -5%;
  bottom: 1px;
  z-index: -1;
  border-radius: 2px;
}
.important_box03 .box .content {
  margin-bottom: 30px;
}
.important_box03 .box .content:last-of-type {
  margin-bottom: 0;
}
.important_box03 .box .content {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 25% 75%;
  align-items: center;
}
.important_box03 .box .content figure {
  height: 100%;
  position: relative;
}
.important_box03 .box .content figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.important_box03 .box .content figure figcaption {
  position: absolute;
  z-index: 10;
  left: 15px;
  bottom: 15px;
  color: #fff;
  background: #5ace9c;
  padding: 6px 20px 5px;
  border-radius: 30px;
  font-weight: normal;
  line-height: 1;
  font-size: 1.1rem;
  letter-spacing: 0.16em;
  font-family: "Montserrat", sans-serif;
}
.important_box03 .box .content .txt_area {
  padding: 30px 5%;
}
.important_box03 .box .content .txt_area .tit {
  margin-bottom: 30px;
  line-height: 1.5;
  position: relative;
  letter-spacing: 0.2em;
  font-size: clamp(1.6rem, 1.6vw, 2rem);
}
.important_box03 .box .content .txt_area .tit::after {
  position: absolute;
  content: "";
  width: 32px;
  height: 2px;
  background: #5ace9c;
  left: 0;
  bottom: -15px;
}
.important_box03 .box .content .txt_area .txt {
  font-size: clamp(1.2rem, 1.2vw, 1.4rem);
}
.important_box03 .box .content:nth-of-type(even) {
  grid-template-columns: 75% 25%;
}
.important_box03 .box .content:nth-of-type(even) .txt_area {
  order: 1;
}
.important_box03 .box .content:nth-of-type(even) figure {
  order: 2;
}
@media screen and (max-width: 767px) {
  .important_box03 {
    padding: 60px 20px;
  }
  .important_box03 .box {
    margin-bottom: 60px;
  }
  .important_box03 .box .box_tit {
    margin-bottom: 30px;
  }
  .important_box03 .box .box_tit .ja {
    font-size: clamp(2rem, 6vw, 2.6rem);
  }
  .important_box03 .box .content {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }
  .important_box03 .box .content figure {
    height: clamp(180px, 45vw, 260px);
  }
  .important_box03 .box .content figure img {
    width: 100%;
  }
  .important_box03 .box .content .txt_area {
    padding: 24px 20px;
  }
  .important_box03 .box .content .txt_area .tit {
    font-size: clamp(1.5rem, 4.5vw, 1.8rem);
    margin-bottom: 24px;
  }
  .important_box03 .box .content .txt_area .txt {
    font-size: 1.3rem;
  }
  .important_box03 .box .content:nth-of-type(even) {
    grid-template-columns: 1fr;
  }
  .important_box03 .box .content:nth-of-type(even) .txt_area {
    order: 2;
  }
  .important_box03 .box .content:nth-of-type(even) figure {
    order: 1;
  }
}
.important_box03 {
  /*max-width:767px*/
}

/*==============================================================
数字で見るかとう歯科クリニック
==================================================================*/
.number_wrap {
  padding: 0 20px;
  position: relative;
}
.number_wrap [class^=icon] {
  position: absolute;
  background: #f5faf7;
  border-radius: 20px;
  z-index: -1;
  height: auto;
  aspect-ratio: 1/1;
}
.number_wrap .icon01 {
  width: 33%;
  top: 9%;
  right: -3%;
}
.number_wrap .icon02 {
  width: 22%;
  top: 22.5%;
  left: 4%;
}
.number_wrap .icon03 {
  width: 22%;
  top: 34.5%;
  right: 2%;
}
.number_wrap .icon04 {
  width: 33%;
  top: 45%;
  left: -3%;
}
.number_wrap .icon05 {
  width: 33%;
  top: 60%;
  right: -3%;
}
.number_wrap .icon06 {
  width: 22%;
  top: 74%;
  left: 4%;
}
@media screen and (max-width: 767px) {
  .number_wrap [class^=icon] {
    border-radius: 14px;
  }
  .number_wrap .icon01 {
    width: 55%;
    top: 2%;
    right: -12%;
  }
  .number_wrap .icon02 {
    width: 38%;
    top: 18%;
    left: -10%;
  }
  .number_wrap .icon03 {
    width: 34%;
    top: 33%;
    right: -8%;
  }
  .number_wrap .icon04 {
    width: 46%;
    top: 50%;
    left: -10%;
  }
  .number_wrap .icon05 {
    width: 46%;
    top: 65%;
    right: -10%;
  }
  .number_wrap .icon06 {
    width: 36%;
    top: 80%;
    left: -5%;
  }
}
.number_wrap {
  /*max-width:767px*/
}

.number_box {
  margin-bottom: 150px;
}
.number_box:last-of-type {
  margin-bottom: 0;
}
.number_box .number_box_tit {
  display: flex;
  align-items: center;
  gap: 0 20px;
  margin-bottom: 40px;
}
.number_box .number_box_tit::before {
  content: "●";
  color: #5ace9c;
  font-size: 1rem;
  flex-shrink: 0;
}
.number_box .number_box_tit::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(90, 206, 156, 0.3);
  margin-left: 10px;
}
.number_box .number_box_tit .ja {
  font-size: clamp(2.2rem, 2vw, 2.6rem);
  letter-spacing: 0.2em;
  flex-shrink: 0;
}
.number_box .number_box_tit .en {
  font-size: 1rem;
  color: #5ace9c;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.3em;
}
.number_box .wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 3%;
}
.number_box .content {
  background: #fff;
  border: 10px solid #cef0e1;
  border-radius: 20px;
  padding: 70px 4%;
  text-align: center;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
  margin-bottom: 5px;
}
.number_box .content .tit {
  font-size: clamp(2rem, 2vw, 2.8rem);
  letter-spacing: 0.2em;
  margin-bottom: 5px;
}
.number_box .content figure {
  margin-bottom: 10px;
}
.number_box .content figure img {
  width: 50%;
}
.number_box .content .num {
  font-size: clamp(2.2rem, 2.6vw, 3.6rem);
  color: #5ace9c;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
.number_box .content .num span {
  font-size: clamp(5rem, 6vw, 10rem);
  color: #5ace9c;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
}
.number_box .content .num span span {
  font-size: 0.44em;
  letter-spacing: 0.04em;
  font-weight: 600;
}
.number_box .content .s_num {
  font-size: clamp(1.4rem, 1.8vw, 2.4rem);
  color: #5ace9c;
  line-height: 1;
  letter-spacing: 0.04em;
}
.number_box .content .s_num span {
  font-size: clamp(3rem, 5vw, 8rem);
  color: #5ace9c;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.number_box .content .s_num span span {
  font-size: 0.55em;
  font-weight: 600;
}
.number_box .content .txt {
  margin-top: 30px;
  font-size: clamp(1.2rem, 1.4vw, 2rem);
  color: #6e6e6e;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.number_box .btn {
  max-width: 460px;
  margin: 80px auto 0;
}
.number_box .btn a {
  width: 100%;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .number_box {
    margin-bottom: 80px;
  }
  .number_box .number_box_tit {
    gap: 0 10px;
    margin-bottom: 24px;
  }
  .number_box .number_box_tit .ja {
    font-size: 1.8rem;
  }
  .number_box .number_box_tit .en {
    font-size: 0.9rem;
    letter-spacing: 0.1em;
  }
  .number_box .wrap {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .number_box .content {
    padding: 40px 20px;
  }
  .number_box .content .tit {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
  .number_box .content figure img {
    width: 36%;
  }
  .number_box .content .num {
    font-size: 2rem;
  }
  .number_box .content .num span {
    font-size: clamp(4.5rem, 14vw, 7rem);
  }
  .number_box .content .s_num {
    font-size: 1.4rem;
  }
  .number_box .content .s_num span {
    font-size: clamp(3rem, 10vw, 5rem);
  }
  .number_box .content .txt {
    font-size: 1.3rem;
    margin-top: 16px;
  }
  .number_box .btn {
    margin: 40px auto 0;
  }
  .number_box .btn a {
    max-width: 100%;
    font-size: 1.6rem;
  }
}
.number_box {
  /*max-width:767px*/
}

/*==============================================================
医院概要
==================================================================*/
.overview_box {
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .overview_box iframe {
    height: 250px;
  }
} /*max-width:767px*/
/*==============================================================
院長プロフィール
==================================================================*/
.profile_box01 {
  padding: 0 20px;
  margin-bottom: 150px;
}

@media screen and (max-width: 767px) {
  .profile_box01 {
    margin-bottom: 80px;
  }
} /*max-width:767px*/
.profile_box01_inner {
  max-width: 1500px;
  margin: 0 auto;
  background: #f5faf7;
  border-radius: 30px;
  overflow: hidden;
  padding: 0 20px 60px;
}
@media screen and (max-width: 767px) {
  .profile_box01_inner {
    border-radius: 20px;
    padding-bottom: 40px;
  }
}
.profile_box01_inner {
  /*max-width:767px*/
}

.profile_box01 .profile_box01_tit_area {
  position: relative;
}
.profile_box01 .profile_box01_tit_area .subhead02 {
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
}
.profile_box01 .profile_box01_tit_area .profile_box01_pic img {
  min-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile_box01 .content01 {
  margin-top: -60px;
  background: #fff;
  border-radius: 20px 20px 0 0;
  padding: 60px 5%;
  margin-bottom: 10px;
  z-index: 10;
  position: relative;
}
.profile_box01 .content01 .wrap {
  display: grid;
  grid-template-columns: 43% 53%;
  justify-content: space-between;
}
.profile_box01 .content01 .content dl {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
}
.profile_box01 .content01 .content dl:last-of-type {
  margin-bottom: 0;
}
.profile_box01 .content01 .content dl::before {
  content: "●";
  color: #5ace9c;
  font-size: 1.3rem;
  flex-shrink: 0;
}
.profile_box01 .content01 .content dl dt {
  font-size: clamp(1.2rem, 1.3vw, 1.6rem);
  color: #5ace9c;
  letter-spacing: 0.25em;
  flex-shrink: 0;
  margin-right: 8%;
  padding-left: 15px;
}
.profile_box01 .content01 .content dl dd {
  font-size: clamp(1.2rem, 1.3vw, 1.6rem);
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .profile_box01 .content01 {
    margin-top: -40px;
    padding: 40px 5%;
  }
  .profile_box01 .content01 .wrap {
    grid-template-columns: 1fr;
  }
  .profile_box01 .content01 .content dl dt {
    font-size: 1.2rem;
  }
  .profile_box01 .content01 .content dl dd {
    font-size: 1.2rem;
  }
}
.profile_box01 .content01 {
  /*max-width:767px*/
}
.profile_box01 .content02 {
  background: #fff;
  padding: 30px 5%;
  margin-bottom: 10px;
}
.profile_box01 .content02 .wrap {
  display: grid;
  grid-template-columns: 1fr 240px;
  gap: 0 6%;
  align-items: center;
}
.profile_box01 .content02 dl dt {
  font-size: clamp(1.6rem, 1.6vw, 2rem);
  color: #5ace9c;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}
.profile_box01 .content02 dl dd {
  font-size: clamp(1.2rem, 1.2vw, 1.4rem);
}
.profile_box01 .content02 figure img {
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .profile_box01 .content02 {
    padding: 30px 5%;
  }
  .profile_box01 .content02 .wrap {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
  .profile_box01 .content02 figure {
    text-align: center;
  }
  .profile_box01 .content02 figure img {
    width: 120px;
  }
  .profile_box01 .content02 dl dt {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .profile_box01 .content02 dl dd {
    font-size: 1.2rem;
  }
}
.profile_box01 .content02 {
  /*max-width:767px*/
}
.profile_box01 .content03 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 930px) {
  .profile_box01 .content03 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.profile_box01 .content03 {
  /*max-width:930px*/
}
.profile_box01 .content03 dl {
  background: #fff;
  padding: 60px 12%;
}
.profile_box01 .content03 dl dt {
  font-size: clamp(1.4rem, 1.6vw, 2rem);
  color: #5ace9c;
  letter-spacing: 0.2em;
  margin-bottom: 25px;
  line-height: 1.6;
}
.profile_box01 .content03 dl dd {
  font-size: clamp(1.2rem, 1.2vw, 1.4rem);
}
.profile_box01 .content03 dl dd .mbti {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2.6rem, 3vw, 4rem);
  font-weight: 600;
  color: #5ace9c;
  line-height: 1;
  margin: 50px 0 0;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 20px;
}
.profile_box01 .content03 dl dd .mbti_txt {
  display: block;
  font-size: clamp(1.2rem, 1.3vw, 1.6rem);
  line-height: 1;
  text-align: center;
}
.profile_box01 .content03 dl dd .green {
  margin-top: 50px;
  display: block;
  font-size: clamp(1.8rem, 2vw, 2.6rem);
  color: #5ace9c;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 20px;
}
.profile_box01 .content03 dl dd ul {
  margin-bottom: 20px;
}
.profile_box01 .content03 dl dd ul li {
  line-height: 1.8;
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
  letter-spacing: 0.1em;
}
.profile_box01 .content03 dl dd ul li span {
  color: #5ace9c;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .profile_box01 .content03 {
    grid-template-columns: 1fr;
  }
  .profile_box01 .content03 dl {
    padding: 30px 6%;
  }
  .profile_box01 .content03 dl dt {
    font-size: 1.4rem;
    margin-bottom: 16px;
  }
  .profile_box01 .content03 dl dd {
    font-size: 1.2rem;
  }
  .profile_box01 .content03 dl dd .mbti {
    font-size: 2.8rem;
    margin: 20px 0 10px;
  }
  .profile_box01 .content03 dl dd .mbti_txt {
    font-size: 1.2rem;
  }
  .profile_box01 .content03 dl dd .green {
    font-size: 1.8rem;
    margin-bottom: 12px;
  }
  .profile_box01 .content03 dl dd ul li {
    font-size: 1.3rem;
  }
}
.profile_box01 .content03 {
  /*max-width:767px*/
}
.profile_box01 .content04 {
  display: grid;
  grid-template-columns: 66.5% 32.5%;
  gap: 0 1%;
  margin-bottom: 10px;
}
.profile_box01 .content04 dl {
  background: #fff;
  padding: 50px 6%;
}
.profile_box01 .content04 dl dt {
  font-size: clamp(1.4rem, 1.6vw, 2rem);
  color: #5ace9c;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
.profile_box01 .content04 dl dd .content {
  display: grid;
  grid-template-columns: 30% 40% 30%;
  margin-bottom: 10px;
  align-items: center;
  justify-content: center;
  gap: 0 5%;
}
.profile_box01 .content04 dl dd .content:last-of-type {
  margin-bottom: 0;
}
.profile_box01 .content04 dl dd .content p {
  letter-spacing: 0.1em;
  font-size: clamp(1rem, 1.3vw, 1.6rem);
}
.profile_box01 .content04 dl dd .content .green {
  text-align: right;
}
.profile_box01 .content04 dl dd .content .txt {
  text-align: left;
}
.profile_box01 .content04 dl dd .content .data {
  display: flex;
  align-items: center;
}
.profile_box01 .content04 dl dd {
  font-size: clamp(1.4rem, 1.5vw, 1.8rem);
}
.profile_box01 .content04 dl:nth-of-type(2) {
  padding: 50px 12%;
}
@media screen and (max-width: 767px) {
  .profile_box01 .content04 {
    grid-template-columns: 1fr;
  }
  .profile_box01 .content04 dl {
    padding: 30px 5%;
  }
  .profile_box01 .content04 dl dt {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .profile_box01 .content04 dl dd .content {
    grid-template-columns: 28% 36% 28%;
  }
  .profile_box01 .content04 dl dd .content p {
    font-size: 1.2rem;
  }
  .profile_box01 .content04 dl dd {
    font-size: 1.3rem;
  }
  .profile_box01 .content04 dl:nth-of-type(2) {
    padding: 30px 5%;
  }
}
.profile_box01 .content04 {
  /*max-width:767px*/
}
.profile_box01 .content05 {
  background: #fff;
  border-radius: 0 0 20px 20px;
  padding: 60px 6%;
}
.profile_box01 .content05 .wrap {
  display: grid;
  grid-template-columns: 35% 59%;
  gap: 0 6%;
  align-items: center;
}
.profile_box01 .content05 figure img {
  height: 541px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.profile_box01 .content05 .content .subhead01 {
  text-align: left;
  margin-bottom: 40px;
}
.profile_box01 .content05 .content .subhead01 .ja {
  font-size: clamp(1.2rem, 1.3vw, 1.6rem);
}
.profile_box01 .content05 .content .subhead01 .aside_tit {
  font-size: clamp(1.8rem, 1.8vw, 2.6rem);
  margin-top: 10px;
}
.profile_box01 .content05 .content .green {
  color: #5ace9c;
}
.profile_box01 .content05 .content .txt p {
  font-size: clamp(1.3rem, 1.3vw, 1.5rem);
  color: #6e6e6e;
  line-height: 2;
}
.profile_box01 .content05 .content .txt .line_break {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .profile_box01 .content05 {
    padding: 40px 5%;
  }
  .profile_box01 .content05 .wrap {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
  .profile_box01 .content05 figure img {
    height: 350px;
  }
  .profile_box01 .content05 .content .subhead01 {
    margin-bottom: 20px;
  }
  .profile_box01 .content05 .content .subhead01 .aside_tit {
    font-size: 1.8rem;
  }
  .profile_box01 .content05 .content .txt p {
    font-size: 1.3rem;
  }
  .profile_box01 .content05 .content .txt .line_break {
    margin-top: 16px;
  }
}
.profile_box01 .content05 {
  /*max-width:767px*/
}

.profile_box02 {
  background: #5ace9c;
  padding: 150px 20px;
  margin-bottom: 150px;
}
.profile_box02 .profile_box02_tit {
  text-align: center;
  margin-bottom: 50px;
}
.profile_box02 .profile_box02_tit .aside_tit {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
  letter-spacing: 0.2em;
  color: #eee;
}
.profile_box02 .profile_box02_tit .aside_tit::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #eee;
  left: -20px;
  top: 0;
  border-radius: 50%;
  bottom: 0;
  margin: auto 0;
}
.profile_box02 .profile_box02_tit .aside_tit::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #eee;
  right: -20px;
  top: 0;
  border-radius: 50%;
  bottom: 0;
  margin: auto 0;
}
.profile_box02 .profile_box02_tit .ja {
  font-size: clamp(2.2rem, 2.2vw, 3.2rem);
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
.profile_box02 .content {
  margin-bottom: 80px;
}
.profile_box02 .content:last-of-type {
  margin-bottom: 0;
}
.profile_box02 .content .tit {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin-bottom: 40px;
  font-size: clamp(2.2rem, 2vw, 2.6rem);
  letter-spacing: 0.15em;
  flex-shrink: 0;
  color: #fff;
}
.profile_box02 .content .tit::before {
  content: "●";
  color: #eee;
  font-size: 1.3rem;
  flex-shrink: 0;
}
.profile_box02 .content .tit::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #eee;
  margin-left: 20px;
}
.profile_box02 .content dl {
  display: grid;
  grid-template-columns: 112px auto;
  gap: 0 30px;
  align-items: flex-start;
  margin-bottom: 10px;
  width: 96%;
}
.profile_box02 .content dl dt img {
  border-radius: 10px;
  border: 3px solid #f5faf7;
}
.profile_box02 .content dl dd {
  padding: 20px 3%;
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
  background: #fff;
  border-radius: 20px;
  position: relative;
}
.profile_box02 .content dl dd::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 20px;
  background: #fff;
  left: 0;
  top: 20px;
  left: -11px;
  clip-path: polygon(100% 0, 100% 100%, 0 60%);
}
.profile_box02 .content dl:last-of-type {
  margin-bottom: 0;
}
.profile_box02 .content dl:nth-of-type(even) {
  grid-template-columns: auto 112px;
  margin-left: auto;
}
.profile_box02 .content dl:nth-of-type(even) dd::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 20px;
  background: #fff;
  left: 0;
  top: 20px;
  left: auto;
  right: -11px;
  clip-path: polygon(0 0, 0 100%, 100% 60%);
}
.profile_box02 .content dl:nth-of-type(even) dt {
  order: 2;
}
.profile_box02 .content dl:nth-of-type(even) dd {
  order: 1;
}
@media screen and (max-width: 767px) {
  .profile_box02 {
    padding: 60px 20px;
    margin-bottom: 60px;
  }
  .profile_box02 .profile_box02_tit {
    margin-bottom: 30px;
  }
  .profile_box02 .profile_box02_tit .aside_tit {
    font-size: 1.2rem;
  }
  .profile_box02 .profile_box02_tit .ja {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
  .profile_box02 .content {
    margin-bottom: 50px;
  }
  .profile_box02 .content .tit {
    font-size: 1.8rem;
    margin-bottom: 24px;
  }
  .profile_box02 .content dl {
    grid-template-columns: 60px auto;
    gap: 0 16px;
    width: 100%;
  }
  .profile_box02 .content dl dt img {
    border: 1px solid #f5faf7;
  }
  .profile_box02 .content dl dd {
    font-size: 1.2rem;
    padding: 12px 4%;
  }
  .profile_box02 .content dl:nth-of-type(even) {
    grid-template-columns: auto 60px;
  }
}
.profile_box02 {
  /*max-width:767px*/
}

.profile_box03 {
  padding: 0 20px;
}
.profile_box03 .wrap {
  position: relative;
}
.profile_box03 .wrap::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 100%;
  background: #5ace9c;
  left: 8px;
  top: 13px;
}
.profile_box03 .content {
  padding-left: 50px;
  display: grid;
  grid-template-columns: 57.03% 34.22%;
  justify-content: space-between;
  position: relative;
  margin-bottom: 100px;
}
.profile_box03 .content::after {
  position: absolute;
  content: "";
  width: 19px;
  height: 19px;
  background: #5ace9c;
  border-radius: 50%;
  left: 0;
  top: 13px;
}
.profile_box03 .content:last-of-type {
  margin-bottom: 0;
}
.profile_box03 .content .txt_area .tit {
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  font-size: clamp(2rem, 2vw, 2.8rem);
}
.profile_box03 .content .txt_area .txt {
  font-size: clamp(1.2rem, 1.2vw, 1.4rem);
}
.profile_box03 .content figure img {
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .profile_box03 .content {
    grid-template-columns: 1fr;
    margin-bottom: 60px;
    padding-left: 36px;
  }
  .profile_box03 .content figure {
    margin-top: 16px;
  }
  .profile_box03 .content .txt_area .tit {
    font-size: 1.8rem;
    margin-bottom: 16px;
  }
  .profile_box03 .content .txt_area .txt {
    font-size: 1.2rem;
  }
}
.profile_box03 {
  /*max-width:767px*/
}

/*==============================================================
SP セレクタナビ（数字で見る / よくある質問）
==================================================================*/
.sp_sticky_select {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_sticky_select {
    display: block;
    position: sticky;
    top: 70px;
    z-index: 100;
    width: 100%;
    margin: 0 0 30px;
    padding: 14px 44px 14px 16px;
    font-size: 1.4rem;
    font-family: inherit;
    font-weight: 600;
    color: #333;
    background: #fff url("images/link_btn.png") no-repeat right 12px center;
    background-size: 18px 18px;
    border: 2px solid #5ace9c;
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    box-sizing: border-box;
  }
  .sp_sticky_select:focus {
    outline: none;
    border-color: #5ace9c;
  }
}
.sp_sticky_select {
  /*max-width:767px*/
}

@media screen and (max-width: 767px) {
  .qa_box .sp_sticky_select {
    margin: 0 20px 20px;
    width: calc(100% - 40px);
  }
}
.qa_box .sp_sticky_select {
  /*max-width:767px*/
}

/*==============================================================
99の質問
==================================================================*/
main.qa_main {
  overflow: visible;
}

.qa_box {
  padding: 0 20px;
}
.qa_box .common_inner {
  display: grid;
  grid-template-columns: 28% 66%;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.qa_box .common_inner .qa_list {
  position: sticky;
  left: 0;
  top: 120px;
  background: #fff;
  padding: 30px 8% 50px;
  border-radius: 20px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
}
.qa_box .common_inner .qa_list li a {
  text-decoration: none;
  line-height: 1.5;
  display: block;
  font-size: clamp(1.2rem, 1.3vw, 1.6rem);
  padding: 12px 0 12px 30px;
  border-bottom: 1px solid #5ace9c;
  position: relative;
}
.qa_box .common_inner .qa_list li a::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: url(images/link_btn.png) no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.qa_box .common_inner .qa_list li a.active {
  color: #5ace9c;
  font-weight: 700;
}
.qa_box .common_inner .content .faq_box {
  padding: 0;
  margin-bottom: 100px;
  padding-top: 150px;
  margin-top: -150px;
}
.qa_box .common_inner .content .faq_box:last-of-type {
  margin-bottom: 0;
}
.qa_box .common_inner .content .faq_box .tit {
  letter-spacing: 0.1em;
  font-size: clamp(2.4rem, 3vw, 3.6rem);
  padding-left: 30px;
  margin-bottom: 30px;
  position: relative;
}
.qa_box .common_inner .content .faq_box .tit::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: #5ace9c;
  border-radius: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.qa_box .common_inner .content .faq_box dl dt {
  padding-left: 0;
  display: flex;
}
.qa_box .common_inner .content .faq_box dl dt::after {
  content: none;
}
.qa_box .common_inner .content .faq_box dl dt span {
  color: #5ace9c;
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .qa_box .common_inner {
    grid-template-columns: 1fr;
  }
  .qa_box .common_inner .qa_list {
    display: none;
  }
  .qa_box .common_inner .content .faq_box {
    margin-bottom: 60px;
    padding-top: 80px;
    margin-top: -80px;
  }
  .qa_box .common_inner .content .faq_box .tit {
    font-size: clamp(1.8rem, 5vw, 2.2rem);
    padding-left: 22px;
    margin-bottom: 20px;
  }
  .qa_box .common_inner .content .faq_box .tit::after {
    width: 11px;
    height: 11px;
  }
  .qa_box .common_inner .content .faq_box dl dt {
    font-size: clamp(1.3rem, 3.8vw, 1.5rem);
  }
  .qa_box .common_inner .content .faq_box dl dd {
    font-size: 1.3rem;
  }
}
.qa_box {
  /*max-width:767px*/
}

/*==============================================================
座談会
==================================================================*/
.discussion_top_box {
  padding: 0 20px;
  margin-bottom: 80px;
}
.discussion_top_box .common_inner .subhead03 {
  margin-bottom: 60px;
}
.discussion_top_box .common_inner .subhead03 .ja {
  font-size: clamp(1.6rem, 1.8vw, 2.2rem);
}
.discussion_top_box .common_inner .subhead03 .aside_tit {
  font-size: clamp(2.4rem, 3vw, 4rem);
  margin-top: 40px;
}
.discussion_top_box .common_inner .txt {
  text-align: center;
  margin-bottom: 80px;
}
.discussion_top_box .common_inner .wrap {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0 1%;
}
.discussion_top_box .common_inner .wrap.wrap02 {
  grid-template-columns: repeat(2, 1fr);
  max-width: 420px;
  margin: 0 auto;
  gap: 0 3%;
}
.discussion_top_box .common_inner .wrap dl {
  text-align: center;
}
.discussion_top_box .common_inner .wrap dl dt {
  margin-bottom: 10px;
}
.discussion_top_box .common_inner .wrap dl dd {
  font-size: clamp(1rem, 1.2vw, 1.4rem);
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .discussion_top_box {
    margin-bottom: 50px;
  }
  .discussion_top_box .common_inner .subhead03 {
    margin-bottom: 30px;
  }
  .discussion_top_box .common_inner .subhead03 .aside_tit {
    margin-top: 20px;
  }
  .discussion_top_box .common_inner .txt {
    margin-bottom: 40px;
    font-size: 1.3rem;
  }
  .discussion_top_box .common_inner .wrap {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 3%;
  }
  .discussion_top_box .common_inner .wrap.wrap02 {
    gap: 0 2%;
  }
  .discussion_top_box .common_inner .wrap dl dd {
    font-size: 1.1rem;
  }
}
.discussion_top_box {
  /*max-width:767px*/
}

.discussion_box {
  padding: 0 20px;
}
.discussion_box .common_inner {
  margin-bottom: 80px;
  background: #f5faf7;
  border-radius: 50px;
  padding: 120px 20px;
}
.discussion_box .common_inner .tit {
  margin-bottom: 70px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: clamp(2.4rem, 2.2vw, 3.2rem);
  text-align: center;
}
.discussion_box .common_inner .content dl {
  margin-bottom: 40px;
}
.discussion_box .common_inner .content dl:last-of-type {
  margin-bottom: 0;
}
.discussion_box .common_inner .content dl {
  display: grid;
  grid-template-columns: 120px auto;
  gap: 0 20px;
  align-items: flex-start;
  width: 96%;
}
.discussion_box .common_inner .content dl dd {
  padding: 20px 3%;
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
  background: #fff;
  border-radius: 20px;
  position: relative;
  box-shadow: 0 2px 16px rgba(90, 206, 156, 0.08);
}
.discussion_box .common_inner .content dl dd::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 20px;
  background: #fff;
  left: 0;
  top: 20px;
  left: -11px;
  clip-path: polygon(100% 0, 100% 100%, 0 60%);
}
.discussion_box .common_inner .content dl:last-of-type {
  margin-bottom: 0;
}
.discussion_box .common_inner .content dl:nth-of-type(even) {
  grid-template-columns: auto 120px;
  margin-left: auto;
}
.discussion_box .common_inner .content dl:nth-of-type(even) dd::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 20px;
  background: #fff;
  left: 0;
  top: 20px;
  left: auto;
  right: -11px;
  clip-path: polygon(0 0, 0 100%, 100% 60%);
}
.discussion_box .common_inner .content dl:nth-of-type(even) dt {
  order: 2;
}
.discussion_box .common_inner .content dl:nth-of-type(even) dd {
  order: 1;
}
.discussion_box .common_inner figure {
  margin-top: 80px;
}
.discussion_box .common_inner figure img {
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .discussion_box .common_inner {
    border-radius: 30px;
    padding: 50px 16px;
    margin-bottom: 50px;
  }
  .discussion_box .common_inner .tit {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
  .discussion_box .common_inner .content figure {
    margin-top: 50px;
  }
  .discussion_box .common_inner .content dl {
    margin-bottom: 20px;
    grid-template-columns: 60px auto;
    width: 100%;
    gap: 0 12px;
  }
  .discussion_box .common_inner .content dl dd {
    font-size: 1.2rem;
    padding: 12px;
  }
  .discussion_box .common_inner .content dl:nth-of-type(even) {
    grid-template-columns: auto 60px;
  }
}
.discussion_box {
  /*max-width:767px*/
}

.discussion_box01 {
  padding: 150px 20px 0;
  margin-bottom: 150px;
}
.discussion_box01 .tit_area {
  position: relative;
  text-align: center;
  padding-bottom: 70px;
}
.discussion_box01 .tit_area .human {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 30%;
}
.discussion_box01 .tit_area .tit {
  display: inline-block;
  position: relative;
  font-size: clamp(2.4rem, 3vw, 4rem);
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.discussion_box01 .tit_area .tit::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #5ace9c;
  left: 0;
  bottom: -10px;
}
.discussion_box01 .wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 2%;
}
.discussion_box01 .wrap .content {
  background: #fff;
  border: 1px solid #5ace9c;
  border-radius: 20px;
  padding: 20px 30px;
  display: grid;
  grid-template-columns: clamp(80px, 14vw, 140px) auto;
  gap: 0 3%;
}
.discussion_box01 .wrap .content dl dt {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}
.discussion_box01 .wrap .content dl dt span {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  background: #92c36e;
  padding-top: 16px;
  margin-right: 5px;
}
.discussion_box01 .wrap .content dl dd {
  font-size: clamp(1.2rem, 1.2vw, 1.4rem);
}
.discussion_box01 .wrap .content:nth-of-type(2) dl dt span {
  background: #f6c348;
}
.discussion_box01 .wrap .content:nth-of-type(3) dl dt span {
  background: #c2b0b2;
}
.discussion_box01 .wrap .content:nth-of-type(4) dl dt span {
  background: #91bda6;
}
.discussion_box01 .wrap .content:nth-of-type(5) dl dt span {
  background: #b7abcb;
}
.discussion_box01 .wrap .content:nth-of-type(6) dl dt span {
  background: #d9b6b7;
}
@media screen and (max-width: 767px) {
  .discussion_box01 {
    padding: 80px 20px 0;
    margin-bottom: 80px;
  }
  .discussion_box01 .tit_area {
    padding-bottom: 50px;
  }
  .discussion_box01 .tit_area .human {
    display: none;
  }
  .discussion_box01 .tit_area .tit {
    font-size: clamp(1.8rem, 5vw, 2.4rem);
  }
  .discussion_box01 .wrap {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .discussion_box01 .wrap .content {
    grid-template-columns: 60px auto;
    padding: 15px;
    gap: 0 4%;
  }
  .discussion_box01 .wrap .content dl dt span {
    width: 30px;
    height: 30px;
    font-size: 1.2rem;
    padding-top: 10px;
  }
  .discussion_box01 .wrap .content dl dd {
    font-size: clamp(1.1rem, 3.5vw, 1.3rem);
  }
}
.discussion_box01 {
  /*max-width:767px*/
}

.staff_flow_box {
  padding: 0 20px;
}
.staff_flow_box .common_inner {
  border-radius: 50px;
  padding: 100px 20px;
  background: #f5faf7;
}
.staff_flow_box .common_inner .subhead01 .en {
  font-size: clamp(1.2rem, 1.2vw, 1.4rem);
}
.staff_flow_box .common_inner .subhead01 .ja {
  font-size: clamp(2.4rem, 3vw, 4rem);
}
.staff_flow_box .common_inner .box {
  position: relative;
}
.staff_flow_box .common_inner .box::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 100%;
  background: #5ace9c;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.staff_flow_box .common_inner .box .content {
  width: 50%;
  position: relative;
  padding-right: 7%;
  display: grid;
  grid-template-columns: 48% 44%;
  justify-content: space-between;
  position: relative;
}
.staff_flow_box .common_inner .box .content::after {
  position: absolute;
  content: "";
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #5ace9c;
  right: -9.2px;
  top: 50%;
  transform: translateY(-50%);
}
.staff_flow_box .common_inner .box .content figure img {
  border-radius: 10px;
}
.staff_flow_box .common_inner .box .content dl {
  padding-top: 2em;
}
.staff_flow_box .common_inner .box .content dl dt {
  color: #5ace9c;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1;
  font-size: clamp(2.4rem, 2.2vw, 3.2rem);
  margin-bottom: 5px;
  letter-spacing: 0.1em;
}
.staff_flow_box .common_inner .box .content dl dd {
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
  letter-spacing: 0.15em;
}
.staff_flow_box .common_inner .box .content:nth-of-type(even) {
  margin-left: auto;
  padding: 0 0 0 7%;
  grid-template-columns: 44% 48%;
}
.staff_flow_box .common_inner .box .content:nth-of-type(even)::after {
  right: auto;
  left: -9.2px;
}
.staff_flow_box .common_inner .box .content:nth-of-type(even) figure {
  order: 2;
}
.staff_flow_box .common_inner .box .content:nth-of-type(even) dl {
  order: 1;
}
.staff_flow_box .common_inner .box .content:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .staff_flow_box .common_inner {
    border-radius: 30px;
    padding: 50px 5%;
  }
  .staff_flow_box .common_inner .box {
    padding-left: 24px;
  }
  .staff_flow_box .common_inner .box::after {
    left: 8px;
    transform: none;
  }
  .staff_flow_box .common_inner .box .content {
    width: 100%;
    padding-right: 0;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }
  .staff_flow_box .common_inner .box .content::after {
    width: 14px;
    height: 14px;
    right: auto;
    left: -22px;
    top: 8px;
    transform: none;
  }
  .staff_flow_box .common_inner .box .content figure {
    margin-bottom: 12px;
  }
  .staff_flow_box .common_inner .box .content dl {
    padding-top: 0;
  }
  .staff_flow_box .common_inner .box .content dl dt {
    font-size: 2.2rem;
  }
  .staff_flow_box .common_inner .box .content dl dd {
    font-size: 1.3rem;
  }
  .staff_flow_box .common_inner .box .content:nth-of-type(even) {
    margin-left: 0;
    padding: 0;
    grid-template-columns: 1fr;
  }
  .staff_flow_box .common_inner .box .content:nth-of-type(even)::after {
    left: -22px;
  }
  .staff_flow_box .common_inner .box .content:nth-of-type(even) figure {
    order: 0;
  }
  .staff_flow_box .common_inner .box .content:nth-of-type(even) dl {
    order: 0;
  }
}
.staff_flow_box {
  /*max-width:767px*/
}

/*==============================================================
業務内容
==================================================================*/
.content_tab {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1140px;
  gap: 0 2px;
  margin: 0 auto 110px;
  padding: 0 20px;
}
.content_tab .tab_btn {
  padding: 18px 20px;
  font-size: clamp(1.4rem, 1.6vw, 2rem);
  letter-spacing: 0.1em;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid #5ace9c;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  background: #fff;
  color: #6e6e6e;
  transition: background 0.3s, color 0.3s;
  font-family: inherit;
}
.content_tab .tab_btn.active {
  background: #5ace9c;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .content_tab {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .content_tab .tab_btn {
    font-size: 1.4rem;
    padding: 14px 10px;
  }
}
.content_tab {
  /*max-width:767px*/
}

.content_box01 {
  padding: 0 20px;
  margin-bottom: 150px;
}
.content_box01 .common_inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 80px 6%;
  border-radius: 50px;
  background: #f5faf7;
}
.content_box01 .common_inner .wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 3%;
}
.content_box01 .common_inner .wrap.wrap02 {
  grid-template-columns: 100%;
}
.content_box01 .common_inner .wrap.wrap02 .content {
  max-width: 630px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.content_box01 .common_inner .wrap .content {
  border-radius: 20px;
  background: #fff;
  border: 1px solid #5ace9c;
  padding: 30px 7% 40px;
}
.content_box01 .common_inner .wrap .content .tit {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  margin-bottom: 20px;
}
.content_box01 .common_inner .wrap .content .tit .icon {
  width: 65px;
}
.content_box01 .common_inner .wrap .content .tit .ja {
  color: #5ace9c;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-size: clamp(2.4rem, 2.4vw, 3.2rem);
}
.content_box01 .common_inner .wrap .content .list li {
  padding-left: 1em;
  text-indent: -1em;
}
.content_box01 .common_inner .wrap .content .list li::first-letter {
  color: #5ace9c;
}
.content_box01 .common_inner .wrap .content .txt {
  margin-top: 25px;
}
.content_box01 .common_inner .wrap .content .txt li {
  font-size: clamp(1.2rem, 1.2vw, 1.4rem);
  padding-left: 1em;
  text-indent: -1em;
  color: #999;
}
@media screen and (max-width: 767px) {
  .content_box01 {
    margin-bottom: 60px;
  }
  .content_box01 .common_inner {
    padding: 50px 5%;
    border-radius: 30px;
  }
  .content_box01 .common_inner .wrap {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
  .content_box01 .common_inner .wrap.wrap02 .content {
    padding-bottom: 50px;
  }
  .content_box01 .common_inner .wrap .content {
    padding: 24px 5%;
  }
  .content_box01 .common_inner .wrap .content .tit .icon {
    width: 50px;
  }
  .content_box01 .common_inner .wrap .content .tit .ja {
    font-size: 2rem;
  }
  .content_box01 .common_inner .wrap .content .txt li {
    font-size: 1.2rem;
  }
}
.content_box01 {
  /*max-width:767px*/
}

.content_box02 {
  margin-bottom: 150px;
}
.content_box02 .content_box02_pic {
  width: 94.79%;
}
.content_box02 .content_box02_pic img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  border-radius: 0 30px 0 0;
}
.content_box02 .content_box02_wrap {
  padding: 0 20px;
}
.content_box02 .content_box02_wrap .common_inner .subhead02 {
  margin-top: -14em;
  margin-bottom: 60px;
}
.content_box02 .content_box02_wrap .common_inner .content_box02_txt {
  margin-bottom: 100px;
}
.content_box02 .content_box02_wrap .common_inner .box {
  margin-bottom: 100px;
}
.content_box02 .content_box02_wrap .common_inner .box:last-of-type {
  margin-bottom: 0;
}
.content_box02 .content_box02_wrap .common_inner .box .box_tit {
  padding-left: 30px;
  margin-bottom: 50px;
  line-height: 1.2;
  font-size: clamp(2.4rem, 2.2vw, 3.2rem);
  letter-spacing: 0.1em;
  position: relative;
}
.content_box02 .content_box02_wrap .common_inner .box .box_tit::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: #5ace9c;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-radius: 50%;
}
.content_box02 .content_box02_wrap .common_inner .box .box_txt {
  margin-bottom: 40px;
}
.content_box02 .content_box02_wrap .common_inner .box .wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 3%;
}
.content_box02 .content_box02_wrap .common_inner .box .wrap .content figure {
  margin-bottom: 20px;
}
.content_box02 .content_box02_wrap .common_inner .box .wrap .content figure img {
  border-radius: 20px;
}
.content_box02 .content_box02_wrap .common_inner .box .wrap .content .tit {
  display: grid;
  grid-template-columns: 65px auto;
  align-items: center;
  gap: 0 10px;
  margin-bottom: 20px;
}
.content_box02 .content_box02_wrap .common_inner .box .wrap .content .tit .ja {
  color: #5ace9c;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-size: clamp(2rem, 2.2vw, 2.8rem);
}
@media screen and (max-width: 767px) {
  .content_box02 {
    margin-bottom: 60px;
  }
  .content_box02 .content_box02_pic {
    width: 100%;
  }
  .content_box02 .content_box02_pic img {
    height: 220px;
    border-radius: 0;
  }
  .content_box02 .content_box02_wrap .common_inner .subhead02 {
    margin-top: -8em;
    margin-bottom: 30px;
  }
  .content_box02 .content_box02_wrap .common_inner .content_box02_txt {
    margin-bottom: 40px;
    font-size: 1.3rem;
  }
  .content_box02 .content_box02_wrap .common_inner .box {
    margin-bottom: 50px;
  }
  .content_box02 .content_box02_wrap .common_inner .box .box_tit {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .content_box02 .content_box02_wrap .common_inner .box .box_txt {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  .content_box02 .content_box02_wrap .common_inner .box .wrap {
    grid-template-columns: 1fr;
    gap: 30px 0;
  }
  .content_box02 .content_box02_wrap .common_inner .box .wrap .content .tit {
    grid-template-columns: 48px auto;
  }
  .content_box02 .content_box02_wrap .common_inner .box .wrap .content .tit .ja {
    font-size: 1.8rem;
  }
  .content_box02 .content_box02_wrap .common_inner .box .wrap .content .txt {
    font-size: 1.3rem;
  }
}
.content_box02 {
  /*max-width:767px*/
}

.content_box03 {
  padding: 0 20px;
  margin-bottom: 150px;
}
.content_box03 .common_inner {
  border: 1px solid #5ace9c;
  border-radius: 30px;
  padding: 100px 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .content_box03 {
    margin-bottom: 60px;
  }
  .content_box03 .common_inner {
    border-radius: 20px;
    padding: 50px 5%;
  }
  .content_box03 .common_inner .subhead01 {
    margin-bottom: 30px;
  }
  .content_box03 .common_inner .txt p {
    font-size: 1.3rem;
  }
  .content_box03 .common_inner .content_box03_txt {
    font-size: 1.3rem;
  }
}
.content_box03 {
  /*max-width:767px*/
}

.content_box04 {
  padding: 0 20px;
}
.content_box04 .common_inner .subhead01 {
  text-align: left;
}
.content_box04 .common_inner .wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 2%;
  margin-top: -50px;
  align-items: flex-start;
}
.content_box04 .common_inner .wrap.wrap02 {
  max-width: 966px;
  margin: 0 auto;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 4%;
}
.content_box04 .common_inner .wrap.wrap02 .content:first-of-type {
  padding-top: 80px;
}
.content_box04 .common_inner .wrap.wrap02 .content:nth-of-type(2) {
  padding-top: 0;
}
.content_box04 .common_inner .wrap .content {
  padding-bottom: 30px;
  border-bottom: 1px dashed #ccc;
}
.content_box04 .common_inner .wrap .content .icon {
  margin-bottom: 30px;
  width: 60%;
  margin-left: auto;
}
.content_box04 .common_inner .wrap .content figure {
  margin-bottom: 30px;
  position: relative;
}
.content_box04 .common_inner .wrap .content figure img {
  border-radius: 20px;
}
.content_box04 .common_inner .wrap .content figure figcaption {
  position: absolute;
  top: -15px;
  background: #5ace9c;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  padding: 5px 0;
  line-height: 1.2;
  letter-spacing: 0.1em;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-size: clamp(1.6rem, 1.8vw, 2.2rem);
}
.content_box04 .common_inner .wrap .content:last-of-type {
  padding-top: 18%;
}
.content_box04 .common_inner .wrap .content:last-of-type figure figcaption {
  background: #184d35;
}
.content_box04 .common_inner .wrap .content:first-of-type {
  padding-top: 130px;
}
.content_box04 .common_inner .wrap .content:nth-of-type(2) {
  padding-top: 70px;
}
.content_box04 .common_inner .wrap .content:nth-of-type(2) figure figcaption {
  background: #3ba876;
}
.content_box04 .common_inner .wrap .content:nth-of-type(3) figure figcaption {
  background: #297a55;
}
@media screen and (max-width: 767px) {
  .content_box04 .common_inner .content_box04_txt {
    margin-bottom: 40px;
  }
  .content_box04 .common_inner .wrap {
    grid-template-columns: 1fr;
    gap: 60px 0;
    margin-top: 0;
  }
  .content_box04 .common_inner .wrap.wrap02 {
    grid-template-columns: repeat(1, 1fr);
    gap: 60px 0;
  }
  .content_box04 .common_inner .wrap.wrap02 .content:first-of-type {
    padding-top: 0;
  }
  .content_box04 .common_inner .wrap.wrap02 .content:nth-of-type(2) {
    padding-top: 0;
  }
  .content_box04 .common_inner .wrap .content {
    padding-top: 0 !important;
  }
  .content_box04 .common_inner .wrap .content .icon {
    display: none;
  }
  .content_box04 .common_inner .wrap .content figure figcaption {
    font-size: 1.6rem;
    top: -12px;
  }
  .content_box04 .common_inner .wrap .content .txt {
    font-size: 1.3rem;
  }
}
.content_box04 {
  /*max-width:767px*/
}

/*==============================================================
働きやすい理由
==================================================================*/
.reason_box {
  position: relative;
  padding: 0 20px;
}
.reason_box .icon_box {
  position: absolute;
  background: #f5faf7;
  border-radius: 20px;
  z-index: -1;
  height: auto;
  aspect-ratio: 1/1;
}
.reason_box .icon01 {
  width: 33%;
  top: 12%;
  left: -3%;
}
.reason_box .icon02 {
  width: 22%;
  top: 45%;
  right: 4%;
}
.reason_box .icon03 {
  width: 22%;
  top: 73%;
  left: 2%;
}
.reason_box .common_inner .subhead03 .aside_tit {
  font-size: clamp(2.6rem, 3vw, 4rem);
}
.reason_box .common_inner .reason_box_txt {
  text-align: center;
  margin-bottom: 100px;
}
.reason_box .common_inner .box {
  max-width: 1300px;
  margin: 0 auto;
  padding-right: 10%;
  margin-bottom: 30px;
}
.reason_box .common_inner .box:last-of-type {
  margin-bottom: 0;
}
.reason_box .common_inner .box:nth-of-type(even) {
  padding: 0 0 0 10%;
}
.reason_box .common_inner .box:nth-of-type(even) .wrap {
  margin-left: auto;
}
.reason_box .common_inner .box .wrap {
  max-width: 1000px;
  display: grid;
  grid-template-columns: 35% 65%;
  align-items: flex-start;
  z-index: 1;
}
.reason_box .common_inner .box .wrap figure {
  margin-top: 50px;
}
.reason_box .common_inner .box .wrap figure img {
  border-radius: 50%;
  border: 5px solid #cef0e1;
}
.reason_box .common_inner .box .wrap .content {
  position: relative;
  padding: 0 8% 40px 0;
}
.reason_box .common_inner .box .wrap .content::after {
  position: absolute;
  content: "";
  width: 130%;
  height: 100%;
  background: #fff;
  z-index: -1;
  right: 0;
  top: 5px;
  border-radius: 20px;
  box-shadow: 10px 10px 0 #5ace9c;
}
.reason_box .common_inner .box .wrap .content .tit_area {
  display: grid;
  grid-template-columns: 100px auto;
  align-items: flex-end;
  gap: 0 10px;
  margin-bottom: 5px;
}
.reason_box .common_inner .box .wrap .content .tit_area .tit {
  color: #5ace9c;
  line-height: 1.2;
  font-size: clamp(2rem, 2vw, 2.8rem);
  letter-spacing: 0.1em;
  padding-bottom: 20px;
}
.reason_box .common_inner .box .wrap .content .txt {
  padding-left: 6%;
}
@media screen and (max-width: 767px) {
  .reason_box .icon01 {
    width: 50%;
    top: 4%;
    left: -8%;
  }
  .reason_box .icon02 {
    width: 40%;
    top: 36%;
    right: -8%;
  }
  .reason_box .icon03 {
    width: 40%;
    top: 70%;
    left: -6%;
  }
  .reason_box .common_inner .reason_box_txt {
    margin-bottom: 50px;
    font-size: 1.3rem;
  }
  .reason_box .common_inner .box {
    padding-right: 0;
    margin-bottom: 50px;
  }
  .reason_box .common_inner .box:nth-of-type(even) {
    padding: 0;
  }
  .reason_box .common_inner .box .wrap {
    grid-template-columns: 1fr;
    max-width: 100%;
  }
  .reason_box .common_inner .box .wrap figure {
    margin-top: 0;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .reason_box .common_inner .box .wrap .content {
    padding: 0 5% 30px;
  }
  .reason_box .common_inner .box .wrap .content::after {
    width: 100%;
    left: 0;
    right: auto;
  }
  .reason_box .common_inner .box .wrap .content .tit_area {
    grid-template-columns: 70px auto;
  }
  .reason_box .common_inner .box .wrap .content .tit_area .tit {
    font-size: 2rem;
    padding-bottom: 10px;
  }
  .reason_box .common_inner .box .wrap .content .txt {
    padding-left: 0;
    font-size: 1.3rem;
  }
}
.reason_box {
  /*max-width:767px*/
}

/*==============================================================
福利厚生・待遇
==================================================================*/
.welfare_box01 {
  text-align: center;
  padding: 0 20px;
  margin-bottom: 100px;
}
.welfare_box01 .subhead03 .aside_tit {
  margin-top: 0;
  font-size: clamp(2.6rem, 3vw, 4rem);
}
@media screen and (max-width: 767px) {
  .welfare_box01 {
    margin-bottom: 60px;
  }
  .welfare_box01 .subhead03 .aside_tit {
    font-size: 2.2rem;
  }
  .welfare_box01 p {
    font-size: 1.3rem;
  }
}
.welfare_box01 {
  /*max-width:767px*/
}

.welfare_box02 {
  padding: 0 20px;
  margin-bottom: 150px;
}
.welfare_box02 .box {
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: 31.82% 63.64%;
  justify-content: space-between;
  align-items: center;
}
.welfare_box02 .box figure img {
  border-radius: 20px;
  height: 541px;
  -o-object-fit: cover;
     object-fit: cover;
}
.welfare_box02 .box .content .subhead01 {
  text-align: left;
}
.welfare_box02 .box .content .subhead01 .ja {
  font-size: clamp(1.8rem, 2vw, 2.6rem);
}
.welfare_box02 .box .content .txt {
  margin-bottom: 20px;
}
.welfare_box02 .box .content .list {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.welfare_box02 .box .content .list li {
  background: #5ace9c;
  color: #fff;
  line-height: 1.2;
  padding: 7px 12px;
  font-size: clamp(1.4rem, 1.3vw, 1.5rem);
  border-radius: 5px;
}
.welfare_box02 .box:last-of-type {
  margin-bottom: 0;
}
.welfare_box02 .box:nth-of-type(even) {
  grid-template-columns: 63.64% 31.82%;
}
.welfare_box02 .box:nth-of-type(even) figure {
  order: 2;
}
.welfare_box02 .box:nth-of-type(even) .content {
  order: 1;
}
@media screen and (max-width: 767px) {
  .welfare_box02 {
    margin-bottom: 60px;
  }
  .welfare_box02 .box {
    grid-template-columns: 1fr;
    margin-bottom: 50px;
    gap: 20px 0;
  }
  .welfare_box02 .box figure img {
    height: 260px;
  }
  .welfare_box02 .box .content .subhead01 .ja {
    font-size: 2rem;
  }
  .welfare_box02 .box .content .txt {
    font-size: 1.3rem;
  }
  .welfare_box02 .box .content .list li {
    font-size: 1.3rem;
  }
  .welfare_box02 .box:nth-of-type(even) {
    grid-template-columns: 1fr;
  }
  .welfare_box02 .box:nth-of-type(even) figure {
    order: 0;
  }
  .welfare_box02 .box:nth-of-type(even) .content {
    order: 0;
  }
}
.welfare_box02 {
  /*max-width:767px*/
}

.welfare_box03 {
  padding: 0 5%;
}
.welfare_box03 .welfare_box03_inner {
  max-width: 1500px;
  margin: 0 auto;
}
.welfare_box03 .welfare_box03_inner .subhead03 .aside_tit {
  margin-top: 0;
  font-size: clamp(2.6rem, 3vw, 4rem);
}
.welfare_box03 .welfare_box03_inner .wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 2.5%;
}
.welfare_box03 .welfare_box03_inner .wrap .content .icon {
  width: 30%;
  margin: 0 auto 10px;
  transform: translateX(-12%);
}
.welfare_box03 .welfare_box03_inner .wrap .content dl dt {
  margin-bottom: 25px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.2em;
  font-size: clamp(1.8rem, 2vw, 2.6rem);
}
@media screen and (max-width: 767px) {
  .welfare_box03 .welfare_box03_inner .subhead03 .aside_tit {
    font-size: 2.2rem;
  }
  .welfare_box03 .welfare_box03_inner .wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .welfare_box03 .welfare_box03_inner .wrap .content .icon {
    width: 30%;
  }
  .welfare_box03 .welfare_box03_inner .wrap .content dl dt {
    font-size: 2rem;
    margin-bottom: 14px;
  }
  .welfare_box03 .welfare_box03_inner .wrap .content dl dd {
    font-size: 1.2rem;
  }
}
.welfare_box03 {
  /*max-width:767px*/
}

/*==============================================================
院内ギャラリー
==================================================================*/
.gallery_box {
  padding: 0 20px;
}
.gallery_box .content {
  padding-top: 150px;
  margin-top: -150px;
  margin-bottom: 150px;
}
.gallery_box .content:last-of-type {
  margin-bottom: 0;
}
.gallery_box .content .subhead01 {
  text-align: left;
}
.gallery_box .content .subhead01 .ja {
  font-size: clamp(2rem, 2vw, 2.6rem);
}
.gallery_box .txt {
  margin-bottom: 50px;
}
.gallery_box .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 3%;
}
.gallery_box .list li img {
  border-radius: 20px;
}
.gallery_box .list li p {
  text-align: center;
  font-size: clamp(1.4rem, 1.6vw, 2rem);
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .gallery_box .content {
    margin-bottom: 60px;
    padding-top: 80px;
    margin-top: -80px;
  }
  .gallery_box .content .subhead01 .ja {
    font-size: clamp(1.6rem, 4.5vw, 2rem);
  }
  .gallery_box .txt {
    margin-bottom: 30px;
    font-size: 1.3rem;
  }
  .gallery_box .list {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
  .gallery_box .list li img {
    border-radius: 14px;
  }
  .gallery_box .list li p {
    font-size: 1.3rem;
    margin-top: 8px;
  }
}
.gallery_box {
  /*max-width:767px*/
}

/*==============================================================
マッチング率診断
==================================================================*/
.matching-head {
  line-height: 1.8;
  margin-bottom: 100px;
  text-align: center;
  font-size: clamp(1.4rem, 1.3vw, 1.8rem);
}
@media (max-width: 767px) {
  .matching-head {
    font-size: 1.3rem;
    margin-bottom: 48px;
  }
}

form[name=check-sheet] {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
form[name=check-sheet] [id^=question_] {
  margin-bottom: 40px;
  padding: 32px 36px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border-top: 4px solid #def5eb;
  transition: border-color 0.2s;
}
@media (max-width: 767px) {
  form[name=check-sheet] [id^=question_] {
    padding: 20px 16px;
    margin-bottom: 24px;
  }
}
form[name=check-sheet] [id^=question_] h2 {
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  form[name=check-sheet] [id^=question_] h2 {
    font-size: 1.5rem;
    gap: 10px;
    margin-bottom: 14px;
  }
}
form[name=check-sheet] [id^=question_] h2 span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #5ace9c;
  color: #fff;
  border-radius: 50%;
  font-size: 1.6rem;
  flex-shrink: 0;
  line-height: 1;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  form[name=check-sheet] [id^=question_] h2 span {
    width: 28px;
    height: 28px;
    font-size: 1.3rem;
  }
}
form[name=check-sheet] .q_wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
@media (max-width: 767px) {
  form[name=check-sheet] .q_wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
form[name=check-sheet] .q_wrap div label {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 14px 8px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1.3rem;
  color: #6e6e6e;
  line-height: 1.5;
  transition: all 0.2s;
  background: #fafafa;
}
@media (max-width: 767px) {
  form[name=check-sheet] .q_wrap div label {
    font-size: 1.2rem;
    padding: 12px 6px;
  }
}
form[name=check-sheet] .q_wrap div label:hover {
  border-color: #5ace9c;
  background: #def5eb;
  color: #444444;
}
form[name=check-sheet] .q_wrap div label input[type=radio] {
  display: none;
}
form[name=check-sheet] .q_wrap div:has(input:checked) label {
  border-color: #5ace9c;
  background: #def5eb;
  color: #1ba469;
  font-weight: bold;
}
form[name=check-sheet] .error_txt {
  display: none;
  color: #e05555;
  font-size: 1.4rem;
  margin-top: 10px;
}
@media (max-width: 767px) {
  form[name=check-sheet] .error_txt {
    font-size: 1.2rem;
  }
}
form[name=check-sheet] #resultbtn {
  display: block;
  width: 320px;
  margin: 60px auto 48px;
  padding: 18px 0;
  background: #5ace9c;
  color: #fff;
  font-size: 1.8rem;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  letter-spacing: 0.08em;
  transition: all 0.3s;
}
form[name=check-sheet] #resultbtn:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  form[name=check-sheet] #resultbtn {
    width: 100%;
    font-size: 1.6rem;
    margin: 40px auto 32px;
  }
}
form[name=check-sheet] .resource {
  display: none;
  margin-top: 16px;
}
form[name=check-sheet] .resource #goukei {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #444444;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  form[name=check-sheet] .resource #goukei {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
form[name=check-sheet] .resource #goukei span {
  font-size: 3.6rem;
  color: #1ba469;
}
@media (max-width: 767px) {
  form[name=check-sheet] .resource #goukei span {
    font-size: 2.8rem;
  }
}
form[name=check-sheet] .mach_txt {
  display: none;
  padding: 50px 5%;
  border-radius: 12px;
  font-size: 1.5rem;
  line-height: 1.9;
  color: #6e6e6e;
}
@media (max-width: 767px) {
  form[name=check-sheet] .mach_txt {
    padding: 28px 16px;
    font-size: 1.3rem;
  }
}
form[name=check-sheet] .mach_txt p {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  form[name=check-sheet] .mach_txt p {
    margin-bottom: 20px;
  }
}
form[name=check-sheet] .mach_txt .btn a {
  margin: 0 auto;
}
form[name=check-sheet] .mach_txt.mach_25 {
  background: #fff5f5;
  border: 2px solid #f5c6c6;
}
form[name=check-sheet] .mach_txt.mach_50 {
  background: hsl(44, 100%, 97%);
  border: 2px solid #f5e0a0;
}
form[name=check-sheet] .mach_txt.mach_75 {
  background: #f5faf7;
  border: 2px solid #def5eb;
}
form[name=check-sheet] .mach_txt.mach_100 {
  background: #def5eb;
  border: 2px solid #5ace9c;
}

/*==============================================================
医院見学のご案内
==================================================================*/
.visit_box01 {
  margin-bottom: 150px;
}
.visit_box01 .box01 {
  position: relative;
  padding: 50px 20px;
  margin-bottom: 80px;
}
.visit_box01 .box01 figure {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 55.57%;
  height: 100%;
}
.visit_box01 .box01 figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}
.visit_box01 .box01 .visit_box01_inner {
  max-width: 1300px;
  margin: 0 auto;
}
.visit_box01 .box01 .visit_box01_inner .content {
  width: 60%;
}
.visit_box01 .box01 .visit_box01_inner .content .subhead01 {
  text-align: left;
}
.visit_box01 .box01 .visit_box01_inner .content .subhead01 .aside_tit {
  font-size: clamp(2.4rem, 3vw, 4rem);
  margin-top: 0;
}
.visit_box01 .box02 {
  padding: 0 20px;
  max-width: 1340px;
  margin: 0 auto 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 60px;
}
.visit_box01 .box02 .content {
  border: 1px solid #5ace9c;
  border-radius: 10px;
  background: #f8f9f9;
  padding: 60px 7% 30px;
  position: relative;
}
.visit_box01 .box02 .content::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background: #00844b;
  right: -45px;
  top: 50%;
  transform: translateY(-50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.visit_box01 .box02 .content:last-of-type::after {
  content: none;
}
.visit_box01 .box02 .content .num {
  position: absolute;
  left: 5px;
  top: 0;
  line-height: 1;
  padding: 15px 13px;
  background: #5ace9c;
  color: #fff;
  border-radius: 0 0 5px 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: clamp(1.4rem, 1.5vw, 1.8rem);
}
.visit_box01 .box02 .content dl {
  text-align: center;
}
.visit_box01 .box02 .content dl dt {
  width: 40%;
  margin: 0 auto 15px;
}
.visit_box01 .box02 .content dl dd {
  line-height: 1.5;
  font-size: clamp(1.4rem, 1.5vw, 1.8rem);
}
.visit_box01 .box02 .content .txt {
  margin-top: 20px;
  font-size: clamp(1.2rem, 1.2vw, 1.4rem);
  line-height: 1.5;
}
.visit_box01 .box02 .content .link {
  color: #5ace9c;
  margin-top: 20px;
  font-size: clamp(1.2rem, 1.2vw, 1.4rem);
}
.visit_box01 .box02 .content .link a {
  color: #5ace9c;
}
.visit_box01 .box03 {
  padding: 0 20px;
  max-width: 1340px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(250px, 26.67%) auto;
  gap: 0 2%;
}
.visit_box01 .box03 .content:nth-of-type(2) .tit .icon {
  width: 35px;
}
.visit_box01 .box03 .content {
  border: 1px solid #5ace9c;
  border-radius: 10px;
  padding: 30px 30px 40px;
}
.visit_box01 .box03 .content .tit {
  display: flex;
  gap: 0 10px;
  align-items: center;
  margin-bottom: 25px;
}
.visit_box01 .box03 .content .tit .icon {
  width: 40px;
}
.visit_box01 .box03 .content .tit .ja {
  color: #5ace9c;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-size: clamp(1.6rem, 1.8vw, 2.2rem);
}
.visit_box01 .box03 .content .tit .aside_tit {
  font-size: clamp(1rem, 1vw, 1.4rem);
  display: inline-block;
  margin-left: 20px;
}
.visit_box01 .box03 .content dl dt p {
  font-size: clamp(1.4rem, 1.6vw, 2rem);
  line-height: 1.8;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.visit_box01 .box03 .content dl dt p .time {
  color: #5ace9c;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.visit_box01 .box03 .content dl dd {
  font-size: clamp(1.2rem, 1.2vw, 1.4rem);
}
@media screen and (max-width: 767px) {
  .visit_box01 {
    margin-bottom: 60px;
  }
  .visit_box01 .box01 {
    padding: 40px 0;
    margin-bottom: 40px;
  }
  .visit_box01 .box01 figure {
    position: static;
    width: 100%;
    height: 220px;
    margin-bottom: 24px;
  }
  .visit_box01 .box01 figure img {
    height: 220px;
  }
  .visit_box01 .box01 .visit_box01_inner .content {
    width: 100%;
    padding: 0 20px;
  }
  .visit_box01 .box01 .visit_box01_inner .content .subhead01 .aside_tit {
    font-size: 2.2rem;
  }
  .visit_box01 .box01 .visit_box01_inner .content p {
    font-size: 1.3rem;
  }
  .visit_box01 .box02 {
    grid-template-columns: 1fr;
    gap: 40px 0;
    margin-bottom: 30px;
  }
  .visit_box01 .box02 .content {
    padding: 50px 5% 24px;
  }
  .visit_box01 .box02 .content::after {
    content: none;
  }
  .visit_box01 .box02 .content dl dd {
    font-size: 1.4rem;
  }
  .visit_box01 .box02 .content .txt {
    font-size: 1.2rem;
  }
  .visit_box01 .box02 .content .link {
    font-size: 1.2rem;
  }
  .visit_box01 .box03 {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
  .visit_box01 .box03 .content:first-of-type {
    min-width: auto;
  }
  .visit_box01 .box03 .content {
    padding: 24px 20px 30px;
  }
  .visit_box01 .box03 .content .tit .ja {
    font-size: 1.8rem;
  }
  .visit_box01 .box03 .content .tit .aside_tit {
    font-size: 1.2rem;
    margin-left: 10px;
  }
  .visit_box01 .box03 .content dl dt p {
    font-size: 1.4rem;
  }
  .visit_box01 .box03 .content dl dd {
    font-size: 1.2rem;
  }
  .visit_box01 .btn {
    padding: 0 20px;
  }
}
.visit_box01 {
  /*max-width:767px*/
}

.faq_box {
  padding: 0 20px;
}
.faq_box dl {
  border: 1px solid #5ace9c;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 50px 4% 40px;
}
.faq_box dl:last-of-type {
  margin-bottom: 0;
}
.faq_box dl dt {
  padding: 0 0 20px 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  position: relative;
  font-size: clamp(1.6rem, 1.6vw, 2rem);
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.faq_box dl dt::after {
  position: absolute;
  content: "Q";
  font-family: "Open Sans";
  font-size: 3.6rem;
  line-height: 1;
  left: 0;
  top: -10px;
  font-weight: 600;
  color: #5ace9c;
}
.faq_box dl dd .btn {
  margin-top: 30px;
}
.faq_box dl dd .btn a {
  width: 260px;
  line-height: 50px;
  font-size: 1.4rem;
}
.faq_box dl dd a {
  color: #5ace9c;
}
.faq_box dl dd img {
  display: block;
  margin-top: 30px;
  border-radius: 20px;
  width: 70%;
}
.faq_box .btn a {
  font-size: 1.8rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .faq_box dl {
    padding: 30px 5% 24px;
    margin-bottom: 20px;
  }
  .faq_box dl dt {
    font-size: 1.5rem;
    padding: 0 0 16px 34px;
    margin-bottom: 16px;
  }
  .faq_box dl dt::after {
    font-size: 2.8rem;
    top: -8px;
  }
  .faq_box dl dd {
    font-size: 1.3rem;
  }
  .faq_box dl dd .btn a {
    width: 100%;
    font-size: 1.3rem;
    max-width: 100%;
  }
  .faq_box dl dd img {
    margin-top: 20px;
    border-radius: 10px;
    width: 100%;
  }
  .faq_box .btn a {
    font-size: 1.3rem;
  }
}
.faq_box {
  /*max-width:767px*/
}

/*==============================================================
新卒衛生士のあなたへ
==================================================================*/
.graduate_wrapper {
  padding-bottom: 150px;
}
.graduate_wrapper .subhead03.graduate_tit {
  padding: 0 20px;
  margin-bottom: 120px;
}
.graduate_wrapper .number_box {
  position: relative;
  padding: 0 20px;
}
.graduate_wrapper .number_box [class^=icon] {
  position: absolute;
  background: #f5faf7;
  border-radius: 20px;
  z-index: -1;
  height: auto;
  aspect-ratio: 1/1;
}
.graduate_wrapper .number_box .icon01 {
  width: 30%;
  top: 4%;
  right: -3%;
}
.graduate_wrapper .number_box .icon02 {
  width: 22%;
  top: 65%;
  left: 4%;
}
.graduate_wrapper .number_box .wrap .content dl {
  margin-top: 20px;
  padding: 0 5%;
  display: grid;
  grid-template-columns: 23% 72%;
  justify-content: space-between;
}
.graduate_wrapper .number_box .wrap .content dl dd {
  text-align: left;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .graduate_wrapper {
    padding-bottom: 80px;
  }
  .graduate_wrapper .subhead03.graduate_tit {
    margin-bottom: 60px;
  }
  .graduate_wrapper .number_box .icon01 {
    width: 50%;
    right: -5%;
  }
  .graduate_wrapper .number_box .icon02 {
    width: 36%;
  }
  .graduate_wrapper .number_box .wrap .content dl {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .graduate_wrapper .number_box .wrap .content dl dt {
    width: 100px;
    margin: 0 auto;
  }
  .graduate_wrapper .number_box .wrap .content dl dd {
    margin-top: 10px;
    font-size: 1.3rem;
  }
}
.graduate_wrapper {
  /*max-width:767px*/
}

.graduate_box02 {
  padding: 150px 20px;
  background: #f5faf7;
}
.graduate_box02 .wrap {
  display: grid;
  grid-template-columns: 44.62% 47.69%;
  justify-content: space-between;
  align-items: center;
}
.graduate_box02 .wrap figure img {
  border-radius: 20px;
}
.graduate_box02 .wrap .content .tit {
  padding-left: 30px;
  margin-bottom: 40px;
  position: relative;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-size: clamp(2.2rem, 2.2vw, 3.2rem);
}
.graduate_box02 .wrap .content .tit::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: #5ace9c;
  border-radius: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.graduate_box02 .wrap .content .aside_tit {
  display: grid;
  grid-template-columns: 70px auto;
  align-items: center;
  margin-bottom: 20px;
}
.graduate_box02 .wrap .content .aside_tit .ja {
  font-size: clamp(2.2rem, 2vw, 3rem);
  color: #5ace9c;
  letter-spacing: 0.1em;
}
.graduate_box02 .wrap .content .txt .line_break {
  color: #5ace9c;
}
@media screen and (max-width: 767px) {
  .graduate_box02 {
    padding: 80px 20px;
  }
  .graduate_box02 .wrap {
    grid-template-columns: 1fr;
    gap: 30px 0;
  }
  .graduate_box02 .wrap .content .tit {
    font-size: 2rem;
    padding-left: 20px;
  }
  .graduate_box02 .wrap .content .aside_tit .ja {
    font-size: 1.8rem;
  }
}
.graduate_box02 {
  /*max-width:767px*/
}

.graduate_box03 {
  padding: 150px 20px;
}
.graduate_box03 .content {
  background: #fff;
  border: 10px solid #cef0e1;
  border-radius: 20px;
  padding: 70px 10px;
  text-align: center;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
  margin-bottom: 5px;
}
.graduate_box03 .content .tit {
  font-size: clamp(2rem, 2vw, 2.8rem);
  letter-spacing: 0.2em;
  margin-bottom: 5px;
}
.graduate_box03 .content figure {
  margin-bottom: 10px;
}
.graduate_box03 .content figure img {
  width: 20%;
  min-width: 80px;
}
.graduate_box03 .content .num {
  font-size: clamp(1.6rem, 2vw, 2.4rem);
  color: #5ace9c;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
.graduate_box03 .content .num span {
  font-size: clamp(3rem, 5vw, 8rem);
  color: #5ace9c;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
}
.graduate_box03 .content .num span span {
  font-size: 0.44em;
  letter-spacing: 0.04em;
  font-weight: 600;
}
.graduate_box03 .content .txt {
  margin-top: 30px;
  font-size: clamp(1.2rem, 1.4vw, 1.8rem);
  color: #6e6e6e;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .graduate_box03 {
    padding: 80px 20px;
  }
  .graduate_box03 .content {
    padding: 50px 20px;
  }
  .graduate_box03 .content .tit {
    font-size: 1.8rem;
  }
  .graduate_box03 .content .num span {
    font-size: clamp(3.8rem, 8vw, 5rem);
  }
  .graduate_box03 .content .txt {
    font-size: 1.3rem;
    margin-top: 20px;
  }
}
.graduate_box03 {
  /*max-width:767px*/
}

.graduate_box01 .info {
  display: grid;
  grid-template-columns: 271px auto;
  gap: 0 20px;
  align-items: center;
  margin-top: 60px;
  position: relative;
}
.graduate_box01 .info::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 80%;
  background: #f5faf7;
  border: 1px solid #5ace9c;
  border-radius: 10px;
  left: 0;
  bottom: -1px;
  z-index: -1;
}
.graduate_box01 .info dt img {
  filter: drop-shadow(0 -10px 30px rgba(0, 0, 0, 0.1));
}
.graduate_box01 .info dd {
  padding-top: 37px;
  font-size: clamp(1.4rem, 1.4vw, 1.8rem);
}
@media screen and (max-width: 767px) {
  .graduate_box01 .info {
    margin-top: 30px;
    grid-template-columns: 1fr;
    text-align: center;
  }
  .graduate_box01 .info dt {
    width: 200px;
    margin: 0 auto;
  }
  .graduate_box01 .info dd {
    padding-top: 16px;
    font-size: 1.3rem;
    padding-bottom: 30px;
  }
}
.graduate_box01 {
  /*max-width:767px*/
}

.graduate_box04 {
  padding: 0 20px;
  margin-bottom: 150px;
}
.graduate_box04 .banner_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 3.5%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .graduate_box04 {
    margin-bottom: 80px;
  }
  .graduate_box04 .banner_box {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
}
.graduate_box04 {
  /*max-width:767px*/
}

.graduate_box06 {
  padding: 0 20px;
  margin-bottom: 150px;
}
.graduate_box06 .common_inner {
  border-radius: 50px;
  padding: 150px 20px;
  background: #f5faf7;
}
.graduate_box06 .common_inner .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  border-radius: 10px;
  overflow: hidden;
}
.graduate_box06 .common_inner .list li {
  padding: 18px 5%;
  background: #fff;
  color: #5ace9c;
  font-size: clamp(1.6rem, 1.6vw, 2rem);
}
@media screen and (max-width: 767px) {
  .graduate_box06 {
    margin-bottom: 80px;
  }
  .graduate_box06 .common_inner {
    border-radius: 30px;
    padding: 60px 20px;
  }
  .graduate_box06 .common_inner .list {
    grid-template-columns: 1fr;
  }
  .graduate_box06 .common_inner .list li {
    font-size: 1.5rem;
  }
}
.graduate_box06 {
  /*max-width:767px*/
}

.graduate_box08 {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .graduate_box08 {
    margin-bottom: 80px;
  }
}
.graduate_box08 {
  /*max-width:767px*/
}

.graduate_box09 {
  padding: 0 20px;
  margin-bottom: 150px;
}
.graduate_box09 .common_inner {
  border-radius: 50px;
  padding: 150px 20px;
  background: #f5faf7;
}
.graduate_box09 .common_inner .box01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 4%;
  margin-bottom: 50px;
}
.graduate_box09 .common_inner .box01 dl {
  border: 1px solid #5ace9c;
  border-radius: 16px;
  text-align: center;
  padding: 45px 5%;
}
.graduate_box09 .common_inner .box01 dl dt {
  color: #5ace9c;
  letter-spacing: 0.3em;
  margin-bottom: 15px;
  line-height: 1.2;
  font-size: clamp(2rem, 2vw, 2.6rem);
}
.graduate_box09 .common_inner .box01 dl dd {
  letter-spacing: 0.2em;
  font-size: clamp(1.6rem, 1.8vw, 2.2rem);
}
.graduate_box09 .common_inner .box02 .tit {
  padding-left: 30px;
  margin-bottom: 30px;
  position: relative;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-size: clamp(2rem, 2vw, 2.6rem);
}
.graduate_box09 .common_inner .box02 .tit::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: #5ace9c;
  border-radius: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.graduate_box09 .common_inner .box02 table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 60px;
}
.graduate_box09 .common_inner .box02 table th {
  width: 18%;
  padding: 20px 10px 20px 20px;
  font-size: 1.6rem;
  text-align: left;
  vertical-align: text-top;
  font-weight: normal;
  color: #5ace9c;
  border-bottom: 1px solid #5ace9c;
}
.graduate_box09 .common_inner .box02 table td {
  width: 88%;
  padding: 20px 10px 20px 20px;
  font-size: 1.6rem;
  text-align: left;
  border-bottom: 1px solid #cccccc;
  vertical-align: text-top;
}
.graduate_box09 .common_inner .content05 {
  margin-bottom: 80px;
}
.graduate_box09 .common_inner .content05 .wrap {
  display: grid;
  grid-template-columns: 34% 60%;
  gap: 0 6%;
  align-items: center;
}
.graduate_box09 .common_inner .content05 figure img {
  height: 541px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.graduate_box09 .common_inner .content05 .content .subhead01 {
  text-align: left;
  margin-bottom: 40px;
}
.graduate_box09 .common_inner .content05 .content .subhead01 .ja {
  font-size: clamp(1.2rem, 1.3vw, 1.6rem);
}
.graduate_box09 .common_inner .content05 .content .subhead01 .aside_tit {
  font-size: clamp(1.8rem, 2vw, 2.6rem);
  margin-top: 10px;
}
.graduate_box09 .common_inner .content05 .content .green {
  color: #5ace9c;
}
.graduate_box09 .common_inner .content05 .content .txt p {
  font-size: clamp(1.3rem, 1.3vw, 1.5rem);
  color: #6e6e6e;
  line-height: 2;
}
.graduate_box09 .common_inner .content05 .content .txt .line_break {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .graduate_box09 .common_inner .content05 {
    margin-bottom: 50px;
  }
  .graduate_box09 .common_inner .content05 .wrap {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
  .graduate_box09 .common_inner .content05 figure img {
    height: 350px;
  }
  .graduate_box09 .common_inner .content05 .content .subhead01 {
    margin-bottom: 20px;
  }
  .graduate_box09 .common_inner .content05 .content .subhead01 .aside_tit {
    font-size: 1.8rem;
  }
  .graduate_box09 .common_inner .content05 .content .txt p {
    font-size: 1.3rem;
  }
  .graduate_box09 .common_inner .content05 .content .txt .line_break {
    margin-top: 16px;
  }
}
.graduate_box09 .common_inner .content05 {
  /*max-width:767px*/
}
.graduate_box09 .common_inner .box03 .tit {
  text-align: center;
  line-height: 1.2;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}
.graduate_box09 .common_inner .box03 .doc_links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 3%;
}
.graduate_box09 .common_inner .box03 .doc_links li {
  border-bottom: 3px solid #d9d9d9;
  position: relative;
}
.graduate_box09 .common_inner .box03 .doc_links li::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 3px;
  background: #5ace9c;
  left: 0;
  bottom: -3px;
}
.graduate_box09 .common_inner .box03 .doc_links li a {
  display: grid;
  grid-template-columns: 80px auto;
  align-items: center;
  padding: 10px 0;
  text-decoration: none;
  transition: opacity 0.25s;
  position: relative;
}
.graduate_box09 .common_inner .box03 .doc_links li a:hover {
  opacity: 0.75;
}
.graduate_box09 .common_inner .box03 .doc_links li .link_icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.graduate_box09 .common_inner .box03 .doc_links li .link_icon img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.graduate_box09 .common_inner .box03 .doc_links li .link_body {
  flex: 1;
}
.graduate_box09 .common_inner .box03 .doc_links li .link_body em {
  display: block;
  font-style: normal;
  font-size: clamp(1.8rem, 2vw, 2.6rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #6e6e6e;
  padding: 0;
}
.graduate_box09 .common_inner .box03 .doc_links li .link_arrow {
  position: absolute;
  width: 55px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media screen and (max-width: 767px) {
  .graduate_box09 .common_inner .box03 .tit {
    font-size: 1.6rem;
    margin-bottom: 24px;
  }
  .graduate_box09 .common_inner .box03 .doc_links {
    grid-template-columns: 1fr;
  }
  .graduate_box09 .common_inner .box03 .doc_links li::after {
    width: 60px;
  }
  .graduate_box09 .common_inner .box03 .doc_links li a {
    grid-template-columns: 60px auto;
    padding-right: 60px;
  }
  .graduate_box09 .common_inner .box03 .doc_links li .link_body em {
    font-size: 1.6rem;
  }
  .graduate_box09 .common_inner .box03 .doc_links li .link_arrow {
    width: 44px;
  }
}
.graduate_box09 .common_inner .box03 {
  /*max-width:767px*/
}
@media screen and (max-width: 767px) {
  .graduate_box09 {
    margin-bottom: 80px;
  }
  .graduate_box09 .common_inner {
    border-radius: 30px;
    padding: 60px 20px;
  }
  .graduate_box09 .common_inner .box01 {
    grid-template-columns: 1fr;
    gap: 16px 0;
    margin-bottom: 40px;
  }
  .graduate_box09 .common_inner .box01 dl {
    padding: 30px 5%;
  }
  .graduate_box09 .common_inner .box01 dl dt {
    font-size: 1.8rem;
  }
  .graduate_box09 .common_inner .box01 dl dd {
    font-size: 1.6rem;
  }
  .graduate_box09 .common_inner .box02 .tit {
    font-size: 1.8rem;
  }
  .graduate_box09 .common_inner .box02 table th {
    width: 30%;
    padding: 15px 10px 15px 0;
    font-size: 1.4rem;
  }
  .graduate_box09 .common_inner .box02 table td {
    width: 70%;
    padding: 15px 10px 15px 0;
    font-size: 1.4rem;
  }
}
.graduate_box09 {
  /*max-width:767px*/
}

/*==============================================================
募集要項 アンカーナビ
==================================================================*/
.recruit_cat_box .subhead01 .aside_tit {
  color: #5ace9c;
  font-size: clamp(2.4rem, 2.4vw, 3.2rem);
}
.recruit_cat_box .content {
  padding-top: 150px;
  margin-top: -150px;
}
@media screen and (max-width: 767px) {
  .recruit_cat_box .subhead01 .aside_tit {
    font-size: clamp(2rem, 4vw, 2.4rem);
  }
  .recruit_cat_box .content {
    padding-top: 80px;
    margin-top: -80px;
  }
}
.recruit_cat_box {
  /*max-width:767px*/
}

/*==============================================================
募集要項
==================================================================*/
.recruit-all-closed {
  text-align: center;
  padding: 0 20px 150px;
}

@media screen and (max-width: 767px) {
  .recruit-all-closed {
    padding: 0 20px 80px;
  }
} /*max-width:767px*/
.recruit_cat_box {
  padding: 0 20px 150px;
}
.recruit_cat_box .content {
  margin-bottom: 150px;
}
.recruit_cat_box .content:last-of-type {
  margin-bottom: 0;
}
.recruit_cat_box .content .subhead01 {
  text-align: left;
}
.recruit_cat_box .content .subhead01 .ja {
  font-size: clamp(2rem, 2vw, 2.6rem);
}
.recruit_cat_box .content .btn_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 3%;
}
.recruit_cat_box .content .btn_box li {
  position: relative;
}
.recruit_cat_box .content .btn_box li a {
  display: block;
  width: 100%;
  text-decoration: none;
  padding-left: 7%;
  color: #5ace9c;
  font-weight: 6;
  border: 1px solid #5ace9c;
  line-height: 120px;
  border-radius: 10px;
  background: #f5faf7;
  font-size: clamp(1.6rem, 2vw, 2.4rem);
  position: relative;
  letter-spacing: 0.1em;
}
.recruit_cat_box .content .btn_box li a::after {
  position: absolute;
  content: "";
  width: 55px;
  height: 55px;
  background: url(images/btn_icon01.png) no-repeat;
  background-size: contain;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.recruit_cat_box .content .btn_box li .recruit-status {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 5px 12px;
  border-radius: 4px;
  letter-spacing: 0.08em;
  line-height: 1;
  pointer-events: none;
}
.recruit_cat_box .content .btn_box li .recruit-status.recruit-status--open {
  background: #5ace9c;
  color: #fff;
}
.recruit_cat_box .content .btn_box li .recruit-status.recruit-status--closed {
  background: #999;
  color: #fff;
}
.recruit_cat_box .content .btn_box li.recruit-item--closed a {
  opacity: 0.6;
  border-color: #bbb;
  color: #888;
}
.recruit_cat_box .content .btn_box li.recruit-item--closed a::after {
  opacity: 0.4;
}
@media screen and (max-width: 767px) {
  .recruit_cat_box {
    padding: 0 20px 80px;
  }
  .recruit_cat_box .content {
    margin-bottom: 80px;
  }
  .recruit_cat_box .content .subhead01 .ja {
    font-size: clamp(1.6rem, 4.5vw, 2rem);
  }
  .recruit_cat_box .content .btn_box {
    grid-template-columns: 1fr;
    gap: 16px 0;
  }
  .recruit_cat_box .content .btn_box li a {
    font-size: clamp(1.5rem, 3vw, 1.8rem);
    line-height: 80px;
    padding-left: 6%;
  }
  .recruit_cat_box .content .btn_box li a::after {
    width: 38px;
    height: 38px;
    right: 14px;
  }
  .recruit_cat_box .content .btn_box li .recruit-status {
    font-size: 1rem;
    padding: 4px 10px;
    top: 8px;
    left: 8px;
  }
}
.recruit_cat_box {
  /*max-width:767px*/
}

/*==============================================================
募集要項 詳細
==================================================================*/
.data_wrap {
  text-align: right;
  padding: 0 20px;
  margin-bottom: 80px;
}
.data_wrap p {
  font-size: 1.2rem;
}

.recruit_single_box_wrapper article {
  padding: 0 20px 150px;
}
.recruit_single_box_wrapper article .btn a {
  margin: 0 auto;
}
.recruit_single_box_wrapper .headline {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .recruit_single_box_wrapper .headline {
    margin-bottom: 30px;
  }
}
.recruit_single_box_wrapper .headline {
  /*max-width:767px*/
}

.recruit_single_box {
  padding-top: 150px;
  margin-top: -150px;
  margin-bottom: 100px;
}
.recruit_single_box .recruit-closed-msg {
	text-align: center;
	margin-bottom: 50px;
	color:#dc5454;
}
.recruit_single_box:last-of-type {
  margin-bottom: 0;
}
.recruit_single_box .overview_table td a {
  color: #5ace9c;
}
.recruit_single_box .overview_table td ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.recruit_single_box .headline {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .recruit_single_box .headline {
    margin-bottom: 30px;
  }
}
.recruit_single_box .headline {
  /*max-width:767px*/
}

@media screen and (max-width: 767px) {
  .data_wrap {
    margin-bottom: 30px;
  }
  .data_wrap p {
    font-size: 1rem;
  }
  .recruit_single_box {
    padding-top: 80px;
    margin-top: -80px;
  }
  .recruit_single_box_wrapper article {
    padding: 0 20px 80px;
  }
  .recruit_single_box_wrapper article .btn a {
    margin: 0 auto;
  }
  .recruit_single_box {
    margin-bottom: 60px;
  }
} /*max-width:767px*/
.entry-form-wrapper .subhead01 {
  margin-bottom: 70px;
  line-height: 2.2;
}
.entry-form-wrapper .subhead01 .en {
  display: inline-block;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .entry-form-wrapper .subhead01 {
    margin-bottom: 45px;
  }
  .entry-form-wrapper .subhead01 .en {
    margin-bottom: 10px;
  }
} /*max-width:767px*/
/*==============================================================
応募・申し込み
==================================================================*/
.entry_box {
  padding: 0 20px 150px;
}
.entry_box .entry_box_txt {
  text-align: center;
  margin-bottom: 50px;
}
.entry_box .tel_wrap {
  text-align: center;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.entry_box .tel_wrap .tel_prefix {
  font-size: clamp(1.8rem, 1.6vw, 2rem);
  color: #5ace9c;
}
.entry_box .tel_wrap a {
  font-size: clamp(3.4rem, 2.4vw, 3.6rem);
  font-weight: 600;
  color: #5ace9c;
  text-decoration: none;
}
.entry_box .no-recaptcha {
  text-align: center;
  margin-top: 50px;
}
.entry_box .entry_form {
  max-width: 900px;
  margin: 0 auto 100px;
}
.entry_box .entry_form .form_row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 0 40px;
  align-items: start;
  padding: 28px 0;
  border-bottom: 1px solid rgba(90, 206, 156, 0.2);
}
.entry_box .entry_form .form_row:first-of-type {
  border-top: 1px solid rgba(90, 206, 156, 0.2);
}
.entry_box .entry_form .form_row > .form_sublabel,
.entry_box .entry_form .form_row > .form_sublabel_small,
.entry_box .entry_form .form_row > .form_input {
  grid-column: 2;
}
.entry_box .entry_form .form_label {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.03em;
  padding-top: 10px;
}
.entry_box .entry_form .form_label .required {
  display: inline-block;
  background: #5ace9c;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 3px;
  margin-right: 8px;
  vertical-align: middle;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.entry_box .entry_form .form_label .note {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  color: #6e6e6e;
  margin-top: 6px;
  line-height: 1.6;
}
.entry_box .entry_form .form_sublabel {
  font-size: 1.4rem;
  font-weight: 600;
  color: #1ba469;
  margin: 20px 0 8px;
  letter-spacing: 0.05em;
}
.entry_box .entry_form .form_sublabel:first-child {
  margin-top: 0;
}
.entry_box .entry_form .form_sublabel_small {
  font-size: 1.2rem;
  color: #6e6e6e;
  margin: 12px 0 4px;
}
.entry_box .entry_form .form_input.square input[type=text],
.entry_box .entry_form .form_input.square input[type=email],
.entry_box .entry_form .form_input.square input[type=tel],
.entry_box .entry_form .form_input.square input[type=date] {
  width: 100%;
  height: auto;
  border: 1px solid rgba(110, 110, 110, 0.25);
  border-radius: 6px;
  padding: 10px 14px;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #6e6e6e;
  box-sizing: border-box;
  transition: border-color 0.2s;
  background: #fff;
}
.entry_box .entry_form .form_input.square input[type=text]:focus,
.entry_box .entry_form .form_input.square input[type=email]:focus,
.entry_box .entry_form .form_input.square input[type=tel]:focus,
.entry_box .entry_form .form_input.square input[type=date]:focus {
  border-color: #5ace9c;
  outline: none;
  box-shadow: 0 0 0 3px rgba(90, 206, 156, 0.12);
}
.entry_box .entry_form .form_input.square select {
  width: 100%;
  height: auto;
  border: 1px solid rgba(110, 110, 110, 0.25);
  border-radius: 6px;
  padding: 10px 14px;
  font-size: 1.5rem;
  box-sizing: border-box;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236e6e6e' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 14px center;
  cursor: pointer;
  transition: border-color 0.2s;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  padding-right: 36px;
  color: #6e6e6e;
}
.entry_box .entry_form .form_input.square select:focus {
  border-color: #5ace9c;
  outline: none;
  box-shadow: 0 0 0 3px rgba(90, 206, 156, 0.12);
}
.entry_box .entry_form .form_input.square textarea {
  width: 100%;
  height: auto;
  border: 1px solid rgba(110, 110, 110, 0.25);
  border-radius: 6px;
  padding: 12px 14px;
  font-size: 1.5rem;
  line-height: 1.8;
  min-height: 160px;
  resize: vertical;
  box-sizing: border-box;
  transition: border-color 0.2s;
  background: #fff;
}
.entry_box .entry_form .form_input.square textarea:focus {
  border-color: #5ace9c;
  outline: none;
  box-shadow: 0 0 0 3px rgba(90, 206, 156, 0.12);
}
.entry_box .entry_form .form_input.small input[type=text],
.entry_box .entry_form .form_input.small input[type=date] {
  width: 200px;
}
.entry_box .entry_form .wpcf7-radio {
  display: flex;
  gap: 10px 30px;
  flex-wrap: wrap;
  padding-top: 6px;
}
.entry_box .entry_form .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
.entry_box .entry_form .wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 0 8px;
  cursor: pointer;
  font-size: 1.5rem;
}
.entry_box .entry_form .wpcf7-radio .wpcf7-list-item label input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(110, 110, 110, 0.35);
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  transition: border-color 0.2s;
  background: #fff;
}
.entry_box .entry_form .wpcf7-radio .wpcf7-list-item label input[type=radio]:checked {
  border-color: #5ace9c;
}
.entry_box .entry_form .wpcf7-radio .wpcf7-list-item label input[type=radio]:checked::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #5ace9c;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.entry_box .entry_form .tc {
  text-align: center;
  margin-top: 50px;
}
.entry_box .entry_form input.wpcf7-submit {
  display: inline-block;
  padding: 18px 80px;
  background: #5ace9c;
  color: #fff;
  border: none;
  border-radius: 50px;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  cursor: pointer;
}
.entry_box .entry_form input.wpcf7-submit:hover {
  opacity: 0.85;
  background: #5ace9c;
  color: #fff;
  box-shadow: 0 6px 24px rgba(90, 206, 156, 0.45);
}
.entry_box .entry_form .wpcf7-not-valid-tip {
  color: #e74c3c;
  font-size: 1.2rem;
  margin-top: 5px;
  display: block;
}
.entry_box .entry_form .wpcf7-response-output {
  margin-top: 24px;
  padding: 14px 20px;
  border-radius: 8px;
  font-size: 1.4rem;
  text-align: center;
}
.entry_box .entry_box_info {
  padding-top: 100px;
  border-top: 1px solid #ccc;
}
.entry_box .entry_box_info .tit {
  color: #5ace9c;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: clamp(2rem, 2vw, 2.6rem);
  margin-bottom: 30px;
}
.entry_box .entry_box_info dl {
  margin-bottom: 40px;
}
.entry_box .entry_box_info dl:last-of-type {
  margin-bottom: 0;
}
.entry_box .entry_box_info dl dt {
  font-size: clamp(1.6rem, 1.6vw, 2rem);
  margin-bottom: 10px;
  line-height: 1.5;
}
.entry_box .entry_box_info dl dt::first-letter {
  color: #5ace9c;
}
@media (max-width: 767px) {
  .entry_box {
    padding: 0 20px 80px;
  }
  .entry_box .entry_box_txt {
    margin-bottom: 30px;
  }
  .entry_box .tel_wrap .tel_prefix {
    font-size: 1.6rem;
  }
  .entry_box .tel_wrap a {
    font-size: 2.8rem;
  }
  .entry_box .footer_clinic_btn {
    width: 100%;
  }
  .entry_box .footer_clinic_btn a {
    font-size: 1.5rem;
    line-height: 52px;
  }
  .entry_box .entry_box_txt {
    margin-bottom: 56px;
  }
  .entry_box .entry_form {
    margin-bottom: 56px;
  }
  .entry_box .entry_form .form_row {
    grid-template-columns: 1fr;
    gap: 10px 0;
    padding: 20px 0;
  }
  .entry_box .entry_form .form_row > .form_sublabel,
  .entry_box .entry_form .form_row > .form_sublabel_small,
  .entry_box .entry_form .form_row > .form_input {
    grid-column: 1;
  }
  .entry_box .entry_form .form_label {
    padding-top: 0;
    font-size: 1.4rem;
  }
  .entry_box .entry_form .form_sublabel {
    font-size: 1.3rem;
    margin: 14px 0 6px;
  }
  .entry_box .entry_form .form_sublabel_small {
    font-size: 1.2rem;
    margin: 10px 0 4px;
  }
  .entry_box .entry_form .form_input.square input[type=text],
  .entry_box .entry_form .form_input.square input[type=email],
  .entry_box .entry_form .form_input.square input[type=tel],
  .entry_box .entry_form .form_input.square input[type=date],
  .entry_box .entry_form .form_input.square select,
  .entry_box .entry_form .form_input.square textarea {
    font-size: 1.4rem;
  }
  .entry_box .entry_form .wpcf7-radio {
    gap: 10px 20px;
  }
  .entry_box .entry_form .wpcf7-radio .wpcf7-list-item label {
    font-size: 1.4rem;
  }
  .entry_box .entry_form .tc {
    margin-top: 36px;
  }
  .entry_box .entry_form input.wpcf7-submit {
    padding: 16px 50px;
    font-size: 1.6rem;
  }
  .entry_box .entry_box_info {
    padding-top: 56px;
  }
  .entry_box .entry_box_info .tit {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .entry_box .entry_box_info dl {
    margin-bottom: 28px;
  }
  .entry_box .entry_box_info dl dt {
    font-size: 1.6rem;
  }
  .entry_box .entry_box_info dl dd {
    font-size: 1.4rem;
  }
}

.entry_box#box02 {
  background: #f5faf7;
  padding-top: 150px;
}

@media screen and (max-width: 767px) {
  .entry_box#box02 {
    padding-top: 80px;
  }
} /*max-width:767px*/
/*==============================================================
応募完了
==================================================================*/
.thanks_box {
  padding: 0 20px 150px;
}

@media screen and (max-width: 767px) {
  .thanks_box {
    padding: 0 20px 80px;
  }
} /*max-width:767px*/
/*==============================================================
プライバシーポリシー
==================================================================*/
.privacy-wrap {
  padding: 0 20px 80px;
}
.privacy-wrap h1 {
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  font-weight: bold;
  letter-spacing: 0.08em;
  border-bottom: 2px solid #5ace9c;
  padding-bottom: 10px;
  margin-bottom: 50px;
}
.privacy-wrap > .inner > p,
.privacy-wrap .article > p {
  font-size: 1.4rem;
  line-height: 1.9;
  color: #6e6e6e;
  margin-bottom: 10px;
}
.privacy-wrap .article {
  margin-bottom: 36px;
}
.privacy-wrap .article h2 {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  color: #444444;
}
.privacy-wrap .privacy-ol {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  counter-reset: privacy-counter;
}
.privacy-wrap .privacy-ol > li {
  position: relative;
  padding-left: 2.4em;
  margin-bottom: 8px;
  font-size: 1.4rem;
  line-height: 1.9;
  color: #6e6e6e;
  counter-increment: privacy-counter;
}
.privacy-wrap .privacy-ol > li::before {
  content: counter(privacy-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  color: #444444;
}
.privacy-wrap .privacy-ol-paren {
  list-style: none;
  margin: 6px 0 6px 0;
  padding: 0;
  counter-reset: paren-counter;
}
.privacy-wrap .privacy-ol-paren > li {
  position: relative;
  padding-left: 3.2em;
  margin-bottom: 4px;
  font-size: 1.4rem;
  line-height: 1.9;
  color: #6e6e6e;
  counter-increment: paren-counter;
}
.privacy-wrap .privacy-ol-paren > li::before {
  content: "(" counter(paren-counter) ")";
  position: absolute;
  left: 0;
  top: 0;
}
.privacy-wrap .privacy-ul {
  list-style: none;
  margin: 4px 0 4px 0;
  padding: 0;
}
.privacy-wrap .privacy-ul > li {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 2px;
  font-size: 1.4rem;
  line-height: 1.9;
  color: #6e6e6e;
}
.privacy-wrap .privacy-ul > li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.privacy-wrap .contact-box {
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .privacy-wrap {
    padding: 0 20px 50px;
  }
  .privacy-wrap h1 {
    font-size: 1.6rem;
    margin-bottom: 30px;
    padding-bottom: 8px;
  }
  .privacy-wrap > .inner > p,
  .privacy-wrap .article > p {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 8px;
  }
  .privacy-wrap .article {
    margin-bottom: 26px;
  }
  .privacy-wrap .article h2 {
    font-size: 1.3rem;
    margin-bottom: 8px;
  }
  .privacy-wrap .privacy-ol > li {
    font-size: 1.2rem;
    line-height: 1.8;
    padding-left: 2.2em;
    margin-bottom: 6px;
  }
  .privacy-wrap .privacy-ol-paren > li {
    font-size: 1.2rem;
    line-height: 1.8;
    padding-left: 2.8em;
    margin-bottom: 4px;
  }
  .privacy-wrap .privacy-ul > li {
    font-size: 1.2rem;
    line-height: 1.8;
  }
  .privacy-wrap .contact-box {
    font-size: 1.2rem;
    padding: 14px 16px;
    line-height: 1.9;
  }
} /*max-width:767px*/
.privacy-wrap section {
  margin-bottom: 80px;
}
.privacy-wrap section h3 {
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  padding: 10px 20px;
  border-left: 5px solid #5ace9c;
  background: rgba(90, 206, 156, 0.1);
  font-size: clamp(1.8rem, 1.8vw, 2.2rem);
  border-radius: 5px;
  overflow: hidden;
}
.privacy-wrap section p a {
  color: #5ace9c;
}
.privacy-wrap section ul li {
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 767px) {
  .privacy-wrap section {
    margin-bottom: 50px;
  }
  .privacy-wrap section h3 {
    margin-bottom: 20px;
    padding: 10px 15px;
    border-left: 3px solid #5ace9c;
    font-size: clamp(1.6rem, 4vw, 2rem);
  }
} /*max-width:767px*/
/*==============================================================
404
==================================================================*/
.error-404 {
  max-width: 900px;
  margin: 80px auto 120px;
  padding: 0 20px;
}
.error-404 .notfound-ttl-text {
  font-size: 1.5rem;
  line-height: 1.9;
  color: #6e6e6e;
  text-align: center;
  margin-bottom: 60px;
  padding: 28px 36px;
  background: #f5faf7;
  border-left: 4px solid #5ace9c;
  border-radius: 0 8px 8px 0;
}
.error-404 .page-content h3 {
  font-size: 2.2rem;
  color: #5ace9c;
  line-height: 1.2;
  margin: 48px 0 30px;
  padding-left: 14px;
  border-left: 4px solid #5ace9c;
}
.error-404 .notfound-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.error-404 .notfound-list > li > a {
  display: block;
  padding: 13px 18px;
  font-size: 1.6rem;
  text-decoration: none;
  background: #fff;
  border: 2px solid #def5eb;
  border-left: 4px solid #5ace9c;
  border-radius: 6px;
  transition: all 0.2s;
}
.error-404 .notfound-list > li > a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #5ace9c;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}
.error-404 .notfound-list > li > a:hover {
  opacity: 0.7;
}
.error-404 .notfound-list > li > ul {
  grid-column: 1/-1;
  list-style: none;
  padding: 6px 0 4px 20px;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
}
.error-404 .notfound-list > li > ul li a {
  display: block;
  padding: 10px 16px;
  font-size: 1.5rem;
  color: #6e6e6e;
  text-decoration: none;
  background: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  transition: opacity 0.2s;
}
.error-404 .notfound-list > li > ul li a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #def5eb;
  border: 1px solid #5ace9c;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}
.error-404 .notfound-list > li > ul li a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .error-404 {
    margin: 40px auto 80px;
  }
  .error-404 .notfound-ttl-text {
    font-size: 1.3rem;
    padding: 18px 20px;
    margin-bottom: 36px;
  }
  .error-404 .page-content h3 {
    font-size: 1.8rem;
    margin: 32px 0 20px;
  }
  .error-404 .notfound-list {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .error-404 .notfound-list > li > a {
    font-size: 1.4rem;
    padding: 11px 14px;
  }
  .error-404 .notfound-list > li > ul {
    padding: 4px 0 4px 12px;
  }
  .error-404 .notfound-list > li > ul li a {
    font-size: 1.3rem;
    padding: 9px 12px;
  }
}

.pt_mt {
  padding-top: 150px;
  margin-top: -150px;
}

@media screen and (max-width: 767px) {
  .pt_mt {
    padding-top: 80px;
    margin-top: -80px;
  }
} /*max-width:767px*/
.pb150 {
  padding-bottom: 150px;
}

@media screen and (max-width: 767px) {
  .pb150 {
    padding-bottom: 80px;
  }
} /*max-width:767px*/
.right {
  text-align: right;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type=button],
input[type=reset],
input[type=submit] {
  display: block;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease-in-out;
}

input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background: #fff;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  border-color: rgba(52, 52, 52, 0.15);
  border-radius: 3px;
  background: #fff;
  padding: 3px;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=number],
input[type=tel] {
  width: 280px;
  height: 25px;
}

select {
  border: 1px solid #ccc;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

textarea {
  width: 100%;
  line-height: 1.3;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  border-bottom: solid 1px rgba(0, 0, 0, 0.12);
  padding: 0 0 15px;
}

.sp-menu-wrapper.row {
  display: none;
}

.main-navigation ul {
  list-style: none;
}

.main-navigation li {
  text-align: center;
  position: relative;
  flex: 1;
  border-left: solid 1px rgba(0, 0, 0, 0.12);
}

.main-navigation li:last-child {
  border-right: solid 1px rgba(52, 52, 52, 0.15);
}

.main-navigation a,
.main-navigation a span {
  display: block;
  transition: all 0.3s ease-in-out;
}

.main-navigation a {
  color: #212121;
  font-size: 0.85714rem;
}

.main-navigation a span {
  font-size: 0.75rem;
  color: #bdbdbd;
  margin: 6px 0 0;
}

#primary-menu li ul {
  position: absolute;
  z-index: 3;
  top: 45px;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0 8px;
  background: #fff;
  border: solid 1px rgba(52, 52, 52, 0.15);
  transition: all 0.3s ease;
  opacity: 0;
}

.site-header.fixed #primary-menu li ul {
  top: 28px;
}

#primary-menu li ul li {
  overflow: hidden;
  border: none;
  height: 0;
  position: relative;
  transition: all 0.3s ease;
}

#primary-menu li ul li:not(:first-child) {
  border-top: solid 1px rgba(52, 52, 52, 0.15);
}

#primary-menu li ul li::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

#primary-menu li ul li a {
  text-align: center;
  line-height: 48px;
}

#primary-menu li:hover > ul {
  opacity: 1;
}

#primary-menu li:hover > ul > li {
  overflow: visible;
  height: 48px;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 30px;
}

.widget_archive h2,
.widget_recent_entries h2 {
  margin-bottom: 5px;
}

.widget select {
  max-width: 100%;
  margin: 15px 35px;
  font-size: 16px;
}

.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget li {
  padding: 10px 0 7px 0;
  line-height: 1.3;
  border-bottom: dotted 1px rgba(52, 52, 52, 0.15);
}

.widget li:last-child {
  border-bottom: none;
}

/* 最新記事 */
.recentpost-date {
  font-weight: bold;
  margin: 0 5px 0 0;
}

/* カテゴリー */
.widget li.cat-item {
  border: 1.5px solid;
  padding: 10px;
  text-align: center;
  margin-bottom: 10px;
}

.widget li.cat-item a {
  color: #343434;
}

/* アーカイブ */
.widget_archive li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f152";
  font-weight: bold;
  transform: translateY(-50%);
  margin-right: 8px;
}

/*--------------------------------------------------------------
## インタビュー一覧
--------------------------------------------------------------*/
.interview-list-wrapper {
  justify-content: space-between;
  flex-wrap: wrap;
}

.interview-archive-list {
  width: 31%;
  margin-bottom: 45px;
}

.interview-archive-list .interview-thumb {
  width: 100%;
  margin-bottom: 20px;
}

.interview-list-inner h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 0 15px;
  line-height: 1.8;
}

.interview-list-sub {
  list-style: none;
}

.interview-list-sub li {
  display: inline-block;
}

.interview-wrapper .around-link-wrap {
  margin-bottom: 6rem;
}

/*--------------------------------------------------------------
## インタビュー詳細
--------------------------------------------------------------*/
.interview-main {
  background: rgb(241, 241, 241);
  padding: 70px 0;
}

.interview-detail-wrapper {
  margin: 0 0 0 50px;
  width: calc((100% - 50px) / 3 * 2);
}

.interview-detail-wrapper h1 {
  font-size: 1.5rem;
  font-weight: 600;
  padding: 0 0 10px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.12);
  margin: 0 0 25px;
}

.interview-detail-wrapper h1::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: bold;
  margin: 0 6px 0 0;
}

.interview-detail-wrapper h2 {
  font-size: 1.5rem;
  margin: 0 0 20px;
  line-height: 1.8;
  color: #212121;
}

.interview-name-wrapper {
  margin: 0 0 25px;
  align-items: baseline;
}

.interview-detail {
  font-size: 0.85714rem;
  color: #757575;
  margin: 0 0 0 5px;
}

.interview-sentence {
  line-height: 2;
}

.interview-qa-wrapper {
  padding: 50px 0;
}

.interview-qa-wrapper h2 {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 0 15px;
  line-height: 1.8;
}

.interview-qa-wrapper h2 span {
  font-size: 27px;
}

.interview-qa-wrapper h3 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 1.8;
}

.interview-qa-wrapper p {
  line-height: 2;
  margin: 0 0 15px;
}

.interview-img-left {
  margin: 0 30px 60px 0;
  width: 32%;
}

.interview-img-right {
  margin: 0 0 60px 30px;
  width: 32%;
}

.interview-img-left img,
.interview-img-right img {
  width: 100%;
}

.interview-qa-area {
  flex: 1;
}

.interview-cont li + li {
  margin: 20px 0 0;
}

.other-interview-wrapper {
  padding: 30px 0;
  background: rgb(241, 241, 241);
}

.other-interview-wrapper h2 {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 0 0 10px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.12);
  margin: 0 0 15px;
  position: relative;
}

.other-interview-wrapper h2::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: bold;
  margin: 0 5px 0 0;
}

.other-interview-all {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.other-interview-all a {
  font-size: 0.75rem;
  color: #757575;
}

.other-interview-all i {
  margin: 0 5px 0 0;
}

.other-interview-list li + li {
  margin: 0 0 0 20px;
}

.other-interview-list figure {
  position: relative;
  overflow: hidden;
}

.other-interview-list img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

.other-interview-list figcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(52, 52, 52, 0.5);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  justify-content: center;
  align-items: center;
}

.other-interview-list figure:hover figcaption {
  opacity: 1;
}

.other-interview-list figcaption h3,
.other-interview-list figcaption p {
  color: #fff;
}

.other-interview-list figcaption h3 {
  font-size: 17px;
  font-weight: normal;
  margin: 0 0 8px;
}

.other-interview-list figcaption p {
  font-size: 10px;
  transform: scale(0.8);
  margin: 0 0 0 -8px;
}

/*--------------------------------------------------------------
## サイドバー
--------------------------------------------------------------*/
.side-main {
  float: left;
  /* width: 68%; */
  width: 100%;
}

.widget-area {
  float: left;
  width: 26%;
  margin-left: 6%;
  display: none;
}

/*--------------------------------------------------------------
## アーカイブ（お知らせ）
--------------------------------------------------------------*/
.archive-news-list,
.archive-blog-list {
  list-style: none;
  border-bottom: dotted 1px rgba(52, 52, 52, 0.15);
  padding: 20px;
}

.archive-news-list:nth-child(even),
.archive-blog-list:nth-child(even) {
  background: rgba(52, 52, 52, 0.05);
}

.archive-news-date,
.archive-blog-date {
  margin-bottom: 8px;
}

.archive-news-title h3,
.archive-blog-title h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.4;
}

.archive-news-contents,
.archive-blog-contents {
  line-height: 1.6;
  font-size: 11px;
}

.archive-news-contents a,
.archive-blog-contents a {
  color: rgba(52, 52, 52, 0.5);
}

.archive-news h2,
.archive-blog h2 {
  margin-bottom: 15px;
}

/*--------------------------------------------------------------
## アーカイブ（ブログ）
--------------------------------------------------------------*/
.archive-blog-list {
  display: flex;
  justify-content: space-between;
}

.archive-blog-list figure {
  width: 20%;
}

.archive-blog-list figure img {
  width: 100%;
}

.blog-info {
  width: 77%;
}

/*--------------------------------------------------------------
## アーカイブ（求人）
--------------------------------------------------------------*/
.archive .recruit-wrapper {
  margin: 0 auto;
}

/*--------------------------------------------------------------
## 記事ページ（お知らせ）
--------------------------------------------------------------*/
.single-news-date {
  margin-bottom: 5px;
}

.single-news-title {
  padding-bottom: 5px;
  border-bottom: solid 1px rgba(52, 52, 52, 0.15);
  line-height: 1.6;
  font-weight: 600;
}

.head-social-btn {
  margin: 15px 0;
}

.head-social-btn ul {
  display: flex;
}

.head-social-btn li {
  list-style: none;
  margin-right: 10px;
  display: table;
}

.head-social-btn li iframe {
  height: 20px;
}

.news-contents {
  margin: 30px 0 20px;
  line-height: 1.8;
  border-bottom: dotted 1px rgba(52, 52, 52, 0.15);
  padding-bottom: 50px;
}

.paging .prev {
  float: left;
}

.prev.hd-button i {
  left: 10px;
  right: auto;
}

.paging .next {
  float: right;
}

/*--------------------------------------------------------------
## よくある質問
--------------------------------------------------------------*/
.faq-menu {
  margin-bottom: 5rem;
}

.faq-menu ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: 0;
}

.mokuji-link {
  text-align: right;
  margin: 2.5rem 0;
}

.faq-block h2 {
  margin-bottom: 2rem;
}

.faq-block .faq-item h3::before {
  content: "Q";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2rem;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  background: #212121;
  text-indent: 0;
}

.faq-block .faq-item p::before {
  content: "A";
  font-weight: 600;
  color: #212121;
  margin-right: 0.5rem;
}

.faq-item + .faq-item {
  margin-top: 2.5rem;
}

/*--------------------------------------------------------------
## 99の質問
--------------------------------------------------------------*/
.faq99 {
  counter-reset: q-counter 0;
}

.faq99-menu {
  margin-bottom: 5rem;
}

.faq99 .faq99-menu #faq_tob {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: 0;
}

.faq99 .faq99-menu #faq_tob li {
  width: 24%;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 10px;
}

.faq99 .faq99-menu #faq_tob li a {
  display: block;
  color: #fff;
  background: #212121;
  padding: 20px 10px;
  border-radius: 6px;
}

.faq99-block h2 {
  margin-bottom: 2rem;
}

.faq99-wrap .faq-item h3 {
  counter-increment: q-counter;
  padding-left: 2em;
  text-indent: -2em;
  margin-bottom: 1rem;
}

.faq99-wrap .faq-item h3::before {
  content: "Q" counter(q-counter) ".";
  display: inline-block;
  font-weight: 600;
  color: #212121;
  margin-right: 0.5rem;
  text-indent: 0;
}

.faq99-wrap .faq-item p::before {
  content: "A";
  font-weight: 600;
  color: #212121;
  margin-right: 0.5rem;
}

/*--------------------------------------------------------------
## オンライン面談
--------------------------------------------------------------*/
.web-disc,
.web-flow,
.web-faq {
  margin-bottom: 7rem;
}

.web-disc .img {
  width: 25rem;
}

.web-disc .txt {
  flex: 1 1 0%;
  margin-left: 3.5rem;
}

.web-disc .txt h2 {
  font-size: 1.2rem;
}

.web h2.headline {
  margin-bottom: 2rem;
}

.flow-block.row {
  justify-content: space-between;
}

.flow-box {
  width: calc((100% - 4rem) / 3);
}

.flow-box .img {
  margin-bottom: 2rem;
}

.flow-box h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.flow-box h3::before {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  font-size: 1rem;
  font-weight: 600;
  font-family: lato, sans-serif;
  line-height: 2rem;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  background: #212121;
}

.flow-box:first-child h3::before {
  content: "1";
}

.flow-box:nth-child(2) h3::before {
  content: "2";
}

.flow-box:nth-child(3) h3::before {
  content: "3";
}

.web-faq .faq-box h3::before {
  content: "Q";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2rem;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  background: #212121;
  text-indent: 0;
}

/*--------------------------------------------------------------
## マッチング率
--------------------------------------------------------------*/
#acMenu dt {
  display: block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

#acMenu dd {
  background: #f2f2f2;
  width: 200px;
  text-align: center;
  display: none;
}

.mach_txt,
.resource {
  display: none;
}

.error_txt {
  display: none;
  color: #f00;
}

/*--------------------------------------------------------------
## 404ページ
--------------------------------------------------------------*/
.notfound-ttl-text,
.notfound-list {
  line-height: 1.4;
}

.notfound-list {
  font-size: 16px;
  margin: 20px;
  padding: 15px;
}

.search-form-wrapper input[type=search] {
  width: 80%;
}

.search-form-wrapper input[type=submit] {
  display: inline-block;
  width: 60px;
  height: 25px;
}

/*投稿一覧と応募完了を消す*/
.page-item-7,
.page-item-121 {
  display: none;
}

/*--------------------------------------------------------------
## 検索結果
--------------------------------------------------------------*/
.archives-inner {
  padding: 1rem 1rem 0 0;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
  ## フォームへのボタン
  --------------------------------------------------------------*/
.fix-btn {
  position: fixed;
  z-index: 3;
  right: 0;
  top: 250px;
}

.fix-btn a {
  color: #fff;
  background: #212121;
  padding: 1.5rem 1.2rem;
  border-radius: 5px 0 0 5px;
  height: 244px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: solid 0.5px #212121;
  writing-mode: vertical-rl;
}

.fix-btn a:hover {
  color: #212121;
  background: #fff;
}

.fix-btn a i {
  transform: rotate(-90deg) \9 ; /* IE10以下 */
}

@media all and (-ms-high-contrast: none) {
  .fix-btn a i {
    transform: rotate(-90deg); /* IE10以上 */
  }
}
.fix-btn2 {
  position: static;
  display: none;
}

.fix-btn2 a {
  display: block;
  color: #fff;
  font-size: 1.2rem;
  padding: 18px 10px;
  margin: 0;
  width: 100%;
  text-align: center;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  background: #212121;
}

.fix-btn2 i.far.fa-envelope {
  margin-right: 10px;
}

/*--------------------------------------------------------------
  # 切り替え
--------------------------------------------------------------*/
.sp {
  display: none;
}

.tb {
  display: none;
}

.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: none;
  }
  .tb {
    display: block;
  }
}
@media screen and (max-width: 667px) {
  .pc {
    display: none;
  }
  .tb {
    display: none;
  }
  .sp {
    display: block;
  }
}
.comment {
  /*編集用コメントの非表示*/
  display: none;
}

/*20220325中山追加*/
.wp-block-greentreelabs-post-snippets-block form > div + div {
  margin-top: 2rem;
}

.wp-block-greentreelabs-post-snippets-block div h2 {
  font-size: 1.5rem;
  color: #000;
  margin-bottom: 2rem;
}

.wp-block-greentreelabs-post-snippets-block form > div .q_wrap > div {
  margin-right: 2rem;
  margin-bottom: 0.5rem;
  transition: all 0.3s ease-in-out;
}

.wp-block-greentreelabs-post-snippets-block form > div .q_wrap > div label {
  display: block;
  width: 262px;
  height: 60px;
  padding: 0 1.5rem;
  line-height: 60px;
  border: solid 2px #000;
}

.wp-block-greentreelabs-post-snippets-block form > div .q_wrap > div label input {
  margin-right: 1rem;
}

.wp-block-greentreelabs-post-snippets-block form button#resultbtn {
  color: #000;
  background: #ffffff;
  width: 250px;
  height: 100%;
  display: block;
  border: solid 1px #000;
  border-radius: 50px;
  line-height: 60px;
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  margin: 48px auto 0;
}

.wp-block-greentreelabs-post-snippets-block form div.resource {
  background: #f5f5f5;
  padding: 36px 2rem 35px;
  margin-top: 53px;
}

.wp-block-greentreelabs-post-snippets-block form div.resource p#goukei {
  color: #ff6b6b;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 1rem;
}

.wp-block-greentreelabs-post-snippets-block form div.resource p#goukei span {
  font-size: 32px;
  font-size: 2rem;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}/*# sourceMappingURL=style.css.map */