@charset "UTF-8";
/* ボックスレイアウト
=========================================== */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
.flex.col_1 > div {
  width: 100%; }
  @media only screen and (max-width: 768px) {
    .flex.col_1 > div {
      width: 100%; } }

.flex.flex-between.col_1 > div {
  width: 98.5%; }
  @media only screen and (max-width: 768px) {
    .flex.flex-between.col_1 > div {
      width: 100%; } }

.flex.col_2 > div {
  width: 50%; }
  @media only screen and (max-width: 768px) {
    .flex.col_2 > div {
      width: 100%; } }

.flex.flex-between.col_2 > div {
  width: 48.5%; }
  @media only screen and (max-width: 768px) {
    .flex.flex-between.col_2 > div {
      width: 100%; } }

.flex.col_3 > div {
  width: 33.3333333333%; }
  @media only screen and (max-width: 768px) {
    .flex.col_3 > div {
      width: 100%; } }

.flex.flex-between.col_3 > div {
  width: 31.8333333333%; }
  @media only screen and (max-width: 768px) {
    .flex.flex-between.col_3 > div {
      width: 100%; } }

.flex.col_4 > div {
  width: 25%; }
  @media only screen and (max-width: 768px) {
    .flex.col_4 > div {
      width: 100%; } }

.flex.flex-between.col_4 > div {
  width: 23.5%; }
  @media only screen and (max-width: 768px) {
    .flex.flex-between.col_4 > div {
      width: 100%; } }

.flex.col_5 > div {
  width: 20%; }
  @media only screen and (max-width: 768px) {
    .flex.col_5 > div {
      width: 100%; } }

.flex.flex-between.col_5 > div {
  width: 18.5%; }
  @media only screen and (max-width: 768px) {
    .flex.flex-between.col_5 > div {
      width: 100%; } }

.flex.col_6 > div {
  width: 16.6666666667%; }
  @media only screen and (max-width: 768px) {
    .flex.col_6 > div {
      width: 100%; } }

.flex.flex-between.col_6 > div {
  width: 15.1666666667%; }
  @media only screen and (max-width: 768px) {
    .flex.flex-between.col_6 > div {
      width: 100%; } }

.flex.col_7 > div {
  width: 14.2857142857%; }
  @media only screen and (max-width: 768px) {
    .flex.col_7 > div {
      width: 100%; } }

.flex.flex-between.col_7 > div {
  width: 12.7857142857%; }
  @media only screen and (max-width: 768px) {
    .flex.flex-between.col_7 > div {
      width: 100%; } }

.flex.col_8 > div {
  width: 12.5%; }
  @media only screen and (max-width: 768px) {
    .flex.col_8 > div {
      width: 100%; } }

.flex.flex-between.col_8 > div {
  width: 11%; }
  @media only screen and (max-width: 768px) {
    .flex.flex-between.col_8 > div {
      width: 100%; } }

.flex.col_9 > div {
  width: 11.1111111111%; }
  @media only screen and (max-width: 768px) {
    .flex.col_9 > div {
      width: 100%; } }

.flex.flex-between.col_9 > div {
  width: 9.6111111111%; }
  @media only screen and (max-width: 768px) {
    .flex.flex-between.col_9 > div {
      width: 100%; } }

.flex.col_10 > div {
  width: 10%; }
  @media only screen and (max-width: 768px) {
    .flex.col_10 > div {
      width: 100%; } }

.flex.flex-between.col_10 > div {
  width: 8.5%; }
  @media only screen and (max-width: 768px) {
    .flex.flex-between.col_10 > div {
      width: 100%; } }

.flex.col_11 > div {
  width: 9.0909090909%; }
  @media only screen and (max-width: 768px) {
    .flex.col_11 > div {
      width: 100%; } }

.flex.flex-between.col_11 > div {
  width: 7.5909090909%; }
  @media only screen and (max-width: 768px) {
    .flex.flex-between.col_11 > div {
      width: 100%; } }

.flex.col_12 > div {
  width: 8.3333333333%; }
  @media only screen and (max-width: 768px) {
    .flex.col_12 > div {
      width: 100%; } }

.flex.flex-between.col_12 > div {
  width: 6.8333333333%; }
  @media only screen and (max-width: 768px) {
    .flex.flex-between.col_12 > div {
      width: 100%; } }

/* ページ設定
=========================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

* {
  margin: 0;
  padding: 0; }

html {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif; }

html, body {
  overflow-x: hidden;
  color: #363636;
  -webkit-text-size-adjust: 100%; }

.en {
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.05em; }

.linkBox {
  cursor: pointer; }
  .linkBox:hover {
    opacity: 0.8; }

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

.inner {
  text-align: center;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px; }
  @media screen and (max-width: 1080px) {
    .inner {
      max-width: none;
      width: 100%;
      padding-left: 3%;
      padding-right: 3%;
      margin-bottom: 60px; } }
  @media screen and (max-width: 768px) {
    .inner {
      margin-bottom: 80px; } }

.sp {
  display: none; }
  @media only screen and (max-width: 768px) {
    .sp {
      display: inline; } }

@media only screen and (max-width: 768px) {
  .pc {
    display: none; } }
/* font size
=========================================== */
html {
  font-size: 62.5%; }

body {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  /* 16px*/
  line-height: 1.8; }

@media screen and (max-width: 768px) {
  body {
    line-height: 1.8;
    font-size: 1.4rem; }

  p {
    font-size: 1.5rem;
    /* 15px*/ } }
/* iOSでのデフォルトスタイルをリセット
=========================================== */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer; }

input[type="submit"]:-webkit-search-decoration,
input[type="button"]:-webkit-search-decoration {
  display: none; }

input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px; }

/* clearfix
=========================================== */
.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  overflow: hidden; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

.left {
  float: left; }

.right {
  float: right; }

/* リスト
=========================================== */
ul {
  list-style: none; }

/* リンク
=========================================== */
a {
  text-decoration: none;
  color: #363636;
  transition: .5s; }
  a:hover {
    text-decoration: none;
    color: #1b8fc8; }

/* flexbox
=========================================== */
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  @media only screen and (max-width: 768px) {
    .flex {
      flex-direction: column; } }

.flex.flex-between {
  justify-content: space-between; }

.flex.reverse {
  flex-direction: row-reverse; }
  @media only screen and (max-width: 768px) {
    .flex.reverse {
      flex-direction: row; } }

@media only screen and (max-width: 768px) {
  .spFlexRow {
    flex-direction: row;
    flex-wrap: nowrap; } }
section img {
  max-width: 100%; }
@media only screen and (max-width: 768px) {
  section br.pc {
    display: none; } }
section br.sp {
  display: none; }
  @media only screen and (max-width: 768px) {
    section br.sp {
      display: block; } }

section.bg {
  background: #ebf5fa;
  text-align: center;
  margin: 0 auto;
  padding: 59px 0 47px 0; }
  @media screen and (max-width: 1080px) {
    section.bg {
      max-width: none;
      width: 100%;
      padding-left: 3%;
      padding-right: 3%; } }

/* header
=========================================== */
#logo {
  float: left;
  margin-top: 18px;
  margin-bottom: 0;
  line-height: 1; }
  #logo img {
    width: 365px;
    height: auto;
    line-height: 1;
    -webkit-backface-visibility: hidden; }

header .inner {
  margin-bottom: 0; }

.h_sp, .nav-list {
  display: none; }

.h_pc {
  float: right;
  width: 510px;
  font-weight: bold;
  margin-bottom: 0; }
  .h_pc p {
    line-height: 1; }
  .h_pc .text {
    width: 100%;
    font-size: 1.25rem;
    color: #1b8fc8;
    margin-bottom: 8px;
    margin-top: 7px;
    letter-spacing: 0.2em;
    display: flex;
    align-items: center; }
  .h_pc .text:before,
  .h_pc .text:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #1b8fc8; }
  .h_pc .text:before {
    margin-right: 1rem; }
  .h_pc .text:after {
    margin-left: 1rem; }
  .h_pc .tel {
    color: #1b8fc8;
    font-size: 1.25rem;
    text-align: right;
    letter-spacing: 0.02em; }
    .h_pc .tel .number {
      font-size: 2.7rem;
      letter-spacing: 0.06em;
      margin-bottom: 6px; }
      .h_pc .tel .number a {
        color: #1b8fc8; }
      .h_pc .tel .number span {
        display: inline-block;
        font-size: 1.5rem;
        color: #fff;
        background: #1b8fc8;
        padding: 3px 7px 5px 9px;
        margin-right: 9px;
        margin-top: 4px;
        vertical-align: top; }
  .h_pc .fax {
    color: #1b8fc8;
    margin-top: 3px; }
    .h_pc .fax .number {
      font-size: 2.6rem;
      letter-spacing: 0.03em; }
      .h_pc .fax .number span {
        display: inline-block;
        font-size: 1.2rem;
        letter-spacing: 0.06em;
        color: #fff;
        background: #1b8fc8;
        padding: 4px 7px 5px 9px;
        vertical-align: top;
        margin-right: 9px;
        margin-top: 2px; }

nav {
  position: relative;
  width: 100%; }
  nav .under_nav:hover > .subnav {
    display: block; }
  nav .under_nav > .subnav {
    background: #ebf5fa;
    position: absolute;
    min-width: 200px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    top: 100%;
    z-index: 2;
    padding: 10px 0; }
  nav .gnav {
    height: 75px; }
  nav .gnav > li {
    font-weight: bold;
    font-size: 1.5rem;
    height: 100%;
    display: flex;
    align-items: center; }
    nav .gnav > li .navlink {
      position: relative;
      transition: .5s;
      color: #363636;
      height: 100%;
      display: flex;
      align-items: center; }
    nav .gnav > li .navlink:hover {
      cursor: pointer;
      color: #1b8fc8; }
    nav .gnav > li .navlink:before {
      content: "";
      width: 100%;
      height: 2px;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      background: #6ab7de;
      transition: .5s;
      opacity: 0; }
    nav .gnav > li .navlink:hover:before {
      opacity: 1; }
  nav .under_nav:hover .navlink:after {
    transform: translate(0, 0) rotate(135deg);
    top: 46%; }
  nav .under_nav > .navlink:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 41%;
    right: 2%;
    margin: auto;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border: 2px solid;
    border-color: transparent transparent #70badf #70badf;
    transform: translate(0, 0) rotate(-45deg);
    position: absolute;
    transition: .2s; }
  nav .under_nav > .navlink {
    padding-right: 26px; }

@media screen and (min-width: 769px) {
  .nav-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8000;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9); } }
.subnav {
  display: none; }
  .subnav .inner {
    padding: 40px 0 40px 0; }
  .subnav dl {
    width: 300px;
    float: left;
    text-align: left; }
    .subnav dl dt a {
      color: #1b8fc8;
      font-size: 1.8rem;
      margin-bottom: 15px;
      padding-bottom: 4px;
      display: inline-block;
      position: relative; }
    .subnav dl dt a:before {
      content: "";
      width: 100%;
      height: 2px;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      background: #6ab7de;
      transition: .5s;
      opacity: 0; }
    .subnav dl dt a:hover:before {
      opacity: 1; }
    .subnav dl dd {
      padding-right: 25px; }
  .subnav ul {
    float: left;
    padding: 30px 0 30px 40px;
    border-left: 1px solid #6ab7de; }
    .subnav ul li {
      width: 140px;
      text-align: left;
      margin-right: 25px; }
      .subnav ul li a {
        transition: 0.3s;
        padding-bottom: 4px; }
      .subnav ul li a:hover {
        color: #1b8fc8; }
      .subnav ul li p {
        font-size: 1.4rem;
        line-height: 1.5;
        font-weight: bold;
        margin-top: 8px; }
      .subnav ul li .subnavimg {
        width: 100%;
        height: auto;
        position: relative;
        display: block;
        line-height: 1; }
        .subnav ul li .subnavimg img {
          width: 100%;
          height: auto;
          line-height: 1; }
      .subnav ul li .subnavimg:before {
        content: "";
        width: 100%;
        height: 100%;
        background-image: -moz-linear-gradient(179deg, #4ca9d5 0%, #3f9fce 50%, #1b8fc8 100%);
        background-image: -webkit-linear-gradient(179deg, #4ca9d5 0%, #3f9fce 50%, #1b8fc8 100%);
        background-image: -ms-linear-gradient(179deg, #4ca9d5 0%, #3f9fce 50%, #1b8fc8 100%);
        background-size: cover;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        transition: .5s;
        opacity: 0; }
      .subnav ul li a:hover {
        color: #1b8fc8; }
        .subnav ul li a:hover .subnavimg:before {
          opacity: 0.8; }

@media screen and (max-width: 1080px) and (min-width: 769px) {
  #logo img {
    width: 170px;
    height: auto;
    line-height: 1; }

  .h_pc {
    margin-top: 10px; }

  nav {
    position: relative;
    width: 100%; }
    nav .gnav {
      height: 75px; }
    nav .gnav > li {
      font-size: 1.1rem;
      height: 100%; }
    nav .under_nav > .navlink:after {
      width: 8px;
      height: 8px; }
    nav .under_nav > .navlink {
      padding-right: 20px; }

  .subnav .inner {
    padding: 40px 0 40px 30px; }
  .subnav dl {
    width: 100%;
    float: none;
    margin-bottom: 20px; }
  .subnav ul {
    float: none;
    padding: 30px 0 30px 30px;
    border-left: none; } }
@media screen and (max-width: 768px) {
  .head {
    position: fixed;
    top: 0;
    height: 80px;
    background: #fff;
    z-index: 5000; }

  #logo {
    margin-top: 15px; }
    #logo img {
      width: 130px; }

  .h_pc {
    display: none; }

  .h_sp {
    display: block;
    float: right;
    margin-top: 20px; }
    .h_sp li {
      float: left;
      width: 55px; }
      .h_sp li img {
        width: 100%;
        height: auto; }

  nav {
    display: none;
    position: fixed;
    overflow-y: scroll;
    height: 100%;
    top: 80px;
    z-index: 3000;
    padding-bottom: 100px;
    margin-bottom: 100px;
    -webkit-overflow-scrolling: touch; }

  nav.open {
    display: block;
    background-color: #1b8fc8; }
    nav.open .under_nav > .subnav {
      display: block;
      position: static;
      min-width: 100%;
      width: 100%;
      margin: auto;
      z-index: 2;
      padding: 0 0 20px 0;
      transform: translateX(0);
      color: #fff;
      background: #1b8fc8; }
      nav.open .under_nav > .subnav a {
        color: #fff; }
    nav.open .gnav {
      height: auto;
      padding: 10px 20px;
      flex-direction: row; }
    nav.open .gnav > li {
      justify-content: left;
      font-weight: bold;
      font-size: 1.8rem;
      color: #fff;
      height: 100%;
      width: 100%;
      display: block;
      text-align: left;
      border-bottom: 1px solid #fff; }
      nav.open .gnav > li a {
        color: #fff;
        display: block; }
      nav.open .gnav > li .navlink {
        position: static;
        display: block;
        font-size: 1.8rem;
        padding: 15px 0;
        line-height: 1; }
      nav.open .gnav > li p.navlink {
        line-height: 1;
        font-size: 1.8rem;
        padding: 20px 0 10px 0;
        margin: 0; }
    nav.open .gnav > li.row {
      width: auto;
      border-bottom: none;
      margin-right: 15px; }
    nav.open .gnav > li:last-child {
      border-bottom: none; }
    nav.open .gnav > li:nth-last-child(2) {
      border-bottom: none; }
    nav.open .under_nav > .navlink:after {
      display: none; }
    nav.open .under_nav > .navlink {
      padding-right: 0; }

  .subnav .inner {
    padding: 0; }
  .subnav dl {
    display: none; }
  .subnav ul {
    float: none;
    width: 100%;
    border-left: none;
    padding: 0 0 0 5px;
    flex-direction: row; }
    .subnav ul li {
      width: auto;
      padding: 0 0 0 0;
      margin-right: 15px; }
      .subnav ul li span {
        font-size: 1.6rem;
        font-weight: normal; }
      .subnav ul li img {
        display: none; }
    .subnav ul li.harf {
      width: 45%; } }
/* spMenu
=========================================== */
#spMenu {
  display: none;
  position: relative;
  width: 82px;
  height: 82px;
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 35px;
  z-index: 9999;
  pointer-events: auto; }
  @media screen and (max-width: 768px) {
    #spMenu {
      display: block; } }
  #spMenu span {
    display: block;
    width: 30px;
    height: 2px;
    background: #1b8fc8;
    position: absolute;
    left: 50%;
    margin-left: -11px;
    -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    position: relative; }
  #spMenu span:nth-child(1) {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms; }
  #spMenu span:nth-child(2) {
    top: 6px; }
  #spMenu span:nth-child(3) {
    top: 12px; }
  #spMenu.open span:nth-child(1) {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    top: -2px;
    width: 25px;
    margin-left: -13.25px;
    background-color: #1b8fc8; }
  #spMenu.open span:nth-child(2) {
    -webkit-transform: translate(-50px, 0);
    transform: translate(-50px, 0);
    opacity: 0; }
  #spMenu.open span:nth-child(3) {
    width: 25px;
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg);
    margin-left: -15.5px;
    background-color: #1b8fc8; }

/* breadcrumb
=========================================== */
.breadcrumb {
  margin-top: 35px;
  margin-bottom: 55px;
  text-align: left; }
  .breadcrumb li {
    display: inline;
    list-style: none;
    font-size: 1.4rem; }
    .breadcrumb li:after {
      content: '>';
      padding: 0 0.2em; }
    .breadcrumb li:last-child:after {
      content: ''; }
  @media screen and (max-width: 768px) {
    .breadcrumb {
      margin-top: 15px;
      margin-bottom: 15px; }
      .breadcrumb li {
        font-size: 1.1rem; } }

/* btn
=========================================== */
.btn01, .btn02, .nav_btn {
  background-image: -moz-linear-gradient(179deg, #4ca9d5 0%, #3f9fce 50%, #1b8fc8 100%);
  background-image: -webkit-linear-gradient(179deg, #4ca9d5 0%, #3f9fce 50%, #1b8fc8 100%);
  background-image: -ms-linear-gradient(179deg, #4ca9d5 0%, #3f9fce 50%, #1b8fc8 100%);
  box-shadow: 0px 10px 18px 2px rgba(96, 118, 129, 0.15);
  width: 344px;
  height: 72px;
  line-height: 72px;
  display: inline-block;
  border-radius: 36px;
  font-size: 1.6rem;
  color: #fff;
  position: relative;
  z-index: 2;
  will-change: transform, filter;
  transform-style: preserve-3d;
  transition: all .5s ease-out; }

.btn02, .nav_btn {
  background-image: -moz-linear-gradient(179deg, #fd934b 0%, #fa8a3e 48%, #fb7f2b 97%);
  background-image: -webkit-linear-gradient(179deg, #fd934b 0%, #fa8a3e 48%, #fb7f2b 97%);
  background-image: -ms-linear-gradient(179deg, #fd934b 0%, #fa8a3e 48%, #fb7f2b 97%);
  box-shadow: 0px 5px 9.5px 0.5px rgba(96, 118, 129, 0.15);
  width: 402px;
  height: 79px;
  line-height: 79px;
  border-radius: 40px;
  font-size: 2rem;
  padding-left: 25px; }

.nav_btn {
  width: 232px;
  height: 48px;
  line-height: 48px;
  font-size: 1.4rem;
  margin-bottom: 8px; }

.btn01:hover, .btn02:hover, .nav_btn:hover {
  transform: scale(0.95);
  color: #fff; }

.btn01::before, .btn02::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -4px;
  transform: rotate(45deg); }

.btn02::after, .nav_btn::after {
  content: '';
  display: inline-block;
  width: 23px;
  height: 16px;
  background-image: url(../img/form.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 59px;
  margin-top: -5px; }

.nav_btn::after {
  width: 16px;
  height: 11px;
  left: 19px;
  margin-top: -5px; }

@media screen and (max-width: 1080px) and (min-width: 769px) {
  .nav_btn {
    width: 200px;
    height: 41px;
    line-height: 41px;
    border-radius: 21px;
    font-size: 1.1rem;
    margin-bottom: 8px; }

  .nav_btn::after {
    width: 16px;
    height: 11px;
    left: 19px;
    margin-top: -5px; } }
@media screen and (max-width: 768px) {
  .btn01, .btn02 {
    width: 90%;
    font-size: 1.6rem; }

  .btn02::after, .nav_btn::after {
    position: absolute;
    top: 50%;
    left: 40px;
    margin-top: -7px; }

  .nav_btn {
    display: none; }

  nav.open .gnav > li a.nav_btn {
    display: none; } }
/* contact
=========================================== */
.contactbox {
  background: url(../img/contact.jpg) top 136px center no-repeat;
  background-size: 100% auto;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 116px; }

.incontact {
  margin-right: 12%;
  margin-left: 12%;
  width: 76%;
  text-align: center;
  padding-bottom: 55px;
  border: 2px solid #1b8fc8;
  background-color: rgba(235, 245, 250, 0.8); }
  .incontact h2 {
    font-size: 4.2rem;
    color: #1b8fc8;
    font-weight: normal;
    padding-top: 53px;
    padding-bottom: 30px;
    margin-bottom: 0; }
  .incontact .text {
    font-size: 2rem;
    margin-bottom: 20px; }
  .incontact ul {
    margin-bottom: 36px; }
  .incontact li {
    color: #1b8fc8;
    border: 1px solid #1b8fc8;
    background: #fff;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 3px 6px;
    margin-left: 10px;
    margin-right: 10px; }
  .incontact table {
    text-align: center;
    margin: 20px auto; }
    .incontact table th {
      font-weight: normal;
      font-size: 1.6rem; }
    .incontact table td {
      font-size: 2rem;
      font-weight: bold;
      margin-bottom: 12px; }
      .incontact table td span {
        background: #363636;
        display: inline-block;
        padding: 3px 5px 5px 5px;
        color: #fff;
        line-height: 1;
        font-size: 1.4rem;
        margin-left: 15px;
        margin-right: 7px; }

@media screen and (max-width: 1080px) and (min-width: 769px) {
  .incontact {
    margin-right: 5%;
    margin-left: 5%;
    width: 90%; }
    .incontact h2 {
      font-size: 3rem;
      padding-top: 30px;
      padding-bottom: 10px; }
    .incontact .text {
      font-size: 1.6rem;
      margin-bottom: 20px; }
    .incontact ul {
      margin-bottom: 20px; }
    .incontact li {
      font-size: 1.2rem;
      font-weight: bold;
      padding: 3px 4px 4px 4px;
      margin-left: 5px;
      margin-right: 5px; } }
@media screen and (max-width: 768px) {
  .contactbox {
    background: url(../img/sp_contact.jpg) top 240px center no-repeat;
    background-size: 100% auto;
    padding-bottom: 60px; }

  .incontact {
    width: 100%;
    padding-bottom: 55px;
    margin-right: 0;
    margin-left: 0; }
    .incontact h2 {
      font-size: 3.2rem;
      padding-top: 40px;
      padding-bottom: 15px; }
    .incontact .text {
      font-size: 1.6rem;
      margin-bottom: 20px; }
    .incontact ul {
      margin-bottom: 36px; }
    .incontact li {
      font-size: 1.3rem;
      padding: 3px 8px;
      margin-bottom: 10px; }
    .incontact table {
      text-align: center;
      margin: 20px auto; }
      .incontact table th {
        display: block;
        font-size: 1.6rem; }
      .incontact table td {
        display: block;
        font-size: 2.4rem;
        margin-bottom: 12px; }
        .incontact table td span {
          padding: 3px 5px 5px 5px;
          color: #fff;
          line-height: 1;
          font-size: 1.7rem; } }
/* footer
=========================================== */
a img:hover {
  opacity: 0.8; }

footer {
  background: #1b8fc8;
  margin-top: 120px;
  color: #fff;
  padding-top: 75px;
  padding-bottom: 5px; }
  footer p, footer dt, footer dd, footer li {
    text-align: left; }
  footer a {
    color: #fff;
    position: relative; }
  footer a:hover {
    color: #fff; }
  footer .inner {
    position: relative; }
  footer .copy {
    font-size: 1.2rem;
    position: absolute;
    top: 160px;
    left: 0; }
  footer .f_company {
    width: 290px; }
    footer .f_company dt {
      font-size: 2.4rem;
      font-weight: bold;
      margin-bottom: 14px; }
    footer .f_company dd {
      font-size: 1.4rem; }
  footer .f_sitemap ul {
    margin-bottom: 30px; }
  footer .f_sitemap li {
    font-size: 1.6rem;
    font-weight: bold;
    margin-left: 35px;
    white-space: nowrap; }
    footer .f_sitemap li a {
      padding-bottom: 5px; }
    footer .f_sitemap li a:before {
      content: "";
      width: 100%;
      height: 1px;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      background: #fff;
      transition: .5s;
      opacity: 0; }
    footer .f_sitemap li a:hover:before {
      opacity: 1; }
  footer .f_sitemap li:first-child {
    margin-left: 0; }
  footer .f_sitemap .f_sub {
    margin-top: 15px; }
    footer .f_sitemap .f_sub li {
      font-size: 1.4rem;
      font-weight: normal;
      margin-left: 0;
      margin-bottom: 5px; }

@media screen and (max-width: 1080px) and (min-width: 769px) {
  footer {
    margin-top: 80px;
    padding-top: 40px;
    padding-bottom: 5px; }
    footer .f_company {
      width: 100%;
      margin-bottom: 60px; }
    footer .f_sitemap {
      width: 100%;
      margin-bottom: 40px; }
      footer .f_sitemap li {
        font-size: 1.6rem;
        font-weight: bold;
        margin-left: 0;
        white-space: nowrap; }
    footer .copy {
      position: static;
      text-align: center;
      margin: 0 auto; } }
@media screen and (max-width: 768px) {
  footer {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 5px; }
    footer .f_company {
      width: 100%;
      margin-bottom: 30px;
      margin-left: 10px; }
    footer .copy {
      position: static;
      text-align: center;
      margin: 50px auto 0 auto; }
    footer .f_sitemap {
      width: 95%; }
      footer .f_sitemap ul {
        margin-bottom: 0; }
      footer .f_sitemap li {
        font-size: 1.6rem;
        font-weight: bold;
        margin-left: 10px; }
        footer .f_sitemap li a {
          padding-bottom: 15px;
          padding-top: 15px;
          border-top: 1px solid #fff;
          display: block; }
        footer .f_sitemap li a:before {
          display: none; }
        footer .f_sitemap li .top {
          border-top: none; }
      footer .f_sitemap li:first-child {
        margin-left: 10px; }
      footer .f_sitemap .f_sub {
        margin-top: 0;
        margin-bottom: 15px; }
        footer .f_sitemap .f_sub li {
          font-size: 1.4rem;
          margin-left: 15px;
          margin-bottom: 0; }
          footer .f_sitemap .f_sub li a {
            border-top: none;
            padding-bottom: 8px;
            padding-top: 0; } }
.ScrollTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(179deg, #4ca9d5 0%, #3f9fce 50%, #1b8fc8 100%);
  background-image: -webkit-linear-gradient(179deg, #4ca9d5 0%, #3f9fce 50%, #1b8fc8 100%);
  background-image: -ms-linear-gradient(179deg, #4ca9d5 0%, #3f9fce 50%, #1b8fc8 100%);
  box-shadow: 0px 10px 18px 2px rgba(96, 118, 129, 0.15);
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  opacity: 0;
  transition: all 0.65s;
  z-index: 3000; }
  @media only screen and (max-width: 1080px) {
    .ScrollTop {
      right: 10px;
      bottom: 10px; } }

.ScrollTop.isActive {
  opacity: 1;
  transition: all 0.65s; }

.ScrollTop span {
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(-45deg);
  position: absolute;
  top: 22px; }

/* 見出し
=========================================== */
.h1_bg {
  width: 100%;
  height: 360px;
  position: relative;
  background: url("../img/mv.jpg") center no-repeat;
  background-size: cover; }
  @media screen and (max-width: 768px) {
    .h1_bg {
      width: 100%;
      height: 180px;
      margin-top: 80px; } }
  .h1_bg h1 {
    width: 100%;
    font-size: 4.2rem;
    letter-spacing: 0.04em;
    color: #fff;
    font-weight: 700;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    line-height: 1.3;
    text-shadow: 1px 1px 3px #333; }
    .h1_bg h1 .en {
      display: block;
      font-size: 28px;
      /* IE8以下とAndroid4.3以下用フォールバック */
      font-size: 2.8rem;
      font-weight: normal;
      margin-top: 13px;
      display: block; }
    @media screen and (max-width: 768px) {
      .h1_bg h1 {
        font-size: 2.7rem; }
        .h1_bg h1 .en {
          font-size: 1.7rem;
          margin-top: 8px; } }

h2 {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 3.3rem;
  line-height: 1.7;
  text-align: center;
  color: #1b8fc8;
  margin-left: 0;
  margin-right: 0; }
  h2 .en {
    font-weight: normal;
    display: block;
    font-size: 40px;
    /* IE8以下とAndroid4.3以下用フォールバック */
    font-size: 1.8rem;
    color: #363636;
    margin-top: 6px; }
  @media screen and (max-width: 1080px) and (min-width: 769px) {
    h2 {
      font-size: 3.2rem; }
      h2 .en {
        font-size: 1.8rem; } }
  @media screen and (max-width: 768px) {
    h2 {
      font-size: 2.3rem;
      margin-bottom: 2.8rem; }
      h2 .en {
        font-size: 1.6rem;
        line-height: 1.2;
        margin-bottom: 8px; } }

.ttl_line {
  text-align: left;
  font-size: 2.8rem;
  color: #1b8fc8;
  border-bottom: 1px solid #1b8fc8;
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-weight: bold; }
  .ttl_line span {
    font-size: 1.8rem; }
  @media screen and (max-width: 1080px) and (min-width: 769px) {
    .ttl_line {
      font-size: 2.5rem;
      padding-bottom: 15px;
      margin-bottom: 20px; }
      .ttl_line span {
        font-size: 1.6rem; } }
  @media screen and (max-width: 768px) {
    .ttl_line {
      font-size: 2.2rem;
      padding-bottom: 10px;
      margin-bottom: 15px; }
      .ttl_line span {
        font-size: 1.4rem; } }

.ttl_blue {
  font-size: 2rem;
  padding: 15px 0 18px 25px;
  color: #fff;
  font-weight: bold;
  background: #1b8fc8;
  margin-bottom: 0;
  text-align: left; }
  @media screen and (max-width: 1080px) and (min-width: 769px) {
    .ttl_blue {
      font-size: 1.9rem; } }
  @media screen and (max-width: 768px) {
    .ttl_blue {
      font-size: 1.8rem; } }

.ttl_black {
  font-size: 2.4rem;
  line-height: 1.8;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: left; }
  @media screen and (max-width: 1080px) and (min-width: 769px) {
    .ttl_black {
      font-size: 2.2rem;
      margin-bottom: 20px; } }
  @media only screen and (max-width: 768px) {
    .ttl_black {
      font-size: 2rem;
      line-height: 1.5;
      margin-bottom: 15px;
      margin-top: 40px; } }

/* table
=========================================== */
.tbl01 {
  border-collapse: collapse;
  width: 100%; }
  .tbl01 th {
    color: #1b8fc8;
    background: #ebf5fa;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 1.8;
    white-space: nowrap;
    border: 1px solid #dddddd;
    font-size: 1.6rem; }
  .tbl01 td {
    padding: 30px;
    line-height: 1.8;
    border: 1px solid #dddddd;
    text-align: left;
    font-size: 1.6rem; }
    .tbl01 td .flow_ttl {
      margin-top: 2rem; }
    .tbl01 td ul {
      margin-bottom: 10px; }
    .tbl01 td p, .tbl01 td li {
      font-size: 1.6rem; }
    .tbl01 td .small {
      font-size: 1.4rem; }
  @media only screen and (max-width: 768px) {
    .tbl01 {
      width: 98%;
      border-top: 1px solid #ddd; }
      .tbl01 th {
        display: block;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1.5rem;
        border-top: none;
        border-bottom: none; }
      .tbl01 td {
        padding: 15px;
        display: block;
        width: 100%;
        font-size: 1.5rem; }
        .tbl01 td p, .tbl01 td li {
          font-size: 1.5rem; } }

.tbl01.pd20 td {
  padding: 20px; }
@media only screen and (max-width: 768px) {
  .tbl01.pd20 {
    padding: 15px; } }

.tbl02 {
  border-collapse: collapse;
  width: 100%; }
  .tbl02 th {
    color: #1b8fc8;
    background: #ebf5fa;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    padding: 10px 25px;
    line-height: 1.8;
    border: 1px solid #dddddd;
    font-size: 1.6rem; }
  .tbl02 td {
    padding: 10px 25px;
    line-height: 1.8;
    border: 1px solid #dddddd;
    text-align: left;
    font-size: 1.6rem; }
  @media only screen and (max-width: 768px) {
    .tbl02 th {
      padding-left: 15px;
      padding-right: 15px;
      font-size: 1.5rem;
      vertical-align: middle; }
    .tbl02 td {
      padding-left: 15px;
      padding-right: 15px;
      font-size: 1.5rem;
      vertical-align: middle; }
    .tbl02 .nowrap {
      white-space: nowrap; } }

/* btm_bnr
=========================================== */
.btm_bnr li {
  width: 48%; }
  .btm_bnr li a {
    display: block;
    will-change: transform, filter;
    transform-style: preserve-3d;
    transition: all .3s ease-out;
    padding: 4px 4px 3px 4px;
    text-align: left;
    background-ima1ge: -moz-linear-gradient(179deg, #4ca9d5 0%, #3f9fce 50%, #1b8fc8 100%);
    background-image: -webkit-linear-gradient(179deg, #4ca9d5 0%, #3f9fce 50%, #1b8fc8 100%);
    background-image: -ms-linear-gradient(179deg, #4ca9d5 0%, #3f9fce 50%, #1b8fc8 100%);
    box-shadow: 0px 10px 18px 2px rgba(96, 118, 129, 0.15); }
  .btm_bnr li a:hover {
    transform: scale(0.95); }
  .btm_bnr li p {
    font-size: 2.3rem;
    line-height: 1.5;
    color: #fff;
    display: inline-block;
    text-align: left;
    vertical-align: middle; }
  .btm_bnr li span {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 45%;
    margin-right: 5%;
    line-height: 1; }
    .btm_bnr li span img {
      width: 100%;
      height: auto;
      line-height: 1; }
@media only screen and (max-width: 768px) {
  .btm_bnr {
    margin-bottom: 40px !important; }
    .btm_bnr li {
      width: 100%;
      margin-bottom: 20px; }
      .btm_bnr li p {
        font-size: 1.8rem; }
      .btm_bnr li span {
        width: 30%;
        margin-right: 6%; } }

/* list
=========================================== */
.def dd {
  margin-bottom: 2rem; }

.square {
  margin-bottom: 2rem; }
  .square dt {
    position: relative;
    padding-left: 1em; }
    .square dt::before {
      background: #1b8fc8;
      content: "";
      height: 10px;
      width: 10px;
      left: 0;
      position: absolute;
      top: 10px; }
  .square dd {
    margin-bottom: 0.8rem; }

.maru li, .maru dd {
  padding-left: 1.6rem;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .maru li, .maru dd {
      padding-left: 1.4rem; } }
.maru li::before, .maru dd::before {
  position: absolute;
  top: 5px;
  left: 0;
  content: '\025cf';
  color: #1b8fc8;
  font-size: 0.08rem; }
  @media only screen and (max-width: 768px) {
    .maru li::before, .maru dd::before {
      font-size: 8px;
      top: 8px; } }

.num {
  counter-reset: li; }
  .num li {
    position: relative;
    padding-left: 1.8rem; }
    .num li::before {
      position: absolute;
      top: 0px;
      left: 0;
      color: #1b8fc8;
      font-weight: 700;
      counter-increment: li;
      /* li の数を一つずつ増加 */
      content: counter(li) ". ";
      /* 数を表示 */ }
