@charset "UTF-8";
/* --------------------------------------------

FileName    :    style.css

-------------------------------------------- */
/* --------------------------------------------
FileName    :    reset.scss
-------------------------------------------- */
html {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 62.5%;
}

@media screen and (max-width: 950px) {
  body {
    width: 100%;
    height: auto;
    /*overflow: hidden;
    overflow-y: scroll;*/
  }
}
@media screen and (max-width: 550px) {
  body {
    overflow: hidden;
    overflow-y: scroll;
  }
}
html {
  height: auto;
  overflow-y: scroll;
}

* {
  margin: 0;
  padding: 0;
  /*font-weight: 600;*/
  /*transition: 0.5s;*/
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

img {
  border: none;
  vertical-align: middle;
}

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

iframe {
  border: none;
}

body {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  font-family: noto-sans-cjk-jp, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  padding-top: 120px;
  letter-spacing: 1.57px;
}
@media screen and (max-width: 1738px) {
  body {
    padding-top: 180px;
  }
}
@media screen and (max-width: 1070px) {
  body {
    padding-top: 27%;
  }
}
@media screen and (max-width: 950px) {
  body {
    padding-top: 27%;
  }
}
@media screen and (max-width: 550px) {
  body {
    padding-top: 37%;
  }
}
body::before {
  content: "";
  width: 20px;
  height: 100%;
  background: #1B68AA;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 950px) {
  body::before {
    width: 5px;
  }
}
body::after {
  content: "";
  width: 20px;
  height: 100%;
  background: #1B68AA;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 950px) {
  body::after {
    width: 5px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  color: #000;
}

a:focus {
  outline: none;
}

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

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

p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 0 0 1.5em;
  /*letter-spacing: 1px;*/
  color: #000;
  text-align: justify;
  /*font-weight: 600;*/
}
@media screen and (max-width: 950px) {
  p {
    font-size: 3.2vw;
    /*letter-spacing: 1px;*/
  }
}

img {
  max-width: 100%;
}

/* --------------------------------------------

FileName    :  common.scss

-------------------------------------------- */
a[href^="tel:"] {
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 950px) {
  a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

.fadeIn_left {
  opacity: 0;
  -webkit-transform: translate(-40%, 0);
          transform: translate(-40%, 0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.fadeIn_left.is-show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_right {
  opacity: 0;
  -webkit-transform: translate(40%, 0);
          transform: translate(40%, 0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.fadeIn_right.is-show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_up {
  opacity: 0;
  -webkit-transform: translate(0, 40%);
          transform: translate(0, 40%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.fadeIn_up.is-show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.bold {
  font-weight: 600;
}

.sm_fnt {
  font-size: 80%;
}

.en_fnt {
  font-family: heebo, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
}

.contents_block {
  max-width: 700px;
  width: 90%;
  margin: 70px auto 90px;
}
@media screen and (max-width: 950px) {
  .contents_block {
    margin: 30px auto 50px;
  }
}

.txt_center {
  text-align: center;
}

.wide1160 {
  max-width: 1160px;
  width: 90%;
  margin: 0 auto;
}

.bg_blue {
  background: #1B68AA;
}

.bg_lightblue {
  position: relative;
}
.bg_lightblue::after {
  content: "";
  max-width: 1600px;
  width: 90%;
  background: #EAF7FD;
  height: calc(100% - 160px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  border-radius: 20px;
}
@media screen and (max-width: 950px) {
  .bg_lightblue::after {
    width: 94%;
  }
}

.history_bn {
  display: block;
  margin: auto;
  max-width: 600px;
}

.link_line {
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

.notes > li {
  padding-left: 1em;
  text-indent: -1em;
}

.ttl_style01 {
  font-size: 4rem;
  text-align: center;
  margin: 10px auto 50px;
  position: relative;
}
@media screen and (max-width: 950px) {
  .ttl_style01 {
    text-align: center;
    margin: 0 auto 15px;
  }
}
@media screen and (max-width: 550px) {
  .ttl_style01 {
    font-size: 4.6vw;
  }
}
.ttl_style01 span.en_fnt {
  color: #47C2F0;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 550px) {
  .ttl_style01 span.en_fnt {
    font-size: 3.2vw;
  }
}
.ttl_style01 span.sm_fnt {
  font-size: 80%;
}

.ttl_style02 {
  text-align: center;
  margin: 0 auto 40px;
  font-size: 3.8rem;
  font-weight: bold;
  position: relative;
  z-index: 1;
  line-height: 1.8;
}

.btn01 {
  margin: 40px auto 80px;
  width: 80%;
  max-width: 500px;
  height: 60px;
  line-height: 56px;
  background: #fff;
  display: block;
  text-align: center;
  font-size: 1.8rem;
  border-radius: 50px;
  border: 2px solid #1B68AA;
  font-weight: bold;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 950px) {
  .btn01 {
    margin: 40px auto 40px;
    height: auto;
    line-height: 1.6;
    padding: 10px 0;
  }
}
@media screen and (max-width: 550px) {
  .btn01 {
    font-size: 3.6vw;
  }
}
.btn01::after {
  content: "";
  width: 30px;
  height: 100%;
  background: url("../img/common/icon_arrow_blue.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn01:hover {
  background: #F4B400;
  border-color: #F4B400;
  color: #fff;
}
.btn01:hover::after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.list_style01 {
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 950px) {
  .list_style01 {
    width: calc(100% - 10px);
  }
}
.list_style01 li {
  border-radius: 20px;
  overflow: hidden;
  display: inline-block;
  -webkit-box-shadow: 2px 2px 6px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 6px -2px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 950px) {
  .list_style01 li {
    border-radius: 10px;
  }
}
.list_style01 li .img_area {
  position: relative;
  overflow: hidden;
}
.list_style01 li .img_area img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 950px) {
  .list_style01 li .img_area img {
    width: 100%;
  }
}
.list_style01 li .text_area {
  background: #fff;
  padding: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 950px) {
  .list_style01 li .text_area {
    padding: 10px 0;
  }
}
.list_style01 li .text_area p {
  margin: 0;
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 550px) {
  .list_style01 li .text_area p {
    font-size: 3.4vw;
  }
}
.list_style01 li .text_area p,
.list_style01 li .text_area span,
.list_style01 li .text_area h3,
.list_style01 li .text_area h3 span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.list_style01.list_01 li {
  margin: 0 auto 20px;
}
.list_style01.list_03 li {
  width: calc(33.3333333333% - 7px);
  margin: 0px 10px 10px 0;
}
@media screen and (max-width: 950px) {
  .list_style01.list_03 li {
    width: calc(50% - 1vw);
    margin: 0px 0 10px 0;
  }
}
.list_style01.list_03 li:nth-of-type(3n) {
  margin-right: 0;
}
.list_style01.list_04 li {
  width: calc(25% - 0.5vw);
  margin: 0px 0.65vw 10px 0;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 950px) {
  .list_style01.list_04 li {
    width: calc(50% - 1vw);
    margin: 0px 2vw 10px 0;
  }
  .list_style01.list_04 li:nth-of-type(2n) {
    margin-right: 0;
  }
}
.list_style01.list_04 li:nth-of-type(4n) {
  margin-right: 0;
}

.hover_yellow li:hover {
  background: #F4B400;
}
.hover_yellow li:hover .img_area::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 236, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.hover_yellow li:hover .img_area img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.hover_yellow li:hover .text_area {
  background: #F4B400;
}
.hover_yellow li:hover .text_area p,
.hover_yellow li:hover .text_area span,
.hover_yellow li:hover .text_area h3,
.hover_yellow li:hover .text_area h3 span {
  color: #fff;
}

.dl_pc {
  display: block !important;
}
@media screen and (max-width: 950px) {
  .dl_pc {
    display: none !important;
  }
}

.dl_sp {
  display: none !important;
}
@media screen and (max-width: 950px) {
  .dl_sp {
    display: block !important;
  }
}

.dl_pad {
  display: none;
}
@media screen and (max-width: 987px) {
  .dl_pad {
    display: block !important;
  }
}

.dl_pad_non {
  display: block;
}
@media screen and (max-width: 987px) {
  .dl_pad_non {
    display: none !important;
  }
}

/* --------------------------------------------

FileName    :  nav.scss

-------------------------------------------- */
.dl_nav {
  display: none !important;
}
@media screen and (max-width: 1738px) {
  .dl_nav {
    display: block !important;
  }
}

header {
  width: 100%;
  position: fixed;
  margin: 0 auto;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #1b68aa;
  /*&::before {
      content: "";
      width: 20px;
      height: 100%;
      background: #1B68AA;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
  }
  	&::after {
      content: "";
      width: 20px;
      height: 100%;
      background: #1B68AA;
      position: absolute;
      right: 0;
      top: 0;
      z-index: -1;
  }*/
}
header.fixed {
  background: #fff;
}
header #header_contents {
  width: calc(100% - 40px);
  padding: 17px;
  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;
  background: #fff;
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (max-width: 1738px) {
  header #header_contents {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
}
@media screen and (max-width: 950px) {
  header #header_contents {
    width: calc(100% - 10px);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
header #header_contents h1 {
  max-width: 260px;
  width: 15%;
  margin-left: 30px;
}
@media screen and (max-width: 1070px) {
  header #header_contents h1 {
    min-width: auto;
    width: 55%;
    margin: 0;
  }
}
header #header_contents h1 img {
  max-width: 100%;
}
header #header_contents .header_contents_link {
  width: 85%;
  max-width: 1390px;
}
header #header_contents .header_contents_link .header_contents_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;
}
@media screen and (max-width: 1738px) {
  header #header_contents .header_contents_link .header_contents_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 6em;
  }
}
@media screen and (max-width: 1070px) {
  header #header_contents .header_contents_link .header_contents_inner {
    display: none;
  }
}
header #header_contents .header_contents_link .header_contents_inner .site_group {
  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;
}
header #header_contents .header_contents_link .header_contents_inner .site_group h2 {
  background: #1B68AA;
  padding: 2px 7px 1px;
  color: #fff;
  margin-right: 10px;
  font-size: 1.4rem;
  border-radius: 4px;
  font-weight: normal;
}
header #header_contents .header_contents_link .header_contents_inner .site_group .contact_list {
  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;
}
header #header_contents .header_contents_link .header_contents_inner .site_group .contact_list li {
  font-size: 1.6rem;
  margin: 0 13px;
  position: relative;
  letter-spacing: 1.57px;
}
header #header_contents .header_contents_link .header_contents_inner .site_group .contact_list li::after {
  content: "";
  width: 1px;
  height: 75%;
  background: #1B68AA;
  position: absolute;
  right: -13px;
  top: 0;
  bottom: 0;
  margin: auto;
}
header #header_contents .header_contents_link .header_contents_inner .site_group .contact_list li a {
  color: #444444;
  font-weight: 600;
}
header #header_contents .header_contents_link .header_contents_inner .site_group .contact_list li:last-of-type::after {
  display: none;
}
header #header_contents .header_contents_link .header_contents_inner .site_group .contact_list li:hover a {
  color: #47C2F0;
}
header #header_contents .navi {
  text-align: center;
  margin: 14px 0 0 0;
}
@media screen and (max-width: 1738px) {
  header #header_contents .navi {
    display: block;
    height: 0;
    max-width: 50px;
    width: 15%;
    min-width: auto;
    margin: 0;
    /*background: #fff;*/
  }
}
header #header_contents .navi nav {
  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;
}
@media screen and (max-width: 1738px) {
  header #header_contents .navi nav {
    width: 100%;
    z-index: 10;
    display: none;
    position: absolute;
    top: 99%;
    width: calc(100% + 25px);
    background: #EAF7FD;
    left: -20px;
    overflow: auto;
    overflow-y: scroll;
    height: 100vh;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 950px) {
  header #header_contents .navi nav {
    width: calc(100% + 10px);
    left: -5px;
  }
}
header #header_contents .navi nav .head_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
}
@media screen and (max-width: 1738px) {
  header #header_contents .navi nav .head_nav {
    display: block;
    margin: 0 auto 3em 7%;
    width: 90%;
  }
}
header #header_contents .navi nav .head_nav li {
  margin: 0 25px 0 0;
}
@media screen and (max-width: 1738px) {
  header #header_contents .navi nav .head_nav li {
    padding: 10px 4%;
    text-align: left;
    border-bottom: 1px solid #DDDDDD;
    margin: 0;
  }
}
header #header_contents .navi nav .head_nav li a {
  text-decoration: none;
  color: #222222;
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0 0 5px;
  position: relative;
}
@media screen and (max-width: 1738px) {
  header #header_contents .navi nav .head_nav li a {
    font-size: 1.6rem;
    display: block;
    padding: 0;
  }
}
@media screen and (max-width: 950px) {
  header #header_contents .navi nav .head_nav li a {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 1738px) {
  header #header_contents .navi nav .head_nav li a::after {
    content: "";
    width: 5vw;
    height: 100%;
    background: url(../img/common/icon_arrow_blue.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
header #header_contents .navi nav .head_nav li:hover a {
  color: #1B68AA;
}
@media screen and (max-width: 1738px) {
  header #header_contents .navi nav .contents_sns {
    display: none !important;
  }
}
header #header_contents .contents_sns {
  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;
}
@media screen and (max-width: 1738px) {
  header #header_contents .contents_sns {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 14px 0 0 0;
    max-width: 694px;
  }
}
@media screen and (max-width: 1070px) {
  header #header_contents .contents_sns {
    display: none !important;
  }
}
header #header_contents .contents_sns .tel_btn {
  font-size: 3.2rem;
  font-weight: 600;
  color: #1A4083;
  font-family: heebo, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
}
header #header_contents .contents_sns .tel_btn::before {
  content: "";
  width: 42px;
  height: 34px;
  background: url(../img/common/icon_tel_blue.svg) no-repeat center;
  background-size: contain;
  display: inline-block;
  margin: 0 4px -4px 0;
}
header #header_contents .contents_sns .line_btn {
  width: 180px;
  height: 40px;
  line-height: 40px;
  background: #64D634;
  border-radius: 50px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin: 0 10px;
}
header #header_contents .contents_sns .line_btn::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/common/icon_line03.svg) no-repeat center;
  background-size: contain;
  display: inline-block;
  margin: 0 5px -1px 0;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
header #header_contents .contents_sns a.contact_btn {
  width: 180px;
  height: 40px;
  line-height: 40px;
  background: #1A4083;
  border-radius: 50px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
header #header_contents .contents_sns a.contact_btn::before {
  content: "";
  width: 21px;
  height: 14px;
  background: url(../img/common/icon_contact.svg) no-repeat center;
  background-size: contain;
  display: inline-block;
  margin: 0 5px -1px 0;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 950px) {
  header #header_contents .head_service {
    width: 95%;
    margin: 0 auto 3em 5%;
  }
  header #header_contents .head_service h3 {
    color: #1B68AA;
    font-size: 3.6vw;
    margin: 0 0 1em;
  }
  header #header_contents .head_service .list_style01 li {
    width: calc(50% - 10px);
    margin: 0 1em 1em 0;
  }
}
header #header_contents .head_contact {
  background: #1b68aa;
  width: 90%;
  margin: 0 0 2em 7%;
  padding: 10px 4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}
header #header_contents .head_contact .contact_btn_block_tel {
  text-align: center;
  width: 100%;
  margin-left: 0;
  margin-bottom: 2.5em;
}
header #header_contents .head_contact .contact_btn_block_tel h3 {
  color: #fff;
  display: inline-block;
  position: relative;
  padding: 0 0 1em 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 550px) {
  header #header_contents .head_contact .contact_btn_block_tel h3 {
    font-size: 4vw;
  }
}
header #header_contents .head_contact .contact_btn_block_tel a.en_fnt {
  display: block;
  font-size: 4.6rem;
  color: #fff;
  border: 2px solid;
  border-radius: 50px;
  padding: 10px;
}
@media screen and (max-width: 550px) {
  header #header_contents .head_contact .contact_btn_block_tel a.en_fnt {
    font-size: 6.8vw;
  }
}
header #header_contents .head_contact .contact_btn_block_tel a.en_fnt::before {
  content: "";
  background: url(../img/common/icon_tel.svg) no-repeat center;
  background-size: contain;
  display: inline-block;
  width: 17%;
  height: 8vw;
  margin: 0 4px -6px 0;
}
header #header_contents .head_contact .contact_btn_block_tel span {
  display: block;
  color: #fff;
  font-size: 1.4rem;
}
@media screen and (max-width: 550px) {
  header #header_contents .head_contact .contact_btn_block_tel span {
    font-size: 2.4vw;
    margin-top: 10px;
  }
}
header #header_contents .head_contact .contact_btn_block_tel .tel_text_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  margin: 2em 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 550px) {
  header #header_contents .head_contact .contact_btn_block_tel .tel_text_inner {
    font-size: 2.4vw;
  }
}
header #header_contents .head_contact .contact_btn_block_tel .tel_text_inner span {
  border: 1px solid #fff;
  width: 7em;
  text-align: center;
  line-height: 1;
  height: 1.5em;
  padding: 0.25em 1em;
  border-radius: 50px;
  margin-right: 1em;
  margin-top: 0;
}
header #header_contents .head_contact .contact_btn_area {
  width: 100%;
}
header #header_contents .head_contact .contact_btn_area a.btn01 {
  margin: 10px 0;
  width: 100%;
  max-width: 100%;
}
header #header_contents .head_contact .contact_btn_area a.btn01::after {
  display: none;
}
header #header_contents .head_contact .contact_btn_area a.btn01.line_btn::before {
  content: "";
  width: 30px;
  height: 26px;
  background: url(../img/common/icon_line.svg) no-repeat center;
  background-size: contain;
  display: inline-block;
  margin: 0 10px -9px 0;
}
header #header_contents .head_contact .contact_btn_area a.btn01.contact_btn::before {
  content: "";
  width: 30px;
  height: 23px;
  background: url(../img/common/icon_contact.svg) no-repeat center;
  background-size: contain;
  display: inline-block;
  margin: 0 10px -6px 0;
}
header #header_contents a.cloce_btn {
  display: none;
}
@media screen and (max-width: 950px) {
  header #header_contents a.cloce_btn {
    display: block;
    width: 80%;
    font-size: 3.4vw;
    border: 2px solid #1b68aa;
    padding: 10px 0;
    margin: 0 0 100px 12%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 50px;
    position: relative;
  }
}
header #header_contents a.cloce_btn::before {
  content: "";
  width: 2px;
  height: 60%;
  background: #1b68aa;
  position: absolute;
  left: 10%;
  bottom: 0;
  top: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header #header_contents a.cloce_btn::after {
  content: "";
  width: 2px;
  height: 60%;
  background: #1b68aa;
  position: absolute;
  left: 10%;
  bottom: 0;
  top: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
header .head_link_block {
  display: none;
}
@media screen and (max-width: 1070px) {
  header .head_link_block {
    display: block;
  }
}
header .head_link_block ul.contact_list {
  display: none;
  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;
  border-bottom: 2px solid #E0E0E0;
}
header .head_link_block ul.contact_list li {
  width: 20%;
  text-align: center;
  border-left: 1px solid #E0E0E0;
}
header .head_link_block ul.contact_list li a {
  padding: 16px 0;
  display: block;
  background: #EAF7FD;
  font-size: 16px;
  color: #444444;
}
@media screen and (max-width: 550px) {
  header .head_link_block ul.contact_list li a {
    font-size: 2.8vw;
  }
}
header .kutikomi {
  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;
}
@media screen and (max-width: 1738px) {
  header .kutikomi {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 1070px) {
  header .kutikomi {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #FFE966;
    padding: 10px 2%;
    margin: 0;
  }
}
header .kutikomi .kutikomi_text {
  background: #FFF9CA url(../img/common/icon_star.svg) no-repeat 1em center;
  background-size: auto 60%;
  margin-right: 3em;
  padding: 8px 20px 8px 4.5em;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1070px) {
  header .kutikomi .kutikomi_text {
    background: #FFF url(../img/common/icon_star.svg) no-repeat 1em center;
    background-size: auto 60%;
    margin-right: 1em;
    padding: 6px 10px 6px 3em;
  }
}
header .kutikomi .kutikomi_text p {
  margin: 0;
  color: #222222;
  font-weight: 600;
  font-size: 14px;
  /*display: flex;
  align-items: center;
  justify-content: center;*/
  line-height: 1;
}
@media screen and (max-width: 1070px) {
  header .kutikomi .kutikomi_text p {
    font-size: 12px;
  }
}
@media screen and (max-width: 550px) {
  header .kutikomi .kutikomi_text p {
    font-size: 2.4vw;
  }
}
header .kutikomi .kutikomi_text p span {
  color: #E60012;
  font-size: 24px;
  letter-spacing: 0;
  margin-left: 0.25em;
  display: none;
}
@media screen and (max-width: 1070px) {
  header .kutikomi .kutikomi_text p span {
    font-size: 20px;
  }
}
@media screen and (max-width: 550px) {
  header .kutikomi .kutikomi_text p span {
    font-size: 3.6vw;
  }
}
header .kutikomi .kutikomi_text .textwidget,
header .kutikomi .kutikomi_text .textwidget p {
  color: #E60012;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0;
  margin-left: 0.5em;
  font-weight: 600;
}
@media screen and (max-width: 1070px) {
  header .kutikomi .kutikomi_text .textwidget,
  header .kutikomi .kutikomi_text .textwidget p {
    font-size: 20px;
    line-height: 20px;
  }
}
@media screen and (max-width: 550px) {
  header .kutikomi .kutikomi_text .textwidget,
  header .kutikomi .kutikomi_text .textwidget p {
    font-size: 3.6vw;
    line-height: 3.6vw;
  }
}
header .kutikomi .kutikomi_text.kutikomi_toko {
  background: #FFF9CA url(../img/common/icon_kutikomi.svg) no-repeat 1em center;
  background-size: auto 60%;
  margin-right: 0;
}
@media screen and (max-width: 1070px) {
  header .kutikomi .kutikomi_text.kutikomi_toko {
    background: #FFF url(../img/common/icon_kutikomi.svg) no-repeat 1em center;
    background-size: auto 60%;
    padding: 6px 10px 6px 3em;
  }
}

/*開閉ボタン*/
@media screen and (max-width: 1738px) {
  #nav_toggle {
    display: block;
    position: relative;
    top: 4px;
    z-index: 100;
    margin: 0 auto;
    position: relative;
    height: 100%;
    max-height: 130px;
    width: 17%;
    max-width: 130px;
    position: absolute;
    right: 0;
    top: 0;
    background: #1b68aa;
  }
  #nav_toggle div {
    position: relative;
    width: 36%;
    height: 50%;
    margin: 23% auto;
  }
  #nav_toggle div::after {
    content: "メニュー";
    position: absolute;
    width: 230%;
    text-align: center;
    left: -62%;
    bottom: -10%;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
  }
  #nav_toggle span {
    display: block;
    height: 3px;
    background: #ffffff;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #nav_toggle span:nth-child(1) {
    top: 0px;
  }
  #nav_toggle span:nth-child(2) {
    top: 30%;
  }
  #nav_toggle span:nth-child(3) {
    top: 60%;
  }
}
@media screen and (max-width: 550px) {
  #nav_toggle div::after {
    font-size: 2.6vw;
    bottom: -30%;
  }
}
/*開閉ボタンopen時*/
@media screen and (max-width: 1738px) {
  body.open {
    height: 100%;
  }
  body.open header {
    /*background: #fff;*/
  }
  body.open nav {
    display: block !important;
    -webkit-animation-name: fadein;
            animation-name: fadein;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
  }
  body.open #nav_toggle span:nth-child(1) {
    top: 30%;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  body.open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  body.open #nav_toggle span:nth-child(3) {
    top: 30%;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* --------------------------------------------

FileName    :  footer.scss

-------------------------------------------- */
#top_contact {
  background: #eaf7fd;
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-top: 120px;
  padding: 80px 0;
  position: relative;
}
#top_contact .contact_btn_block {
  max-width: 1160px;
  margin: -200px auto 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px;
  background: #1b68aa;
  border-radius: 20px;
  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;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 950px) {
  #top_contact .contact_btn_block {
    display: block;
  }
}
#top_contact .contact_btn_block::before {
  content: "";
  max-width: 247px;
  max-height: 218px;
  width: 35%;
  height: 100%;
  background: url(../img/common/foot_contact_icon.png) no-repeat bottom center;
  background-size: contain;
  position: absolute;
  left: 0%;
  bottom: -3px;
}
@media screen and (max-width: 950px) {
  #top_contact .contact_btn_block::before {
    display: none;
  }
}
#top_contact .contact_btn_block .contact_btn_block_tel {
  width: 44%;
  margin-left: 16%;
  text-align: center;
}
@media screen and (max-width: 950px) {
  #top_contact .contact_btn_block .contact_btn_block_tel {
    width: 100%;
    margin-left: 0;
    margin-bottom: 2.5em;
  }
}
#top_contact .contact_btn_block .contact_btn_block_tel h3 {
  font-size: 2rem;
  color: #fff;
  display: inline-block;
  padding: 0 0 2em 0;
  background: url(../img/common/ttl_hukidasi_yerrow.svg) no-repeat right 82%;
  background-size: contain;
  position: relative;
}
@media screen and (max-width: 950px) {
  #top_contact .contact_btn_block .contact_btn_block_tel h3 {
    padding: 0 0 2em 26%;
    background: url(../img/common/ttl_hukidasi_yerrow.svg) no-repeat 86% 82%;
    background-size: 66%;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 550px) {
  #top_contact .contact_btn_block .contact_btn_block_tel h3 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 950px) {
  #top_contact .contact_btn_block .contact_btn_block_tel h3::before {
    content: "";
    max-width: 172px;
    max-height: 186px;
    width: 23%;
    height: 128%;
    background: url(../img/common/foot_contact_icon.png) no-repeat bottom center;
    background-size: contain;
    position: absolute;
    left: 2%;
    bottom: 0;
  }
}
#top_contact .contact_btn_block .contact_btn_block_tel a.en_fnt {
  display: block;
  font-size: 4.6rem;
  color: #fff;
}
@media screen and (max-width: 950px) {
  #top_contact .contact_btn_block .contact_btn_block_tel a.en_fnt {
    border: 2px solid;
    border-radius: 50px;
    padding: 10px 10px 3px;
  }
}
@media screen and (max-width: 550px) {
  #top_contact .contact_btn_block .contact_btn_block_tel a.en_fnt {
    font-size: 6.8vw;
  }
}
#top_contact .contact_btn_block .contact_btn_block_tel a.en_fnt::before {
  content: "";
  width: 66px;
  height: 54px;
  background: url(../img/common/icon_tel.svg) no-repeat center;
  background-size: contain;
  display: inline-block;
  margin: 0 4px -4px 0;
}
@media screen and (max-width: 950px) {
  #top_contact .contact_btn_block .contact_btn_block_tel a.en_fnt::before {
    width: 17%;
    height: 8vw;
    margin: 0 4px -6px 0;
  }
}
#top_contact .contact_btn_block .contact_btn_block_tel span {
  display: block;
  color: #fff;
  font-size: 1.4rem;
}
@media screen and (max-width: 550px) {
  #top_contact .contact_btn_block .contact_btn_block_tel span {
    font-size: 2.4vw;
    margin-top: 10px;
    letter-spacing: 0;
  }
}
#top_contact .contact_btn_block .contact_btn_block_tel .tel_text_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  margin: 0 0 0.5em 3em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 550px) {
  #top_contact .contact_btn_block .contact_btn_block_tel .tel_text_inner {
    font-size: 2.4vw;
    margin: 2em 0;
  }
}
#top_contact .contact_btn_block .contact_btn_block_tel .tel_text_inner span {
  border: 1px solid #fff;
  width: 7em;
  text-align: center;
  line-height: 1;
  height: 1.5em;
  padding: 0.25em 1em;
  border-radius: 50px;
  margin-right: 1em;
}
#top_contact .contact_btn_block .contact_btn_area {
  width: 40%;
}
@media screen and (max-width: 950px) {
  #top_contact .contact_btn_block .contact_btn_area {
    width: 100%;
  }
}
#top_contact .contact_btn_block .contact_btn_area a.btn01 {
  margin: 10px 0;
  max-width: 360px;
  width: 100%;
}
@media screen and (max-width: 950px) {
  #top_contact .contact_btn_block .contact_btn_area a.btn01 {
    max-width: 100%;
    line-height: 1.8;
    padding: 6px 0 12px;
  }
}
#top_contact .contact_btn_block .contact_btn_area a.btn01::after {
  display: none;
}
#top_contact .contact_btn_block .contact_btn_area a.btn01.line_btn::before {
  content: "";
  width: 30px;
  height: 40px;
  background: url(../img/common/icon_line.svg) no-repeat center;
  background-size: contain;
  display: inline-block;
  margin: 0 10px -14px 0;
}
#top_contact .contact_btn_block .contact_btn_area a.btn01.contact_btn::before {
  content: "";
  width: 30px;
  height: 40px;
  background: url(../img/common/icon_contact.svg) no-repeat center;
  background-size: contain;
  display: inline-block;
  margin: 0 10px -14px 0;
}
#top_contact .list_style01 {
  max-width: 1160px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
#top_contact .list_style01 li {
  max-width: 376px;
}
#top_contact .list_style01 li .text_area {
  padding: 0;
  height: 40px;
}
#top_contact .list_style01 li .text_area p {
  line-height: 40px;
  font-size: 2rem;
}
@media screen and (max-width: 550px) {
  #top_contact .list_style01 li .text_area p {
    font-size: 3.4vw;
  }
}

.pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1;
}
@media screen and (max-width: 950px) {
  .pagetop {
    bottom: 12%;
    right: 10px;
  }
}
.pagetop a {
  width: 70px;
  height: 70px;
  display: block;
  border: 2px solid #1B68AA;
  background: #fff;
  border-radius: 50px;
  position: relative;
}
@media screen and (max-width: 950px) {
  .pagetop a {
    max-width: 70px;
    max-height: 70px;
    width: 12vw;
    height: 12vw;
  }
}
.pagetop a::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/common/icon_arrow_blue.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 950px) {
  .pagetop a::before {
    width: 5vw;
    height: 5vw;
  }
}
.pagetop a span {
  font-size: 0;
}

.foot_contact_block {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: #1b68aa;
  padding: 5px 5px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}
.foot_contact_block a {
  width: 32%;
  display: inline-block;
  background: #fff;
  padding: 27px 0 2px;
  border-radius: 3px;
}
@media screen and (max-width: 550px) {
  .foot_contact_block a {
    font-size: 3.6vw;
  }
}
.foot_contact_block a:nth-of-type(1) {
  background: #fff url(../img/common/foot_icon_tel.svg) no-repeat center 5px;
  background-size: auto 44%;
}
.foot_contact_block a:nth-of-type(2) {
  background: #fff url(../img/common/foot_icon_line.svg) no-repeat center 5px;
  background-size: auto 44%;
}
.foot_contact_block a:nth-of-type(3) {
  background: #fff url(../img/common/foot_icon_contact.svg) no-repeat center 8px;
  background-size: auto 33%;
}

footer {
  background: #fff;
  text-align: center;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 950px) {
  footer {
    width: calc(100% - 10px);
  }
}
footer .foot_contents {
  max-width: 1160px;
  width: 90%;
  margin: 30px auto;
  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;
}
@media screen and (max-width: 950px) {
  footer .foot_contents {
    display: block;
    width: 100%;
  }
}
footer .foot_contents h2 {
  max-width: 260px;
  width: 24%;
}
@media screen and (max-width: 950px) {
  footer .foot_contents h2 {
    width: 40%;
    display: block;
    margin: 20px auto;
  }
}
footer .foot_contents ul.foot_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: left;
}
@media screen and (max-width: 950px) {
  footer .foot_contents ul.foot_list {
    display: none;
  }
}
footer .foot_contents ul.foot_list > li {
  margin-left: 3em;
  font-size: 1.4rem;
}
footer .foot_contents ul.foot_list > li ul.foot_list02 li {
  margin: 0 0 0.5em;
}
footer .foot_contents ul.foot_list > li ul.foot_list02 li a {
  color: #333333;
}
footer .foot_contents ul.foot_list > li ul.foot_list02 li:hover a {
  color: #1B68AA;
  text-decoration: underline;
}
footer .foot_contents ul.foot_list_sp {
  display: none;
}
@media screen and (max-width: 950px) {
  footer .foot_contents ul.foot_list_sp {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #DDDDDD;
  }
}
footer .foot_contents ul.foot_list_sp > li {
  font-size: 1.4rem;
  width: 50%;
  border-bottom: 1px solid #DDDDDD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
}
footer .foot_contents ul.foot_list_sp > li a {
  color: #333333;
  padding: 12px 0;
  display: block;
}
footer .foot_contents ul.foot_list_sp > li:hover a {
  color: #1B68AA;
  text-decoration: underline;
}
footer .foot_contents ul.foot_list_sp > li:nth-of-type(2n) {
  border-left: 1px solid #DDDDDD;
}
footer p.copy {
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  margin: 0;
  background: #1b68aa;
  padding: 13px 0;
}
@media screen and (max-width: 950px) {
  footer p.copy {
    padding-bottom: 20%;
  }
}
@media screen and (max-width: 550px) {
  footer p.copy {
    font-size: 2.6vw;
  }
}