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,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
input,
select,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: 400;
  vertical-align: bottom;
  background: transparent;
}

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

html {
  font-size: 62.5%;
}

body {
  font-family: sans-serif;
  line-height: 1;
}

ul,
ol {
  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: bottom;
  background: transparent;
  outline: none;
}

img {
  vertical-align: bottom;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th,
td {
  text-align: left;
  vertical-align: top;
}

input,
select,
textarea {
  font-family: inherit;
}

input[type="submit"] {
  cursor: pointer;
}

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

html {
  overflow: auto;
}

body {
  min-width: 320px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  color: #231815;
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  overflow: hidden;
}

@media all and (min-width: 600px) {
  body {
    min-width: 1140px;
    font-size: 1.5rem;
  }
}

body.sg {
  height: auto;
}

a {
  color: inherit;
  text-decoration: underline;
}

@media all and (min-width: 600px) {
  a:hover {
    text-decoration: none;
  }
}

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

.l-wrapper {
  position: relative;
  padding-top: 55px;
}

@media all and (min-width: 600px) {
  .l-wrapper {
    padding-top: 171px;
  }
}

.l-container {
  padding: 20px 0;
}

@media all and (min-width: 600px) {
  .l-container {
    padding: 30px 0 80px;
  }

  .l-container.col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 1100px;
    margin: 0 auto;
  }

  .l-container.col2 .l-contents {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: calc(100% - 250px - 20px);
  }

  .l-container.col2 .l-sidebar {
    width: 250px;
  }
}

.u-media-query {
  display: none;
  font-family: "sp";
}

@media all and (min-width: 600px) {
  .u-media-query {
    font-family: "pc";
  }
}

@media all and (max-width: 599px) {
  .u-view-pc {
    display: none !important;
  }
}

@media all and (min-width: 600px) {
  .u-view-sp {
    display: none !important;
  }
}

.font-serif {
  font-family: "Noto Serif JP", serif;
}

.font-roboto-condensed {
  font-family: "Roboto Condensed", sans-serif;
}

.u-alpha {
  display: block;
  text-decoration: none;
}

@media all and (min-width: 600px) {
  .u-alpha {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .u-alpha:hover {
    opacity: 0.7;
  }
}

.u-cf:after {
  content: "";
  display: block;
  clear: both;
}

.u-inner {
  box-sizing: border-box;
}

@media all and (max-width: 599px) {
  .home-bnr {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 55px;
  }

  .u-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media all and (min-width: 600px) {
  .u-inner {
    width: 100%;
    max-width: 1100px;
    margin: auto;
  }
}

.l-breadcrumb {
  margin-top: 13px;
}

.l-breadcrumb .breadcrumb-list {
  padding: 8px 10px 25px;
}

.l-breadcrumb .breadcrumb-list__item {
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 0.01em;
}

.l-breadcrumb .breadcrumb-list__item + .breadcrumb-list__item {
  padding-left: 20px;
  position: relative;
}

.l-breadcrumb .breadcrumb-list__item + .breadcrumb-list__item:before {
  content: "";
  width: 5px;
  height: 5px;
  border: 0px;
  border-top: solid 1px #888;
  border-right: solid 1px #888;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 3px;
  margin-top: -4px;
}

.l-breadcrumb .breadcrumb-list__link {
  color: #0a4a97;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-breadcrumb .breadcrumb-list__link:hover {
  text-decoration: overline;
}

.l-cv__contact-area-txt {
  background: url("../img/common/bg_contact01_sp.png") no-repeat center/cover;
  padding: 25px 25px 50px;
  color: #fff;
}

.l-cv__contact-area-txt-head {
  margin-bottom: 25px;
  text-align: center;
}

.l-cv__contact-area-txt-head-en {
  font-size: 3rem;
  font-weight: 700;
}

.l-cv__contact-area-txt-head-ja {
  font-size: 1.2rem;
}

.l-cv__contact-area-txt-txt {
  margin-bottom: 25px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}

.l-cv__contact-box-tel-link {
  display: block;
  background: #0a4a97;
  border: 2px solid #fff;
  text-align: center;
  color: #fff;
  padding: 6px 0 7px;
  text-decoration: none;
}

.l-cv__contact-box-tel-txt {
  font-size: 1.3rem;
  line-height: 1;
}

.l-cv__contact-box-tel-num {
  position: relative;
  left: 5px;
  top: 4px;
  font-size: 2.7rem;
  font-weight: 700;
}

.l-cv__contact-box-tel-schedule {
  margin-top: 5px;
  font-size: 1rem;
}

.l-cv__contact-box-btn {
  margin-top: 15px !important;
  max-width: none !important;
}

.l-cv__contact-box-btn-link {
  padding: 25px 0 !important;
}

.l-cv__map {
  position: relative;
  height: 207px;
}

.l-cv__map iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media all and (min-width: 600px) {
  .l-cv__contact-img {
    width: 1170px;
    margin: 140px auto 0;
  }

  .l-cv__contact-area-txt {
    background: url("../img/common/bg_contact01_pc.png") no-repeat center/cover;
    padding: 40px 0 87px;
  }

  .l-cv__contact-area-txt-area-tit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 900px;
    margin: 0 auto 28px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .l-cv__contact-area-txt-head {
    width: 240px;
    box-sizing: border-box;
    margin-bottom: 25px;
    text-align: center;
  }

  .l-cv__contact-area-txt-head-en {
    margin-top: 2px;
    margin-bottom: -9px;
    font-size: 4rem;
    letter-spacing: 0.06em;
  }

  .l-cv__contact-area-txt-head-ja {
    font-size: 1.5rem;
  }

  .l-cv__contact-area-txt-txt {
    width: 636px;
    box-sizing: border-box;
    position: relative;
    padding-left: 50px;
    margin-bottom: 0;
    font-size: 2.4rem;
    line-height: 1.6;
    letter-spacing: 0.06em;
    text-align: left;
  }

  .l-cv__contact-area-txt-txt:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 80px;
    background: #1a63b4;
  }

  .l-cv__contact-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 900px;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .l-cv__contact-box-tel {
    width: 384px;
    box-sizing: border-box;
  }

  .l-cv__contact-box-tel-link {
    pointer-events: none;
    background: none;
    border: none;
    text-align: center;
    color: #fff;
    padding: 0;
    text-decoration: none;
  }

  .l-cv__contact-box-tel-txt {
    font-size: 2.4rem;
    line-height: 1;
  }

  .l-cv__contact-box-tel-num {
    left: 8px;
    top: 9px;
    font-size: 5rem;
  }

  .l-cv__contact-box-tel-schedule {
    margin-top: 8px;
    font-size: 1.1rem;
  }

  .l-cv__contact-box-btn {
    margin-top: 0 !important;
    width: 440px;
    max-width: 440px !important;
    position: relative;
    top: 5px;
    left: 10px;
  }

  .l-cv__contact-box-btn-link {
    padding: 25px 0 !important;
  }

  .l-cv__map {
    height: 300px;
  }
}

.l-footer {
  padding: 35px 0 0;
  text-align: center;
}

.l-footer__logo {
  margin-bottom: 30px;
}

.l-footer__wrap-info {
  padding: 0 15px 40px;
}

.l-footer__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 25px;
}

.l-footer__address-parking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin-left: 7px;
  box-sizing: border-box;
  border: 1px solid #0a4a97;
  border-radius: 50%;
  letter-spacing: 0;
}

.l-footer__address-parking-txt {
  font-size: 1rem;
  color: #0a4a97;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}

.l-footer__address-parking-num {
  font-size: 1.3rem;
  font-weight: 700;
}

.l-footer__address-txt {
  width: calc(100% - 75px);
  text-align: left;
  margin-left: 8px;
}

.l-footer__schedule {
  border-left: 1px solid #d1cfcf;
  margin-bottom: 14px;
}

.l-footer__schedule thead {
  border-top: 1px solid #d1cfcf;
}

.l-footer__schedule thead th {
  border-bottom: 1px solid #d1cfcf;
  border-right: 1px solid #d1cfcf;
  vertical-align: middle;
  padding: 4px 0;
  font-size: 1.2rem;
  text-align: center;
  color: #231815;
}

.l-footer__schedule thead th:first-child {
  width: 25%;
  border-right: 1px solid #d1cfcf;
}

.l-footer__schedule tbody td {
  width: 10%;
  border-bottom: 1px solid #d1cfcf;
  border-right: 1px solid #d1cfcf;
  vertical-align: middle;
  padding: 2px 0;
  text-align: center;
  font-size: 1.2rem;
  color: #0a4a97;
}

.l-footer__schedule tbody td:first-child {
  width: 25%;
  color: #231815;
  font-size: 1.1rem;
}

.l-footer__schedule-txt {
  padding-left: 30px;
  text-indent: -2em;
  text-align: left;
}

.l-footer__sitemap {
  text-align: left;
}

.l-footer__sitemap-list-item {
  border-bottom: 1px solid #ebebeb;
}

.l-footer__sitemap-list-item + .l-footer__sitemap-list:first-child {
  border-top: none;
}

.l-footer__sitemap-list-link {
  display: block;
  padding: 13px 15px;
  font-size: 1.3rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-footer__sitemap-list-link:hover {
  text-decoration: underline;
}

.l-footer__sitemap-list-toggle {
  display: block;
  position: relative;
  padding: 13px 15px;
  font-size: 1.3rem;
  text-decoration: none;
}

.l-footer__sitemap-list-toggle.is-active:before {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.l-footer__sitemap-list-toggle:before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #0a4a97;
  border-right: solid 2px #0a4a97;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-footer__sitemap-list-clild-list-item {
  border-bottom: 1px solid #ebebeb;
  background: #eff3f9;
}

.l-footer__sitemap-list-clild-list-item:first-child {
  border-top: 1px solid #ebebeb;
}

.l-footer__sitemap-list-clild-list-link {
  display: block;
  padding: 9px 25px;
  font-size: 1.3rem;
  color: #605d5e;
  text-align: left;
  text-decoration: none;
}

@media all and (min-width: 600px) {
  .l-footer {
    padding: 75px 0 0;
  }

  .l-footer__logo {
    width: 415px;
    margin-bottom: 30px;
  }

  .l-footer__wrap {
    width: 1100px;
    margin: 0 auto 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .l-footer__wrap-info {
    width: 550px;
    box-sizing: border-box;
    padding: 0;
  }

  .l-footer__img {
    width: 500px;
    box-sizing: border-box;
  }

  .l-footer__address {
    display: block;
    position: relative;
    margin-bottom: 38px;
  }

  .l-footer__address-parking {
    position: absolute;
    top: -104px;
    right: 37px;
    width: 80px;
    height: 80px;
    margin-left: 0;
  }

  .l-footer__address-parking-txt {
    position: relative;
    top: -2px;
    font-size: 1.4rem;
    line-height: 1;
  }

  .l-footer__address-parking-num {
    position: relative;
    top: 2px;
    font-size: 2.4rem;
  }

  .l-footer__address-txt {
    width: calc(100% - 75px);
    font-size: 1.3rem;
    text-align: left;
    margin-left: 0;
  }

  .l-footer__schedule {
    margin-bottom: 17px;
  }

  .l-footer__schedule thead th {
    padding: 7px 0;
    font-size: 1.5rem;
  }

  .l-footer__schedule thead th:first-child {
    width: 135px;
  }

  .l-footer__schedule tbody td {
    width: 11%;
    padding: 8px 0;
    font-size: 1.9rem;
    color: #0a4a97;
  }

  .l-footer__schedule tbody td:first-child {
    width: 135px;
    color: #231815;
    border-right: 1px solid #d1cfcf;
    font-size: 1.5rem;
  }

  .l-footer__schedule-txt {
    margin-left: -4px;
    padding-left: 30px;
    text-indent: -2em;
    font-size: 1.3rem;
    text-align: left;
  }

  .l-footer__sitemap {
    text-align: left;
    background: #eff3f9;
  }

  .l-footer__sitemap-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    width: 1100px;
    margin: 0 auto;
    padding: 47px 0 55px;
  }

  .l-footer__sitemap-list {
    box-sizing: border-box;
  }

  .l-footer__sitemap-list-item {
    border-bottom: none;
  }

  .l-footer__sitemap-list-item + .l-footer-sitemap-list-item {
    margin-top: 3px;
  }

  .l-footer__sitemap-list-item:first-child {
    border-top: none;
  }

  .l-footer__sitemap-list-link {
    display: inline-block;
    padding: 0;
    font-size: 1.3rem;
    font-weight: 500;
  }
}

.footerBtm {
  background: #0a4a97;
  padding: 12px 0;
  font-size: 1rem;
  color: #fff;
}

@media all and (min-width: 600px) {
  .footerBtm {
    padding: 19px 0 22px;
    font-size: 1.1rem;
  }
}

@media all and (max-width: 599px) {
  .ft-pagetop {
    position: static !important;
  }
}

.ft-pagetop__link {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px 0 12px;
  background: #eff3f9;
  color: #fff;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
}

.ft-pagetop__img {
  width: 20px;
  margin: 0 auto;
}

@media all and (min-width: 600px) {
  .ft-pagetop__link {
    padding: 8px 0 15px;
  }

  .ft-pagetop__img {
    width: 27px;
    margin: 0 auto;
  }
}

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 320px;
  z-index: 2000;
}

@media all and (min-width: 600px) {
  .l-header {
    width: 100%;
    min-width: 1100px;
  }
}

.l-header .hd-info {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 3;
  height: 55px;
  background: #fff;
}

.l-header .hd-info__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 5px 0;
}

.l-header .hd-info__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 70px);
  max-width: 283px;
  box-sizing: border-box;
}

.l-header .hd-info__logo {
  width: calc(100% - 47px);
  box-sizing: border-box;
}

.l-header .hd-info__parking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-left: 7px;
  box-sizing: border-box;
  border: 1px solid #0a4a97;
  border-radius: 50%;
  letter-spacing: 0;
}

.l-header .hd-info__parking-txt {
  font-size: 1rem;
  color: #0a4a97;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}

.l-header .hd-info__parking-num {
  font-size: 1.2em;
  font-weight: 700;
}

@media all and (min-width: 600px) {
  .l-header .hd-info {
    height: 105px;
    padding: 8px 0 0;
    border-bottom: 1px solid #ebebeb;
  }

  .l-header .hd-info__inner {
    width: 100%;
    padding: 0;
  }

  .l-header .hd-info__lead {
    width: 100%;
    position: relative;
    top: -3px;
    font-size: 1rem;
    letter-spacing: 0.08em;
  }

  .l-header .hd-info__box {
    width: 600px;
    max-width: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-sizing: border-box;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .l-header .hd-info__logo {
    width: 414px;
  }

  .l-header .hd-info__parking {
    width: 80px;
    height: 80px;
    margin-top: -16px;
    margin-left: 0;
  }

  .l-header .hd-info__parking-txt {
    position: relative;
    top: -3px;
    font-size: 1.4rem;
    line-height: 1;
  }

  .l-header .hd-info__parking-num {
    position: relative;
    top: 2px;
    font-size: 2.4rem;
  }

  .l-header .hd-info__tel {
    width: 290px;
    margin-top: -9px;
  }

  .l-header .hd-info__tel-lead {
    font-size: 1.5rem;
    margin-bottom: -25px;
    font-weight: 600;
    letter-spacing: 0.016em;
    text-align: center;
  }

  .l-header .hd-info__tel-txt {
    margin-bottom: 8px;
    padding-left: 3px;
    font-size: 1.6rem;
    text-align: center;
  }

  .l-header .hd-info__tel-num {
    position: relative;
    top: 12px;
    padding-left: 3px;
    font-size: 3.1rem;
    font-weight: 700;
    letter-spacing: -0.016em;
  }

  .l-header .hd-info__tel-schedule {
    position: relative;
    top: -6px;
    font-size: 1.1rem;
    text-align: center;
    letter-spacing: 0;
  }

  .l-header .hd-info__btn-contact {
    width: 162px;
    margin-top: -20px;
    margin-left: 16px;
  }

  .l-header .hd-info__btn-contact-link {
    padding: 31px 0;
    position: relative;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
  }

  .l-header .hd-info__btn-contact-link:after {
    content: "";
    display: block;
    position: absolute;
    top: auto;
    left: auto;
    bottom: 4px;
    right: 4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 8px 8px;
    border-color: transparent transparent #fff transparent;
    background: none;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@media all and (max-width: 599px) {
  .l-header.is-view {
    position: fixed;
    top: 0;
    left: 0;
  }
}

.l-header .nav-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 55px;
  background: #eff3f9;
  cursor: pointer;
}

.l-header .nav-btn__line {
  position: absolute;
  left: 17px;
  width: 21px;
  height: 2px;
  content: "";
  background: #333333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-header .nav-btn__line:nth-child(1) {
  top: 21px;
}

.l-header .nav-btn__line:nth-child(2) {
  top: 27px;
}

.l-header .nav-btn__line:nth-child(3) {
  top: 33px;
}

.l-header .nav-btn.is-open .nav-btn__line:nth-child(1) {
  top: 27px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.l-header .nav-btn.is-open .nav-btn__line:nth-child(2) {
  opacity: 0;
}

.l-header .nav-btn.is-open .nav-btn__line:nth-child(3) {
  top: 27px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.l-header .nav-btn__chara {
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
}

.l-nav {
  position: absolute;
  top: 55px;
  left: 0;
  z-index: 2;
  width: 100%;
  max-height: calc(100vh - 55px);
  min-width: 320px;
  background: #fff;
  border-top: 1px solid #ebebeb;
  box-sizing: border-box;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media all and (max-width: 599px) {
  .l-nav {
    overflow: auto;
    -webkit-transform: translateX(120%);
    -ms-transform: translateX(120%);
    transform: translateX(120%);
  }

  .l-nav::-webkit-scrollbar {
    display: none;
  }

  .l-nav.is-open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .l-nav .nav-list__toggle-trigger {
    display: block;
    position: relative;
    padding: 11px 15px;
    font-size: 1.3rem;
    text-align: left;
  }

  .l-nav .nav-list__toggle-trigger.is-active:before {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .l-nav .nav-list__toggle-trigger:before {
    content: "";
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #0a4a97;
    border-right: solid 2px #0a4a97;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -6px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .l-nav .nav-list__item {
    border-bottom: 1px solid #ebebeb;
  }

  .l-nav .nav-list__link {
    display: block;
    padding: 11px 15px;
    font-size: 1.3rem;
    text-align: left;
    text-decoration: none;
  }

  .l-nav .nav-list.is-active:before {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

.l-nav .nav-list__link {
  display: block;
  padding: 11px 15px;
  font-size: 1.3rem;
  text-align: left;
  text-decoration: none;
}

.l-nav .nav-clild-list__item {
  border-bottom: 1px solid #ebebeb;
  background: #eff3f9;
}

.l-nav .nav-clild-list__item:first-child {
  border-top: 1px solid #ebebeb;
}

.l-nav .nav-clild-list__link {
  display: block;
  padding: 9px 25px;
  font-size: 1.3rem;
  color: #605d5e;
  text-align: left;
  text-decoration: none;
}

.l-nav__close {
  background: #eff3f9;
  padding: 8px 0 9px;
  text-align: center;
}

.l-nav__close-txt {
  position: relative;
  padding-left: 14px;
  font-size: 1.2rem;
}

.l-nav__close-txt:before,
.l-nav__close-txt:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 1px;
  background: #231815;
}

.l-nav__close-txt:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.l-nav__close-txt:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media all and (min-width: 600px) {
  .l-nav {
    position: static;
    border: none;
    padding: 0;
    border-bottom: 1px solid #ccc;
  }

  .l-nav.is-view {
    position: fixed;
    top: 0;
    left: 0;
  }

  .l-nav .nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1100px;
    min-width: auto;
    margin: 0 auto;
  }

  .l-nav .nav-list__item {
    border-bottom: none;
  }

  .l-nav .nav-list__item:nth-child(3) {
    position: relative;
  }

  .l-nav .nav-list__item:nth-child(3):hover .nav-clild-list {
    opacity: 1;
    pointer-events: all;
  }

  .l-nav .nav-list__item:nth-child(7) {
    position: relative;
  }

  .l-nav .nav-list__item:nth-child(7):hover .nav-clild-list {
    opacity: 1;
    pointer-events: all;
  }

  .l-nav .nav-list__item .nav-clild-list {
    pointer-events: none;
    display: block;
    width: 180px;
    position: absolute;
    top: 59px;
    left: 50%;
    margin-left: -94px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .l-nav .nav-list__item .nav-clild-list__item {
    border-bottom: 2px solid #ebebeb;
  }

  .l-nav .nav-list__item .nav-clild-list__item:first-child {
    border-top: none;
  }

  .l-nav .nav-list__item .nav-clild-list__link {
    padding: 13px 0;
    font-size: 1.3rem;
    color: #333333;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .l-nav .nav-list__item .nav-clild-list__link:hover {
    background-color: rgba(255, 255, 255, 0.3);
  }

  .l-nav .nav-list__link {
    padding: 16px 25px;
    font-size: 1.5rem;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .l-nav .nav-list__link:hover {
    opacity: 0.6;
  }

  .l-nav .nav-list__toggle-trigger {
    display: block;
    padding: 16px 25px;
    font-size: 1.5rem;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .l-nav .nav-list__toggle-trigger:hover {
    opacity: 0.6;
  }
}

.nav-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1000;
}

@media all and (min-width: 600px) {
  .nav-overlay {
    display: none !important;
  }
}

.l-main-img {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 500px;
  padding-top: 95px;
  background: url("../img/home/img_mainvisual01_sp.png") no-repeat center/cover;
  position: relative;
  text-align: center;
  color: #fff;
}

.l-main-img:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 890px;
  background: #eff3f9;
  z-index: -1;
}

.l-main-img__copy {
  position: relative;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.16em;
  text-shadow: 0px 11px 6px rgba(25, 107, 90, 0.2);
  -moz-transform: matrix(1.65992, 0, 0, 1.65992, 0, 0);
  -webkit-transform: matrix(1.65992, 0, 0, 1.65992, 0, 0);
  -ms-transform: matrix(1.65992, 0, 0, 1.65992, 0, 0);
}

.l-main-img__copy:before {
  content: "";
  display: block;
  position: absolute;
  top: -28px;
  left: 19px;
  width: 45px;
  height: 23px;
  background: url(../img/home/mv_copy01.png) no-repeat center;
  background-size: 100%;
}

.l-main-img__txt {
  margin-top: 30px;
  font-size: 1.5rem;
}

@media all and (min-width: 600px) {
  .l-main-img {
    background: url("../img/home/img_mainvisual01_pc.png") no-repeat
      center/cover;
    height: 750px;
    padding-top: 245px;
    box-shadow: 0px 10px 15px 8px #d5e0ef;
  }

  .l-main-img__inner {
    text-align: center;
    margin: 0;
  }

  .l-main-img:before {
    height: 916px;
  }

  .l-main-img__copy {
    font-size: 3.5rem;
    line-height: 1.67;
    letter-spacing: 0.2em;
  }

  .l-main-img__copy:before {
    top: -16px;
    left: 50%;
    width: 54px;
    height: 28px;
    margin-left: -131px;
  }

  .l-main-img__txt {
    margin-top: 61px;
    font-size: 2rem;
    letter-spacing: 0.16em;
  }
}

.l-sub-img {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 176px;
  background: #ccc;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 0.16em;
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2);
}

@media all and (min-width: 600px) {
  .l-sub-img {
    height: 350px;
    font-size: 6rem;
    letter-spacing: 0.1em;
  }
}

.secSidebar {
  margin-bottom: 20px;
  padding: 0 15px;
}

@media all and (min-width: 600px) {
  .secSidebar {
    margin-bottom: 25px;
    padding: 0;
  }
}

.c-btn01 {
  max-width: 240px;
  margin: 30px auto 0;
  text-align: center;
}

.c-btn01__link {
  display: block;
  padding: 10px 0;
  text-decoration: none;
  background-color: #1bcac2;
  background-image: linear-gradient(
    149deg,
    #1bcac2 0%,
    #26a3d3 34%,
    #3080e1 57%
  );
  position: relative;
  padding: 25px 0;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.c-btn01__link:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -3px;
}

@media all and (min-width: 600px) {
  .c-btn01 {
    max-width: 300px;
  }

  .c-btn01__link {
    padding: 15px 0;
    box-sizing: border-box;
    font-size: 1.6rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .c-btn01__link-txt {
    display: block;
    position: relative;
  }

  .c-btn01__link:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #0a4a97;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .c-btn01__link:hover:before {
    width: 100%;
  }
}

.c-btn02 {
  max-width: 300px;
  margin: 0 auto;
}

.c-btn02__link {
  display: block;
  border: 2px solid #fff;
  padding: 8px 0 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  position: relative;
}

.c-btn02__link:after {
  content: "";
  width: 4px;
  height: 4px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -4px;
}

.c-btn02__link.is_blue {
  border: 2px solid #0a4a97;
  color: #0a4a97;
}

.c-btn02__link.is_blue:after {
  border-top: solid 2px #0a4a97;
  border-right: solid 2px #0a4a97;
}

@media all and (min-width: 600px) {
  .c-btn02__link {
    padding: 14px 0 15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .c-btn02__link-txt {
    display: block;
    position: relative;
  }

  .c-btn02__link.is_blue:hover .c-btn02__link-txt {
    color: #fff;
  }

  .c-btn02__link.is_blue:hover:after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
  }

  .c-btn02__link.is_blue:before {
    background: #0a4a97;
  }

  .c-btn02__link:hover .c-btn02__link-txt {
    color: #0a4a97;
  }

  .c-btn02__link:hover:before {
    width: 100%;
  }

  .c-btn02__link:hover:after {
    border-top: solid 2px #0a4a97;
    border-right: solid 2px #0a4a97;
    z-index: 1;
  }

  .c-btn02__link:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 0;
  }

  .c-btn02__link:after {
    content: "";
    width: 6px;
    height: 6px;
    right: 25px;
    margin-top: -3px;
  }
}

.c-btn02-list .c-btn02 {
  margin: 25px 0 0;
}

.c-btn02-list .c-btn02:after {
  display: block;
  content: "";
  clear: both;
}

.c-btn02-list .c-btn02-item {
  display: inline-block;
  width: 49%;
}

.c-btn02-list .c-btn02-item:first-child {
  float: left;
}

.c-btn02-list .c-btn02-item:last-child {
  float: right;
}

.c-btn02-list .c-btn02__link:after {
  border-top: solid 0px #0a4a97;
  border-bottom: solid 2px #0a4a97;
}

.c-btn02-list .c-btn02__link:hover.is_blue:after {
  border-top: solid 0px #fff;
  border-bottom: solid 2px #fff;
}

@media all and (min-width: 600px) {
  .c-btn02-list {
    width: 680px;
    margin: 53px auto 0;
  }

  .c-btn02-list:after {
    display: block;
    content: "";
    clear: both;
  }

  .c-btn02-list .c-btn02-item {
    width: 330px;
    max-width: 100%;
    box-sizing: border-box;
  }

  .c-btn02-list .c-btn02-item:nth-child(2n) {
    float: right;
  }

  .c-btn02-list .c-btn02-item .c-btn02__link {
    padding: 16px 0 13px;
  }

  .c-btn02-list .c-btn02-item .c-btn02__link:after {
    top: 50%;
    right: 25px;
    margin-top: -6px;
  }
}

.c-btn03 {
  position: relative;
  display: block;
  margin: 20px auto;
  width: 255px;
  background: url("../img/common/bg_btn03_sp.png") 0 0/100% no-repeat;
}

.c-btn03 a {
  position: relative;
  padding: 10px 15px;
  width: 255px;
  height: 90px;
  display: block;
  font-size: 1.1rem;
  text-decoration: none;
  color: #fff;
  box-sizing: border-box;
}

.c-btn03 a:after {
  content: "";
  width: 0px;
  height: 0px;
  border: 9px solid transparent;
  border-left: solid 9px rgba(255, 255, 255, 0.3);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: -4px;
  right: -4px;
}

.c-btn03__tit {
  font-size: 1.7rem;
  font-weight: 600;
}

@media all and (min-width: 600px) {
  .c-btn03 {
    width: 520px;
    background: url("../img/common/bg_btn03_pc.png") 0 0/100% no-repeat;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .c-btn03 a {
    padding: 22px 50px 0;
    width: 520px;
    height: 120px;
    font-size: 1.5rem;
  }

  .c-btn03 a:after {
    border: 11px solid transparent;
    border-left: solid 11px rgba(255, 255, 255, 0.3);
    bottom: -1px;
    right: -1px;
  }

  .c-btn03:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #0a4a97;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .c-btn03:hover:before {
    width: 100%;
  }

  .c-btn03__tit {
    margin-bottom: 9px;
    font-size: 2.4rem;
  }
}

.c-btn04 {
  position: relative;
  display: block;
  margin: 20px auto;
  width: 255px;
  background: url("../img/common/bg_btn04_sp.png") 0 0/100% no-repeat;
}

.c-btn04 a {
  position: relative;
  padding: 17px 15px 0;
  width: 255px;
  height: 90px;
  display: block;
  font-size: 1.1rem;
  text-decoration: none;
  color: #fff;
  box-sizing: border-box;
}

.c-btn04 a:after {
  content: "";
  width: 0px;
  height: 0px;
  border: 9px solid transparent;
  border-left: solid 9px rgba(255, 255, 255, 0.3);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: -4px;
  right: -4px;
}

.c-btn04__tit {
  font-size: 1.7rem;
  font-weight: 600;
}

@media all and (min-width: 600px) {
  .c-btn04 {
    width: 520px;
    background: url("../img/common/bg_btn04_pc.png") 0 0/100% no-repeat;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .c-btn04 a {
    padding: 22px 50px 0;
    width: 520px;
    height: 120px;
    font-size: 1.5rem;
  }

  .c-btn04 a:after {
    border: 11px solid transparent;
    border-left: solid 11px rgba(255, 255, 255, 0.3);
    bottom: -1px;
    right: -1px;
  }

  .c-btn04:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #0a4a97;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .c-btn04:hover:before {
    width: 100%;
  }

  .c-btn04__tit {
    margin-bottom: 9px;
    font-size: 2.4rem;
  }
}

@media all and (max-width: 599px) {
  .c-form01-th,
  .c-form01-td {
    display: block;
  }
}

.c-form01-th {
  padding: 15px 15px 10px;
}

.c-form01-td {
  padding: 0 15px 20px;
}

.c-form01 textarea,
.c-form01 input[type="date"],
.c-form01 input[type="text"],
.c-form01 input[type="email"] {
  font-size: 1.4rem;
  padding: 6px;
  background: #efeeee;
  box-sizing: border-box;
}

.c-form01 table {
  table-layout: fixed;
  border-bottom: 1px solid #d1cfcf;
}

.c-form01 tr {
  border-top: 1px solid #d1cfcf;
}

.c-form01-required,
.c-form01-unrequired {
  position: relative;
  margin: 0 0 0 10px;
  top: -3px;
  display: inline-block;
  padding: 4px 10px;
  font-size: 1rem;
  line-height: 1;
}

.c-form01-required {
  color: #fff;
  background: #0a4a97;
}

.c-form01-unrequired {
  background: #e9e7e7;
}

.c-form01 .c-form01-checkbox {
  display: block;
  margin: 0 0 6px;
}

.c-form01 .c-form01-checkbox:last-child {
  margin: 0;
}

.c-form01 .c-form01-checkbox-area .mwform-checkbox-field {
  display: block;
  margin: 0 0 6px;
}

.c-form01
  .c-form01-checkbox-area
  .mwform-checkbox-field
  + .mwform-checkbox-field {
  margin-left: 0;
}

.c-form01 .c-form01-checkbox-area .mwform-checkbox-field-text {
  padding-left: 30px;
  position: relative;
}

.c-form01 .c-form01-checkbox-area .mwform-checkbox-field-text:before {
  content: "";
  display: block;
  position: absolute;
  margin-top: 0px;
  top: 0px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #d1cfcf;
}

.c-form01 input[type="checkbox"],
.c-form01 input[type="radio"] {
  display: none;
}

.c-form01 .c-form01-checkbox span,
.c-form01 .c-form01-radio span {
  padding-left: 30px;
  position: relative;
}

.c-form01 .c-form01-checkbox span:before {
  content: "";
  display: block;
  position: absolute;
  margin-top: 0px;
  top: 0px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #d1cfcf;
}

.c-form01 .c-form01-checkbox .error:before {
  content: none;
}

.c-form01 input[type="checkbox"]:checked + span:after {
  content: "";
  display: block;
  position: absolute;
  margin-top: 2px;
  top: 0px;
  left: 6px;
  width: 5px;
  height: 10px;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  border-bottom: 2px solid #0a4a97;
  border-right: 2px solid #0a4a97;
}

.c-form01 .c-form01-radio span:before {
  content: "";
  display: block;
  position: absolute;
  margin-top: 0px;
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #d1cfcf;
}

.c-form01 input[type="radio"]:checked + span:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 3px;
  width: 12px;
  height: 12px;
  background: #0a4a97;
  border-radius: 50%;
}

.c-form01 input[name^="your-date"] {
  position: relative;
  cursor: pointer;
  z-index: 1;
}

.c-form01 .c-form01-input.is-date {
  position: relative;
  display: block;
  width: 100%;
}

.c-form01 .c-form01-input.is-date:after {
  position: absolute;
  content: "";
  display: block;
  top: 12px;
  right: 10px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 7px solid #231815;
  z-index: 2;
}

.c-form01 .c-form01__area-agree {
  margin: auto;
  display: table;
}

.c-form01 .c-form01__area-agree .mwform-checkbox-field {
  position: static;
  padding-left: 0;
}

.c-form01 .c-form01__area-agree .mwform-checkbox-field:before {
  display: none;
}

.c-form01 .c-form01__area-btn {
  margin: 30px auto 35px;
}

.c-form01 .c-form01__area-btn .c-form01__confirm {
  position: relative;
  width: 255px;
  margin: 0 auto;
  background-image: linear-gradient(
    149deg,
    #1bcac2 0%,
    #26a3d3 34%,
    #3080e1 57%
  );
}

.c-form01 .c-form01__area-btn .c-form01__confirm:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #0a4a97;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-form01 .c-form01__area-btn .c-form01__confirm:hover:before {
  width: 100%;
  content: "";
}

.c-form01 .c-form01__area-btn .c-form01__confirm button {
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: transparent;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  padding: 22px 0;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
}

@media all and (min-width: 600px) {
  .c-form01-th {
    padding: 30px 30px 0;
    width: 270px;
    box-sizing: border-box;
  }

  .c-form01-td {
    padding: 25px 30px 25px 0;
  }

  .c-form01-td .c-form01-checkbox {
    float: left;
    width: 50%;
  }

  .c-form01-required,
  .c-form01-unrequired {
    float: right;
    top: 6px;
    font-size: 1.1rem;
  }

  .c-form01 textarea,
  .c-form01 input[type="text"] {
    padding: 9px;
    font-size: 1.5rem;
  }

  .c-form01 .c-form01-checkbox {
    width: 330px;
    margin: 0 0 8px;
  }

  .c-form01 .c-form01-checkbox-area {
    padding-top: 5px;
  }

  .c-form01 .c-form01-checkbox-area .mwform-checkbox-field {
    margin: 0 0 8px !important;
    float: left;
    width: 50%;
  }

  .c-form01 .c-form01-checkbox-area .mwform-checkbox-field-text:before {
    margin-top: 2px;
  }

  .c-form01 .c-form01-checkbox span:before {
    margin-top: 2px;
  }

  .c-form01 input[type="checkbox"]:checked + span:after {
    margin-top: 4px;
  }

  .c-form01 .c-form01-radio span:before {
    margin-top: 3px;
  }

  .c-form01 input[type="radio"]:checked + span:after {
    margin-top: 1px;
  }

  .c-form01 .c-form01-input.is-date {
    display: block;
    width: 350px;
  }

  .c-form01 .c-form01-input.is-date:after {
    top: 15px;
    right: 15px;
    border: 6px solid transparent;
    border-top: 8px solid #231815;
  }

  .c-form01 .c-form01__area-btn {
    margin: 57px auto 35px;
  }

  .c-form01 .c-form01__area-btn .c-form01__confirm {
    width: 440px;
  }

  .c-form01 .c-form01__area-btn .c-form01__confirm button {
    height: 80px;
    font-size: 1.6rem;
  }

  .c-form01 .c-form01__area-agree {
    padding-left: 90px;
  }
}

.c-head01 {
  position: relative;
  margin-bottom: 45px;
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.c-head01:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  display: block;
  bottom: -17px;
  width: 40px;
  height: 3px;
  margin-left: -20px;
  background: url("../img/common/ico_title01.png") no-repeat center/100%;
}

@media all and (min-width: 600px) {
  .c-head01 {
    margin-bottom: 40px;
    font-size: 4rem;
  }

  .c-head01:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    display: block;
    bottom: -14px;
    width: 40px;
    height: 3px;
    margin-left: -20px;
    background: url("../img/common/ico_title01.png") no-repeat center/100%;
  }
}

.c-head02 {
  margin-bottom: 20px;
  background: url("../img/common/bg_title01.png") no-repeat left/cover;
  padding: 5px 15px;
  letter-spacing: 0.09em;
}

.c-head02__tit {
  position: relative;
  padding-left: 14px;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}

.c-head02__tit:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 25px;
  margin-top: -12px;
  background: #8fc0ce;
}

@media all and (min-width: 600px) {
  .c-head02 {
    margin-bottom: 20px;
    padding: 6px 20px 10px;
  }

  .c-head02__tit {
    padding-left: 21px;
    font-size: 3rem;
    letter-spacing: 0.06em;
  }

  .c-head02__tit:before {
    width: 5px;
    height: 30px;
    margin-top: -15px;
  }
}

.c-head03 {
  margin-bottom: 25px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.06em;
  text-align: center;
}

.c-head03-mark {
  border-bottom: double 3px #0a4a97;
  color: #0a4a97;
  font-weight: 700;
}

@media all and (min-width: 600px) {
  .c-head03 {
    margin-bottom: 60px;
    font-size: 4rem;
  }

  .c-head03-mark:before {
    bottom: -5px;
  }

  .c-head03-mark:after {
    bottom: -7px;
  }
}

.c-head04 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-left: 12px;
  border-bottom: 1px dashed #f5f6f7;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.c-head04:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 19px;
  margin-top: -16px;
  background: url("../img/common/ico_title02.png") no-repeat center/100%;
}

@media all and (min-width: 600px) {
  .c-head04 {
    margin-bottom: 25px;
    padding-bottom: 20px;
    padding-left: 18px;
    font-size: 2rem;
  }

  .c-head04:before {
    width: 4px;
    height: 24px;
    margin-top: -22px;
  }
}

.c-list01 {
  margin: 0 0 20px 15px;
}

.c-list01__item {
  position: relative;
  padding: 0 0 5px 12px;
}

.c-list01__item:before {
  position: absolute;
  content: "";
  display: block;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #0a4a97;
  border-radius: 50%;
}

@media all and (min-width: 600px) {
  .c-list01 {
    margin: 0 0 20px 20px;
  }

  .c-list01__item {
    padding: 0 0 7px 12px;
  }
}

.c-set01 {
  margin: 0px 15px 15px;
}

.c-set01__item {
  background: #eff3f9;
  display: table;
  width: 100%;
  margin-bottom: 10px;
}

.c-set01__item-img,
.c-set01__item-txt {
  display: table-cell;
  vertical-align: middle;
}

.c-set01__item-img {
  padding: 17px 15px;
  width: 80px;
  box-sizing: border-box;
}

.c-set01__item-txt {
  font-size: 1.7rem;
  font-weight: 600;
}

@media all and (min-width: 600px) {
  .c-set01 {
    margin: 60px 0 30px;
  }

  .c-set01:after {
    display: block;
    content: "";
    clear: both;
  }

  .c-set01__item {
    float: left;
    margin-right: 25px;
    width: 350px;
    height: 130px;
  }

  .c-set01__item:last-child {
    margin-right: 0;
  }

  .c-set01__item-img {
    padding: 17px 25px 17px 30px;
    width: 125px;
  }

  .c-set01__item-txt {
    font-size: 2rem;
  }
}

.c-set02 {
  margin: 22px 0;
}

.c-set02:after {
  display: block;
  content: "";
  clear: both;
}

.c-set02__item {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 15px 0 13px;
  width: calc(50% - 5px);
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
  background: #0a4a97;
}

@media all and (max-width: 599px) {
  .c-set02__item:nth-child(2n) {
    margin-right: 0px;
  }
}

.c-set02__item-ico {
  margin: 0 auto 2px;
  display: block;
  width: 75px;
}

@media all and (min-width: 600px) {
  .c-set02__item {
    padding: 28px 0 25px;
    width: 260px;
    font-size: 2rem;
    margin-right: 20px;
  }

  .c-set02__item:nth-child(4n) {
    margin-right: 0;
  }

  .c-set02__item-ico {
    margin: 0 auto 8px;
    display: block;
    width: 85px;
  }
}

.c-set03 {
  margin: 0 0 15px 15px;
}

.c-set03__item {
  font-size: 0;
}

.c-set03__item-txt-year,
.c-set03__item-txt-detail {
  display: inline-block;
  vertical-align: top;
}

.c-set03__item-txt-year {
  width: 60px;
  font-size: 1.3rem;
}

.c-set03__item-txt-detail {
  margin-bottom: 5px;
  width: calc(100% - 75px);
  font-size: 1.3rem;
}

@media all and (min-width: 600px) {
  .c-set03 {
    margin: 0 0 35px 20px;
  }

  .c-set03__item {
    padding-bottom: 2px;
  }

  .c-set03__item-txt-year,
  .c-set03__item-txt-detail {
    font-size: 1.5rem;
  }

  .c-set03__item-txt-year {
    width: 75px;
  }

  .c-set03__item-txt-detail {
    width: calc(100% - 90px);
  }
}

.js-switch-tab {
  cursor: pointer;
}

.js-switch-content {
  display: none;
}

.js-switch-content.is-active {
  display: block;
}

.js-toggle-trigger {
  cursor: pointer;
}

.js-toggle-content {
  display: none;
}

#access .l-sub-img {
  background: url("../img/access/bg_main01_sp.png") no-repeat center/cover;
}

@media all and (min-width: 600px) {
  #access .l-sub-img {
    background: url("../img/access/bg_main01_pc.png") no-repeat center/cover;
  }
}

@media all and (min-width: 600px) {
  #access .nav-list__item:nth-child(7) .nav-list__toggle-trigger {
    position: relative;
  }

  #access .nav-list__item:nth-child(7) .nav-list__toggle-trigger:hover:before {
    display: block;
    opacity: 1;
    z-index: 3;
  }

  #access .nav-list__item:nth-child(7) .nav-list__toggle-trigger:before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 50%;
    width: 32px;
    margin-left: -16px;
    height: 1px;
    background: #0a4a97;
    z-index: 3;
  }
}

.access-map__inner {
  padding-bottom: 20px;
}

.access-map__tit {
  margin-bottom: 50px;
}

.access-map__area {
  margin-bottom: 15px;
}

.access-map__txt {
  margin-bottom: 15px;
}

.access-map__area iframe {
  height: 250px;
}

.access-map__list {
  margin: 10px 0 !important;
}

@media all and (min-width: 600px) {
  .access-map__inner {
    padding-bottom: 61px;
  }

  .access-map__tit {
    margin: -8px 0 67px;
  }

  .access-map__tit:before {
    bottom: -18px;
  }

  .access-map__area {
    margin-bottom: 20px;
  }

  .access-map__area iframe {
    height: 400px;
  }

  .access-map__list {
    margin: 2px 0 0 0;
  }

  .access-map__list li:before {
    top: 12px;
  }
}

.access-time__inner {
  padding-bottom: 55px;
}

.access-time__schedule {
  border-left: 1px solid #d1cfcf;
  margin-bottom: 14px;
}

.access-time__schedule thead {
  border-top: 1px solid #d1cfcf;
}

.access-time__schedule thead th {
  border-bottom: 1px solid #d1cfcf;
  border-right: 1px solid #d1cfcf;
  vertical-align: middle;
  padding: 2px 0;
  font-size: 1rem;
  text-align: center;
  color: #231815;
}

.access-time__schedule thead th:first-child {
  width: 25%;
  border-right: 1px solid #d1cfcf;
}

.access-time__schedule tbody td {
  width: 10%;
  border-bottom: 1px solid #d1cfcf;
  border-right: 1px solid #d1cfcf;
  vertical-align: middle;
  padding: 5px 0;
  text-align: center;
  font-size: 1.2rem;
  color: #0a4a97;
}

.access-time__schedule tbody td:first-child {
  width: 25%;
  color: #231815;
  font-size: 1rem;
}

.access-time__schedule-txt {
  font-size: 1.1rem;
  padding-left: 30px;
  text-indent: -2em;
}

.access-time__schedule-dl {
  margin-top: 35px;
  border-top: 1px solid #d1cfcf;
  border-bottom: 1px solid #d1cfcf;
}

.access-time__schedule-dt,
.access-time__schedule-dd {
  display: table-cell;
  vertical-align: middle;
}

.access-time__schedule-dt {
  width: 100px;
  font-size: 1.5rem;
  text-align: center;
}

.access-time__schedule-dd {
  width: calc(100% - 100px);
  padding: 15px 15px 15px 0;
  box-sizing: border-box;
}

.access-time__pic {
  margin: 10px 0;
}

@media all and (min-width: 600px) {
  .access-time__inner {
    padding-bottom: 110px;
  }

  .access-time__tit {
    margin: 0 0 67px;
  }

  .access-time__tit:before {
    bottom: -18px;
  }

  .access-time__schedule {
    margin: 0 auto 15px;
    width: auto;
  }

  .access-time__schedule thead th {
    padding: 7px 0;
    font-size: 1.5rem;
  }

  .access-time__schedule thead th:first-child {
    width: 275px;
  }

  .access-time__schedule tbody td {
    width: 88px;
    padding: 9px 0 8px 0;
    font-size: 2rem;
  }

  .access-time__schedule tbody td:first-child {
    width: 275px;
    font-size: 1.5rem;
  }

  .access-time__schedule-txt {
    width: 910px;
    margin: auto;
    font-size: 1.3rem;
    box-sizing: border-box;
  }

  .access-time__wrap {
    margin-top: 67px;
  }

  .access-time__wrap:after {
    display: block;
    content: "";
    clear: both;
  }

  .access-time__wrap > dl,
  .access-time__wrap > div {
    float: left;
    width: 540px;
  }

  .access-time__schedule-dl {
    margin: 0 20px 0 0;
  }

  .access-time__schedule-dt {
    padding-left: 60px;
    width: 180px;
    height: 248px;
    font-size: 1.8rem;
    text-align: left;
    box-sizing: border-box;
  }

  .access-time__schedule-dd {
    width: calc(100% - 180px);
  }

  .access-time__pic {
    margin: 0 0 20px;
  }

  .access-time__pic:nth-of-type(2) {
    margin-right: 20px;
  }
}

#adult .l-sub-img {
  background: url("../img/adult/bg_main01_sp.png") no-repeat center/cover;
}

@media all and (min-width: 600px) {
  #adult .l-sub-img {
    background: url("../img/adult/bg_main01_pc.png") no-repeat center/cover;
  }
}

@media all and (min-width: 600px) {
  #adult .nav-list__item:nth-child(3) .nav-list__toggle-trigger {
    position: relative;
  }

  #adult .nav-list__item:nth-child(3) .nav-list__toggle-trigger:hover:before {
    display: block;
    opacity: 1;
    z-index: 3;
  }

  #adult .nav-list__item:nth-child(3) .nav-list__toggle-trigger:before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 50%;
    width: 32px;
    margin-left: -16px;
    height: 1px;
    background: #0a4a97;
    z-index: 3;
  }
}

@media all and (max-width: 599px) {
  .adult-health {
    margin-top: 30px;
  }
}

.adult-health__inner {
  padding-bottom: 40px;
}

.adult-health__area-txt {
  margin-bottom: 8px;
}

@media all and (min-width: 600px) {
  .adult-health {
    padding-bottom: 40px;
  }

  .adult-health__head {
    margin-bottom: 70px;
  }

  .adult-health__head-tit {
    margin-top: -10px;
  }

  .adult-health__head-tit:before {
    bottom: -19px;
  }

  .adult-health__area-txt {
    margin: 0 0 15px;
    text-align: center;
  }
}

.adult-difference {
  background: #eff3f9;
}

@media all and (max-width: 599px) {
  .adult-difference {
    padding-top: 40px;
    padding-bottom: 45px;
  }
}

@media all and (max-width: 599px) {
  .adult-difference__head-tit {
    margin-bottom: 35px;
  }

  .adult-difference__head-txt {
    font-size: 1.4rem;
  }
}

.adult-difference__area-head {
  background-repeat: repeat;
}

@media all and (max-width: 599px) {
  .adult-difference__area-tit:before {
    height: 58px;
    margin-top: -28px;
  }

  .adult-difference__area-head02 {
    margin-bottom: 0px;
  }
}

.adult-difference__area-img {
  margin-bottom: 15px;
  position: relative;
}

.adult-difference__area-cap {
  position: absolute;
  width: 190px;
  padding: 10px;
  font-size: 1rem;
  color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
}

.adult-difference__area-cap:nth-of-type(1) {
  top: 15px;
  left: 15px;
  background: rgba(232, 83, 83, 0.7);
}

.adult-difference__area-cap:nth-of-type(2) {
  bottom: 15px;
  right: 15px;
  background: rgba(10, 74, 151, 0.6);
}

.adult-difference__area-txt-blue {
  color: #0a4a97;
}

@media all and (min-width: 600px) {
  .adult-difference {
    padding-top: 90px;
    padding-bottom: 85px;
  }

  .adult-difference__head {
    margin-bottom: 65px;
  }

  .adult-difference__head-tit {
    margin-bottom: 95px;
  }

  .adult-difference__head-txt {
    font-size: 1.6rem;
    text-align: center;
    margin: 50px 0 60px;
  }

  .adult-difference .adult-difference__area-inner {
    position: relative;
  }

  .adult-difference .adult-difference__area-inner:after {
    display: block;
    content: "";
    clear: both;
  }

  .adult-difference .adult-difference__area-txt {
    position: relative;
  }

  .adult-difference .adult-difference__area-txt:after {
    display: block;
    content: "";
    clear: both;
  }

  .adult-difference__area-head {
    margin-bottom: 35px;
  }

  .adult-difference__area-txt {
    float: left;
    width: 450px;
  }

  .adult-difference__area-img {
    float: right;
    padding-top: 5px;
    width: 600px;
  }

  .adult-difference__area-cap {
    width: 330px;
    padding: 15px 20px 18px;
    font-size: 1.8rem;
    border-radius: 20px;
  }

  .adult-difference__area-cap:nth-of-type(1) {
    top: 25px;
    left: 20px;
  }

  .adult-difference__area-cap:nth-of-type(2) {
    bottom: 20px;
    right: 20px;
  }
}

@media all and (max-width: 599px) {
  .adult-point {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

.adult-point__item-img {
  display: block;
  position: relative;
  margin: auto;
  width: 205px;
}

.adult-point__item-num {
  position: absolute;
  top: -4px;
  left: 0;
  font-size: 3.7rem;
  font-weight: 600;
  line-height: 1;
}

.adult-point__item-cap {
  position: absolute;
  top: 140px;
  left: 0;
  width: 100%;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}

.adult-point__item-txt {
  margin: 10px 0 25px;
}

@media all and (min-width: 600px) {
  .adult-point {
    padding-top: 90px;
    padding-bottom: 95px;
  }

  .adult-point__inner:after {
    display: block;
    content: "";
    clear: both;
  }

  .adult-point__head {
    margin-bottom: 65px;
  }

  .adult-point__head-tit {
    margin-top: -5px;
  }

  .adult-point__head-tit:before {
    bottom: -19px;
  }

  .adult-point__head-txt {
    font-size: 1.6rem;
    text-align: center;
    margin: 50px 0 60px;
  }

  .adult-point__item {
    float: left;
    width: 340px;
    margin-right: 40px;
  }

  .adult-point__item:last-child {
    margin-right: 0;
  }

  .adult-point__item-img {
    width: 255px;
  }

  .adult-point__item-num {
    font-size: 4.5rem;
  }

  .adult-point__item-cap {
    top: 175px;
    font-size: 1.6rem;
  }

  .adult-point__item-txt {
    margin: 20px 0 0;
  }
}

.adult-type {
  background: #eff3f9;
}

@media all and (max-width: 599px) {
  .adult-type {
    padding-top: 40px;
    padding-bottom: 45px;
  }
}

.adult-type__head-txt {
  font-size: 1.4rem;
}

.adult-type__item {
  margin: 15px 0;
  padding: 25px 12px 23px;
  background: #fff;
  border: 1px solid #d1cfcf;
}

.adult-type__item:first-of-type {
  margin-top: 20px;
}

.adult-type__item-img {
  margin: 0 auto 20px;
  width: 150px;
}

.adult-type__item-catch {
  float: left;
  display: block;
  padding: 1px 13px;
  font-size: 1.2rem;
  color: #fff;
  background: #0a4a97;
  border-radius: 15px;
}

.adult-type__item-tit {
  clear: left;
  padding: 5px 0;
  font-size: 2rem;
  font-weight: 600;
}

@media all and (max-width: 599px) {
  .adult-type__item-inner-blue,
  .adult-type__item-inner-red {
    margin: 15px 0;
    padding: 12px 20px 15px;
  }
}

.adult-type__item-inner-blue {
  background: #e6edf4;
}

.adult-type__item-inner-blue .adult-type__item-inner-subtit {
  color: #0a4a97;
}

.adult-type__item-inner-red {
  background: #f8e9e9;
}

.adult-type__item-inner-red .adult-type__item-inner-subtit {
  color: #e14d4d;
}

.adult-type__item-inner-subtit {
  font-size: 1.5rem;
  font-weight: 600;
}

@media all and (min-width: 600px) {
  .adult-type {
    padding-top: 85px;
    padding-bottom: 100px;
  }

  .adult-type__head-txt {
    width: 880px;
    font-size: 1.6rem;
    text-align: center;
    margin: 60px auto 52px;
  }

  .adult-type__item {
    margin: 30px 0;
    padding: 50px 50px 47px;
  }

  .adult-type__item:after {
    display: block;
    content: "";
    clear: both;
  }

  .adult-type__item-img {
    float: left;
    width: 210px;
    margin-bottom: 40px;
  }

  .adult-type__item-box {
    float: right;
    width: 760px;
  }

  .adult-type__item-catch {
    padding: 2px 28px;
    font-size: 1.4rem;
  }

  .adult-type__item-tit {
    padding: 5px 0 10px;
    font-size: 3rem;
  }

  .adult-type__item-txt {
    float: left;
    width: 750px;
  }

  .adult-type__item-box2 {
    clear: both;
    width: 100%;
    display: table;
  }

  .adult-type__item-box2 dl {
    display: table-cell;
    vertical-align: top;
  }

  .adult-type__item-inner-blue,
  .adult-type__item-inner-red {
    padding: 30px 40px 35px;
    border-right: 15px solid #fff;
  }

  .adult-type__item-inner-subtit {
    margin-bottom: 10px;
    font-size: 2rem;
  }
}

#child .l-sub-img {
  background: url("../img/child/bg_main01_sp.png") no-repeat center/cover;
}

@media all and (min-width: 600px) {
  #child .l-sub-img {
    background: url("../img/child/bg_main01_pc.png") no-repeat center/cover;
  }
}

@media all and (min-width: 600px) {
  #child .nav-list__item:nth-child(3) .nav-list__toggle-trigger {
    position: relative;
  }

  #child .nav-list__item:nth-child(3) .nav-list__toggle-trigger:hover:before {
    display: block;
    opacity: 1;
    z-index: 3;
  }

  #child .nav-list__item:nth-child(3) .nav-list__toggle-trigger:before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 50%;
    width: 32px;
    margin-left: -16px;
    height: 1px;
    background: #0a4a97;
    z-index: 3;
  }
}

.l-container {
  padding-bottom: 0;
}

@media all and (max-width: 599px) {
  .child-prevention {
    margin-top: 30px;
    padding-bottom: 40px;
  }
}

.child-prevention__area-txt {
  margin-bottom: 8px;
}

@media all and (min-width: 600px) {
  .child-prevention {
    padding-bottom: 80px;
  }

  .child-prevention__head-tit {
    margin-top: 4px;
    margin-bottom: 80px;
    line-height: 1;
  }

  .child-prevention__head-tit:before {
    bottom: -30px;
  }

  .child-prevention__list {
    margin: 0 0 35px;
  }

  .child-prevention__area {
    margin: 35px auto 15px;
    text-align: center;
  }

  .child-prevention__area-txt {
    margin: 0 0 15px;
  }
}

.child-reason {
  background: #eff3f9;
}

@media all and (max-width: 599px) {
  .child-reason {
    padding-top: 40px;
    padding-bottom: 35px;
  }
}

@media all and (max-width: 599px) {
  .child-reason__head-tit {
    margin-bottom: 35px;
  }

  .child-reason__head-txt {
    font-size: 1.4rem;
  }
}

.child-reason__box {
  margin: 15px 0;
  padding: 20px 13px 17px;
  background: #fff;
}

.child-reason__box:after {
  display: block;
  content: "";
  clear: both;
}

.child-reason__item {
  margin: 0 0 3px;
  padding: 2px 0 2px 28px;
  font-size: 1.5rem;
  background: url(../img/child/ico_reason01.png) 0 5px/22px no-repeat;
}

@media all and (min-width: 600px) {
  .child-reason {
    padding-top: 85px;
    padding-bottom: 80px;
  }

  .child-reason__head-tit:before {
    bottom: -16px;
  }

  .child-reason__head-txt {
    width: 880px;
    font-size: 1.6rem;
    text-align: center;
    margin: 60px auto 55px;
  }

  .child-reason__box {
    padding: 45px 0 40px 55px;
  }

  .child-reason__list {
    margin: 0;
    float: left;
    width: 255px;
    padding-right: 15px;
    box-sizing: border-box;
  }

  .child-reason__list:nth-of-type(2) {
    width: 255px;
  }

  .child-reason__list:nth-of-type(3) {
    width: 235px;
  }

  .child-reason__list:nth-of-type(4) {
    width: 240px;
  }

  .child-reason__item {
    margin: 0 0 6px;
    padding: 3px 0 2px 30px;
    font-size: 1.8rem;
    background: url(../img/child/ico_reason01.png) 0 7px no-repeat;
    background-size: 23px auto;
    box-sizing: border-box;
  }
}

.child-minus {
  padding-top: 40px;
  padding-bottom: 35px;
}

.child-minus__head-tit {
  margin-bottom: 35px;
}

.child-minus__head-txt {
  font-size: 1.4rem;
}

.child-minus__img {
  margin: 25px 0 40px;
  padding: 20px 13px;
  border: 1px solid #d1cfcf;
}

.child-minus__area-txt {
  margin: 10px 0 30px;
}

.child-minus__area-head {
  background-repeat: repeat;
}

@media all and (max-width: 599px) {
  .child-minus__area__tit:before {
    height: 58px;
    margin-top: -28px;
  }

  .child-minus__area__head02 {
    margin-bottom: 0px;
  }
}

.child-minus__area-bg {
  margin-top: -10px;
  background: #eff3f9 url(../img/child/bg_minus01_sp.png) bottom right no-repeat;
  background-size: 100%;
}

.child-minus__area-list {
  margin: 15px 0;
  padding: 20px 13px 17px;
}

.child-minus__area-item {
  margin: 0 0 3px;
  padding: 2px 0 2px 28px;
  font-size: 1.5rem;
  background: url(../img/child/ico_reason01.png) 0 5px no-repeat;
  background-size: 22px;
}

@media all and (min-width: 600px) {
  .child-minus {
    padding-top: 85px;
    padding-bottom: 100px;
  }

  .child-minus__head-tit:before {
    bottom: -16px;
  }

  .child-minus__head-txt {
    font-size: 1.6rem;
    text-align: center;
    margin: 55px 0;
  }

  .child-minus__img {
    margin: 25px 0 80px;
    padding: 0;
    border: 0px solid #d1cfcf;
  }

  .child-minus__area-inner {
    margin-bottom: 80px;
  }

  .child-minus__area-inner:after {
    display: block;
    content: "";
    clear: both;
  }

  .child-minus__area-inner .child-minus__area-img {
    float: right;
    margin-top: 20px;
    width: 600px;
  }

  .child-minus__area-inner .child-minus__area-txt {
    float: left;
    width: 450px;
  }

  .child-minus__area:last-child {
    margin-top: -10px;
  }

  .child-minus__area:last-child .child-minus__area-txt {
    margin-top: 35px;
    margin-bottom: 25px;
  }

  .child-minus__area-bg {
    margin-top: 25px;
    height: 342px;
    background: #eff3f9 url(../img/child/bg_minus01_pc.png) bottom right
      no-repeat;
  }

  .child-minus__area-list {
    margin: 10px 0;
    padding: 42px 70px 17px;
  }

  .child-minus__area-item {
    margin: 0 0 9px;
    padding: 2px 0 2px 28px;
    font-size: 1.8rem;
    background: url(../img/child/ico_reason01.png) 0 7px no-repeat;
    background-size: 23px;
  }
}

.child-cure {
  padding-top: 40px;
  padding-bottom: 50px;
  background: #eff3f9;
}

.child-cure__area-head {
  padding: 10px;
  background-repeat: repeat;
}

.child-cure__area-tit-txt {
  position: relative;
  display: block;
  margin-bottom: 3px;
  padding: 1px 0;
  width: 111px;
  font-size: 1.3rem;
  text-align: center;
  color: #fff;
  background: #2869a7;
}

.child-cure__area-tit-txt:after {
  display: block;
  content: "";
  width: 100%;
  clear: both;
}

.child-cure__area-tit {
  padding: 10px 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
}

.child-cure__area-txt {
  font-size: 1.4rem;
}

.child-cure__list:after {
  display: block;
  content: "";
  width: 100%;
  clear: both;
}

.child-cure__list-item {
  position: relative;
  float: left;
  margin-bottom: 15px;
  width: calc(50% - 5px);
}

@media all and (max-width: 599px) {
  .child-cure__list-item:nth-child(2n-1) {
    margin-right: 10px;
  }
}

.child-cure__list-item .child-cure__list-img {
  position: relative;
  margin-bottom: 7px;
}

.child-cure__list-item .child-cure__list-img .child-cure__list-cap {
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  text-align: center;
  color: #0a4a97;
  background: #fff;
}

.child-cure__list-subtit {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  color: #0a4a97;
}

.child-cure__bg {
  margin-bottom: 40px;
  padding: 15px;
  background: #fff;
}

.child-cure__box {
  margin-top: 45px;
  padding: 15px 15px 5px;
  border: 1px solid #0a4a97;
}

.child-cure__box-tit {
  position: relative;
  display: table;
  padding: 0 10px;
  margin: -30px auto 5px;
  font-size: 1.7rem;
  font-weight: 600;
  color: #0a4a97;
  background: #eff3f9;
}

.child-cure__box-item {
  display: table;
  width: 100%;
  border-top: 1px solid #d1cfcf;
}

.child-cure__box-item:first-child {
  border-top: 0px;
}

.child-cure__box-img,
.child-cure__box-area {
  display: table-cell;
  vertical-align: top;
}

.child-cure__box-img {
  padding-top: 15px;
  width: 98px;
}

.child-cure__box-area {
  padding: 10px 0 15px 15px;
}

.child-cure__box-subtit {
  font-size: 1.5rem;
  font-weight: 600;
}

@media all and (min-width: 600px) {
  .child-cure {
    padding-top: 85px;
    padding-bottom: 100px;
  }

  .child-cure__head {
    margin-bottom: 65px;
  }

  .child-cure__head-tit:before {
    bottom: -16px;
  }

  .child-cure__area-head {
    margin-bottom: 40px;
    padding: 17px 20px 12px;
  }

  .child-cure__area-head:after {
    display: block;
    content: "";
    clear: both;
  }

  .child-cure__area-tit-txt {
    display: block;
    float: left;
    padding: 3px 0;
    font-size: 1.8rem;
    width: 156px;
    box-sizing: border-box;
  }

  .child-cure__area-tit {
    display: block;
    float: left;
    width: calc(100% - 190px);
    padding: 0 0 0 15px;
    margin-top: -4px;
    font-size: 3rem;
  }

  .child-cure__area.is_4old .child-cure__bg {
    margin-top: 15px;
  }

  .child-cure__list-item {
    margin-right: 35px;
    margin-bottom: 15px;
    width: 343px;
  }

  .child-cure__list-item:nth-child(3n) {
    margin-right: 0px;
  }

  .child-cure__list-item .child-cure__list-img {
    margin-bottom: 20px;
  }

  .child-cure__list-item .child-cure__list-img .child-cure__list-cap {
    width: 130px;
    font-size: 1.8rem;
  }

  .child-cure__list-subtit {
    font-size: 2rem;
  }

  .child-cure__bg {
    margin: 20px 0 80px;
    padding: 30px 35px 35px;
  }

  .child-cure__box {
    position: relative;
    margin-top: 92px;
    padding: 12px 15px 5px;
  }

  .child-cure__box-tit {
    padding: 0 20px;
    margin: -35px auto 0px;
    font-size: 2.4rem;
  }

  .child-cure__box-list {
    padding: 30px 0 45px;
  }

  .child-cure__box-list:after {
    display: block;
    content: "";
    clear: both;
  }

  .child-cure__box-item {
    float: left;
    display: table;
    width: 50%;
    border-top: 0px solid #d1cfcf;
    border-left: 1px solid #d1cfcf;
    box-sizing: border-box;
  }

  .child-cure__box-item:first-child {
    border-left: 0px;
  }

  .child-cure__box-img,
  .child-cure__box-area {
    display: table-cell;
    vertical-align: top;
  }

  .child-cure__box-img {
    padding: 0 25px 0 45px;
    width: 200px;
    box-sizing: border-box;
  }

  .child-cure__box-area {
    padding: 0 50px 0 0;
  }

  .child-cure__box-subtit {
    margin: -5px 0 5px;
    font-size: 1.8rem;
    font-weight: 600;
  }
}

.child-start {
  padding-top: 40px;
  padding-bottom: 35px;
}

.child-start__head-tit {
  margin-bottom: 35px;
}

.child-start__head-txt {
  font-size: 1.4rem;
}

.child-start__flow-tit {
  margin: 25px 0 15px;
  padding: 5px;
  font-size: 1.7rem;
  font-weight: 600;
  text-align: center;
  color: #0a4a97;
  background: #e8eff7;
}

@media all and (min-width: 600px) {
  .child-start {
    padding-top: 85px;
    padding-bottom: 100px;
  }

  .child-start__head-tit:before {
    bottom: -17px;
  }

  .child-start__head-txt {
    margin: 60px auto 53px;
    width: 880px;
    font-size: 1.6rem;
    text-align: center;
  }

  .child-start__flow-tit {
    margin: 20px 0 30px;
    padding: 10px;
    font-size: 2.4rem;
  }

  .child-start__flow-img {
    padding: 0 30px 0 16px;
  }
}

.child-over {
  margin: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  background: url(../img/child/bg_over01_sp.png) 0 0 no-repeat;
  background-size: cover;
}

.child-over__head-tit {
  margin-bottom: 35px;
}

.child-over__head-txt {
  font-size: 1.4rem;
}

.child-over__list {
  margin: 15px 0;
  padding: 20px 13px 17px;
  background: #fff;
}

@media all and (min-width: 600px) {
  .child-over {
    padding-top: 85px;
    padding-bottom: 110px;
    background: url(../img/child/bg_over01_pc.png) 0 0 no-repeat;
    background-size: cover;
  }

  .child-over__head-tit:before {
    bottom: -18px;
  }

  .child-over__head-txt {
    margin: 60px auto 53px;
    width: 880px;
    font-size: 1.6rem;
    text-align: center;
  }
}

#contact .l-sub-img {
  background: url("../img/contact/bg_main01_sp.png") no-repeat center/cover;
}

@media all and (min-width: 600px) {
  #contact .l-sub-img {
    background: url("../img/contact/bg_main01_pc.png") no-repeat center/cover;
  }
}

.contact-main {
  padding: 40px 0 25px;
}

.contact-main .contact__tit {
  margin: 40px 0 35px;
}

.contact-main .contact__txt {
  margin: 0 0 50px 0;
  font-size: 1.4rem;
}

.contact-main .tel-cv {
  margin: 0 0 15px 0;
  padding: 25px 15px 25px 15px;
  background: url("../img/contact/bg_tel01_sp.png") 0 0 / cover;
}

.contact-main .tel-cv:after {
  display: block;
  content: "";
  clear: both;
}

.contact-main .tel-cv__tit {
  margin-bottom: 12px;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
}

.contact-main .tel-contact-box__tel-link {
  display: block;
  background: #0a4a97;
  border: 2px solid #fff;
  text-align: center;
  color: #fff;
  padding: 6px 0 7px;
  text-decoration: none;
}

.contact-main .tel-contact-box__tel-txt {
  font-size: 1.3rem;
  line-height: 1;
}

.contact-main .tel-contact-box__tel-num {
  position: relative;
  left: 5px;
  top: 4px;
  font-size: 2.7rem;
  font-weight: 700;
}

.contact-main .tel-contact-box__tel-schedule {
  margin-top: 5px;
  font-size: 1rem;
}

.contact-main .tel-contact-box__btn {
  margin-top: 15px !important;
  max-width: none !important;
}

.contact-main .tel-contact-box__btn-link {
  padding: 25px 0 !important;
}

.contact-main .contact-privacy__area {
  margin: 25px 0 15px;
  overflow-y: scroll;
  padding: 20px 15px;
  height: 300px;
  background: #eff3f9;
}

.contact-main .contact-privacy__area-tit {
  font-size: 1.5rem;
  font-weight: 600;
}

.contact-main .contact-privacy__area-tit02 {
  margin-top: 30px;
  font-weight: 600;
  color: #0a4a97;
}

.contact-main .contact-privacy__area-tit03 {
  margin-top: 10px;
  font-weight: 600;
}

.contact-main .contact-privacy__area-list {
  margin-top: 10px;
}

.contact-main .contact-privacy__area-list-item {
  position: relative;
  padding-left: 12px;
}

.contact-main .contact-privacy__area-list-item:before {
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #0a4a97;
  border-radius: 50%;
}

@media all and (min-width: 600px) {
  .contact-main {
    padding: 7px 0 100px;
  }

  .contact-main .contact__tit {
    margin: 60px 0 0;
  }

  .contact-main .contact__tit:before {
    bottom: -17px;
  }

  .contact-main .contact__txt {
    margin: 60px 0 53px 0;
    font-size: 1.6rem;
    text-align: center;
  }

  .contact-main .tel-cv {
    width: 900px;
    height: 196px;
    margin: 0 auto 85px;
    padding: 27px 15px 25px 15px;
    background: url("../img/contact/bg_tel01_pc.png") 0 0 / cover;
    box-sizing: border-box;
  }

  .contact-main .tel-cv__tit {
    margin: 13px 0 2px;
    font-size: 2.4rem;
  }

  .contact-main .tel-contact-box__tel {
    width: auto;
    box-sizing: border-box;
  }

  .contact-main .tel-contact-box__tel-link {
    pointer-events: none;
    background: none;
    border: none;
    text-align: center;
    color: #fff;
    padding: 0;
    text-decoration: none;
    display: table;
    margin: auto;
  }

  .contact-main .tel-contact-box__tel-txt {
    padding-left: 3px;
    display: table-cell;
    font-size: 2.4rem;
    line-height: 1.3;
    vertical-align: middle;
  }

  .contact-main .tel-contact-box__tel-num {
    left: 3px;
    top: 9px;
    font-size: 5rem;
    letter-spacing: 0;
  }

  .contact-main .tel-contact-box__tel-schedule {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.3rem !important;
    text-align: left;
    margin: 0;
    padding: 20px 0px 0 20px;
    font-size: 1.1rem;
  }

  .contact-main .tel-contact-box__btn {
    margin-top: 0 !important;
    width: 440px;
    max-width: 440px !important;
    position: relative;
    top: 5px;
    left: 10px;
  }

  .contact-main .tel-contact-box__btn-link {
    padding: 25px 0 !important;
  }

  .contact-main .contact-cv {
    float: left;
    width: 280px;
    height: 105px;
    padding: 0;
    margin: 20px 0 0 0;
    color: #333;
    box-sizing: border-box;
  }

  .contact-main .contact-cv__tit {
    margin: 20px 0 0;
    line-height: 1;
  }

  .contact-main .contact-privacy__area {
    margin: 40px 0 22px;
    overflow-y: scroll;
    padding: 40px 50px;
    height: 230px;
    box-sizing: border-box;
  }

  .contact-main .contact-privacy__area-tit {
    margin-bottom: 8px;
    font-size: 1.6rem;
  }
}

.contact-form input[name^="your-name"] {
  width: 100%;
}

.contact-form input[name^="your-mail"] {
  width: 100%;
}

.contact-form input[name^="your-tel"] {
  width: 200px;
}

.contact-form input[name^="your-date"] {
  width: 100%;
  cursor: pointer;
}

.contact-form textarea[name^="your-message"] {
  width: 100%;
  height: 175px;
}

@media all and (min-width: 600px) {
  .contact-form input[name^="your-name"] {
    width: 250px;
  }

  .contact-form input[name^="your-mail"] {
    width: 450px;
  }

  .contact-form input[name^="your-tel"] {
    width: 150px;
  }

  .contact-form input[name^="your-date"] {
    width: 350px;
  }

  .contact-form textarea[name^="your-message"] {
    width: 100%;
    height: 200px;
    margin: 10px 0;
  }
}

#error .l-sub-img {
  background: url("../img/contact/bg_main01_sp.png") no-repeat center/cover;
}

@media all and (min-width: 600px) {
  #error .l-sub-img {
    background: url("../img/contact/bg_main01_pc.png") no-repeat center/cover;
  }
}

.error-page404__inner {
  padding-top: 50px;
  padding-bottom: 50px;
}

.error-page404__txt {
  padding: 40px 0;
  text-align: center;
}

.error-page404__btn-link:after {
  left: 20px;
  right: auto;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#faq .l-sub-img {
  background: url("../img/faq/bg_main01_sp.png") no-repeat center/cover;
}

@media all and (min-width: 600px) {
  #faq .l-sub-img {
    background: url("../img/faq/bg_main01_pc.png") no-repeat center/cover;
  }
}

@media all and (min-width: 600px) {
  #faq .nav-list__item:nth-child(7) .nav-list__toggle-trigger {
    position: relative;
  }

  #faq .nav-list__item:nth-child(7) .nav-list__toggle-trigger:hover:before {
    display: block;
    opacity: 1;
    z-index: 3;
  }

  #faq .nav-list__item:nth-child(7) .nav-list__toggle-trigger:before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 50%;
    width: 32px;
    margin-left: -16px;
    height: 1px;
    background: #0a4a97;
    z-index: 3;
  }
}

.faq-main__inner {
  padding-bottom: 40px;
}

.faq-main__sec-item {
  border-top: 1px solid #d1cfcf;
}

.faq-main__sec-item:last-of-type {
  border-bottom: 1px solid #d1cfcf;
}

.faq-main__sec-item-head {
  position: relative;
  padding: 10px 50px 10px 38px;
  font-size: 1.5rem;
  font-weight: 700;
}

.faq-main__sec-item-head:before {
  position: absolute;
  top: 14px;
  left: 15px;
  content: "Q";
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  line-height: 1;
  color: #0a4a97;
}

.faq-main__sec-item-ico {
  position: absolute;
  right: 0;
  top: 20px;
}

.faq-main__sec-item-ico span {
  position: absolute;
  right: 13px;
  width: 15px;
  height: 3px;
  content: "";
  background: #d1cfcf;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.faq-main__sec-item-ico span:nth-child(1) {
  top: 0px;
}

.faq-main__sec-item-ico span:nth-child(2) {
  top: 0px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.is-active .faq-main__sec-item-ico span:nth-child(2) {
  opacity: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.faq-main__sec-item-txt {
  position: relative;
  padding: 10px 15px 15px 38px;
  background: #eff3f9;
}

.faq-main__sec-item-txt:before {
  position: absolute;
  top: 14px;
  left: 15px;
  content: "A";
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  line-height: 1;
  color: #0086c5;
}

@media all and (min-width: 600px) {
  .faq-main__inner {
    padding-bottom: 120px;
  }

  .faq-main__sec {
    padding: 8px 0 10px 0;
  }

  .faq-main__sec-item-head {
    position: relative;
    padding: 20px 85px 22px 75px;
    font-size: 1.8rem;
    letter-spacing: 0.075em;
  }

  .faq-main__sec-item-head:before {
    top: calc(50% - 20px);
    left: 30px;
    font-size: 3rem;
  }

  .faq-main__sec-item-head.is-line1 {
    padding: 30px 85px 29px 75px;
  }

  .faq-main__sec-item-head .faq-main__sec-item-ico {
    position: absolute;
    top: 50%;
    right: 16px;
  }

  .faq-main__sec-item-head .faq-main__sec-item-ico span {
    width: 21px;
  }

  .faq-main__sec-item-txt {
    padding: 23px 30px 24px 75px;
    letter-spacing: 0.075em;
  }

  .faq-main__sec-item-txt:before {
    top: 25px;
    left: 31px;
    font-size: 3rem;
  }
}

#flow .l-sub-img {
  background: url("../img/flow/bg_main01_sp.png") no-repeat center/cover;
}

@media all and (min-width: 600px) {
  #flow .l-sub-img {
    background: url("../img/flow/bg_main01_pc.png") no-repeat center/cover;
  }
}

@media all and (min-width: 600px) {
  #flow .nav-list__item:nth-child(5) .nav-list__link {
    position: relative;
  }

  #flow .nav-list__item:nth-child(5) .nav-list__link:hover:before {
    display: block;
    opacity: 1;
    z-index: 3;
  }

  #flow .nav-list__item:nth-child(5) .nav-list__link:before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 50%;
    width: 32px;
    margin-left: -16px;
    height: 1px;
    background: #0a4a97;
    z-index: 3;
  }
}

.flow-main {
  padding: 40px 0 25px;
}

.flow-main__inner {
  position: relative;
}

.flow-main__list-item {
  position: relative;
}

.flow-main__list-item:before {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  top: 0px;
  left: 18px;
  background: #0a4a97;
}

.flow-main__list-item:last-child:before {
  display: none;
}

.flow-main__tit {
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 0 0 45px;
  text-indent: -45px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.flow-main__tit-strong {
  margin-right: 5px;
  padding-bottom: 5px;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
  color: #0a4a97;
  background: #fff;
}

.flow-main__list-item:nth-child(4) .flow-main__tit,
.flow-main__list-item:nth-child(5) .flow-main__tit {
  line-height: 1.5;
}

.flow-main__list-item:nth-child(4) .flow-main__tit-strong,
.flow-main__list-item:nth-child(5) .flow-main__tit-strong {
  line-height: 1.4;
}

.flow-main__area {
  position: relative;
  padding: 2px 0 40px 45px;
}

.flow-main__pic {
  margin-top: 15px;
}

.flow-main-cv {
  margin: 15px 0;
  padding: 14px 15px;
  background: #eff3f9;
}

.flow-main-cv:after {
  display: block;
  content: "";
  clear: both;
}

.flow-main-cv__tit {
  margin-bottom: 8px;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
}

.flow-main-contact-box__tel-link {
  display: block;
  background: #0a4a97;
  border: 4px solid #fff;
  text-align: center;
  color: #fff;
  padding: 6px 0 7px;
  text-decoration: none;
}

.flow-main-contact-box__tel-txt {
  font-size: 1.3rem;
  line-height: 1;
}

.flow-main-contact-box__tel-num {
  position: relative;
  left: 5px;
  top: 4px;
  font-size: 2.7rem;
  font-weight: 700;
}

.flow-main-contact-box__tel-schedule {
  margin-top: 5px;
  font-size: 1rem;
}

.flow-main-contact-box__btn {
  margin-top: 15px !important;
  max-width: none !important;
}

.flow-main-contact-box__btn-link {
  padding: 25px 0 !important;
}

.flow-main-cv2 {
  padding: 0 15px 5px;
}

.flow-main-cv2__btn {
  margin-top: 0px;
  max-width: 100%;
}

.flow-main-cv2 .c-btn01__link {
  padding: 12px 0;
}

.flow-main-cv2__ico {
  position: relative;
  margin: auto;
  display: block;
  width: 30px;
}

@media all and (min-width: 600px) {
  .flow-main {
    margin-top: -12px;
    padding: 0px 0 85px;
  }

  .flow-main__list-item:before {
    top: 10px;
    left: 20px;
  }

  .flow-main__tit {
    margin: 0 0 3px;
    font-size: 3rem;
    padding: 5px 0 0 70px;
    text-indent: -75px;
    line-height: 1.7;
  }

  .flow-main__tit-strong {
    margin-right: 15px;
    padding-bottom: 3px;
    font-size: 4rem;
    line-height: 1.4;
  }

  .flow-main__list-item:nth-child(4) .flow__tit,
  .flow-main__list-item:nth-child(5) .flow__tit {
    line-height: 1.8;
  }

  .flow-main__list-item:nth-child(4) .flow__tit-strong,
  .flow-main__list-item:nth-child(5) .flow__tit-strong {
    line-height: 1.4;
  }

  .flow-main__list-item:nth-child(4) .flow__area-inner {
    padding-bottom: 25px;
  }

  .flow-main__list-item:nth-child(5) .flow__area-inner {
    padding-bottom: 35px;
  }

  .flow-main__list-item:nth-child(5) .flow__pic img {
    margin-top: -110px;
  }

  .flow-main__list-item:nth-child(6) .flow__area-inner {
    padding-bottom: 25px;
  }

  .flow-main__area {
    position: relative;
    display: table;
    padding: 10px 0 12px 70px;
  }

  .flow-main__area:after {
    display: block;
    content: "";
    clear: both;
  }

  .flow-main__area-inner {
    display: table-cell;
    width: 565px;
    padding-bottom: 40px;
    vertical-align: top;
  }

  .flow-main__pic {
    position: relative;
    display: table-cell;
    padding: 0 0 40px 40px;
    width: 420px;
    vertical-align: top;
  }

  .flow-main__pic img {
    margin-top: -55px;
  }

  .flow-main-contact-box__tel {
    width: 384px;
    box-sizing: border-box;
  }

  .flow-main-contact-box__tel-link {
    pointer-events: none;
    background: none;
    border: none;
    text-align: center;
    color: #fff;
    padding: 0;
    text-decoration: none;
  }

  .flow-main-contact-box__tel-txt {
    font-size: 2.4rem;
    line-height: 1;
  }

  .flow-main-contact-box__tel-num {
    left: 8px;
    top: 9px;
    font-size: 5rem;
  }

  .flow-main-contact-box__tel-schedule {
    margin-top: 8px;
    font-size: 1.1rem;
  }

  .flow-main-contact-box__btn {
    margin-top: 0 !important;
    width: 440px;
    max-width: 440px !important;
    position: relative;
    top: 5px;
    left: 10px;
  }

  .flow-main-contact-box__btn-link {
    padding: 25px 0 !important;
  }

  .flow-main-cv {
    float: left;
    width: 280px;
    height: 105px;
    padding: 0;
    margin: 25px 0 0 0;
    color: #333;
    box-sizing: border-box;
  }

  .flow-main-cv__tit {
    margin: 20px 0 0;
    line-height: 1;
  }

  .flow-main-contact-box {
    padding: 0;
  }

  .flow-main-contact-box__tel {
    width: 100%;
  }

  .flow-main-contact-box__tel-link {
    color: #333;
  }

  .flow-main-contact-box__tel-txt {
    font-size: 1.6rem;
    line-height: 1;
  }

  .flow-main-contact-box__tel-num {
    position: relative;
    left: 5px;
    top: 4px;
    font-size: 3.1rem;
  }

  .flow-main-contact-box__tel-schedule {
    font-size: 1rem;
    letter-spacing: 0;
  }

  .flow-main-cv2 {
    float: left;
    width: 280px;
    height: 105px;
    margin: 25px 0 0;
    box-sizing: border-box;
  }

  .flow-main-cv2__btn {
    margin-left: -10px;
    width: 280px;
    max-width: 280px !important;
  }

  .flow-main-cv2 .c-btn01__link {
    padding-top: 20px;
    height: 105px;
  }

  .flow-main-cv2-cv2__ico {
    margin-bottom: 5px;
    width: 43px;
  }
}

@media all and (min-width: 600px) {
  #home .nav-list__item:nth-child(1) .nav-list__link {
    position: relative;
  }

  #home .nav-list__item:nth-child(1) .nav-list__link:hover:before {
    display: block;
    opacity: 1;
    z-index: 3;
  }

  #home .nav-list__item:nth-child(1) .nav-list__link:before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 50%;
    width: 32px;
    margin-left: -16px;
    height: 1px;
    background: #0a4a97;
    z-index: 3;
  }
}

.home-lead__box {
  background: #fff;
  position: relative;
  overflow: hidden;
  margin-top: -40px;
  padding: 10px 5px 0px;
}

.home-lead__box:before,
.home-lead__box:after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 100%;
  background: #0a4a97;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.home-lead__box:before {
  top: -40%;
  right: 0;
}

.home-lead__box:after {
  bottom: -40%;
  left: 0;
}

.home-lead__area-txt {
  background: #fff url("../img/home/img_child01_sp.png") no-repeat left
    center/30%;
  padding-left: 40%;
  margin-bottom: 10px;
}

.home-lead__tit {
  text-align: center;
  margin-left: -5px;
  margin-bottom: 5px;
  font-size: 1.5rem;
  font-weight: 700;
}

.home-lead__num {
  padding-left: 25px;
  position: relative;
  top: 0;
  padding-right: 2px;
  font-size: 1.5rem;
  font-weight: 700;
}

.home-lead__num:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 21px;
  margin-top: -9px;
  background: url(../img/home/ico_tooth01.png) no-repeat center;
  background-size: 100%;
}

.home-lead__txt {
  font-size: 1.2rem;
}

.home-lead__list {
  margin-top: 15px;
}

.home-lead__item + .home-lead__item {
  margin-top: 25px;
}

.home-lead__item-link {
  display: block;
  text-decoration: none;
}

.home-lead__item-img {
  margin-bottom: 15px;
}

@media all and (min-width: 600px) {
  .home-bnr {
    max-width: 1145px;
    margin: -85px auto 50px;
    position: relative;
  }

  .bnr-campaign {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
  }

  .home-lead__inner {
    min-width: 1100px;
    max-width: 1402px;
    margin: auto;
  }

  .home-lead__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 1100px;
    margin: 0 auto 0;
    padding-right: 40px;
  }

  .home-lead__box:before,
  .home-lead__box:after {
    width: 10px;
    height: 20px;
  }

  .home-lead__img {
    width: calc(43.6% - 20px);
    box-sizing: border-box;
  }

  .home-lead__area-txt {
    width: calc(56.3% - 20px);
    box-sizing: border-box;
    background: none;
    margin-left: 40px;
    margin-bottom: 0;
    padding: 10px 0 0;
  }

  .home-lead__tit {
    margin-left: 0;
    margin-bottom: 12px;
    font-size: 3rem;
    letter-spacing: 0.09em;
  }

  .home-lead__num {
    top: 6px;
    padding-left: 55px;
    font-size: 4rem;
  }

  .home-lead__num:before {
    left: 6px;
    width: 33px;
    height: 33px;
    margin-top: -16px;
  }

  .home-lead__txt {
    font-size: 1.5rem;
  }

  .home-lead__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 80px -14px 0;
  }

  .home-lead__item {
    box-sizing: border-box;
    width: calc(50% - 28px);
    max-width: 687px;
    margin: 0 14px;
  }

  .home-lead__item + .home-lead__item {
    margin-top: 0;
  }

  .home-lead__item:nth-child(n + 3) {
    width: 685px;
    margin: 56px auto 0;
  }

  .home-lead__item-link,
  .bnr-campaign {
    text-decoration: none;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .home-lead__item-link:hover:before,
  .bnr-campaign:hover:before {
    width: 100%;
  }

  .home-lead__item-link:before,
  .bnr-campaign:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #fff;
    opacity: 0.3;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .home-lead__item-img {
    margin-bottom: 23px;
    box-shadow: 0px 8px 15px 0px #d9dce2;
  }
}

.home-reason__inner {
  padding-top: 45px;
  padding-bottom: 40px;
}

.home-reason__box-img {
  margin: 0 -15px;
  position: relative;
}

.home-reason__box-img:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(135deg, #9ce8e5 0%, #f2f5fa 100%);
  z-index: -1;
}

.home-reason__box-area-txt {
  background: #0a4a97;
  position: relative;
  margin-top: -15px;
  padding: 30px 20px;
  color: #fff;
  text-align: center;
}

.home-reason__box-head {
  margin-bottom: 10px;
}

.home-reason__box-head-txt {
  display: inline-block;
  border: 1px solid #fff;
  margin-bottom: 10px;
  padding: 1px 20px;
  font-size: 1.1rem;
  font-weight: 700;
}

.home-reason__box-head-tit {
  font-size: 1.8rem;
  font-weight: 700;
}

.home-reason__box-txt {
  margin-bottom: 25px;
  text-align: left;
}

.home-reason__box-btn {
  width: 255px;
}

.home-reason__sec {
  margin-top: 30px;
}

.home-reason__sec-head {
  text-align: center;
  margin-bottom: 40px;
}

.home-reason__sec-head-lead {
  margin-bottom: 10px;
  font-size: 1.3rem;
  font-weight: 700;
}

.home-reason__sec-head-tit {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
}

.home-reason__sec-head-tit-emphasis {
  display: inline-block;
  position: relative;
  font-size: 2.5rem;
  font-weight: 700;
  color: #0a4a97;
}

.home-reason__sec-head-tit-emphasis:before,
.home-reason__sec-head-tit-emphasis:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #0a4a97;
}

.home-reason__sec-head-tit-emphasis:before {
  bottom: -5px;
}

.home-reason__sec-head-tit-emphasis:after {
  bottom: -7px;
}

.home-reason__sec-head-tit-num {
  position: relative;
  top: 5px;
  font-size: 4rem;
  font-weight: 700;
}

.home-reason__sec-item + .home-reason__sec-item {
  margin-top: 35px;
}

.home-reason__sec-item-img {
  position: relative;
  margin-bottom: 15px;
}

.home-reason__sec-item-img:before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 0;
  border-color: #0a4a97 transparent transparent transparent;
}

.home-reason__sec-item-num {
  position: absolute;
  top: -1px;
  left: 5px;
  font-size: 1rem;
  color: #fff;
}

.home-reason__sec-item-sub-tit {
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
}

.home-reason__sec-item-blue {
  color: #0a4a97;
  font-weight: 700;
}

@media all and (min-width: 600px) {
  .home-reason__inner {
    padding-top: 70px;
    padding-bottom: 95px;
  }

  .home-reason__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .home-reason__box-img {
    width: 960px;
    box-sizing: border-box;
    margin: 0 0 0 -410px;
  }

  .home-reason__box-img:before {
    top: 100px;
    left: calc(100% - 126px);
    width: 1100px;
    height: 500px;
    background-image: linear-gradient(
      135deg,
      #9ce8e5 0%,
      #c1e5f8 35%,
      #fff 100%
    );
  }

  .home-reason__box-area-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 550px;
    box-sizing: border-box;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0;
    padding: 0 50px;
  }

  .home-reason__box-head {
    margin-bottom: 23px;
  }

  .home-reason__box-head-txt {
    margin-bottom: 15px;
    padding: 0px 46px;
    font-size: 1.6rem;
  }

  .home-reason__box-head-tit {
    font-size: 3rem;
    line-height: 1.6;
  }

  .home-reason__box-txt {
    margin-bottom: 45px;
    font-size: 1.6rem;
  }

  .home-reason__box-btn {
    width: 330px;
    max-width: 330px;
  }

  .home-reason__sec {
    margin-top: 150px;
  }

  .home-reason__sec-head {
    margin-bottom: 75px;
  }

  .home-reason__sec-head-lead {
    margin-bottom: -10px;
    font-size: 2.4rem;
    letter-spacing: 0.06em;
  }

  .home-reason__sec-head-tit {
    font-size: 4rem;
    letter-spacing: 0.06em;
  }

  .home-reason__sec-head-tit-emphasis {
    font-size: 5rem;
  }

  .home-reason__sec-head-tit-emphasis:before {
    bottom: -5px;
  }

  .home-reason__sec-head-tit-emphasis:after {
    bottom: -7px;
  }

  .home-reason__sec-head-tit-num {
    top: 9px;
    font-size: 8rem;
  }

  .home-reason__sec-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .home-reason__sec-item {
    width: calc(33.33% - 18px);
    box-sizing: border-box;
  }

  .home-reason__sec-item + .home-reason__sec-item {
    margin-top: 0;
  }

  .home-reason__sec-item:nth-child(n + 4) {
    margin-top: 58px;
  }

  .home-reason__sec-item-img {
    margin-bottom: 20px;
  }

  .home-reason__sec-item-img:before {
    top: -6px;
    border-style: solid;
    border-width: 50px 50px 0 0;
    border-color: #0a4a97 transparent transparent transparent;
  }

  .home-reason__sec-item-num {
    top: -2px;
    left: 8px;
    font-size: 1.2rem;
  }

  .home-reason__sec-item-sub-tit {
    margin-bottom: 12px;
    font-size: 2rem;
  }
}

.home-contact {
  background: url("../img/home/bg_contact01_sp.png") no-repeat center/cover;
}

.home-contact__inner {
  padding-top: 22px;
  padding-bottom: 50px;
}

.home-contact__tit {
  margin-bottom: 15px;
  padding: 0 35px;
}

.home-contact__txt {
  margin-bottom: 20px;
  color: #fff;
  padding: 0 10px;
}

.home-contact__btn-link {
  padding: 20px 0;
}

@media all and (min-width: 600px) {
  .home-contact {
    background: url("../img/home/bg_contact01_pc.png") no-repeat center/cover;
  }

  .home-contact__inner {
    padding-top: 55px;
    padding-bottom: 116px;
  }

  .home-contact__tit {
    position: relative;
    left: -66px;
    width: 520px;
    margin: 0 auto 31px;
  }

  .home-contact__txt {
    width: 570px;
    margin: 0 auto 40px;
  }

  .home-contact__btn {
    width: 440px;
    max-width: 440px;
  }

  .home-contact__btn-link {
    padding: 25px 0;
  }
}

.home-trouble__sec {
  background-image: linear-gradient(135deg, #d1f3f3 0%, #eff5fe 63%, #fff 100%);
}

.home-trouble__sec + .home-trouble__sec {
  background-image: none;
  background: #fff;
  position: relative;
}

.home-trouble__sec + .home-trouble__sec:before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -125px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 125px 0 125px;
  border-color: #306fbc transparent transparent transparent;
}

.home-trouble__sec + .home-trouble__sec .home-trouble__list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-trouble__sec + .home-trouble__sec .home-trouble__item {
  width: calc(33.33% - 15px);
}

.home-trouble__sec
  + .home-trouble__sec
  .home-trouble__item
  + .home-trouble__item {
  margin-left: 22px;
}

.home-trouble__sec + .home-trouble__sec .home-trouble__item:nth-child(3n + 1) {
  margin-left: 0;
}

.home-trouble__sec + .home-trouble__sec .home-trouble__item-img {
  position: static;
  box-shadow: none;
  border-radius: 0;
}

.home-trouble__sec + .home-trouble__sec .home-trouble__item-img:before,
.home-trouble__sec + .home-trouble__sec .home-trouble__item-img:after {
  display: none;
}

.home-trouble__sec-inner {
  padding-top: 40px;
  padding-bottom: 50px;
}

.home-trouble__head {
  margin-bottom: 20px;
  text-align: center;
}

.home-trouble__head-lead {
  margin-bottom: 5px;
  font-size: 1.3rem;
  font-weight: 700;
}

.home-trouble__head-tit {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
}

.home-trouble__head-tit-blue {
  display: inline-block;
  color: #0a4a97;
  font-weight: 700;
  position: relative;
}

.home-trouble__head-tit-blue:before,
.home-trouble__head-tit-blue:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #0a4a97;
}

.home-trouble__head-tit-blue:before {
  bottom: 2px;
}

.home-trouble__head-tit-blue:after {
  bottom: 0px;
}

.home-trouble__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home-trouble__item {
  width: calc(33.33% - 11px);
  box-sizing: border-box;
}

.home-trouble__item:nth-child(n + 4) {
  margin-top: 25px;
}

.home-trouble__item-link {
  display: block;
  text-decoration: none;
}

.home-trouble__item-img {
  margin-bottom: 10px;
  box-shadow: 0px 4px 6px -3px #04000066;
  border-radius: 50%;
  position: relative;
}

.home-trouble__item-img:before,
.home-trouble__item-img:after {
  content: "";
  display: block;
  position: absolute;
}

.home-trouble__item-img:before {
  bottom: 5px;
  right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #0a4a97;
}

.home-trouble__item-img:after {
  width: 3px;
  height: 3px;
  border: 0px;
  border-top: solid 1.5px #fff;
  border-right: solid 1.5px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 13.5px;
  right: 18px;
}

.home-trouble__item-num {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  color: #0a4a97;
}

.home-trouble__item-sub-tit {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}

.home-trouble__item-txt {
  margin-top: 5px;
  font-size: 1.1rem;
  text-align: center;
}

@media all and (min-width: 600px) {
  .home-trouble__sec + .home-trouble__sec:before {
    top: -33px;
    margin-left: -250px;
    border-width: 100px 250px 0 250px;
  }

  .home-trouble__sec + .home-trouble__sec .home-trouble__sec-inner {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .home-trouble__sec + .home-trouble__sec .home-trouble__head {
    margin-bottom: 63px;
  }

  .home-trouble__sec + .home-trouble__sec .home-trouble__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 840px;
  }

  .home-trouble__sec + .home-trouble__sec .home-trouble__item {
    width: calc(33.33% - 34px);
  }

  .home-trouble__sec + .home-trouble__sec .home-trouble__item:nth-child(n + 4) {
    margin-top: 55px;
  }

  .home-trouble__sec + .home-trouble__sec .home-trouble__item-sub-tit {
    font-size: 2rem;
    line-height: 1.7;
  }

  .home-trouble__sec + .home-trouble__sec .home-trouble__item-img {
    width: 150px;
    margin: 0 auto 20px;
  }

  .home-trouble__sec-inner {
    padding-top: 90px;
    padding-bottom: 114px;
  }

  .home-trouble__head {
    margin-bottom: 52px;
  }

  .home-trouble__head-lead {
    margin-bottom: -2px;
    font-size: 2.4rem;
  }

  .home-trouble__head-tit {
    font-size: 4rem;
    letter-spacing: 0.06em;
  }

  .home-trouble__head-tit-blue:before {
    bottom: 10px;
  }

  .home-trouble__head-tit-blue:after {
    bottom: 12px;
  }

  .home-trouble__list {
    width: 730px;
    margin: 0 auto;
  }

  .home-trouble__item {
    width: calc(33.33% - 44px);
    box-sizing: border-box;
  }

  .home-trouble__item:nth-child(n + 4) {
    margin-top: 36px;
  }

  .home-trouble__item-link {
    display: block;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .home-trouble__item-link:hover:before {
    width: 100%;
  }

  .home-trouble__item-link:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #fff;
    opacity: 0.3;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .home-trouble__item-img {
    margin-bottom: 9px;
    z-index: 0;
  }

  .home-trouble__item-img:before,
  .home-trouble__item-img:after {
    content: "";
    display: block;
    position: absolute;
  }

  .home-trouble__item-img:before {
    bottom: 10px;
    right: 14px;
    width: 40px;
    height: 40px;
  }

  .home-trouble__item-img:after {
    width: 6px;
    height: 6px;
    bottom: 26px;
    right: 33px;
  }

  .home-trouble__item-num {
    font-size: 1.7rem;
    font-weight: 700;
  }

  .home-trouble__item-sub-tit {
    font-size: 2.4rem;
  }

  .home-trouble__item-txt {
    margin-top: 4px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

.home-medical {
  background: url("../img/home/bg_medical01_sp.png") no-repeat center/cover;
}

.home-medical__inner {
  padding-top: 35px;
  padding-bottom: 50px;
}

.home-medical__head {
  margin-bottom: 15px;
  color: #fff;
  text-align: center;
}

.home-medical__head-lead {
  margin-bottom: 10px;
  font-size: 1.3rem;
  font-weight: 700;
}

.home-medical__head-tit {
  font-size: 2.5rem;
  font-weight: 700;
}

.home-medical__txt {
  margin-bottom: 20px;
  font-size: 1.4rem;
  color: #fff;
}

.home-medical__txt-yellow {
  color: #ffd862;
}

.home-medical__list {
  margin-bottom: 25px;
  padding: 0 20px;
}

.home-medical__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
}

.home-medical__item + .home-medical__item {
  margin-top: 10px;
}

.home-medical__item-img {
  width: 30%;
  box-sizing: border-box;
}

.home-medical__item-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 70%;
  box-sizing: border-box;
  padding-left: 15px;
  background: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}

.home-medical__btn {
  padding: 0 40px;
}

.home-medical__btn + .home-medical__btn {
  margin-top: 10px;
}

@media all and (min-width: 600px) {
  .home-medical__inner {
    background: url("../img/home/bg_medical01_pc.png") no-repeat center/cover;
  }

  .home-medical__inner {
    padding-top: 99px;
    padding-bottom: 120px;
  }

  .home-medical__head {
    margin-bottom: 27px;
  }

  .home-medical__head-lead {
    margin-bottom: 4px;
    font-size: 2.4rem;
  }

  .home-medical__head-tit {
    font-size: 4rem;
  }

  .home-medical__txt {
    margin-bottom: 54px;
    font-size: 1.6rem;
    text-align: center;
  }

  .home-medical__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px;
    padding: 0;
  }

  .home-medical__item {
    width: calc(33% - 12px);
    box-sizing: border-box;
  }

  .home-medical__item + .home-medical__item {
    margin-top: 0;
  }

  .home-medical__item:nth-child(n + 4) {
    margin-top: 30px;
  }

  .home-medical__item-img {
    width: 34%;
  }

  .home-medical__item-txt {
    width: 66%;
    padding-left: 18px;
    font-size: 1.6rem;
  }

  .home-medical__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 725px;
    margin: 0 auto;
  }

  .home-medical__btn {
    width: calc(50% - 30px);
    max-width: calc(50% - 30px);
    box-sizing: border-box;
    padding: 0;
  }

  .home-medical__btn + .home-medical__btn {
    margin-top: 0;
  }
}

.home-doctor__inner {
  padding-top: 50px;
  margin-bottom: 20px;
}

.home-doctor__img {
  position: relative;
  margin-bottom: 20px;
  padding: 0 40px;
}

.home-doctor__name {
  position: absolute;
  right: 40px;
  bottom: 0;
  background: #fff;
  padding: 2px 8px 2px 9px;
  font-size: 1.4rem;
  font-weight: 700;
}

.home-doctor__degree {
  position: relative;
  top: -2px;
  font-size: 1rem;
  font-weight: 700;
}

.home-doctor__tit {
  margin-bottom: 15px;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 700;
}

.home-doctor__tit-blue {
  color: #0a4a97;
  font-weight: 700;
}

.home-doctor__txt {
  margin-bottom: 25px;
}

.home-doctor__btn {
  margin: 0 45px;
}

@media all and (min-width: 600px) {
  .home-doctor__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 122px;
    margin-bottom: 44px;
  }

  .home-doctor__img {
    width: calc(50% - 19px);
    box-sizing: border-box;
    margin-bottom: 0;
    padding: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .home-doctor__name {
    right: 0;
    padding: 0px 6px 1px 23px;
    font-size: 2.2rem;
  }

  .home-doctor__degree {
    top: -5px;
    left: -4px;
    font-size: 1.4rem;
  }

  .home-doctor__area-txt {
    width: calc(50% - 60px);
    box-sizing: border-box;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 38px;
  }

  .home-doctor__tit {
    margin-bottom: 26px;
    font-size: 3rem;
    letter-spacing: 0.06em;
  }

  .home-doctor__txt {
    margin-bottom: 42px;
    line-height: 1.95;
  }

  .home-doctor__btn {
    margin: 0;
    max-width: 330px;
  }
}

#medical .l-sub-img {
  background: url("../img/medical/bg_main01_sp.png") no-repeat center/cover;
}

@media all and (min-width: 600px) {
  #medical .l-sub-img {
    background: url("../img/medical/bg_main01_pc.png") no-repeat center/cover;
  }
}

@media all and (min-width: 600px) {
  #medical .nav-list__item:nth-child(4) .nav-list__link {
    position: relative;
  }

  #medical .nav-list__item:nth-child(4) .nav-list__link:hover:before {
    display: block;
    opacity: 1;
    z-index: 3;
  }

  #medical .nav-list__item:nth-child(4) .nav-list__link:before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 50%;
    width: 32px;
    margin-left: -16px;
    height: 1px;
    background: #0a4a97;
    z-index: 3;
  }
}

.is_bg-blue1 {
  background: #eff3f9;
}

.is_bg-blue2 {
  background: #e3eaf4;
}

@media all and (max-width: 599px) {
  .medical-main__inner {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

.medical-main__area-txt {
  font-size: 1.4rem;
}

@media all and (min-width: 600px) {
  .medical-main__inner {
    padding-bottom: 35px;
  }

  .medical-main__head-tit {
    margin-top: -10px;
  }

  .medical-main__head-tit:before {
    bottom: -19px;
  }

  .medical-main__head-txt {
    width: 880px;
    font-size: 1.6rem;
    text-align: center;
    margin: 60px auto;
  }
}

.medical-trouble01 {
  padding: 25px 0 30px;
}

@media all and (min-width: 600px) {
  .medical-trouble01 {
    padding: 100px 0 85px;
  }
}

.medical-trouble__area-txt {
  font-size: 1.4rem;
}

.medical-trouble__txt {
  text-align: center;
  margin-bottom: 20px;
}

.medical-trouble__item-catch {
  position: relative;
  margin: auto;
  padding: 1px 10px;
  display: table;
  color: #fff;
  background: #0a4a97;
}

.medical-trouble__item-catch:after {
  display: block;
  position: absolute;
  content: "";
  bottom: -10px;
  left: calc(50% - 5px);
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 5px solid #0a4a97;
}

.medical-trouble__item-tit {
  margin: 8px 0 15px;
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
}

.medical-trouble__item-box {
  margin-bottom: 15px;
  padding: 24px 14px;
  background: #fff;
  border: 1px solid #d1cfcf;
}

.medical-trouble__item-img {
  border: 1px solid #0a4a97;
}

.medical-trouble__item-subtit {
  margin: 8px 0 15px;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}

.medical-trouble__item .medical-trouble__item-inner-subtit {
  font-size: 1.5rem;
  font-weight: 600;
}

.medical-trouble__item-inner-gray {
  margin-bottom: 15px;
  padding: 15px;
  background: #e9e7e7;
}

.medical-trouble__item-inner-red {
  padding: 15px;
  background: #f8e9e9;
}

.medical-trouble__item-inner-red .medical-trouble__item-inner-subtit {
  color: #e14d4d;
}

.medical-trouble__item__item-inner-txt {
  font-size: 1.3rem;
}

@media all and (min-width: 600px) {
  .medical-trouble__item:after {
    display: block;
    content: "";
    clear: both;
  }

  .medical-trouble__item-catch {
    margin-top: 1px;
    padding: 2px 19px 1px;
    font-size: 1.8rem;
  }

  .medical-trouble__item-catch:after {
    bottom: -18px;
    left: calc(50% - 10px);
    border-width: 10px;
  }

  .medical-trouble__item-tit {
    margin: 3px 0 34px;
    font-size: 4rem;
  }

  .medical-trouble__item-list {
    margin-top: 30px;
  }

  .medical-trouble__item-list li {
    float: left;
    margin-right: 14px;
    width: 356px;
    box-sizing: border-box;
  }

  .medical-trouble__item-list li:nth-child(3n) {
    margin-right: 0px;
  }

  .medical-trouble__item-box {
    padding: 29px;
  }

  .medical-trouble__item-subtit {
    margin: 8px 0;
    font-size: 3rem;
  }

  .medical-trouble__item .medical-trouble__item-inner-subtit {
    margin-bottom: 10px;
    font-size: 2rem;
  }

  .medical-trouble__item-inner-gray {
    padding: 22px 30px 25px;
  }

  .medical-trouble__item-inner-red {
    padding: 22px 30px 23px;
  }

  .medical-trouble__item-item-inner-txt {
    font-size: 1.5rem;
  }
}

.medical-trouble02 {
  padding: 50px 0 20px;
}

.medical-trouble02 .medical-trouble__sec {
  margin-bottom: 40px;
}

.medical-trouble02 .medical-trouble__sec:nth-of-type(2) {
  margin-bottom: 30px;
}

.medical-trouble02 .medical-trouble__sec-subtit {
  margin: 10px 0 5px;
  font-size: 1.7rem;
  font-weight: 600;
}

.medical-trouble02 .medical-trouble__sec-area {
  margin-top: 20px;
}

@media all and (min-width: 600px) {
  .medical-trouble02 {
    padding: 100px 0 70px;
  }

  .medical-trouble02 .medical-trouble__item-tit {
    margin-bottom: 30px;
  }

  .medical-trouble02 .medical-trouble__sec {
    margin-bottom: 80px;
  }

  .medical-trouble02 .medical-trouble__sec-inner {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .medical-trouble02 .medical-trouble__sec-inner:after {
    display: block;
    content: "";
    clear: both;
  }

  .medical-trouble02 .medical-trouble__sec-img {
    float: right;
    width: 420px;
  }

  .medical-trouble02 .medical-trouble__sec-area {
    float: left;
    width: 650px;
    margin-top: 0;
  }

  .medical-trouble02 .medical-trouble__sec .medical-trouble__sec-subtit {
    margin: -10px 0 10px 0;
    font-size: 2.4rem;
  }
}

.medical-trouble03 {
  padding: 50px 0 30px;
}

@media all and (min-width: 600px) {
  .medical-trouble03 {
    padding: 100px 0 70px;
  }
}

.medical-trouble03 .medical-trouble__item-img {
  border: 0px;
  margin: auto;
  width: 150px;
}

.medical-trouble03 .medical-trouble__item-subtit {
  margin: 10px 0 7px;
  text-align: left;
}

@media all and (min-width: 600px) {
  .medical-trouble03 .medical-trouble__item-box {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 50px;
  }

  .medical-trouble03 .medical-trouble__item-box:after {
    display: block;
    content: "";
    clear: both;
  }

  .medical-trouble03 .medical-trouble__item-img {
    float: left;
    width: 210px;
  }

  .medical-trouble03 .medical-trouble__item-inner {
    float: right;
    width: 760px;
  }

  .medical-trouble03 .medical-trouble__item-subtit {
    margin-top: -15px;
  }
}

.medical-trouble__item-btn {
  margin-top: 20px;
  width: 255px;
}

@media all and (min-width: 600px) {
  .medical-trouble__item-btn {
    margin: 28px 0 0;
    width: 330px;
    max-width: 330px;
  }
}

@media all and (min-width: 600px) {
  .medical-trouble02.is_trouble04 {
    padding-bottom: 48px;
  }

  .medical-trouble02.is_trouble04 .medical-trouble__item-tit {
    margin-bottom: 35px;
  }

  .medical-trouble02.is_trouble04 .medical-trouble__sec-inner {
    margin-bottom: 80px;
  }

  .medical-trouble02.is_trouble04 .medical-trouble__sec-subtit {
    margin: -14px 0 10px 0;
  }

  .medical-trouble02.is_trouble04 .medical-trouble__item-btn {
    margin: 32px 0 0;
  }

  .medical-trouble02.is_trouble04 .medical-trouble__sec:nth-of-type(2) {
    margin-bottom: 0px;
  }
}

#pretext .l-sub-img {
  background: url("../img/pretext/bg_main01_sp.png") no-repeat center/cover;
}

@media all and (min-width: 600px) {
  #pretext .l-sub-img {
    background: url("../img/pretext/bg_main01_pc.png") no-repeat center/cover;
  }
}

#pretext .is_arrow {
  position: relative;
}

#pretext .is_arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -125px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 125px 0 125px;
  border-color: #306fbb transparent transparent transparent;
}

@media all and (min-width: 600px) {
  #pretext .is_arrow:before {
    top: -35px;
    margin-left: -250px;
    border-width: 100px 250px 0 250px;
  }
}

.pretext-reason__inner {
  padding-top: 35px;
  padding-bottom: 45px;
}

.pretext-reason__area-txt {
  margin-top: -10px;
}

@media all and (min-width: 600px) {
  .pretext-reason__inner {
    padding-top: 0px;
    padding-bottom: 105px;
  }

  .pretext-reason__head {
    margin-bottom: 70px;
  }

  .pretext-reason__head-tit {
    margin-top: -8px;
  }

  .pretext-reason__head-tit:before {
    bottom: -17px;
  }

  .pretext-reason__area {
    margin: 66px auto 0;
    width: 880px;
  }

  .pretext-reason__area-txt {
    margin-top: -11px;
    font-size: 1.6rem;
    line-height: calc(29 / 16);
    line-height: 1.8125;
    letter-spacing: 0.06em;
    text-align: center;
  }
}

.pretext-child {
  background: #eff3f9;
}

.pretext-child__inner {
  padding-top: 40px;
  padding-bottom: 50px;
}

.pretext-child__head-tit {
  margin-bottom: 20px;
}

.pretext-child__txt {
  margin-bottom: 25px;
  font-size: 1.4rem;
}

.pretext-child__item {
  margin: 15px 0;
  padding: 20px;
  background: #fff;
}

.pretext-child__item-head {
  background: url(../img/pretext/bg_problem01.png) 0 0 no-repeat;
  background-size: 307px;
  width: 307px;
  height: 200px;
  margin: auto;
  padding: 0 106px 20px 0;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  box-sizing: border-box;
}

.pretext-child__item + .pretext-child__item .pretext-child__item-head {
  background: url(../img/pretext/bg_problem02.png) 0 0 no-repeat;
  background-size: 307px;
}

.pretext-child__item-tit-small {
  margin: 0 auto 7px;
  display: table;
  font-size: 1.3rem;
  color: #0a4a97;
  border-bottom: 1px solid #0a4a97;
}

.pretext-child__item-tit {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.7;
  color: #0a4a97;
}

.pretext-child__attention {
  padding-top: 15px;
}

.pretext-child__attention-txt {
  padding: 18px 15px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #0a4a97;
  border: 1px solid;
}

@media all and (min-width: 600px) {
  .pretext-child__inner {
    padding-top: 80px;
    padding-bottom: 115px;
  }

  .pretext-child__inner:after {
    display: block;
    content: "";
    clear: both;
  }

  .pretext-child__head-tit {
    position: relative;
    line-height: 1.6;
  }

  .pretext-child__head-tit-mark {
    position: relative;
    line-height: 1.55;
    display: inline-block;
  }

  .pretext-child__txt {
    margin: 45px auto 53px;
    width: 880px;
    font-size: 1.6rem;
    line-height: calc(29 / 16);
    line-height: 1.8125;
    letter-spacing: 0.06em;
    text-align: center;
  }

  .pretext-child__item {
    margin: 0;
    float: left;
    width: 533px;
    padding: 51px 50px 45px;
    box-sizing: border-box;
  }

  .pretext-child__item + .pretext-child__item {
    float: right;
  }

  .pretext-child__item-head {
    width: 433px;
    height: 315px;
    padding: 0 110px 50px 0;
    background: url(../img/pretext/bg_problem01_pc.png) 0 0 no-repeat;
  }

  .pretext-child__item + .pretext-child__item .pretext-child__item-head {
    padding: 0 106px 50px 0;
    background: url(../img/pretext/bg_problem02_pc.png) 0 0 no-repeat;
  }

  .pretext-child__item-tit-small {
    margin-bottom: 18px;
    font-size: 1.8rem;
  }

  .pretext-child__item-tit {
    font-size: 2.4rem;
    line-height: 1.55;
    letter-soacing: 0.06em;
  }

  .pretext-child__item-txt {
    margin-top: -5px;
  }

  .pretext-child__attention {
    clear: both;
    padding-top: 34px;
  }

  .pretext-child__attention-txt {
    padding: 40px 15px;
    font-size: 1.6rem;
    text-align: center;
  }
}

.pretext-issue {
  position: relative;
}

.pretext-issue__inner {
  padding-top: 60px;
  padding-bottom: 30px;
}

.pretext-issue__item-tit {
  margin-bottom: 10px;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.6;
  color: #0a4a97;
  text-align: center;
}

.pretext-issue__item-txt {
  font-size: 1.4rem;
}

@media all and (min-width: 600px) {
  .pretext-issue__inner {
    padding-top: 118px;
    padding-bottom: 68px;
  }

  .pretext-issue__item-tit {
    font-size: 4rem;
    line-height: 1;
    letter-spacing: 0.06em;
  }

  .pretext-issue__item-txt {
    margin: 44px auto 51px;
    width: 880px;
    font-size: 1.6rem;
    line-height: calc(29 / 16);
    line-height: 1.8125;
    letter-spacing: 0.06em;
    text-align: center;
  }
}

.pretext-get {
  background: url(../img/pretext/bg_get01_sp.png) 0 0 / cover;
}

.pretext-get__inner {
  padding-top: 40px;
  padding-bottom: 30px;
}

.pretext-get__txt {
  font-size: 1.4rem;
}

.pretext-get .pretext-get-btn a {
  padding-top: 20px;
  padding-bottom: 0px;
}

@media all and (min-width: 600px) {
  .pretext-get {
    background: url(../img/pretext/bg_get01_pc.png) 0 0 / cover;
  }

  .pretext-get__inner {
    padding-top: 85px;
    padding-bottom: 80px;
  }

  .pretext-get__tit:before {
    bottom: -17px;
  }

  .pretext-get__txt {
    margin: 60px auto 52px;
    width: 880px;
    font-size: 1.6rem;
    line-height: calc(29 / 16);
    line-height: 1.8125;
    letter-spacing: 0.06em;
    text-align: center;
  }
}

.pretext-adult__inner {
  padding-top: 40px;
  padding-bottom: 20px;
}

.pretext-adult__head-tit {
  margin-bottom: 20px;
}

.pretext-adult__head-tit-mark {
  line-height: 1.8;
}

.pretext-adult__txt {
  margin-bottom: 25px;
  font-size: 1.4rem;
}

.pretext-adult__pic {
  margin: auto;
  width: 249px;
}

.pretext-adult__area {
  margin-bottom: 35px;
  padding: 20px 20px 25px;
  background: url(../img/pretext/bg_cure01_sp.png) 0 0 / cover;
}

.pretext-adult__area-txt {
  position: relative;
  margin-bottom: 25px;
  padding: 10px 15px;
  font-weight: 600;
  color: #0a4a97;
  background: #fff;
}

.pretext-adult__area-txt:after {
  position: absolute;
  bottom: -20px;
  left: calc(50% - 10px);
  display: block;
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
}

.pretext-adult__area-img {
  width: 293px;
  margin: auto;
}

.pretext-adult__item {
  margin: 30px 0;
}

.pretext-adult__item-tit {
  margin: 12px 0 5px;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.7;
}

@media all and (min-width: 600px) {
  .pretext-adult__inner {
    padding-top: 95px;
    padding-bottom: 5px;
  }

  .pretext-adult__head-tit {
    position: relative;
    line-height: 1.6;
  }

  .pretext-adult__head-tit-mark {
    position: relative;
    line-height: 1.55;
    display: inline-block;
  }

  .pretext-adult__wrap {
    margin: -10px 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pretext-adult__wrap:after {
    display: block;
    content: "";
    clear: both;
  }

  .pretext-adult__pic {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 520px;
  }

  .pretext-adult__pic img {
    position: relative;
    right: -15px;
  }

  .pretext-adult__txt {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 0px;
    width: 580px;
    padding-right: 40px;
    font-size: 1.6rem;
    line-height: calc(29 / 16);
    line-height: 1.8125;
    letter-spacing: 0.06em;
    box-sizing: border-box;
  }

  .pretext-adult__area {
    display: table;
    width: 100%;
    padding: 25px 40px;
    box-sizing: border-box;
  }

  .pretext-adult__area-txt,
  .pretext-adult__area-img {
    display: table-cell;
    virtical-align: middle;
  }

  .pretext-adult__area-txt {
    width: 510px;
    padding: 18px 48px;
    letter-spacing: 0.13em;
    box-sizing: border-box;
  }

  .pretext-adult__area-txt:after {
    bottom: calc(50% - 14px);
    left: 510px;
    border: 14px solid transparent;
    border-left: 14px solid #fff;
  }

  .pretext-adult__area-img {
    width: 510px;
    padding: 0 0 10px 55px;
    box-sizing: border-box;
  }

  .pretext-adult__area-img img {
    width: 420px;
  }

  .pretext-adult__item-wrap {
    margin: 60px 0;
  }

  .pretext-adult__item-wrap:after {
    display: block;
    content: "";
    clear: both;
  }

  .pretext-adult__item {
    float: left;
    width: 533px;
    padding: 0;
    margin: 0 0 43px 0;
  }

  .pretext-adult__item:nth-child(2n-1) {
    margin-right: 34px;
  }

  .pretext-adult__item-tit {
    margin: 22px 0 10px;
    font-size: 2.4rem;
  }
}

.pretext-prevention {
  background: #eff3f9;
  padding-top: 65px;
}

.pretext-prevention__inner {
  padding: 15px;
  background: #fff;
}

.pretext-prevention__tit {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  color: #0a4a97;
  margin-bottom: 0;
}

.pretext-prevention__list {
  margin: 10px 0 3px !important;
}

.pretext-prevention__bnr {
  margin-top: 50px;
  padding: 30px 0;
  background: url(../img/pretext/bg_prevention01_sp.png) 0 0 / cover;
}

@media all and (min-width: 600px) {
  .pretext-prevention {
    padding-top: 120px;
  }

  .pretext-prevention__inner {
    padding: 45px 52px 52px 48px;
  }

  .pretext-prevention__tit {
    margin-bottom: 29px;
    font-size: 3rem;
  }

  .pretext-prevention__list .c-set02__item {
    width: 235px !important;
  }

  .pretext-prevention__txt {
    margin-top: 13px;
    text-align: center;
  }

  .pretext-prevention__bnr {
    margin-top: 100px;
    padding: 80px 0;
    background: url(../img/pretext/bg_prevention01_pc.png) 0 0 / cover;
  }
}

#price .l-sub-img {
  background: url("../img/price/bg_main01_sp.png") no-repeat center/cover;
}

@media all and (min-width: 600px) {
  #price .l-sub-img {
    background: url("../img/price/bg_main01_pc.png") no-repeat center/cover;
  }
}

@media all and (min-width: 600px) {
  #price .nav-list__item:nth-child(6) .nav-list__link {
    position: relative;
  }

  #price .nav-list__item:nth-child(6) .nav-list__link:hover:before {
    display: block;
    opacity: 1;
    z-index: 3;
  }

  #price .nav-list__item:nth-child(6) .nav-list__link:before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 50%;
    width: 32px;
    margin-left: -16px;
    height: 1px;
    background: #0a4a97;
    z-index: 3;
  }
}

@media all and (max-width: 599px) {
  .price-main__inner {
    padding-top: 40px;
    padding-bottom: 45px;
  }
}

.price-main__table-th1 {
  padding: 12px 0;
  text-align: center;
  color: #fff;
  background: #0a4a97;
  border-right: 1px solid #fff;
}

.price-main__table-th1:last-child {
  width: 40%;
  border-right: 1px solid #0a4a97;
}

.price-main__table-td01,
.price-main__table-td02 {
  padding: 14px;
  vertical-align: middle;
  border: 1px solid #d1cfcf;
  border-top: 0px;
}

.price-main__table-td02 {
  padding-left: 4px;
  font-size: 1.5rem;
  text-align: right;
  color: #0a4a97;
}

.price-main__table-area {
  margin: 8px 0 0;
}

.price-main__table-area-tit {
  font-size: 1.5rem;
  font-size: 600;
}

.price-main__table-area-txt {
  font-size: 1.2rem;
}

@media all and (min-width: 600px) {
  .price-main {
    padding-top: 5px;
    padding-bottom: 100px;
  }

  .price-main__table-th1 {
    padding: 26px 25px 27px;
    font-size: 1.6rem;
    box-sizing: border-box;
  }

  .price-main__table-th1:last-child {
    width: 300px;
  }

  .price-main__table-td01 {
    padding: 40px 50px 39px 40px;
  }

  .price-main__table-td02 {
    font-size: 1.8rem;
    padding: 40px 35px;
  }

  .price-main__table-pic {
    float: left;
    width: 200px;
  }

  .price-main__table-area {
    float: right;
    width: 480px;
  }

  .price-main__table-area-tit {
    margin: -17px 0 6px;
    font-size: 1.8rem;
  }

  .price-main__table-area-txt {
    font-size: 1.5rem;
    letter-spacing: 0.065em;
  }
}

.price-payment {
  background: #eff3f9;
}

.price-payment__inner {
  padding-top: 40px;
  padding-bottom: 30px;
}

.price-payment__subtit {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.5;
}

.price-payment__txt {
  margin: 3px 0 15px;
}

.price-payment__img {
  margin-bottom: 40px;
}

@media all and (min-width: 600px) {
  .price-payment__inner {
    padding-top: 85px;
    padding-bottom: 55px;
  }

  .price-payment__head {
    margin-bottom: 68px;
  }

  .price-payment__head:before {
    bottom: -17px;
  }

  .price-payment__subtit {
    margin-top: -5px;
    margin-bottom: 13px;
    font-size: 2.4rem;
    letter-spacing: 0.065em;
  }

  .price-payment__area {
    margin: 40px 0 40px;
  }

  .price-payment__area:after {
    display: block;
    content: "";
    clear: both;
  }

  .price-payment__area-inner {
    float: left;
  }

  .price-payment__img {
    float: right;
    width: 480px;
  }
}

.price-deduction__inner {
  padding-top: 40px;
  padding-bottom: 65px;
}

.price-deduction__txt {
  margin: -10px 0 25px;
  font-size: 1.4rem;
}

@media all and (max-width: 599px) {
  .price-deduction__wrap {
    position: relative;
    padding-bottom: 15px;
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .price-deduction__wrap::-webkit-scrollbar {
    height: 10px;
  }

  .price-deduction__wrap::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  .price-deduction__wrap::-webkit-scrollbar-thumb {
    background: #d0d0d0;
  }
}

.price-deduction__table th,
.price-deduction__table td {
  padding: 13px;
  vertical-align: middle;
  white-space: nowrap;
}

.price-deduction__table-th01 {
  font-weight: 600;
  text-align: center;
  background: #b1c5de;
  border-right: 1px solid #fff;
}

.price-deduction__table-th01:first-child {
  padding-left: 20px;
  text-align: left;
}

.price-deduction__table-th01:last-child {
  border-color: #b1c5de;
}

.price-deduction__table-th02 {
  padding: 7px 13px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background: #3b6eac;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.price-deduction__table-th02:last-child {
  border-color: #b1c5de;
}

.price-deduction__table-th03 {
  padding-left: 20px;
  font-weight: 600;
  background: #eef2f9;
}

.price-deduction__table-th03,
.price-deduction__table-td03,
.price-deduction__table-td04 {
  border-width: 0 1px 1px 0;
  border-color: #b1c5de;
  border-style: solid;
}

.price-deduction__table-th03:last-child,
.price-deduction__table-td03:last-child,
.price-deduction__table-td04:last-child {
  border-right: 0px;
}

.price-deduction__table-td03,
.price-deduction__table-td04 {
  text-align: center;
}

@media all and (min-width: 600px) {
  .price-deduction__inner {
    padding-top: 83px;
    padding-bottom: 130px;
  }

  .price-deduction__tit:before {
    bottom: -17px;
  }

  .price-deduction__txt {
    margin: 60px auto 55px;
    width: 880px;
    font-size: 1.5rem;
    text-align: center;
  }

  .price-deduction .price-deduction__table-th01,
  .price-deduction .price-deduction__table-th02,
  .price-deduction .price-deduction__table-th03 {
    font-size: 1.8rem;
    line-height: 1.45;
  }

  .price-deduction .price-deduction__table-th01:first-child {
    padding-left: 28px;
    width: 290px;
    box-sizing: border-box;
  }

  .price-deduction .price-deduction__table-th01:nth-child(2) {
    width: 190px;
    line-height: 1.7;
    box-sizing: border-box;
  }

  .price-deduction .price-deduction__table-th03 {
    padding-left: 28px;
  }

  .price-deduction .price-deduction__table-td04 {
    width: 103px;
    height: 69px;
    box-sizing: border-box;
  }

  .price-deduction
    .price-deduction__table
    tr:nth-child(6)
    .price-deduction__table-td04,
  .price-deduction
    .price-deduction__table
    tr:nth-child(7)
    .price-deduction__table-td04 {
    height: 70px;
  }
}

#reason .l-sub-img {
  background: url("../img/reason/bg_main01_sp.png") no-repeat center/cover;
}

@media all and (min-width: 600px) {
  #reason .l-sub-img {
    background: url("../img/reason/bg_main01_pc.png") no-repeat center/cover;
  }
}

@media all and (min-width: 600px) {
  #reason .nav-list__item:nth-child(2) .nav-list__link {
    position: relative;
  }

  #reason .nav-list__item:nth-child(2) .nav-list__link:hover:before {
    display: block;
    opacity: 1;
    z-index: 3;
  }

  #reason .nav-list__item:nth-child(2) .nav-list__link:before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 50%;
    width: 32px;
    margin-left: -16px;
    height: 1px;
    background: #0a4a97;
    z-index: 3;
  }
}

.reason-main__inner {
  padding-bottom: 40px;
}

.reason-main__sec {
  margin-top: 30px;
}

.reason-main__sec-head {
  margin-bottom: 45px;
}

.reason-main__sec-head-txt {
  font-size: 1.4rem;
  line-height: 1.9;
}

.reason-main__sec-item + .reason-main__sec-item {
  margin-top: 35px;
}

.reason-main__sec-item-img {
  position: relative;
  margin-bottom: 15px;
}

.reason-main__sec-item-img:before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 47px 47px 0 0;
  border-color: #0a4a97 transparent transparent transparent;
}

.reason-main__sec-item-num {
  position: absolute;
  top: -2px;
  left: 5px;
  font-size: 1.2rem;
  color: #fff;
}

.reason-main__sec-item-sub-tit {
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 700;
}

.reason-main__sec-item-blue {
  color: #0a4a97;
  font-size: 2.2rem;
  font-weight: 700;
}

@media all and (min-width: 600px) {
  .reason-main__inner {
    padding-bottom: 115px;
  }

  .reason-main__sec-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .reason-main__sec {
    margin-top: -5px;
  }

  .reason-main__sec-head-tit {
    margin-top: -8px;
  }

  .reason-main__sec-head-tit:before {
    bottom: -18px;
  }

  .reason-main__sec-head-txt {
    margin: 60px auto 77px;
    width: 880px;
    font-size: 1.6rem;
    line-height: 1.9;
    text-align: center;
  }

  .reason-main__sec-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .reason-main__sec-item {
    margin-bottom: 36px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .reason-main__sec-item-img {
    width: 515px;
    padding: 5px 0 0 0px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
  }

  .reason-main__sec-item-img:before {
    top: -5px;
    border-style: solid;
    border-width: 70px 70px 0 0;
    border-color: #0a4a97 transparent transparent transparent;
  }

  .reason-main__sec-item-num {
    top: -4px;
    left: 10px;
    font-size: 1.8rem;
  }

  .reason-main__sec-item-area-txt {
    width: calc(100% - 515px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
  }

  .reason-main__sec-item-sub-tit {
    margin-top: 28px;
    margin-bottom: 20px;
    font-size: 3rem;
    letter-spacing: 0.07em;
  }

  .reason-main__sec-item-blue {
    color: #0a4a97;
    font-size: 3.2rem;
    font-weight: 700;
  }

  .reason-main__sec-item:last-child {
    margin-bottom: 0;
  }

  .reason-main__sec-item:nth-child(2n-1) .reason-main__sec-item-area-txt {
    padding-left: 55px;
  }

  .reason-main__sec-item:nth-child(2n) .reason-main__sec-item-area-txt {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 55px;
  }

  .reason-main__sec-item:nth-child(2n) .reason-main__sec-item-img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

#staff .l-sub-img {
  background: url("../img/staff/bg_main01_sp.png") no-repeat center/cover;
}

@media all and (min-width: 600px) {
  #staff .l-sub-img {
    background: url("../img/staff/bg_main01_pc.png") no-repeat center/cover;
  }
}

@media all and (min-width: 600px) {
  #staff .nav-list__item:nth-child(7) .nav-list__toggle-trigger {
    position: relative;
  }

  #staff .nav-list__item:nth-child(7) .nav-list__toggle-trigger:hover:before {
    display: block;
    opacity: 1;
    z-index: 3;
  }

  #staff .nav-list__item:nth-child(7) .nav-list__toggle-trigger:before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 50%;
    width: 32px;
    margin-left: -16px;
    height: 1px;
    background: #0a4a97;
    z-index: 3;
  }
}

.staff-director__inner {
  padding-bottom: 40px;
}

.staff-director__area {
  margin-bottom: 30px;
}

.staff-director__pic {
  position: relative;
  margin: 0 40px 30px;
}

.staff-director__cap {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px 10px 0;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  background: #fff;
}

.staff-director__cap-small {
  font-size: 1rem;
  font-weight: 600;
}

.staff-director__txt {
  margin-bottom: 10px;
  font-size: 1.4rem;
}

.staff-director__head {
  line-height: 1.3;
  border-bottom: 1px dotted #d1cfcf;
}

@media all and (min-width: 600px) {
  .staff-director__inner {
    padding-bottom: 60px;
  }

  .staff-director__tit {
    margin-bottom: 68px;
    margin-top: -9px;
  }

  .staff-director__tit:before {
    bottom: -18px;
  }

  .staff-director__area:after {
    display: block;
    content: "";
    clear: both;
  }

  .staff-director__area-inner {
    position: relative;
    margin-top: -10px;
  }

  .staff-director__pic {
    float: right;
    margin: 0 0 0 90px;
    padding-top: 10px;
    width: 530px;
  }

  .staff-director__cap {
    padding: 8px 0 0 19px;
    width: 163px;
    height: 36px;
    font-size: 2.2rem;
    text-align: left;
    box-sizing: border-box;
  }

  .staff-director__cap-small {
    display: inline-block;
    font-size: 1.4rem;
    margin: -4px 3px 0 0;
    vertical-align: middle;
  }

  .staff-director__txt {
    margin-bottom: 15px;
    font-size: 1.6rem;
    line-height: calc(29 / 16);
  }

  .staff-director__box {
    margin-top: 65px;
  }

  .staff-director__box:after {
    display: block;
    content: "";
    clear: both;
  }

  .staff-director__box .staff-director__head {
    margin-bottom: 20px;
  }

  .staff-director__box-inner {
    width: 525px;
    letter-spacing: 0.07em;
  }

  .staff-director__box-inner:nth-child(1) {
    float: left;
  }

  .staff-director__box-inner:nth-child(2) {
    float: right;
  }

  .staff-director .staff-director__list-seminar {
    position: relative;
    top: -5px;
    letter-spacing: 0.07em;
  }
}

.staff-list {
  padding: 40px 0;
  background: #eff3f9;
}

.staff-list__item {
  display: table;
  width: 100%;
}

.staff-list__item-pic,
.staff-list__item-area {
  display: table-cell;
  vertical-align: top;
}

.staff-list__item-pic {
  width: 130px;
}

.staff-list__item-area {
  padding: 0 0 20px 15px;
}

.staff-list__item-area-position {
  margin-top: -5px;
  color: #0a4a97;
}

.staff-list__item-area-name {
  margin-bottom: 5px;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.4;
}

@media all and (min-width: 600px) {
  .staff-list {
    padding: 85px 0 70px;
  }

  .staff-list__tit:before {
    bottom: -18px;
  }

  .staff-list__list {
    padding-top: 27px;
  }

  .staff-list__list:after {
    display: block;
    content: "";
    clear: both;
  }

  .staff-list__item {
    float: left;
    width: 520px;
    padding-bottom: 60px;
  }

  .staff-list__item:nth-child(2n-1) {
    margin-right: 60px;
  }

  .staff-list__item:nth-child(2n-1):before {
    display: block;
    content: "";
    clear: both;
  }

  .staff-list__item-pic {
    width: 200px;
  }

  .staff-list__item-area {
    padding: 0 0 0 30px;
    letter-spacing: 0.07em;
  }

  .staff-list__item-area-position {
    font-size: 1.5rem;
  }

  .staff-list__item-area-name {
    margin-bottom: 15px;
    font-size: 2.4rem;
    letter-spacing: 0.075em;
  }
}

#tmpl .l-sub-img {
  background: url("../img/tmpl/bg_main01_sp.png") no-repeat center/100%;
}

@media all and (min-width: 600px) {
  #tmpl .l-sub-img {
    background: url("../img/tmpl/bg_main01_pc.png") no-repeat center/cover;
  }
}
