@charset "UTF-8";
/* ======================================================================
 reset
====================================================================== */
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
}

html {
  overflow-y: scroll;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

ul {
  list-style: none;
  padding-left: 0;
}

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,
input, select, textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  /* Sets a specific default `font-size` for user with `rem` type scales.*/
  font-size: 62.5%;
  /* Changes the default tap highlight to be completely transparent in iOS.*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  color: #000;
  line-height: 1.6;
  background: #fff;
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;
  font-weight: 400;
  word-wrap: break-word;
  word-break: break-all;
  min-width: 1440px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
  }
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

strong {
  font-weight: bold;
}

a:link {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

a:active {
  color: c;
  text-decoration: none;
}

a[href^="tel"] {
  color: #000;
}

.contain {
  width: 1440px;
  min-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

/* input */
input, textarea, select {
  display: block;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  -o-border-image: none;
     border-image: none;
  background: transparent;
  font-family: inherit;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input::-ms-expand, textarea::-ms-expand, select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

input:placeholder-shown, textarea:placeholder-shown {
  color: #000;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #000;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #000;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #000;
}

input::placeholder, textarea::placeholder {
  color: #000;
}

input:focus:placeholder-shown, textarea:focus:placeholder-shown {
  color: #000;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: #000;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: #000;
}

input:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
  color: #000;
}

input:focus::placeholder, textarea:focus::placeholder {
  color: #000;
}

.blue {
  color: #1570a6;
}

.yellow {
  color: #fff000;
}

@media screen and (min-width: 769px) {
  .u_pc {
    display: block;
  }
  .u_sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .u_pc {
    display: none;
  }
  .u_sp {
    display: block;
  }
}

.contact_top {
  background: #1570a6;
  padding: 11px 0;
}

@media screen and (max-width: 768px) {
  .contact_top {
    padding: calc(30/750*100vw) 0;
  }
}

.contact_bottom {
  background: url(../img/common/bg_contact.png) repeat;
  padding: 30px 0;
}

@media screen and (max-width: 768px) {
  .contact_bottom {
    background: #62b7e9;
    padding: calc(40/750*100vw) 0;
  }
}

.contact_bottom .l_content_size_pc_1 {
  position: relative;
}

.contact_chara {
  position: absolute;
  top: -70px;
  left: 137px;
}

@media screen and (max-width: 768px) {
  .contact_chara {
    top: calc(-96/750*100vw);
    left: calc(20/750*100vw);
    width: calc(170/750*100vw);
  }
}

.contact_img01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact_box {
  width: 1000px;
  margin: 0 auto;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  border: 3px solid #1570a6;
}

@media screen and (max-width: 768px) {
  .contact_box {
    width: inherit;
    border: 2px solid #1570a6;
  }
}

.contact_box-ttl {
  background: #1570a6;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .contact_box-ttl {
    padding: calc(33/750*100vw) 0;
  }
  .contact_box-ttl img {
    width: calc(567/750*100vw);
  }
}

.contact_box-inner {
  padding: 20px 30px;
  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;
}

@media screen and (max-width: 768px) {
  .contact_box-inner {
    padding: calc(29/750*100vw) calc(30/750*100vw) calc(33/750*100vw);
    display: block;
  }
}

.contact_box-text {
  font-size: 2rem;
  font-weight: 700;
  color: #1570a6;
}

@media screen and (max-width: 768px) {
  .contact_box-text {
    font-size: calc(30/750*100vw);
    text-align: center;
    margin-bottom: calc(20/750*100vw);
  }
}

.contact_box-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .contact_box-tel {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: calc(20/750*100vw);
  }
}

.contact_box-tel img {
  margin-right: 12px;
}

@media screen and (max-width: 768px) {
  .contact_box-tel img {
    margin-right: calc(26/750*100vw);
    width: calc(86/750*100vw);
  }
}

.contact_box-tel p {
  font-family: "Roboto", sans-serif;
  font-size: 6.6rem;
  font-weight: 900;
  letter-spacing: -.05em;
}

@media screen and (max-width: 768px) {
  .contact_box-tel p {
    font-size: calc(75/750*100vw);
  }
}

.p_index .key {
  background: url(../img/index/bg_key.png) center center/cover no-repeat;
}

@media screen and (max-width: 768px) {
  .p_index .key {
    background: url(../img/index/sp/bg_key.png) center center/cover no-repeat;
  }
}

.p_index .key .l_content_size_pc_1 {
  position: relative;
}

.p_index .key_img {
  padding: 29px 16px 36px 58px;
}

@media screen and (max-width: 768px) {
  .p_index .key_img {
    padding: calc(62/750*100vw) 0 0;
    margin: 0 calc(-30/750*100vw);
  }
}

.p_index .key_text {
  position: absolute;
  top: 103px;
  right: 0;
  margin-right: -54px;
}

.p_index .key_btn {
  position: absolute;
  bottom: -65px;
  right: 0;
  margin-right: -30px;
}

.p_index .contents_ttl {
  font-size: 4rem;
  font-weight: 700;
  padding: 50px 0 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p_index .contents_ttl {
    font-size: calc(50/750*100vw);
    padding: calc(60/750*100vw) 0 calc(40/750*100vw);
  }
}

.p_index .implement .contents_ttl {
  color: #1570a6;
}

.p_index .implement_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .p_index .implement_list {
    margin: 0 calc(-30/750*100vw) calc(60/750*100vw);
  }
}

.p_index .implement_list li + li {
  margin-left: 69px;
}

@media screen and (max-width: 768px) {
  .p_index .implement_list li + li {
    margin-left: calc(40/750*100vw);
  }
}

.p_index .maintenance {
  background: linear-gradient(to bottom, #fff 0%, #fff 724px, #e8eff3 724px);
}

@media screen and (max-width: 768px) {
  .p_index .maintenance {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(#fff), to(#e8eff3));
    background: linear-gradient(to bottom, #fff 0%, #fff calc(989/750*100vw), #e8eff3 calc(989/750*100vw));
  }
}

.p_index .maintenance_text01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 80px 0 36px;
}

@media screen and (max-width: 768px) {
  .p_index .maintenance_text01 {
    padding: calc(92/750*100vw) 0 calc(44/750*100vw);
    width: calc(637/750*100vw);
    margin: 0 auto;
  }
}

.p_index .maintenance_img01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .p_index .maintenance_img01 {
    margin-bottom: calc(57/750*100vw);
  }
}

.p_index .maintenance_text {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: -16px;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .p_index .maintenance_text {
    font-size: calc(45/750*100vw);
    margin-bottom: calc(-22/750*100vw);
  }
}

.p_index .maintenance_box {
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(20, 124, 185, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(20, 124, 185, 0.2);
  padding: 58px 0 40px;
  width: 1000px;
  margin: 0 auto 64px;
}

@media screen and (max-width: 768px) {
  .p_index .maintenance_box {
    padding: calc(62/750*100vw) calc(25/750*100vw) calc(41/750*100vw) calc(29/750*100vw);
    width: inherit;
    margin-bottom: calc(58/750*100vw);
  }
}

.p_index .maintenance_text02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p_index .maintenance_text03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p_index .maintenance_text03-outer {
  position: relative;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .p_index .maintenance_text03-outer {
    margin-bottom: calc(58/750*100vw);
  }
}

.p_index .maintenance_img02 {
  position: absolute;
  bottom: 29px;
  right: 78px;
}

.p_index .maintenance_text04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 63px;
}

@media screen and (max-width: 768px) {
  .p_index .maintenance_text04 {
    width: calc(593/750*100vw);
    margin: 0 auto calc(58/750*100vw);
  }
}

.p_index .maintenance_bottom {
  font-size: 10rem;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  color: #fff;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .p_index .maintenance_bottom {
    font-size: calc(85/750*100vw);
    margin-top: calc(-55/750*100vw);
    letter-spacing: .1em;
  }
}

@media screen and (max-width: 768px) {
  .p_index .btn {
    position: relative;
  }
}

.p_index .btn a {
  width: 350px;
  height: 70px;
  background: #fff;
  border: 2px solid #000;
  display: block;
  border-radius: 35px;
  margin: 0 auto;
  text-align: center;
  line-height: 66px;
  font-size: 1.8rem;
  font-weight: 500;
  -webkit-transition: background .5s, color .5s;
  transition: background .5s, color .5s;
}

@media screen and (max-width: 768px) {
  .p_index .btn a {
    width: calc(500/750*100vw);
    height: calc(90/750*100vw);
    font-size: calc(28/750*100vw);
    line-height: calc(84/750*100vw);
  }
}

.p_index .btn a:hover {
  background: #000;
  color: #fff;
}

.p_index .scroll_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: infinity-scroll-left 95s infinite linear 0.5s both;
          animation: infinity-scroll-left 95s infinite linear 0.5s both;
}

.p_index .scroll_list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p_index .scroll_list li {
  width: 300px;
}

@media screen and (max-width: 768px) {
  .p_index .scroll_list li {
    width: calc(300/750*100vw);
  }
}

.p_index .reason {
  background: #0d78bc;
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .p_index .reason {
    padding-bottom: calc(100/750*100vw);
  }
}

.p_index .reason .contents_ttl {
  color: #fff;
}

.p_index .reason_text01 {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 40px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p_index .reason_text01 {
    font-size: calc(26/750*100vw);
    margin-bottom: calc(35/750*100vw);
  }
}

.p_index .reason_list {
  margin: 0 200px 20px;
  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;
}

@media screen and (max-width: 768px) {
  .p_index .reason_list {
    font-size: calc(26/750*100vw);
    margin: 0;
  }
}

.p_index .reason_list li {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .p_index .reason_list li {
    width: calc(330/750*100vw);
    margin-bottom: calc(30/750*100vw);
  }
}

.p_index .reason_chara {
  position: absolute;
  bottom: -21px;
  right: 0;
  margin-right: -64px;
}

@media screen and (max-width: 768px) {
  .p_index .reason_chara {
    position: static;
    width: calc(486/750*100vw);
    margin: 0 auto calc(26/750*100vw);
  }
}

.p_index .reason_text02 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p_index .reason_text02 {
    font-size: calc(34/750*100vw);
  }
}

.p_index .reason_text02-wrap {
  position: relative;
}

.p_index .voice {
  background: #f5f5f5;
  padding: 30px 0 50px;
}

@media screen and (max-width: 768px) {
  .p_index .voice {
    padding: calc(40/750*100vw) 0 calc(100/750*100vw);
  }
}

.p_index .voice_list li {
  width: 650px;
}

@media screen and (max-width: 768px) {
  .p_index .voice_list li {
    width: calc(630/750*100vw);
    width: 100%;
  }
}

.p_index .voice_box {
  background: #fff;
  border: 3px solid #c9caca;
  position: relative;
  padding: 37px;
}

@media screen and (max-width: 768px) {
  .p_index .voice_box {
    padding: calc(50/750*100vw) calc(50/750*100vw) calc(40/750*100vw);
  }
}

.p_index .voice_box dt {
  color: #2787bf;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .p_index .voice_box dt {
    font-size: calc(34/750*100vw);
    margin-bottom: calc(20/750*100vw);
  }
}

.p_index .voice_box dd {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .p_index .voice_box dd {
    font-size: calc(24/750*100vw);
  }
}

.p_index .voice_num {
  margin: 0 0 -40px 44px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .p_index .voice_num {
    margin: 0 0 calc(-46/750*100vw) calc(44/750*100vw);
  }
}

.p_index .voice_num p {
  background: #2787bf;
  color: #fff;
  width: 230px;
  height: 70px;
  font-size: 2.4rem;
  font-weight: 700;
  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 (max-width: 768px) {
  .p_index .voice_num p {
    width: calc(230/750*100vw);
    height: calc(70/750*100vw);
    font-size: calc(30/750*100vw);
  }
}

.p_index .voice_num:after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(0, 153, 255, 0);
  border-top-width: 22px;
  border-bottom-width: 22px;
  border-left-width: 8px;
  border-right-width: 8px;
  margin-left: -8px;
  border-top-color: #2787bf;
  top: 90%;
  left: 15%;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

@media screen and (max-width: 768px) {
  .p_index .voice_num:after {
    top: 80%;
    left: 10%;
  }
}

.p_index .voice_name {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: right;
  margin-bottom: 48px;
}

@media screen and (max-width: 768px) {
  .p_index .voice_name {
    font-size: calc(28/750*100vw);
    margin-bottom: calc(36/750*100vw);
  }
}

.p_index .voice_name span {
  border-bottom: 3px solid #000;
}

.p_index .splide__arrow {
  background: #2787bf;
  width: 80px;
  height: 80px;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .p_index .splide__arrow {
    width: calc(80/750*100vw);
    height: calc(80/750*100vw);
  }
}

.p_index .splide__arrow svg {
  fill: #fff;
  width: 2.4em;
  height: 2.4em;
}

@media screen and (max-width: 768px) {
  .p_index .splide__arrow svg {
    width: 1.4em;
    height: 1.4em;
  }
}

.p_index .splide__arrow--prev {
  left: calc(50% - 395px);
}

@media screen and (max-width: 768px) {
  .p_index .splide__arrow--prev {
    left: calc(14/750*100vw);
  }
}

.p_index .splide__arrow--next {
  right: calc(50% - 395px);
}

@media screen and (max-width: 768px) {
  .p_index .splide__arrow--next {
    right: calc(14/750*100vw);
  }
}

.p_index .flow {
  background: url(../img/index/bg_flow.jpg) center center/cover no-repeat;
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .p_index .flow {
    background: url(../img/index/sp/bg_flow.jpg) center center/cover no-repeat;
    padding-bottom: calc(100/750*100vw);
  }
}

.p_index .flow .contents_ttl {
  color: #fff;
}

.p_index .flow_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p_index .faq {
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .p_index .faq {
    padding-bottom: calc(70/750*100vw);
  }
}

.p_index .faq_box {
  background: #f3fbfe;
  border-radius: 10px;
  width: 1000px;
  margin: 0 auto 20px;
  padding: 25px 30px;
}

@media screen and (max-width: 768px) {
  .p_index .faq_box {
    width: inherit;
    margin-bottom: calc(30/750*100vw);
    padding: calc(30/750*100vw);
  }
}

.p_index .faq_box dt {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  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;
  font-size: 3rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .p_index .faq_box dt {
    width: calc(60/750*100vw);
    height: calc(60/750*100vw);
    font-size: calc(30/750*100vw);
    margin-right: calc(29/750*100vw);
  }
}

.p_index .faq_box dd {
  width: 856px;
}

@media screen and (max-width: 768px) {
  .p_index .faq_box dd {
    width: calc(540/750*100vw);
  }
}

.p_index .faq_question {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p_index .faq_question dt {
  background: #1570a6;
  color: #fff;
}

.p_index .faq_question dd {
  font-size: 2.4rem;
  font-weight: 700;
  color: #1570a6;
  margin-top: 8px;
  width: 816px;
}

@media screen and (max-width: 768px) {
  .p_index .faq_question dd {
    font-size: calc(34/750*100vw);
    margin-top: calc(2/750*100vw);
    width: calc(500/750*100vw);
  }
}

.p_index .faq_question:before {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  line-height: 1;
  top: calc(50% - 20px);
  right: 0;
  color: #a7cee5;
  font-size: 3rem;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

@media screen and (max-width: 768px) {
  .p_index .faq_question:before {
    font-size: calc(30/750*100vw);
    top: calc(15/750*100vw);
  }
}

.p_index .faq_question.open:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p_index .faq_answer {
  height: 0;
  opacity: 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.p_index .faq_answer.active {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .p_index .faq_answer.active {
    margin-top: calc(25/750*100vw);
  }
}

.p_index .faq_answer dt {
  background: #c8e2f1;
  color: #1570a6;
}

.p_index .faq_answer dd {
  font-size: 1.6rem;
  margin-top: 14px;
}

@media screen and (max-width: 768px) {
  .p_index .faq_answer dd {
    font-size: calc(26/750*100vw);
    margin-top: calc(10/750*100vw);
  }
}

.p_index .news {
  background: url(../img/index/bg_news.png) center center/cover no-repeat;
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .p_index .news {
    background: url(../img/index/sp/bg_news.png) center center/cover no-repeat;
    padding-bottom: calc(100/750*100vw);
  }
}

.p_index .news_list {
  width: 1000px;
  margin: 0 auto 20px;
  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;
}

@media screen and (max-width: 768px) {
  .p_index .news_list {
    width: inherit;
    margin-bottom: calc(30/750*100vw);
  }
}

.p_index .news_list:after {
  content: '';
  width: 320px;
  display: block;
}

@media screen and (max-width: 768px) {
  .p_index .news_list:after {
    width: inherit;
  }
}

.p_index .news_item {
  width: 320px;
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .p_index .news_item {
    width: calc(330/750*100vw);
    padding: calc(20/750*100vw);
    margin-bottom: calc(30/750*100vw);
  }
}

.p_index .news_item-img {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .p_index .news_item-img {
    margin-bottom: calc(25/750*100vw);
  }
}

.p_index .news_item-date {
  color: #1570a6;
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 14px;
}

@media screen and (max-width: 768px) {
  .p_index .news_item-date {
    font-size: calc(22/750*100vw);
    margin-bottom: calc(16/750*100vw);
  }
}

.p_index .news_item-ttl {
  font-size: 1.8rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .p_index .news_item-ttl {
    font-size: calc(26/750*100vw);
  }
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.p_inquiry .inquiry_ttl {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  margin: 100px 0 37px;
}

@media screen and (max-width: 768px) {
  .p_inquiry .inquiry_ttl {
    font-size: calc(40/750*100vw);
    margin: calc(100/750*100vw) 0 calc(37/750*100vw);
  }
}

.p_inquiry .inquiry_text {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .p_inquiry .inquiry_text {
    font-size: calc(28/750*100vw);
  }
}

.p_inquiry .inquiry_form {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p_inquiry .inquiry_form {
    width: inherit;
  }
}

.p_inquiry .inquiry_form input[type="text"], .p_inquiry .inquiry_form textarea {
  background: #ebeef2;
  width: 100%;
  padding: 12px 10px;
}

.p_inquiry .inquiry_form .select_wrap {
  position: relative;
  width: 100%;
}

.p_inquiry .inquiry_form .select_wrap select {
  width: 100%;
  border: 1px solid #000;
  padding: 12px 10px;
}

.p_inquiry .inquiry_form .select_wrap:after {
  content: "\f0dd";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 5px;
  width: 10px;
  height: 10px;
  font-size: 20px;
  pointer-events: none;
  color: #1570a6;
}

.p_inquiry .inquiry .required {
  background: #ed0212;
  color: #fff;
  padding: 6px 8px;
  margin-left: 22px;
}

.p_inquiry .inquiry .any {
  background: #87878f;
  color: #fff;
  padding: 6px 8px;
  margin-left: 22px;
}

.p_inquiry .inquiry_table {
  width: 100%;
  border-top: 1px solid #c9caca;
}

.p_inquiry .inquiry_table tr {
  border-bottom: 1px solid #c9caca;
  display: block;
}

.p_inquiry .inquiry_table th {
  width: 350px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: left;
  vertical-align: top;
  padding: 32px 0 0;
}

@media screen and (max-width: 768px) {
  .p_inquiry .inquiry_table th {
    width: 100%;
    display: block;
    padding: 20px 0 0;
  }
}

.p_inquiry .inquiry_table td {
  width: 650px;
  font-size: 1.6rem;
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  .p_inquiry .inquiry_table td {
    width: 100%;
    display: block;
  }
}

.p_inquiry .inquiry_submit {
  text-align: center;
}

.p_inquiry .inquiry_submit input {
  width: 500px;
  height: 70px;
  color: #fff;
  background: #1570a6;
  font-size: 2rem;
  font-weight: 700;
  margin: 40px auto 80px;
}

@media screen and (max-width: 768px) {
  .p_inquiry .inquiry_submit input {
    width: 100%;
  }
}

.p_thanks .thanks_ttl {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  margin: 100px 0 37px;
}

@media screen and (max-width: 768px) {
  .p_thanks .thanks_ttl {
    font-size: calc(40/750*100vw);
    margin: calc(100/750*100vw) 0 calc(37/750*100vw);
  }
}

.p_thanks .thanks_text {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .p_thanks .thanks_text {
    font-size: calc(28/750*100vw);
  }
}

.p_thanks .thanks_btn a {
  width: 500px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  display: block;
  color: #fff;
  background: #1570a6;
  font-size: 2rem;
  font-weight: 700;
  margin: 40px auto 80px;
}

@media screen and (max-width: 768px) {
  .p_thanks .thanks_btn a {
    width: 100%;
  }
}

/* ======================================================================
 layout
====================================================================== */
/* =================================
 l_content_size
================================= */
.l_content_size_sp_1 {
  padding: 0 4%;
}

@media screen and (min-width: 1025px) {
  .l_content_size_sp_1 {
    max-width: 1440px;
    margin: 0 auto;
  }
}

.l_content_size_pc_1 {
  width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .l_content_size_pc_1 {
    width: auto;
    padding: 0 calc(30/750*100vw);
  }
}

/* =================================
 l_container
================================= */
.l_container {
  position: relative;
}

/* =================================
 l_header
================================= */
.l_header {
  position: relative;
}

.l_header .logo {
  position: absolute;
  top: 18px;
  left: 40px;
}

.l_header .header_top-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;
}

.l_header .header_top-text {
  margin-left: 200px;
  font-size: 1.8rem;
  font-weight: 700;
}

.l_header .header_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 30px 15px 0;
}

.l_header .header_contact-text {
  font-size: 2.2rem;
  font-weight: 700;
}

.l_header .header_contact-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}

.l_header .header_contact-tel img {
  margin-right: 12px;
}

.l_header .header_contact-tel p {
  font-family: "Roboto", sans-serif;
  font-size: 5.2rem;
  font-weight: 900;
}

.l_header .header_contact-mail {
  margin-left: 20px;
}

.l_header .header_bottom {
  background: #1570a6;
}

.l_header .gnav {
  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;
  padding: 10px 0;
}

.l_header .gnav:after {
  content: '';
  width: 1px;
  height: 50px;
  background-color: #0a517b;
  -webkit-box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.2);
          box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.2);
  display: inline-block;
}

.l_header .gnav li {
  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;
  text-align: center;
}

.l_header .gnav li:before {
  content: '';
  width: 1px;
  height: 50px;
  background-color: #0a517b;
  -webkit-box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.2);
          box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.2);
  display: inline-block;
}

.l_header .gnav li a {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  width: 165px;
}

/* =================================
 l_header_sp
================================= */
.l_header_sp {
  position: relative;
}

.l_header_sp .header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: calc(120/750*100vw);
}

.l_header_sp .header_text {
  margin-left: calc(152/750*100vw);
  font-size: calc(22/750*100vw);
  font-weight: 700;
}

.l_header_sp .logo {
  width: calc(150/750*100vw);
  position: absolute;
  top: calc(15/750*100vw);
  left: calc(15/750*100vw);
}

.l_header_sp .toggle {
  width: calc(120/750*100vw);
  height: calc(120/750*100vw);
  background: #1570a6;
  position: relative;
}

.l_header_sp .toggle span {
  width: calc(50/750*100vw);
  height: calc(3/750*100vw);
  background: #fff;
  display: block;
  position: absolute;
  left: calc(35/750*100vw);
  -webkit-transition: top .5s, width .5s, -webkit-transform .5s;
  transition: top .5s, width .5s, -webkit-transform .5s;
  transition: transform .5s, top .5s, width .5s;
  transition: transform .5s, top .5s, width .5s, -webkit-transform .5s;
}

.l_header_sp .toggle span:nth-child(1) {
  top: calc(44/750*100vw);
}

.l_header_sp .toggle span:nth-child(2) {
  top: calc(56/750*100vw);
}

.l_header_sp .toggle span:nth-child(3) {
  top: calc(68/750*100vw);
}

.l_header_sp.open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.l_header_sp.open .toggle span:nth-child(1) {
  top: calc(60/750*100vw);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.l_header_sp.open .toggle span:nth-child(2) {
  top: calc(60/750*100vw);
  width: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.l_header_sp.open .toggle span:nth-child(3) {
  top: calc(60/750*100vw);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* =================================
 l_menu_sp
================================= */
.l_menu_sp {
  background: #fff;
  padding: calc(200/750*100vw) 0 calc(42/750*100vw);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow-y: scroll;
  height: 100vh;
  opacity: 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transform: translate(0, -100vh);
          transform: translate(0, -100vh);
}

.l_menu_sp.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.l_menu_sp .gnav {
  text-align: center;
  font-size: calc(40/750*100vw);
  font-weight: 700;
  margin-bottom: calc(10/750*100vw);
}

.l_menu_sp .gnav li {
  margin-bottom: calc(60/750*100vw);
}

/* =================================
 l_breadcrumbs
================================= */
/* =================================
 l_main_visual
================================= */
/* =================================
 l_content
================================= */
/* =================================
 l_main
================================= */
/* =================================
 l_side
================================= */
/* =================================
 l_footer
================================= */
.l_footer .footer_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 60px 0 34px;
}

@media screen and (max-width: 768px) {
  .l_footer .footer_logo {
    margin: calc(102/750*100vw) auto calc(75/750*100vw);
    width: calc(167/750*100vw);
  }
}

.l_footer .footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .l_footer .footer_nav {
    display: block;
    margin-bottom: calc(70/750*100vw);
    text-align: center;
  }
}

.l_footer .footer_nav li + li {
  margin-left: 40px;
}

@media screen and (max-width: 768px) {
  .l_footer .footer_nav li + li {
    margin-left: 0;
    margin-top: calc(50/750*100vw);
  }
}

.l_footer .footer_nav a {
  font-size: 1.8rem;
  font-weight: 700;
  -webkit-transition: color .5s;
  transition: color .5s;
}

@media screen and (max-width: 768px) {
  .l_footer .footer_nav a {
    font-size: calc(30/750*100vw);
  }
}

.l_footer .footer_nav a:hover {
  color: #1570a6;
}

.l_footer .footer_copy {
  text-align: center;
  font-size: 1.5rem;
  color: #4eabe1;
  margin-bottom: 55px;
}

@media screen and (max-width: 768px) {
  .l_footer .footer_copy {
    font-size: calc(20/750*100vw);
    margin-bottom: calc(70/750*100vw);
  }
}

/* =================================
 l_hoge
================================= */
/* ======================================================================
 layout p_top
====================================================================== */
/* =================================
 l_container_top
================================= */
.l_container_top {
  position: relative;
}

/* =================================
 l_header_top
================================= */
/* =================================
 l_header_sp_top
================================= */
/* =================================
 l_main_visual_top
================================= */
/* =================================
 l_content_top
================================= */
/* =================================
 l_main_top
================================= */
/* =================================
 l_side_top
================================= */
/* =================================
 l_footer_top
================================= */
/* =================================
 l_hoge_top
================================= */
/* ======================================================================
 z-index
====================================================================== */
.l_loader {
  z-index: 1000;
}

.l_menu_sp {
  z-index: 998;
}

.l_header {
  z-index: 999;
}

.l_header_sp {
  z-index: 999;
}

.c_btn_p_top {
  z-index: 997;
}

.l_side {
  z-index: 996;
}

/* =================================
 p_top
================================= */
.l_menu_sp_top {
  z-index: 999;
}

.l_header_top {
  z-index: 998;
}

.l_header_sp_top {
  z-index: 998;
}

.c_btn_p_top_top {
  z-index: 997;
}

.l_side_top {
  z-index: 996;
}
