@charset "UTF-8";
html {
  width: 100%;
}
body {
  /* *font-size: small; */
  /* *font: x-small; */
  font-size: 13px;
  color: #333333;
  line-height: 1.2;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-text-size-adjust: 100%;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
#wrap {
  text-align: left;
  overflow: hidden;
  background-color: #fff;
}
h1, h2, h3, h4, h5, p, ul, ol, li, img, table, th, td, dl, dt, dd, figure {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
}
li {
  list-style-type: none;
}
table {
  border-collapse: collapse;
}
a {
  cursor: pointer;
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a {
  -webkit-tap-highlight-color: transparent;
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
a img {
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
input, textarea, select, button, label {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
:focus {
  outline: 0;
  border-color: orange;
}
.spOnly{
  display: none;
}
@media screen and (max-width: 750px) {
  .spOnly{
    display: block!important;
  }
  .pcOnly{
    display: none!important;
  }
}
/* header
-----------------------------------------------*/
header {
  position: fixed !important;
}
/* main
-----------------------------------------------*/
#main {
  position: relative;
}
#main h1 {
  font-size: 36px;
  line-height: 1.3;
  color: #fff;
  font-weight: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  text-align: center;
  transform: translate(-50%, -50%);
  margin-top: 20px;
}
#main h2{
  font-size: 0;
}
@media screen and (max-width: 750px) {
  #main h1 {
    font-size: 20px;
    margin-top: 0;
  }
}
/* footstepBox
-----------------------------------------------*/
.footstepBox {
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 100;
  margin-left: -451px;
  margin-top: 0px;
  margin-bottom: 40px;
  width: 902px;
}
.footstepBox, .footstepBox a {
  color: #fff !important;
}
@media screen and (max-width: 960px) {
  .footstepBox {
    top: 0;
    left: 0;
    width: auto;
    margin: 0 10px;
  }
}
@media screen and (max-width: 750px) {
  .footstepBox{
    width: 95%;
  }
}
/* section
-----------------------------------------------*/
section {
  margin-bottom: 100px;
}
section .ttlArea {
  position: relative;
  margin-bottom: 40px;
}
section .ttlArea h2 {
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
section .ttlArea h2 span {
  font-family: 'Oswald', sans-serif;
  font-size: 64px;
  font-style: italic;
  line-height: 0.9;
  font-weight: 300;
  color: #003459;
  letter-spacing: 0.1em;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 30px;
}
section .ttlArea h2 br {
  display: none;
}
section .ttlArea h2 strong {
  margin-bottom: -3px;
  display: block;
}
section .inner {
  max-width: 1280px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 40px;
}
section .more {
  width: 99px;
  height: 36px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 13px;
  line-height: 36px;
  font-weight: bold;
  text-align: center;
}
section .more a {
  display: block;
  height: 100%;
  background: #e3e9f1;
  border-radius: 4px;
  color: #003459;
  transition: background .2s cubic-bezier(.210, .60, .350, 1);
}
section .more a:hover {
  background: #c0c5cb;
}
section .more a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  box-sizing: border-box;
  border-top: solid 2px #003459;
  border-right: solid 2px #003459;
  margin-left: 6px;
  margin-bottom: 3px;
  transform: rotate(45deg);
}
section p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: left;
}
section p.note {
  font-size: 90%;
}
section .thum {
  margin-bottom: 1em;
}
section .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
section .btn {
  vertical-align: middle;
  text-align: center;
}
section .btn a {
  display: block;
  font-weight: bold;
  background: #00afdd;
  color: #fff;
  position: relative;
  border-radius: 4px;
}
section .btn a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #333;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
section .btn a:hover::after {
  opacity: 0.2;
}
section .btn a span::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  box-sizing: border-box;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  margin-left: 8px;
  margin-bottom: 1px;
}
figcaption {
  text-align: left;
  margin-top: 0.5em;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  section .inner {
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-bottom: 20px !important;
  }
}
@media screen and (max-width: 750px) {
  section {
    margin-bottom: 30px;
  }
  section .inner {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  section .ttlArea {
    margin-bottom: 25px;
  }
  section .ttlArea h2 {
    font-size: 18px;
    font-feature-settings: "palt";
  }
  section .ttlArea h2 span {
    font-size: 40px;
    margin-bottom:18px;
  }
  section .ttlArea h2 br {
    display: block;
  }
  section .more {
    position: relative;
    margin: 18px 0 0 auto;
  }
  section .more a {
    border-radius: 2px;
  }
  section .flex {
    display: block;
  }
  section p {
    font-size: 13px;
    margin-bottom: 20px;
  }
  figcaption {
    font-size: 13px;
  }
}
/* mainSlider
-----------------------------------------------*/
.mainSlider .slider {
  position: relative;
  height: 560px;
}
.mainSlider .slider-item {
  width: 100%;
  height: 360px;
  text-align: center;
  padding-top: 200px;
}
.mainSlider .mainSlide01 {
  background: url("../images/img_mainSlider_01.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.mainSlider .mainSlide02 {
  background: url("../images/img_mainSlider_02.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.mainSlider .mainSlide03 {
  background: url("../images/img_mainSlider_03.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.mainSlider .mainSlide04 {
  background: url("../images/img_mainSlider_04.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.mainSlider .slick-next, .mainSlider .slick-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  font-size: 0;
  z-index: 1;
  background: rgba(0, 26, 44, 0.5);
  padding: 0;
  border: none;
  cursor: pointer;
  transition: background .3s cubic-bezier(.210, .60, .350, 1), opacity .8s cubic-bezier(.210, .60, .350, 1);
}
.mainSlider .slick-next:hover, .mainSlider .slick-prev:hover {
  background: #00afdd;
}
.mainSlider .slick-next {
  right: 0;
}
.mainSlider .slick-prev {
  left: 0;
}
.mainSlider .slick-arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  box-sizing: border-box;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
.mainSlider .slick-next::before {
  right: 20px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.mainSlider .slick-prev::before {
  left: 20px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mainSlider .slick-dots {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: 12px 0 0 0;
}
.mainSlider .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.mainSlider .slick-dots button {
  color: transparent;
  outline: none;
  width: 56px;
  height: 4px;
  display: block;
  background: #001a2c;
  border: none;
  cursor: pointer;
}
.mainSlider .slick-dots .slick-active button {
  background: #00afdd;
}
@media screen and (max-width: 750px) {
  .mainSlider .slider {
    height: 340px;
  }
  .mainSlider .slider-item {
    height: 340px;
    padding-top: 120px;
  }
  .mainSlider .mainSlide02-3 {
    background-position: -200px center;
  }
}
/* intro
-----------------------------------------------*/
#intro {
  margin: 60px auto 70px;
}
#intro h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.6;
}
#intro p {
  font-size: 16px;
  text-align: center;
  line-height: 1.75;
}
#intro p + p {
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  #intro {
    margin: 50px auto 40px;
  }
  #intro h2 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.778;
  }
  #intro p {
    font-size: 13px;
  }
  #intro p + p {
    margin-top: 20px;
  }
}
/* mapArea
-----------------------------------------------*/
#mapArea .contactArea{
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
#mapArea .contactArea{
  margin-top: 40px;
}
}
/* map
-----------------------------------------------*/
.map a{
  display: block;
}
.map a .cls-2, 
.map a .cls-3 {
  transition: all 0.3s;
}
.map a:hover .cls-2, 
.map a.active .cls-2 {
  fill: #00afdd;
}
.map a:hover .cls-3, 
.map a.active .cls-3 {
  fill: #fff;
}
@media screen and (max-width: 750px) {
.map {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}
}
/* tabs
-----------------------------------------------*/
.tabs {
  display: flex;
  padding-top: 40px;
}
.tab-area {
  width: 30%;
}
.tab-area li {
  text-align: left;
  box-sizing: border-box;
  width: 100%;
  height: 64px;
  line-height: 64px;
  cursor: pointer;
  border-top: 1px solid #b2c2cd;
  font-size: 18px;
  padding: 0 30px;
  font-weight: bold;
}
.tab-area li:last-child {
  border-bottom: 1px solid #b2c2cd;
}
.tab-area li span {
  margin-right: 25px;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  color: #003459;
}
.tab-area li span > span {
  margin-right: 0;
}
.tab-area li > span::before {
  position: absolute;
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #003459;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tab-area li.active span {
  color: #fff;
}
.tab-area li.active > span::before {
  border: none;
  background: #00afdd;
  width: 28px;
  height: 28px;
}
.tab.active {
  background-color: #e3e9f1;
}
.tabs .panel-area {
  width: 70%;
}
.tabs .panel {
  overflow: hidden;
  height: 0;
  background: #e3e9f1;
  margin-left: 40px;
}
.tabs .panel.active {
  height: auto;
  padding: 20px;
}
.tabs .panel .inner {
  background: #fff;
  padding: 40px;
}
.tabs .panel .inner h3 {
  font-size: 24px;
  text-align: left;
}
.tabs .panel .inner .col {
  display: flex;
  margin-top: 30px;
}
.tabs .panel .inner .col .txt {
  padding-left: 40px;
  width: 55.88%;
}
.tabs .panel .inner .col .btn ul {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}
.tabs .panel .inner .col .btn li a {
  line-height: 48px;
}
@media screen and (max-width: 950px) {
  .tabs .panel .inner {
    padding: 20px;
  }
  .tabs .panel .inner .col{
    flex-wrap: wrap;
    margin-top: 15px;
  }
  .tabs .panel .inner .col .txt {
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  .tabs .panel .inner .col .btn ul{
    gap:10px;
  }
}
@media screen and (max-width: 750px) {
  .tabs {
    flex-wrap: wrap;
    padding-top: 20px;
  }
  .tab-area,
  .tabs .panel-area{
    width: 100%;
  }
  .tab-area{
    display: grid;
    gap: 0;
    grid-template-columns: 1fr 1fr;
  }
  .tab-area li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    padding: 0 15px;
    border-left: 1px solid #b2c2cd;
  }
  .tab-area li:nth-child(even){
    border-right: 1px solid #b2c2cd;
  }
  .tab-area li:nth-last-child(2){
    border-bottom: 1px solid #b2c2cd;
  }
  .tab-area li span {
    margin-right: 15px;
    font-size: 12px;
    margin-top: -3px;
    display: inline-block;
  }
  .tab-area li > span::before{
    width: 20px;
    height: 20px;
  }
  .tab-area li.active > span::before{
    width: 24px;
    height: 24px;
  }
  .tabs .panel {
    margin-left: 0;
  }
  .tabs .panel.active {
    padding: 20px;
    margin-top: 20px;
  }
  .tabs .panel .inner h3 {
    font-size: 18px;
  }
  .tabs .panel .inner .col .btn li a{
    font-size: 12px;
  }
}
/* tabSlide
-----------------------------------------------*/
.tabSlide {
  margin: 0 auto;
  max-width: 300px;
  width: 44.12%;
}
.tabSlide .tabSlider {
  padding: 0 5px;
}
.tabSlide .tabSlider li img {
  width: 100%;
}
.tabSlide .tabSlider li span {
  display: inline-block;
  border-radius: 4px;
  text-align: center;
  position: absolute;
  left: 20px;
  bottom: 20px;
  background: #000;
  color: #fff;
  padding: 8px 15px;
  font-size: 15px;
  font-weight: bold;
  transform: translate3d(0, 0, 0);
}
.tabSlide .tabSlider li span.wht {
  background: #fff;
  color: #333;
}
.tabSlide .tabSlider-nav {
  overflow: hidden;
  margin-top: 10px;
}
.tabSlide .tabSlider-nav li {
  padding: 0 4px;
  max-width: 20%!important;
  box-sizing: border-box;
}
.tabSlide .tabSlider-nav .slick-list {
  padding: 0!important;
}
.tabSlide .tabSlider-nav .slick-track {
  width: 100%!important;
  display: flex;
  justify-content: center;
}
.tabSlide .slick-track {
  transform: unset !important;
  cursor: pointer;
}
.tabSlide .tabSlider-nav img{
  border: #fff 4px solid;
  box-sizing: border-box;
}
.tabSlide .tabSlider-nav .slick-current img{
  border: #00afdd 4px solid;
  box-sizing: border-box;
}
@media screen and (max-width: 950px) {
  .tabSlide {
    width: 100%;
  }
  
}
@media screen and (max-width: 750px) {
  .tabSlide .tabSlider {
    padding: 0 2px;
  }
  .tabSlide .tabSlider-nav {
    margin-top: 4px;
  }
  .tabSlide .tabSlider-nav li {
    padding: 0 2px;
  }
  .tabSlide .slick-next {
    right: -10px;
  }
  .tabSlide .slick-prev {
    left: -10px;
  }
  .tabSlide .tabSlider li span {
    left: 15px;
    bottom: 15px;
    padding: 5px 10px;
    font-size: 13px;
  }
}
/* bnrBtn
-----------------------------------------------*/
.bnrBtn a {
  max-width: 750px;
  width: 100%;
  margin: 80px auto 0;
  display: block;
}
.bnrBtn a .btn {
  background: #00afdd;
  color: #fff;
  position: relative;
  border-radius: 4px;
  width: 100%;
  height: 85px;
  padding-top: 35px;
  text-align: center;
  box-sizing: content-box;
}
.bnrBtn a .btn:hover {
  opacity: .8;
}
.bnrBtn .btn span {
  display: block;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
}
.bnrBtn .btn span::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  box-sizing: border-box;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  margin-left: 8px;
  margin-bottom: 1px;
}
.bnrBtn .btn img {
  position: absolute;
  top: -20px;
  right: 60px;
}
@media screen and (max-width: 750px) {
  .bnrBtn a .btn {
    width: auto;
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
    text-align: left;
    font-size: 10px;
  }
  .bnrBtn .btn span {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .bnrBtn .btn img {
    right: 2%;
    top: -10%;
    width: 90px;
  }
}
/* contactArea
-----------------------------------------------*/
.contactArea {
  margin: 40px auto;
  border: 4px solid #003557;
  padding: 40px 44px;
}
.contactArea .ttlArea {
  display: flex;
  justify-content: space-between;
  gap:40px;
  margin-bottom: 0;
}
.contactArea .tel {
  display: grid;
  grid-area: tel;
  grid-template-columns: max-content max-content;
  align-items: center;
  justify-self: end;
  gap: 16px;
  margin-top: 0;
}
.contactArea .tel p, 
.contactArea .tel a {
  font-size: 14px;
  font-weight: 700;
  color: #003557;
  margin: 0!important;
}
.contactArea .tel a {
  font-size: 24px;
  display: grid;
  grid-template-columns: max-content max-content;
  place-content: center;
  place-items: center;
  gap: 12px;
  pointer-events: none;
}
.contactArea a:hover {
  transition: opacity 0.2s ease-out;
}
.contactArea a:hover {
  opacity: .8;
}
.contactArea  h4 {
  font-size: 16px;
  color: #003557;
  text-align: left;
}
.contactArea  ul {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 16px;
}
.contactArea  li {
  max-width: 400px;
  width: 100%;
  text-align: center;
}
.contactArea  li a {
  background: #003557;
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: bold;
  padding: 20px;
  border-radius: 4px;
}
.contactArea  li a span {
  line-height: 33px;
  margin-left: 15px;
}
.contactArea  .telSp {
  display: none;
}
@media screen and (max-width: 750px) {
  .contactArea  {
    padding: 24px;
    border: 5px solid #003557;
  }
  .contactArea .ttlArea{
    flex-wrap: wrap;
  }
  .contactArea .ttlArea .tel{
    display: none;
  }
  .contactArea  ul {
    flex-wrap: wrap;
    margin-top: 16px;
  }
  .contactArea  li a {
    padding: 13px 18px 14px 28px;
    text-align: left;
    line-height: 1.2;
    display: flex;
    align-items: center;
  }
  .contactArea  li a img{
    width: 28px;
    height: 28px;
  }
  .contactArea  li a span {
    margin-left: 12px;
  }
  .contactArea  .telSp {
    display: block;
  }
  .contactArea  .telSp p {
    font-size: 14px;
    font-weight: 700;
    color: #003557;
    margin: 28px 0 8px;
  }
  .contactArea  .telSp a > span {
    color: #003557;
    font-weight: 700;
    font-size: 1.5rem;
  }
  .contactArea  .telSp a {
    display: grid;
    grid-template-columns: max-content max-content;
    place-content: center;
    place-items: center;
    gap: 12px;
    border: 2px solid #003557;
    border-radius: 4px;
    padding: 12px;
  }
}



/* merit 
-----------------------------------------------*/
#merit {
  margin-top: 140px;
}
#merit .inner {
  background-color: #f0f0f0;
  position: relative;
  padding: 0 80px 70px;
}
#merit .ttlArea h2 span {
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#merit .box {
  margin-top: 60px;
}
#merit .box01 {
  margin-top: 40px;
}
#merit .box h3 {
  font-size: 24px;
  border-left: 5px solid #003459;
  padding-left: 15px;
  margin-bottom: 20px;
}
#merit .col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#merit .box01 .txt {
  width: calc(50% - 40px) !important;
}
#merit .box .txt {
  width: calc(40.75% - 40px);
}
#merit .box01 .img {
  width: 50% !important;
}
#merit .box .img {
  width: 59.25%;
}
#merit .box .img .movie {
  margin-bottom: 10px;
}
#merit .box .img .movie video {
  max-width: 100%;
}
#merit .box03 .img ul {
  display: grid;
  gap: 13px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
#merit .box03 .img ul li {
  background: #003459;
  color: #fff;
  font-size: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 40px 0;
}
#merit .box03 .img ul li span {
  font-size: 14px;
  display: block;
}
#merit .box .txt .btn {
  vertical-align: middle;
  text-align: center;
}
#merit .box .btn a {
  width: 276px;
  line-height: 36px;
  display: block;
  font-weight: bold;
  background: #00afdd;
  color: #fff;
  position: relative;
}
#merit .box .btn a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #333;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
#merit .box .btn a span::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  box-sizing: border-box;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  margin-left: 8px;
  margin-bottom: 1px;
}
#merit .box03 .img .btn,
#merit .box04 .img .btn {
  display: none;
}
@media screen and (max-width: 750px) {
  #merit {
    margin-top: 60px;
    margin-bottom: 100px;
  }
  #merit .inner {
    padding-bottom: 60px!important;
  }
  #merit .box {
    margin-top: 40px;
  }
  #merit .box h3 {
    font-size: 18px;
    padding-left: 12px;
  }
  #merit .col {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #merit .box01 .txt ,
  #merit .box .txt ,
  #merit .box01 .img ,
  #merit .box .img {
    width: 100%!important;
  }
  #merit .box03 .img ul {
    gap: 10px;
    grid-template-columns: 1fr 1fr;
  }
  #merit .box03 .img ul li {
    padding: 60px 20px;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  #merit .box03 .img ul li span {
    width: 100%;
    font-size: 13px;
    display: block;
  }
  #merit .box03 .txt .btn,
  #merit .box04 .txt .btn {
    display: none;
  }
  #merit .box03 .img .btn,
  #merit .box04 .img .btn {
    display: block;
    margin-top: 20px;
  }
  #merit .box .btn a {
    margin: 0 auto;
  }
  #merit .thumb {
    margin-bottom: 20px;
  }
}


/* voice 
-----------------------------------------------*/
#voice .copy h3 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 10px;
}
#voice .copy p {
  text-align: center;
  font-size: 12px;
}
#voice .box {
  margin-bottom: 50px;
}
#voice .box .left {
  width: 40%;
}
#voice .box .right {
  width: 56.66%;
}
#voice .box .right .person img {
  width: 26.17%;
}
#voice .box01 .right .person img {
  float: right;
  margin-left: 18px;
}
#voice .box02 .right .person img {
  float: left;
  margin-right: 18px;
}
#voice .box .right ul li {
  width: 47.05%;
}
#voice .box .btn a {
  width: 256px;
  line-height: 36px;
  margin: 30px auto 0;
}
#voice .box02 > .flex {
  flex-flow: row-reverse
}
@media screen and (max-width: 750px) {
  #voice .copy h3 {
    font-size: 18px;
  }
  #voice .box .left, #voice .box .right, #voice .box .right ul li {
    width: auto !important;
    margin-bottom: 1.5em;
  }
  #voice .box .right .person img {
    width: 44.18%;
    margin-bottom: 18px;
  }
  #voice .box02 .right .person img {
    float: right;
    margin-left: 18px;
    margin-right: 0;
  }
}
/* result
-----------------------------------------------*/
#result p.copy {
  text-align: center;
  margin-bottom: 30px;
}
#result .flex li {
  width: 22.75%;
  font-weight: bold;
  margin-bottom: 30px;
}
#result .flex li figure a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
}
#result .flex li figure a:hover img.thumb {
  opacity: 0.8;
}
#result .flex li figure a:hover:after {
  position: absolute;
  content: url(../images/loupe.png);
  color: #fff;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
}
#result .flex li .new {
  width: 100%;
  height: 100%;
  position: relative;
}
#result .flex li .new::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 50px solid transparent;
  border-left: 50px solid #00afdd;
  position: absolute;
  z-index: 1;
}
#result .flex li .new::after {
  content: "NEW";
  display: block;
  top: 10px;
  transform: rotate(-45deg);
  color: #fff;
  left: 3px;
  position: absolute;
  z-index: 2;
  font-size: 12px;
  font-family: 'Oswald', sans-serif;
  ;
}
#result .bnrBtn a {
  margin: 0 auto 10px;
}
#result .contactArea {
  margin: 80px auto;
}
@media screen and (max-width: 750px) {
  #result ul {
    display: flex;
    flex-wrap: wrap;
  }
  #result .flex li {
    width: 46.80%;
    margin-bottom: 15px;
  }
/*  #result .flex li figure a:after {
    position: absolute;
    content: url(../images/loupe_sp.png);
    color: #fff;
    bottom: 0;
    right: 0;
  }*/
  #result a .btn {
    width: auto;
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
    text-align: left;
    font-size: 10px;
  }
  #result .bnrBtn a {
    margin: 30px auto 10px;
  }
  #result .contactArea {
    margin: 40px auto 80px;
  }
}
/* lineup
-----------------------------------------------*/
#lineup {
  border-top: 1px solid #e3e9f1;
  padding-top: 80px;
  margin-top: 50px;
}
#lineup h2 {
  font-size: 24px;
  border-left: 5px solid #003459;
  padding-left: 15px;
  margin-bottom: 20px;
}
#lineup .col3 {
  display: grid;
  gap: 36px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}
#lineup .col3 > li {
  padding: 40px 35px;
  box-shadow: 0px 20px 20px 1px rgba(0, 0, 0, 0.1), 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
}
#lineup h3 {
  font-size: 26px;
  color: #333;
  height: 32px;
}
#lineup h3 img {
  object-fit: cover;
  height: 100%;
}
#lineup h4 {
  font-size: 12px;
  color: #003459;
  font-weight: normal;
  margin-top: 25px;
}
#lineup p {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  color: #003459;
  margin-top: 5px;
}
#lineup .txt ul{
  display: flex;
  flex-wrap: wrap;
  gap:10px;
  margin-top: 10px;
}
#lineup .txt  li{
  padding: 0 15px;
  background: #e3e9f1;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  line-height: 28px;
}
#lineup .bnr a{
  margin: 80px auto 0;
  max-width: 1040px;
  display: block;
}
@media screen and (max-width: 750px) {
  #lineup {
    padding-top: 50px;
    margin-top: -30px;
  }
  #lineup h2 {
    font-size: 18px;
  }
  #lineup .col3 {
    gap: 24px;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
  #lineup .col3 > li {
    padding: 20px;
  }
  #lineup .bnr{
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    text-align: center;
  }
  #lineup p {
    margin-top: 20px;
  }
}
/* bnrArea
-----------------------------------------------*/
#bnrArea {
  text-align: center;
  margin-bottom: 80px;
}
#bnrArea p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  #bnrArea {
    margin-bottom: 40px;
  }
  #bnrArea p {
    font-size: 14px;
    margin-bottom: 15px;
  }
}



/* proposal
-----------------------------------------------*/
#proposal p {
	text-align: center;
}
#proposal .copy {
	font-weight: bold;
}
#proposal .stepbar {
	display: flex;
	width: 100%;
	margin: 0 auto 20px;
	padding: 0;
	list-style: none;
}
#proposal .stepbar__item {
	box-sizing: border-box;
	position: relative;
	width: calc(100% / 6);
	height: 200px;
	margin: 0px;
	padding: 1px;
	background: #299100;
}
#proposal .stepbar__item:nth-child(1) {
	z-index: 6;
	background-color: #e3e9f1;
}
#proposal .stepbar__item:nth-child(2) {
	background-color: #003459;
	color: #fff;
	z-index: 5
}
#proposal .stepbar__item:nth-child(3) {
	background-color: #cad5e4;
	z-index: 4
}
#proposal .stepbar__item:nth-child(4) {
	background-color: #e3e9f1;
	z-index: 3
}
#proposal .stepbar__item:nth-child(5) {
	background-color: #cad5e4;
	z-index: 2
}
#proposal .stepbar__item:nth-child(6) {
	background-color: #003459;
	z-index: 1;
	color: #fff;
}
#proposal .stepbar__item:first-child {
	margin-left: 0;
}
#proposal .stepbar__item:last-child {
	margin-right: 0;
}
#proposal .stepbar__item-inner {
	display: flex;
	justify-content: center;
	width: 100%;
	height: 100%;
}
#proposal .stepbar__item-inner dl {
	text-align: center;
	padding-top: 28px;
}
#proposal .stepbar__item-inner dt {
	margin-bottom: 25px;
	font-size: 24px;
	font-family: 'Oswald', sans-serif;
	font-style: italic;
	font-weight: normal;
}
#proposal .stepbar__item-inner dd span {
	font-size: 26px;
	display: block;
	margin-bottom: 5px;
}
#proposal .stepbar__item:nth-child(1) dd span,
#proposal .stepbar__item:nth-child(2) dd span,
#proposal .stepbar__item:nth-child(4) dd span,
#proposal .stepbar__item:nth-child(6) dd span {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#proposal .stepbar__item .stepbar__item-inner::after {
	position: absolute;
	content: "";
	top: 0;
	left: calc(100% - 1px);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 100px 0 100px 20px;
}
#proposal .stepbar__item:nth-child(1) .stepbar__item-inner::after,
#proposal .stepbar__item:nth-child(4) .stepbar__item-inner::after {
	border-color: transparent transparent transparent #e3e9f1;
}
#proposal .stepbar__item:nth-child(2) .stepbar__item-inner::after {
	border-color: transparent transparent transparent #003459;
}
#proposal .stepbar__item:nth-child(3) .stepbar__item-inner::after,
#proposal .stepbar__item:nth-child(5) .stepbar__item-inner::after {
	border-color: transparent transparent transparent #cad5e4;
}
#proposal .stepbar__item:last-child .stepbar__item-inner::after {
	content: none;
}
@media screen and (max-width: 750px) {
	#proposal .stepbar {
		display: block;
	}
	#proposal 	.stepbar__item {
		width: auto;
		height: 60px;
		margin: 0px;
	}
	#proposal .stepbar__item .stepbar__item-inner::after {
		position: absolute;
		content: "";
		left: calc(50% - 10px);
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 10px 0 10px;
	}
	#proposal .stepbar__item:nth-child(1) .stepbar__item-inner::after,
	.stepbar__item:nth-child(4) .stepbar__item-inner::after {
		border-color: #e3e9f1 transparent transparent transparent ;
	}
	#proposal .stepbar__item:nth-child(2) .stepbar__item-inner::after {
	border-color: #e3e9f1 transparent transparent transparent;
	}
	#proposal .stepbar__item:nth-child(5) .stepbar__item-inner::after {
		border-color: transparent transparent transparent #cad5e4;
	}
	#proposal .stepbar__item:last-child .stepbar__item-inner::after {
		content: none;
	}
	#proposal .stepbar__item:nth-child(2) .stepbar__item-inner::after,
	#proposal .stepbar__item:nth-child(5) .stepbar__item-inner::after {
		border-color: #e3e9f1 transparent transparent transparent;
	}
	#proposal .stepbar__item:nth-child(3) .stepbar__item-inner::after {
		border-color: #003459 transparent transparent transparent;
	}
	#proposal .stepbar__item:nth-child(4) .stepbar__item-inner::after,
	#proposal .stepbar__item:nth-child(6) .stepbar__item-inner::after {
		content: "";
		border-color: #cad5e4 transparent transparent transparent;
	}
	#proposal .stepbar__item-inner{
		display: block;
	}
	#proposal .stepbar__item-inner dl {
		text-align: left;
		display: flex;
		padding: 1.2em 1.0em;
	}
	#proposal .stepbar__item-inner dt {
		margin-bottom: 0;
		font-size: 18px;
		font-style: normal;
	}
	#proposal .stepbar__item-inner dd {
		width: 90%;
		text-align: center;
	}
	#proposal .stepbar__item-inner dd span {
		font-size: 18px;
		display: inline-block;
		margin-right: 10px;
		margin-bottom: 0;
	}
	#proposal .stepbar__item:nth-child(1) dd span,
	#proposal .stepbar__item:nth-child(2) dd span,
	#proposal .stepbar__item:nth-child(4) dd span,
	#proposal .stepbar__item:nth-child(6) dd span {
		padding-top: 0;
		padding-bottom: 0;
	}
	#proposal .stepbar__item-inner dd span br {
		display: none;
	}
}



/* simulatorArea */
.simulatorArea{
  padding: 80px 0 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
}
.simulatorArea .simulatorBox{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 4px solid #ccc;
  box-sizing: border-box;
  max-width: 888px;
  padding:  16px;
  margin: 0 auto;
}
.simulatorArea .simulatorBox .simulatorImg{
  overflow: hidden;
  width: 314px;
  border-radius: 4px;
}
.simulatorArea .simulatorBox .simulatorImg img{
  width: 100%;
  height: auto;
}
.simulatorArea .simulatorBox .simulatorTxt{
  width: calc(100% - 314px);
  padding-left: 30px;
  box-sizing: border-box;
}
.simulatorArea .simulatorBox .simulatorTxt h2{
  text-align: center;
  font-size: 28px!important;
  line-height: 1.3;
  border: none!important;
  padding: 0!important;
  margin: 0!important;
}
.simulatorArea .simulatorBox .simulatorTxt h2 br{
  display: none;
}
.simulatorArea .simulatorBox .simulatorTxt p{
  text-align: left!important;
  font-size: 14px!important;
  line-height: 1.85;
  margin-top: 5px!important;
  color: #333!important;
  font-weight: normal!important;
  margin-bottom: 0!important;
}
.simulatorArea .simulatorBox .simulatorTxt a{
  position: relative;
  display: block;
  width: 250px;
  background: #00afdd;
  color: #fff;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border-radius: 4px;
  text-align: left;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  transition: opacity .2s;
  margin: 10px auto 0;
}
.simulatorArea .simulatorBox .simulatorTxt a:hover{
  text-decoration: none;
  opacity: .7;
}
.simulatorArea .simulatorBox .simulatorTxt a::after{
	content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
	width: 10px;
	height: 10px;
	box-sizing: border-box;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
}
@media screen and (max-width:768px) {
.simulatorArea{
  padding: 40px 0 0;
}
.simulatorArea .simulatorBox{
  border-width: 2px;
}
.simulatorArea .simulatorBox .simulatorImg{
  width: 100%;
  max-width: 314px;
  margin: 0 auto;
}
.simulatorArea .simulatorBox .simulatorTxt{
  width: 100%;
  padding-left: 0;
  margin-top: 13px;
}
.simulatorArea .simulatorBox .simulatorTxt h2{
  font-size: 16px!important;
}
.simulatorArea .simulatorBox .simulatorTxt h2 br{
  display: block;
}
.simulatorArea .simulatorBox .simulatorTxt p{
  font-size: 12px!important;
  line-height: 1.5;
  margin-top: 8px!important;
}
.simulatorArea .simulatorBox .simulatorTxt a{
  width: 190px;
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
}
.simulatorArea .simulatorBox .simulatorTxt a::after{
  right: 15px;
  top: calc(50% - 4px);
	width: 8px;
	height: 8px;
}
}

.catalog-bnr {
  max-width: 1080px;
  margin: 40px auto;
}
.catalog-bnr a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	background: #00afdd;
	padding: 24px 56px;
	color: #fff;
	font-weight: bold;
	transition: .3s cubic-bezier(.4, .4, 0, 1);
}
.catalog-bnr a .left h2 {
	margin-bottom: 12px;
	font-size: 24px;
	line-height: 1.2;
}
.catalog-bnr a .left p {
	margin: 0;
	font-size: 16px;
	line-height: 1.5;
}
.catalog-bnr a .left p.note {
	font-size: 12px;
	font-weight: normal;
}
.catalog-bnr a .left .catalog_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: fit-content;
	padding: 12px 24px;
	margin: 12px 0 4px;
	background: #003459;
	border-radius: 4px;
	font-size: 16px;
	line-height: 1.2;
}
.catalog-bnr a .left .catalog_btn span {
	position: relative;
	width: 7px;
	height: 7px;
	transition: .3s cubic-bezier(.4, .4, 0, 1);
}
.catalog-bnr a .left .catalog_btn span::after {
	content: '';
	position: absolute;
	width: 7px;
	height: 7px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	rotate: 45deg;
}
.catalog-bnr a .right img {
	width: 500px;
}
.catalog-bnr a:hover {
	filter: brightness(.8);
}
.catalog-bnr a:hover .left .catalog_btn span {
	translate: 3px 0;
}
@media screen and (max-width: 960px) {
	.catalog-bnr a {
		flex-direction: column;
		gap: 16px;
		padding: 24px;
	}
}
@media screen and (max-width: 767px) {
	.catalog-bnr a {
		padding: 16px;
	}
	.catalog-bnr a .left h2 {
		font-size: 18px;
	}
	.catalog-bnr a .left p {
		font-size: 14px;
		line-height: 1.3;
	}
	.catalog-bnr a .left .catalog_btn {
		justify-content: space-between;
		width: 100%;
		padding: 12px 16px;
	}
}