@charset "UTF-8";
/* =================================
 Reset / Base
================================= */
/* Reset
---------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1;
  scroll-behavior: smooth; }
  html.no-scroll {
    overflow: hidden; }

ol,
ul {
  list-style: none; }

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q,
blockquote {
  quotes: none; }

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

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

a img {
  border: none; }

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

input[type=button], input[type=submit] {
  -webkit-appearance: none; }

/* base
---------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: none;
  scroll-behavior: smooth; }

body {
  position: relative;
  z-index: 0;
  width: 100%;
  line-height: 1.8;
  background-color: #fff;
  color: #172e74;
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-all;
  min-width: 1100px;
  overflow-x: hidden; }
  @media screen and (max-width: 767px) {
    body {
      min-width: unset; }
      body.no-scroll {
        overflow: hidden; } }

img {
  border-style: none;
  display: block;
  vertical-align: bottom;
  width: 100%;
  height: auto; }

picture {
  display: block; }

a {
  -webkit-transition: 0.4s;
  transition: 0.4s; }
  a img {
    -webkit-transition: 0.4s;
    transition: 0.4s; }

button {
  -webkit-transition: 0.4s;
  transition: 0.4s; }

a:link {
  color: inherit;
  text-decoration: none; }
a:visited, a:active {
  color: inherit; }

/* common
---------------------------------------------------------- */
.u-only_sp {
  display: none !important; }

.u-only_pc {
  display: block !important; }

/* layout
---------------------------------------------------------- */
.l-cont_l,
.l-cont_m,
.l-cont_s {
  margin: 0 auto; }

.l-bg_gry {
  background-color: #f2f3f4; }

/* simplebar
---------------------------------------------------------- */
[data-simplebar] {
  z-index: 0; }

.simplebar-track .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1; }
.simplebar-track .simplebar-scrollbar::before {
  width: 3px; }

.simplebar-scrollbar::before {
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important; }

.simplebar-track.simplebar-vertical {
  width: 3px !important; }

/* animation
---------------------------------------------------------- */
/*all*/
.fadein {
  transform: translate(0, 10px);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  backface-visibility: hidden; }
  .fadein.active {
    transform: translate(0, 0);
    opacity: 1; }

@keyframes fadein {
  0% {
    transform: translate(0, 10px);
    opacity: 0; }
  100% {
    transform: translate(0, 0);
    opacity: 1; } }
/*.p-index_reason_box_top*/
@keyframes passing-bar {
  0% {
    left: 0;
    width: 0; }
  50% {
    left: 0;
    width: 100%; }
  51% {
    left: 0;
    width: 100%; }
  100% {
    left: 100%;
    width: 0; } }
@keyframes passing-txt {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* =================================
 PC common
================================= */
@media screen and (min-width: 768px) {
  /* base
  ---------------------------------------------------------- */
  html {
    overflow: auto; }

  /* common
  ---------------------------------------------------------- */
  a:hover {
    opacity: 0.8; }

  /* layout
  ---------------------------------------------------------- */
  .l-cont_l,
  .l-cont_m,
  .l-cont_s {
    width: 100%;
    padding: 0 20px; }

  .l-cont_l {
    max-width: 1300px; }

  .l-cont_m {
    max-width: 1180px; }

  .l-cont_s {
    max-width: 1080px; } }
/* =================================
 SP common
================================= */
@media screen and (max-width: 767px) {
  /* common
  ---------------------------------------------------------- */
  .u-only_sp {
    display: block !important; }

  .u-only_pc {
    display: none !important; }

  html {
    overflow: auto;
    -webkit-overflow-scrolling: touch; }

  body {
    font-size: 14px;
    font-size: 1.4rem; }

  /* layout
  ---------------------------------------------------------- */
  .l-cont_l,
  .l-cont_m,
  .l-cont_s {
    width: 90%; }

  .l-bg_wht,
  .l-bg_gry {
    padding: 50px 0; }

  .l-cont_sp {
    margin: -60px auto 0; } }
/* =================================
 header
================================= */
.l-header {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  padding: 0 28px;
  color: #fff;
  /*menu追加*/
  /*menu追加　end*/ }
  .l-header_menu {
    position: relative;
    z-index: 0;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-color: #172e74;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    cursor: pointer !important; }
    @media screen and (min-width: 768px) {
      .l-header_menu {
        display: none; } }
    @media screen and (max-width: 767px) {
      .l-header_menu {
        width: 55px;
        height: 55px;
        position: fixed;
        right: 15px;
        top: 7.5px; } }
    .l-header_menu_cont {
      position: relative;
      height: 21px;
      width: 32px; }
      @media screen and (max-width: 767px) {
        .l-header_menu_cont {
          height: 14px;
          width: 22px; } }
    .l-header_menu span {
      position: absolute;
      z-index: 0;
      right: 0;
      width: 32px;
      height: 3px;
      background-color: #fff;
      border-radius: 2px;
      transition: all .4s ease 0s; }
      @media screen and (max-width: 767px) {
        .l-header_menu span {
          height: 1px;
          width: 22px; } }
      .l-header_menu span:nth-child(1) {
        top: 0; }
      .l-header_menu span:nth-child(2) {
        top: 0;
        bottom: 0;
        margin: auto;
        width: 22px; }
        @media screen and (max-width: 767px) {
          .l-header_menu span:nth-child(2) {
            width: 16px; } }
      .l-header_menu span:nth-child(3) {
        bottom: 0;
        width: 12px; }
        @media screen and (max-width: 767px) {
          .l-header_menu span:nth-child(3) {
            width: 10px; } }
    .l-header_menu_txt {
      width: 100%;
      color: #fff;
      font-size: 1.3rem;
      text-align: center;
      font-weight: 500;
      letter-spacing: .02em;
      line-height: 1;
      font-family: "Oswald", sans-serif;
      margin-top: .4em; }
      @media screen and (max-width: 767px) {
        .l-header_menu_txt {
          font-size: 1.0rem; } }
    .l-header_menu.active {
      background-color: #fde730; }
      .l-header_menu.active span {
        width: 32px;
        background-color: #172e74; }
        @media screen and (max-width: 767px) {
          .l-header_menu.active span {
            width: 22px; } }
        .l-header_menu.active span:nth-child(1) {
          transform: rotate(45deg);
          top: 0;
          bottom: 0;
          margin: auto; }
        .l-header_menu.active span:nth-child(2) {
          opacity: 0; }
        .l-header_menu.active span:nth-child(3) {
          transform: rotate(-45deg);
          top: 0;
          bottom: 0;
          margin: auto; }
      .l-header_menu.active .l-header_menu_txt {
        color: #172e74; }
  .l-header_gnav {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: -100%;
    width: 420px;
    height: 100vh;
    padding: 0 0 140px;
    background-color: #172e74;
    transition: all 0.4s;
    opacity: 0;
    pointer-events: none;
    overflow-y: scroll;
    color: #fff; }
    @media screen and (min-width: 768px) {
      .l-header_gnav {
        display: none; } }
    @media screen and (min-width: 768px) {
      .l-header_gnav {
        border-radius: 24px 0 0 24px;
        height: 100vh; } }
    @media screen and (max-width: 767px) {
      .l-header_gnav {
        border-radius: 0px;
        width: 100vw; } }
    .l-header_gnav.open {
      right: 0;
      opacity: 1;
      pointer-events: inherit; }
    .l-header_gnav_cont a {
      display: inline-block;
      line-height: 1;
      font-weight: 500; }
      .l-header_gnav_cont a:hover {
        margin-left: 1em; }
      @media screen and (max-width: 767px) {
        .l-header_gnav_cont a {
          padding: 16px 0;
          display: block;
          font-size: 16px;
          font-size: 1.6rem;
          border-bottom: dotted 1px rgba(255, 255, 255, 0.3); } }
    .l-header_gnav_toggle {
      line-height: 1;
      color: #3366aa;
      font-weight: 700;
      cursor: pointer;
      position: relative;
      z-index: 0;
      padding: 15px 5%;
      font-size: 16px;
      font-size: 1.6rem; }
      @media screen and (max-width: 1440px) and (min-width: 768px) {
        .l-header_gnav_toggle {
          font-size: 14px;
          font-size: 1.4rem; } }
      .l-header_gnav_toggle::before, .l-header_gnav_toggle::after {
        position: absolute;
        z-index: 0;
        background-color: #3366aa;
        content: ""; }
      .l-header_gnav_toggle::before {
        top: 23px;
        right: 17px;
        width: 16px;
        height: 1px; }
      .l-header_gnav_toggle::after {
        top: 16px;
        right: 25px;
        width: 1px;
        height: 16px;
        transition: .4s; }
      .l-header_gnav_toggle.menu-toggle::after {
        opacity: 0; }
    .l-header_gnav_inner {
      padding: 140px 30px 100px; }
      @media screen and (max-width: 767px) {
        .l-header_gnav_inner {
          padding: 90px 20px 60px; } }
      .l-header_gnav_inner > div:not(:last-child) {
        margin-bottom: 50px; }
        @media screen and (max-width: 767px) {
          .l-header_gnav_inner > div:not(:last-child) {
            margin-bottom: 25px; } }
      .l-header_gnav_inner .c-txt_tel_num {
        font-size: 2.6rem; }
      .l-header_gnav_inner .c-txt_tel > a img {
        width: 22px; }
      .l-header_gnav_inner .c-txt_tel_sub {
        justify-content: flex-start;
        margin-bottom: 30px; }
        @media screen and (max-width: 767px) {
          .l-header_gnav_inner .c-txt_tel_sub {
            justify-content: center; } }
        .l-header_gnav_inner .c-txt_tel_sub dl dt {
          background-color: initial;
          border: solid 1px; }
  @media screen and (max-width: 767px) {
    .l-header {
      height: 70px;
      display: flex;
      align-items: center;
      padding: 0 5%; } }
  .l-header_cont {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .l-header_logo {
    width: 250px; }
    @media screen and (max-width: 767px) {
      .l-header_logo {
        width: 200px; } }
    .l-header_logo a {
      display: block; }
  .l-header_contact {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .l-header_contact {
        display: none; } }
    .l-header_contact_tel .-num {
      display: flex;
      align-items: center;
      font-size: 2.8rem;
      font-family: "Oswald", sans-serif;
      font-weight: 500;
      color: #000;
      margin-right: 30px; }
      .l-header_contact_tel .-num img {
        width: 27px;
        height: auto;
        margin-right: 10px; }
    .l-header_contact_tel .-info {
      color: #000;
      line-height: 1.25;
      font-size: 1.2rem; }
    .l-header_contact_reserve_btn {
      width: 110px;
      height: 36px;
      border-radius: 18px;
      overflow: hidden; }
      .l-header_contact_reserve_btn a {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-weight: 900;
        font-size: 1.4rem;
        width: 100%;
        height: 100%; }
        .l-header_contact_reserve_btn a .-eng {
          font-size: 1.6rem; }
      .l-header_contact_reserve_btn.-web {
        background-color: #182a5a;
        margin-bottom: 6px; }
      .l-header_contact_reserve_btn.-line {
        background-color: #0caf1a; }

/* =================================
 seo
================================= */
.l-seo {
  padding: 80px 0;
  color: #000; }
  @media screen and (max-width: 767px) {
    .l-seo {
      padding: 50px 0 30px; } }
  .l-seo_ttl_main {
    background-color: #182a5a;
    font-weight: 700;
    text-align: center;
    font-size: 2.4rem;
    color: #fff;
    padding: 12px 0;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .l-seo_ttl_main {
        font-size: 1.6rem;
        margin-bottom: 20px; } }
  .l-seo_box {
    font-size: 14px;
    font-size: 1.4rem; }
    @media screen and (max-width: 767px) {
      .l-seo_box {
        font-size: 12px;
        font-size: 1.2rem; } }
  .l-seo_cont {
    height: 200px; }
  .l-seo .simplebar-content {
    padding: 0 45px 0 0 !important; }
    @media screen and (max-width: 767px) {
      .l-seo .simplebar-content {
        padding: 0 20px 0 0 !important; } }
  .l-seo .simplebar-track {
    background: #bcbec3; }
    .l-seo .simplebar-track .simplebar-scrollbar::before {
      background: #284b7a; }
  .l-seo_item {
    line-height: 1.71;
    margin-top: 20px; }
    @media screen and (max-width: 767px) {
      .l-seo_item {
        margin-top: 15px; } }
    .l-seo_item:first-child {
      margin-top: 0; }
  .l-seo_ttl {
    position: relative;
    z-index: 0;
    margin-bottom: 15px;
    padding-left: 1.2em;
    font-size: 18px;
    font-size: 1.8rem; }
    @media screen and (max-width: 767px) {
      .l-seo_ttl {
        margin-bottom: 10px;
        font-size: 14px;
        font-size: 1.4rem; } }
    .l-seo_ttl::before {
      position: absolute;
      z-index: 0;
      top: 7px;
      left: 0;
      width: 1em;
      height: 1em;
      border-radius: 50%;
      background-color: #000;
      content: ""; }
      @media screen and (max-width: 767px) {
        .l-seo_ttl::before {
          top: 5px; } }
    .l-seo_ttl_sub {
      position: relative;
      z-index: 0;
      margin-bottom: 10px;
      padding-left: 1.3em; }
      @media screen and (max-width: 767px) {
        .l-seo_ttl_sub {
          margin-bottom: 5px;
          font-size: 12px;
          font-size: 1.2rem; } }
      .l-seo_ttl_sub::before {
        position: absolute;
        z-index: 0;
        top: 5px;
        left: 0;
        width: 1em;
        height: 1em;
        border-radius: 50%;
        border: 1px solid #fff;
        box-sizing: border-box;
        content: ""; }
  .l-seo .c-list_midpoint li {
    margin-top: 0 !important; }

/* =================================
 footer
================================= */
.l-footer_copyright {
  line-height: 1;
  padding: 23px 0 114px;
  color: #000;
  font-weight: 500;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: right; }
  @media screen and (max-width: 767px) {
    .l-footer_copyright {
      padding: 10px 0 75px;
      font-size: 10px;
      font-size: 1rem; } }
.l-footer_fixed {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #fff; }
  @media screen and (max-width: 767px) {
    .l-footer_fixed {
      height: 60px; } }
  @media screen and (min-width: 768px) {
    .l-footer_fixed_cont {
      display: flex;
      align-items: center;
      justify-content: space-between; } }
  .l-footer_fixed_inner {
    display: flex;
    align-items: center;
    width: 100%;
    margin-left: auto; }
    .l-footer_fixed_inner a {
      display: flex; }
  .l-footer_fixed .l-header_contact_tel {
    background-color: #fde730;
    width: 25vw;
    height: 100px;
    justify-content: center;
    text-align: center;
    flex-direction: row; }
    @media screen and (max-width: 767px) {
      .l-footer_fixed .l-header_contact_tel {
        height: 60px; } }
    @media screen and (max-width: 1220px) {
      .l-footer_fixed .l-header_contact_tel .-num {
        margin-right: 0; } }
    .l-footer_fixed .l-header_contact_tel .-num p {
      font-size: 2.8rem; }
      @media screen and (max-width: 767px) {
        .l-footer_fixed .l-header_contact_tel .-num p {
          display: none; } }
    @media screen and (max-width: 767px) {
      .l-footer_fixed .l-header_contact_tel .-num img {
        margin-right: 0; } }
  .l-footer_fixed .p-index_mv_counseling_contact_btn {
    margin-top: 0;
    margin-right: 0; }
    .l-footer_fixed .p-index_mv_counseling_contact_btn .-btn_base {
      width: 25vw;
      height: 100px;
      border-radius: 0;
      box-shadow: none !important; }
      @media screen and (max-width: 767px) {
        .l-footer_fixed .p-index_mv_counseling_contact_btn .-btn_base {
          height: 60px; } }
      .l-footer_fixed .p-index_mv_counseling_contact_btn .-btn_base.-web {
        margin-right: 0; }
  .l-footer_fixed_pagetop {
    position: relative;
    z-index: 0;
    width: 25vw;
    height: 100px;
    background-color: #9ba0b9;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .l-footer_fixed_pagetop {
        height: 60px; } }
    .l-footer_fixed_pagetop_img {
      position: absolute;
      z-index: 0;
      top: 50%;
      left: 50%;
      width: 25px;
      transform: translate(-50%, -50%); }
      @media screen and (max-width: 767px) {
        .l-footer_fixed_pagetop_img {
          width: 15px; } }

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