@charset "UTF-8";
/* ------------
style
------------ */
/* setting */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@100..900&display=swap" rel="stylesheet');
@import url(//use.fontawesome.com/releases/v5.0.11/css/all.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@100..900&display=swap" rel="stylesheet");
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::before, ::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15;
  /* 3*/
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  overflow-x: hidden;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm
   ========================================================================== */
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

/* Headings
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

/* Lists (enumeration)
   ========================================================================== */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition)
   ========================================================================== */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  margin: 0;
  clear: both;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  /* 2 */
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
  font-size: 55%;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

embed, object, iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
   ========================================================================== */
/**
 * Reset form fields to make them styleable
 * 1. Reset radio and checkbox to preserve their look in iOS.
 */
button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  vertical-align: middle;
}

[type=checkbox] {
  /* 1 */
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  /* 1 */
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

button[disabled], [type=button][disabled], [type=reset][disabled], [type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  color: inherit;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Remove the padding in IE 10.
 */
[type=checkbox], [type=radio] {
  padding: 0;
  /* 1 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Table
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td {
  padding: 0;
  vertical-align: top;
}

th {
  padding: 0;
  vertical-align: top;
  font-weight: bold;
  text-align: left;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template, [hidden] {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* ------------
layout
------------ */
html {
  font-size: 18px;
}

body {
  -webkit-text-size-adjust: 100%;
  position: relative;
  color: #202020;
  font-family: "Noto Sans Thai", sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

img {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .sp_item {
    display: none;
  }
  .pc_item {
    display: block;
  }
  .pc_item-lg {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 954px) {
  .tab_item {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp_item {
    display: block;
  }
  .pc_item {
    display: none;
  }
  .pc_item-lg {
    display: none;
  }
}
@media screen and (min-width: 1034px) {
  .pc_item-lg {
    display: block;
  }
}
/* ------------
layout
------------ */
main {
  width: 100%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  main {
    overflow: hidden;
  }
}

.inner_cont {
  width: 87.2%;
  max-width: 1120px;
  position: relative;
  /* spサイズ*/
  margin: 0 auto;
}

/* -- block margin -- */
.section_wrap {
  padding: 3em 0;
}
@media screen and (min-width: 768px) {
  .section_wrap {
    padding: 120px 0;
  }
}

/* ------------------------------------
    layout_flex
  ------------------------------------ */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.flex_row > * {
  margin-right: 13.5px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .flex_row > * {
    margin-right: 9px;
  }
}
.flex_row > *:last-child {
  margin-right: 0;
}
.flex_row_col2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex_row_col2 > * {
  width: calc(50% - 27px / 2);
  margin-right: 27px;
  margin-bottom: 11.25px;
}
.flex_row_col2 > *:nth-child(2n) {
  margin-right: 0;
}
.flex_row_col3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex_row_col3 > * {
  width: calc(33.3333% - 36px / 3);
  margin-right: 18px;
  margin-bottom: 11.25px;
}
.flex_row_col3 > *:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .flex_rwd {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .flex_rwd > * {
    width: 100%;
    margin: 0 0 11.25px 0;
  }
  .flex_rwd > *:last-child {
    margin-bottom: 0;
  }
}
.flex_shrink {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.flex_grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.flex .align_center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.flex .align_end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

/* ------------
module
------------ */
/* ------------------------------------
    text_parts
  ------------------------------------ */
/* -- headline -- */
.headline_01 {
  color: #004680;
  font-size: clamp(2rem, 1.455rem + 2.73vw, 3.5rem);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin-bottom: clamp(2rem, 1.455rem + 2.73vw, 3.5rem);
}

.headline_02 {
  color: #004680;
  font-size: 27px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 27px;
}

.headline_03 {
  color: #A7BCD6;
  font-size: clamp(1.5rem, 1.227rem + 1.36vw, 2.25rem);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
}

/* -- list style -- */
ol.notes_list > li {
  color: #707070;
  font-size: 0.75rem;
  line-height: 1.3;
  counter-increment: num;
}
ol.notes_list > li:before {
  content: "※" counter(num);
}

.notes_list > li:before {
  margin-right: 0.25em;
  float: left;
  content: "※";
}
.notes_list li {
  font-size: 1.4rem;
}
.notes_list li div {
  overflow: hidden;
}

.list > li:before {
  margin-right: 0.25em;
  float: left;
  content: "・";
}
.list li div {
  overflow: hidden;
}

/* -- text -- */
.notes {
  font-size: 0.75rem;
}

p.notes {
  margin-bottom: 0.5rem;
}

.text_center {
  text-align: center;
}
.text_left {
  text-align: left;
}
.text_right {
  text-align: right;
}
.text_indent {
  padding-left: 1em;
  text-indent: -1em;
}
.text_link {
  color: #004680;
  text-decoration: underline;
}
.text_link:hover {
  text-decoration: none;
}
.text_bold {
  font-weight: bold;
}
.text_marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(10%, #F3E600));
  background: linear-gradient(transparent 70%, #F3E600 10%);
}

.font_size0-875 {
  font-size: 15.75px;
}
.font_size1 {
  font-size: 18px;
}
.font_size1-125 {
  font-size: 20.25px;
}
.font_size1-5 {
  font-size: 27px;
}
.font_size2 {
  font-size: 36px;
}

/* -- button -- */
.btn_01 {
  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;
  color: #004680;
  max-width: 350px;
  padding: 13px 20px 15px;
  border-radius: 40px;
  border: 2px solid #F5ED6E;
  background: #F3E600;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  margin-left: auto;
  margin-right: auto;
  /*line-height: 2;*/
}
@media screen and (min-width: 1034px) {
  .btn_01 {
    max-width: 440px;
  }
}
.btn_01:hover {
  background-color: #FFF67B;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translate3d(0, 2px, 0);
          transform: translate3d(0, 2px, 0);
}
.btn_01:active {
  background-color: #EADC1B;
  border-color: #EADC1B;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translate3d(0, 2px, 0);
          transform: translate3d(0, 2px, 0);
}

#bnr_position .btn_01 {
  max-width: 500px;
}

.btn_02 {
  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;
  color: #004680;
  background-color: #fff;
  max-width: 350px;
  /*min-width: 270px;*/
  padding: 13px 20px 16px;
  border-radius: 40px;
  border: 2px solid #004680;
  color: #004680;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1034px) {
  .btn_02 {
    max-width: 440px;
  }
}
.btn_02:hover, .btn_02:active {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translate3d(0, 2px, 0);
          transform: translate3d(0, 2px, 0);
}
.btn_02.inver {
  color: #fff;
  background: #004680;
}
.btn_02.inver:hover {
  background-color: #fff;
  color: #004680;
}

.btn_03 {
  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;
  color: #004680;
  max-width: 350px;
  padding: 13px 20px 15px;
  border-radius: 40px;
  border: #EDF2F7;
  background: #EDF2F7;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  line-height: 2;
}
@media screen and (min-width: 1034px) {
  .btn_03 {
    max-width: 440px;
  }
}
.btn_03:hover {
  background-color: #F6F8FB;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translate3d(0, 2px, 0);
          transform: translate3d(0, 2px, 0);
}

/* -- fadein -- */
.is-fadein {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadein {
  opacity: 0;
}

/* -- slickslider -- */
.slick-slider {
  display: none;
}

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

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slider .slick-slide {
  height: auto !important;
}

.dsp_tbl {
  margin-top: clamp(2rem, 2vw, 10rem);
  margin-bottom: clamp(2rem, 2vw, 10rem);
  border-top: 1px solid #DCE4EF;
}
.dsp_tbl li {
  border-bottom: 1px solid #DCE4EF;
}
.dsp_tbl dl {
  display: table;
  overflow: hidden;
  width: 100%;
}
.dsp_tbl dl dt {
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F6F8FB;
  text-align: left;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .dsp_tbl dl dt {
    width: 20%;
    padding: 10px 5% 10px 1.6em;
    margin-bottom: 10px;
    display: table-cell;
    text-align: right;
    white-space: nowrap;
  }
}
.dsp_tbl dl dd {
  display: block;
  padding: 1rem;
  vertical-align: middle;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .dsp_tbl dl dd {
    padding-right: 0;
    padding-left: 1.6em;
  }
}

/* ------------
design
------------ */
/*--------------------------------------
  bnr
--------------------------------------*/
.bnr_wrap {
  text-align: center;
  padding: 60px 0 0;
}

/*--------------------------------------
  mv
--------------------------------------*/
#mv {
  position: relative;
  /*background-color: rgba($MAIN_COLOR, 0.2);*/
}
@media screen and (max-width: 767px) {
  #mv {
    /*min-height: calc((var(--vh, 1vh) * 100) - 50px);*/
  }
}
#mv .mv-slick {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #mv .mv-slick {
    height: calc(80vh - 120px);
  }
}
#mv .mv-slick::before {
  content: "";
  background-color: rgba(0, 70, 128, 0.3);
  background-blend-mode: color-dodge;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  #mv .mv-slick::before {
    height: 100%;
  }
}
#mv .mv-slick img {
  margin: auto;
  height: 50vh;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #mv .mv-slick img {
    height: calc(80vh - 120px);
  }
}
#mv .mv_main {
  z-index: 2;
  position: absolute;
  top: 0;
  width: 100%;
  /*height: calc(100vh - 20px);*/
  margin-top: clamp(2.25rem, 1.341rem + 4.55vw, 4.75rem);
  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;
}
@media screen and (min-width: 480px) {
  #mv .mv_main {
    background-size: contain;
    height: calc(100% - 100px);
    margin-top: 100px;
  }
}
#mv .mv_main_inner {
  width: 88%;
  margin: 0 auto;
}
#mv .mv_head {
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  text-shadow: 0px 0px 8px rgba(0, 0, 99, 0.4);
  width: 100%;
  max-width: 1120px;
  z-index: 2;
}
#mv .mv_head_subtxt {
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(1.25rem, 0.86rem + 1.95vw, 2.25rem);
  line-height: 1.6;
}
#mv .mv_head_subtxt_flag {
  max-width: 45px;
  margin-right: 0.5rem;
  padding-bottom: 0.2rem;
  vertical-align: text-bottom;
}
@media screen and (min-width: 768px) {
  #mv .mv_head_subtxt_flag {
    max-width: 100px;
  }
}
#mv .mv_head_subtxt_tit {
  font-size: clamp(1.813rem, 0.691rem + 5.61vw, 4.688rem);
  margin-right: -0.2rem;
}
#mv .mv_head_subtxt_inner {
  font-size: clamp(1.25rem, 0.86rem + 1.95vw, 2.25rem);
  margin-top: 0.5rem;
}
#mv .mv_head_subtxt_acc {
  background-color: rgba(0, 56, 103, 0.45);
  border: 2px solid #fff;
  border-radius: 50px;
  font-size: 95%;
  display: inline-block;
  line-height: 1;
  margin-right: 0.5rem;
  padding: 0.3rem 0.75rem 0.5rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #mv .mv_head_subtxt_acc {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  #mv .mv_head_subtxt_acc {
    padding: 0.3rem 1.75rem 0.5rem;
  }
}
#mv .mv_head_maintxt {
  color: #fff;
  font-weight: bold;
  font-size: clamp(2.25rem, 1.341rem + 4.55vw, 4.75rem);
  line-height: 1;
  margin-bottom: clamp(1.75rem, 0.659rem + 5.45vw, 4.75rem);
  text-shadow: 0 0 18px rgba(0, 70, 128, 0.8);
}
@media screen and (min-width: 768px) {
  #mv .mv_head_maintxt {
    text-align: center;
  }
}
#mv .mv_head_maintxt span {
  font-size: 75%;
}
#mv .mv_head_maintxt_small {
  font-size: 60%;
}
#mv .shop_data ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0.5rem auto 1.6rem;
  max-width: 70%;
}
@media screen and (min-width: 768px) {
  #mv .shop_data ul {
    margin: 0 auto;
    max-width: 350px;
  }
}
#mv .shop_data ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
#mv .shop_data ul li:first-child {
  position: relative;
}
#mv .shop_data ul li:first-child span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  color: #004680;
  font-weight: 700;
  font-size: clamp(2.375rem, 2.18rem + 0.98vw, 2.875rem);
}
#mv .btn_wrapper {
  width: 96%;
  margin: 18px auto;
}
@media screen and (min-width: 768px) {
  #mv .btn_wrapper {
    margin: 2rem auto 0;
  }
}
#mv .btn_wrapper .btn_wrap {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #mv .btn_wrapper .btn_wrap {
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  #mv .btn_wrapper .btn_wrap {
    margin-bottom: 1.5rem;
  }
}
#mv .btn_wrapper .btn_text {
  color: #fff;
  text-shadow: 0px 0px 10px #122344;
}
@media screen and (max-width: 767px) {
  #mv .btn_wrapper .btn_text {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  #mv .btn_wrapper .btn_text {
    font-size: clamp(1rem, 2vw + 1rem, 1.125rem);
  }
}
#mv .btn_wrapper .btn_01 {
  margin-left: auto;
  margin-right: auto;
}

.mv_notes {
  background-color: #004680;
  padding: 18px;
}
.mv_notes ol.notes_list {
  padding: 1rem 0;
  font-size: 1.1rem;
  line-height: 1.3;
  counter-reset: count 0;
}
.mv_notes ol.notes_list > li {
  color: #fff;
}
.mv_notes ol.notes_list > li::before {
  counter-increment: count 1;
  content: "※" counter(count);
  margin-right: 0.25em;
  float: left;
}
.mv_notes ol.notes_list > li div {
  overflow: hidden;
}

/*--------------------------------------
  sec_mv-merit-content

--------------------------------------*/
.sec_mv-merit-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sec_mv-merit-content__wrap {
  background-color: white;
  padding: 18px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .sec_mv-merit-content__wrap {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 36px 67.5px;
    width: 1120px;
    max-width: 100%;
  }
}
.sec_mv-merit-content__wrap h2 {
  font-size: 18px;
  font-weight: 700;
  color: #004680;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec_mv-merit-content__wrap h2 {
    font-size: 40.5px;
  }
}
@media screen and (min-width: 768px) {
  .sec_mv-merit-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .sec_mv-merit-content li {
    width: 33.3333333333%;
    padding: auto 36px;
  }
}
.sec_mv-merit-content li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec_mv-merit-content li dl dt {
  width: calc(20% - 18px);
  margin-right: 18px;
}
@media screen and (min-width: 768px) {
  .sec_mv-merit-content li dl dt {
    width: 100%;
    text-align: center;
  }
}
.sec_mv-merit-content li dl dt img {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .sec_mv-merit-content li dl dt img {
    width: 120px;
  }
}
.sec_mv-merit-content li dl dd {
  width: 80%;
  color: #004680;
  font-size: 15.75px;
  line-height: 1.2;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .sec_mv-merit-content li dl dd {
    width: 100%;
    font-size: 22.5px;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
  }
}

/*--------------------------------------
  seminar
--------------------------------------*/
#seminar_wrap {
  background: rgba(167, 188, 214, 0.2);
}
@media screen and (min-width: 1034px) {
  #seminar {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}
#seminar .btn_01 {
  font-size: clamp(1.25rem, 0.977rem + 1.36vw, 2rem);
  max-width: 720px;
}

.sec_seminar-content {
  background: #fff;
  margin-bottom: 2rem;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .sec_seminar-content {
    padding: 3rem;
  }
}
.sec_seminar-content-tit {
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
}
.sec_seminar-content-tit span {
  font-size: 1rem;
}
.sec_seminar-content-tit-wrap {
  background-color: #004680;
  margin: -1rem -1rem 0.5rem;
  padding: 1rem 1rem 0.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .sec_seminar-content-tit-wrap {
    margin: -3rem -3rem 0.5rem;
    padding: 1rem 3rem 1rem 3rem;
  }
}
.sec_seminar-content-info {
  padding-top: 1rem;
}
.sec_seminar-content-info-close {
  text-align: center;
  color: #e30b17;
  border: 1px solid;
  font-size: 1.5rem;
  line-height: 1.3;
  padding: 0.8rem;
  margin-bottom: 1rem;
}
.sec_seminar-content-info-lead {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.sec_seminar-content-info-lead p {
  margin-bottom: 1rem;
}
.sec_seminar-content-info-content {
  margin-bottom: 2rem;
}
.sec_seminar-content-info-content > dl {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .sec_seminar-content-info-content > dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-bottom: 1px solid #A7BCD6;
    margin-bottom: 0;
  }
}
.sec_seminar-content-info-content > dl .date-num {
  color: #004680;
  font-weight: bold;
  font-size: 20.25px;
}
@media screen and (min-width: 768px) {
  .sec_seminar-content-info-content > dl .date-num {
    font-size: 36px;
  }
}
.sec_seminar-content-info-content > dl > dt {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .sec_seminar-content-info-content > dl > dt {
    width: 30%;
    padding: 1rem;
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .sec_seminar-content-info-content > dl > dd {
    width: calc(70% - 1rem);
    padding: 1rem;
  }
}
.sec_seminar-content-info-content > dl .tour_conductor {
  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;
  margin: 0 auto 5%;
}
.sec_seminar-content-info-content > dl .tour_conductor__wrap {
  margin: 2rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .sec_seminar-content-info-content > dl .tour_conductor__wrap dl {
    margin-left: 2rem;
  }
}
.sec_seminar-content-info-content > dl .tour_conductor__wrap dl dt {
  font-weight: 700;
}
.sec_seminar-content-info-content > dl .tour_conductor img {
  max-width: 120px;
  max-height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* -- #kadai -- */
#kadai {
  position: relative;
}
#kadai.section_wrap {
  padding: 60px 0 0;
}
#kadai .kadai_cont {
  margin-top: 3rem;
}
#kadai .kadai_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media screen and (min-width: 768px) {
  #kadai .kadai_list_item {
    margin-bottom: 0;
  }
}
#kadai .kadai_list_item .kadai_txt {
  background: rgba(167, 188, 214, 0.2);
  border-radius: 18px;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.8;
  padding: 9px 9px;
  text-align: center;
  width: 260px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -ms-grid;
  display: grid;
  place-items: center;
  position: relative;
}
#kadai .kadai_list_item .kadai_txt:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 13px;
  height: 12px;
  bottom: -32px;
  background: rgba(167, 188, 214, 0.2);
  border-radius: 50%;
}
#kadai .kadai_list_item .kadai_txt:after {
  content: "";
  position: absolute;
  left: 40%;
  width: 20px;
  height: 18px;
  bottom: -20px;
  background: rgba(167, 188, 214, 0.2);
  border-radius: 50%;
}
#kadai .kadai_list_item .kadai_txt_wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr 3rem 1fr 3rem 1fr;
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0;
  grid-row-gap: 3rem;
  justify-items: stretch;
  margin-bottom: 2rem;
}
#kadai .kadai_list_item .kadai_txt_wrap > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
#kadai .kadai_list_item .kadai_txt_wrap > *:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
#kadai .kadai_list_item .kadai_txt_wrap > *:nth-child(3) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
@media screen and (min-width: 768px) {
  #kadai .kadai_list_item .kadai_txt_wrap {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1240px) {
  #kadai .kadai_list_item .kadai_txt_wrap {
    -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: (1fr)[2];
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 1rem;
  }
  #kadai .kadai_list_item .kadai_txt_wrap > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #kadai .kadai_list_item .kadai_txt_wrap > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #kadai .kadai_list_item .kadai_txt_wrap > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  #kadai .kadai_list_item .kadai_txt_wrap > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  #kadai .kadai_list_item .kadai_txt_wrap > *:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  #kadai .kadai_list_item .kadai_txt_wrap > *:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  #kadai .kadai_list_item .kadai_txt_wrap > *:nth-child(7) {
    -ms-grid-row: 2;
    -ms-grid-column: 5;
  }
  #kadai .kadai_list_item .kadai_txt_wrap > *:nth-child(8) {
    -ms-grid-row: 2;
    -ms-grid-column: 7;
  }
}
#kadai .kadai_list_item .kadai_txt.kadai_txt_01, #kadai .kadai_list_item .kadai_txt.kadai_txt_02 {
  margin-bottom: -2rem;
}
#kadai .kadai_list_item .kadai_txt.kadai_txt_01::before, #kadai .kadai_list_item .kadai_txt.kadai_txt_02::before {
  display: none;
}
#kadai .kadai_list_item .kadai_txt.kadai_txt_01::after, #kadai .kadai_list_item .kadai_txt.kadai_txt_02::after {
  display: none;
}
@media screen and (min-width: 1240px) {
  #kadai .kadai_list_item .kadai_txt.kadai_txt_01 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-area: 1/2/2/4;
    margin-bottom: 0;
  }
  #kadai .kadai_list_item .kadai_txt.kadai_txt_01::before {
    display: block;
  }
  #kadai .kadai_list_item .kadai_txt.kadai_txt_01::after {
    display: block;
  }
  #kadai .kadai_list_item .kadai_txt.kadai_txt_02 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 2/1/3/3;
    margin-bottom: 0;
  }
  #kadai .kadai_list_item .kadai_txt.kadai_txt_02::before {
    display: block;
  }
  #kadai .kadai_list_item .kadai_txt.kadai_txt_02::after {
    display: block;
  }
  #kadai .kadai_list_item .kadai_txt.kadai_txt_03 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-area: 2/3/3/5;
  }
  #kadai .kadai_list_item .kadai_txt.kadai_txt_03::before {
    left: 42%;
  }
  #kadai .kadai_list_item .kadai_txt.kadai_txt_03::after {
    left: 50%;
  }
}
@media screen and (max-width: 767px) {
  #kadai .kadai_list_item .kadai_txt {
    font-size: 1rem;
  }
}
#kadai .kadai_list_item .kadai_img img {
  max-width: 150px;
}
@media screen and (min-width: 768px) {
  #kadai .kadai_list_item .kadai_img img {
    max-width: inherit;
  }
}

/* solution */
.solution {
  background: rgba(167, 188, 214, 0.2);
  padding: 130px 0 130px;
  position: relative;
}
.solution::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 175px 0 175px;
  border-color: #fff transparent transparent transparent;
}
.solution .headline_01_balloon {
  position: relative;
  display: inline-block;
  padding: 0.875rem 1.5rem 1rem;
  border-radius: 50px;
  background: #004680;
  color: #fff;
  font-size: 31.5px;
  margin-bottom: 18px;
}
.solution .headline_01_balloon::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 6px;
  border-color: #004680 #004680 transparent transparent;
}
.solution_detail {
  margin-top: 3rem;
}
.solution_detail .solution_head .solution_lead {
  color: #004680;
  font-weight: bold;
  font-size: clamp(1.55rem, 1.5vw + 1rem, 2rem);
  line-height: 1.4;
}
.solution_detail .solution_head .solution_text {
  margin-top: 22.5px;
}
.solution_detail .solution_head .solution_text em {
  color: #004680;
  font-style: normal;
  font-weight: 700;
}
.solution_detail .imgwrap {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .solution_detail .imgwrap {
    margin-top: 18px;
  }
}
@media screen and (min-width: 768px) {
  .solution_detail {
    margin-top: 8rem;
  }
  .solution_detail:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .solution_detail:nth-child(odd) .imgwrap {
    margin-right: 27px;
  }
  .solution_detail:nth-child(odd) .solution_head {
    margin-right: 0;
  }
}

/*--------------------------------------
  siryoseikyu
--------------------------------------*/
.siryoseikyu {
  margin: 0;
  padding: 30px 0 40px;
  background-color: #004680;
}
.siryoseikyu .lead_text {
  color: #fff;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 3rem;
}
.siryoseikyu .btn_wrap {
  text-align: center;
}
.siryoseikyu .btn_wrap .btn_text {
  margin: 0.5rem auto;
  color: #fff;
  font-size: 15.75px;
}
.siryoseikyu .btn_wrap .btn_01,
.siryoseikyu .btn_wrap .btn_02,
.siryoseikyu .btn_wrap .btn_03 {
  margin-left: auto;
  margin-right: auto;
}
.siryoseikyu .notes {
  /*color: $BASE_COLOR;
  margin-top: $em1-25;*/
  text-align: center;
}

.tel_text {
  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;
  color: #004680;
  background-color: #fff;
  max-width: 350px;
  padding: 13px 20px 16px;
  border-radius: 40px;
  border: 2px solid #004680;
  color: #004680;
  font-size: clamp(1.25rem, 2vw + 1rem, 1.5rem);
  font-weight: bold;
  text-align: center;
  line-height: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4;
}
@media screen and (min-width: 1034px) {
  .tel_text {
    max-width: 440px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/*--------------------------------------
  document
--------------------------------------*/
@media screen and (min-width: 1034px) {
  .documents_inner {
    width: 98%;
    margin: 0 auto;
  }
}

.card_list {
  width: 100%;
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card_list .card_list-item {
  margin: 0 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.card_list .card_list-item.slick-slide {
  opacity: 0.6;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.card_list .card_list-item.slick-slide.slick-active {
  opacity: 1;
}
.card_list .card_list-item-wrap {
  background-color: #fff;
  border: 1px solid #618EBE;
  -webkit-box-shadow: 0px 0px 8px rgba(167, 188, 214, 0.3);
          box-shadow: 0px 0px 8px rgba(167, 188, 214, 0.3);
  font-size: 1rem;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}
.card_list .card_list-item-wrap:hover {
  top: 1px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.card_list .card_list-item-link {
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-decoration: none;
  width: 100%;
  height: auto;
}
.card_list .card_list-item-link:hover {
  border: 1px solid #004680;
}
.card_list .card_list-item-img {
  padding-top: 52.5%;
  position: relative;
}
.card_list .card_list-item-img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
}
.card_list .slick-slide .card_list-item-img img {
  opacity: 0.6;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.card_list .slick-active .card_list-item-img img,
.card_list .slick-current .card_list-item-img img {
  opacity: 1;
}
.card_list .card_list-item-tag {
  margin: 0 0 0.5rem 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.card_list .card_list-item-tag span {
  display: inline-block;
  background-color: #004680;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem 0.35rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.card_list .card_list-item-txt {
  position: relative;
  padding: 0.5rem;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.card_list .card_list-item-txt::after {
  content: "";
  font-size: 90%;
  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;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 10px;
  width: 6px;
  height: 6px;
  border-top: solid 2px #98A6B5;
  border-right: solid 2px #98A6B5;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.card_list .card_list-item-title {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: #004680;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.5rem;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .card_list .card_list-item-title {
    font-size: 1.2rem;
  }
}

/*--------------------------------------
  YouTube
--------------------------------------*/
.youtube__wrap {
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 768px) {
  .youtube__wrap {
    width: 87.2%;
    max-width: 1120px;
    margin: 6rem auto;
  }
}
.youtube__wrap iframe {
  width: 100%;
  height: 100%;
}

/*--------------------------------------
  knowledge
--------------------------------------*/
.knowledge {
  padding-bottom: 40px;
  background: no-repeat url(../images/img_bg_knowledge.jpg);
  background-size: cover;
}
.knowledge .headline_01 {
  color: #F3E600;
}
.knowledge_text_wrap {
  margin-top: 2rem;
}
.knowledge_text_wrap > p {
  width: 100%;
  color: #fff;
  margin-bottom: 1rem;
  line-height: 1.8;
}
.knowledge_text_wrap > p span {
  font-size: 120%;
}
.knowledge_text_wrap > p .text_marker {
  color: #F3E600;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(10%, #003867));
  background: linear-gradient(transparent 70%, #003867 10%);
}

/*--------------------------------------
  About us
--------------------------------------*/
@media screen and (max-width: 767px) {
  .about-us_inner {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 768px) {
  .about-us_inner {
    width: 50%;
  }
}
.about-us_block {
  margin-bottom: 67.5px;
}
.about-us_photo img {
  border-radius: 0.5rem;
  overflow: hidden;
  margin-bottom: 67.5px;
}
.about-us .headline_02 {
  text-align: left;
}

/*--------------------------------------
  feature
--------------------------------------*/
.feature {
  background: rgba(167, 188, 214, 0.2);
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin: 0rem -50vw 0;
  padding: 5rem 0;
  counter-reset: number;
}
.feature__title {
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .feature__title {
    font-size: 2.6rem;
  }
}
.feature__title__sub {
  border: 1px solid #004680;
  padding: 0.5rem 1rem;
  font-size: 70%;
  display: inline-block;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .feature__title__sub {
    font-size: 50%;
    margin-right: 1rem;
    margin-bottom: 0;
  }
}
.feature__list {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .feature__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.feature__list:nth-child(odd) .feature__list__text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.feature__list__text {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .feature__list__text {
    width: 50%;
    margin-bottom: 0;
  }
}
.feature__list__text__title {
  color: #004680;
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .feature__list__text__title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .feature__list__img {
    width: 50%;
  }
}
.feature__list__wrap {
  margin-top: 4rem;
}

h3 .l-system-point__em {
  font-size: 2.6rem;
}

/*--------------------------------------
  case
--------------------------------------*/
.case .headline_01 {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .case_slider_wrap {
    margin-left: 27px;
  }
  .case_slider_wrap .slick-list {
    padding-right: 10%;
  }
  .case_slider_wrap .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .case_slider_wrap .slick-initialized .slick-slide {
    height: auto !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .case_slider_wrap .slick-slide img {
    display: inline;
  }
  .case_slider_wrap .slick-dots {
    bottom: initial !important;
    margin-top: 15px !important;
  }
}
@media screen and (min-width: 768px) {
  .case_slider_wrap {
    width: 87.2%;
    max-width: 1120px;
    position: relative;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .case_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.case_list_item {
  background-color: rgba(167, 188, 214, 0.2);
  border-radius: 18px;
  padding: 27px;
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .case_list_item {
    margin-right: 27px;
  }
}
@media screen and (min-width: 768px) {
  .case_list_item {
    width: calc(50% - 27px / 2);
    margin-right: 27px;
    margin-bottom: 27px;
  }
  .case_list_item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1034px) {
  .case_list_item {
    width: calc(33.3333% - 54px / 3);
    margin-right: 27px;
    margin-bottom: 27px;
  }
  .case_list_item:nth-child(2n) {
    margin-right: 27px;
  }
  .case_list_item:nth-child(3n) {
    margin-right: 0;
  }
}
.case_list_item .case_imgwrp {
  text-align: center;
  margin-top: -80px;
  margin-bottom: 27px;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  height: 100px;
}
.case_list_item .case_head {
  color: #004680;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 20.25px;
}
.case_list_item .case_text {
  line-height: 1.8;
  margin-bottom: 20.25px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.case_list_item .case_user {
  font-weight: bold;
}
.case_list_item .case_user span {
  background-color: #EDF2F7;
  border: 1px solid #004680;
  color: #004680;
  font-weight: 500;
  font-size: 0.75rem;
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0.1rem 0.25rem 0.2rem;
}

/*--------------------------------------
  cta_sub
--------------------------------------*/
.cta_sub {
  padding-bottom: 100px;
}
.cta_sub .btn_wrap {
  margin-top: 27px;
  text-align: center;
}
.cta_sub .btn_wrap .btn_02 {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .cta_sub .btn_wrap .btn_02 {
    font-size: 20px;
  }
}

/*--------------------------------------
  flow
--------------------------------------*/
.flow {
  background: rgba(167, 188, 214, 0.2);
  padding: 80px 0 90px;
  position: relative;
}
.flow_wrap {
  margin-top: 3rem;
}
.flow .headline_01 span {
  font-size: 75%;
}
.flow .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flow_list {
  max-width: 820px;
  margin: 0 auto;
  counter-reset: number 0;
}
.flow_listItem {
  position: relative;
  z-index: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 36px;
}
.flow_listItem:nth-last-of-type(n+2)::before {
  bottom: -15%;
  content: "";
  position: absolute;
  left: 37px;
  z-index: 2;
  display: block;
  width: 0;
  height: calc(100% - 78px - 20px);
  border-right: 2px dotted #A7BCD6;
}
@media screen and (max-width: 767px) {
  .flow_listItem:nth-last-of-type(n+2)::before {
    bottom: -12%;
  }
}
.flow_listItem .step {
  position: relative;
  z-index: 2;
  margin-right: 20px;
  padding-top: 5px;
}
.flow_listItem .step::before {
  counter-increment: number 1;
  content: "STEP " counter(number, decimal-leading-zero);
  display: block;
  font-size: 13.5px;
  font-weight: 700;
  color: #004680;
  text-align: center;
}
.flow_listItem .step .ic {
  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;
  width: 78px;
  height: 78px;
  background-color: #F3E600;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 3px rgba(125, 55, 4, 0.26);
          box-shadow: 0 2px 3px rgba(125, 55, 4, 0.26);
}
.flow_listItem_content {
  width: calc(100% - 78px);
}
.flow_listItem_content .ttl {
  color: #004680;
  font-size: 27px;
  font-weight: 700;
}
.flow_listItem_content .txtBox {
  background-color: #fff;
  border-radius: 5px;
  padding: 18px;
}
.flow_listItem_content .txtBox .start_tit {
  color: #A7BCD6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flow_listItem_content .txtBox .start_tit::after {
  background-color: #A7BCD6;
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 2px;
  margin-left: 1rem;
}
.flow_listItem_content .txtBox .start_item {
  font-weight: 700;
  display: inline-block;
  border: 2px solid #004680;
  border-radius: 5px;
  padding: 0.25rem 1rem 0.35rem;
  margin-top: 0.5rem;
  margin-right: 1rem;
}

/*--------------------------------------
  faq
--------------------------------------*/
.faq {
  padding: 80px 0 40px;
}
.faq_wrap {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .faq_wrap {
    margin-top: 6rem;
  }
}
.faq_wrap .headline_02 {
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .faq_wrap .headline_02 {
    margin-bottom: 36px;
  }
}
.faq_list {
  width: 100%;
}
.faq_list li {
  margin-bottom: 27px;
}
@media screen and (min-width: 768px) {
  .faq_list li {
    margin-bottom: 36px;
  }
}
.faq_list li .faq_q {
  background-color: #FFFFCC;
  border-radius: 10px 10px 0px 0px;
  padding: 18px 18px 18px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20.25px;
  font-weight: 700;
  line-height: 1.35;
  position: relative;
}
@media screen and (min-width: 480px) {
  .faq_list li .faq_q {
    font-size: 27px;
    padding: 34px 35px 30px 88px;
  }
}
.faq_list li .faq_q:before {
  content: "Q";
  position: absolute;
  left: 10px;
  width: 40px;
  height: 40px;
  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: 52px;
  height: 52px;
  margin: auto;
  padding-bottom: 5px;
  background-color: #004680;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .faq_list li .faq_q:before {
    left: 12px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1034px) {
  .faq_list li .faq_q:before {
    top: 0;
    bottom: 0;
    left: 20px;
    font-size: 27px;
  }
}
.faq_list li .faq_a {
  background-color: rgba(167, 188, 214, 0.2);
  border: 2px solid #EEF2F6;
  border-radius: 0 0 20px 20px;
  font-size: 18px;
  line-height: 1.6;
  padding: 22.5px;
}
@media screen and (min-width: 768px) {
  .faq_list li .faq_a {
    padding: 23px 30px 27px;
  }
}
.faq_list li .faq_a > a {
  color: #004680;
  text-decoration: underline;
  font-weight: 700;
}
.faq_intro__wrap {
  margin: 36px auto;
}
.faq-other-list {
  padding: 18px;
  background-color: rgba(167, 188, 214, 0.2);
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .faq-other-list {
    padding: 2rem 4rem;
  }
}
.faq-other-list > li {
  margin-bottom: 27px;
}
.faq-other-list > li > span {
  position: relative;
  font-weight: 600;
  display: inline-block;
  cursor: pointer;
  font-size: 20.25px;
}
@media screen and (min-width: 768px) {
  .faq-other-list > li > span {
    font-size: 22.5px;
  }
}
.faq-other-list > li > span:before {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 600;
  display: inline-block;
  margin-right: 0.6rem;
  color: #004680;
}
.faq-other-list > li > span.open:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.faq-other-list > li > ol {
  display: none;
  margin-left: 27px;
}
.faq-other-list > li > ol > li a {
  text-decoration: none;
}
.faq-other-list li a {
  display: block;
  position: relative;
  margin-top: 0.4rem;
  font-size: 1rem;
}
.faq-other-list li a:before {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 600;
  margin-right: 0.6rem;
  color: #004680;
}

/*--------------------------------------
  contact
--------------------------------------*/
.contact {
  position: relative;
  padding: 60px 0 60px;
  background-color: #004680;
  color: #fff;
}
.contact .inner_cont {
  text-align: center;
}
.contact_lead {
  font-weight: 700;
  font-size: clamp(1.5rem, 1.305rem + 0.98vw, 2rem);
}
.contact_lead span {
  font-size: 80%;
}
.contact_sublead {
  vertical-align: super;
  font-weight: 700;
  font-size: clamp(1.25rem, 1.055rem + 0.98vw, 1.75rem);
  margin-top: 0.75rem;
}
.contact_sublead .ico {
  color: #004680;
  background-color: #F3E600;
  font-size: 18px;
  display: inline-block;
  padding: 2px 18px 4px;
  margin-left: 9px;
  margin-bottom: 4px;
  vertical-align: middle;
}
.contact .btn_wrap {
  margin-top: 36px;
}
.contact .btn_wrap .btn_text {
  font-size: 15.75px;
  margin: 0.5rem auto;
}
.contact .btn_wrap .btn_01,
.contact .btn_wrap .btn_02,
.contact .btn_wrap .btn_03 {
  margin-left: auto;
  margin-right: auto;
}
.contact_txt {
  margin-top: 36px;
  font-size: 18px;
  line-height: 2;
}
.contact .contact_tel {
  width: 90%;
  max-width: 520px;
  padding: 0.5em;
  background-color: #fff;
  color: #202020;
  text-align: center;
  margin-top: 36px;
  margin-bottom: 36px;
  margin-right: auto;
  margin-left: auto;
}
.contact .contact_tel p.tel_txt {
  font-size: 18px;
  font-weight: bold;
}
.contact .contact_tel p.tel_num {
  color: #004680;
  font-family: Arial;
  font-size: 40.5px;
  font-weight: 700;
  line-height: 1.6;
}
.contact .contact_tel p.tel_time {
  font-size: 13.5px;
}
.contact .sns {
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
  max-width: 800px;
}
.contact .sns p {
  color: #004680;
  font-size: 15.75px;
  position: relative;
  background-color: #A7BCD6;
  padding: 9px;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .contact .sns p {
    margin-right: 18px;
  }
}
.contact .sns p::after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  border-top-color: #A7BCD6;
  top: 100%;
  left: 50%;
}
@media screen and (min-width: 768px) {
  .contact .sns p::after {
    border-top-color: transparent;
    border-left-color: #A7BCD6;
    margin-left: inherit;
    margin-top: -10px;
    left: 100%;
    top: 50%;
  }
}

/*--------------------------------------
  footer_link
--------------------------------------*/
.footer_link {
  margin: 3rem auto;
}
.footer_link_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer_link_sns img {
  width: 60px;
  max-width: 60px;
  height: auto;
  margin: 0 10px;
}
.footer_link .bnr_area {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .footer_link .bnr_area {
    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;
  }
}
.footer_link .bnr_area li {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .footer_link .bnr_area li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24%;
            flex: 0 0 24%;
    margin-right: 1rem;
    margin-bottom: 0;
  }
  .footer_link .bnr_area li:nth-of-type(3n) {
    margin-right: 0;
  }
}
.footer_link .bnr_area li img {
  width: 100%;
}
.footer_link_nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer_link_nav li {
  margin-left: 1em;
}
.footer_link_nav li a {
  position: relative;
}
.footer_link_nav li a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0.3rem solid transparent;
  border-bottom: 0.3rem solid transparent;
  border-left: 0.4rem solid #004680;
  border-right: 0;
  padding-left: 0.3rem;
}
.footer_link_nav li a:hover, .footer_link_nav li a:active {
  color: #002eaa;
  text-decoration: underline;
}

/*--------------------------------------
  header
--------------------------------------*/
header {
  z-index: 1;
  width: 100%;
  height: 50px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  header {
    height: 80px;
    padding-top: 16px;
  }
}
@media screen and (min-width: 1034px) {
  header {
    padding-top: 8px;
  }
}

#header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: auto;
  max-height: 50px;
}
@media screen and (max-width: 1023px) {
  #header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1034px) {
  #header {
    width: 87.2%;
    max-width: 1024px;
    height: 65px;
    max-height: inherit;
    margin: 0 auto;
  }
}
#header h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
}
#header h1 img {
  width: 100%;
}
@media screen and (min-width: 1034px) {
  #header .header_cta {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: row;
        -ms-flex: row;
            flex: row;
  }
  #header .header_cta .header_nav li {
    margin-left: 1em;
  }
  #header .header_cta .header_nav li img {
    width: 36px;
  }
  #header .header_cta .header_nav li a {
    position: relative;
    /*&:before {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-top: 0.3rem solid transparent;
        border-bottom: 0.3rem solid transparent;
        border-left: 0.4rem solid $MAIN_COLOR;
        border-right: 0;
        padding-left: 0.3rem;
    }

    &:hover,
    &:active {
        color: $LINK_HOVER;
        text-decoration: underline;
    }*/
  }
  #header .header_cta .btn_01 {
    font-size: 18px;
    min-width: 150px;
    line-height: 1;
    width: 100%;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 12px;
  }
}
#header .tel_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header .tel_contact p {
  color: #004680;
  margin-top: 5.625px;
}
#header .tel_contact p:last-child {
  font-size: 31.5px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
#header .tel_contact p:last-child span {
  display: block;
  font-size: 13.5px;
  font-weight: normal;
}

/*--------------------------------------
  footer
--------------------------------------*/
footer {
  padding: 0;
  background-color: #fff;
}
footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.5em;
}
footer ul a {
  margin: 0 1em;
  font-size: 15.75px;
  text-decoration: underline;
}
footer ul + p {
  margin-bottom: 2em;
  font-size: 15.75px;
  text-align: center;
}
footer .jfa {
  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;
  margin-bottom: 0.5em;
  font-size: 18px;
  line-height: 1.2;
}
footer .jfa img {
  width: 60px;
  margin-right: 5px;
}
footer .copyright {
  font-family: "Arial";
  font-size: 11.25px;
  text-align: center;
}

/*--------------------------------------
  holiday
--------------------------------------*/
.holiday__wrap {
  color: #555555;
  font-size: 0.875rem;
}

/*--------------------------------------
  company
--------------------------------------*/
a.company_map_link {
  position: relative;
  display: inline-block;
  margin-top: 0.8rem;
  background-color: #004680;
  border-radius: 6px;
  padding: 0.2rem 0.8rem;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}
a.company_map_link:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0.3rem solid transparent;
  border-bottom: 0.3rem solid transparent;
  border-left: 0.4rem solid #fff;
  border-right: 0;
  padding-left: 0.3rem;
  top: -2px;
  position: relative;
}
a.company_map_link:hover, a.company_map_link:active {
  background-color: #00325B;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translate3d(0, 2px, 0);
          transform: translate3d(0, 2px, 0);
}

.company_text__wrap {
  margin: 4rem auto 6rem;
}
@media screen and (min-width: 768px) {
  .company_text__wrap {
    margin: 6rem auto 8rem;
  }
}
.company_text__wrap .headline_02 {
  margin-bottom: 1rem;
}
.company_text__wrap .headline_03 {
  margin-bottom: 2rem;
}
.company_text__inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .company_text__inner {
    width: clamp(200px, 65%, 760px);
  }
}
.company_text__inner p {
  margin-bottom: 1rem;
  line-height: 1.8;
  font-size: clamp(1rem, 0.34vi + 0.91rem, 1.19rem);
}

/*--------------------------------------
  fixed_banner
--------------------------------------*/
.fixed_banner {
  background-color: rgba(0, 70, 128, 0.8);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
.fixed_banner .inner_cont {
  width: 96%;
}
.fixed_banner .banner_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  /*max-width: 700px;*/
  margin: 0.5rem auto;
}
.fixed_banner .banner_in .btn_wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}
.fixed_banner .banner_in .btn_wrap a.btn_01 {
  margin: 0.5rem auto;
  padding: 8px 18px 12px;
  font-size: 22.5px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .fixed_banner .banner_in .btn_wrap a.btn_01 {
    font-size: 27px;
    padding: 13px 27px 15px;
  }
}
.fixed_banner .banner_in .btn_wrap .btn_text {
  margin: 0.5rem auto;
  color: #fff;
  font-size: 15.75px;
}
.fixed_banner .btn_01, .fixed_banner .btn_02 {
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .fixed_banner .btn_01, .fixed_banner .btn_02 {
    font-size: 18px;
  }
}
.fixed_banner .notes {
  font-weight: 400;
  font-size: 0.65rem;
}
.fixed_banner .btn_01,
.fixed_banner .btn_02,
.fixed_banner .btn_03 {
  margin-left: auto;
  margin-right: auto;
}

.fixed_banner {
  display: none;
}

#footer {
  margin-bottom: 120px;
}

/*--------------------------------------
  special_seminar
--------------------------------------*/
.special_seminar_wrap {
  margin: 2rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}