@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;600;700;800;900&display=swap");
/* =Reset default browser CSS.
-------------------------------------------------------------- */
:root {
  scroll-behavior: auto;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
} /*for under HTML5*/
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

/*
::-moz-selection {  text-shadow: none; }
::selection {  text-shadow: none; }
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  line-height: 1;
}

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

ol, ul {
  list-style: none;
}

blockquote {
  quotes: none;
}

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

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a img {
  border: none;
}

em {
  font-style: normal;
}

/* =Global Elements
-------------------------------------------------------------- */
/* Main global 'theme' and typographic styles */
* {
  padding: 0;
  margin: 0;
}

html {
  height: 100%;
}

body {
  /*
  font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-family: "Times New Roman", 'Noto Serif JP', "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  */
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  padding: 0;
  margin: 0;
  height: 100%;
}

/* Text elements */
p {
  background: url(../img/p_bg.gif);
  margin-bottom: 20px;
}

ul {
  list-style: none;
  margin: 0;
}

ol {
  margin: 0;
}

b, strong {
  font-weight: bold;
}

cite, em, i {
  font-style: normal;
}

ins {
  text-decoration: none;
}

blockquote cite, blockquote em, blockquote i {
  font-style: normal;
}

sup, sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

input[type=text], input[type=email], textarea {
  display: block;
  border: 1px solid #ccc;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  padding: 7px;
}

a:link {
  text-decoration: none;
  color: #00F;
  transition: ease-in 0.2s;
}

a:active, a:hover {
  text-decoration: none;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

a:focus {
  outline: none;
}

a:hover, a:active {
  outline: 0;
}

main {
  display: block;
}

hr {
  display: none;
}

section {
  float: none;
  clear: both;
  position: relative;
  overflow: hidden;
  min-height: 1em;
}

/* Text meant only for screen readers */
.screen-reader-text {
  position: absolute;
  left: -9000px;
}

/* HTML5 FIX */
blockquote {
  margin: 0;
}

dfn {
  font-style: italic;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

q {
  quotes: none;
}

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

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
}

button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
  border: none;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

table {
  border-collapse: collapse;
}

.chromeframe {
  margin: 0.2em 0;
  color: black;
  padding: 0.2em 0;
}

.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}

.ir br {
  display: none;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

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

a, button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  max-width: 100%;
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?238jzl");
  src: url("fonts/icomoon.eot?238jzl#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?238jzl") format("truetype"), url("fonts/icomoon.woff?238jzl") format("woff"), url("fonts/icomoon.svg?238jzl#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-top:before {
  content: "\e900";
}

.icon-arrow-top-light:before {
  content: "\e901";
}

.icon-fb:before {
  content: "\e902";
}

.icon-ig:before {
  content: "\e903";
}

.icon-sound:before {
  content: "\e904";
}

.icon-tw:before {
  content: "\e905";
}

.icon-yt:before {
  content: "\e906";
}

.icon-arrow-bottom:before {
  content: "\e907";
}

.icon-arrow-bottom-light:before {
  content: "\e908";
}

.icon-arrow-left:before {
  content: "\e909";
}

.icon-arrow-left-light:before {
  content: "\e90a";
}

.icon-arrow-right:before {
  content: "\e90b";
}

.icon-arrow-right-light:before {
  content: "\e90c";
}

.icon-line:before {
  content: "\e90d";
}

.icon-play:before {
  content: "\e90e";
}

.icon-to_top:before {
  content: "\e90f";
}

.icon-shopping-basket:before {
  content: "\e910";
}

.icon-close:before {
  content: "\e911";
}

.icon-close-light:before {
  content: "\e912";
}

.icon-bars:before {
  content: "\e913";
}

.icon-bars-light:before {
  content: "\e914";
}

.icon-arrow-triple-thick-right:before {
  content: "\e915";
}

.icon-arrow-thick-top:before {
  content: "\e916";
}

.icon-arrow-thick-bottom:before {
  content: "\e917";
}

.icon-arrow-thick-left:before {
  content: "\e918";
}

.icon-arrow-thick-right:before {
  content: "\e919";
}

.icon-envelope:before {
  content: "\e91a";
}

.icon-corner:before {
  content: "\e91b";
}

.icon-calender:before {
  content: "\e91c";
}

.icon-search:before {
  content: "\e91d";
}

.icon-circle_go:before {
  content: "\e91e";
}

.icon-plus:before {
  content: "\e91f";
}

.icon-plane:before {
  content: "\e920";
}

.icon-phone1:before {
  content: "\e921";
}

.icon-triangle-bottom:before {
  content: "\e922";
}

.icon-blank:before {
  content: "\e923";
}

.icon-arrrow-t:before {
  content: "\e924";
}

.icon-arrrow-r:before {
  content: "\e925";
}

.icon-phone:before {
  content: "\e926";
}

.icon-memopad:before {
  content: "\e927";
}

.icon-picture:before {
  content: "\e928";
}

.icon-stethoscope:before {
  content: "\e929";
}

.icon-testtube:before {
  content: "\e92a";
}

/* Fade in */
.fi {
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.fi_delay_01 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.fi_delay_02 {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

@media screen and (max-width: 750px) {
  .fi_delay_01 {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .fi_delay_02 {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
}
.fi_right {
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
}

.fi_left {
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}

.fi_under {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

.fi_upper {
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}

/* フェードイン完了時 */
.comp {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* Load Setting */
body::after {
  content: "";
  display: block;
  z-index: 1;
  transition: ease-in 0.5s;
  background: #1a74cb;
  position: fixed;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}

body.loading::after {
  background: #1a74cb;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}

.loading #wrapper {
  opacity: 0;
  overflow: hidden;
}

#loader {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999;
}

#loader .percent {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 12px;
  display: block;
  text-align: center;
  color: #fff;
}

#loader .loader_inside {
  position: relative;
}

#loader .circle,
#loader .circle:after {
  border-radius: 50%;
  width: 22em;
  height: 22em;
}

#loader .circle {
  font-size: 5px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.5em solid rgba(255, 255, 255, 0.2);
  border-right: 0.5em solid rgba(255, 255, 255, 0.2);
  border-bottom: 0.5em solid rgba(255, 255, 255, 0.2);
  border-left: 0.5em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#load_resouces {
  display: none;
}

@media screen and (max-width: 750px) {
  #loader .percent {
    font-size: 2.6666666667vw;
  }
  #loader .circle,
  #loader .circle:after {
    width: 10em;
    height: 10em;
  }
  #loader .circle {
    font-size: 2.6666666667vw;
  }
}
/* CSS Document */
.menu-trigger,
.menu-trigger span {
  display: block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu-trigger {
  background: none;
  outline: none;
}
.menu-trigger h6 {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.13em;
  line-height: 1;
  text-align: center;
  color: #1a8ad0;
  margin: 0 0 6px;
}
.menu-trigger .bars {
  position: relative;
  width: 80px;
  height: 20px;
  background: none;
  outline: none;
}
.menu-trigger .bars span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #1a8ad0;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 8px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger span:nth-of-type(1) {
  animation: menu-bar01 0.75s forwards;
}

@keyframes menu-bar01 {
  0% {
    transform: translateY(8px) rotate(18deg);
  }
  50% {
    transform: translateY(8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.menu-trigger span:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  opacity: 1;
}

.menu-trigger span:nth-of-type(3) {
  animation: menu-bar02 0.75s forwards;
}

@keyframes menu-bar02 {
  0% {
    transform: translateY(-8px) rotate(-18deg);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.active .menu-trigger span:nth-of-type(1) {
  animation: active-menu-bar01 0.75s forwards;
}

@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(8px) rotate(0);
  }
  100% {
    transform: translateY(8px) rotate(18deg);
  }
}
.active .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}

.active .menu-trigger span:nth-of-type(3) {
  animation: active-menu-bar03 0.75s forwards;
}

@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(-8px) rotate(-18deg);
  }
}
@media screen and (max-width: 750px) {
  .menu-trigger,
  .menu-trigger span {
    display: block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    background: none;
    outline: none;
  }
  .menu-trigger h6 {
    font-weight: bold;
    font-size: 2.1333333333vw;
    letter-spacing: 0.13em;
    line-height: 1;
    text-align: center;
    color: #1a8ad0;
    margin: 0 0 0.8vw;
  }
  .menu-trigger .bars {
    position: relative;
    width: 10.6666666667vw;
    height: 2.6666666667vw;
    background: none;
    outline: none;
  }
  .menu-trigger .bars span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.5333333333vw;
    background-color: #1a8ad0;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 1.0666666667vw;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-trigger span:nth-of-type(1) {
    animation: menu-bar01 0.75s forwards;
  }
  @keyframes menu-bar01 {
    0% {
      transform: translateY(1.0666666667vw) rotate(18deg);
    }
    50% {
      transform: translateY(1.0666666667vw) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  .menu-trigger span:nth-of-type(2) {
    transition: all 0.25s 0.25s;
    opacity: 1;
  }
  .menu-trigger span:nth-of-type(3) {
    animation: menu-bar02 0.75s forwards;
  }
  @keyframes menu-bar02 {
    0% {
      transform: translateY(-1.0666666667vw) rotate(-18deg);
    }
    50% {
      transform: translateY(-1.0666666667vw) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  .active .menu-trigger span:nth-of-type(1) {
    animation: active-menu-bar01 0.75s forwards;
  }
  @keyframes active-menu-bar01 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(1.0666666667vw) rotate(0);
    }
    100% {
      transform: translateY(1.0666666667vw) rotate(18deg);
    }
  }
  .active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .active .menu-trigger span:nth-of-type(3) {
    animation: active-menu-bar03 0.75s forwards;
  }
  @keyframes active-menu-bar03 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(-1.0666666667vw) rotate(0);
    }
    100% {
      transform: translateY(-1.0666666667vw) rotate(-18deg);
    }
  }
}
* {
  -webkit-appearance: none;
  appearance: none; /* デフォルトの矢印を非表示 */
}

.bt {
  position: relative;
  overflow: hidden;
  float: none;
  clear: both;
  margin: 40px 0;
  text-align: center;
}

.bt a,
.bt button {
  display: inline-block;
  margin: 0 20px;
  padding: 13px 20px;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  line-height: 1.2;
  border-radius: 5px;
  min-width: 200px;
  text-decoration: none;
  transition: ease-in 0.2s;
}

.bt a:hover,
.bt button:hover {
  opacity: 0.75;
}

.bt a::before,
.bt button::before {
  content: "\e90b";
  font-family: "icomoon";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0%, -50%);
}

.bt a.back::before,
.bt button.back::before {
  content: "\e909";
  right: auto;
  left: 10px;
}

/*===================================================================
 parts
===================================================================*/
.tit_set {
  margin: 0 0 25px;
}
.tit_set h2 {
  font-weight: bold;
  font-size: 34px;
  line-height: 1;
  text-align: center;
  color: #1a74cb;
  margin: 0 0 10px;
}
.tit_set h6 {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #1a74cb;
}

.divider {
  border: none;
  height: 0;
  width: 100%;
  border-bottom: 1px solid #dbcfa7;
  margin: 60px 0;
  display: block;
}

.flex {
  display: flex;
}
.flex .img {
  margin: 0 0 0 70px;
}
.flex .info {
  flex: 1;
}

.float {
  position: relative;
  overflow: hidden;
  clear: both;
  float: none;
}
.float .img {
  float: right;
  margin: 0 0 40px 70px !important;
}

.box_white {
  padding: 37px 50px;
  border-radius: 18.85px;
  background: #fff;
  box-shadow: 0px 0px 18.85px rgba(79, 79, 5, 0.05);
  margin: 40px auto;
}

.hl_l {
  font-weight: 500;
  font-size: 24px;
  line-height: 38px;
  color: #1a74cb;
  margin: 0 0 28px;
}

.hl_ll {
  font-weight: 500;
  font-size: 26px;
  line-height: 40px;
  color: #1a74cb;
  margin: 0 0 28px;
}

.hl_c_l {
  font-weight: 500;
  font-size: 24px;
  line-height: 38px;
  text-align: center;
  margin: 0 0 30px;
}

.hl_m {
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
  color: #1a74cb;
  margin: 0 0 13px;
}

.hl_c_m {
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: #1a74cb;
  margin: 0 0 30px;
}

.hl_ss {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}

.hl_border {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.3;
  color: #1a74cb;
  margin: 0 0 28px;
  padding: 0 0 8px;
  border-bottom: #1a74cb 2px solid;
}

.hl_check {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.8;
  margin: 0 0 10px;
  position: relative;
  padding: 0 0 0 28px;
}
.hl_check::before {
  border-right: 5px solid #84be3f;
  border-bottom: 5px solid #84be3f;
  width: 9px;
  height: 18px;
  content: "";
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 2px;
}

.hl_c_border {
  font-weight: bold;
  font-size: 26px;
  line-height: 46px;
  text-align: center;
  color: #1a74cb;
  display: table;
  margin: 0 auto 44px;
}
.hl_c_border span {
  background: linear-gradient(transparent 95%, #1a74cb 0%);
  display: inline;
}

.hl_pipe {
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  text-align: left;
  color: #534741;
  padding: 0 0 0.25em 0.75em;
  margin: 0 0 18px;
  position: relative;
}
.hl_pipe::before {
  border-left: 5px solid #1a8ad0;
  position: absolute;
  left: 0;
  top: 0;
  height: 1.1em;
  content: "";
  display: block;
}

.color_red {
  color: #e51c24;
}

.img_center {
  text-align: center;
  margin: 0 0 20px;
}
.img_center img {
  height: auto;
  display: block;
  margin: 0 auto;
}

.bulet_ball_list {
  margin: 0 0 43px;
}
.bulet_ball_list li {
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  text-align: left;
  color: #534741;
  padding: 0 0 0 1.5em;
  position: relative;
}
.bulet_ball_list li::before {
  content: "●";
  color: #1a74cb;
  position: absolute;
  top: 0;
  left: 0;
}

.tiles_01 {
  display: flex;
  margin: 0 -18px;
}
.tiles_01 li {
  margin: 0 18px;
  width: 310px;
  display: flex;
  flex-direction: column;
}
.tiles_01 li .img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 0 12px;
  border: 4px solid #1a74cb;
}
.tiles_01 li .img .no {
  position: absolute;
  border-radius: 0 0 20px 0px;
  background: #1a74cb;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  text-align: left;
  color: #fff;
}
.tiles_01 li .img picture img {
  display: block;
  width: 100%;
  height: auto;
}
.tiles_01 li h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  text-align: left;
  color: #534741;
  border-bottom: 1px solid #ddd6a9;
  padding: 0 0 15px;
  margin: 0 0 15px;
}
.tiles_01 li h3.line_height_2 {
  min-height: 3em;
}
.tiles_01 li p {
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #534741;
  margin: 0 0 15px;
}
.tiles_01 li .box_white {
  padding: 24px;
}
.list_table tbody tr th {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
  color: #1a74cb;
}
.list_table tbody tr td {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
  color: #534741;
}

.flow .dl_flow {
  margin: 0 0 46px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #1a8ad0;
  position: relative;
  display: flex;
  padding: 20px 38px;
}
.flow .dl_flow::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 42px solid transparent;
  border-left: 42px solid transparent;
  border-top: 33px solid #1a74ce;
  border-bottom: 0;
  display: block;
  content: "";
}
.flow .dl_flow.arrow_type_02::before {
  transform: translate(-50%, 75%);
  border: none;
  width: 45px;
  height: 38.83px;
  background: url(../img/arrow_blue.svg) center/contain no-repeat;
}
.flow .dl_flow.arrow_type_02.offset_01::before {
  left: 0;
  transform: translate(calc(330px - 50%), 75%);
}
.flow .dl_flow.arrow_type_03::before {
  transform: translate(-50%, 75%);
  border: none;
  width: 45px;
  height: 38.83px;
  background: url(../img/arrow_brawn.svg) center/contain no-repeat;
}
.flow .dl_flow.arrow_type_03.width_left::after {
  left: 0;
  bottom: auto;
  top: 50%;
  transform: translate(-110%, -50%) rotate(270deg);
  border: none;
  width: 45px;
  height: 38.83px;
  background: url(../img/arrow_brawn.svg) center/contain no-repeat;
  position: absolute;
  display: block;
  content: "";
}
.flow .dl_flow.arrow_type_04::after {
  right: 0;
  bottom: 0;
  transform: translate(calc(50% - 144px), 75%);
  border: none;
  width: 45px;
  height: 38.83px;
  background: url(../img/arrow_brawn.svg) center/contain no-repeat;
  position: absolute;
  display: block;
  content: "";
}
.flow .dl_flow:last-child {
  margin: 0;
}
.flow .dl_flow:last-child::before {
  display: none;
}
.flow .dl_flow dt {
  width: 85px;
  border-right: 1px solid #ddd6a9;
  padding: 0 30px 0 0;
  box-sizing: border-box;
  margin: 0 30px 0 0;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: #1a74cb;
  white-space: nowrap;
}
.flow .dl_flow dd {
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.flow .dl_flow dd p {
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  margin: 0;
}
.flow .dl_flow dd h5 {
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  margin: 1em 0 0;
  color: #1a74cb;
}
.flow .dl_flow dd h6 {
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  margin: 0;
}

.ul_list li {
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #534741;
  margin: 0 0 0 1em;
  list-style: disc;
}

.check_list {
  margin: 0;
}
.check_list li {
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  text-align: left;
  color: #534741;
  position: relative;
  padding: 0 0 5px 28px;
}
.check_list li::before {
  border-right: 5px solid #e51c24;
  border-bottom: 5px solid #e51c24;
  width: 9px;
  height: 18px;
  content: "";
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 2px;
}

.liner_ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14.5px;
}
.liner_ul li {
  width: 483px;
  margin: 0 14.5px 11px;
  border: 1px solid #1a8ad0;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 11px 22px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.liner_ul li .ul_list {
  margin: 0 0 0 3.5em;
}
.liner_ul li .ul_list li {
  width: auto;
  margin: 0;
  border: none;
  border-radius: 0;
  padding: 0;
  display: list-item;
}

.bulet_square {
  position: relative;
  padding: 0 0 0 28px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
.bulet_square::before {
  position: absolute;
  left: 0;
  top: 0;
  background: #cbdbee;
  content: "";
  display: block;
  width: 18px;
  height: 18px;
}

.set_01 {
  margin: 0 0 40px;
}

.icon_tit_txt {
  display: inline-flex;
  align-items: center;
  margin: 0 30px 0 0;
}
.icon_tit_txt .circle {
  background: #edeed8;
  width: 56px;
  height: 56px;
  display: flex;
  border-radius: 9999px;
  align-items: center;
  justify-content: center;
  margin: 0 15px 0 0;
}
.icon_tit_txt .circle i {
  color: #1a74cb;
  font-size: 28px;
}
.icon_tit_txt strong {
  color: #1a74cb;
  font-size: 18px;
}
/*===================================================================
 mwform
===================================================================*/
.input,
.confirm {
  display: none;
}

.mw_wp_form_input .input,
.mw_wp_form_confirm .confirm {
  display: block;
}

.mwform-radio-field,
.mwform-checkbox-field {
  display: inline-block;
  font-size: 16px;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin: 0 0 0 1em;
}

.mwform-radio-field label,
.mwform-checkbox-field label {
  display: block;
}

.mwform-radio-field label input,
.mwform-checkbox-field label input {
  display: none;
}

.mwform-radio-field label .mwform-radio-field-text,
.mwform-checkbox-field label .mwform-checkbox-field-text {
  padding: 0 0 0 1.7em;
  position: relative;
}

.mwform-radio-field label .mwform-radio-field-text::before,
.mwform-checkbox-field label .mwform-checkbox-field-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #707070;
}

.mwform-radio-field label .mwform-radio-field-text::before,
.mwform-radio-field label .mwform-radio-field-text::after {
  border-radius: 50%;
}

.mwform-radio-field label .mwform-radio-field-text::after {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translate(0, -50%);
  width: 12px;
  height: 12px;
  background: #313131;
  border: 1px solid #707070;
}

.mwform-radio-field label input:checked + .mwform-radio-field-text::after {
  display: block;
}

.mwform-checkbox-field label .mwform-checkbox-field-text::after {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translate(0, -70%) rotate(-45deg);
  transform-origin: center;
  width: 12px;
  height: 6px;
  background: #fff;
  border: 2px solid #313131;
  border-top: none;
  border-right: none;
}

.mwform-checkbox-field label input:checked + .mwform-checkbox-field-text::after {
  display: block;
}

/*============================
.pagination
============================*/
.pagination {
  margin: 40px 0;
}

.pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.pagination .nav-links .page-numbers {
  margin: 0 15px;
  font-size: 16px;
}

@media screen and (max-width: 750px) {
  .bt {
    margin: 5.3333333333vw 0;
  }
  .bt a,
  .bt button {
    display: inline-block;
    margin: 0 2.6666666667vw;
    padding: 1.7333333333vw 2.6666666667vw;
    font-size: 2.1333333333vw;
    border-radius: 0.6666666667vw;
    min-width: 26.6666666667vw;
  }
  .bt a::before,
  .bt button::before {
    right: 1.3333333333vw;
    top: 50%;
    transform: translate(0%, -50%);
  }
  .bt a.back::before,
  .bt button.back::before {
    right: auto;
    left: 1.3333333333vw;
  }
  /*===================================================================
   parts
  ===================================================================*/
  p {
    font-size: 4.2666666667vw;
    line-height: 8vw;
  }
  .tit_set {
    margin: 0 0 5.3333333333vw;
  }
  .tit_set h2 {
    font-size: 5.8666666667vw;
    margin: 0 0 2.6666666667vw;
  }
  .tit_set h6 {
    font-size: 2.6666666667vw;
  }
  .float .img {
    margin: 0 0 5.3333333333vw 5.3333333333vw !important;
  }
  .float_none_sp .img {
    float: none;
    clear: both;
    text-align: center;
    margin: 0 0 5.3333333333vw !important;
  }
  .link a img {
    width: 100%;
    height: auto;
  }
  .box_white {
    padding: 6.1333333333vw 4.4vw;
    border-radius: 2.5133333333vw;
  }
  .hl_l {
    font-size: 5.8666666667vw;
    line-height: 8vw;
    margin: 0 0 5.3333333333vw;
  }
  .hl_c_l {
    font-size: 4.2666666667vw;
    line-height: 8vw;
    margin: 0 0 10.6666666667vw;
  }
  .hl_m {
    font-size: 4.2666666667vw;
    line-height: 8vw;
    margin: 0 0 5.7333333333vw;
  }
  .hl_m_sp {
    font-size: 5.3333333333vw;
    line-height: 8vw;
    margin: 0 0 5.7333333333vw;
  }
  .hl_c_m {
    font-size: 4.2666666667vw;
    line-height: 8vw;
    margin: 0 0 5.7333333333vw;
  }
  .hl_ss {
    font-size: 4.2666666667vw;
    line-height: 8vw;
    margin: 0;
  }
  .hl_ss_sp {
    font-size: 4.2666666667vw;
    font-weight: 600;
    line-height: 8vw;
    margin: 0 0 5.7333333333vw;
  }
  .hl_border {
    font-size: 5.8666666667vw;
    line-height: 1.3;
    margin: 0 0 6.6666666667vw;
    padding: 0 0 2.6666666667vw;
    border-bottom: #1a74cb 0.2666666667vw solid;
  }
  .hl_c_border {
    font-size: 5.8666666667vw;
    line-height: 1.36;
    padding: 0 0 0.1em;
    display: table;
    margin: 0 auto 8vw;
  }
  .hl_pipe {
    font-size: 4.2666666667vw;
    line-height: 8vw;
    padding: 0 0 0.25em 1em;
    margin: 0 0 4.6666666667vw;
  }
  .hl_pipe::before {
    border-left: 1.3333333333vw solid #1a8ad0;
    height: 1.1em;
    top: 0.45em;
  }
  .bulet_ball_list {
    margin: 0 0 8.4vw;
  }
  .bulet_ball_list li {
    font-size: 4.2666666667vw;
    line-height: 8vw;
    padding: 0 0 0 1.5em;
  }
  .bulet_ball_list li::before {
    top: 0;
    left: 0;
  }
  .tiles_01 {
    display: block;
    margin: 0;
  }
  .tiles_01 li {
    margin: 0 0 10.2666666667vw;
    width: auto;
    display: block;
  }
  .tiles_01 li:last-child {
    margin: 0;
  }
  .tiles_01 li .img {
    border-radius: 2.6666666667vw;
    margin: 0 0 4.2666666667vw;
  }
  .tiles_01 li .img .no {
    border-radius: 0 0 2.6666666667vw 0vw;
    padding: 2.6666666667vw 4vw;
    font-size: 3.8666666667vw;
  }
  .tiles_01 li .img picture img {
    width: 100%;
    height: auto;
  }
  .tiles_01 li h3 {
    width: auto;
    border-bottom: 0.2666666667vw solid #ddd6a9;
    padding: 0 0 4.6666666667vw;
    margin: 0 0 4.6666666667vw;
    font-size: 5.3333333333vw;
    line-height: 8vw;
    text-align: left;
  }
  .tiles_01 li h3.line_height_2 {
    min-height: 0.1333333333vw;
  }
  .tiles_01 li p {
    font-size: 4.2666666667vw;
    line-height: 8vw;
    margin: 0 0 5.3333333333vw;
  }
  .tiles_01 li .box_white {
    padding: 3.3333333333vw 6.6666666667vw;
  }
  .list_table tbody tr th {
    font-size: 4.2666666667vw;
  }
  .list_table tbody tr td {
    font-size: 4.2666666667vw;
  }
  .flow .dl_flow {
    margin: 0 0 13.3333333333vw;
    border-radius: 1.3333333333vw;
    border: 0.2666666667vw solid #1a8ad0;
    display: block;
    padding: 6.6666666667vw 6.6666666667vw;
  }
  .flow .dl_flow::before {
    border-style: solid;
    border-right: 13.6vw solid transparent;
    border-left: 13.6vw solid transparent;
    border-top: 10.8vw solid #1a74ce;
    border-bottom: 0;
  }
  .flow .dl_flow.arrow_type_02::before {
    transform: translate(-50%, 75%);
    width: 13.3333333333vw;
    height: 11.4666666667vw;
  }
  .flow .dl_flow.arrow_type_02.offset_01::before {
    left: 0;
    transform: translate(calc(30.6666666667vw - 50%), 75%);
  }
  .flow .dl_flow.arrow_type_03::before {
    transform: translate(-50%, 75%);
    width: 13.3333333333vw;
    height: 11.4666666667vw;
  }
  .flow .dl_flow.arrow_type_03.width_left::after {
    transform: translate(-110%, -50%) rotate(270deg);
    width: 13.3333333333vw;
    height: 11.4666666667vw;
  }
  .flow .dl_flow.arrow_type_04::after {
    transform: translate(calc(50% - 8vw), 75%);
    width: 13.3333333333vw;
    height: 11.4666666667vw;
  }
  .flow .dl_flow:last-child {
    margin: 0;
  }
  .flow .dl_flow:last-child::before {
    display: none;
  }
  .flow .dl_flow dt {
    width: auto;
    border: none;
    border-bottom: 0.2666666667vw solid #ddd6a9;
    padding: 0 0 5.3333333333vw 0;
    margin: 0 0 5.3333333333vw 0;
    display: block;
    font-size: 5.8666666667vw;
    line-height: 1.3;
  }
  .flow .dl_flow dt br {
    display: none;
  }
  .flow .dl_flow dd p {
    font-size: 4.2666666667vw;
    line-height: 8vw;
  }
  .flow .dl_flow dd h5 {
    font-size: 4.2666666667vw;
    line-height: 8vw;
    margin: 1em 0 0;
  }
  .flow .dl_flow dd h6 {
    font-size: 4.2666666667vw;
    line-height: 8vw;
  }
  .ul_list li {
    font-size: 4.2666666667vw;
    line-height: 8vw;
    margin: 0 0 0 1em;
    list-style: disc;
  }
  .check_list {
    margin: 0 0vw;
  }
  .check_list li {
    font-size: 4.2666666667vw;
    line-height: 5.3333333333vw;
    padding: 0 0 1.5em 6vw;
  }
  .check_list li::before {
    border-right: 1.0666666667vw solid #e51c24;
    border-bottom: 1.0666666667vw solid #e51c24;
    width: 2vw;
    height: 4vw;
    transform: rotate(45deg);
    left: 0;
    top: 0.2666666667vw;
  }
  .liner_ul {
    display: block;
    margin: 0;
  }
  .liner_ul li {
    width: auto;
    margin: 0 0 1.6vw;
    border: 0.1333333333vw solid #1a8ad0;
    border-radius: 0.9333333333vw;
    padding: 3.2vw 6.6666666667vw;
  }
  .liner_ul li .ul_list {
    margin: 0 0 0 3.5em;
  }
  .liner_ul li .ul_list li {
    font-size: 3.2vw;
    line-height: 1.4;
    width: auto;
    margin: 0;
    border: none;
    border-radius: 0;
    padding: 0;
    display: list-item;
  }
  .bulet_square {
    position: relative;
    padding: 0 0 0 28px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
  }
  .bulet_square::before {
    position: absolute;
    left: 0;
    top: 0;
    background: #cbdbee;
    content: "";
    display: block;
    width: 18px;
    height: 18px;
  }
  .set_01 {
    margin: 0 0 9.3333333333vw;
  }
  .icon_tit_txt {
    margin: 0 0 4vw 0;
  }
  .icon_tit_txt .circle {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    margin: 0 5.3333333333vw 0 0;
  }
  .icon_tit_txt .circle i {
    font-size: 5.4666666667vw;
  }
  .icon_tit_txt strong {
    font-size: 4.2666666667vw;
  }
  .icon_tit_txt p {
    font-size: 4.2666666667vw;
  }
  .table_scroll {
    margin: 0 -6.6666666667vw 0 0;
    overflow: scroll;
  }
  .touch {
    position: relative;
  }
  .touch::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4) url(../img/sp/slide.png) 25.8666666667vw center/38.8vw auto no-repeat;
    z-index: 100;
    opacity: 1;
    transition: ease-out 0.6s;
  }
  .touch.touched::before {
    opacity: 0;
  }
  /*===================================================================
   mwform
  ===================================================================*/
  .input,
  .confirm {
    display: none;
  }
  .mwform-radio-field,
  .mwform-checkbox-field {
    display: inline-block;
    font-size: 2.1333333333vw;
  }
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin: 0 0 0 1em;
  }
  .mwform-radio-field label input,
  .mwform-checkbox-field label input {
    display: none;
  }
  .mwform-radio-field label .mwform-radio-field-text,
  .mwform-checkbox-field label .mwform-checkbox-field-text {
    padding: 0 0 0 1.7em;
  }
  .mwform-radio-field label .mwform-radio-field-text::before,
  .mwform-checkbox-field label .mwform-checkbox-field-text::before {
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border: 0.1333333333vw solid #707070;
  }
  .mwform-radio-field label .mwform-radio-field-text::after {
    display: none;
    top: 50%;
    left: 0.5333333333vw;
    transform: translate(0, -50%);
    width: 1.6vw;
    height: 1.6vw;
    border: 0.1333333333vw solid #707070;
  }
  .mwform-checkbox-field label .mwform-checkbox-field-text::after {
    display: none;
    top: 50%;
    left: 0.5333333333vw;
    transform: translate(0, -70%) rotate(-45deg);
    width: 1.6vw;
    height: 0.8vw;
    border: 0.2666666667vw solid #313131;
    border-top: none;
    border-right: none;
  }
  /*============================
  .pagination
  ============================*/
  .pagination {
    margin: 5.3333333333vw 0;
  }
  .pagination .nav-links {
    display: flex;
  }
  .pagination .nav-links .page-numbers {
    margin: 0 2vw;
    font-size: 2.1333333333vw;
  }
}
/*===================================================================
    layout
===================================================================*/
/* ------ margin ------ */
.mtA {
  margin: 0 auto !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt3 {
  margin-top: 3px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt13 {
  margin-top: 13px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt18 {
  margin-top: 18px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb3 {
  margin-bottom: 3px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

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

.mb13 {
  margin-bottom: 13px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb18 {
  margin-bottom: 18px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

/* ------ padding ------ */
.pt0 {
  padding-top: 0 !important;
}

.pt3 {
  padding-top: 3px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt8 {
  padding-top: 8px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt13 {
  padding-top: 13px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt18 {
  padding-top: 18px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb3 {
  padding-bottom: 3px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb8 {
  padding-bottom: 8px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb13 {
  padding-bottom: 13px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb18 {
  padding-bottom: 18px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pl60 {
  padding-left: 60px !important;
}

/* ------ width ------ */
.wauto {
  width: auto !important;
}

.w1 {
  width: 1%;
}

.w2 {
  width: 2%;
}

.w3 {
  width: 3%;
}

.w4 {
  width: 4%;
}

.w5 {
  width: 5%;
}

.w6 {
  width: 6%;
}

.w7 {
  width: 7%;
}

.w8 {
  width: 8%;
}

.w9 {
  width: 9%;
}

.w10 {
  width: 10%;
}

.w11 {
  width: 11%;
}

.w12 {
  width: 12%;
}

.w13 {
  width: 13%;
}

.w14 {
  width: 14%;
}

.w15 {
  width: 15%;
}

.w16 {
  width: 16%;
}

.w17 {
  width: 17%;
}

.w18 {
  width: 18%;
}

.w19 {
  width: 19%;
}

.w20 {
  width: 20%;
}

.w21 {
  width: 21%;
}

.w22 {
  width: 22%;
}

.w23 {
  width: 23%;
}

.w24 {
  width: 24%;
}

.w25 {
  width: 25%;
}

.w26 {
  width: 26%;
}

.w27 {
  width: 27%;
}

.w28 {
  width: 28%;
}

.w29 {
  width: 29%;
}

.w30 {
  width: 30%;
}

.w31 {
  width: 31%;
}

.w32 {
  width: 32%;
}

.w33 {
  width: 33%;
}

.w34 {
  width: 34%;
}

.w35 {
  width: 35%;
}

.w36 {
  width: 36%;
}

.w37 {
  width: 37%;
}

.w38 {
  width: 38%;
}

.w39 {
  width: 39%;
}

.w40 {
  width: 40%;
}

.w41 {
  width: 41%;
}

.w42 {
  width: 42%;
}

.w43 {
  width: 43%;
}

.w44 {
  width: 44%;
}

.w45 {
  width: 45%;
}

.w46 {
  width: 46%;
}

.w47 {
  width: 47%;
}

.w48 {
  width: 48%;
}

.w49 {
  width: 49%;
}

.w50 {
  width: 50%;
}

.w51 {
  width: 51%;
}

.w52 {
  width: 52%;
}

.w53 {
  width: 53%;
}

.w54 {
  width: 54%;
}

.w55 {
  width: 55%;
}

.w56 {
  width: 56%;
}

.w57 {
  width: 57%;
}

.w58 {
  width: 58%;
}

.w59 {
  width: 59%;
}

.w60 {
  width: 60%;
}

.w61 {
  width: 61%;
}

.w62 {
  width: 62%;
}

.w63 {
  width: 63%;
}

.w64 {
  width: 64%;
}

.w65 {
  width: 65%;
}

.w66 {
  width: 66%;
}

.w67 {
  width: 67%;
}

.w68 {
  width: 68%;
}

.w69 {
  width: 69%;
}

.w70 {
  width: 70%;
}

.w71 {
  width: 71%;
}

.w72 {
  width: 72%;
}

.w73 {
  width: 73%;
}

.w74 {
  width: 74%;
}

.w75 {
  width: 75%;
}

.w76 {
  width: 76%;
}

.w77 {
  width: 77%;
}

.w78 {
  width: 78%;
}

.w79 {
  width: 79%;
}

.w80 {
  width: 80%;
}

.w81 {
  width: 81%;
}

.w82 {
  width: 82%;
}

.w83 {
  width: 83%;
}

.w84 {
  width: 84%;
}

.w85 {
  width: 85%;
}

.w86 {
  width: 86%;
}

.w87 {
  width: 87%;
}

.w88 {
  width: 88%;
}

.w89 {
  width: 89%;
}

.w90 {
  width: 90%;
}

.w91 {
  width: 91%;
}

.w92 {
  width: 92%;
}

.w93 {
  width: 93%;
}

.w94 {
  width: 94%;
}

.w95 {
  width: 95%;
}

.w96 {
  width: 96%;
}

.w97 {
  width: 97%;
}

.w98 {
  width: 98%;
}

.w99 {
  width: 99%;
}

.w100 {
  width: 100%;
}

/* CSS Document */
/* =Layout
-------------------------------------------------------------- */
html.scroll_prevent {
  position: fixed;
  left: 0;
  top: 0;
  height: 100dvh;
  width: 100vw;
}

body {
  background: #f9faf4;
  color: #534741;
}

body.active {
  height: 100dvh;
  width: 100vw;
  overflow: hidden;
}

.sp {
  display: none !important;
}

#wrapper {
  width: 100%;
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}

.inside {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.inside::after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}

/*============================
#header
============================*/
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
#header .inside {
  padding: 27px 50px;
  overflow: hidden;
  width: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .inside::after {
  display: none;
}
#header .inside .site-title {
  width: auto;
}
#header .inside .site-title a {
  display: block;
}
#header .inside .site-title a img {
  height: 46px;
  display: block;
  width: auto;
}
#header .inside .shoulder {
  width: auto;
  display: flex;
  align-items: center;
}
#header .inside .shoulder nav {
  margin: 0 12px 0 0;
}
#header .inside .shoulder nav ul {
  display: flex;
}
#header .inside .shoulder nav ul li {
  margin: 0 15px;
}
#header .inside .shoulder nav ul li a {
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #534741;
}
#header .inside .shoulder nav ul li.current a::before {
  width: 12px;
  height: 12px;
  background: #1a8ad0;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 120%);
  border-radius: 9999px;
}
#header .inside .shoulder .tel a {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: #fff;
  border: 2px solid #1a8ad0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #1a8ad0;
}

/*============================
#main
============================*/
#main {
  padding: 108px 0 894px;
}

/*============================
#footer
============================*/
#footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#footer::before {
  content: "";
  height: 296px;
  background: url(../img/footer_photo.jpg) center/cover no-repeat;
  display: block;
  width: 100%;
}
#footer .inside h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: left;
  color: #1a8ad0;
  margin: 0 0 7px;
}
#footer .inside {
  padding: 64px 0 29px;
}
#footer .inside .flex {
  display: flex;
  justify-content: space-between;
}
#footer .inside .flex .info {
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #534741;
}
#footer .inside .flex .info h1 {
  margin: 0 0 20px;
}
#footer .inside .flex .info h1 img {
  display: block;
  height: auto;
}
#footer .inside .flex .info address {
  font-style: normal;
}
#footer .inside .flex .info .tel {
  margin: 0 0 25px;
}
#footer .inside .flex .info p {
  font-weight: 500;
}
#footer .inside .flex .map h5 {
  text-align: center;
}
#footer .inside .flex .map .map_frame iframe {
  width: 400px;
  height: 299px;
}
#footer .inside .link {
  text-align: center;
}
#footer .inside .link a {
  width: 350px;
  padding: 0 34px;
  box-sizing: border-box;
  height: 80px;
  border-radius: 10px;
  background: #fff;
  border: 2px solid #1a8ad0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
#footer .inside .link a img {
  height: auto;
  display: block;
}
#footer .copyright {
  margin: 0;
  font-size: 12px;
  color: #fff;
  background: #1a8ad0;
  line-height: 1;
  padding: 19px 0;
  text-align: center;
}

/*============================
#visual
============================*/
#visual {
  background: #f1f0ee url(../img/bg_pattern_01.jpg) center;
  height: 190px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
#visual .cat_head {
  position: relative;
  display: flex;
  width: auto;
  align-items: center;
  height: 100%;
}
#visual .cat_head::after {
  height: 190px;
  background: #1a74cb;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  clip-path: polygon(0% 0%, 100% 0%, calc(100% - 27px) 100%, 0% 100%);
}
#visual .cat_head .cat_head_inside {
  position: relative;
  z-index: 5;
  padding: 0 69px 0 27px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#visual .cat_head .cat_head_inside .img {
  margin: 0 12px 0 0;
}
#visual .cat_head .cat_head_inside h2 {
  font-weight: bold;
  font-size: 13.63px;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-align: left;
  color: #fff;
}
#visual .cat_head .cat_head_inside h2 strong {
  display: block;
  font-weight: bold;
  font-size: 23.22px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #fff;
}
#visual .tit_Set {
  text-align: center;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#visual .tit_Set h1 {
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
  text-align: center;
  color: #203a71;
  margin: 0 0 10px;
}
#visual .tit_Set h6 {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #203a71;
}
#visual .cat_img {
  margin: 0 50px 0 0;
}
/*============================
#head_message
============================*/
#head_message {
  padding: 64px 0;
}
#head_message .inside h2 {
  font-weight: bold;
  font-size: 34px;
  line-height: 1.1;
  text-align: center;
  color: #1a74cb;
  margin: 0 0 20px;
}
#head_message .inside h2 small {
  font-size: 24px;
}
#head_message .inside p {
  font-weight: bold;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  color: #534741;
  margin: 0;
}

/*============================
#medical_information
============================*/
#medical_information {
  padding: 54px 0 36px;
  background: #edecdf url(../img/bg_leaves.png) calc(50vw + 291px) top/250px auto no-repeat;
}
#medical_information .inside {
  max-width: 577px;
}
#medical_information .inside .list_table {
  margin: 0 0 20px;
}
#medical_information .inside .list_table tbody tr th {
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
  text-align: left;
  color: #1a74cb;
}
#medical_information .inside .list_table tbody tr td {
  font-weight: 500;
  font-size: 20px;
  line-height: 34px;
  text-align: left;
  color: #534741;
}
#medical_information .inside .time_table_wrapper {
  border-radius: 8.95px;
  background: #fff;
  box-shadow: 0px 0px 8.95px rgba(79, 79, 5, 0.05);
  overflow: hidden;
  border: 1px solid #1a74cb;
}
#medical_information .inside .time_table_wrapper .time_table {
  width: calc(100% + 2px);
  margin: -1px;
}
#medical_information .inside .time_table_wrapper .time_table th,
#medical_information .inside .time_table_wrapper .time_table td {
  padding: 10px 0;
  text-align: center;
  border: 1px solid #1a74cb;
  font-weight: 500;
  font-size: 16px;
  color: #000;
}
#medical_information .inside .time_table_wrapper .time_table th:nth-child(2n),
#medical_information .inside .time_table_wrapper .time_table td:nth-child(2n) {
  background: #ecf2f9;
}
#medical_information .inside .time_table_wrapper .time_table thead tr th {
  color: #1a74cb;
}
#medical_information .inside .time_table_wrapper .time_table thead tr td {
  color: #1a74cb;
}
/*============================
#medical_details
============================*/
#medical_details article {
  padding: 60px 0;
  border-bottom: 1px solid #dbcfa7;
  margin: 0 40px;
}
#medical_details article:last-child {
  border-bottom: none;
}
#medical_details article.symptoms .box_white {
  position: relative;
}
#medical_details article.symptoms .box_white .check_list {
  margin: 0 30px;
}
#medical_details article.symptoms .box_white .img {
  position: absolute;
  right: 58px;
  bottom: 40px;
}
#medical_details article.symptoms p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #534741;
}
#medical_details article.elderly .box_white {
  padding: 40px 50px;
}
#medical_details article.elderly .box_white p {
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #534741;
  margin: 0;
}
/*============================
#medical_flow
============================*/
#medical_flow {
  padding: 64px 0;
  background: url(../img/flow_bg.jpg) center top/cover no-repeat;
}
#medical_flow .inside .flow .dl_flow_flex {
  position: relative;
}
#medical_flow .inside .flow .monowasure_flow_01 dd .icon_tit_txt:first-child {
  width: 100%;
  margin: 0 0 10px;
}
#medical_flow .inside .flow .monowasure_flow_02 {
  width: 660px;
  box-sizing: border-box;
}
#medical_flow .inside .flow .monowasure_flow_02 dt {
  width: 190px;
  text-align: left;
  font-size: 20px;
}
#medical_flow .inside .flow .dl_flow_result {
  position: absolute;
  top: 0;
  right: 0;
  width: 288px;
}
#medical_flow .inside .flow .dl_flow_result dl dd {
  justify-content: center;
}
#medical_flow .inside .flow .dl_flow_result .monowasure_flow_result_01 {
  border-color: #534741;
}
#medical_flow .inside .flow .dl_flow_result .monowasure_flow_result_02 {
  border-color: #534741;
}
#medical_flow .inside .flow .monowasure_flow_03 {
  width: 660px;
  box-sizing: border-box;
}
#medical_flow .inside .flow .monowasure_flow_03 dt {
  width: 190px;
  text-align: left;
  font-size: 20px;
}
#medical_flow .inside .flow .monowasure_flow_04 dt {
  width: 190px;
  text-align: left;
  font-size: 20px;
}
#medical_flow .inside .flow .monowasure_flow_05 dt {
  width: 190px;
  text-align: left;
  font-size: 20px;
}
#monowasure_clinic #medical_flow .inside .flow .dl_flow {
  margin: 0 0 30px;
}

/*============================
#medical_support
============================*/
#medical_support {
  padding: 64px 0;
}
#medical_support .inside .tenkan_family_img picture img {
  width: 207px;
}
#medical_support .inside .set_01.monowasure_support_02 {
  margin: 0 0 55px;
}
#medical_support .inside .set_01.monowasure_support_03 {
  margin: 0 0 90px;
}
#medical_support .inside .set_01.monowasure_support_04 {
  margin: 0 0 60px;
}
#medical_support .inside .set_01.monowasure_support_05 {
  margin: 0 0 90px;
}
#medical_support .inside .set_01.monowasure_support_06 {
  margin: 0 0 50px;
}
#medical_support .inside .hl_pipe {
  margin: 40px 0 18px;
}
#medical_support .inside p {
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #534741;
}

/*============================
#to_top
============================*/
/*============================
#menu_bt
============================*/
#menu_bt {
  display: none;
}

/*============================
#loader
============================*/
/*============================
#load_resouces
============================*/
/*============================
#drawer
============================*/
#to_top {
  position: fixed;
  right: 20px;
  bottom: 20px;
}
#to_top a {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 40px;
  border-radius: 50%;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #medical_information {
    background: #edecdf url(../img/@2x/bg_leaves.png) calc(50vw + 291px) top/252px auto no-repeat;
  }
}
@media screen and (max-width: 750px) {
  body {
    font-size: 2.1333333333vw;
    line-height: 1.8;
  }
  .sp {
    display: block !important;
  }
  br.sp {
    display: inline !important;
  }
  .pc {
    display: none !important;
  }
  img {
    max-width: 100%;
  }
  a:active,
  a:hover {
    text-decoration: none;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
  .inside {
    margin: 0 6.6666666667vw;
    width: auto;
  }
  /*============================
  #header
  ============================*/
  #header .inside {
    padding: 3.0666666667vw 3.7333333333vw;
    display: flex;
    margin: 0;
  }
  #header .inside::after {
    display: none;
  }
  #header .inside .site-title a img {
    height: auto;
    width: 41.3333333333vw;
  }
  #header .inside .shoulder {
    display: flex;
  }
  #header .inside .shoulder nav {
    margin: 0 1.6vw 0 0;
    display: none;
  }
  #header .inside .shoulder nav ul {
    display: flex;
  }
  #header .inside .shoulder nav ul li {
    margin: 0 2vw;
  }
  #header .inside .shoulder nav ul li a {
    font-size: 2.4vw;
  }
  #header .inside .shoulder nav ul li.current a::before {
    width: 1.6vw;
    height: 1.6vw;
    left: 50%;
    transform: translate(-50%, 120%);
  }
  #header .inside .shoulder .tel {
    margin: 0 16.8vw 0 0;
  }
  #header .inside .shoulder .tel a {
    width: 8vw;
    height: 8vw;
    font-size: 4.5333333333vw;
  }
  /*============================
  #main
  ============================*/
  #main {
    padding: 14.4vw 0 0;
  }
  /*============================
  #footer
  ============================*/
  #footer {
    left: auto;
    right: auto;
    bottom: auto;
    position: relative;
  }
  #footer::before {
    height: 53.3333333333vw;
    background: url(../img/sp/footer_photo.jpg) center/cover no-repeat;
  }
  #footer .inside h5 {
    font-size: 4.2666666667vw;
    margin: 0 0 2vw;
  }
  #footer .inside {
    padding: 8vw 0;
  }
  #footer .inside .flex {
    display: block;
  }
  #footer .inside .flex .info {
    font-size: 4.2666666667vw;
    line-height: 8vw;
  }
  #footer .inside .flex .info h1 {
    margin: 0 6.6666666667vw 8vw;
  }
  #footer .inside .flex .info address {
    font-style: normal;
    margin: 0;
  }
  #footer .inside .flex .info .tel {
    margin: 0 0 5.3333333333vw;
  }
  #footer .inside .flex .info p {
    margin: 0 0 5.3333333333vw;
  }
  #footer .inside .flex .map {
    margin: 0 0 6.6666666667vw;
  }
  #footer .inside .flex .map h5 {
    text-align: left;
  }
  #footer .inside .flex .map .map_frame iframe {
    width: 100%;
    height: 39.8666666667vw;
  }
  #footer .inside .link {
    margin: 0 6.6666666667vw;
  }
  #footer .inside .link a {
    width: auto;
    padding: 0 4.5333333333vw;
    height: 16.8vw;
    border-radius: 1.3333333333vw;
    border: 0.5333333333vw solid #1a8ad0;
  }
  #footer .inside .link a img {
    width: 100%;
    height: auto;
  }
  #footer .copyright {
    font-size: 2.6666666667vw;
    padding: 3.7333333333vw 0;
  }
  /*============================
  #visual
  ============================*/
  #visual {
    height: 40vw;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  #visual .cat_head {
    display: flex;
    height: 10.6666666667vw;
    width: 88vw;
  }
  #visual .cat_head::after {
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    clip-path: polygon(0% 0%, 100% 0%, calc(100% - 4.9333333333vw) 100%, 0% 100%);
  }
  #visual .cat_head .cat_head_inside {
    padding: 0 0vw 0 3.6vw;
    height: 100%;
    display: flex;
    align-items: center;
  }
  #visual .cat_head .cat_head_inside .img {
    margin: 0 3.2vw 0 0;
  }
  #visual .cat_head .cat_head_inside .img img {
    width: 7.3333333333vw;
    height: auto;
  }
  #visual .cat_head .cat_head_inside h2 {
    font-size: 2.6666666667vw;
  }
  #visual .cat_head .cat_head_inside h2 br {
    display: none;
  }
  #visual .cat_head .cat_head_inside h2 strong {
    display: inline;
    font-size: 4vw;
  }
  #visual .tit_Set {
    position: relative;
    left: auto;
    top: auto;
    transform: translate(0, 0);
    height: 29.3333333333vw;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 0 0 6.6666666667vw;
  }
  #visual .tit_Set h1 {
    font-size: 6.6666666667vw;
    margin: 0 0 1.3333333333vw;
    text-align: left;
  }
  #visual .tit_Set h6 {
    text-align: left;
    font-size: 2.6666666667vw;
  }
  #visual .cat_img {
    display: flex;
    align-items: center;
    height: 29.3333333333vw;
    margin: 0 6.6666666667vw 0 0;
  }
  #visual .cat_img img {
    width: 21.6vw;
    height: auto;
  }
  /*============================
  #head_message
  ============================*/
  #head_message {
    padding: 8.5333333333vw 0;
  }
  #head_message .inside h2 {
    font-size: 5.8666666667vw;
    line-height: 9.3333333333vw;
    margin: 0 0 5.3333333333vw;
  }
  #head_message .inside h2 small {
    font-size: 4vw;
  }
  #head_message .inside p {
    font-size: 4.2666666667vw;
    line-height: 8vw;
  }
  /*============================
  #medical_information
  ============================*/
  #medical_information {
    background: #edecdf url(../img/sp/bg_leaves.png) right top/33.6vw auto no-repeat;
    padding: 8.5333333333vw 0 7.2vw;
  }
  #medical_information .inside {
    max-width: none;
  }
  #medical_information .inside .list_table {
    margin: 0 0 2.6666666667vw;
  }
  #medical_information .inside .list_table tbody tr {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 4.2666666667vw;
  }
  #medical_information .inside .list_table tbody tr th {
    display: list-item;
    list-style: none;
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
  #medical_information .inside .list_table tbody tr td {
    display: list-item;
    list-style: none;
    width: 100%;
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
  #medical_information .inside .time_table_wrapper {
    border-radius: 1.1933333333vw;
    border: 0.2666666667vw solid #1a74cb;
    width: 136.5333333333vw;
    margin: 0 6.6666666667vw 0 0;
    position: relative;
  }
  #medical_information .inside .time_table_wrapper .time_table {
    width: calc(100% + 0.5333333333vw);
    margin: -0.2666666667vw;
  }
  #medical_information .inside .time_table_wrapper .time_table th,
  #medical_information .inside .time_table_wrapper .time_table td {
    padding: 2vw 0;
    border: 0.2666666667vw solid #1a74cb;
    font-size: 4.2666666667vw;
  }
  /*============================
  #medical_details
  ============================*/
  #medical_details article {
    padding: 8vw 0;
    border-bottom: 0.1333333333vw solid #dbcfa7;
    margin: 0 6.6666666667vw;
  }
  #medical_details article:last-child {
    border-bottom: none;
  }
  #medical_details article .inside {
    margin: 0;
  }
  #medical_details article.symptoms .box_white .check_list {
    margin: 0 0vw;
  }
  #medical_details article.symptoms .box_white .img {
    right: auto;
    bottom: auto;
    position: relative;
    text-align: center;
    margin: 4vw 0 0;
  }
  #medical_details article.symptoms .box_white .img picture img {
    width: 37.3333333333vw;
    height: auto;
  }
  #medical_details article.symptoms p {
    font-size: 4.2666666667vw;
    line-height: 8vw;
  }
  #medical_details article.elderly p {
    margin: 0 0 5.7333333333vw;
  }
  #medical_details article.elderly .box_white {
    padding: 5.3333333333vw 6.6666666667vw;
  }
  #medical_details article.elderly .box_white p {
    font-size: 4.2666666667vw;
    line-height: 8vw;
  }
  #monowasure_clinic #medical_details article.symptoms .box_white .img {
    margin: 4vw 0 0;
  }
  #monowasure_clinic #medical_details article.symptoms .box_white .img picture img {
    width: 51.8666666667vw;
    height: auto;
  }
  /*============================
  #medical_flow
  ============================*/
  #medical_flow {
    padding: 12vw 0;
    background: url(../img/sp/flow_bg.jpg) center top/cover no-repeat;
  }
  #medical_flow .inside .flow .monowasure_flow_01 dd .icon_tit_txt:first-child {
    width: 100%;
    margin: 0 0 4vw;
    flex-wrap: wrap;
  }
  #medical_flow .inside .flow .monowasure_flow_01 dd .icon_tit_txt:last-child {
    margin: 0;
  }
  #medical_flow .inside .flow .monowasure_flow_02 {
    width: 61.3333333333vw;
    display: block;
  }
  #medical_flow .inside .flow .monowasure_flow_02 dt {
    width: auto;
    text-align: left;
    font-size: 20px;
  }
  #medical_flow .inside .flow .dl_flow_result {
    width: 16vw;
  }
  #medical_flow .inside .flow .dl_flow_result dl dd {
    font-size: 4.2666666667vw;
    line-height: 1.1;
  }
  #medical_flow .inside .flow .monowasure_flow_03 {
    width: auto;
    display: block;
  }
  #medical_flow .inside .flow .monowasure_flow_03 dt {
    width: auto;
    font-size: 4.2666666667vw;
  }
  #medical_flow .inside .flow .monowasure_flow_04 dt {
    width: auto;
    font-size: 4.2666666667vw;
  }
  #medical_flow .inside .flow .monowasure_flow_05 dt {
    width: auto;
    font-size: 4.2666666667vw;
  }
  #monowasure_clinic #medical_flow .inside .flow .dl_flow {
    margin: 0 0 9.3333333333vw;
  }
  #monowasure_clinic #medical_flow .inside .flow .dl_flow:last-child {
    margin: 0;
  }
  /*============================
  #medical_support
  ============================*/
  #medical_support {
    padding: 12vw 0;
  }
  #medical_support .inside .tenkan_family_img {
    margin: 0 0 2.6666666667vw;
  }
  #medical_support .inside .tenkan_family_img picture img {
    width: 45.0666666667vw;
    height: auto;
  }
  #medical_support .inside .monowasure_support_01_img img {
    width: 22.5333333333vw;
    height: auto;
  }
  #medical_support .inside .hl_pipe {
    margin: 5.3333333333vw 0 2.6666666667vw;
  }
  #medical_support .inside p {
    font-size: 4.2666666667vw;
    line-height: 8vw;
  }
  #medical_support .inside .headache_support_02 .img img {
    width: 23.3333333333vw;
    height: auto;
  }
  #medical_support .inside .headache_support_03 .img img {
    width: 24vw;
    height: auto;
  }
  #medical_support .inside .set_01.monowasure_support_02 {
    margin: 0 0 11.3333333333vw;
  }
  #medical_support .inside .set_01.monowasure_support_03 {
    margin: 0 0 13.3333333333vw;
  }
  #medical_support .inside .set_01.monowasure_support_04 {
    margin: 0 0 13.3333333333vw;
  }
  #medical_support .inside .set_01.monowasure_support_05 {
    margin: 0 0 13.3333333333vw;
  }
  #medical_support .inside .set_01.monowasure_support_06 {
    margin: 0 0 13.3333333333vw;
  }
  #monowasure_clinic #medical_support .hl_c_border {
    font-size: 5.7333333333vw;
  }
  /*============================
  #to_top
  ============================*/
  /*============================
  #menu_bt
  ============================*/
  #menu_bt {
    position: fixed;
    z-index: 9999;
    display: block;
    right: 5.7333333333vw;
    top: 3.6vw;
  }
  /*============================
  #loader
  ============================*/
  /*============================
  #load_resouces
  ============================*/
}
/*============================
#drawer
============================*/
.active #drawer {
  height: 100vh;
}

.active #wrapper {
  opacity: 0;
}

#drawer {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  transition: ease-in 0.5s;
  height: 0vh;
  background: #f9faf4;
  color: #000;
  z-index: 9000;
  overflow: scroll;
}
#drawer .drawer_inside {
  padding: 14.4vw 0;
}
#drawer .drawer_inside .drawer_above {
  background: #1a8ad0;
}
#drawer .drawer_inside .drawer_above .cat_head {
  display: flex;
  background: #1a74cb;
  height: 12.8vw;
}
#drawer .drawer_inside .drawer_above .cat_head .cat_head_inside {
  padding: 0 0vw 0 3.6vw;
  height: 100%;
  display: flex;
  align-items: center;
}
#drawer .drawer_inside .drawer_above .cat_head .cat_head_inside .img {
  margin: 0 1.6vw 0 0;
}
#drawer .drawer_inside .drawer_above .cat_head .cat_head_inside .img img {
  width: 7.3333333333vw;
  height: auto;
}
#drawer .drawer_inside .drawer_above .cat_head .cat_head_inside h2 {
  color: #fff;
  font-size: 3.3333333333vw;
}
#drawer .drawer_inside .drawer_above .cat_head .cat_head_inside h2 br {
  display: none;
}
#drawer .drawer_inside .drawer_above .cat_head .cat_head_inside h2 strong {
  display: inline;
  font-size: 5.0666666667vw;
}
#drawer .drawer_inside .drawer_above nav {
  padding: 6.6666666667vw;
}
#drawer .drawer_inside .drawer_above nav ul li {
  margin: 0 0 6.6666666667vw;
}
#drawer .drawer_inside .drawer_above nav ul li a {
  color: #fff;
  font-size: 4.8vw;
  line-height: 1.1;
  font-weight: 500;
  display: block;
  padding: 0 3.3333333333vw;
  border-left: 0.5333333333vw solid #fff;
}
#drawer .drawer_inside .drawer_below {
  padding: 5.3333333333vw 0;
}
#drawer .drawer_inside .drawer_below .link {
  text-align: center;
}
#drawer .drawer_inside .drawer_below .link a {
  width: 73.3333333333vw;
  padding: 0 4.5333333333vw;
  box-sizing: border-box;
  height: 16.8vw;
  border-radius: 1.3333333333vw;
  background: #fff;
  border: 0.5333333333vw solid #1a8ad0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
#drawer .drawer_inside .drawer_below .link a img {
  height: auto;
  display: block;
}

/*# sourceMappingURL=common.css.map */
