﻿@charset "UTF-8";
/*-------------
menu
-------------*/
#nav-tgl {
  display: none;
}
.nav-tgl-btn {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2%;
}
.open {
  z-index: 200;
  width: 45px;
  height: auto;
  color: #182634;
  transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  padding: 35px 0 0 5px;
}
.open::before, .open::after {
  content: "";
}
.open span, .open::before, .open::after {
  content: "";
  position: absolute;
  top: calc(62% - 1px);
  right: 25%;
  width: 70%;
  border-bottom: 5px solid #fff;
  transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.open::before {
  transform: translateY(-12px);
}
.open::after {
  transform: translateY(12px);
}
.close {
  z-index: 11;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: background .6s;
}
#nav-tgl:checked + .open {
  /*background: #02071d;*/
  transform: translateX(0px);
}
#nav-tgl:checked + .open span {
  transform: scaleX(0);
}
#nav-tgl:checked + .open::before {
  transform: rotate(45deg);
}
#nav-tgl:checked + .open::after {
  transform: rotate(-45deg);
}
#nav-tgl:checked ~ .close {
  pointer-events: auto;
  /*background: rgba(0, 0, 0, .4);*/
  position: fixed;
  top: 0;
}
.content-wrapper {
  transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#nav-tgl:checked ~ .content-wrapper {
  transform: translateY(50px);
}
.drower-menu {
  z-index: 400;
  position: absolute;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  top: 0;
  right: 0;
  width: 100%;
  height: 450px;
  margin: 0;
  padding: 0 0 10px;
  box-sizing: border-box;
  background-color: #f7f7f7;
  transform: translateY(-500px);
  transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.drower-menu a {
  display: block;
  color: #333;
  padding: 5px 10px;
  text-decoration: inherit;
  transition: background .6s;
  font-size: 1.0rem;
  border-bottom: solid 1px #e5e5e5;
}
/*.drower-menu a:hover {
    color: #EA5506;
}*/
#nav-tgl:checked ~ .drower-menu {
  transform: translateY(50px);
}
/* PC */
@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  /*-------------
base
-------------*/
  body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
  }
  img {
    border: 0;
    vertical-align: top;
  }
  body {
    background-color: #fff;
  }
  a {
    color: #333;
    outline: none;
    text-decoration: none;
  }
  a:hover {
    text-decoration: none;
  }
  ul, ol {
    list-style: none;
  }
  .fLeft {
    float: left;
  }
  .clearfix:after {
    content: "";
    clear: both;
    display: block;
  }
  /*-------------
firefox fade対策
-------------*/
  img {
    box-shadow: #000 0 0 0;
  }
  img, x:-moz-any-link, x:default {
    box-shadow: #000 0 0 0;
  }
  /*-------------
fontstyle
-------------*/
  body {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    line-height: 2.2;
    color: #333;
    background-color: #fff;
    letter-spacing: 0;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
  }
  /*-------------
container
-------------*/
  #container {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  #header {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
  }
  #header_inner {
    width: 100%;
    height: 90px;
    margin: auto;
    position: absolute;
    z-index: 1000;
  }
  div#header_menu {
    width: 95%;
    margin: 0 auto;
  }
  h1.toplogo_left.clearfix {
    margin: 15px 0 0 0;
    float: left;
  }
  h1.toplogo_left.clearfix a {
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
  }
  h1.toplogo_left.clearfix a span {
    display: block;
    font-size: 35px;
    line-height: 40px;
  }
  /*-------------
menu
-------------*/
  div#header_inner ul {
    position: fixed;
    top: 20px;
    right: 50px;
    z-index: 101;
    width: 380px;
    height: 60px;
    background-color: #fff;
    border-radius: 50px;
  }
  div#header_inner ul li {
    float: left;
    margin: 8px 0 0 15px;
  }
  div#header_inner ul li:nth-child(2) {
    margin: 8px 0 0 22px;
  }
  div#header_inner ul li a {
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    display: block;
    background-color: #4c99f9;
    color: #fff;
    border-radius: 50px;
  }
  div#header_inner ul li:nth-child(1) a {
    width: 150px;
  }
  div#header_inner ul li:nth-child(2) a {
    width: 180px;
  }
  div#header_inner ul li a:hover {
    opacity: 0.8;
  }
  /*input#nav-tgl {
    display: none;
  }
  .drower-menu {
    display: none;
  }*/
  /*-------------
topmain
-------------*/
  .topmain {
    width: 100%;
    /*max-width: 1490px;*/
    position: relative;
    margin: 0 auto;
    top: 0;
    z-index: 1;
  }
  .topmain p {
    position: absolute;
    font-size: 36px;
    line-height: 55px;
    letter-spacing: 10px;
    text-align: center;
    color: #fff;
    bottom: 6%;
    left: 50%;
    transform: translateX(-50%);
  }
  .topmain p span {
    display: block;
    font-size: 16px;
    line-height: 45px;
    letter-spacing: 2px;
    text-align: left;
    margin: 0 0 0 15px;
  }
  /*-------------
main
-------------*/
  #main {
    width: 100%;
    max-width: 1490px;
    margin: 70px auto 0 auto;
    overflow: hidden;
  }
  .topbox1.clearfix {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 0 auto;
  }
  .topbox1.clearfix ul {
    width: 100%;
    overflow: hidden;
    margin: 20px 0 0 0;
  }
  .topbox1.clearfix ul li {
    float: left;
  }
  .topbox1.clearfix ul li:nth-child(1) {
    width: calc(100% - 230px);
    max-width: 965px;
  }
  .topbox1.clearfix ul li:nth-child(1) img {
    width: 100%;
  }
  .topbox1.clearfix ul li:nth-child(2) {
    position: relative;
    width: 100px;
    height: 405px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 40px;
    line-height: 50px;
    margin: 0 0 0 10%;
  }
  .topbox1.clearfix ul li:nth-child(2):before {
    content: '';
    position: absolute;
    right: -40px;
    bottom: 30px;
    display: inline-block;
    width: 3px;
    height: 375px;
    background-color: #333;
    border-radius: 2px;
  }
  .topbox1.clearfix ul li:nth-child(3) {
    clear: both;
    position: relative;
    width: 100px;
    height: 440px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 40px;
    line-height: 50px;
    margin: 200px 0 0 10%;
  }
  .topbox1.clearfix ul li:nth-child(3):before {
    content: '';
    position: absolute;
    right: -40px;
    bottom: 30px;
    display: inline-block;
    width: 3px;
    height: 405px;
    background-color: #333;
    border-radius: 2px;
  }
  .topbox1.clearfix ul li:nth-child(4) {
    max-width: 922px;
    min-width: 400px;
    width: calc(100% - 540px);
    min-height: 270px;
    border-radius: 20px;
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.25);
    padding: 100px 70px 0 70px;
    margin: 0 0 0 10%;
    background-color: #f0f8ff;
  }
  .topbox1.clearfix ul li:nth-child(4) p {
    width: 400px;
    font-size: 16px;
    line-height: 30px;
    float: left;
    margin: 0 0 20px 0;
  }
  .topbox1.clearfix ul li:nth-child(4) span {
    display: inline;
    font-size: 36px;
    line-height: 55px;
    font-weight: 600;
    float: left;
    margin: 10px 23px 0 0;
    width: 300px;
    padding-left: 50px;
  }
  .topbox1.clearfix ul li:nth-child(5) {
    width: calc(100% - 300px);
    max-width: 813px;
    float: right !important;
    margin: 90px 0 0 0;
  }
  .topbox1.clearfix ul li:nth-child(5) img {
    width: 100%;
  }
  .topbox1.clearfix ul li:nth-child(6) {
    max-width: 922px;
    min-width: 400px;
    width: calc(100% - 540px);
    /*min-height: 270px;*/
    border-radius: 20px;
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.25);
    padding: 100px 0 100px 250px;
    margin: 0 0 0 200px;
    background-color: #f0ffff;
  }
  .topbox1.clearfix ul li:nth-child(6) p {
    /*width: 400px;*/
    font-size: 16px;
    line-height: 30px;
    float: left;
    margin: 0 0 20px 0;
  }
  .topbox1.clearfix ul li:nth-child(6) span {
    display: block;
    font-size: 36px;
    line-height: 55px;
    font-weight: 600;
    float: left;
    margin: 10px 50px 0 0;
  }
  .topbox2.clearfix {
    max-width: 1446px;
    height: auto;
    background: repeat-y url("../images/top/top_back.png");
    overflow: hidden;
    padding: 0 0 70px 0;
    margin: 150px auto 0 auto;
  }
  .topbox2.clearfix h2 {
    font-size: 56px;
    line-height: 75px;
    text-align: center;
    color: #fff;
    padding: 60px 0 0 0;
    margin: 0 0 70px 0;
  }
  .topbox2.clearfix ul {
    width: 97%;
    max-width: 1175px;
    overflow: hidden;
    margin: 0 auto 0 auto;
  }
  .topbox2.clearfix ul li {
    float: left;
  }
  .topbox2.clearfix ul li:nth-child(1) h4, .topbox2.clearfix ul li:nth-child(2) h4 {
    font-size: 36px;
    line-height: 80px;
    text-align: center;
    padding: 75px 0 0 0;
  }
  .topbox2.clearfix ul li:nth-child(3) h4, .topbox2.clearfix ul li:nth-child(4) h4, .topbox2.clearfix ul li:nth-child(5) h4, .topbox2.clearfix ul li:nth-child(6) h4, .topbox2.clearfix ul li:nth-child(7) h4 {
    font-size: 32px;
    line-height: 80px;
    text-align: center;
    padding: 25px 0 0 0;
  }
  .topbox2.clearfix ul li:nth-child(1) p, .topbox2.clearfix ul li:nth-child(2) p {
    font-size: 30px;
    line-height: 80px;
    text-align: center;
    margin: 30px 0 0 0;
  }
  .topbox2.clearfix ul li:nth-child(3) p, .topbox2.clearfix ul li:nth-child(4) p, .topbox2.clearfix ul li:nth-child(5) p, .topbox2.clearfix ul li:nth-child(6) p, .topbox2.clearfix ul li:nth-child(7) p {
    font-size: 30px;
    line-height: 80px;
    text-align: center;
    margin: 0 0 0 0;
  }
  .topbox2.clearfix ul li:nth-child(1) p span, .topbox2.clearfix ul li:nth-child(2) p span {
    display: inline-block;
    font-size: 90px;
    line-height: 80px;
    color: #1a2bc2;
    letter-spacing: -2px;
    font-weight: 600;
  }
  .topbox2.clearfix ul li:nth-child(3) p span, .topbox2.clearfix ul li:nth-child(4) p span, .topbox2.clearfix ul li:nth-child(6) p span, .topbox2.clearfix ul li:nth-child(7) p span {
    display: inline-block;
    font-size: 60px;
    line-height: 80px;
    color: #1a2bc2;
    letter-spacing: -2px;
    font-weight: 600;
    padding: 0 15px 0 0;
  }
  .topbox2.clearfix ul li:nth-child(5) p span {
    display: inline-block;
    font-size: 60px;
    line-height: 80px;
    color: #1a2bc2;
    letter-spacing: -2px;
    font-weight: 600;
    padding: 0 0 0 0;
  }
  .topbox2.clearfix ul li:nth-child(1), .topbox2.clearfix ul li:nth-child(2) {
    max-width: 366px;
    min-width: 270px;
    width: 29%;
    height: 455px;
    background-color: #fff;
    border-radius: 15px;
    margin: 0 25px 25px 0;
  }
  .topbox2.clearfix ul li:nth-child(1) img {
    display: block;
    width: 94px;
    margin: 20px 30px 0 auto;
  }
  .topbox2.clearfix ul li:nth-child(2) img {
    display: block;
    width: 121px;
    margin: 20px 30px 0 auto;
  }
  .topbox2.clearfix ul li:nth-child(3), .topbox2.clearfix ul li:nth-child(4) {
    max-width: 366px;
    min-width: 270px;
    width: 29%;
    height: 215px;
    background-color: #fff;
    border-radius: 15px;
    margin: 0 25px 25px 0;
  }
  .topbox2.clearfix ul li:nth-child(5), .topbox2.clearfix ul li:nth-child(6) {
    max-width: 366px;
    min-width: 270px;
    width: 29%;
    height: 215px;
    background-color: #fff;
    border-radius: 15px;
    margin: 0 25px 25px 0;
  }
  .topbox2.clearfix ul li:nth-child(7) {
    max-width: 366px;
    min-width: 270px;
    width: 29%;
    height: 215px;
    background-color: #fff;
    border-radius: 15px;
    margin: 0 25px 25px 0;
  }
  .topbox3.clearfix {
    max-width: 1300px;
    overflow: hidden;
    margin: 150px auto 0 auto;
  }
  .topbox3.clearfix ul {
    width: 97%;
    overflow: hidden;
    margin: 0 auto 0 auto;
  }
  .topbox3.clearfix ul li {
    float: left;
    max-width: 417px;
    width: 31%;
    margin: 0 25px 25px 0;
  }
  .topbox3.clearfix ul li img {
    width: 100%;
    max-width: 417px;
  }
  .topbox3.clearfix ul li:nth-child(3) {
    margin: 0 0 25px 0;
  }
  .topbox3.clearfix ul li p {
    font-size: 24px;
    line-height: 35px;
    margin: 20px 0 0 0;
  }
  .topbox3.clearfix a {
    width: 380px;
    height: 90px;
    font-size: 28px;
    line-height: 90px;
    text-align: center;
    display: block;
    background-color: #4c99f9;
    color: #fff;
    border-radius: 50px;
    margin: 50px 0 0 auto;
  }
  .topbox3.clearfix a:hover {
    opacity: 0.8;
  }
  .topbox4.clearfix {
    max-width: 1115px;
    height: auto;
    min-height: 484px;
    background: repeat-y url("../images/top/top_back2.png");
    overflow: hidden;
    margin: 150px auto 0 auto;
  }
  .topbox4.clearfix ul {
    width: 97%;
    max-width: 930px;
    overflow: hidden;
    padding: 200px 0 10px 0;
    margin: 0 auto 0 auto;
  }
  .topbox4.clearfix ul li {
    float: left;
  }
  .topbox4.clearfix ul li a {
    width: 400px;
    height: 100px;
    font-size: 40px;
    line-height: 100px;
    text-align: center;
    display: block;
    background-color: #4c99f9;
    color: #fff;
    border-radius: 50px;
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.5);
    margin: 0 30px 30px 30px;
  }
  .topbox4.clearfix ul li a:hover {
    opacity: 0.8;
  }
  /*-------------
footer
-------------*/
  #footer {
    clear: both;
    width: 100%;
    margin: 130px 0 30px 0;
    padding: 50px 0;
    border-top: solid 3px #333;
  }
  .ft_middle {
    max-width: 1200px;
    overflow: hidden;
    margin: 0 auto;
  }
  ul.footer_list.clearfix {
    float: left;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
  }
  ul.footer_list.clearfix span {
    display: block;
    font-size: 35px;
    line-height: 40px;
  }
  ul.footer_list2.clearfix {
    width: 600px;
    float: left;
    overflow: hidden;
    margin: 25px 0 0 150px;
  }
  ul.footer_list2.clearfix li {
    float: left;
  }
  ul.footer_list2.clearfix li a {
    font-size: 18px;
    line-height: 45px;
    display: block;
    padding: 0 15px;
    margin: 0 15px;
  }
  ul.footer_list2.clearfix li a:hover {
    opacity: 0.6;
  }
}
/* Tablet */
@media screen and (min-width: 481px) and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  * {
    margin: 0;
    padding: 0;
  }
  *::after, * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /*-------------
base
-------------*/
  html {
    scroll-behavior: smooth;
  }
  body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
  }
  img {
    border: 0;
    vertical-align: top;
    width: 100%;
  }
  body {
    background-color: #fff;
  }
  a {
    color: #333;
    outline: none;
    text-decoration: none;
    font-size: 12px;
  }
  a:hover {
    text-decoration: none;
  }
  ul, ol {
    list-style: none;
  }
  .fLeft {
    float: left;
  }
  .clearfix:after {
    content: "";
    clear: both;
    display: block;
  }
  /*-------------
firefox fade対策
-------------*/
  img {
    box-shadow: #000 0 0 0;
  }
  img, x:-moz-any-link, x:default {
    box-shadow: #000 0 0 0;
  }
  /*-------------
fontstyle
-------------*/
  body {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    line-height: 2.2;
    color: #333;
    background-color: #f7f7f7;
    letter-spacing: 0;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
  }
  /*-------------
container
-------------*/
  #container {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  #header {
    width: 100%;
  }
  #header_inner {
    width: 100%;
    height: 50px;
    position: fixed;
    z-index: 1000;
  }
  h1.toplogo_left.clearfix {
    margin: 5px 0 0 2%;
    max-width: 120px;
  }
  /*h1.toplogo_left.clearfix img {
    width: 100%;
}*/
  h1.toplogo_left.clearfix a {
    display: block;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
    color: #fff;
  }
  h1.toplogo_left.clearfix a span {
    display: block;
    font-size: 25px;
    line-height: 30px;
  }
  .fixedmenu {
    background-color: rgba(46, 46, 46, .5);
  }
  /*-------------
menu
-------------*/
  #nav-tgl {
    display: none;
  }
  .nav-tgl-btn {
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 2%;
  }
  .open {
    z-index: 200;
    width: 45px;
    height: auto;
    color: #182634;
    transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 35px 0 0 5px;
  }
  .open::before, .open::after {
    content: "";
  }
  .open span, .open::before, .open::after {
    content: "";
    position: absolute;
    top: calc(62% - 1px);
    right: 25%;
    width: 70%;
    border-bottom: 5px solid #fff;
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .open::before {
    transform: translateY(-12px);
  }
  .open::after {
    transform: translateY(12px);
  }
  .close {
    z-index: 11;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: background .6s;
  }
  #nav-tgl:checked + .open {
    /*background: #02071d;*/
    transform: translateX(0px);
  }
  #nav-tgl:checked + .open span {
    transform: scaleX(0);
  }
  #nav-tgl:checked + .open::before {
    transform: rotate(45deg);
  }
  #nav-tgl:checked + .open::after {
    transform: rotate(-45deg);
  }
  #nav-tgl:checked ~ .close {
    pointer-events: auto;
    /*background: rgba(0, 0, 0, .4);*/
    position: fixed;
    top: 0;
  }
  .content-wrapper {
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #nav-tgl:checked ~ .content-wrapper {
    transform: translateY(50px);
  }
  .drower-menu {
    z-index: 400;
    position: absolute;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    top: 0;
    right: 0;
    width: 100%;
    height: 450px;
    margin: 0;
    padding: 0 0 10px;
    box-sizing: border-box;
    background-color: #f7f7f7;
    transform: translateY(-500px);
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .drower-menu a {
    display: block;
    color: #333;
    padding: 5px 10px;
    text-decoration: inherit;
    transition: background .6s;
    font-size: 1.0rem;
    border-bottom: solid 1px #e5e5e5;
  }
  /*.drower-menu a:hover {
    color: #EA5506;
}*/
  #nav-tgl:checked ~ .drower-menu {
    transform: translateY(50px);
  }
  /*-------------
topmain
-------------*/
  .topmain {
    width: 100%;
    position: relative;
    margin: 0 auto;
    top: 0;
    z-index: 1;
  }
  .topmain p {
    position: absolute;
    font-size: 6vw;
    line-height: 1.5;
    letter-spacing: 7px;
    text-align: center;
    color: #fff;
    bottom: 6%;
    left: 50%;
    transform: translateX(-50%);
  }
  .topmain p span {
    display: block;
    font-size: 4vw;
    line-height: 1.5;
    letter-spacing: 2px;
    text-align: left;
    margin: 0 0 0 0;
  }
  /*-------------
main
-------------*/
  #main {
    width: 100%;
    margin: 30px 0 0 0;
    overflow: hidden;
  }
  .topbox1.clearfix {
    width: 95%;
    overflow: hidden;
    margin: 0 auto 0 auto;
  }
  .topbox1.clearfix ul {
    width: 100%;
    overflow: hidden;
    margin: 0 0 0 0;
  }
  .topbox1.clearfix ul li {
    float: none;
  }
  .topbox1.clearfix ul li:nth-child(1) {
    position: relative;
    width: 100%;
    height: auto;
    font-size: 4vw;
    line-height: 1.5;
    margin: 0 0 30px 0;
  }
  .topbox1.clearfix ul li:nth-child(1):before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -10px;
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #333;
    border-radius: 2px;
  }
  .topbox1.clearfix ul li:nth-child(2) {
    /*width: calc(100% - 230px);*/
    width: 100%;
    max-width: 965px;
  }
  .topbox1.clearfix ul li:nth-child(2) img {
    /*width: 100%;*/
    max-width: 80%;
    display: block;
    margin: 0 auto;
  }
  .topbox1.clearfix ul li:nth-child(3) {
    width: 97%;
    border-radius: 20px;
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.25);
    padding: 10px 10px;
    margin: 0 0 0 0;
  }
  .topbox1.clearfix ul li:nth-child(3) p {
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    float: none;
    margin: 0 0 20px 0;
  }
  .topbox1.clearfix ul li:nth-child(3) span {
    display: block;
    font-size: 4vw;
    line-height: 1.5;
    font-weight: 600;
    float: none;
    margin: 10px 0 10px 0;
  }
  .topbox1.clearfix ul li:nth-child(4) {
    position: relative;
    width: 100%;
    height: auto;
    font-size: 4vw;
    line-height: 1.5;
    margin: 60px 0 30px 0;
  }
  .topbox1.clearfix ul li:nth-child(4):before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -10px;
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #333;
    border-radius: 2px;
  }
  .topbox1.clearfix ul li:nth-child(5) {
    /*width: calc(100% - 230px);*/
    width: 100%;
    max-width: 813px;
  }
  .topbox1.clearfix ul li:nth-child(5) img {
    /*width: 100%;*/
    max-width: 80%;
    display: block;
    margin: 0 auto;
  }
  .topbox1.clearfix ul li:nth-child(6) {
    width: 97%;
    border-radius: 20px;
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.25);
    padding: 10px 10px;
    margin: 0 0 15px 0;
  }
  .topbox1.clearfix ul li:nth-child(6) p {
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    float: none;
    margin: 0 0 20px 0;
  }
  .topbox1.clearfix ul li:nth-child(6) span {
    display: block;
    font-size: 4vw;
    line-height: 1.5;
    font-weight: 600;
    float: none;
    margin: 10px 0 10px 0;
  }
  .topbox2.clearfix {
    max-width: 1446px;
    height: auto;
    background: repeat-y url("../images/top/top_back.png");
    background-size: contain;
    overflow: hidden;
    padding: 0 0 40px 0;
    margin: 50px auto 0 auto;
  }
  .topbox2.clearfix h2 {
    font-size: 7vw;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    padding: 30px 0 0 0;
    margin: 0 0 30px 0;
  }
  .topbox2.clearfix ul {
    width: 95%;
    max-width: 500px;
    overflow: hidden;
    margin: 0 auto 0 auto;
  }
  .topbox2.clearfix ul li {
    float: left;
  }
  .topbox2.clearfix ul li:nth-child(1) h4, .topbox2.clearfix ul li:nth-child(2) h4 {
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    padding: 35px 0 0 0;
  }
  .topbox2.clearfix ul li:nth-child(3) h4, .topbox2.clearfix ul li:nth-child(4) h4, .topbox2.clearfix ul li:nth-child(5) h4, .topbox2.clearfix ul li:nth-child(6) h4, .topbox2.clearfix ul li:nth-child(7) h4 {
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    padding: 25px 0 0 0;
  }
  .topbox2.clearfix ul li:nth-child(1) p, .topbox2.clearfix ul li:nth-child(2) p {
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    margin: 30px 0 0 0;
  }
  .topbox2.clearfix ul li:nth-child(3) p, .topbox2.clearfix ul li:nth-child(4) p, .topbox2.clearfix ul li:nth-child(5) p, .topbox2.clearfix ul li:nth-child(6) p, .topbox2.clearfix ul li:nth-child(7) p {
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    margin: 0 0 0 0;
  }
  .topbox2.clearfix ul li:nth-child(1) p span, .topbox2.clearfix ul li:nth-child(2) p span {
    display: inline-block;
    font-size: 50px;
    line-height: 50px;
    color: #1a2bc2;
    letter-spacing: -2px;
    font-weight: 600;
  }
  .topbox2.clearfix ul li:nth-child(3) p span, .topbox2.clearfix ul li:nth-child(4) p span, .topbox2.clearfix ul li:nth-child(6) p span, .topbox2.clearfix ul li:nth-child(7) p span {
    display: inline-block;
    font-size: 50px;
    line-height: 50px;
    color: #1a2bc2;
    letter-spacing: -2px;
    font-weight: 600;
    padding: 0 10px 0 0;
  }
  .topbox2.clearfix ul li:nth-child(5) p span {
    display: inline-block;
    font-size: 50px;
    line-height: 50px;
    color: #1a2bc2;
    letter-spacing: -2px;
    font-weight: 600;
    padding: 0 0 0 0;
  }
  .topbox2.clearfix ul li:nth-child(1), .topbox2.clearfix ul li:nth-child(2) {
    max-width: 230px;
    width: 47%;
    min-height: 320px;
    background-color: #fff;
    border-radius: 15px;
    margin: 0 10px 20px 0;
  }
  .topbox2.clearfix ul li:nth-child(1) img {
    display: block;
    width: 94px;
    margin: 20px 30px 0 auto;
  }
  .topbox2.clearfix ul li:nth-child(2) img {
    display: block;
    width: 121px;
    margin: 20px 30px 0 auto;
  }
  .topbox2.clearfix ul li:nth-child(3), .topbox2.clearfix ul li:nth-child(4) {
    max-width: 230px;
    width: 47%;
    height: 150px;
    background-color: #fff;
    border-radius: 15px;
    margin: 0 10px 20px 0;
  }
  .topbox2.clearfix ul li:nth-child(5), .topbox2.clearfix ul li:nth-child(6) {
    max-width: 230px;
    width: 47%;
    height: 150px;
    background-color: #fff;
    border-radius: 15px;
    margin: 0 10px 20px 0;
  }
  .topbox2.clearfix ul li:nth-child(7) {
    max-width: 230px;
    width: 47%;
    height: 150px;
    background-color: #fff;
    border-radius: 15px;
    margin: 0 10px 20px 0;
  }
  .topbox3.clearfix {
    max-width: 1300px;
    overflow: hidden;
    margin: 50px auto 0 auto;
  }
  .topbox3.clearfix ul {
    width: 95%;
    overflow: hidden;
    margin: 0 auto 0 auto;
  }
  .topbox3.clearfix ul li {
    float: none;
    max-width: 417px;
    width: 100%;
    margin: 0 auto 25px auto;
  }
  .topbox3.clearfix ul li img {
    width: 100%;
    max-width: 417px;
  }
  .topbox3.clearfix ul li p {
    font-size: 4vw;
    line-height: 1.5;
    margin: 10px 0 0 0;
  }
  .topbox3.clearfix a {
    max-width: 380px;
    height: 70px;
    font-size: 20px;
    line-height: 70px;
    text-align: center;
    display: block;
    background-color: #4c99f9;
    color: #fff;
    border-radius: 50px;
    margin: 30px auto 0 auto;
  }
  .topbox3.clearfix a:hover {
    opacity: 0.8;
  }
  .topbox4.clearfix {
    max-width: 1115px;
    height: auto;
    background: repeat-y url("../images/top/top_back2.png");
    background-size: cover;
    background-color: #7b878b;
    overflow: hidden;
    margin: 50px auto 0 auto;
  }
  .topbox4.clearfix ul {
    width: 95%;
    max-width: 930px;
    overflow: hidden;
    padding: 40px 0 10px 0;
    margin: 0 auto 0 auto;
  }
  .topbox4.clearfix ul li {
    float: left;
    width: 47%;
  }
  .topbox4.clearfix ul li a {
    max-width: 400px;
    height: 60px;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    display: block;
    background-color: #4c99f9;
    color: #fff;
    border-radius: 50px;
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.5);
    margin: 0 20px 20px 20px;
  }
  .topbox4.clearfix ul li a:hover {
    opacity: 0.8;
  }
  /*-------------
footer
-------------*/
  #footer {
    clear: both;
    width: 100%;
    margin: 50px 0 0 0;
    padding: 30px 0;
    border-top: solid 2px #333;
  }
  .ft_middle {
    max-width: 95%;
    overflow: hidden;
    margin: 0 auto;
  }
  ul.footer_list.clearfix {
    float: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    text-align: center;
  }
  ul.footer_list.clearfix span {
    display: block;
    font-size: 35px;
    line-height: 40px;
  }
}
/* SP */
@media screen and (max-width: 480px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  * {
    margin: 0;
    padding: 0;
  }
  *::after, * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /*-------------
base
-------------*/
  html {
    scroll-behavior: smooth;
  }
  body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
  }
  img {
    border: 0;
    vertical-align: top;
    width: 100%;
  }
  body {
    background-color: #fff;
  }
  a {
    color: #333;
    outline: none;
    text-decoration: none;
    font-size: 12px;
  }
  a:hover {
    text-decoration: none;
  }
  ul, ol {
    list-style: none;
  }
  .fLeft {
    float: left;
  }
  .clearfix:after {
    content: "";
    clear: both;
    display: block;
  }
  /*-------------
firefox fade対策
-------------*/
  img {
    box-shadow: #000 0 0 0;
  }
  img, x:-moz-any-link, x:default {
    box-shadow: #000 0 0 0;
  }
  /*-------------
fontstyle
-------------*/
  body {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    line-height: 2.2;
    color: #333;
    background-color: #f7f7f7;
    letter-spacing: 0;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
  }
  /*-------------
container
-------------*/
  #container {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  #header {
    width: 100%;
  }
  #header_inner {
    width: 100%;
    height: 50px;
    position: fixed;
    z-index: 1000;
  }
  h1.toplogo_left.clearfix {
    margin: 5px 0 0 2%;
    max-width: 120px;
  }
  /*h1.toplogo_left.clearfix img {
    width: 100%;
}*/
  h1.toplogo_left.clearfix a {
    display: block;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
    color: #fff;
  }
  h1.toplogo_left.clearfix a span {
    display: block;
    font-size: 25px;
    line-height: 30px;
  }
  .fixedmenu {
    background-color: rgba(46, 46, 46, .5);
  }
  /*-------------
menu
-------------*/
  #nav-tgl {
    display: none;
  }
  .nav-tgl-btn {
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 2%;
  }
  .open {
    z-index: 200;
    width: 45px;
    height: auto;
    color: #182634;
    transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 35px 0 0 5px;
  }
  .open::before, .open::after {
    content: "";
  }
  .open span, .open::before, .open::after {
    content: "";
    position: absolute;
    top: calc(62% - 1px);
    right: 25%;
    width: 70%;
    border-bottom: 5px solid #fff;
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .open::before {
    transform: translateY(-12px);
  }
  .open::after {
    transform: translateY(12px);
  }
  .close {
    z-index: 11;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: background .6s;
  }
  #nav-tgl:checked + .open {
    /*background: #02071d;*/
    transform: translateX(0px);
  }
  #nav-tgl:checked + .open span {
    transform: scaleX(0);
  }
  #nav-tgl:checked + .open::before {
    transform: rotate(45deg);
  }
  #nav-tgl:checked + .open::after {
    transform: rotate(-45deg);
  }
  #nav-tgl:checked ~ .close {
    pointer-events: auto;
    /*background: rgba(0, 0, 0, .4);*/
    position: fixed;
    top: 0;
  }
  .content-wrapper {
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #nav-tgl:checked ~ .content-wrapper {
    transform: translateY(50px);
  }
  .drower-menu {
    z-index: 400;
    position: absolute;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    top: 0;
    right: 0;
    width: 100%;
    height: 450px;
    margin: 0;
    padding: 0 0 10px;
    box-sizing: border-box;
    background-color: #f7f7f7;
    transform: translateY(-500px);
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .drower-menu a {
    display: block;
    color: #333;
    padding: 5px 10px;
    text-decoration: inherit;
    transition: background .6s;
    font-size: 1.0rem;
    border-bottom: solid 1px #e5e5e5;
  }
  /*.drower-menu a:hover {
    color: #EA5506;
}*/
  #nav-tgl:checked ~ .drower-menu {
    transform: translateY(50px);
  }
  /*-------------
topmain
-------------*/
  .topmain {
    width: 100%;
    position: relative;
    margin: 0 auto;
    top: 0;
    z-index: 1;
  }
  .topmain p {
    position: absolute;
    font-size: 6vw;
    line-height: 1.5;
    letter-spacing: 7px;
    text-align: center;
    color: #fff;
    bottom: 6%;
    left: 50%;
    transform: translateX(-50%);
  }
  .topmain p span {
    display: block;
    font-size: 4vw;
    line-height: 1.5;
    letter-spacing: 2px;
    text-align: left;
    margin: 0 0 0 0;
  }
  /*-------------
main
-------------*/
  #main {
    width: 100%;
    margin: 30px 0 0 0;
    overflow: hidden;
  }
  .topbox1.clearfix {
    width: 95%;
    overflow: hidden;
    margin: 0 auto 0 auto;
  }
  .topbox1.clearfix ul {
    width: 100%;
    overflow: hidden;
    margin: 0 0 0 0;
  }
  .topbox1.clearfix ul li {
    float: none;
  }
  .topbox1.clearfix ul li:nth-child(1) {
    position: relative;
    width: 100%;
    height: auto;
    font-size: 6vw;
    line-height: 1.5;
    margin: 0 0 30px 0;
  }
  .topbox1.clearfix ul li:nth-child(1):before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -10px;
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #333;
    border-radius: 2px;
  }
  .topbox1.clearfix ul li:nth-child(2) {
    /*width: calc(100% - 230px);*/
    width: 100%;
    max-width: 965px;
  }
  .topbox1.clearfix ul li:nth-child(2) img {
    /*width: 100%;*/
    max-width: 80%;
    display: block;
    margin: 0 auto;
  }
  .topbox1.clearfix ul li:nth-child(3) {
    width: 97%;
    border-radius: 20px;
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.25);
    padding: 10px 10px;
    margin: 0 0 0 0;
  }
  .topbox1.clearfix ul li:nth-child(3) p {
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    float: none;
    margin: 0 0 20px 0;
  }
  .topbox1.clearfix ul li:nth-child(3) span {
    display: block;
    font-size: 6vw;
    line-height: 35px;
    font-weight: 600;
    float: none;
    margin: 10px 0 10px 0;
  }
  .topbox1.clearfix ul li:nth-child(4) {
    position: relative;
    width: 100%;
    height: auto;
    font-size: 6vw;
    line-height: 1.5;
    margin: 60px 0 30px 0;
  }
  .topbox1.clearfix ul li:nth-child(4):before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -10px;
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #333;
    border-radius: 2px;
  }
  .topbox1.clearfix ul li:nth-child(5) {
    /*width: calc(100% - 230px);*/
    width: 100%;
    max-width: 813px;
  }
  .topbox1.clearfix ul li:nth-child(5) img {
    /*width: 100%;*/
    max-width: 80%;
    display: block;
    margin: 0 auto;
  }
  .topbox1.clearfix ul li:nth-child(6) {
    width: 97%;
    border-radius: 20px;
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.25);
    padding: 10px 10px;
    margin: 0 0 15px 0;
  }
  .topbox1.clearfix ul li:nth-child(6) p {
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    float: none;
    margin: 0 0 20px 0;
  }
  .topbox1.clearfix ul li:nth-child(6) span {
    display: block;
    font-size: 6vw;
    line-height: 35px;
    font-weight: 600;
    float: none;
    margin: 10px 0 10px 0;
  }
  .topbox2.clearfix {
    max-width: 1446px;
    height: auto;
    background: repeat-y url("../images/top/top_back.png");
    background-size: contain;
    overflow: hidden;
    padding: 0 0 40px 0;
    margin: 50px auto 0 auto;
  }
  .topbox2.clearfix h2 {
    font-size: 7vw;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    padding: 30px 0 0 0;
    margin: 0 0 30px 0;
  }
  .topbox2.clearfix ul {
    width: 95%;
    max-width: 1175px;
    overflow: hidden;
    margin: 0 auto 0 auto;
  }
  .topbox2.clearfix ul li {
    float: none;
  }
  .topbox2.clearfix ul li:nth-child(1) h4, .topbox2.clearfix ul li:nth-child(2) h4 {
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    padding: 35px 0 0 0;
  }
  .topbox2.clearfix ul li:nth-child(3) h4, .topbox2.clearfix ul li:nth-child(4) h4, .topbox2.clearfix ul li:nth-child(5) h4, .topbox2.clearfix ul li:nth-child(6) h4, .topbox2.clearfix ul li:nth-child(7) h4 {
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    padding: 25px 0 0 0;
  }
  .topbox2.clearfix ul li:nth-child(1) p, .topbox2.clearfix ul li:nth-child(2) p {
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    margin: 30px 0 0 0;
  }
  .topbox2.clearfix ul li:nth-child(3) p, .topbox2.clearfix ul li:nth-child(4) p, .topbox2.clearfix ul li:nth-child(5) p, .topbox2.clearfix ul li:nth-child(6) p, .topbox2.clearfix ul li:nth-child(7) p {
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    margin: 0 0 0 0;
  }
  .topbox2.clearfix ul li:nth-child(1) p span, .topbox2.clearfix ul li:nth-child(2) p span {
    display: inline-block;
    font-size: 50px;
    line-height: 50px;
    color: #1a2bc2;
    letter-spacing: -2px;
    font-weight: 600;
  }
  .topbox2.clearfix ul li:nth-child(3) p span, .topbox2.clearfix ul li:nth-child(4) p span, .topbox2.clearfix ul li:nth-child(6) p span, .topbox2.clearfix ul li:nth-child(7) p span {
    display: inline-block;
    font-size: 50px;
    line-height: 50px;
    color: #1a2bc2;
    letter-spacing: -2px;
    font-weight: 600;
    padding: 0 10px 0 0;
  }
  .topbox2.clearfix ul li:nth-child(5) p span {
    display: inline-block;
    font-size: 50px;
    line-height: 50px;
    color: #1a2bc2;
    letter-spacing: -2px;
    font-weight: 600;
    padding: 0 0 0 0;
  }
  .topbox2.clearfix ul li:nth-child(1), .topbox2.clearfix ul li:nth-child(2) {
    width: 230px;
    width: 100%;
    min-height: 320px;
    background-color: #fff;
    border-radius: 15px;
    margin: 0 auto 20px auto;
  }
  .topbox2.clearfix ul li:nth-child(1) img {
    display: block;
    width: 94px;
    margin: 20px 30px 0 auto;
  }
  .topbox2.clearfix ul li:nth-child(2) img {
    display: block;
    width: 121px;
    margin: 20px 30px 0 auto;
  }
  .topbox2.clearfix ul li:nth-child(3), .topbox2.clearfix ul li:nth-child(4) {
    width: 230px;
    width: 100%;
    height: 150px;
    background-color: #fff;
    border-radius: 15px;
    margin: 0 auto 20px auto;
  }
  .topbox2.clearfix ul li:nth-child(5), .topbox2.clearfix ul li:nth-child(6) {
    width: 230px;
    width: 100%;
    height: 150px;
    background-color: #fff;
    border-radius: 15px;
    margin: 0 auto 20px auto;
  }
  .topbox2.clearfix ul li:nth-child(7) {
    width: 230px;
    width: 100%;
    height: 150px;
    background-color: #fff;
    border-radius: 15px;
    margin: 0 auto 20px auto;
  }
  .topbox3.clearfix {
    max-width: 1300px;
    overflow: hidden;
    margin: 50px auto 0 auto;
  }
  .topbox3.clearfix ul {
    width: 95%;
    overflow: hidden;
    margin: 0 auto 0 auto;
  }
  .topbox3.clearfix ul li {
    float: none;
    max-width: 417px;
    width: 100%;
    margin: 0 auto 25px auto;
  }
  .topbox3.clearfix ul li img {
    /*width: 100%;
    max-width: 417px;*/
    max-width: 80%;
    display: block;
    margin: 0 auto;
  }
  .topbox3.clearfix ul li p {
    font-size: 4vw;
    line-height: 1.5;
    margin: 10px 0 0 0;
  }
  .topbox3.clearfix a {
    max-width: 380px;
    height: 70px;
    font-size: 20px;
    line-height: 70px;
    text-align: center;
    display: block;
    background-color: #4c99f9;
    color: #fff;
    border-radius: 50px;
    margin: 30px auto 0 auto;
  }
  .topbox3.clearfix a:hover {
    opacity: 0.8;
  }
  .topbox4.clearfix {
    max-width: 1115px;
    height: auto;
    background: repeat-y url("../images/top/top_back2.png");
    background-size: contain;
    background-color: #7b878b;
    overflow: hidden;
    margin: 50px auto 0 auto;
  }
  .topbox4.clearfix ul {
    width: 95%;
    max-width: 930px;
    overflow: hidden;
    padding: 40px 0 10px 0;
    margin: 0 auto 0 auto;
  }
  .topbox4.clearfix ul li {
    float: none;
    width: 100%;
  }
  .topbox4.clearfix ul li a {
    max-width: 400px;
    width: 100%;
    height: 60px;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    display: block;
    background-color: #4c99f9;
    color: #fff;
    border-radius: 50px;
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.5);
    margin: 0 auto 20px auto;
  }
  .topbox4.clearfix ul li a:hover {
    opacity: 0.8;
  }
  /*-------------
footer
-------------*/
  #footer {
    clear: both;
    width: 100%;
    margin: 50px 0 0 0;
    padding: 30px 0;
    border-top: solid 2px #333;
  }
  .ft_middle {
    max-width: 95%;
    overflow: hidden;
    margin: 0 auto;
  }
  ul.footer_list.clearfix {
    float: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    text-align: center;
  }
  ul.footer_list.clearfix span {
    display: block;
    font-size: 35px;
    line-height: 40px;
  }
}