@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Overpass:wght@100&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@700,400&display=swap");
/* ブレイクポイント参考

PC:インナーコンテンツサイズ以上
Laptop-HiDPI:1440
Laptop-MDPI :1280
iPad Pro(10.5inch):834
iPad Pro(12.9inch):1024
iPad:601
SP:600

*/
/* レスポンシブサイト非表示 */
/* PCのみ */
@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  .pc1200 {
    display: none !important;
  }
}
/* 1400以上 */
@media screen and (max-width: 1400px) {
  .only1400 {
    display: none !important;
  }
}
@media screen and (max-width: 1300px) {
  .only1300 {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .only1200 {
    display: none !important;
  }
}
/* タブレット・PC */
@media screen and (max-width: 599px) {
  .tbpc {
    display: none !important;
  }
}
@media screen and (max-width: 834px) {
  .tb02 {
    display: none !important;
  }
}
/* タブレット・SP */
@media screen and (min-width: 1025px) {
  .tbsp {
    display: none !important;
  }
}
/* タブレット・SP */
@media screen and (min-width: 1200px) {
  .pc02 {
    display: none !important;
  }
}
/* タブレットのみ */
@media screen and (max-width: 1024px), (min-width: 1440px) {
  .only1440 {
    display: none !important;
  }
}
@media screen and (max-width: 834px) {
  .pctb02 {
    display: none !important;
  }
}
/* タブレットのみ */
@media screen and (max-width: 599px), (min-width: 1025px) {
  .tb {
    display: none !important;
  }
}
/* SPのみ */
@media screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 426px) {
  .sp02 {
    display: none !important;
  }
}
@media screen and (min-width: 321px) {
  .w320 {
    display: none !important;
  }
}
/* タブレット・SP */
@media screen and (min-width: 1300px) {
  .ptsp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: auto;
  }
}
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
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,
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;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  width: 100%;
}

li {
  list-style: none;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

/*--------------------------------------------------------

	body設定

----------------------------------------------------------*/
html, body {
  font: 10px/1.6 "游ゴシック", Yu Gothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  color: #000;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  line-height: 1.9;
  font-size: 1.6rem;
  color: #333;
  overflow-x: hidden;
}
@media screen and (min-width: 1025px) {
  body {
    font-weight: 500;
  }
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  text-decoration: none;
}

img {
  width: 100%;
}

input, button, select, textarea {
  -webkit-appearance: none;
}

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

/*クリアフィックス*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

a {
  text-decoration: none;
  transition: 0.5s;
}

p, h1, h2, h3, h4, h5, dt, dd, a {
  font-display: swap;
}

/*マージン*/
.mt10 {
  margin-top: 10px !important;
}
@media screen and (max-width: 599px) {
  .mt10 {
    margin-top: 5px !important;
  }
}

.mb00 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 599px) {
  .mb20 {
    margin-bottom: 10px !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 599px) {
  .mb30 {
    margin-bottom: 15px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 1024px) {
  .mb80 {
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb80 {
    margin-bottom: 40px !important;
  }
}

.mlr-05 {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.ml-05 {
  margin-left: -0.5em;
}

.anchor {
  margin-top: -60px;
  padding-top: 60px;
}
@media screen and (max-width: 599px) {
  .anchor {
    margin-top: 0;
    padding-top: 0;
  }
}

@media print {
  .sp {
    display: none !important;
  }
  body {
    width: 1140px;
    -webkit-print-color-adjust: exact;
  }
  /*　------- ↓その他参考例　---------
  .header {
      position: relative !important; //ヘッダー固定fixedを解除
  }
  .header .header-inner {
      width: 100% !important; //サイト幅を解除
  }
  .page-title {
      margin-top: 0px !important; //固定ヘッダー時のマージンTOP分を解除
      width: 100% !important; //サイト幅を解除
  }
  .breadcrumbs-list {
      width: 100% !important; //サイト幅を解除
  }
  .global-nav {
      width: 100%; //サイト幅を解除
  }
  ------- ↑その他参考　---------*/
}
@page {
  size: A4;
  margin: 12.7mm 9.7mm;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  max-width: 100%;
  width: 100%;
  height: 170px;
  z-index: 20;
  /*__hamburger*/
}
.header::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 1500px) {
  .header {
    height: 140px;
  }
}
@media screen and (max-width: 1300px) {
  .header {
    height: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    height: 90px;
  }
}
@media screen and (max-width: 834px) {
  .header {
    height: 70px;
  }
}
@media screen and (max-width: 599px) {
  .header {
    height: 50px;
  }
}
.header__logo {
  max-width: 387px;
  width: 100%;
  margin-left: 58px;
  z-index: 1;
  line-height: 1;
}
@media screen and (max-width: 1700px) {
  .header__logo {
    max-width: 350px;
    margin-left: 40px;
  }
}
@media screen and (max-width: 1500px) {
  .header__logo {
    max-width: 21vw;
    margin-left: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .header__logo {
    max-width: 270px;
  }
}
@media screen and (max-width: 834px) {
  .header__logo {
    max-width: 250px;
  }
}
@media screen and (max-width: 599px) {
  .header__logo {
    max-width: 43vw;
  }
}
@media screen and (max-width: 430px) {
  .header__logo {
    max-width: 170px;
    margin-top: 5px;
    margin-left: 15px;
  }
}
.header__logo__link {
  line-height: 1;
  display: block;
}
@media screen and (min-width: 1025px) {
  .header__logo__link:hover {
    opacity: 0.7;
  }
}
.header__item {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  z-index: 1;
  float: right;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .header__item {
    right: 90px;
  }
}
@media screen and (max-width: 834px) {
  .header__item {
    right: 70px;
  }
}
@media screen and (max-width: 599px) {
  .header__item {
    right: 50px;
  }
}
.header__item__nav {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .header__item__nav {
    display: none;
  }
}
.header__item__nav__list {
  border-left: 3px dotted #0099cb;
}
.header__item__nav__list:last-child {
  border-right: 3px dotted #0099cb;
}
.header__item__nav__list__link {
  display: block;
  box-sizing: border-box;
  padding: 65px 30px 0 30px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 16px;
  font-weight: 600;
  color: #0099cb;
  line-height: 1;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1700px) {
  .header__item__nav__list__link {
    padding: 65px 24px 0 24px;
    font-size: 15px;
  }
}
@media screen and (max-width: 1500px) {
  .header__item__nav__list__link {
    padding: 50px 20px 0 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .header__item__nav__list__link {
    font-size: 13.5px;
    padding: 50px 15px 0 15px;
  }
}
.header__item__nav__list__link--01 {
  background-image: url("../img/common/icon-miminari.svg");
  background-size: 43px auto;
  background-position: center top;
}
@media screen and (max-width: 1500px) {
  .header__item__nav__list__link--01 {
    background-size: 35px;
  }
}
.header__item__nav__list__link--02 {
  background-image: url("../img/common/icon-book.svg");
  background-size: 47px auto;
  background-position: center 10px;
}
@media screen and (max-width: 1500px) {
  .header__item__nav__list__link--02 {
    background-size: 37px;
    background-position: center 8px;
  }
}
.header__item__nav__list__link--03 {
  background-image: url("../img/common/icon-doctor.svg");
  background-size: 41px auto;
  background-position: center top;
}
@media screen and (max-width: 1500px) {
  .header__item__nav__list__link--03 {
    background-size: 33px;
  }
}
.header__item__nav__list__link--04 {
  background-image: url("../img/common/icon-tyosinki.svg");
  background-size: 38px auto;
  background-position: center 1px;
}
@media screen and (max-width: 1500px) {
  .header__item__nav__list__link--04 {
    background-size: 31px;
  }
}
.header__item__nav__list__link--05 {
  background-image: url("../img/common/icon-hako.svg");
  background-size: 38px auto;
  background-position: center 6px;
}
@media screen and (max-width: 1500px) {
  .header__item__nav__list__link--05 {
    background-size: 33px;
  }
}
.header__item__nav__list__link--06 {
  background-image: url("../img/common/icon-flow.svg");
  background-size: 46px auto;
  background-position: center 10px;
}
@media screen and (max-width: 1500px) {
  .header__item__nav__list__link--06 {
    background-size: 36px;
  }
}
@media screen and (min-width: 1025px) {
  .header__item__nav__list__link:hover {
    opacity: 0.6;
  }
}
.header__item__btn {
  width: 340px;
  height: 100%;
  background-color: #00548a;
  margin-left: 50px;
  padding: 42px 34px;
  z-index: 1;
}
@media screen and (max-width: 1700px) {
  .header__item__btn {
    width: 300px;
    padding: 42px 30px;
    margin-left: 40px;
  }
}
@media screen and (max-width: 1500px) {
  .header__item__btn {
    width: 280px;
    padding: 30px 20px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 1300px) {
  .header__item__btn {
    width: 130px;
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .header__item__btn {
    width: 90px;
  }
}
@media screen and (max-width: 834px) {
  .header__item__btn {
    width: 70px;
  }
}
@media screen and (max-width: 599px) {
  .header__item__btn {
    width: 50px;
  }
}
.header__item__btn__link {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .header__item__btn__link {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.header__item__btn__link__text {
  display: inline-block;
  width: 100%;
  padding: 8px;
  background-color: #00436e;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .header__item__btn__link__text {
    font-size: 14px;
    padding: 0;
    padding-top: 80px;
    background-color: transparent;
    background-image: url("../img/common/tel.svg");
    background-size: 40px auto;
    background-repeat: no-repeat;
    background-position: center 25px;
  }
}
@media screen and (max-width: 1300px) and (-ms-high-contrast: none) {
  .header__item__btn__link__text {
    background-image: url("../img/common/tel.png");
  }
}
@media screen and (max-width: 1024px) {
  .header__item__btn__link__text {
    display: none;
  }
}
.header__item__btn__link__tb {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header__item__btn__link__tb {
    display: block;
    max-width: 50px;
    width: 100%;
    height: 50px;
  }
}
@media screen and (max-width: 834px) {
  .header__item__btn__link__tb {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 599px) {
  .header__item__btn__link__tb {
    width: 30px;
    height: 30px;
  }
}
.header__item__btn__link__tel {
  font-family: "Roboto", sans-serif !important;
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  padding-left: 41px;
  background-image: url("../img/common/tel.svg");
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-top: 13px;
  box-sizing: border-box;
  display: block;
}
@media all and (-ms-high-contrast: none) {
  .header__item__btn__link__tel {
    background-image: url("../img/common/tel.png");
  }
}
@media screen and (max-width: 1700px) {
  .header__item__btn__link__tel {
    font-size: 28px;
    padding-left: 36px;
    background-size: 25px;
  }
}
@media screen and (max-width: 1300px) {
  .header__item__btn__link__tel {
    display: none;
  }
}
.header__hamburger {
  /*__menu-btn*/
  /*_________________*/
  /*__item*/
}
.header__hamburger__menu-btn {
  display: none;
  /*__span*/
}
@media screen and (max-width: 1024px) {
  .header__hamburger__menu-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0099cb;
    z-index: 10;
  }
}
@media screen and (max-width: 834px) {
  .header__hamburger__menu-btn {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 599px) {
  .header__hamburger__menu-btn {
    width: 50px;
    height: 50px;
  }
}
.header__hamburger__menu-btn__span {
  position: relative;
  width: 30px;
  height: 1px;
  background-color: #fff;
  transition: 0.5s;
}
.header__hamburger__menu-btn__span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  top: -8px;
}
.header__hamburger__menu-btn__span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: -8px;
}
.header__hamburger #menu-btn-check:checked ~ .header__hamburger__menu-btn .header__hamburger__menu-btn__span {
  transition: 0.6s;
  background-color: rgba(255, 255, 255, 0);
}
.header__hamburger #menu-btn-check:checked ~ .header__hamburger__menu-btn .header__hamburger__menu-btn__span::before {
  transition: 0.6s;
  top: 0;
  transform: rotate(135deg);
}
.header__hamburger #menu-btn-check:checked ~ .header__hamburger__menu-btn .header__hamburger__menu-btn__span::after {
  transition: 0.6s;
  bottom: 0;
  transform: rotate(-135deg);
}
.header__hamburger #menu-btn-check {
  display: none;
}
.header__hamburger #menu-btn-check:checked ~ .header__hamburger__item {
  transform: translateY(0);
}
.header__hamburger__item {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header__hamburger__item {
    width: 100%;
    height: 50%;
    background-color: #0099cb;
    position: fixed;
    top: 90px;
    left: 0;
    box-sizing: border-box;
    padding: 90px 30px;
    transition: 0.6s;
    transform: translateY(-100%);
    z-index: -10;
    display: block;
  }
}
@media screen and (max-width: 834px) {
  .header__hamburger__item {
    top: 70px;
  }
}
@media screen and (max-width: 599px) {
  .header__hamburger__item {
    top: 50px;
    height: 100vh;
  }
}
.header__hamburger__item__btn {
  width: 70vw;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 834px) {
  .header__hamburger__item__btn {
    width: 86vw;
  }
}
@media screen and (max-width: 599px) {
  .header__hamburger__item__btn {
    width: 80vw;
    flex-wrap: wrap;
  }
}
.header__hamburger__item__btn__inner {
  display: block;
  width: 32vw;
  height: 50px;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 10px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  line-height: 48px;
  margin-right: 6vw;
  margin-top: 10vw;
  margin-bottom: 30px;
}
.header__hamburger__item__btn__inner:last-child {
  margin-right: 0;
}
@media screen and (max-width: 834px) {
  .header__hamburger__item__btn__inner {
    width: 40vw;
  }
}
@media screen and (max-width: 599px) {
  .header__hamburger__item__btn__inner {
    width: 80vw;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .header__hamburger__item__btn__inner:last-child {
    margin-top: 10px;
  }
}
.header__hamburger__item__btn__inner__mail {
  padding-left: 14.5vw;
  background-image: url("../img/common/mail.svg");
  background-repeat: no-repeat;
  background-size: 27px auto;
  background-position: 10.5vw 50%;
}
@media screen and (max-width: 834px) {
  .header__hamburger__item__btn__inner__mail {
    padding-left: 18vw;
    background-position: 13vw 50%;
  }
}
@media screen and (max-width: 599px) {
  .header__hamburger__item__btn__inner__mail {
    padding-left: 32vw;
    background-position: 26vw 50%;
  }
}
@media screen and (max-width: 430px) {
  .header__hamburger__item__btn__inner__mail {
    padding-left: 36vw;
    background-position: 28vw 50%;
  }
}
@media screen and (max-width: 320px) {
  .header__hamburger__item__btn__inner__mail {
    padding-left: 35vw;
    background-position: 25vw 50%;
  }
}
.header__hamburger__item__btn__inner__access {
  padding-left: 11.5vw;
  background-image: url("../img/common/access.svg");
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: 8.5vw 50%;
}
@media screen and (max-width: 834px) {
  .header__hamburger__item__btn__inner__access {
    padding-left: 14.5vw;
    background-position: 10.5vw 50%;
  }
}
@media screen and (max-width: 599px) {
  .header__hamburger__item__btn__inner__access {
    padding-left: 32vw;
    background-position: 27vw 50%;
  }
}
@media screen and (max-width: 430px) {
  .header__hamburger__item__btn__inner__access {
    padding-left: 31vw;
    background-position: 24vw 50%;
  }
}
@media screen and (max-width: 320px) {
  .header__hamburger__item__btn__inner__access {
    padding-left: 26.5vw;
    background-position: 17.5vw 50%;
  }
}
.header__hamburger__item__nav {
  width: 70vw;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 834px) {
  .header__hamburger__item__nav {
    width: 86vw;
  }
}
@media screen and (max-width: 599px) {
  .header__hamburger__item__nav {
    width: 80vw;
  }
}
.header__hamburger__item__nav__list {
  width: 32vw;
  margin-right: 6vw;
  margin-top: 16px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
}
.header__hamburger__item__nav__list:nth-child(even) {
  margin-right: 0;
}
@media screen and (max-width: 834px) {
  .header__hamburger__item__nav__list {
    width: 40vw;
  }
}
@media screen and (max-width: 599px) {
  .header__hamburger__item__nav__list {
    width: 100%;
    margin-right: 0;
    margin-top: 11px;
    padding-bottom: 10px;
  }
}
.header__hamburger__item__nav__list__link {
  width: 100%;
  display: block;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 834px) {
  .header__hamburger__item__nav__list__link {
    font-size: 15px;
  }
}
.header__hamburger__item__nav__list__link::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #fff;
  top: calc(50% - 10px);
  right: 0;
}
.header__hamburger__item__nav__list__link::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 10px;
  background-image: url("../img/common/arrow-white.svg");
  background-repeat: no-repeat;
  background-size: cover;
  right: 7px;
  top: calc(50% - 4px);
}

.footer {
  width: 100%;
  height: auto;
  background-color: #0099cb;
}
@media screen and (max-height: 800px) {
  .footer {
    padding-bottom: 10vh;
  }
}
@media screen and (max-width: 1024px) {
  .footer {
    padding-bottom: 9.7vw;
  }
}
@media screen and (max-width: 599px) {
  .footer {
    padding-bottom: 15vw;
  }
}
.footer__inner {
  padding: 85px 30px 95px 30px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .footer__inner {
    padding: 60px 30px 65px 30px;
  }
}
@media screen and (max-width: 599px) {
  .footer__inner {
    flex-wrap: wrap;
    padding: 10vw 20px 10vw 20px;
    justify-content: center;
  }
}
.footer__inner__about__info {
  width: 400px;
  float: left;
}
@media screen and (max-width: 1024px) {
  .footer__inner__about__info {
    width: 100%;
    float: none;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 599px) {
  .footer__inner__about__info {
    margin-bottom: 9vw;
    width: 100%;
  }
}
.footer__inner__about__info__name {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .footer__inner__about__info__name {
    font-size: 3.7vw;
    text-align: center;
  }
}
@media screen and (max-width: 430px) {
  .footer__inner__about__info__name {
    font-size: 14px;
  }
}
.footer__inner__about__info__name__bic {
  font-size: 30px;
  display: block;
  margin-top: 15px;
}
@media screen and (max-width: 1100px) {
  .footer__inner__about__info__name__bic {
    font-size: 29px;
  }
}
@media screen and (max-width: 599px) {
  .footer__inner__about__info__name__bic {
    font-size: 6vw;
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 430px) {
  .footer__inner__about__info__name__bic {
    font-size: 20px;
    margin-top: 10px;
  }
}
.footer__inner__about__info__text {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  line-height: 1.4em;
  margin-top: 20px;
}
@media screen and (max-width: 1100px) {
  .footer__inner__about__info__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .footer__inner__about__info__text {
    margin-top: 15px;
  }
}
@media screen and (max-width: 599px) {
  .footer__inner__about__info__text {
    font-size: 3vw;
    text-align: center;
  }
}
@media screen and (max-width: 430px) {
  .footer__inner__about__info__text {
    font-size: 14px;
    margin-top: 15px;
  }
}
.footer__inner__about__info__tel {
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  .footer__inner__about__info__tel {
    margin-top: 3vw;
  }
}
@media screen and (max-width: 430px) {
  .footer__inner__about__info__tel {
    margin-top: 14px;
  }
}
.footer__inner__about__info__tel__link {
  display: flex;
  align-items: center;
  font-family: "Roboto", sans-serif !important;
  font-size: 32px;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}
.footer__inner__about__info__tel__link img {
  width: 36px;
  height: auto;
  margin-right: 10px;
}
@media screen and (max-width: 834px) {
  .footer__inner__about__info__tel__link img {
    width: 5vw;
  }
}
@media screen and (max-width: 599px) {
  .footer__inner__about__info__tel__link img {
    width: 7vw;
    margin-right: 2vw;
  }
}
@media screen and (max-width: 599px) {
  .footer__inner__about__info__tel__link img {
    width: 8vw;
  }
}
@media screen and (max-width: 834px) {
  .footer__inner__about__info__tel__link {
    font-size: 4.1vw;
  }
}
@media screen and (max-width: 599px) {
  .footer__inner__about__info__tel__link {
    font-size: 7vw;
    justify-content: center;
  }
}
@media screen and (max-width: 430px) {
  .footer__inner__about__info__tel__link {
    font-size: 8.6vw;
  }
}
.footer__inner__about__info__address {
  margin-top: 10px;
}
@media screen and (max-width: 599px) {
  .footer__inner__about__info__address {
    text-align: center;
  }
}
.footer__inner__about__info__address__link {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .footer__inner__about__info__address__link {
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  .footer__inner__about__info__address__link {
    font-size: 14px;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .footer__inner__logo {
    width: 100%;
    text-align: center;
  }
}
.footer__inner__logo__text {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 16px;
  color: #ffef40;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .footer__inner__logo__text {
    line-height: 1.4em;
  }
}
@media screen and (max-width: 834px) {
  .footer__inner__logo__text {
    font-size: 15px;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 599px) {
  .footer__inner__logo__text {
    font-size: 3.4vw;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 430px) {
  .footer__inner__logo__text {
    font-size: 13px;
  }
}
.footer__inner__logo__item {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  .footer__inner__logo__item {
    margin: 0 auto;
    justify-content: center;
    margin-top: 4vw;
  }
}
.footer__inner__logo__item img {
  width: 131px;
}
@media screen and (max-width: 834px) {
  .footer__inner__logo__item img {
    width: 14.7vw;
  }
}
@media screen and (max-width: 599px) {
  .footer__inner__logo__item img {
    width: 20vw;
  }
}
.footer__inner__logo__item__text {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  margin-left: 13px;
  text-align: left;
}
@media screen and (max-width: 834px) {
  .footer__inner__logo__item__text {
    font-size: 2.1vw;
    margin-left: 10px;
  }
}
@media screen and (max-width: 599px) {
  .footer__inner__logo__item__text {
    font-size: 3vw;
  }
}
.footer__inner__logo__item__text__span {
  font-size: 30px;
  display: block;
  margin-top: 9px;
  margin-left: -2px;
}
@media screen and (max-width: 834px) {
  .footer__inner__logo__item__text__span {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 599px) {
  .footer__inner__logo__item__text__span {
    font-size: 5vw;
  }
}
@media screen and (max-width: 599px) {
  .footer__inner__logo__item__text__span {
    margin-top: 2vw;
  }
}
.footer__inner__tel {
  width: 275px;
}
@media screen and (max-width: 834px) {
  .footer__inner__tel {
    width: 36vw;
  }
}
@media screen and (max-width: 599px) {
  .footer__inner__tel {
    width: 72vw;
    margin: 0 auto;
    margin-top: 6vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer__inner__tel__text {
  width: 100%;
  padding: 8px;
  background-color: #00548a;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .footer__inner__tel__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 430px) {
  .footer__inner__tel__text {
    font-size: 14px;
    padding: 4px;
  }
}
.footer__inner__tel__link {
  display: flex;
  align-items: center;
  font-family: "Roboto", sans-serif !important;
  font-size: 32px;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  margin-top: 17px;
}
@media screen and (max-width: 834px) {
  .footer__inner__tel__link {
    font-size: 4.1vw;
  }
}
@media screen and (max-width: 599px) {
  .footer__inner__tel__link {
    font-size: 7vw;
  }
}
@media screen and (max-width: 430px) {
  .footer__inner__tel__link {
    font-size: 8.6vw;
  }
}
.footer__inner__tel__link__img {
  width: 36px;
  margin-right: 5px;
}
@media screen and (max-width: 834px) {
  .footer__inner__tel__link__img {
    width: 5vw;
  }
}
@media screen and (max-width: 599px) {
  .footer__inner__tel__link__img {
    width: 7vw;
    margin-right: 2vw;
  }
}
@media screen and (max-width: 599px) {
  .footer__inner__tel__link__img {
    width: 8vw;
  }
}
.footer__inner__tel__btn {
  display: inline-block;
  max-width: 312px;
  width: 100%;
  height: 55px;
  background-color: #ff7800;
  border-radius: 27.5px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  line-height: 55px;
  text-align: center;
  margin-top: 25px;
  position: relative;
  box-shadow: 0px 3px 3px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 599px) {
  .footer__inner__tel__btn {
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    margin-top: 6vw;
  }
}
.footer__inner__tel__btn::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("../img/top/arrow-nuki.png");
  background-repeat: no-repeat;
  background-size: cover;
  top: calc(50% - 12.5px);
  right: 30px;
}
@media screen and (max-width: 599px) {
  .footer__inner__tel__btn::before {
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
  }
}
@media screen and (min-width: 1025px) {
  .footer__inner__tel__btn:hover {
    opacity: 0.7;
  }
}
.footer__copy {
  background-color: #00548a;
  padding: 20px 30px;
}
@media screen and (max-width: 599px) {
  .footer__copy {
    padding: 10px;
  }
}
.footer__copy__text {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .footer__copy__text {
    font-size: 13px;
  }
}
@media screen and (max-width: 599px) {
  .footer__copy__text {
    font-size: 12px;
  }
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  text-indent: 100em;
  position: absolute;
  width: 64px;
  height: 64px;
  background-color: #ff7800;
  border-radius: 50%;
  top: 38%;
  border: 0;
  overflow: hidden;
  cursor: pointer;
  transition: 0.5s;
}
@media screen and (min-width: 1025px) {
  .slick-prev:hover,
  .slick-next:hover {
    background-color: #000;
  }
}
@media screen and (max-width: 1440px) {
  .slick-prev,
  .slick-next {
    width: 50px;
    height: 50px;
    top: 35%;
  }
}
@media screen and (max-width: 1024px) {
  .slick-prev,
  .slick-next {
    top: 33%;
  }
}
@media screen and (max-width: 834px) {
  .slick-prev,
  .slick-next {
    width: 40px;
    height: 40px;
    top: 28%;
  }
}
@media screen and (max-width: 700px) {
  .slick-prev,
  .slick-next {
    top: 26%;
  }
}
@media screen and (max-width: 599px) {
  .slick-prev,
  .slick-next {
    width: 8vw;
    height: 8vw;
    top: auto;
    bottom: -13vw;
  }
}

.slick-prev {
  left: -120px;
}
@media screen and (max-width: 1440px) {
  .slick-prev {
    left: -8.3vw;
  }
}
@media screen and (max-width: 1024px) {
  .slick-prev {
    left: -9.8vw;
  }
}
@media screen and (max-width: 599px) {
  .slick-prev {
    left: calc(50% - 9vw);
  }
}

.slick-prev::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 24px;
  background-image: url("../img/top/arrow-white.svg");
  background-repeat: no-repeat;
  background-size: cover;
  top: calc(50% - 12px);
  left: calc(50% - 9px);
  transform: scale(-1, 1);
}
@media screen and (max-width: 834px) {
  .slick-prev::before {
    width: 10px;
    height: 16px;
    top: calc(50% - 8px);
    left: calc(50% - 6px);
  }
}
@media screen and (max-width: 599px) {
  .slick-prev::before {
    width: 1.8vw;
    height: 2.8vw;
    top: calc(50% - 1.4vw);
    left: calc(50% - 1vw);
  }
}

.slick-next {
  right: -120px;
}
@media screen and (max-width: 1440px) {
  .slick-next {
    right: -8.3vw;
  }
}
@media screen and (max-width: 1024px) {
  .slick-next {
    right: -9.8vw;
  }
}
@media screen and (max-width: 599px) {
  .slick-next {
    right: calc(50% - 9vw);
  }
}

.slick-next::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 24px;
  background-image: url("../img/top/arrow-white.svg");
  background-repeat: no-repeat;
  background-size: cover;
  top: calc(50% - 12px);
  right: calc(50% - 9px);
}
@media screen and (max-width: 834px) {
  .slick-next::before {
    width: 10px;
    height: 16px;
    top: calc(50% - 8px);
    right: calc(50% - 6px);
  }
}
@media screen and (max-width: 599px) {
  .slick-next::before {
    width: 1.8vw;
    height: 2.8vw;
    top: calc(50% - 1.4vw);
    right: calc(50% - 1vw);
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 50px;
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
.remodal {
  max-width: 700px;
  box-sizing: border-box;
  border: 3px solid #0099cb;
}
.remodal__title {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 22px;
  color: #0099cb;
  font-weight: 600;
  line-height: 1.3em;
  position: relative;
}
.remodal__title::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 3px;
  background-color: #0099cb;
  left: calc(50% - 10px);
  bottom: -14px;
  opacity: 0.5;
}
.remodal__title__number {
  display: inline-block;
  box-sizing: border-box;
  font-size: 27px;
  color: #ff7800;
  line-height: 1;
  margin-left: 0.1em;
  margin-right: 0.1em;
}
.remodal__text {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 18px;
  color: #333;
  font-weight: 600;
  line-height: 1.3em;
  margin-top: 30px;
}
@media screen and (max-width: 599px) {
  .remodal__text {
    font-size: 15px;
  }
}

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

main {
  display: block;
  box-sizing: border-box;
  padding-top: 170px;
}
@media screen and (max-width: 1500px) {
  main {
    padding-top: 140px;
  }
}
@media screen and (max-width: 1300px) {
  main {
    padding-top: 120px;
  }
}
@media screen and (max-width: 1024px) {
  main {
    padding-top: 90px;
  }
}
@media screen and (max-width: 834px) {
  main {
    padding-top: 70px;
  }
}
@media screen and (max-width: 599px) {
  main {
    padding-top: 50px;
  }
}

.wrapper {
  width: 100%;
  height: auto;
  padding: 110px 50px 120px 50px;
}
@media screen and (max-width: 1024px) {
  .wrapper {
    padding: 90px 30px 90px 30px;
  }
}
@media screen and (max-width: 834px) {
  .wrapper {
    padding: 70px 30px 75px 30px;
  }
}
@media screen and (max-width: 599px) {
  .wrapper {
    padding: 13vw 20px 14vw 20px;
  }
}

.wrapper02 {
  width: 100%;
  height: auto;
  padding: 110px 30px 0 30px;
}
@media screen and (max-width: 1024px) {
  .wrapper02 {
    padding: 90px 30px 0 30px;
  }
}
@media screen and (max-width: 834px) {
  .wrapper02 {
    padding: 70px 30px 0 30px;
  }
}
@media screen and (max-width: 599px) {
  .wrapper02 {
    padding: 13vw 20px 0 20px;
  }
}

.text {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 18px;
  color: #333;
  font-weight: 600;
  text-align: justify;
  line-height: 35px;
}
@media screen and (max-width: 834px) {
  .text {
    font-size: 16px;
    line-height: 32px;
  }
}
@media screen and (max-width: 599px) {
  .text {
    font-size: 14px;
    line-height: 24px;
  }
}
.text--orange {
  color: #ff8400;
}

.text-white {
  color: #fff;
}

.text-blue {
  color: #0099cb;
}

.text-yellow {
  color: #ffff00;
}

.text-right {
  text-align: right;
  margin-top: 10px;
}
@media screen and (max-width: 834px) {
  .text-right {
    text-align: left;
  }
}

.kakko {
  display: inline-block;
  margin-left: -0.4em;
}

.caution {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 14px;
  color: #777;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 1024px) {
  .caution {
    font-size: 13px;
  }
}
@media screen and (max-width: 599px) {
  .caution {
    font-size: 12px;
  }
}

.caution02 {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 14px;
  color: #777;
  font-weight: 600;
  text-align: justify;
  line-height: 1.5em;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .caution02 {
    font-size: 13px;
  }
}
@media screen and (max-width: 599px) {
  .caution02 {
    font-size: 12px;
  }
}

.mg00 {
  margin-top: 5px;
}

.white {
  color: #fff;
  display: block;
}

.box {
  max-width: 1100px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.anchor {
  margin-top: -170px;
  padding-top: 170px;
}
@media screen and (max-width: 1500px) {
  .anchor {
    margin-top: -140px;
    padding-top: 140px;
  }
}
@media screen and (max-width: 1300px) {
  .anchor {
    margin-top: -120px;
    padding-top: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .anchor {
    margin-top: -90px;
    padding-top: 90px;
  }
}
@media screen and (max-width: 834px) {
  .anchor {
    margin-top: -70px;
    padding-top: 70px;
  }
}
@media screen and (max-width: 599px) {
  .anchor {
    margin-top: -50px;
    padding-top: 50px;
  }
}

.top-title {
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .top-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-title {
    margin-bottom: 6vw;
  }
}
.top-title__ja {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 36px;
  color: #00548a;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .top-title__ja {
    font-size: 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-title__ja {
    font-size: 6.5vw;
  }
}
.top-title__en {
  font-family: "Roboto", sans-serif !important;
  font-size: 18px;
  color: #0099cb;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  margin-top: 18px;
}
@media screen and (max-width: 834px) {
  .top-title__en {
    font-size: 17px;
    margin-top: 14px;
  }
}
@media screen and (max-width: 599px) {
  .top-title__en {
    font-size: 4vw;
    margin-top: 3vw;
  }
}

.tuibi {
  position: fixed;
  right: 0;
  top: calc(50% - 120px);
  z-index: 10;
}
.tuibi__bnr {
  width: 203px;
}
.tuibi__bnr--01 {
  margin-bottom: 20px;
}

.floting-bnr {
  position: fixed;
  right: 0;
  top: calc(50% - 200px);
  z-index: 100;
}
@media screen and (max-width: 1300px) {
  .floting-bnr {
    top: calc(50% - 220px);
  }
}
@media screen and (max-height: 800px) {
  .floting-bnr {
    top: auto;
    bottom: 0;
    width: 100%;
    display: flex;
    height: 10vh;
  }
}
@media screen and (max-width: 1024px) {
  .floting-bnr {
    top: auto;
    bottom: 0;
    width: 100%;
    display: flex;
    height: 9.7vw;
  }
}
@media screen and (max-width: 599px) {
  .floting-bnr {
    height: 15vw;
  }
}
.floting-bnr__inner {
  width: 80px;
  height: auto;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  box-shadow: 0px 3px 3px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (max-height: 800px) {
  .floting-bnr__inner {
    width: 50%;
    height: 100%;
    box-shadow: none;
    border-radius: 0;
  }
}
@media screen and (max-width: 1024px) {
  .floting-bnr__inner {
    width: 50%;
    height: 100%;
    box-shadow: none;
    border-radius: 0;
  }
}
.floting-bnr__inner--01 {
  margin-bottom: 20px;
}
.floting-bnr__inner__link {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 70px 0 40px 0;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 28px;
  background-repeat: no-repeat;
  box-sizing: border-box;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  position: relative;
}
@media screen and (max-height: 800px) {
  .floting-bnr__inner__link {
    display: flex;
    height: 100%;
    padding: 0;
    padding-top: 0;
    font-size: 20px;
    text-align: left;
    padding-left: 20vw;
    align-items: center;
    writing-mode: horizontal-tb;
    border-radius: 0;
  }
}
@media screen and (max-width: 1024px) {
  .floting-bnr__inner__link {
    display: flex;
    height: 100%;
    padding: 0;
    padding-top: 0;
    font-size: 18px;
    text-align: left;
    padding-left: 15vw;
    align-items: center;
    writing-mode: horizontal-tb;
    border-radius: 0;
  }
}
@media screen and (max-width: 599px) {
  .floting-bnr__inner__link {
    display: flex;
    font-size: 4vw;
    line-height: 4.5vw;
    padding-top: 0;
    text-align: left;
    padding-left: 19vw;
    align-items: center;
  }
}
.floting-bnr__inner__link--check {
  color: #ffff00;
  background-color: #ff8400;
  background-image: url("../img/top/icon-anketo.svg");
  background-size: 33px auto;
  background-position: left 26px top 23px;
}
@media all and (-ms-high-contrast: none) {
  .floting-bnr__inner__link--check {
    background-image: url("../img/top/ie-anketo.png");
  }
}
@media screen and (max-height: 800px) {
  .floting-bnr__inner__link--check {
    background-size: 2vw auto;
    background-position: left 17vw center;
  }
}
@media screen and (max-width: 1024px) {
  .floting-bnr__inner__link--check {
    background-size: 3.2vw auto;
    background-position: left 13vw center;
    padding-left: 18vw;
  }
}
@media screen and (max-width: 834px) {
  .floting-bnr__inner__link--check {
    background-position: left 11vw center;
    padding-left: 16vw;
  }
}
@media screen and (max-width: 599px) {
  .floting-bnr__inner__link--check {
    background-size: 7vw auto;
    background-position: left 9vw center;
    padding-left: 18vw;
  }
}
.floting-bnr__inner__link--contact {
  color: #fff;
  background-color: #00548a;
  background-image: url("../img/top/tel.svg");
  background-size: 33px auto;
  background-position: center top 29px;
}
@media screen and (max-height: 800px) {
  .floting-bnr__inner__link--contact {
    background-size: 2vw auto;
    background-position: left 18vw top 51%;
    background-color: #0099cb;
    padding-left: 21vw;
  }
}
@media screen and (max-width: 1024px) {
  .floting-bnr__inner__link--contact {
    background-size: 3.2vw auto;
    background-position: left 15vw top 51%;
    background-color: #0099cb;
    padding-left: 19vw;
  }
}
@media screen and (max-width: 599px) {
  .floting-bnr__inner__link--contact {
    padding-left: 17vw;
    line-height: 1;
    background-size: 7vw auto;
    background-position: left 8vw center;
  }
}
.floting-bnr__inner__link--monshin {
  color: #fff;
  background-color: #00548a;
  background-image: url("../img/top/icon-pc.svg");
  background-size: 33px auto;
  background-position: center top 31px;
}
@media screen and (max-height: 800px) {
  .floting-bnr__inner__link--monshin {
    background-size: 2.4vw auto;
    background-position: left 20vw top 51%;
    background-color: #0099cb;
    padding-left: 23vw;
  }
}
@media screen and (max-width: 1024px) {
  .floting-bnr__inner__link--monshin {
    background-size: 3.5vw auto;
    background-position: left 16vw top 51%;
    background-color: #0099cb;
    padding-left: 21vw;
  }
}
@media screen and (max-width: 599px) {
  .floting-bnr__inner__link--monshin {
    padding-left: 20vw;
    line-height: 1;
    background-size: 8vw auto;
    background-position: left 10vw center;
  }
}
.floting-bnr__inner__link::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #ffff00 transparent;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 599px) {
  .floting-bnr__inner__link::before {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .floting-bnr__inner__link:hover {
    opacity: 0.6;
  }
}

.main-visual {
  width: 100%;
  height: 580px;
  background-image: url("../img/top/main-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .main-visual {
    height: 42vw;
  }
}
@media screen and (max-width: 1024px) {
  .main-visual {
    height: 43vw;
  }
}
@media screen and (max-width: 599px) {
  .main-visual {
    height: 72vw;
    background-position: top;
  }
}
.main-visual__item {
  position: absolute;
  width: 1142px;
  bottom: 0;
  left: calc(50% - 571px);
}
.main-visual__item img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1300px) {
  .main-visual__item {
    width: 85vw;
    left: calc(50% - 42vw);
  }
}
@media screen and (max-width: 1024px) {
  .main-visual__item {
    width: 83vw;
    left: calc(50% - 40vw);
  }
}
@media screen and (max-width: 599px) {
  .main-visual__item {
    width: 78vw;
  }
}
@media screen and (max-width: 599px) {
  .main-visual__item--pc {
    display: none;
  }
}
.main-visual__item--sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .main-visual__item--sp {
    display: block;
  }
}
.main-visual__bnr {
  position: absolute;
  width: 247px;
  height: 247px;
  right: 12.1vw;
  bottom: -40px;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .main-visual__bnr {
    width: 22vw;
    height: 22vw;
    right: 7vw;
  }
}
@media screen and (max-width: 599px) {
  .main-visual__bnr {
    width: 24vw;
    height: 24vw;
    bottom: -7vw;
  }
}
.main-visual__bnr__link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  line-height: 1;
  background-color: #ff8400;
  border-radius: 50%;
}
.main-visual__bnr__link__sousyoku {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-top: 34px;
}
@media screen and (max-width: 1024px) {
  .main-visual__bnr__link__sousyoku {
    padding-top: 2.9vw;
  }
}
.main-visual__bnr__link__sousyoku__com {
  width: 92px;
  height: 36px;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 20px;
  color: #ff8400;
  font-weight: 600;
  text-align: center;
  line-height: 36px;
  margin-right: 14px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .main-visual__bnr__link__sousyoku__com {
    width: 8.9vw;
    height: 3vw;
    line-height: 3vw;
    font-size: 1.95vw;
  }
}
@media screen and (max-width: 599px) {
  .main-visual__bnr__link__sousyoku__com {
    margin-right: 0;
    width: 12vw;
    height: 4.5vw;
    font-size: 3vw;
    line-height: 4.5vw;
  }
}
.main-visual__bnr__link__sousyoku__com::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  left: calc(50% - 2.5px);
  bottom: -5px;
}
@media screen and (max-width: 599px) {
  .main-visual__bnr__link__sousyoku__com::before {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #fff;
    left: calc(50% - 1.5px);
    bottom: -3px;
  }
}
.main-visual__bnr__link__sousyoku__img {
  width: 51px;
  transform: rotateZ(10deg);
  margin-bottom: -8px;
}
@media screen and (max-width: 1024px) {
  .main-visual__bnr__link__sousyoku__img {
    width: 4.9vw;
  }
}
@media screen and (max-width: 599px) {
  .main-visual__bnr__link__sousyoku__img {
    display: none;
  }
}
.main-visual__bnr__link__text {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 32px;
  color: #ffff00;
  font-weight: 600;
  text-align: center;
  line-height: 38px;
  margin-top: 18px;
}
@media screen and (max-width: 1024px) {
  .main-visual__bnr__link__text {
    font-size: 3.1vw;
    line-height: 3.7vw;
    margin-top: 1.7vw;
  }
}
@media screen and (max-width: 599px) {
  .main-visual__bnr__link__text {
    font-size: 3.5vw;
    line-height: 4.2vw;
    margin-top: 2.4vw;
  }
}
.main-visual__bnr__link::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 16px;
  background-image: url("../img/top/arow-sita.svg");
  background-repeat: no-repeat;
  background-size: cover;
  left: calc(50% - 12px);
  bottom: 29px;
}
@media screen and (max-width: 1024px) {
  .main-visual__bnr__link::before {
    width: 2.4vw;
    height: 1.5vw;
    left: calc(50% - 1.15vw);
    bottom: 2.8vw;
  }
}
@media screen and (min-width: 1025px) {
  .main-visual__bnr__link:hover {
    opacity: 0.7;
  }
}

.real {
  background-color: #e1f3f9;
}
.real__title {
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 1024px) {
  .real__title {
    margin-bottom: 27px;
  }
}
@media screen and (max-width: 599px) {
  .real__title {
    margin-bottom: 4.5vw;
  }
}
.real__title__sm {
  position: relative;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 22px;
  color: #00548a;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  margin-bottom: 43px;
  margin-right: -0.3em;
}
.real__title__sm::before {
  position: absolute;
  content: "";
  width: 273px;
  height: 8px;
  background-image: url("../img/top/dott.png");
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -15px;
  left: calc(50% - 136px);
}
@media screen and (max-width: 1024px) {
  .real__title__sm {
    font-size: 20px;
    margin-bottom: 37px;
  }
}
@media screen and (max-width: 599px) {
  .real__title__sm {
    font-size: 17px;
    margin-bottom: 5.8vw;
  }
  .real__title__sm::before {
    width: 210px;
    height: 6px;
    left: calc(50% - 105px);
    bottom: -13px;
  }
}
@media screen and (max-width: 430px) {
  .real__title__sm {
    margin-bottom: 25px;
  }
}
.real__title__bi {
  position: relative;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 42px;
  color: #0099cb;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  padding-bottom: 30px;
}
.real__title__bi::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 3px;
  background-color: #00548a;
  bottom: 0;
  left: calc(50% - 10px);
}
@media screen and (max-width: 1024px) {
  .real__title__bi {
    font-size: 38px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 599px) {
  .real__title__bi {
    font-size: 7vw;
    padding-bottom: 4.2vw;
  }
}
.real__inner {
  width: 100%;
  height: auto;
  padding: 40px 50px 60px 50px;
  box-sizing: border-box;
  border: 3px solid #00548a;
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .real__inner {
    padding: 30px 35px 50px 35px;
  }
}
@media screen and (max-width: 599px) {
  .real__inner {
    padding: 15px;
    border-radius: 10px;
  }
}
.real__inner__pic {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .real__inner__pic {
    max-width: none;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .real__inner__pic {
    margin-top: 10px;
    max-width: 76vw;
  }
}
.real__inner__pic__list {
  width: 200px;
  height: auto;
}
@media screen and (max-width: 834px) {
  .real__inner__pic__list {
    width: 24vw;
  }
}
@media screen and (max-width: 599px) {
  .real__inner__pic__list {
    width: 23vw;
  }
}

.suffer {
  background-image: url("../img/top/bg-sikaku.png");
  background-repeat: repeat;
}
.suffer__inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .suffer__inner {
    flex-wrap: wrap;
  }
}
.suffer__inner__item {
  width: 55%;
  margin-right: 5%;
}
@media screen and (max-width: 834px) {
  .suffer__inner__item {
    width: 100%;
    margin-right: auto;
  }
}
.suffer__inner__item__title {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 28px;
  font-weight: 600;
  color: #0099cb;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  .suffer__inner__item__title {
    font-size: 26px;
  }
}
@media screen and (max-width: 1024px) {
  .suffer__inner__item__title {
    font-size: 23px;
    margin-bottom: 12px;
    line-height: 35px;
  }
}
@media screen and (max-width: 834px) {
  .suffer__inner__item__title {
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .suffer__inner__item__title {
    font-size: 5.5vw;
    line-height: 8.3vw;
    margin-bottom: 3vw;
  }
}
.suffer__inner__item__title--orange {
  color: #ff7800;
  font-size: 36px;
  margin-right: -0.2em;
}
@media screen and (max-width: 1100px) {
  .suffer__inner__item__title--orange {
    font-size: 34px;
  }
}
@media screen and (max-width: 1024px) {
  .suffer__inner__item__title--orange {
    font-size: 28px;
  }
}
@media screen and (max-width: 599px) {
  .suffer__inner__item__title--orange {
    font-size: 6.9vw;
  }
}
.suffer__inner__item__title--big {
  font-size: 36px;
}
@media screen and (max-width: 1100px) {
  .suffer__inner__item__title--big {
    font-size: 34px;
  }
}
@media screen and (max-width: 1024px) {
  .suffer__inner__item__title--big {
    font-size: 28px;
  }
}
@media screen and (max-width: 599px) {
  .suffer__inner__item__title--big {
    font-size: 6.9vw;
  }
}
.suffer__inner__pic {
  width: 40%;
}
@media screen and (max-width: 834px) {
  .suffer__inner__pic {
    width: 50%;
    margin: 0 auto;
    margin-top: 15px;
  }
}

.cause {
  background-color: #1b80c6;
  position: relative;
}
.cause__inner {
  position: relative;
  z-index: 1;
}
.cause__inner__title {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  line-height: 83px;
  width: 460px;
  height: 82px;
  border-radius: 41px;
  text-align: center;
  margin: 0 auto;
  background-color: #00548a;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .cause__inner__title {
    width: 44.9vw;
    height: 8vw;
    font-size: 2.9vw;
    line-height: 8.1vw;
  }
}
@media screen and (max-width: 834px) {
  .cause__inner__title {
    width: 344px;
    height: 61px;
    font-size: 24px;
    line-height: 62px;
  }
}
@media screen and (max-width: 599px) {
  .cause__inner__title {
    width: 76vw;
    height: 12vw;
    line-height: 12.3vw;
    font-size: 5.5vw;
  }
}
.cause__inner__title::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 30px solid #00548a;
  left: calc(50% - 40px);
  bottom: -14px;
}
@media screen and (max-width: 599px) {
  .cause__inner__title::before {
    border-left: 6vw solid transparent;
    border-right: 6vw solid transparent;
    border-top: 5vw solid #00548a;
    left: calc(50% - 6vw);
    bottom: -2vw;
  }
}
.cause__inner__item {
  width: 100%;
  padding: 80px 50px 50px 50px;
  border-radius: 20px;
  background-color: #439bd8;
  margin-top: -40px;
}
@media screen and (max-width: 1024px) {
  .cause__inner__item {
    padding: 75px 35px 30px 35px;
  }
}
@media screen and (max-width: 834px) {
  .cause__inner__item {
    margin-top: -30px;
    padding: 60px 35px 30px 35px;
  }
}
@media screen and (max-width: 599px) {
  .cause__inner__item {
    padding: 10vw 15px 15px 15px;
    border-radius: 10px;
    margin-top: -5.5vw;
  }
}
.cause__inner__item__text__pic {
  width: 15%;
  margin-top: 8px;
  margin-right: 40px;
  margin-bottom: 10px;
  float: left;
}
@media screen and (max-width: 1024px) {
  .cause__inner__item__text__pic {
    width: 20%;
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .cause__inner__item__text__pic {
    width: 30%;
    margin-top: 3px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.cause__inner02 {
  margin-top: 70px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .cause__inner02 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 599px) {
  .cause__inner02 {
    margin-top: 9vw;
  }
}
.cause__inner02__title {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .cause__inner02__title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .cause__inner02__title {
    font-size: 6vw;
    margin-bottom: 4vw;
  }
}
.cause__inner02 .table02 {
  width: 100%;
  border-collapse: collapse;
}
.cause__inner02 .table02 th {
  width: 30%;
  padding: 25px 30px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 18px;
  line-height: 1.7em;
  font-weight: 600;
  color: #00548a;
  text-align: center;
  vertical-align: middle;
  background-color: #c8e7fc;
  border-bottom: 1px solid #fff;
}
.cause__inner02 .table02 th:last-child {
  border-bottom: none;
}
@media screen and (max-width: 1024px) {
  .cause__inner02 .table02 th {
    font-size: 17px;
  }
}
@media screen and (max-width: 834px) {
  .cause__inner02 .table02 th {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .cause__inner02 .table02 th {
    padding: 10px 15px 10px 15px;
    font-size: 13px;
    line-height: 1.4em;
  }
}
.cause__inner02 .table02 td {
  padding: 25px 30px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 600;
  color: #333;
  text-align: justify;
  vertical-align: middle;
  border-bottom: 1px solid #dedede;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .cause__inner02 .table02 td {
    font-size: 17px;
  }
}
@media screen and (max-width: 834px) {
  .cause__inner02 .table02 td {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .cause__inner02 .table02 td {
    padding: 10px 15px 10px 15px;
    font-size: 13px;
  }
}
.cause img {
  position: relative;
  z-index: 1;
}
.cause::before {
  position: absolute;
  content: "";
  width: 30%;
  height: 100%;
  background-color: #0e6fb2;
  right: 0;
  top: 0;
  z-index: 0;
}

.visit {
  width: 100%;
  height: auto;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .visit {
    flex-wrap: wrap;
  }
}
.visit__bg {
  width: 50%;
  height: auto;
  background-image: url("../img/top/sec04-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1024px) {
  .visit__bg {
    width: 100%;
    height: 39vw;
  }
}
.visit__inner {
  width: 50%;
  height: auto;
  padding: 5.7vw 6.5vw 6vw 6.5vw;
}
@media screen and (max-width: 1024px) {
  .visit__inner {
    width: 100%;
    padding: 60px;
  }
}
@media screen and (max-width: 834px) {
  .visit__inner {
    padding: 40px;
  }
}
@media screen and (max-width: 599px) {
  .visit__inner {
    padding: 13vw 20px 14vw 20px;
  }
}
.visit__inner img {
  display: block;
  max-width: 720px;
  margin: 0 auto;
}
.visit__inner__title {
  width: 100%;
  padding: 35px 20px;
  margin: 0 auto;
  background-color: #e5f4f8;
  border-radius: 90px;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 1500px) {
  .visit__inner__title {
    padding: 30px 15px;
    border-radius: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .visit__inner__title {
    max-width: 700px;
    width: 100%;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 834px) {
  .visit__inner__title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .visit__inner__title {
    border-radius: 10px;
    padding: 15px 10px;
    margin-bottom: 20px;
  }
}
.visit__inner__title::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #e5f4f8;
  left: calc(50% - 20px);
  bottom: -14px;
}
.visit__inner__title__text {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 28px;
  font-weight: 600;
  color: #0099cb;
  line-height: 43px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1500px) {
  .visit__inner__title__text {
    font-size: 1.8vw;
    line-height: 3vw;
  }
}
@media screen and (max-width: 1024px) {
  .visit__inner__title__text {
    font-size: 24px;
    margin-bottom: 12px;
    line-height: 35px;
  }
}
@media screen and (max-width: 834px) {
  .visit__inner__title__text {
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .visit__inner__title__text {
    font-size: 4vw;
    line-height: 6vw;
    margin-bottom: 1vw;
  }
}
.visit__inner__title__text--orange {
  color: #ff7800;
  font-size: 36px;
}
@media screen and (max-width: 1500px) {
  .visit__inner__title__text--orange {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 1024px) {
  .visit__inner__title__text--orange {
    font-size: 29px;
  }
}
@media screen and (max-width: 599px) {
  .visit__inner__title__text--orange {
    font-size: 5vw;
  }
}
.visit__inner__title__text--big {
  font-size: 36px;
}
@media screen and (max-width: 1500px) {
  .visit__inner__title__text--big {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 1024px) {
  .visit__inner__title__text--big {
    font-size: 29px;
  }
}
@media screen and (max-width: 599px) {
  .visit__inner__title__text--big {
    font-size: 5vw;
  }
}
.visit__inner__text {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .visit__inner__text {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 834px) {
  .visit__inner__text {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .visit__inner__text {
    margin-bottom: 10px;
  }
}

.inseption {
  background-color: #e1f3f9;
}
.inseption__inner {
  max-width: 1800px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.inseption__inner__list {
  width: 33.3%;
  min-height: 370px;
  background-color: #0099cb;
  padding: 50px 68px 70px 68px;
  position: relative;
  /*--背景アイコン--*/
}
.inseption__inner__list::before {
  position: absolute;
  content: "";
  opacity: 0.1;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1700px) {
  .inseption__inner__list {
    padding: 40px 58px 60px 58px;
  }
}
@media screen and (max-width: 1440px) {
  .inseption__inner__list {
    padding: 40px 45px 60px 45px;
  }
}
@media screen and (max-width: 1024px) {
  .inseption__inner__list {
    width: 50%;
  }
}
@media screen and (max-width: 834px) {
  .inseption__inner__list {
    padding: 30px 35px 50px 35px;
  }
}
@media screen and (max-width: 599px) {
  .inseption__inner__list {
    width: 100%;
    min-height: auto;
    padding: 7vw 6vw 8vw 6vw;
  }
}
.inseption__inner__list--02 {
  background-color: #0077b5;
}
@media screen and (max-width: 1024px) {
  .inseption__inner__list--tb01 {
    background-color: #0099cb;
  }
}
@media screen and (max-width: 1024px) {
  .inseption__inner__list--tb02 {
    background-color: #0077b5;
  }
}
@media screen and (max-width: 599px) {
  .inseption__inner__list--sp01 {
    background-color: #0099cb;
  }
}
@media screen and (max-width: 599px) {
  .inseption__inner__list--sp02 {
    background-color: #0077b5;
  }
}
.inseption__inner__list--icon01::before {
  width: 212px;
  height: 258px;
  background-image: url("../img/top/bg-icon01.svg");
  right: -30px;
  bottom: -30px;
}
@media screen and (max-width: 834px) {
  .inseption__inner__list--icon01::before {
    width: 25vw;
    height: 30vw;
  }
}
@media screen and (max-width: 599px) {
  .inseption__inner__list--icon01::before {
    right: 0;
    bottom: 0;
  }
}
.inseption__inner__list--icon02::before {
  width: 262px;
  height: 287px;
  background-image: url("../img/top/bg-icon02.svg");
  right: -14px;
  bottom: -39px;
}
@media screen and (max-width: 834px) {
  .inseption__inner__list--icon02::before {
    width: 31vw;
    height: 34vw;
  }
}
@media screen and (max-width: 599px) {
  .inseption__inner__list--icon02::before {
    right: 0;
    bottom: 0;
  }
}
.inseption__inner__list--icon03::before {
  width: 165px;
  height: 237px;
  background-image: url("../img/top/bg-icon03.svg");
  right: -13px;
  bottom: -13px;
}
@media screen and (max-width: 834px) {
  .inseption__inner__list--icon03::before {
    width: 19.7vw;
    height: 28vw;
  }
}
@media screen and (max-width: 599px) {
  .inseption__inner__list--icon03::before {
    right: 0;
    bottom: 0;
  }
}
.inseption__inner__list--icon04::before {
  width: 150px;
  height: 310px;
  background-image: url("../img/top/bg-icon04.svg");
  right: -30px;
  bottom: -50px;
}
@media screen and (max-width: 834px) {
  .inseption__inner__list--icon04::before {
    width: 18vw;
    height: 37vw;
  }
}
@media screen and (max-width: 599px) {
  .inseption__inner__list--icon04::before {
    right: 0;
    bottom: 0;
  }
}
.inseption__inner__list--icon05::before {
  width: 239px;
  height: 249px;
  background-image: url("../img/top/bg-icon05.svg");
  right: -45px;
  bottom: -16px;
}
@media screen and (max-width: 834px) {
  .inseption__inner__list--icon05::before {
    width: 28vw;
    height: 30vw;
  }
}
@media screen and (max-width: 599px) {
  .inseption__inner__list--icon05::before {
    right: 0;
    bottom: 0;
  }
}
.inseption__inner__list--icon06::before {
  width: 238px;
  height: 243px;
  background-image: url("../img/top/bg-icon06.svg");
  right: -32px;
  bottom: -23px;
}
@media screen and (max-width: 834px) {
  .inseption__inner__list--icon06::before {
    width: 28vw;
    height: 29vw;
  }
}
@media screen and (max-width: 599px) {
  .inseption__inner__list--icon06::before {
    right: 0;
    bottom: 0;
  }
}
.inseption__inner__list__title {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}
@media screen and (max-width: 1300px) {
  .inseption__inner__list__title {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 834px) {
  .inseption__inner__list__title {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 599px) {
  .inseption__inner__list__title {
    position: relative;
    margin-bottom: 6vw;
  }
  .inseption__inner__list__title::before {
    position: absolute;
    content: "";
    width: 6vw;
    height: 2px;
    background-color: #fff;
    bottom: -3vw;
    left: calc(50% - 3vw);
  }
}
.inseption__inner__list__title__number {
  font-family: "Roboto", sans-serif !important;
  font-size: 72px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 1700px) {
  .inseption__inner__list__title__number {
    font-size: 4vw;
  }
}
@media screen and (max-width: 1300px) {
  .inseption__inner__list__title__number {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .inseption__inner__list__title__number {
    font-size: 6vw;
  }
}
@media screen and (max-width: 834px) {
  .inseption__inner__list__title__number {
    font-size: 7vw;
  }
}
@media screen and (max-width: 599px) {
  .inseption__inner__list__title__number {
    font-size: 10vw;
  }
}
.inseption__inner__list__title__ja {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3em;
  color: #fff;
  margin-left: 16px;
}
@media screen and (max-width: 1700px) {
  .inseption__inner__list__title__ja {
    font-size: 1.5vw;
    margin-left: 10px;
  }
}
@media screen and (max-width: 1300px) {
  .inseption__inner__list__title__ja {
    width: 100%;
    text-align: center;
    font-size: 1.8vw;
    margin-left: 0;
    margin-top: 7px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 1024px) {
  .inseption__inner__list__title__ja {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 834px) {
  .inseption__inner__list__title__ja {
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 599px) {
  .inseption__inner__list__title__ja {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 320px) {
  .inseption__inner__list__title__ja {
    font-size: 16px;
  }
}

#top06 {
  background-color: #e1f3f9;
}

.treatment {
  background-color: #e1f3f9;
}
.treatment__inner {
  max-width: 1800px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
@media screen and (max-width: 1600px) {
  .treatment__inner {
    flex-wrap: wrap;
    max-width: 1350px;
  }
}
@media screen and (max-width: 700px) {
  .treatment__inner {
    margin-top: 50px;
  }
}
@media screen and (max-width: 430px) {
  .treatment__inner {
    margin-top: 25px;
  }
}
.treatment__inner__list {
  width: calc((99.9% - 120px) / 4);
  height: auto;
  padding: 0 45px 50px 45px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.07);
}
@media screen and (max-width: 1600px) {
  .treatment__inner__list {
    width: calc((100% - 30px) / 2);
    margin-bottom: 85px;
  }
  .treatment__inner__list:nth-child(n+3) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .treatment__inner__list {
    width: calc((100% - 25px) / 2);
    margin-bottom: 60px;
    padding: 0 30px 35px 30px;
  }
}
@media screen and (max-width: 700px) {
  .treatment__inner__list {
    width: 100%;
    margin-bottom: 60px;
  }
  .treatment__inner__list:nth-child(3n) {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 430px) {
  .treatment__inner__list {
    margin-bottom: 40px;
  }
  .treatment__inner__list:nth-child(3n) {
    margin-bottom: 40px;
  }
}
.treatment__inner__list__icon {
  width: 110px;
  height: 110px;
  border-radius: 30px;
  background-color: #0099cb;
  margin: 0 auto;
  margin-top: -54px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.treatment__inner__list__icon::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  bottom: -9px;
  left: calc(50% - 9px);
}
@media screen and (max-width: 1024px) {
  .treatment__inner__list__icon {
    width: 90px;
    height: 90px;
    border-radius: 20px;
    margin-top: -40px;
  }
}
@media screen and (max-width: 700px) {
  .treatment__inner__list__icon {
    width: 70px;
    height: 70px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 430px) {
  .treatment__inner__list__icon {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }
}
.treatment__inner__list__icon--01 {
  background-color: #0099cb;
}
.treatment__inner__list__icon--01::before {
  border-top: 9px solid #0099cb;
}
.treatment__inner__list__icon--02 {
  background-color: #f08322;
}
.treatment__inner__list__icon--02::before {
  border-top: 9px solid #f08322;
}
.treatment__inner__list__icon--03 {
  background-color: #e05f8c;
}
.treatment__inner__list__icon--03::before {
  border-top: 9px solid #e05f8c;
}
.treatment__inner__list__icon--04 {
  background-color: #71c141;
}
.treatment__inner__list__icon--04::before {
  border-top: 9px solid #71c141;
}
.treatment__inner__list__icon__01 {
  width: 55px;
  height: 68px;
}
@media screen and (max-width: 1024px) {
  .treatment__inner__list__icon__01 {
    width: 48px;
    height: 59px;
  }
}
@media screen and (max-width: 700px) {
  .treatment__inner__list__icon__01 {
    width: 35px;
    height: auto;
  }
}
@media screen and (max-width: 430px) {
  .treatment__inner__list__icon__01 {
    width: 28px;
  }
}
.treatment__inner__list__icon__02 {
  width: 43px;
  height: 47px;
}
@media screen and (max-width: 1024px) {
  .treatment__inner__list__icon__02 {
    width: 40px;
    height: 44px;
  }
}
@media screen and (max-width: 700px) {
  .treatment__inner__list__icon__02 {
    width: 30px;
    height: auto;
  }
}
@media screen and (max-width: 430px) {
  .treatment__inner__list__icon__02 {
    width: 24px;
  }
}
.treatment__inner__list__icon__03 {
  width: 37px;
  height: 53px;
}
@media screen and (max-width: 1024px) {
  .treatment__inner__list__icon__03 {
    width: 32px;
    height: 46px;
  }
}
@media screen and (max-width: 700px) {
  .treatment__inner__list__icon__03 {
    width: 21px;
    height: auto;
  }
}
@media screen and (max-width: 430px) {
  .treatment__inner__list__icon__03 {
    width: 16px;
  }
}
.treatment__inner__list__icon__04 {
  width: 55px;
  height: 56px;
}
@media screen and (max-width: 1024px) {
  .treatment__inner__list__icon__04 {
    width: 45px;
    height: 46px;
  }
}
@media screen and (max-width: 700px) {
  .treatment__inner__list__icon__04 {
    width: 38px;
    height: auto;
  }
}
@media screen and (max-width: 430px) {
  .treatment__inner__list__icon__04 {
    width: 30px;
  }
}
.treatment__inner__list__title {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 18px;
}
.treatment__inner__list__title--01 {
  color: #0099cb;
}
.treatment__inner__list__title--02 {
  color: #f08322;
}
.treatment__inner__list__title--03 {
  color: #e05f8c;
}
.treatment__inner__list__title--04 {
  color: #71c141;
}
@media screen and (max-width: 1024px) {
  .treatment__inner__list__title {
    font-size: 24px;
    margin-top: 34px;
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 834px) {
  .treatment__inner__list__title {
    font-size: 3vw;
  }
}
@media screen and (max-width: 700px) {
  .treatment__inner__list__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 430px) {
  .treatment__inner__list__title {
    font-size: 5vw;
    margin-top: 6vw;
    margin-bottom: 3vw;
  }
}
.treatment__inner__list__title__span {
  font-size: 18px;
  color: #888;
  margin-top: 16px;
  display: inline-block;
  margin-left: -0.5em;
  margin-right: -0.5em;
}
@media screen and (max-width: 1700px) {
  .treatment__inner__list__title__span {
    font-size: 1vw;
  }
}
@media screen and (max-width: 1600px) {
  .treatment__inner__list__title__span {
    font-size: 16px;
  }
}
@media screen and (max-width: 430px) {
  .treatment__inner__list__title__span {
    font-size: 14px;
    margin-top: 3vw;
  }
}
.treatment__inner__list__btn {
  width: 100%;
  height: 53px;
  border-radius: 26px;
  background-color: #e05f8c;
  margin-top: 30px;
  box-shadow: 0px 3px 3px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1024px) {
  .treatment__inner__list__btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 834px) {
  .treatment__inner__list__btn {
    height: 45px;
  }
}
@media screen and (max-width: 430px) {
  .treatment__inner__list__btn {
    margin-top: 4.7vw;
  }
}
.treatment__inner__list__btn__link {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 26px;
  justify-content: center;
}
@media screen and (max-width: 1700px) {
  .treatment__inner__list__btn__link {
    font-size: 15px;
  }
}
@media screen and (max-width: 834px) {
  .treatment__inner__list__btn__link {
    font-size: 14px;
  }
}
@media screen and (max-width: 430px) {
  .treatment__inner__list__btn__link {
    font-size: 13px;
  }
}
.treatment__inner__list__btn__link__arrow {
  width: 25px;
  height: auto;
  margin-left: 5px;
}
@media screen and (max-width: 1700px) {
  .treatment__inner__list__btn__link__arrow {
    width: 1.4vw;
  }
}
@media screen and (max-width: 1600px) {
  .treatment__inner__list__btn__link__arrow {
    width: 20px;
  }
}
@media screen and (max-width: 834px) {
  .treatment__inner__list__btn__link__arrow {
    width: 17px;
    margin-left: 2px;
  }
}
@media screen and (min-width: 1025px) {
  .treatment__inner__list__btn__link:hover {
    background-color: #0099cb;
  }
}

.effect__inner {
  max-width: 1288px;
  width: 100%;
  margin: 0 auto;
  margin-top: -5px;
}
@media screen and (max-width: 599px) {
  .effect__inner {
    margin-bottom: 9vw;
  }
}
.effect__inner__text {
  text-align: center;
  margin-bottom: 47px;
}
@media screen and (max-width: 599px) {
  .effect__inner__text {
    text-align: justify;
    margin-bottom: 5vw;
  }
}
.effect__inner__slider {
  max-width: 1000px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .effect__inner__slider {
    width: 76.3vw;
  }
}
@media screen and (max-width: 599px) {
  .effect__inner__slider {
    width: 100%;
  }
}
.effect__inner__slider__item__img {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  border: 10px solid #eeeeee;
}
@media screen and (max-width: 599px) {
  .effect__inner__slider__item__img {
    border: 2px solid #eeeeee;
  }
}
.effect__inner__slider__item__text-block {
  margin-top: 30px;
}
@media screen and (max-width: 834px) {
  .effect__inner__slider__item__text-block {
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .effect__inner__slider__item__text-block {
    margin-top: 10px;
  }
}
.effect__inner__slider__item__text-block__text {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 16px;
  color: #0099cb;
  font-weight: 600;
  text-align: justify;
  line-height: 32px;
}
@media screen and (max-width: 834px) {
  .effect__inner__slider__item__text-block__text {
    font-size: 14px;
    line-height: 30px;
  }
}
@media screen and (max-width: 599px) {
  .effect__inner__slider__item__text-block__text {
    font-size: 13px;
    line-height: 22px;
  }
}
.effect__inner__slider__item__text-block__black {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 16px;
  color: #333;
  font-weight: 600;
  text-align: right;
  line-height: 35px;
}
@media screen and (max-width: 834px) {
  .effect__inner__slider__item__text-block__black {
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
  }
}
@media screen and (max-width: 599px) {
  .effect__inner__slider__item__text-block__black {
    font-size: 13px;
    line-height: 22px;
  }
}

.check {
  background-color: #0099cb;
}
.check__inner__title {
  margin: 0 auto;
  text-align: center;
}
.check__inner__title__tl-top {
  display: inline-block;
  width: 316px;
  height: 70px;
  background-color: #00548a;
  border-radius: 35px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  color: #fff;
  font-size: 24px;
  line-height: 70px;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .check__inner__title__tl-top {
    font-size: 21px;
    width: 290px;
    height: 65px;
    line-height: 66px;
  }
}
@media screen and (max-width: 834px) {
  .check__inner__title__tl-top {
    font-size: 19px;
    width: 260px;
    height: 55px;
    line-height: 56px;
  }
}
@media screen and (max-width: 599px) {
  .check__inner__title__tl-top {
    font-size: 4vw;
    width: 43vw;
    height: 9.6vw;
    line-height: 9.7vw;
  }
}
.check__inner__title__tl-top::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 30px solid #00548a;
  left: calc(50% - 40px);
  bottom: -14px;
}
@media screen and (max-width: 599px) {
  .check__inner__title__tl-top::before {
    border-left: 6vw solid transparent;
    border-right: 6vw solid transparent;
    border-top: 5vw solid #00548a;
    left: calc(50% - 6vw);
    bottom: -2vw;
  }
}
.check__inner__title__tl-yellow {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
  color: #ffef40;
  margin-top: 47px;
}
@media screen and (max-width: 1024px) {
  .check__inner__title__tl-yellow {
    font-size: 35px;
    margin-top: 41px;
  }
}
@media screen and (max-width: 834px) {
  .check__inner__title__tl-yellow {
    font-size: 30px;
    margin-top: 36px;
  }
}
@media screen and (max-width: 599px) {
  .check__inner__title__tl-yellow {
    font-size: 6.5vw;
    margin-top: 6.8vw;
  }
}
.check__inner__text {
  margin-top: 26px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .check__inner__text {
    margin-top: 20px;
  }
}
@media screen and (max-width: 834px) {
  .check__inner__text {
    margin-top: 15px;
    text-align: justify;
  }
}
@media screen and (max-width: 599px) {
  .check__inner__text {
    margin-top: 3vw;
    text-align: justify;
  }
}
.check__inner__table {
  width: 100%;
  border-collapse: collapse;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3em;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .check__inner__table {
    margin-top: 40px;
  }
}
@media screen and (max-width: 834px) {
  .check__inner__table {
    font-size: 16px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  .check__inner__table {
    font-size: 14px;
    display: block;
    margin-top: 6vw;
    border-top: 2px solid #80cce5;
    border-left: 2px solid #80cce5;
  }
}
.check__inner__table thead th {
  width: 100px;
  height: 50px;
  border: 2px solid #80cce5;
}
@media screen and (max-width: 834px) {
  .check__inner__table thead th {
    width: 85px;
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .check__inner__table thead {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .check__inner__table tbody {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .check__inner__table tbody tr {
    display: flex;
    flex-wrap: wrap;
  }
}
.check__inner__table tbody td {
  border: 2px solid #80cce5;
}
@media screen and (max-width: 599px) {
  .check__inner__table tbody td {
    display: block;
    width: 100%;
    padding: 10px 5px 5px 5px;
    border-top: none;
    border-left: none;
  }
}
.check__inner__table tbody th {
  border: 2px solid #80cce5;
}
@media screen and (max-width: 599px) {
  .check__inner__table tbody th {
    display: block;
    width: 100%;
    background-color: #33add5;
    border-top: none;
    border-left: none;
    border-right: none;
  }
  .check__inner__table tbody th:nth-child(2n) {
    border-right: 2px solid #80cce5;
  }
}
.check__inner__table tbody .th-number {
  width: 60px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .check__inner__table tbody .th-number {
    font-size: 16px;
    width: 15%;
    padding: 10px;
    float: left;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.check__inner__table tbody .th-text {
  padding: 25px;
  text-align: justify;
}
@media screen and (max-width: 834px) {
  .check__inner__table tbody .th-text {
    padding: 20px;
  }
}
@media screen and (max-width: 599px) {
  .check__inner__table tbody .th-text {
    padding: 10px 10px 10px 0;
    width: 85%;
    float: left;
    box-sizing: border-box;
  }
}
.check__inner__table tbody .td-yes {
  width: 72px;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .check__inner__table tbody .td-yes {
    width: 55px;
  }
}
@media screen and (max-width: 599px) {
  .check__inner__table tbody .td-yes {
    width: 33.3333333333%;
    box-sizing: border-box;
  }
}
.check__inner__table tbody .td-sometimes {
  width: 72px;
  text-align: center;
  background-color: #1aa3d0;
}
@media screen and (max-width: 700px) {
  .check__inner__table tbody .td-sometimes {
    width: 55px;
  }
}
@media screen and (max-width: 599px) {
  .check__inner__table tbody .td-sometimes {
    width: 33.3333333333%;
    box-sizing: border-box;
    background-color: transparent;
  }
}
.check__inner__table tbody .td-no {
  width: 72px;
  text-align: center;
  background-color: #33add5;
}
@media screen and (max-width: 700px) {
  .check__inner__table tbody .td-no {
    width: 55px;
  }
}
@media screen and (max-width: 599px) {
  .check__inner__table tbody .td-no {
    width: 33.3333333333%;
    box-sizing: border-box;
    background-color: transparent;
  }
}
.check__inner__table tbody .sp {
  display: inline-block;
  margin-top: 7px;
}
.check__inner__table tbody .check-input {
  display: none;
}
.check__inner__table tbody .check-label {
  margin: 0 auto;
  width: 25px;
  height: 25px;
  background-color: #33add5;
  border: 2px solid #fff;
  position: relative;
  display: block;
  align-items: center;
  cursor: pointer;
}
.check__inner__table tbody .check-label:hover {
  transition: 0.5s;
  background-color: #80cce5;
}
@media screen and (max-width: 599px) {
  .check__inner__table tbody .check-label {
    width: 20px;
    height: 20px;
  }
}
.check__inner__table tbody input[type=radio].check-input:checked + .check-label::after {
  content: "";
  top: -10px;
  left: 6px;
  width: 10px;
  height: 20px;
  border-bottom: 4px solid #ffef40;
  border-right: 4px solid #ffef40;
  transform: rotate(45deg);
  position: absolute;
}
.check__inner .check-btn {
  display: block;
  width: 405px;
  height: 70px;
  background-color: #ff7800;
  border-radius: 35px;
  margin: 0 auto;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 20px;
  line-height: 70px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  position: relative;
  margin-top: 50px;
  box-shadow: 0px 3px 3px 3px rgba(0, 0, 0, 0.2);
}
.check__inner .check-btn::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("../img/top/arrow-nuki.png");
  background-repeat: no-repeat;
  background-size: cover;
  right: 30px;
  top: calc(50% - 13px);
}
@media screen and (max-width: 834px) {
  .check__inner .check-btn {
    width: 360px;
    height: 55px;
    line-height: 55px;
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .check__inner .check-btn {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    margin-top: 7vw;
  }
  .check__inner .check-btn::before {
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
  }
}
@media screen and (min-width: 1025px) {
  .check__inner .check-btn:hover {
    background-color: #00548a;
  }
}

.flow {
  background-image: url("../img/top/bg-sikaku.png");
  background-repeat: repeat;
  position: relative;
}
.flow::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  background-color: #f1f9fb;
  z-index: -1;
  right: 0;
  top: 0;
}
.flow__inner__list {
  display: flex;
  width: 80%;
  padding: 27px 32px 32px 32px;
  box-sizing: border-box;
  border-radius: 20px;
  background-color: #fff;
  align-items: center;
  margin-bottom: 39px;
}
.flow__inner__list:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  .flow__inner__list {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .flow__inner__list {
    display: block;
    padding: 5vw 6vw 6vw 6vw;
    border-radius: 10px;
  }
}
.flow__inner__list--01 {
  border: 3px solid #0099cb;
  position: relative;
}
.flow__inner__list--01:last-child::before, .flow__inner__list--01:last-child::after {
  display: none;
}
.flow__inner__list--01::before {
  position: absolute;
  content: "";
  width: 72px;
  height: calc(50% + 38px);
  border-top: 3px solid #0099cb;
  border-right: 3px solid #0099cb;
  top: 50%;
  right: -75px;
}
@media screen and (max-width: 834px) {
  .flow__inner__list--01::before {
    border: none;
    width: 2px;
    height: 31px;
    background-color: #0099cb;
    top: auto;
    left: calc(50% - 1.5px);
    bottom: -34px;
  }
}
.flow__inner__list--01::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 16px;
  background-image: url("../img/top/arrow-blue.svg");
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -42px;
  right: -85px;
}
@media screen and (max-width: 834px) {
  .flow__inner__list--01::after {
    left: calc(50% - 12px);
    bottom: -35px;
  }
}
.flow__inner__list--02 {
  margin-left: 20%;
  border: 3px solid #00548a;
  position: relative;
}
@media screen and (max-width: 834px) {
  .flow__inner__list--02 {
    margin-left: 0;
  }
}
.flow__inner__list--02::before {
  position: absolute;
  content: "";
  width: 72px;
  height: calc(50% + 38px);
  border-top: 3px solid #0099cb;
  border-left: 3px solid #0099cb;
  top: 50%;
  left: -77px;
}
@media screen and (max-width: 834px) {
  .flow__inner__list--02::before {
    border: none;
    width: 2px;
    height: 31px;
    background-color: #0099cb;
    top: auto;
    left: calc(50% - 1.5px);
    bottom: -34px;
  }
}
.flow__inner__list--02::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 16px;
  background-image: url("../img/top/arrow-blue.svg");
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -42px;
  left: -88px;
}
@media screen and (max-width: 834px) {
  .flow__inner__list--02::after {
    left: calc(50% - 12px);
    bottom: -35px;
  }
}
.flow__inner__list__icon {
  width: 110px;
  height: 110px;
  background-color: #0099cb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow__inner__list__icon--02 {
  background-color: #00548a;
}
@media screen and (max-width: 1024px) {
  .flow__inner__list__icon {
    width: 10.7vw;
    height: 10.7vw;
  }
}
@media screen and (max-width: 599px) {
  .flow__inner__list__icon {
    display: none;
  }
}
.flow__inner__list__icon__tel {
  width: 31px;
  height: 41px;
}
@media screen and (max-width: 834px) {
  .flow__inner__list__icon__tel {
    width: 3.7vw;
    height: auto;
  }
}
.flow__inner__list__icon__monsin {
  width: 41px;
  height: auto;
}
@media screen and (max-width: 834px) {
  .flow__inner__list__icon__monsin {
    width: 4.9vw;
  }
}
.flow__inner__list__icon__sinsatu {
  width: 48px;
  height: auto;
}
@media screen and (max-width: 834px) {
  .flow__inner__list__icon__sinsatu {
    width: 5.7vw;
  }
}
.flow__inner__list__icon__kensa {
  width: 52px;
  height: auto;
}
@media screen and (max-width: 834px) {
  .flow__inner__list__icon__kensa {
    width: 6.2vw;
  }
}
.flow__inner__list__icon__setumei {
  width: 59px;
  height: auto;
}
@media screen and (max-width: 834px) {
  .flow__inner__list__icon__setumei {
    width: 7vw;
  }
}
.flow__inner__list__item {
  width: calc(100% - 150px);
  margin-left: 40px;
}
@media screen and (max-width: 1024px) {
  .flow__inner__list__item {
    width: calc(100% - (10.7vw + 30px));
    margin-left: 30px;
  }
}
@media screen and (max-width: 599px) {
  .flow__inner__list__item {
    width: 100%;
    margin-left: 0;
  }
}
.flow__inner__list__item__title {
  padding-bottom: 11px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .flow__inner__list__item__title {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  .flow__inner__list__item__title {
    padding-bottom: 1.6vw;
    margin-bottom: 1.8vw;
  }
}
.flow__inner__list__item__title--01 {
  color: #0099cb;
  border-bottom: 2px dotted #0099cb;
}
.flow__inner__list__item__title--02 {
  color: #00548a;
  border-bottom: 2px dotted #00548a;
}
.flow__inner__list__item__title__number {
  font-family: "Roboto", sans-serif !important;
  font-size: 48px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1024px) {
  .flow__inner__list__item__title__number {
    font-size: 40px;
  }
}
@media screen and (max-width: 599px) {
  .flow__inner__list__item__title__number {
    font-size: 8vw;
  }
}
.flow__inner__list__item__title__ja {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 27px;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .flow__inner__list__item__title__ja {
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  .flow__inner__list__item__title__ja {
    font-size: 4.5vw;
    display: inline-block;
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 430px) {
  .flow__inner__list__item__title__ja {
    font-size: 18px;
  }
}

.about__inner__info {
  width: 400px;
  float: left;
}
@media screen and (max-width: 1024px) {
  .about__inner__info {
    width: 100%;
    float: none;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 599px) {
  .about__inner__info {
    margin-bottom: 9vw;
  }
}
.about__inner__info__name {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 18px;
  color: #333;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .about__inner__info__name {
    font-size: 3.7vw;
  }
}
@media screen and (max-width: 430px) {
  .about__inner__info__name {
    font-size: 14px;
  }
}
.about__inner__info__name__bic {
  font-size: 30px;
  display: block;
  margin-top: 15px;
}
@media screen and (max-width: 1100px) {
  .about__inner__info__name__bic {
    font-size: 29px;
  }
}
@media screen and (max-width: 599px) {
  .about__inner__info__name__bic {
    font-size: 6vw;
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 430px) {
  .about__inner__info__name__bic {
    font-size: 20px;
    margin-top: 10px;
  }
}
.about__inner__info__text {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 15px;
  color: #333;
  font-weight: 600;
  line-height: 1.4em;
  margin-top: 20px;
}
@media screen and (max-width: 1100px) {
  .about__inner__info__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .about__inner__info__text {
    margin-top: 15px;
  }
}
@media screen and (max-width: 599px) {
  .about__inner__info__text {
    font-size: 3vw;
  }
}
@media screen and (max-width: 430px) {
  .about__inner__info__text {
    font-size: 14px;
    margin-top: 15px;
  }
}
.about__inner__info__tel {
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  .about__inner__info__tel {
    margin-top: 3vw;
  }
}
@media screen and (max-width: 430px) {
  .about__inner__info__tel {
    margin-top: 14px;
  }
}
.about__inner__info__tel__link {
  display: flex;
  align-items: center;
  font-family: "Roboto", sans-serif !important;
  font-size: 32px;
  color: #00548a;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}
.about__inner__info__tel__link img {
  width: 36px;
  height: auto;
  margin-right: 10px;
}
@media screen and (max-width: 599px) {
  .about__inner__info__tel__link img {
    width: 6vw;
  }
}
@media screen and (max-width: 430px) {
  .about__inner__info__tel__link img {
    width: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .about__inner__info__tel__link {
    justify-content: center;
  }
}
@media screen and (max-width: 599px) {
  .about__inner__info__tel__link {
    font-size: 7vw;
  }
}
@media screen and (max-width: 430px) {
  .about__inner__info__tel__link {
    font-size: 26px;
  }
}
.about__inner__info__address {
  margin-top: 10px;
}
.about__inner__info__address__link {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 20px;
  color: #0099cb;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .about__inner__info__address__link {
    font-size: 4.5vw;
  }
}
.about__inner__info__time {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 16px;
  color: #333;
  font-weight: 600;
  line-height: 1.4em;
  margin-top: 20px;
}
.about__inner__info__time--2 {
  margin-top: 10px;
}
@media screen and (max-width: 1100px) {
  .about__inner__info__time {
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .about__inner__info__time {
    font-size: 3vw;
    margin-top: 4vw;
  }
}
@media screen and (max-width: 430px) {
  .about__inner__info__time {
    font-size: 14px;
    margin-top: 14px;
  }
}
.about__inner__info__time__span {
  color: #00548a;
  padding: 2px 5px;
  background-color: #d6f0f7;
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 599px) {
  .about__inner__info__time__span {
    margin-bottom: 5px;
  }
}
.about__inner__info__btn {
  display: inline-block;
  max-width: 312px;
  width: 100%;
  height: 55px;
  background-color: #ff7800;
  border-radius: 27.5px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  line-height: 55px;
  text-align: center;
  margin-top: 25px;
  position: relative;
  box-shadow: 0px 3px 3px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 599px) {
  .about__inner__info__btn {
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    margin-top: 6vw;
  }
}
.about__inner__info__btn::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("../img/top/arrow-nuki.png");
  background-repeat: no-repeat;
  background-size: cover;
  top: calc(50% - 12.5px);
  right: 30px;
}
@media screen and (max-width: 599px) {
  .about__inner__info__btn::before {
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
  }
}
@media screen and (min-width: 1025px) {
  .about__inner__info__btn:hover {
    background-color: #0099cb;
  }
}
.about__inner__table {
  width: calc(100% - 400px);
  float: right;
}
@media screen and (max-width: 1024px) {
  .about__inner__table {
    width: 100%;
    float: none;
  }
}
.about__inner__table__item {
  width: 100%;
  border: 2px solid #0099cb;
  overflow: hidden;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 18px;
  color: #0099cb;
  font-weight: 600;
  line-height: 1.2em;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .about__inner__table__item {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .about__inner__table__item {
    font-size: 14px;
  }
}
.about__inner__table__item tr {
  width: 100%;
}
.about__inner__table__item .th-title {
  background-color: #0099cb;
  padding: 18px;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .about__inner__table__item .th-title {
    padding: 14px;
  }
}
.about__inner__table__item .th-time {
  padding: 20px 10px;
  width: 25%;
  border-right: 2px dotted #0099cb;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .about__inner__table__item .th-time {
    padding: 15px 7px;
  }
}
@media screen and (max-width: 599px) {
  .about__inner__table__item .th-time {
    padding: 13px 5px;
  }
}
.about__inner__table__item th {
  padding: 15px 10px;
  border-right: 2px dotted #0099cb;
}
@media screen and (max-width: 1024px) {
  .about__inner__table__item th {
    padding: 12px 7px;
  }
}
@media screen and (max-width: 599px) {
  .about__inner__table__item th {
    padding: 7px 5px;
  }
}
.about__inner__table__item td {
  padding: 21px 10px;
  border-right: 2px dotted #0099cb;
}
@media screen and (max-width: 1024px) {
  .about__inner__table__item td {
    padding: 15px 7px;
  }
}
@media screen and (max-width: 599px) {
  .about__inner__table__item td {
    padding: 13px 5px;
  }
}
.about__inner__table__item tr {
  border-bottom: 2px solid #0099cb;
}
.about__inner__table__item .td-youbi {
  width: 10.7142857143%;
  box-sizing: border-box;
  border-right: 2px dotted #0099cb;
  padding: 15px 10px;
}
@media screen and (max-width: 1024px) {
  .about__inner__table__item .td-youbi {
    padding: 12px 7px;
  }
}
@media screen and (max-width: 599px) {
  .about__inner__table__item .td-youbi {
    padding: 7px 5px;
  }
}
.about__inner__table__item .maru {
  background-color: #e4f5fb;
}
.about__inner__caution {
  padding-left: 1em;
}

.blue-text {
  color: #0099cb;
}

.map {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 1024px) {
  .map {
    height: 48vw;
  }
}
@media screen and (max-width: 599px) {
  .map {
    height: 50vw;
  }
}

.em {
  display: inline-block;
  margin-left: -0.5em;
}
@media screen and (max-width: 599px) {
  .em {
    margin-left: 0;
  }
}/*# sourceMappingURL=style.css.map */