@charset "UTF-8";
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd {
  padding: 0;
  margin: 0;
}
ol, ul {
  list-style-type: none;
}
.no_pc {
  visibility: hidden;
}
.no_sp {
  visibility: visible;
}
@media only screen and (max-width: 640px) {
  .no_pc {
    visibility: visible;
  }
  .no_sp {
    visibility: hidden;
  }
}
/*-----------------------------------------------
 root
-----------------------------------------------*/
html {
  overflow-y: scroll;
}
body {
  /*overflow: hidden;*/
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}
/*-----------------------------------------------
 font
-----------------------------------------------*/
html {
  overflow-x: hidden;
  font-size: medium;
  scroll-behavior: smooth;
}
body {
  font-size: 62.5%;
  /* 16px -> 10px */
}
div {
  line-height: 0;
  box-sizing: border-box;
}
dt, dd, li, caption, th, td, input, button, textarea, select, h1, h2, h3, h4, h5, h6, address {
  line-height: 0;
  font-size: 140%;
  margin: 0;
  padding: 0;
}
p {
  line-height: 1.5;
  font-size: 140%;
  margin: 0;
  padding: 0;
}
h1 *, h2 *, h3 *, h4 *, h5 *, h6 *, p input, p button, p select, li h1, li h2, li h3, li h4, li h5, li h6, li p, li dt, li dd, li li, li th, li td, li input, li button, li textarea, li select, dd h1, dd h2, dd h3, dd h4, dd h5, dd h6, dd p, dd dt, dd dd, dd li, dd th, dd td, dd input, dd button, dd textarea, dd select, tr h1, tr h2, tr h3, tr h4, tr h5, tr h6, tr p, tr dt, tr dd, tr li, tr input, tr button, tr textarea, tr select {
  font-size: 100%;
}
input, button, select, option, textarea {
  font-size: 14px;
}
figure {
  margin: 0;
}
a, a:link, a:visited {
  color: #1d99c1;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
section {
  position: relative;
  box-sizing: border-box;
}
br.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  br.sp {
    display: inline;
  }
}
@media only screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}
/*-----------------------------------------------
 cf
-----------------------------------------------*/
.clearfix {
  min-height: 1px;
}
.clearfix::after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}
/*-----------------------------------------------
 hover
-----------------------------------------------*/
.hover :hover {
  opacity: 0.8;
  animation: btn 0.5s;
  -webkit-animation: btn 0.5s;
  -moz-animation: btn 0.5s;
}
@keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
@-webkit-keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
/*=============================================================
 01_base
=============================================================*/
#wrap {
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 67px;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #wrap {
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  #wrap {
    width: auto;
  }
}
@media only screen and (max-width: 640px) {
  #wrap {
    padding-top: 21.875vw;
    padding-bottom: 29.3vw;
  }
}
@media only screen and (max-width: 640px) {
  #wrap > #contents {
    background-color: #FFF;
  }
}
#header {
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #fff;
  min-width: auto;
}
@media only screen and (max-width: 640px) {
  #header {
    position: fixed;
    padding: 0;
    /*  opacity: 0.9; */
    background-color: rgba(255, 255, 255, 0.9);
  }
}
#header .logo {
  padding: 25px 0 28px 32px;
  background-color: #fff;
  width: 100%;
  min-width: 1200px;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #header .logo {
    padding: 2.0833333333vw 0 2.3333333333vw 2.6666666667vw;
    min-width: unset;
  }
}
@media only screen and (max-width: 1024px) {
  #header .logo {
    padding: 2.0833333333vw 0 2.3333333333vw 2.6666666667vw;
    min-width: unset;
  }
}
@media only screen and (max-width: 640px) {
  #header .logo {
    padding: 7.1vw 0 7.3vw 4.6875vw;
    min-width: unset;
    width: 60vw;
    background-color: transparent;
  }
}
#header > .logo {
  text-align: left;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #header .logo img {
    width: 30.9166666667vw;
  }
}
@media only screen and (max-width: 1024px) {
  #header .logo img {
    width: 30.9166666667vw;
  }
}
@media only screen and (max-width: 640px) {
  #header .logo img {
    width: 58.40625vw;
  }
}
#header img {
  width: auto;
}
#header.scrolled {
  height: 5.9vw;
}
#header.scrolled .logo {
  display: none;
}
#header.scrolled #navigation {
  position: fixed;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  #header.scrolled {
    height: auto;
  }
  #header.scrolled .logo {
    display: block;
  }
  #header.scrolled #navigation {
    position: unset;
  }
}
.btnDetail {
  position: fixed;
  top: 300px;
  right: 0;
  width: 284px;
  z-index: 5;
}
@media (orientation: landscape) and (max-width: 1200px) {
  .btnDetail {
    top: 41.6666666667vw;
    width: 23.6666666667vw;
  }
}
@media only screen and (max-width: 1024px) {
  .btnDetail {
    top: 41.6666666667vw;
    width: 23.6666666667vw;
  }
}
@media only screen and (max-width: 640px) {
  .btnDetail {
    position: fixed;
    top: 4.6875vw;
    right: 11.71875vw;
    width: 43.59375vw;
    z-index: 10;
  }
}
#navigation {
  padding: 24px 0;
  background-color: #EAE5E3;
  min-width: 1200px;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #navigation {
    padding: 2vw 0;
    min-width: unset;
  }
}
@media only screen and (max-width: 1024px) {
  #navigation {
    padding: 2vw 0;
    min-width: unset;
  }
}
@media only screen and (max-width: 640px) {
  #navigation {
    padding: 0;
    margin-bottom: 0;
    min-width: unset;
  }
}
#navigation .btnNav {
  display: none;
}
@media only screen and (max-width: 640px) {
  #navigation .btnNav {
    position: fixed;
    top: 8.125vw;
    right: 3.125vw;
    display: block;
    width: 6.5625vw;
    height: 6.5625vw;
    border: 0.3125vw solid #E72420;
    border-radius: 0.625vw;
    background-color: #fff;
    z-index: 20;
  }
}
#navigation .btnNav.active span:nth-child(1) {
  transform: translateY(1.09375vw) rotate(45deg);
}
#navigation .btnNav.active span:nth-child(2) {
  opacity: 0;
}
#navigation .btnNav.active span:nth-child(3) {
  transform: translateY(-1.25vw) rotate(-45deg);
}
@media only screen and (max-width: 640px) {
  #navigation .btnNav span {
    display: block;
    width: 3.90625vw;
    height: 0.46875vw;
    background-color: #E72420;
    border-radius: 3.125vw;
    position: absolute;
    left: 0.9375vw;
    transition: 0.3s;
  }
}
@media only screen and (max-width: 640px) {
  #navigation .btnNav span:nth-child(1) {
    top: 1.5625vw;
  }
}
@media only screen and (max-width: 640px) {
  #navigation .btnNav span:nth-child(2) {
    top: 2.734375vw;
  }
}
@media only screen and (max-width: 640px) {
  #navigation .btnNav span:nth-child(3) {
    top: 3.90625vw;
  }
}
@media only screen and (max-width: 640px) {
  #navigation div#btnNav::after {
    content: "もくじ";
    display: block;
    position: absolute;
    top: 8vw;
    left: -1vw;
    width: 8vw;
    height: 10px;
    color: #E72420;
  }
}
@media only screen and (max-width: 374px) {
  #navigation div#btnNav::after {
    content: "";
  }
}
@media only screen and (max-width: 640px) {
  #navigation div#btnNav.active::after {
    content: "とじる";
  }
}
@media only screen and (max-width: 374px) {
  #navigation div#btnNav.active::after {
    content: "";
  }
}
@media only screen and (max-width: 640px) {
  #navigation nav {
    display: none;
    width: 100%;
    height: auto;
    position: fixed;
    top: 22.5vw;
    right: 0;
    z-index: 15;
    background-color: #fff;
    text-align: center;
    border: 0.3125vw solid #E72420;
  }
}
#navigation nav p {
  display: none;
}
@media only screen and (max-width: 640px) {
  #navigation nav p {
    display: block;
    width: 100%;
    border-bottom: 0.15625vw solid #E72420;
    font-size: 40px;
    font-size: 6.25vw;
    padding: 6.25vw 0;
    font-weight: bold;
    color: #E72420;
  }
}
#navigation nav ul {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #navigation nav ul {
    width: 91.6666666667vw;
    max-width: 1200px;
    padding: 0 1.5625vw;
  }
}
@media only screen and (max-width: 1024px) {
  #navigation nav ul {
    width: 91.6666666667vw;
    max-width: 1200px;
    padding: 0 1.5625vw;
  }
}
@media only screen and (max-width: 640px) {
  #navigation nav ul {
    display: block;
    width: 100%;
  }
}
#navigation nav ul li {
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  #navigation nav ul li:not(:last-child) {
    border-bottom: 0.15625vw solid #E72420;
  }
}
#navigation nav ul li a {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  color: #E72420;
  text-decoration: none;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #navigation nav ul li a {
    font-size: 1.8333333333vw;
  }
}
@media only screen and (max-width: 1024px) {
  #navigation nav ul li a {
    font-size: 1.8333333333vw;
  }
}
@media only screen and (max-width: 640px) {
  #navigation nav ul li a {
    display: block;
    font-size: 30px;
    font-size: 4.6875vw;
    padding: 6.25vw 0;
  }
}
@media only screen and (max-width: 640px) {
  #navigation nav ul li:nth-child(1) a::after, #navigation nav ul li:nth-child(2) a::after, #navigation nav ul li:nth-child(3) a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 7.5vw;
    transform: translateY(-50%);
    border-top: 3.75vw solid #E72420;
    border-left: 2.1875vw solid transparent;
    border-right: 2.1875vw solid transparent;
  }
}
@media only screen and (max-width: 640px) {
  #navigation nav ul li:nth-child(4) a::after, #navigation nav ul li:nth-child(5) a::after {
    content: "";
    background: url("../images/out_link_icon.png") repeat;
    background-size: contain;
    display: inline-block;
    width: 22.6666666666px;
    height: 17px;
    position: absolute;
    top: 41%;
    right: 6.5vw;
  }
}
#contents {
  text-align: center;
  width: auto;
  /* background: url("../images/bg.png") repeat; */
}
@media screen and (max-width: 1200px) {
  #contents {
    width: -moz-fit-content;
    /* Firefox */
    width: -webkit-fit-content;
    width: fit-content;
    /* other browsers */
    display: inline-block;
  }
}
#contents p {
  margin: 0;
  line-height: 1.4;
}
#contents p span.red {
  color: #E72420;
}
#contents .contentsInner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding-top: 0px;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #contents .contentsInner {
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  #contents .contentsInner {
    width: auto;
  }
}
@media only screen and (max-width: 640px) {
  #contents .contentsInner {
    margin: 0;
    width: auto;
  }
}
#contents > .contentsInner {
  max-width: 100% !important;
  padding: 0 0 0 0 !important;
}
#info {
  background-color: #EAE5E3;
}
/*
#info p.text {
  background-color: #E72420;
  padding: 32px 0;
  min-width: 1200px;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #info p.text {
    width: 69.3333333333vw 0;
    padding: 2.6666666667vw 3.3333333333vw;
    min-width: unset;
  }
}
@media only screen and (max-width: 1024px) {
  #info p.text {
    width: 69.3333333333vw 0;
    padding: 2.6666666667vw 3.3333333333vw;
    min-width: unset;
  }
}
@media only screen and (max-width: 640px) {
  #info p.text {
    margin: 0 5vw;
    padding: 2.6666666667vw 3.3333333333vw;
    min-width: unset;
  }
}
#info p.text img {
  width: 832px;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #info p.text img {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #info p.text img {
    width: 78.125vw;
  }
}
*/
#info .detail {
  padding: 70px 0 76px;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #info .detail {
    padding: 5.8333333333vw 6.3333333333vw;
  }
}
@media only screen and (max-width: 1024px) {
  #info .detail {
    padding: 5.8333333333vw 6.3333333333vw;
  }
}
@media only screen and (max-width: 640px) {
  #info .detail {
    padding: 3.90625vw 0 5.625vw;
  }
}
#info .detail .contentsInner {
  position: relative;
  /* padding: 0 150px; */
}
@media (orientation: landscape) and (max-width: 1200px) {
  #info .detail .contentsInner {
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  #info .detail .contentsInner {
    padding: 0;
  }
}
@media only screen and (max-width: 640px) {
  #info .detail .contentsInner {
    padding: 0 5vw;
  }
}
@media only screen and (max-width: 640px) {
  #info > .detail > .contentsInner {
    background-color: #EAE5E3;
  }
}
@media only screen and (max-width: 640px) {
  #contents .contentsInner, #contents.serviceContents .contentsInner {
    padding: 0px;
    background-color: transparent;
    border-top: none;
  }
}
#info .detail .image {
  width: 907px;
  margin: 0 auto;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #info .detail .image {
    width: 75.5833333333vw;
  }
}
@media only screen and (max-width: 1024px) {
  #info .detail .image {
    width: 75.5833333333vw;
  }
}
@media only screen and (max-width: 640px) {
  #info .detail .image {
    width: 85.9375vw;
    top: 0;
    right: 6.25vw;
  }
}
@media (orientation: landscape) and (max-width: 1200px) {
  #info .detail .image img {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  #info .detail .image img {
    width: 100%;
  }
}
#info h1 {
  font-size: 300%;
  padding-bottom: 36px;
}
@media only screen and (max-width: 640px) {
  #info h1 {
    font-size: 4vw;
    padding-top: 10px;
    padding-bottom: 15px;
  }
}
#info.topinfo {
  background-color: #EAE5E3;
  margin: 10px 0 1px;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #info.topinfo {
  margin: 10px 0 40px;
}
}
@media only screen and (max-width: 1024px) {
  #info.topinfo {
  margin: 10px 0 40px;
}
}
@media only screen and (max-width: 640px) {
  #info.topinfo {
  background-color: #EAE5E3;
  margin: 0;
}
}
.arrow.red {
  margin: 40px auto;
  width: 0;
  height: 0;
  border-left: 2.6vw solid transparent;
  border-right: 2.6vw solid transparent;
  border-top: 3.2vw solid #e7241f;
}
.arrow.nm.red {
  margin: 0 auto 40px;
  width: 0;
  height: 0;
  border-left: 2.6vw solid transparent;
  border-right: 2.6vw solid transparent;
  border-top: 3.2vw solid #e7241f;
}
.arrow.blue {
  margin: 0 auto 40px;
  width: 0;
  height: 0;
  border-left: 2.6vw solid transparent;
  border-right: 2.6vw solid transparent;
  border-top: 3.2vw solid #e5f2fd;
}
@media only screen and (max-width: 640px) {
  .arrow.red {
  margin: 2.6vw auto;
  width: 0;
  height: 0;
  border-left: 2.6vw solid transparent;
  border-right: 2.6vw solid transparent;
  border-top: 3.2vw solid #e7241f;
}
.arrow.nm.red {
  display: none;
}
.arrow.blue {
  display: none;
}
  #sec4 .arrow.nm.red {
    display: block;
  margin: 0 auto 2.6vw;
  width: 0;
  height: 0;
  border-left: 2.6vw solid transparent;
  border-right: 2.6vw solid transparent;
  border-top: 3.2vw solid #e7241f;
}
}
/*
#info.topinfo p.text {
  background-color: #FFFFFF;
  padding: 0;
  min-width: 1200px;
  border-top: solid 1px #E72420;
  border-bottom: solid 1px #E72420;
  margin-top: 0;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #info.topinfo p.text {
    width: 69.3333333333vw 0;
    padding: 0 3.3333333333vw;
    min-width: unset;
  }
}
@media only screen and (max-width: 1024px) {
  #info.topinfo p.text {
    width: 69.3333333333vw 0;
    padding: 0 3.3333333333vw;
    min-width: unset;
  }
}
@media only screen and (max-width: 640px) {
  #info.topinfo p.text {
    margin: 2px 0;
    min-width: unset;
  }
}
#info.topinfo p.text img {
  width: 832px;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #info.topinfo p.text img {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #info.topinfo p.text img {
  }
}
*/
#info.topinfo .detail {
  padding: 3.3333333333vw 6.3333333333vw 6.3333333333vw;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #info.topinfo .detail {
    padding: 3.3333333333vw 6.3333333333vw;
  }
}
@media only screen and (max-width: 1024px) {
  #info.topinfo .detail {
    padding: 3.3333333333vw 6.3333333333vw;
  }
}
@media only screen and (max-width: 640px) {
  #info.topinfo .detail {
    padding: 3.90625vw 0 5.625vw;
  }
}
#info.topinfo .detail .contentsInner {
  position: relative;
  /* padding: 0 150px; */
}
@media (orientation: landscape) and (max-width: 1200px) {
  #info.topinfo .detail .contentsInner {
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  #info.topinfo .detail .contentsInner {
    padding: 0;
  }
}
@media only screen and (max-width: 640px) {
  #info.topinfo .detail .contentsInner {
    padding: 0;
  }
}
#info.topinfo .detail .image {
  width: 907px;
  margin: 0 auto;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #info.topinfo .detail .image {
    width: 75.5833333333vw;
  }
}
@media only screen and (max-width: 1024px) {
  #info.topinfo .detail .image {
    width: 75.5833333333vw;
  }
}
@media only screen and (max-width: 640px) {
  #info.topinfo .detail .image {
    width: 85.9375vw;
    top: 0;
    /*right: 6.25vw;*/
  }
}
@media (orientation: landscape) and (max-width: 1200px) {
  #info.topinfo .detail .image img {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  #info.topinfo .detail .image img {
    width: 100%;
  }
}
#info.topinfo .detail .image1, #info.topinfo .detail .image2, #info.topinfo .detail .image3 {
  /* width: 907px; */
  width: 100%;
  margin: 0 auto;
  position: relative;
  /*  left: 1vw;*/
}
#info.topinfo .detail .image1 {
  z-index: 2;
}
#info.topinfo .detail .image2 {
  z-index: 1;
  /*margin-top: -120px;*/
}
@media (orientation: landscape) and (max-width: 1200px) {
  #info.topinfo .detail .image1, #info.topinfo .detail .image2, #info.topinfo .detail .image3 {
    width: 75.5833333333vw;
  }
  #info.topinfo .detail .image2 {
    /*margin-top: -120px;*/
  }
}
@media only screen and (max-width: 1024px) {
  #info.topinfo .detail .image1, #info.topinfo .detail .image2, #info.topinfo .detail .image3 {
    width: 75.5833333333vw;
  }
  #info.topinfo .detail .image2 {
    /*margin-top: -11vw;*/
  }
}
@media only screen and (max-width: 640px) {
  #info.topinfo .detail .image1, #info.topinfo .detail .image2, #info.topinfo .detail .image3 {
    width: 85.9375vw;
    top: 0;
    /*right: 6.25vw;*/
  }
  #info.topinfo .detail .image2 {
    /*margin-top: -13.2vw;*/
  }
}
@media (orientation: landscape) and (max-width: 1200px) {
  #info.topinfo .detail .image1, #info.topinfo .detail .image2, #info.topinfo .detail .image3 {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  #info.topinfo .detail .image1, #info.topinfo .detail .image2, #info.topinfo .detail .image3 {
    width: 100%;
  }
}
#info.topinfo h1 {
  padding-bottom: 0;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #info.topinfo h1 {
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  #info.topinfo h1 {
    padding: 0;
  }
}
@media only screen and (max-width: 640px) {
  #info.topinfo h1 {
    padding: 0;
  }
}
#info p.mainteinfo {
  margin-top: 26px;
  font-size: 16px;
}
@media only screen and (max-width: 640px) {
  #info p.mainteinfo {
    margin: 0 5vw;
    padding: 3.90625vw 0;
    min-width: unset;
  }
}
#sec1 {
  /*
  margin-top: -245px;
  padding: 330px 3vw 85px;
  */
  padding: 80px 3vw 85px;
  box-sizing: border-box;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #sec1 {
    /*
    margin-top: -20.4166666667vw;
    padding: 20.4166666667vw; 3vw 7.0833333333vw;
    */
    padding: 0 3vw 7.0833333333vw;
  }
}
@media only screen and (max-width: 1024px) {
  #sec1 {
    /*
    margin-top: -20.4166666667vw;
    padding: 20.4166666667vw; 3vw 7.0833333333vw;
    */
    padding: 0 3vw 7.0833333333vw;
  }
}
@media only screen and (max-width: 640px) {
  #sec1 {
    margin-top: -21.875vw;
    padding: 21.875vw 0 7.0833333333vw;
  }
}
#sec1 h2 {
  /* width: 1003px; */
  /* margin: 0 auto 46px; */
  margin: 0 auto 0.5vw ;
}

@media (orientation: landscape) and (max-width: 1200px) {
  #sec1 h2 {
    width: 100%;
    margin: 0 auto 0.5vw ;
  }
}
@media only screen and (max-width: 1024px) {
  #sec1 h2 {
    width: 100%;
    margin: 0 auto 0.5vw ;
  }
}
@media only screen and (max-width: 640px) {
  #sec1 h2 {
    width: 100%;
    margin: 0 auto 0.5vw ;
  }
}
#sec1 {}
#sec1 .box {
  padding: 0;
  display: flex;
  justify-content: space-between;
  margin: 3.8333333333vw 0 ;
}
#sec1 .box ul {}
#sec1 .box ul:first-child {
  margin: 0 20px 0 0;
}
#sec1 .box ul:last-child {
  margin: 0 0 0 20px;
}
#sec1 .box img {
  width: 100%;
}
#sec1  h3{
  margin: 0 0 2vw;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #sec1 .box {
    
  }
  #sec1  h3{
  margin: 0 0 2vw;
}
}
@media only screen and (max-width: 1024px) {
  #sec1 .box {
    
  }
  #sec1  h3{
  margin: 0 0 2vw;
}
}
@media only screen and (max-width: 640px) {
  #sec1 .box {
    display: block;
    margin: 0 0 5.3125vw;
    padding: 0;
  }
  #sec1 .box ul:first-child {
  margin: 0 ;
}
#sec1 .box ul:last-child {
  margin: 5.3125vw 0 0;
}
  #sec1  h3{
  margin: 0 0 2vw;
}
}

#sec1 .box .image1, #sec1 .box .image2 {
  width: 500px;
  margin-bottom: 38px;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #sec1 .box .image1, #sec1 .box .image2 {
    width: 41.6666666667vw;
    margin-bottom: 3.1666666667vw;
  }
}
@media only screen and (max-width: 1024px) {
  #sec1 .box .image1, #sec1 .box .image2 {
    width: 41.6666666667vw;
    margin-bottom: 3.1666666667vw;
  }
}
@media only screen and (max-width: 640px) {
  #sec1 .box .image1, #sec1 .box .image2 {
    width: 100%;
    margin-bottom: 5.3125vw;
  }
}
#sec1 .box .image3 {
  width: 1033px;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #sec1 .box .image3 {
    width: 86.0833333333vw;
  }
}
@media only screen and (max-width: 1024px) {
  #sec1 .box .image3 {
    width: 86.0833333333vw;
  }
}
@media only screen and (max-width: 640px) {
  #sec1 .box .image3 {
    width: 100%;
    margin-bottom: 5.3125vw;
  }
}

#sec1 .image4 {
  margin: 3.8333333333vw 0 0;
}
#sec2 {
/*
  margin-top: -245px;
  padding: 250px 0 0;
*/
  position: relative;
  /* margin-bottom: 88px; */
  /* z-index: 2;*/
}
@media (orientation: landscape) and (max-width: 1200px) {
  #sec2 {
    /* margin-bottom: 7.3333333333vw; */
  }
}
@media only screen and (max-width: 1024px) {
  #sec2 {
    /* margin-bottom: 7.3333333333vw; */
  }
}
@media only screen and (max-width: 640px) {
  #sec2 {
    /*
    margin-top: -21.845vw;
    padding-top: 21.845vw; 
    */
    /*
    margin-top: -254;
    padding: -1 0 0;
    */
  }
}
@media only screen and (max-width: 640px) {
  #sec2 .bgWrap {
    background-color: #fff;
    /* padding-bottom: 8.59375vw; */
    margin-bottom: 0;
  }
}
#sec2 .image1 {
  /* padding: 0 3vw 0; */
  /* min-width: 1200px; */
  /* margin: 0 auto -95px; */
}
@media (orientation: landscape) and (max-width: 1200px) {
  #sec2 .image1 {
    /* margin: 0 auto -7.9166666667vw; */
    min-width: unset;
  }
}
@media only screen and (max-width: 1024px) {
  #sec2 .image1 {
    /* margin: 0 auto -7.9166666667vw; */
    min-width: unset;
  }
}
@media only screen and (max-width: 640px) {
  #sec2 .image1 {
    /* margin: 0 auto -12.5vw; */
    padding: 0;
    min-width: unset;
  }
}
#sec2 .image1 {
  background: #e5f2fd;
  padding: 0 3vw 0;
}
#sec2 .image1 img {
  width: 1100px;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #sec2 .image1 img {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  #sec2 .image1 img {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #sec2 .image1 {
  padding: 0;
}
  #sec2 .image1 img {
    width: 100%;
    /* margin-top: -30.3125vw; */
  }
}
#sec2 h2 {
  /* padding: 148px 0 0; */
  
  margin-bottom: 0;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #sec2 h2 {
    padding: 0;
    min-width: unset;
    /*margin-bottom: 4.5833333333vw;*/
  }
}
@media only screen and (max-width: 1024px) {
  #sec2 h2 {
    padding: 0;
    min-width: unset;
    /*margin-bottom: 4.5833333333vw;*/
  }
}
@media only screen and (max-width: 640px) {
  #sec2 h2 {
    padding: 0;
    /*margin-bottom: 9.0625vw;*/
    min-width: unset;
  }
}
#sec2 h2 img {
  /* width: 1010px; */
}
@media (orientation: landscape) and (max-width: 1200px) {
  #sec2 h2 img {
    width: 84.1666666667vw;
  }
}
@media only screen and (max-width: 1024px) {
  #sec2 h2 img {
    width: 84.1666666667vw;
  }
}
@media only screen and (max-width: 640px) {
  #sec2 h2 img {
    width: 90.625vw;
  }
}
#sec2 .image2 {
  /* padding: 0 3vw 0; */
  /* min-width: 1200px; */
  /* margin: 0 auto -95px; */
  /* padding: 0 3vw 0; */
}
#sec2 .image3 {
  /* padding: 0 3vw 0; */
  /* min-width: 1200px; */
  /* margin: 0 auto -95px; */
  padding: 3vw 0 0;
}
#sec2 .image6 {
  /* padding: 0 3vw 0; */
  /* min-width: 1200px; */
  /* margin: 0 auto -95px; */
  padding: 3vw 0 0;
}

@media (orientation: landscape) and (max-width: 1200px) {
  #sec2 .image2, #sec2 .image4, #sec2 .image5 {
    /* margin: 0 auto -7.9166666667vw; */
    min-width: unset;
    padding: 0 3vw 0;
  }
  #sec2 .image3 {
    /* margin: 0 auto -7.9166666667vw; */
    min-width: unset;
    padding: 6vw 3vw 0;
  }
  #sec2 .image5 {
    /* margin: 0 auto -7.9166666667vw; */
    min-width: unset;
    padding: 0 3vw 0;
  }
  #sec2 .image6 {
    /* margin: 0 auto -7.9166666667vw; */
    min-width: unset;
    padding: 6vw 0 0;
  }
}
@media only screen and (max-width: 1024px) {
  #sec2 .image2, #sec2 .image3, #sec2 .image4, #sec2 .image5 {
    /* margin: 0 auto -7.9166666667vw; */
    min-width: unset;
    padding: 0 3vw 0;
  }
  #sec2 .image3 {
    /* margin: 0 auto -7.9166666667vw; */
    min-width: unset;
    padding: 6vw 3vw 0;
  }
  #sec2 .image5 {
    /* margin: 0 auto -7.9166666667vw; */
    min-width: unset;
    padding: 0 3vw 0;
  }
  #sec2 .image6 {
    /* margin: 0 auto -7.9166666667vw; */
    min-width: unset;
    padding: 6vw 0 0;
  }
}
@media only screen and (max-width: 640px) {
  #sec2 .image2, #sec2 .image3, #sec2 .image4, #sec2 .image5 {
    /* margin: 0 auto -12.5vw; */
    min-width: unset;
    padding: 0 0 0;
  }
}
#sec2 .image2 img {
  width: 100%;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #sec2 .image2 img, #sec2 .image3 img, #sec2 .image4 img, #sec2 .image5 img {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  #sec2 .image2 img, #sec2 .image3 img, #sec2 .image4 img, #sec2 .image5 img {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #sec2 .image2 img, #sec2 .image3 img, #sec2 .image4 img, #sec2 .image5 img {
    width: 100%;
    /* margin-top: -30.3125vw; */
  }
  #sec2 .image2 {
    margin: 5.1666666667vw 0 7.1875vw;
  }
  #sec2 .image3,#sec2 .image5 {
    margin: 5.1666666667vw 0 0;
  }
}

#sec2 .box {
  padding: 0 52px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 62px;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #sec2 .box {
    margin-bottom: 5.1666666667vw;
    padding: 0 4.3333333333vw;
  }
}
@media only screen and (max-width: 1024px) {
  #sec2 .box {
    margin-bottom: 5.1666666667vw;
    padding: 0 4.3333333333vw;
  }
}
@media only screen and (max-width: 640px) {
  #sec2 .box {
    padding: 0;
    margin-bottom: 7.1875vw;
  }
}
#sec5 .box .app {
  width: 35vw;
  margin: 0 auto 31px;
  max-width: 434px;
}
@media only screen and (max-width: 640px) {
  #sec5 .box .app {
    width: 72%;
    margin: 0 auto 5.3333333333vw;
  }
}
#sec2 .box .image2, #sec2 .box .image3, #sec2 .box .image4 {
  width: 339px;
  margin-bottom: 62px;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #sec2 .box .image2, #sec2 .box .image3, #sec2 .box .image4 {
    width: 28.25vw;
    margin-bottom: 5.1666666667vw;
  }
}
@media only screen and (max-width: 1024px) {
  #sec2 .box .image2, #sec2 .box .image3, #sec2 .box .image4 {
    width: 28.25vw;
    margin-bottom: 5.1666666667vw;
  }
}
@media only screen and (max-width: 640px) {
  #sec2 .box .image2, #sec2 .box .image3, #sec2 .box .image4 {
    width: 100%;
    margin-bottom: 6.5625vw;
  }
}
@media only screen and (max-width: 640px) {
  #sec2 .image2, #sec2 .image3, #sec2 .image4 {
    position: relative;
  }
  /*
  #sec2 .image2 img:first-child {
    position: absolute;
    top: 15%;
    left: 45%;
    width: 49vw;
  }
  #sec2 .image3 img:first-child {
    position: absolute;
    top: 9%;
    left: 5%;
    width: 46vw;
  }
  #sec2 .image4 img:first-child {
    position: absolute;
    top: 9%;
    left: 49%;
    width: 44vw;
  }
  */
}
#sec2 .box .image5 {
  width: 1093px;
  margin-bottom: 62px;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #sec2 .box .image5 {
    width: 91.0833333333vw;
    margin-bottom: 5.1666666667vw;
  }
}
@media only screen and (max-width: 1024px) {
  #sec2 .box .image5 {
    width: 91.0833333333vw;
    margin-bottom: 5.1666666667vw;
  }
}
@media only screen and (max-width: 640px) {
  #sec2 .box .image5 {
    width: 100%;
    margin-bottom: 6.5625vw;
  }
  
}
#sec2 .box .image6 {
  width: 1092px;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #sec2 .box .image6 {
    width: 91vw;
  }
}
@media only screen and (max-width: 1024px) {
  #sec2 .box .image6 {
    width: 91vw;
  }
}
@media only screen and (max-width: 640px) {
  #sec2 .box .image6 {
    width: 100%;
  }
}
#sec2 .btnDetailSp {
  display: none;
}
@media only screen and (max-width: 640px) {
  #sec2 .btnDetailSp {
    display: block;
    width: 90.3125vw;
    margin: 0 auto 8.75vw;
  }
}
#sec2 .image7 {
  position: relative;
  width: 1089px;
  margin: 0 auto 62px;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #sec2 .image7 {
    width: 90.75vw;
    margin: 0 auto 5.1666666667vw;
  }
}
@media only screen and (max-width: 1024px) {
  #sec2 .image7 {
    width: 90.75vw;
    margin: 0 auto 5.1666666667vw;
  }
}
@media only screen and (max-width: 640px) {
  #sec2 .image7 {
    width: 100%;
    margin-bottom: 10.625vw;
  }
}
#sec2 .image7 a {
  position: absolute;
  top: 51px;
  left: 255px;
  width: 575px;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #sec2 .image7 a {
    top: 4.25vw;
    left: 21.25vw;
    width: 47.9166666667vw;
  }
}
@media only screen and (max-width: 1024px) {
  #sec2 .image7 a {
    top: 4.25vw;
    left: 21.25vw;
    width: 47.9166666667vw;
  }
}
@media only screen and (max-width: 640px) {
  #sec2 .image7 a {
    top: 0vw;
    left: 9.6875vw;
    width: 38.90625vw;
  }
}
#sec2 .infobox {
  width: 100%
  /* width: 100%-6vw; */
  max-width: 1200px;
  padding: 10px;
  box-sizing: border-box;
  border: 6px solid #dc1d16;
  border-radius: 16px;
  margin: 3vw 3vw;
}
@media only screen and (max-width: 640px) {
#sec2 .infobox {
  margin: 3vw 5vw;
  border: 5px solid #dc1d16;
}
#sec2 #anchor-2{
  margin-top: -21.875vw;
    padding: 21.875vw 0 0;
}
}
#sec3 {
  margin-top: -240px;
  padding-top: 240px;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #sec3 {
    margin-top: -20vw;
    padding-top: 20vw;
  }
}
@media only screen and (max-width: 1024px) {
  #sec3 {
    margin-top: -20vw;
    padding-top: 20vw;
  }
}
@media only screen and (max-width: 640px) {
  #sec3 {
    margin-top: -21.875vw;
    padding-top: 21.875vw;
  }
}
#sec3 .bgWrap {
  padding: 26px 0 250px;
  background-color: #EAE5E3;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #sec3 .bgWrap {
    padding: 2.1666666667vw 0 20.8333333333vw;
  }
}
@media only screen and (max-width: 1024px) {
  #sec3 .bgWrap {
    padding: 2.1666666667vw 0 20.8333333333vw;
  }
}
@media only screen and (max-width: 640px) {
  #sec3 .bgWrap {
    padding: 5.625vw 0 19.6875vw;
  }
}
@media only screen and (max-width: 640px) {
  #sec3 > .bgWrap > .contentsInner {
    background-color: #EAE5E3;
  }
}
#sec3 h2 {
  width: 1044px;
  margin: 0 auto 5px;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #sec3 h2 {
    width: 87vw;
    margin: 0 auto 0.4166666667vw;
  }
}
@media only screen and (max-width: 1024px) {
  #sec3 h2 {
    width: 87vw;
    margin: 0 auto 0.4166666667vw;
  }
}
@media only screen and (max-width: 640px) {
  #sec3 h2 {
    width: 90.625vw;
    margin: 0 auto 0.78125vw;
  }
}
#sec3 h3 {
  position: relative;
  margin-left: 94px;
  margin-bottom: -15px;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #sec3 h3 {
    margin-left: 7.8333333333vw;
    margin-bottom: -1.25vw;
  }
}
@media only screen and (max-width: 1024px) {
  #sec3 h3 {
    margin-left: 7.8333333333vw;
    margin-bottom: -1.25vw;
  }
}
@media only screen and (max-width: 640px) {
  #sec3 h3 {
    width: 89.21875vw;
    margin-left: 6.25vw;
    margin-bottom: -4.6875vw;
  }
}
#sec3 h3:nth-of-type(1) {
  width: 753px;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #sec3 h3:nth-of-type(1) {
    width: 62.75vw;
  }
}
@media only screen and (max-width: 1024px) {
  #sec3 h3:nth-of-type(1) {
    width: 62.75vw;
  }
}
@media only screen and (max-width: 640px) {
  #sec3 h3:nth-of-type(1) {
    width: 88.59375vw;
  }
}
#sec3 h3:nth-of-type(2) {
  width: 728px;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #sec3 h3:nth-of-type(2) {
    width: 60.6666666667vw;
  }
}
@media only screen and (max-width: 1024px) {
  #sec3 h3:nth-of-type(2) {
    width: 60.6666666667vw;
  }
}
@media only screen and (max-width: 640px) {
  #sec3 h3:nth-of-type(2) {
    width: 88.125vw;
  }
}
#sec3 .box1 {
  padding: 0 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 28px;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #sec3 .box1 {
    padding: 0 8.3333333333vw;
    margin-bottom: 2.3333333333vw;
  }
}
@media only screen and (max-width: 1024px) {
  #sec3 .box1 {
    padding: 0 8.3333333333vw;
    margin-bottom: 2.3333333333vw;
  }
}
@media only screen and (max-width: 640px) {
  #sec3 .box1 {
    padding: 0 5vw;
    margin-bottom: 0;
  }
}
#sec3 .box1 .image1, #sec3 .box1 .image2 {
  width: 485px;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #sec3 .box1 .image1, #sec3 .box1 .image2 {
    width: 40.4166666667vw;
  }
}
@media only screen and (max-width: 1024px) {
  #sec3 .box1 .image1, #sec3 .box1 .image2 {
    width: 40.4166666667vw;
  }
}
@media only screen and (max-width: 640px) {
  #sec3 .box1 .image1, #sec3 .box1 .image2 {
    width: 100%;
    margin-bottom: 7.8125vw;
  }
}
#sec3 .image3 {
  width: 1000px;
  margin: 0 auto 80px;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #sec3 .image3 {
    width: 83.3333333333vw;
    margin: 0 auto 6.6666666667vw;
  }
}
@media only screen and (max-width: 1024px) {
  #sec3 .image3 {
    width: 83.3333333333vw;
    margin: 0 auto 6.6666666667vw;
  }
}
@media only screen and (max-width: 640px) {
  #sec3 .image3 {
    width: 100%;
    margin: 0 auto 8.125vw;
    padding: 0 5vw;
  }
}
#sec3 .image4 {
  width: 1088px;
  margin-left: 72px;
  margin-bottom: 96px;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #sec3 .image4 {
    width: 90.6666666667vw;
    margin-left: 6vw;
    margin-bottom: 8vw;
  }
}
@media only screen and (max-width: 1024px) {
  #sec3 .image4 {
    width: 90.6666666667vw;
    margin-left: 6vw;
    margin-bottom: 8vw;
  }
}
@media only screen and (max-width: 640px) {
  #sec3 .image4 {
    width: 89.53125vw;
    margin-left: 4.0625vw;
    margin-bottom: 5.9375vw;
  }
}
#sec3 .image5 {
  width: 1012px;
  margin-left: 72px;
  margin-bottom: 96px;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #sec3 .image5 {
    width: 84.3333333333vw;
    margin-left: 6vw;
    margin-bottom: 8vw;
  }
}
@media only screen and (max-width: 1024px) {
  #sec3 .image5 {
    width: 84.3333333333vw;
    margin-left: 6vw;
    margin-bottom: 8vw;
  }
}
@media only screen and (max-width: 640px) {
  #sec3 .image5 {
    width: 95.15625vw;
    margin-left: 4.0625vw;
    margin-bottom: 0;
  }
}
#sec4{
/*
  margin-top: -21.845vw;
    padding-top: 21.845vw;
*/
  background: #ffffff;
}
#sec4 .bgWrap {
  padding: 20px 0 0;
  background-color: #eae5e3;
}
#sec4 > .bgWrap > .contentsInner {
  padding-top: 0px;
  border: 0;
}
@media only screen and (max-width: 640px) {
  #sec4 > .bgWrap > .contentsInner {
    background-color: #EAF6FD;
  }
  #sec4{
  margin-top: -21.845vw;
    padding-top: 21.845vw;
  background: #ffffff;
}
}
#sec4 .image1 {
  width: 100%;
  padding: 3vw 3vw 0;
  background-color: #EAF6FD;
}
  
@media (orientation: landscape) and (max-width: 1200px) {
  /*
  #sec4 .image1 {
    width: 60.25vw;
    margin-left: 8vw;
    margin-bottom: 6.6666666667vw;
  }
  */
}
@media only screen and (max-width: 1024px) {
  /*
  #sec4 .image1 {
    width: 60.25vw;
    margin-left: 8vw;
    margin-bottom: 6.6666666667vw;
  }
  */
}
@media only screen and (max-width: 640px) {

  #sec4 .image1 {
    width: 100%;
    padding: 40px 0 0;
  }

}
#sec4 .image1 img {
  /*
  margin-top: -434px;
  padding-top: 240px;
  */
}
@media (orientation: landscape) and (max-width: 1200px) {
  
  /*
  #sec4 .image1 img {
    margin-top: -36.1666666667vw;
    padding-top: 20vw;
  }
  */
}
@media only screen and (max-width: 1024px) {
  /*
  #sec4 .image1 img {
    margin-top: -36.1666666667vw;
    padding-top: 20vw;
  }
  */
}
@media only screen and (max-width: 640px) {
  /*
  #sec4 .image1 img {
    margin-top: -37.8125vw;
    padding-top: 21.875vw;
  }
  */
}
#sec4 h2 {
  width: 1000px;
  margin: 10px auto 0;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #sec4 h2 {
    width: 89.08vw;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1024px) {
  #sec4 h2 {
    width: 89.08vw;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 640px) {
  #sec4 h2 {
    width: 100%;
    margin: 0 auto;
  }
}

#sec4 .contentsInner {
  position: relative;
  width: 100%;
  background-color: #EAF6FD;
}
#sec4 .image2 {
  width: 100%;
  margin: 0 auto;
  background-color: #EAF6FD;
  padding: 40px 0 0;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #sec4 .image2 {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  #sec4 .image2 {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #sec4 .image2 {
    width: 100%;
  }
}
#sec4 .image3 {
  background-color: #f5e9ea;
}
#sec4 .image3 {
  width: 100%;
  margin: 0 auto;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #sec4 .image3 {
    width: 100vw;
  }
}
@media only screen and (max-width: 1024px) {
  #sec4 .image3 {
    width: 100vw;
  }
}
@media only screen and (max-width: 640px) {
  #sec4 .image3 {
    width: 100%;
  }
}
#sec4 .txt {
  width: 551px;
  position: absolute;
  top: -39px;
  left: 44%;
  /* left: 45vw; */
}
@media (orientation: landscape) and (max-width: 1200px) {
  #sec4 .txt {
    width: 45.9166666667vw;
    top: -3.2vw;
    /*left: 48vw;*/
    left: 48%;
  }
}
@media only screen and (max-width: 1024px) {
  #sec4 .txt {
    width: 45.9166666667vw;
    top: -3.2vw;
    /*left: 48vw;*/
    left: 48%;
  }
}
@media only screen and (max-width: 640px) {
  #sec4 .txt {
    display: none;
  }
}
#sec5 {
  padding: 64px 0 1px;
  background: url("../images/bg.png") repeat;
  z-index: 2;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #sec5 {
    padding: 5.3333333333vw 0 1px;
  }
}
@media only screen and (max-width: 1024px) {
  #sec5 {
    padding: 5.3333333333vw 0 1px;
  }
}
@media only screen and (max-width: 640px) {
  #sec5 {
    margin: 0;
    padding: 5.3333333333vw 0 1px;
    background-color: #fff;
    background: none;
  }
  #sec5 .box {
    padding: 0;
    margin-bottom: 7.1875vw;
}
  #sec5 .contentsInner {
    padding: 10.9375vw 0 ;
    background-color: #fff!important;
  }
}
#sec5 .image1, #sec5 .image2 {
  width: 1095px;
  margin: 0 auto 60px;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #sec5 .image1, #sec5 .image2 {
    width: 91.25vw;
    margin: 0 auto 5vw;
  }
}
@media only screen and (max-width: 1024px) {
  #sec5 .image1, #sec5 .image2 {
    width: 91.25vw;
    margin: 0 auto 5vw;
  }
}
@media only screen and (max-width: 640px) {
  #sec5 .image1, #sec5 .image2 {
    margin: 0 auto 6.5625vw;
    width: auto;
  }
}
#sec5 .image3 {
  position: relative;
  width: 1089px;
  margin: 0 auto 60px;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #sec5 .image3 {
    width: 90.75vw;
    margin: 0 auto 5vw;
  }
}
@media only screen and (max-width: 1024px) {
  #sec5 .image3 {
    width: 90.75vw;
    margin: 0 auto 5vw;
  }
}
@media only screen and (max-width: 640px) {
  #sec5 .image3 {
    width: 100%;
    margin-bottom: 11.71875vw;
  }
}
#sec5 .image3 a {
  position: absolute;
  top: 51px;
  left: 255px;
  width: 575px;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #sec5 .image3 a {
    top: 4.25vw;
    left: 21.25vw;
    width: 47.9166666667vw;
  }
}
@media only screen and (max-width: 1024px) {
  #sec5 .image3 a {
    top: 4.25vw;
    left: 21.25vw;
    width: 47.9166666667vw;
  }
}
@media only screen and (max-width: 640px) {
  #sec5 .image3 a {
    top: 0vw;
    left: 9.6875vw;
    width: 38.90625vw;
  }
}
#sec5 .btnDetailSp {
  display: none;
}
@media only screen and (max-width: 640px) {
  #sec5 .btnDetailSp {
    display: block;
    width: 90.3125vw;
    margin: 0 auto 8.75vw;
  }
}
#sec6 .cautions {
  width: 1088px;
  margin: 0 auto;
  padding: 50px 100px 150px;
  background-color: #fff;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #sec6 .cautions {
    width: 90.6666666667vw;
    padding: 4.1666666667vw 8.3333333333vw;
  }
}
@media only screen and (max-width: 1024px) {
  #sec6 .cautions {
    width: 90.6666666667vw;
    padding: 4.1666666667vw 8.3333333333vw;
  }
}
@media only screen and (max-width: 640px) {
  #sec6 .cautions {
    width: auto;
    margin: 5vw;
    padding: 0;
  }
}
#sec6 .cautions h3 {
  position: relative;
  line-height: 1;
  font-size: 30px;
  color: #E83836;
  margin-bottom: 40px;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #sec6 .cautions h3 {
    font-size: 2.5vw;
    margin-bottom: 3.3333333333vw;
  }
}
@media only screen and (max-width: 1024px) {
  #sec6 .cautions h3 {
    font-size: 2.5vw;
    margin-bottom: 3.3333333333vw;
  }
}
@media only screen and (max-width: 640px) {
  #sec6 .cautions h3 {
    font-size: 25px;
    font-size: 3.90625vw;
    margin-bottom: 3.90625vw;
  }
}
#sec6 .cautions h3 span {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  background-color: #fff;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #sec6 .cautions h3 span {
    padding: 0 2.5vw;
  }
}
@media only screen and (max-width: 1024px) {
  #sec6 .cautions h3 span {
    padding: 0 2.5vw;
  }
}
@media only screen and (max-width: 640px) {
  #sec6 .cautions h3 span {
    padding: 0 1.5625vw;
  }
}
#sec6 .cautions h3::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #E83836;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (orientation: landscape) and (max-width: 1200px) {
  #sec6 .cautions h3::before {
    height: 0.25vw;
  }
}
@media only screen and (max-width: 1024px) {
  #sec6 .cautions h3::before {
    height: 0.25vw;
  }
}
@media only screen and (max-width: 640px) {
  #sec6 .cautions h3::before {
    height: 0.3125vw;
  }
}
#sec6 .cautions p {
  position: relative;
  text-align: left;
  font-size: 18px;
  padding-left: 55px;
  font-weight: 400;
  margin-bottom: 32px;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #sec6 .cautions p {
    font-size: 1.5vw;
    padding-left: 4.5833333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
@media only screen and (max-width: 1024px) {
  #sec6 .cautions p {
    font-size: 1.5vw;
    padding-left: 4.5833333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
@media only screen and (max-width: 640px) {
  #sec6 .cautions p {
    padding-left: 6.5625vw;
    font-size: 20px;
    font-size: 3.125vw;
    margin-bottom: 3.4375vw;
  }
}
#sec6 .cautions p.attention {
  font-weight: 500;
}
#sec6 .cautions p.attention::before {
  content: "";
  background: url("../images/attention.svg") no-repeat top center;
  width: 37px;
  height: 36px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #sec6 .cautions p.attention::before {
    width: 3.0833333333vw;
    height: 3vw;
  }
}
@media only screen and (max-width: 1024px) {
  #sec6 .cautions p.attention::before {
    width: 3.0833333333vw;
    height: 3vw;
  }
}
@media only screen and (max-width: 640px) {
  #sec6 .cautions p.attention::before {
    width: 3.90625vw;
    height: 3.75vw;
    top: 0.46875vw;
  }
}
#sec6 .cautions dl dt {
  position: relative;
  text-align: left;
  font-size: 18px;
  padding-left: 55px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #sec6 .cautions dl dt {
    font-size: 1.5vw;
    padding-left: 4.5833333333vw;
    margin-bottom: 0.8333333333vw;
  }
}
@media only screen and (max-width: 1024px) {
  #sec6 .cautions dl dt {
    font-size: 1.5vw;
    padding-left: 4.5833333333vw;
    margin-bottom: 0.8333333333vw;
  }
}
@media only screen and (max-width: 640px) {
  #sec6 .cautions dl dt {
    padding-left: 6.5625vw;
    font-size: 20px;
    font-size: 3.125vw;
    margin-bottom: 0.9375vw;
  }
}
#sec6 .cautions dl dt::before {
  content: "■";
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 5px;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #sec6 .cautions dl dt::before {
    font-size: 1.5vw;
    left: 0.4166666667vw;
  }
}
@media only screen and (max-width: 1024px) {
  #sec6 .cautions dl dt::before {
    font-size: 1.5vw;
    left: 0.4166666667vw;
  }
}
@media only screen and (max-width: 640px) {
  #sec6 .cautions dl dt::before {
    font-size: 20px;
    font-size: 3.125vw;
    left: 0.46875vw;
  }
}
#sec6 .cautions dl dd {
  position: relative;
  text-align: left;
  font-size: 18px;
  padding-left: 55px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #sec6 .cautions dl dd {
    font-size: 1.5vw;
    padding-left: 4.5833333333vw;
    margin-bottom: 0.8333333333vw;
  }
}
@media only screen and (max-width: 1024px) {
  #sec6 .cautions dl dd {
    font-size: 1.5vw;
    padding-left: 4.5833333333vw;
    margin-bottom: 0.8333333333vw;
  }
}
@media only screen and (max-width: 640px) {
  #sec6 .cautions dl dd {
    padding-left: 6.5625vw;
    font-size: 20px;
    font-size: 3.125vw;
    margin-bottom: 0.9375vw;
  }
}
#sec6 .cautions dl dd.mb30 {
  margin-bottom: 32px;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #sec5 .cautions dl dd.mb30 {
    margin-bottom: 2.6666666667vw;
  }
}
@media only screen and (max-width: 1024px) {
  #sec5 .cautions dl dd.mb30 {
    margin-bottom: 2.6666666667vw;
  }
}
@media only screen and (max-width: 640px) {
  #sec5 .cautions dl dd.mb30 {
    margin-bottom: 3.4375vw;
  }
}
#sec6 .cautions dl .txt1::before {
  content: "※";
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 5px;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #sec6 .cautions dl .txt1::before {
    font-size: 1.5vw;
    left: 0.4166666667vw;
  }
}
@media only screen and (max-width: 1024px) {
  #sec6 .cautions dl .txt1::before {
    font-size: 1.5vw;
    left: 0.4166666667vw;
  }
}
@media only screen and (max-width: 640px) {
  #sec6 .cautions dl .txt1::before {
    font-size: 20px;
    font-size: 3.125vw;
    left: 0.46875vw;
  }
}
#sec6 .cautions dl .txt2 {
  text-indent: -1.2em;
  padding-left: 3.3em;
}
#sec6 .cautions dl a {
  color: #E83836;
  text-decoration: underline;
}
.entry {
  background: #FFFFFF;
  padding: 2vw 0vw;
  width: 1088px;
  margin: 0 auto 5vw;
}
@media (orientation: landscape) and (max-width: 1200px) {
  .entry {
    width: 91.25vw;
  }
}
@media only screen and (max-width: 1024px) {
  .entry {
    width: 90.6666666667vw;
  }
}
@media only screen and (max-width: 640px) {
  .entry {
    background: url("../images/sec5/background-sp.png") repeat;
    padding: 20px;
  }
}
.entry .entryImage1 {
  display: block;
  margin: auto;
  padding-bottom: 8px;
}
@media (orientation: landscape) and (max-width: 1200px) {
  .entry .entryImage1 {}
}
@media only screen and (max-width: 1024px) {
  .entry .entryImage1 {
    width: 40.4166666667vw;
  }
}
@media only screen and (max-width: 640px) {
  .entry .entryImage1 {
    width: 66%;
    margin: auto;
    position: relative;
    top: 0;
  }
}
.entry .entryImage2 {
  position: relative;
  display: inline-block;
  width: 485px;
  padding: 0 2vw 0 1vw;
}
.entry .entryImage3 {
  position: relative;
  display: inline-block;
  width: 485px;
  padding: 0 1vw 0 2vw;
}
@media (orientation: landscape) and (max-width: 1200px) {
  .entry .entryImage2, .entry .entryImage3 {
    width: 40.4166666667vw;
  }
}
@media only screen and (max-width: 1024px) {
  .entry .entryImage2, .entry .entryImage3 {
    width: 40.4166666667vw;
  }
}
@media only screen and (max-width: 640px) {
  .entry .entryImage2, .entry .entryImage3 {
    width: 100%;
    position: relative;
    top: 0;
  }
  .entry .entryImage2 {
    margin-bottom: 20px;
  }
}
.entry .entryImage2 .netBtn {
  position: absolute;
  width: 340px;
  top: 208px;
  left: 66px;
}
.entry .entryImage3 .telBtn {
  position: relative;
  display: none;
}
@media (orientation: landscape) and (max-width: 1200px) {
  .entry .entryImage2 .netBtn {
    width: 31vw;
    top: 17.2vw;
    left: 4.2vw;
  }
}
@media only screen and (max-width: 1024px) {
  .entry .entryImage2 .netBtn {
    width: 31vw;
    top: 17.2vw;
    left: 4.2vw;
  }
}
@media only screen and (max-width: 640px) {
  .entry .entryImage2 .netBtn {
    position: absolute;
    display: block;
    width: 62vw;
    top: 29vw;
    left: 11vw;
  }
  .entry .entryImage3 .telBtn {
    position: absolute;
    display: block;
    width: 62vw;
    top: 23vw;
    left: 11vw;
  }
}
#footer {
  background-color: #fff;
  /* min-width: 1200px; */
  margin-bottom: 45px;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #footer {
    margin-bottom: 7vw;
  }
}
@media only screen and (max-width: 1024px) {
  #footer {
    margin-bottom: 7vw;
  }
}
@media only screen and (max-width: 640px) {
  #footer {
    min-width: unset;
    margin-bottom: 0;
  }
}
#footer > .nav {
  margin-top: 30px;
  margin-bottom: 10px;
}
#footer .nav ul {
  display: flex;
  align-items: center;
  justify-content: right;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #footer .nav ul {
    padding: 0 1.6666666667vw;
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 1024px) {
  #footer .nav ul {
    padding: 0 1.6666666667vw;
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 640px) {
  #footer .nav ul {
    width: 100.6875vw;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
  }
}
#footer .nav ul li {
  margin: 0 10px 0 0;
  padding-right: 10px;
  line-height: 1;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #footer .nav ul li {
    margin: 0 0.8333333333vw 0 0;
    margin-right: 0.8333333333vw;
  }
}
@media only screen and (max-width: 1024px) {
  #footer .nav ul li {
    margin: 0 0.8333333333vw 0 0;
    margin-right: 0.8333333333vw;
  }
}
@media only screen and (max-width: 640px) {
  #footer .nav ul li {
    margin: 0 1.5625vw 0 0;
    padding-right: 1.5625vw;
    margin-bottom: 2.34375vw;
  }
}
#footer .nav ul li:not(:last-child) {
  border-right: 1px solid #999;
}
@media only screen and (max-width: 640px) {
  #footer .nav ul li:last-child {
    width: 46.875vw;
    text-align: center;
  }
}
#footer .nav ul li a {
  font-size: 14px;
  color: #d42233;
  text-decoration: underline;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #footer .nav ul li a {
    font-size: 1.1666666667vw;
  }
}
@media only screen and (max-width: 1024px) {
  #footer .nav ul li a {
    font-size: 1.1666666667vw;
  }
}
@media only screen and (max-width: 640px) {
  #footer .nav ul li a {
    font-size: 20px;
    font-size: 3.125vw;
  }
}
#footer .copyright {
  border-top: solid 6px #d42233;
  padding: 10px 30px 30px;
  background: #333333;
  margin-bottom: 0;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #footer .copyright {
    border-top: solid 0.5vw #d42233;
    padding: 0.8333333333vw 2.5vw 2.5vw;
  }
}
@media only screen and (max-width: 1024px) {
  #footer .copyright {
    border-top: solid 0.5vw #d42233;
    padding: 0.8333333333vw 2.5vw 2.5vw;
  }
}
@media only screen and (max-width: 640px) {
  #footer .copyright {
    padding: 1.25vw 4.6875vw 2.34375vw;
  }
}
#footer > .copyright {
  text-align: left;
}
#footer .copyright p {
  font-size: 12px;
  color: #d3d6de;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #footer .copyright p {
    font-size: 1vw;
  }
}
@media only screen and (max-width: 1024px) {
  #footer .copyright p {
    font-size: 1vw;
  }
}
@media only screen and (max-width: 640px) {
  #footer .copyright p {
    font-size: 16px;
    font-size: 2.5vw;
  }
}
.footer{
  min-width: auto!important;
}
.entryArea.scrolled {
  transform: translateY(0);
}
.entryArea{
  background-color: rgba(205, 233, 250, 82%);
  width: auto;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  transform: translateY(112px);
  transition: transform 500ms ease;
  padding: 10px 0;
}
@media only screen and (max-width: 640px) {
  .entryArea {
    padding: 10px 10px 0;
    transform: translateY(0);
  }
  .entryArea.scrolled {
    transform: translateY(0);
  }
}
.entryArea .image1 {
  display: inline-block;
  width: 10.6vw;
  max-width: 103px;
}
.entryArea .image2 {
  display: inline-block;
  width: 70vw;
  max-width: 600px
}
.entryArea .image3 {
  display: inline-block;
  width: 6.6vw;
  max-width: 62px;
}
@media only screen and (max-width: 640px) {
  .entryArea .image1 {
    display: none;
  }
  .entryArea .image2 {
    display: block;
    width: 100%;
  }
  .entryArea .image3 {
    display: none;
  }
  
}
#widget .chat-button {
  display: none;
}
.contents p.sec-faq__btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 130%;
  margin-top: 30px;
}
#sec4 .mov_box {
  padding: 20px 0 40px;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #sec4 .mov_box {}
}
@media only screen and (max-width: 1024px) {
  #sec4 .mov_box {}
}
@media only screen and (max-width: 640px) {
  #sec4 .mov_box {
    margin: 0 0 0;
    padding: 4.6875vw 4.6875vw 2.6vw;
  }
}
#sec4 #mov {
  width: 736px;
  height: 414px;
}
@media (orientation: landscape) and (max-width: 1200px) {
  #sec4 #mov {}
}
@media only screen and (max-width: 1024px) {
  #sec4 #mov {}
}
@media only screen and (max-width: 640px) {
  #sec4 #mov {
    width: 100%;
    height: 50vw;
  }
}