@charset "utf-8";
/* ---------------
Common
Drawer
Header
Footer
Contents
--------------- */
/* Common
=================================================== */
html {
  overflow-y: scroll;
  font-size: 62.5%;
  width: 100%;
}
body {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center top;
  letter-spacing: 0.04em;
  width: 100%;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    sans-serif;
  color: #333333;
  font-size: 1.6em;
  margin: 0;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
p,
blockquote,
table,
th,
td {
  line-height: 1.8;
  box-sizing: border-box;
  margin-top: 0;
}
a,
img,
fill,
stroke,
button {
  display: inline-block;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
a:link {
  color: #3452a2;
  text-decoration: underline;
}
a:visited {
  color: #3452a2;
  text-decoration: underline;
}
a:hover {
  color: #3452a2;
  text-decoration: none;
}
a:active {
  color: #3452a2;
  text-decoration: none;
}
a:focus {
  outline: none;
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
hr {
  display: block;
  width: 100%;
  height: 1px;
  border: 0;
  margin: 0 auto 100px;
  background-color: #dbdbdb;
}
ul {
  list-style-type: none;
  padding-left: 0;
}
dd {
  margin: 0;
}
aside {
}
hgroup {
}
figure img {
  margin-bottom: 20px;
}
figcaption {
  font-size: 1.4rem;
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.mb00 {
  margin-bottom: 0 !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.mb150 {
  margin-bottom: 150px !important;
}
.center {
  text-align: center;
  padding: 2em 0 1px;
}
.align_left {
  text-align: left !important;
}
.align_right {
  text-align: right !important;
}
.red {
  color: #e24747;
}
.blue {
  color: #3452a2;
}
.white {
  color: #fff !important;
}
.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal;
}
a.call {
  color: #333333;
  text-decoration: none;
}
@media screen and (min-width: 561px) {
  a.call {
    pointer-events: none;
  }
}
.blank::after {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  background: url(../images/common/icon_blank.png) 0 0 no-repeat;
  background-size: 14px 14px;
  margin-left: 10px;
}
.marker {
  background: linear-gradient(transparent 40%, rgba(90, 193, 208, 0.2) 40%);
  padding-bottom: 2px;
}
.tablet,
.tablet_inline,
.sp,
.sp_s,
.sp_m,
.sp_inline {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .tablet {
    display: block !important;
  }
  .tablet_inline {
    display: inline-block !important;
  }
  .pc_tb {
    display: none !important;
  }
}
@media screen and (max-width: 560px) {
  .sp {
    display: block !important;
  }
  .sp_inline {
    display: inline-block !important;
  }
  .pc {
    display: none !important;
  }
}
@media screen and (max-width: 375px) {
  .sp_m {
    display: block !important;
  }
}
@media screen and (max-width: 320px) {
  .sp_s {
    display: block !important;
  }
}

.logo a {
  display: block;
}
.logo img {
  width: 100% !important;
}

/* layout
============================== */
#container {
  position: relative;
  width: 100%;
  background-color: #fff;
}
.contents {
  width: 100%;
  margin: 110px auto 0;
  padding-bottom: 1px;
}
.home .contents {
  margin: 0 auto;
}
.contents_lp {
  margin: 0 auto;
  background-color: #f0fbfc;
  padding-bottom: 1px !important;
}

@media screen and (max-width: 1040px) {
  .contents {
    margin: 0 auto !important;
  }
}
@media screen and (max-width: 560px) {
  .contents {
    padding-bottom: 0;
  }
}
.contents p {
  margin-bottom: 1.5rem;
}
.wrapper {
  width: 94%;
  max-width: 1000px;
  margin: 0 auto 80px;
}
.wrap_l {
  width: 94%;
  max-width: 1280px;
  margin: 0 auto 80px;
}
.wrap_m {
  width: 94%;
  max-width: 720px;
  margin: 0 auto 80px;
}
.wrap_s {
  width: 94%;
  max-width: 565px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 560px) {
  .wrapper,
  .wrap_l,
  .wrap_m,
  .wrap_s {
    margin: 0 auto 50px;
  }
}

/* title
============================== */
.title {
  text-align: center;
  margin: 0 auto 50px !important;
  font-size: 2.4rem;
  background: url(../../../assets/images/common/bg_title.jpg) center 0 no-repeat;
  background-size: cover;
  color: #3452a2;
  height: 145px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.title .en {
  display: block;
  font-size: 1.6rem;
  color: #5ac1d0;
  font-weight: normal;
}
@media screen and (max-width: 560px) {
  .title {
    margin: 0 auto 35px;
    background: url(../../../assets/images/common/bg_title_sp.jpg) center 0 no-repeat;
    background-size: cover;
  }
}
.headline {
  font-size: 2.4rem;
  font-weight: bold;
  color: #3452a2;
  line-height: 1.6;
  margin-bottom: 50px;
  letter-spacing: 1.5px;
}
.headline > span {
  display: inline-block;
  background: url(../../../assets/images/common/bg_title.svg) 0 0 no-repeat;
  padding: 10px 25px 0;
}
.headline .en {
  color: #5ac1d0;
  font-size: 1.4rem;
  display: block;
  text-align: center;
  font-weight: normal;
}
@media screen and (max-width: 560px) {
  .headline {
    margin-bottom: 40px;
  }
}
.heading {
  font-size: 1.8rem;
  margin-bottom: 1.2em;
  color: #3452a2;
}

.subhead {
  font-size: 1.25rem;
  margin-bottom: 25px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.subhead::before,
.subhead::after {
  content: "";
  height: 1px;
  border-top: 1px solid #c17a95;
  display: block;
  width: 30px !important;
}
.subhead::before {
  margin-right: 1em;
}
.subhead::after {
  margin-left: 1em;
}
.subhead span {
  position: absolute;
  font-size: 0.75rem;
  top: -25px;
  left: auto;
}

.lead {
  font-size: 2.4rem;
  margin-bottom: 60px;
}
@media screen and (max-width: 560px) {
  .lead {
    margin-bottom: 40px;
  }
}
.lead > span {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 1.8rem;
  margin-bottom: 5px;
}
.lead > span::before,
.lead > span::after {
  content: "";
  height: 1px;
  border-top: 1px solid #333333;
  display: block;
  width: 10px;
}
.lead > span::before {
  margin-right: 10px;
}
.lead > span::after {
  margin-left: 10px;
}

.caption {
}

/* font
============================== */
.font_s {
  font-size: 1.4rem !important;
}
.font_m {
  font-size: 1.6rem !important;
}
.font_l {
  font-size: 1.8rem !important;
}

.en {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
}

/* button
============================== */
.button a {
  display: inline-block;
  background-color: #ffffff;
  color: #3452a2;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 35px;
  min-width: 225px;
  box-sizing: border-box;
  border: 1px solid #3452a2;
  border-radius: 5px;
  position: relative;
  font-size: 1.4rem;
  box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  text-transform: uppercase;
}
.button a:hover {
  color: #ffffff;
  background-color: #3452a2;
  box-shadow: none;
}
.button a::after {
  content: "";
  background: url(../images/common/arrow.svg) 0 0 no-repeat;
  background-size: 8px 11px;
  width: 8px;
  height: 11px;
  display: block;
  position: absolute;
  right: 15px;
  top: calc(50% - 5px);
}
.button a:hover::after {
  content: "";
  background: url(../images/common/arrow_on.svg) 0 0 no-repeat;
  background-size: 8px 11px;
  animation: arrow 0.5s;
}
@keyframes arrow {
  50% {
    right: 12px;
  }
  100% {
    right: 15px;
  }
}

.button_pdf a {
  display: inline-block;
  background-color: #ffffff;
  color: #3452a2;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 45px;
  min-width: 225px;
  box-sizing: border-box;
  border: 1px solid #3452a2;
  border-radius: 5px;
  position: relative;
  font-size: 1.4rem;
  box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
}
.button_pdf a:hover {
  color: #ffffff;
  background-color: #3452a2;
  box-shadow: none;
}
.button_pdf a::after {
  content: "";
  background: url(../images/common/icon_pdf.svg) 0 0 no-repeat;
  background-size: 18px 26px;
  width: 18px;
  height: 26px;
  display: block;
  position: absolute;
  right: 15px;
  top: calc(50% - 13px);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.button_pdf a:hover::after {
  content: "";
  background: url(../images/common/icon_pdf_white.svg) 0 0 no-repeat;
  background-size: 18px 26px;
}



.reserve {
  background-color: #3252A4;
  padding: 50px 0;
  margin-bottom: 60px;
}
.reserve .wrap_m {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 3% 30px;
  text-align: center;
}
.reserve .ttl {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 10px;
}
.reserve .tel {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 0;
}
.reserve .tel a {
  color: #3252A4;
}
.reserve .tel a span {
  font-size: 3.2rem;
}
.reserve .time {
  margin: 0;
  display: inline-block;
  position: relative;
}
.reserve .time::before {
  content: "";
  display: block;
  position: absolute;
  width: 72px;
  height: 78px;
  background: url(../images/icon_reserve_01.svg) no-repeat left top;
  background-size: cover;
  right: 110%;
  bottom: 0;
}
.reserve .time::after {
  content: "";
  display: block;
  position: absolute;
  width: 72px;
  height: 78px;
  background: url(../images/icon_reserve_02.svg) no-repeat left top;
  background-size: cover;
  left: 110%;
  bottom: 0;
}
@media screen and (max-width: 560px) {
  .reserve {
    padding: 30px 0;
    margin-bottom: 40px;
  }
  .reserve .wrap_m {
    padding: 20px 3% 120px;
  }
  .reserve .tel {
    font-size: 1.8rem;
  }
  .reserve .tel a span {
    font-size: 3rem;
  }
  .reserve .time {
    margin: 0;
    display: inline-block;
    position: relative;
  }
  .reserve .time::before {
    right: 52%;
    bottom: -88px;
  }
  .reserve .time::after {
    left: 52%;
    bottom: -88px;
  }
}



.btn_reserve {
  display: inline-block;
  font-weight: bold;
  font-size: 2.4rem;
}
.btn_reserve a {
  text-decoration: none;
  background-color: #2FB9C9;
  padding: 20px 75px;
  position: relative;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  color: #fff;
  border-radius: 5px;
}
.btn_reserve a:hover {
  opacity: 0.7;
}
.btn_reserve a::before {
  content: "";
  background: url(../images/icon_calender.svg) no-repeat left top;
  background-size: cover;
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 25px;
  top: calc(50% - 13px);
}
@media screen and (max-width: 560px) {
  .btn_reserve {
    font-size: 1.8rem;
  }
  .btn_reserve a {
    padding: 15px 45px;
  }
  .btn_reserve a::before {
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 15px;
    top: calc(50% - 9px);
  }
}



/* list
============================== */
.list_dot > li {
  padding: 0 0 0 1em;
  position: relative;
}
.list_dot > li:before {
  content: "・";
  width: 1em;
  height: 1em;
  display: block;
  position: absolute;
  left: 0;
  top: center;
}
.list_dot > li:last-child {
  margin-bottom: 0;
}

.list_num {
  list-style-type: none;
  padding-left: 0;
}

.list_disc > li {
  padding: 0 0 0 1em;
  position: relative;
}
.list_disc > li:before {
  content: "●";
  width: 1em;
  height: 1em;
  display: block;
  position: absolute;
  left: 0;
  top: center;
  color:#3452a2;
}
.list_disc > li:last-child {
  margin-bottom: 0;
}

.list_num {
  list-style-type: none;
  padding-left: 0;
}

.list_num > li {
  position: relative;
  padding-left: 1.5em;
}
.list_num > li::before {
  display: block;
  width: 1.5em;
  position: absolute;
  left: 0;
}
.list_num > li:nth-child(1)::before {
  content: "1";
}
.list_num > li:nth-child(2)::before {
  content: "2";
}
.list_num > li:nth-child(3)::before {
  content: "3";
}
.list_num > li:nth-child(4)::before {
  content: "4";
}
.list_num > li:nth-child(5)::before {
  content: "5";
}
.list_num > li:nth-child(6)::before {
  content: "6";
}
.list_num > li:nth-child(7)::before {
  content: "7";
}
.list_num > li:nth-child(8)::before {
  content: "8";
}
.list_num > li:nth-child(9)::before {
  content: "9";
}
.list_num > li:nth-child(10)::before {
  content: "10";
}

.list_sq li {
  padding: 0 0 0 1em;
  position: relative;
  margin-bottom: 5px;
}
.list_sq li:before {
  content: "□";
  width: 1em;
  height: 1em;
  display: block;
  position: absolute;
  left: 0;
  top: center;
}

/* attention
============================== */
.list_atte > li {
  padding-left: 1em;
  position: relative;
}
.atte {
  padding-left: 1em;
  position: relative;
}
.list_atte > li::before,
.atte::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

/* table
============================== */
table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border-top: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
}
table th,
table td {
  vertical-align: top;
  text-align: left;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  padding: 10px;
}

/* Contents
============================================= */
.column_2 {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.column_2 > .img {
  width: 46%;
}
.column_2 > .txt {
  width: 48%;
}
.column_2 .img.left {
  order: -1;
}
.column_2 .img.right {
  order: 1;
}

@media screen and (max-width: 560px) {
  .column_2 {
    display: block;
  }
  .column_2 > .img {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
  }
  .column_2 > .txt {
    width: 100%;
  }
}

.topicpath {
  list-style: none;
  padding-left: 0;
  font-size: 0.866rem;
  margin: 0 auto 40px;
  display: -webkit-flex;
  display: flex;
}
.topicpath a::after {
  content: ">";
  margin: 0 5px;
}

.page_link {
  list-style-type: none;
  padding-left: 0;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.page_link li {
  line-height: 1;
  margin-bottom: 15px;
}
.page_link li:not(:first-child) {
  border-left: 1px solid #333;
}
.page_link a {
  color: #333;
  padding: 0 10px;
}

.tab {
  list-style-type: none;
  padding-left: 0;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin: -89px 0 70px;
  position: relative;
}
.tab li {
  margin: 0 20px;
  width: 180px;
  height: 89px;
  cursor: pointer;
}
.tab li:nth-child(1).active {
  background: url("../images/home/tab_icon_on.png") 0 0 no-repeat;
  background-size: 100%;
}
.tab li:nth-child(2).active {
  background: url("../images/home/tab_list_on.png") 0 0 no-repeat;
  background-size: 100%;
}
.tab li.active img {
  display: none;
}
@media screen and (max-width: 480px) {
  .tab {
    margin: -49px 0 50px;
    position: relative;
  }
  .tab li {
    margin: 0 10px;
    width: 100px;
    height: 50px;
    cursor: pointer;
  }
}

.page-recruit .tab {
  justify-content: space-between;
  margin: 0 0 40px;
  border-bottom: 1px solid #3452a2;
}
.page-recruit .tab li {
  margin: 0;
  width: 48%;
  height: auto;
  text-align: center;
  border-top: 1px solid #3452a2;
  border-left: 1px solid #3452a2;
  border-right: 1px solid #3452a2;
  border-radius: 5px 5px 0 0;
  padding: 10px 2px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.page-recruit .tab li:hover,
.page-recruit .tab li.active {
  background-color: #3452a2;
  color: #ffffff;
}

.panel {
  display: none;
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
}
.page-recruit .panel table {
  margin-bottom: 50px;
}
.page-recruit .panel table th,
.page-recruit .panel table td {
  vertical-align: top;
  text-align: left;
}
.page-recruit .panel table th {
  background-color: #f0fbfc;
  width: 25%;
}
@media screen and (max-width: 560px) {
  .page-recruit .panel table th,
  .page-recruit .panel table td {
    display: block;
    width: 100%;
  }
  .page-recruit .panel table th {
    width: 100%;
    border-top: none;
  }
}

.vertical {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.maker {
  background: linear-gradient(transparent 10%, #e2ffd5 10%);
  padding-bottom: 2px;
  font-weight: normal;
}
.more {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.arrow::after {
  content: ">";
  transform: scale(0.6, 1.2);
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 6px;
}
.linkarrow::after {
  content: "＞";
  transform: scale(0.5, 1);
  display: inline-block;
  margin-left: 5px;
}

#container {
  position: relative;
}

.page_nav {
  position: relative;
  margin: 0 auto;
  width: 94%;
}
.page_nav ul {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.page_nav li {
  text-align: center;
  margin: 0 10px 20px;
  font-size: 1.4rem;
  min-width: 200px;
}
.page_nav li a,
.page_nav li span {
  display: block;
  text-decoration: none;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  border: 1px solid #3452a2;
}
.page_nav a:hover,
.page_nav li span {
  background-color: #3452a2;
  color: #fff;
}
@media screen and (max-width: 560px) {
  .page_nav ul {
    display: block;
  }
  .page_nav li {
    margin: 0 auto 10px;
    max-width: 335px;
  }
}

.relative {
  position: relative;
}
.ai_center {
  align-items: center;
}



/* Header
=================================================== */
header {
  width: 100%;
  padding-bottom: 1px;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  z-index: 2;
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.1);
}
.container_lp header {
  background-color: #f0fbfc;
  position: relative;
  top: auto;
  box-shadow: none;
}
@media screen and (max-width: 1040px) {
  header {
    position: relative;
  }
}
.header {
  width: 96%;
  max-width: 1366px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 109px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.home .header,
.container_lp .header {
  width: 100%;
  max-width: 100%;
  display: block;
  height: auto;
}
.header.transform {
  height: 86px;
}
@media screen and (max-width: 1040px) {
  .header.transform {
    height: 110px;
  }
}
.home .header.transform,
.container_lp .header.transform {
  height: auto;
}

.header .logo {
  margin: 0;
  width: 300px;
}

.container_lp .header .logo {
  width: 385px;
  margin: 0 auto 60px;
  padding-top: 25px;
}
@media screen and (max-width: 900px) {
  .home .header,
  .container_lp .header {
    display: block;
  }
  .home .header > .logo,
  .container_lp .header > .logo {
    position: relative;
    left: auto;
    top: auto;
  }
}
@media screen and (max-width: 560px) {
  header {
    margin-bottom: 50px;
  }
  .home .header,
  .container_lp .header {
    width: 96%;
    margin: 0 auto;
  }
  .header .logo {
    width: 250px !important;
  }
  .home .header .logo,
  .container_lp .header .logo {
    margin: 0 auto 20px;
    padding-top: 25px;
  }
}

.kv {
  width: 98%;
  max-width: 1000px;
  margin: 0 auto 80px;
  position: relative;
}
@media screen and (max-width: 560px) {
  .kv {
    margin-bottom: 40px;
  }
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
.home .is-fixed .inner {
  height: 86px;
}
.home .is-fixed .inner > ul {
  justify-content: flex-end;
  margin: 0;
}


/* Footer
=================================================== */
footer .info {
  padding: 0 0 60px;
}
footer .info .inner {
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
}
.column_2 > .address {
  width: 46%;
}
.column_2 > .time {
  width: 48%;
}
.column_2 > .time .logo {
  margin: 0 0 20px;
  width: 100%;
  max-width: 385px;
}
.column_2 > .time table {
  font-size: 1.4rem;
  border-top: 1px solid #5ac1d0;
  border-left: 1px solid #5ac1d0;
  margin-bottom: 10px;
}
.column_2 > .time table thead th,
.column_2 > .time table thead td {
  background-color: #5ac1d0;
  color: #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #5ac1d0;
}
.column_2 > .time table thead td:last-child {
  border-right: 1px solid #5ac1d0;
}
.column_2 > .time table tbody th,
.column_2 > .time table tbody td {
  border-right: 1px solid #5ac1d0;
  border-bottom: 1px solid #5ac1d0;
}
.column_2 > .time table td {
  width: 10%;
}
.column_2 > .time .supple {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.column_2 > .time .supple li:first-child {
  margin-right: 15px;
}
.column_2 > .time .tel {
  font-size: 3.2rem;
  margin-bottom: 0;
}
.column_2 > .time .list_atte {
  color: #3452a2;
  font-size: 1.4rem;
}
.column_2 > .address .map {
  margin-bottom: 10px;
}
.column_2 > .address .map iframe{
  width: 100%;
  height: 280px;
}
@media screen and (max-width: 760px) {
  footer .info .column_2 {
    display: block;
  }
  .column_2 > .address {
    width: 100%;
    max-width: 460px;
    margin: 0 auto 60px;
  }
  .column_2 > .time {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 560px) {
  footer .info {
    padding-bottom: 30px;
  }
  .column_2 > .address .button,
  .column_2 > .time .button {
    text-align: center;
  }
}
@media screen and (max-width: 390px) {
  .column_2 > .time table {
    font-size: 1.3rem;
  }
  .column_2 > .time table th,
  .column_2 > .time table td {
    padding: 5px;
  }
}
@media screen and (max-width: 374px) {
  .column_2 > .time .tel {
    font-size: 2.4rem;
  }
}

.copyright {
  font-size: 1.3rem;
  text-align: center;
  color: #ffffff;
  margin-bottom: 0;
  padding: 25px 0;
  background-color: #5ac1d0;
}
.totop {
  position: fixed;
  right: 15px;
  width: 55px;
}
@media screen and (max-width: 560px) {
  .copyright {
    padding-bottom: 90px;
  }
  .totop {
    display: none !important;
  }
}

@media screen and (max-width: 560px) {
  #container {
    min-height: 100vh;
    position: relative;
    box-sizing: border-box;
  }
}


.bottom_fix {
  display: none;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  line-height: 1.5;
  font-size: 2rem;
  text-align: center;
  z-index: 2;
}
.bottom_fix a {
  display: block;
  color: #fff;
  text-decoration: none;
  background-color: #3452A2;
  padding-top: 20px;
  padding-bottom: 20px;
}
.bottom_fix a:hover {
  opacity: 0.7;
}
.bottom_fix a::before {
  content: "";
  background: url(../../../assets/images/common/icon_free.svg) no-repeat left top;
  background-size: 24px 30px;
  display: inline-block;
  width: 24px;
  height: 30px;
  margin-right: 10px;
  vertical-align: top;
}
@media screen and (max-width: 560px) {
.bottom_fix {
  display: block;
}
}



.conversion {
  display: none;
}
@media screen and (max-width: 560px) {
  .conversion {
    width: 100%;
    z-index: 10;
    position: fixed;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    background-color: rgba(255,255,255,1);
  }
}




/* LP
=============================================== */
.lead-area h2 + p {
  margin-bottom: 4rem;
}
.lead-area .column_2 > div {
 width: 49%;
 max-width: 330px; 
}
.wide.bgColor {
  background-color: #f0fbfc;
  padding: 5em 0 1px;
  position: relative;
  margin-bottom: 5em;
}
@media screen and (max-width: 560px) {
  .wide.bgColor {
    padding: 4em 0 1px;
    margin-bottom: 4em;
  }
  .lead-area h2 + p {
    margin-bottom: 3rem;
  }
  .lead-area .column_2 > div {
   width: 100%;
   max-width: 330px; 
   margin: 0 auto 1.7rem;
  }
}

.checkpoint h2 {
  margin-bottom: 7rem;
}
.checkpoint h3 {
  font-size: 1.8rem;
  min-height: 4.6rem;
  font-weight: normal;
  background-color: #5ac1d0;
  border-radius: 5px 5px 0 0;
  position: relative;
  color: #ffffff;
  text-align: center;
  padding: 7px 0;
  margin-bottom: 0;
}
.checkpoint h3::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/img_chara.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 169px;
  height: 46px;
  left: 50%;
  top: -31px;
  transform: translateX(-50%);
}
.checkpoint .box {
  background-color: #fff;
  padding: 2em 3%;
}
.checkpoint .box p:not(:last-child) {
  margin-bottom: 4em;
}
@media screen and (max-width: 560px) {
  .checkpoint .box p:not(:last-child) {
    margin-bottom: 3em;
  }
}


.font_xs {
	font-size: 1.3rem;
}

#free {
	margin-bottom: 5em;
}
.home #free {
	padding-top: 80px;
}
#free .tel,
#contact .tel {
	font-size: 1.8rem;
}
#free .tel .call,
#contact .tel .call {
	font-size: 5rem;
	color: #3452a2;
}
#free .list_atte,
#contact .list_atte {
	max-width: 580px;
	margin: 0 auto 20px;
	font-size: 1.3rem;
}
@media screen and (max-width: 560px) {
 #free {
   margin-bottom: 4em;
 }
 #free .tel,
 #contact .tel {
  font-size: 1.6rem;
 }
 #free .tel .call,
 #contact .tel .call {
  font-size: 3rem;
 }
}

.btn_free {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
	line-height: 3rem;
	font-size: 2rem;
}
.btn_free a {
	display: block;
    color: #fff;
    text-decoration: none;
	background-color: #3452A2;
    padding-top: 20px;
	padding-bottom: 20px;
    border-radius: 5px;
}
.btn_free a:hover {
	opacity: 0.7;
}
.btn_free a::before {
    content: "";
	background: url(../../../assets/images/common/icon_free.svg) no-repeat left top;
	background-size: 24px 30px;
	display: inline-block;
	width: 24px;
	height: 30px;
	margin-right: 10px;
	vertical-align: top;
}
@media screen and (max-width: 560px) {
 .btn_free {
  font-size: 1.8rem;
 }
}


.free_sche {
	background-color:#fff;
	border:2px dotted #5ac1d0;
	border-radius:5px;
	margin-bottom:30px;
	padding:30px 0;
	position:relative;
}
.free_sche .inner {
	width:94%;
	max-width:720px;
	margin:0 auto;
}
.free_sche .lead {
	text-align:center;
	font-weight: 600;
	margin-bottom:0;
}
.free_sche h1 {
	text-align:center;
	color:#ff0000;
	font-size:4rem;
}
.free_sche h1 span {
	color:#3452A2;
	font-size:2.4rem;
	display:inline-block;
	margin-right:5px;
}
@media screen and (max-width: 560px) {
	.free_sche .lead {
		margin-bottom:10px;
	}
	.free_sche h1 {
		line-height:1.5;
		font-size:3.8rem;
	}
.free_sche h1 span {
	margin-right:0;
	display:block;
}
}


.free_sche table {
	margin-bottom:20px;
	border-top: 1px solid #3452A2;
	border-left: 1px solid #3452A2;
}
.free_sche table th,
.free_sche table td {
	border-right: 1px solid #3452A2;
	border-bottom: 1px solid #3452A2;
}
.free_sche table th {
	background-color: #3452A2;
	color:#fff;
	font-size:2rem;
	font-weight:bold;
}
.free_sche table td {
	color:#3452A2;
	font-size:4rem;
	font-weight:bold;
	position:relative;
	padding: 15px 3px 5px;
	width:25%;
}
.free_sche table td::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 34px solid #3452A2;
  border-left: 34px solid transparent;
}
.free_sche table td sup {
	top: -1.8em;
	position: relative;
	font-size:1.8rem;
	margin-right: 10px;
}
.free_sche table td sup::after {
	content:"／";
	font-weight:normal;
	position:absolute;
	right:-18px;
	bottom: 0px;
	font-size:2.2rem;
}
.free_sche table td .w {
	position:absolute;
	right:2px;
	bottom:5px;
	font-size:1.4rem;
	font-weight:bold;
	color:#fff;
	z-index:2;
	line-height:1;
}

.free_sche .txt1,
.free_sche .txt2 {
	background-color: #3452A2;
	color: #fff;
	position:absolute;
	display:inline-block;
	text-align:center;
	border-radius: 50vh;
	line-height:1.5;
	display:flex;
	align-items:center;
}
@media screen and (max-width: 820px) {
.free_sche .txt1,
.free_sche .txt2 {
display:none;
	}
}
.free_sche .txt1 span,
.free_sche .txt2 span {
	display: block;
	margin: 0 auto;
}
.free_sche .txt1 {
	top: 20px;
	right: 6%;
	font-size:1.4rem;
	width:8em;
	height:8em;
}
.free_sche .txt2 {
	top: 100px;
	right: 2%;
	font-size:1.2rem;
	width:6em;
	height:6em;
}

@media screen and (max-width: 560px) {
.free_sche table th {
	font-size:1.6rem;
}
.free_sche table td {
	font-size:6vw;
}
.free_sche table td::after {
  border-bottom: 28px solid #3452A2;
  border-left: 28px solid transparent;
}
.free_sche table td sup {
	top: -1.8em;
	position: relative;
	font-size:2.5vw;
	margin-right: 3px;
}
.free_sche table td sup::after {
	content:"／";
	font-weight:normal;
	position:absolute;
	right:-6px;
	bottom: 0px;
	font-size:1.5vw;
}
.free_sche table td .w {
	font-size:1.1rem;
}
}

.free_sche .list_atte {
	max-width: 100% !important;
	font-weight: 600;
	margin: 0 !important;
}

.treatment .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.treatment .list li {
  width: 23%;
}
@media screen and (max-width: 560px) {
  .treatment .list {
    display: block;
    max-width: 230px;
    margin: 0 auto;
  }
  .treatment .list li {
    width: 100%;
    margin-bottom: 10px;
  }
}


.greeting {
  background: url(../../../assets/images/about/bg_doctors.jpg) right 0 no-repeat;
  background-size: cover;
  padding: 50px 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  .greeting {
    background: url(../../../assets/images/about/bg_doctors.jpg) right -220px top 0 no-repeat;
    background-size: cover;
  }
}
.greeting .headline {
  text-align: left;
}
.greeting .txt {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .greeting .txt p {
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.8);
  }
}
.greeting .img {
  display: none;
}
@media screen and (max-width: 700px) {
  .greeting {
    background: none;
    padding-top: 4em;
    padding-bottom: 0;
    margin-bottom: 4em;
  }
  .greeting .img {
    display: block;
    text-align: center;
  }
  .greeting .headline {
    text-align: center;
  }
  .greeting .txt {
    width: 100%;
  }
}



.doctor .column_2 {
  margin-bottom: 80px;
}
.doctor .column_2 .img {
  width: 34.5%;
}
.doctor .column_2 .img img {
  border-radius: 5px;
}
.doctor .column_2 .txt {
  width: 50%;
}
.doctor .column_2 .name {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 40px;
}
.doctor .column_2 .name span {
  font-weight: normal;
  font-size: 1.3rem;
  color: #5ac1d0;
  margin-left: 15px;
}
.doctor .column_2 .txt h4 {
  font-size: 1.8rem;
  margin-bottom: 0;
}
.doctor .column_2 .txt ul {
  margin-bottom: 50px;
}
.doctor .column_2 .txt dl {
  margin: 20px 0 50px;
}
.doctor .column_2 .txt dt {
  clear: both;
  float: left;
  width: 9em;
  font-size: 1.3rem;
  color: #5ac1d0;
  padding: 0;
  margin: 0;
  line-height: 2;
}
.doctor .column_2 .txt dd {
  padding: 0 0 10px 9em;
  margin: 0 0 15px 0;
  border-bottom: 2px dotted #5ac1d0;
}
.doctor .column_2 .txt dd a {
  display: block;
  padding-right: 25px;
  position: relative;
  text-decoration: none;
}
.doctor .column_2 .txt dd a:hover {
}
.doctor .column_2 .txt dd a::after {
  content: "";
  background: url(../images/common/arrow.svg) 0 0 no-repeat;
  background-size: 8px 11px;
  width: 8px;
  height: 11px;
  display: block;
  position: absolute;
  right: 3px;
  top: calc(50% - 5px);
}
.doctor .column_2 .txt dd a:hover::after {
  animation: arrow2 0.5s;
}
@keyframes arrow2 {
  50% {
    right: 0;
  }
  100% {
    right: 3px;
  }
}
@media screen and (max-width: 560px) {
  .doctor .column_2 .img {
    width: 100%;
    max-width: 250px;
  }
  .doctor .column_2 .txt {
    width: 100%;
  }
  .doctor .column_2 .name {
    text-align: center;
  }
  .doctor .column_2 .txt dt {
    float: none;
    width: 100%;
  }
  .doctor .column_2 .txt dd {
    padding: 0 0 10px 0;
  }
}


.bk_blue {
  background-color: #f0fbfc;
  padding: 80px 0 70px;
  position: relative;
  margin-bottom: 60px;
}
.bk_blue:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #f0fbfc;
}
@media screen and (max-width: 560px) {
  .bk_blue {
    padding: 40px 0 30px;
    margin-bottom: 30px;
  }
}
@keyframes arrow_bottom {
  50% {
    bottom: 8px;
  }
  100% {
    bottom: 12px;
  }
}

.list_button_02 {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 50px;
}
.list_button_02 li {
  width: 31%;
  max-width: 225px;
}
.list_button_02 li:not(:first-child) {
  margin-left: 3.5%;
}
.list_button_02 a {
  width: 100%;
  min-width: inherit;
  padding: 10px;
}
@media screen and (max-width: 560px) {
  .list_button_02 {
    display: block;
  }
  .list_button_02 li {
    width: 100%;
    max-width: 225px;
    margin: 0 auto 10px;
  }
  .list_button_02 li:not(:first-child) {
    margin-left: auto;
  }
}

/* flow
=============================================== */
.wrap_flow {
  margin-bottom: 80px;
}
.wrap_flow > ul:first-child {
  max-width: 780px;
  margin: 0 auto 80px;
}
.wrap_flow > ul:first-child > li {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.wrap_flow .img {
  width: 38%;
}
.wrap_flow .txt {
  width: 53%;
}
.wrap_flow h2 {
  color: #5ac1d0;
  font-size: 2.4rem;
  margin-bottom: 10px;
}
.wrap_flow dl {
  margin-bottom: 8px;
}
.wrap_flow dt {
  clear: both;
  float: left;
  width: 4.5em;
  font-weight: bold;
}
.wrap_flow dd {
  padding-left: 4.5em;
}
.wrap_flow .list_atte {
  margin-bottom: 5px;
}
.wrap_flow .tel {
  font-size: 3.2rem;
}
.wrap_flow h2 span {
  font-weight: normal;
  text-transform: uppercase;
}
.wrap_flow ol {
  padding-left: 1.5em;
}

@media screen and (max-width: 560px) {
  .wrap_flow {
    margin-bottom: 50px;
  }
  .wrap_flow > ul:first-child {
    margin: 0 auto 50px;
  }
  .wrap_flow > ul:first-child > li {
    display: block;
    margin-bottom: 40px;
  }
  .wrap_flow .img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 10px;
  }
  .wrap_flow .txt {
    width: 100%;
  }
}

.wrap_flow_02 {
  border-top: 2px dotted #5ac1d0;
  padding-top: 70px;
  margin-bottom: 80px;
}
@media screen and (max-width: 560px) {
  .wrap_flow_02 {
    padding-top: 50px;
    margin-bottom: 50px;
  }
}

/* price
=============================================== */
.wrap_price {
  position: relative;
  margin-bottom: 10px;
}
.tbl_price {
  border-top: none;
  border-left: none;
  border-right: 1px solid #ffffff;
}
.tbl_price th,
.tbl_price td {
  padding: 0 !important;
  border-right: none !important;
  border-bottom: none !important;
  height: 50px;
}
.tbl_price div {
  display: table;
  border-right: 1px solid #5ac1d0;
  border-bottom: 1px solid #5ac1d0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  line-height: 1.4;
}
.tbl_price div span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px;
}

.tbl_price th:first-child div {
  border-left: 1px solid #5ac1d0;
}
.tbl_price thead th {
  color: #ffffff;
  background-color: #5ac1d0;
}
.tbl_price thead th div {
  border-top: 1px solid #5ac1d0;
}
.tbl_price thead th:not(:last-child) div {
  border-right: 1px solid #ffffff;
}
.tbl_price tbody th {
  font-weight: bold;
}

.scroll {
  display: none;
}
@media screen and (max-width: 500px) {
  .wrap_price .inner {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .tbl_price th:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 1;
  }
  .tbl_price div {
    white-space: nowrap;
  }
  .scroll {
    display: block;
    position: relative;
    padding-left: 45px;
  }
  .scroll::before {
    content: "";
    display: block;
    background: url(../images/common/scroll.svg) 0 0 no-repeat;
    background-size: 38px 6px;
    width: 38px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 12px;
  }
}

.tbl_price_02 {
  border-top: 1px solid #5ac1d0;
  border-left: 1px solid #5ac1d0;
  margin-bottom: 20px;
}
.tbl_price_02 th {
  border-right: 1px solid #5ac1d0;
  border-bottom: 1px solid #ffffff;
  background-color: #5ac1d0;
  color: #ffffff;
  width: 30%;
}
.tbl_price_02 tr:last-child th {
  border-bottom: 1px solid #5ac1d0;
}
.tbl_price_02 td {
  border-right: 1px solid #5ac1d0;
  border-bottom: 1px solid #5ac1d0;
  text-align: left;
  padding-left: 30px;
}
@media screen and (max-width: 375px) {
  .tbl_price_02 td {
    padding-left: 10px;
  }
}


@media screen and (max-width: 560px) {
  .lineup_news h2 a {
    padding-right: 45px;
  }
  .lineup_news h2 a::after {
    right: 15px;
  }
  .lineup_news h2 a:hover::after {
    animation: arrow3_sp 0.5s;
  }
}

@keyframes arrow3 {
  50% {
    right: 25px;
  }
  100% {
    right: 30px;
  }
}
@keyframes arrow3_sp {
  50% {
    right: 10px;
  }
  100% {
    right: 15px;
  }
}


@media screen and (max-width: 560px) {
  .lineup_faq .list_2 {
    display: block;
  }
  .lineup_faq .list_2 ul {
    width: 100%;
  }
  .lineup_faq .list_2 ul:first-child li {
    margin-right: 0;
  }
  .lineup_faq .list_2 ul:last-child li {
    margin-left: 0;
  }
}
@keyframes arrow_faq {
  50% {
    right: 20px;
  }
  100% {
    right: 25px;
  }
}
@keyframes arrow_faqsp {
  50% {
    right: 10px;
  }
  100% {
    right: 15px;
  }
}


.wrap_link {
  margin: -80px 0 100px;
  padding-top: 80px;
  position: relative;
}
.wrap_link:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1040px) {
  .wrap_link {
    margin-top: 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 560px) {
  .wrap_link {
    margin-bottom: 70px;
  }
}

.table th {
  background-color: #5ac1d0;
  color: #ffffff;
}
.table .backColor th,
.table .backColor td {
  background-color: #f0fbfc;
}

.table.half th {
  width: 50%;
}
.table .list {
  vertical-align: top;
  text-align: left;
}
.table .stripes tr:nth-child(even) td {
  background-color: #f0fbfc;
}
.table .align_left td {
  text-align: left;
}

#glue09 .table tbody td:nth-child(1) {
  width: 11.5em;
}
#glue09 .table tbody td:nth-child(2) {
  white-space: nowrap;
}

#glue11 .table tbody td:nth-child(1) {
  background-color: #f0fbfc;
  white-space: nowrap;
}
#glue11 .table tbody td:nth-child(2) {
  white-space: nowrap;
}
@media screen and (max-width: 500px) {
  .scroll_tbl .inner {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .scroll_tbl .inner table {
    width: 600px;
  }
  .sticky th:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 1;
  }
  .sticky div {
    white-space: nowrap;
  }
}

.stripes li {
  padding: 10px 15px;
}
.stripes li:nth-child(odd) {
  background-color: #f0fbfc;
}
#glue03 .stripes li {
  position: relative;
  padding: 10px 15px 10px 6.5em;
}
#glue03 .stripes li span {
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  padding-left: 15px;
}

.process dt {
  color: #3452a2;
  font-weight: 600;
}
.process dd {
  margin-bottom: 40px;
  position: relative;
}
.process dd:last-child {
  margin-bottom: 0;
}
.process dd:not(:last-child)::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 20px 0 20px;
  border-color: #5ac1d0 transparent transparent transparent;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
}

.flow .inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 40px;
  position: relative;
}
.flow .inner:last-child {
  margin-bottom: 0;
}
.flow .inner:not(:last-child)::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 20px 0 20px;
  border-color: #5ac1d0 transparent transparent transparent;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
}
.flow p {
  text-transform: uppercase;
  background-color: #5ac1d0;
  color: #ffffff;
  width: 10em;
  text-align: center;
  padding-top: 10px;
}
.flow dl {
  width: calc(100% - 12em);
}
.flow dt {
  color: #3452a2;
  font-weight: 600;
}
@media screen and (max-width: 560px) {
  .flow p {
    width: 4.5em;
    text-align: center;
    padding-top: 10px;
  }
  .flow dl {
    width: calc(100% - 5.5em);
  }
}



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