@charset "utf-8";

/* reset
-----------------------------------------------*/
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;
}
h1,h2,h3,h4,h5,p,ul,ol,li,img,table,th,td,dl,dt,dd,figure{
  margin: 0px;
  padding: 0px;
  font-size: 1rem;
}
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;
}


/* common
-----------------------------------------------*/
.section {
  padding: 0 30px 120px;
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.container__small {
  max-width: 1040px;
}
.heading__num {
  font-size: 4rem;
  text-align: center;
  color: #003459;
  margin-bottom: 8px;
}
.heading02 {
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.6153;
  text-align: center;
  margin-bottom: 42px;
}
.btn01 {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff!important;
  font-size: 1.125rem;
  text-align: center;
  font-weight: bold;
  background-color: #00AFDD;
  background-image: url(../img/icon_arrow_white.svg);
  background-repeat: no-repeat;
  background-position: top 10px right 10px;
  background-size: 16px auto;
  border-radius: 5px;
}
.btn01--green {
  background-color: #6BC315;
}
.btn01:hover {
  opacity: .7;
  text-decoration: unset;
}
.u-bold {
  font-weight: bold;
}
.u-oswald {
  font-family: 'Oswald', sans-serif;
  font-style: italic;
}
.u-fc-navy {
  color: #003459;
}
.u-pc {
  display: block;
}
.u-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
  .section {
    padding: 48px 16px 64px;
  }
  .heading__num {
    font-size: 2.75rem;
    margin-bottom: 8px;
  }
  .heading02 {
    font-size: 1.375rem;
    margin-bottom: 26px;
  }
  .btn01 {
    max-width: 480px;
    height: 58px;
    font-size: 1rem;
    background-size: 10px auto;
  }
}


/* footstepBox
-----------------------------------------------*/
.footstepBox{
  position: absolute;
  top: 10px;
  left: 50%;
  margin-top: 0px;
  margin-left: -451px;
  z-index: 100;
  width: 902px;
  font-size: .75rem;
}
.footstepBox,
.footstepBox a{
  color: #fff !important;
}
.footstepBox a {
  text-decoration: underline;
}
@media screen and (max-width: 750px) {
  .footstepBox {
    top: 0;
    left: 10px;
    margin-left: 0;
  }
}

/* kv
-----------------------------------------------*/
.main {
  position: relative;
}
.slider__item {
  width: 100%;
  height: 560px;
  background-image: url(../img/slider01.jpg);
  background-size: cover;
  background-position: center center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  text-align: center;
  display: flex
}
.slider__item:not(:first-of-type) {
  display: none;
}
.slider__item.slick-slide {
  display: flex!important;
}
.slider__item:before {
  content: "";
  display: block;
  background-color: #000;
  opacity: .3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider__item__lead {
  position: relative;
  z-index: 1;
  font-size: 2.25rem;
  font-weight: normal;
  color: #fff;
  text-align: center;
}
.slider__item__txt {
  position: relative;
  z-index: 1;
  font-size: 1.625rem;
  line-height: 1.6153;
}
.slick-next,
.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);
  margin-top: -10px; /* dotsの分、上に引き上げる */
}
.slick-next:hover,
.slick-prev:hover{
  background: #00afdd;
}
.slick-next{
  right: 0;
}
.slick-prev{
  left: 0;
}
.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;
}
.slick-next::before{
  right: 20px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.slick-prev::before{
  left: 20px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.slick-dots {
  position: relative;
  z-index: 3;
  text-align:center;
  margin: 16px 0 0 0;
}
.slick-dots li {
  display:inline-block;
  margin:0 5px;
}
.slick-dots button {
  color: transparent;
  outline: none;
  width:56px;
  height:4px;
  display:block;
  background:#1B558C;
  border: none;
  cursor : pointer;
}
.slick-dots .slick-active button{
  background:#00afdd;
  opacity: 1;
}
@media screen and (max-width: 750px){
  .slider__item {
    height: 360px;
  }
  .slider__item__lead {
    font-size: 1.625rem;
    line-height: 1.6153;
  }
  .slider__item__txt {
    font-size: 1.125rem;
  }
}


/* about
-----------------------------------------------*/
.about {
  padding-top: 40px;
}
.about__txt {
  font-size: 1.125rem;
  color: #003459;
  font-weight: bold;
  text-align: center;
  line-height: 1.7777;
  margin-bottom: 80px;
}
.about .container {
  background-color: #F5F5F5;
  padding: 1px 40px 78px;
  box-sizing: border-box;
}
.about .heading__num {
  margin-top: -42px;
}
.about__list {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 20px;
  padding-top: 64px;
}
.about__item {
  background-color: #fff;
  padding: 1px 20px 38px;
  width: calc( (100% - 40px) / 3 );
  box-sizing: border-box;
}
.about__item__img {
  width: 120px;
  height: 120px;
  margin: -60px auto 0;
  border-radius: 60px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about__item__ttl {
  text-align: center;
  color: #fff;
  font-size: 1.25rem;
  background-color: #003459;
  padding: 6px 0;
  margin-bottom: 20px;
}
.about__item__txt {
  min-height: 100px;
  background-image: url(../img/dash.svg);
  background-size: 320px auto;
  background-repeat: repeat-y;
  font-size: 1rem;
  line-height: 2.12;
  font-weight: bold;
  color: #003459;
}

@media screen and (max-width: 750px){
  .about__txt {
    font-size: .8125rem;
  }
  .about .container {
    padding: 1px 16px 40px;
  }
  .about .heading__num {
    margin-top: -28px;
  }
  .about__list {
    flex-direction: column;
    gap: 20px;
    padding-top: 0;
  }
  .about__item {
    padding: 20px 16px;
    width: 100%;
    display: flex;
    gap: 0 10px;
  }
  .about__item__img {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
    margin: 0;
  }
  .about__item__wrap {
    width: 100%;
  }
  .about__item__ttl {
    font-size: 1.125rem;
    padding: 4px 0;
    margin-bottom: 12px;
  }
  .about__item__txt {
    min-height: unset;
    background-size: 262px auto;
    font-size: .8125rem;
  }
}

/* reason
-----------------------------------------------*/
.reason {
  background-color: #F5F5F5;
  padding-top: 1px;
  padding-bottom: 80px;
}
.reason .heading__num {
  margin-top: -42px;
}
.reason__list {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
  margin-bottom: 70px;
}
.reason__item {
  display: flex;
  gap: 0 60px;
}
.reason__item:nth-of-type(odd) {
  flex-direction: row-reverse;
}
.reason__item__img {
  width: 50%;
  flex-shrink: 0;
}
.reason__item__img img {
  width: 100%;
}
.reason__item__ttl {
  font-size: 1.875rem;
  line-height: 1.6;
  margin-bottom: 30px;
}
.reason__item__txt {
  font-size: 1.125rem;
  line-height: 1.6;
}

@media screen and (max-width: 750px){
  .reason {
    padding-bottom: 64px;
  }
  .reason .heading__num {
    margin-top: -28px;
  }
  .reason__list {
    gap: 40px 0;
    margin-bottom: 40px;
  }
  .reason__item {
    display: flex;
    flex-direction: column;
    gap: 24px 0;
  }
  .reason__item:nth-of-type(odd) {
    flex-direction: column;
  }
  .reason__item__img {
    width: 100%;
    flex-shrink: 0;
  }
  .reason__item__ttl {
    font-size: 1.25rem;
    margin-bottom: 16px;
  }
  .reason__item__txt {
    font-size: .8125rem;
    line-height: 2;
  }
}

/* case
-----------------------------------------------*/
.case {
  padding-top: 74px;
}
.case__list {
  display: flex;
  flex-wrap: wrap;
  gap: 42px 60px;
  margin-bottom: 55px;
}
.case__item {
  width: calc((100% - 120px) / 3);
}
a.case__item:hover {
  text-decoration: unset!important;
}
.case__item__img {
  margin-bottom: 16px;
}
a.case__item:hover .case__item__img {
   background-color: #000;
}
a.case__item:hover .case__item__img img {
  opacity: .7;
}
.case__item__txt {
  font-size: 1.125rem;
  font-weight: bold;
  color: #003459;
}
.case__link__txt {
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 22px;
}
.case__link {
  margin-bottom: 60px;
}
.case__link__btn {
  background-color: #fff;
  background-image: url(../img/icon_arrow_navy.svg);
  color: #1B558C!important;
  border: 3px solid #1B558C;
  box-sizing: border-box;
}
.case .cta__sub {
  background-color: #F5F5F5;
}

@media screen and (max-width: 750px){
  .case {
    padding-top: 48px;
    padding-bottom: 64px;
  }
  .case__list {
    margin-bottom: 40px;
    gap: 24px 16px;
  }
  .case__item {
    width: calc((100% - 16px) / 2);
  }
  .case__item__img {
    margin-bottom: 10px;
  }
  .case__item__txt {
    font-size: .8125rem;
  }
  .case__link__txt {
    font-size: 1rem;
    margin-bottom: 16px;
  }
  .case__link {
    margin-bottom: 40px;
  }
}

/* rental
-----------------------------------------------*/
.rental {
  background-color: #F5F5F5;
  padding-top: 1px;
  padding-bottom: 80px;
}
.rental .heading__num {
  margin-top: -42px;
}
.rental__txt {
  color: #1B558C;
  font-weight: bold;
  font-size: 1.625rem;
  margin: 0 auto 62px;
  width: fit-content;
  position: relative;
}
.rental__txt:before {
  content: "＼";
  padding-right: 1rem;
}
.rental__txt:after {
  content: "／";
  padding-left: 1rem;
}
.rental__list {
  display: flex;
  gap: 24px 30px;
}
.rental__item {
  background-color: #1B558C;
  width: 380px;
}
.rental__item__head {
  background-color: #fff;
  width: 100%;
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.125rem;
  color: #1B558C;
  font-weight: bold;
  line-height: 1.61111;
  position: relative;
  padding: 10px 10px 0;
  box-sizing: border-box;
}
.rental__item__head:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 16px solid #fff;
}
.rental__item__num {
  position: absolute;
  top: -20px;
  left: 25px;
  width: 132px;
  height: 32px;
  text-align: center;
  padding-top: 3px;
  box-sizing: border-box;
  justify-content: center;
  font-size: 1.125rem;
  color: #fff;
}
.rental__item__num:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: -5px;
  width: 100%;
  height: 100%;
  background-color: #00AFDD;
}
.rental__item__num:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1B558C;
}
.rental__item__num span {
  position: relative;
  z-index: 1;
}
.rental__item__body {
  color: #fff;
  padding: 34px 20px 42px;
}
.rental__item__txt {
  line-height: 1.6;
  margin-bottom: 22px;
}
.rental__item__img {
  position: relative;
}
.rental__item__img img {
  width: 100%;
}
/* キャプションは必ず .rental__item の中だけで発動 */
.rental__item .rental__item__img__caption {
  position: absolute;
  background: rgba(0, 52, 89, 0.7);
  bottom: 0px;
  left: 0;
  height: 29px;
  box-sizing: border-box;
  padding: 7px 12px 7px 10px;
  font-size: 0.8rem;
  font-weight: bold;
  color: #fff;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media screen and (max-width: 750px){
  .rental {
    padding-bottom: 64px;
  }
  .rental .heading__num {
    margin-top: -28px;
  }
  .rental__txt {
    font-size: 1.125rem;
    margin: 0 auto 62px;
    line-height: 1.6;
    position: relative;
    text-align: center;
    padding: 0 16px;
  }
  .rental__txt:before {
    padding-right: 0;
    position: absolute;
    bottom: 0;
    right: 100%;
  }
  .rental__txt:after {
    padding-left: 0;
    position: absolute;
    bottom: 0;
    left: 100%;
  }
  .rental__list {
    flex-direction: column;
    gap: 40px 30px;
  }
  .rental__item {
	position: relative;
    width: 100%;
  }
  .rental__item__head {
    height: 92px;
  }
  .rental__item__num {
    top: -15px;
    width: 120px;
    height: 28px;
    padding-top: 3px;
    font-size: 1rem;
  }
  .rental__item__num:before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: -5px;
    width: 100%;
    height: 100%;
    background-color: #00AFDD;
  }
  .rental__item__body {
    padding: 26px 16px;
  }
  .rental__item__txt {
    font-size: .8125rem;
    line-height: 2;
    margin-bottom: 16px;
  }
  .rental__item__img__caption {
    bottom: 10px;
    height: 32px;
    font-size: 1rem;
  }
}

/* voice
-----------------------------------------------*/
.voice {
  padding-top: 80px;
  padding-bottom: 80px;
}
.voice__list {
  max-width: 700px;
  display: flex;
  flex-direction: column;
  gap: 40px 0;
  margin: 0 auto;
}
.voice__item {
  display: flex;
  gap: 0 50px;
}
.voice__item__img {
  width: 80px;
  flex-shrink: 0;
}
.voice__item__ttl {
  font-weight: bold;
  color: #003459;
  padding-bottom: 12px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #B4B4B4;
}
.voice__item__txt {
  font-size: .8125rem;
  line-height: 1.6;
  margin-bottom: 12px;
}
.voice__item__link {
  display: flex;
  align-items: center;
  gap: 0 5px;
  line-height: 1;
}
.voice__item__link:before {
  content: "";
  display: block;
  background-image: url(../img/icon_link.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
}

@media screen and (max-width: 750px){
  .voice {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .voice__list {
  }
  .voice__item {
    display: flex;
    gap: 0 16px;
  }
  .voice__item__img {
    width: 80px;
  }
  .voice__item__ttl {
    padding-bottom: 12px;
    margin-bottom: 10px;
  }
  .voice__item__txt {
    line-height: 1.8;
    margin-bottom: 12px;
  }
}

/* plan
-----------------------------------------------*/
.plan {
  padding-top: 74px;
  padding-bottom: 74px;
}
.plan .box{
  display: table;
  width: 100%;
  margin-top: 60px;
}
.plan .box:first-child{
  margin-top: 0;
}
.plan .box .img{
  display: table-cell;
  vertical-align: middle;
  width: 45%;
  padding: 0;
  box-sizing: border-box;
}
.plan .box .img a{
  display: block;
}
.plan .box .img a img{
  width: 100%;
}
.plan .box .img a .btn{
  text-align: center;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  margin-top: 15px;
}
.plan .box .img a .btn i{
  color: #003459;
  font-size: 16px;
}
.plan .box .img a:hover{
  text-decoration: none;
}
.plan .box .txt{
  display: table-cell;
  /*vertical-align: middle;*/
  width: 55%;
}
.plan .box .txt h3{
  font-size: 26px;
  line-height: 1.5;
  margin-bottom: 25px;
}
.plan .box .txt h3 strong{
  display: block;
  font-size: 20px;
  color: #003459;
  margin-bottom: 18px;
}
.plan .box .txt h3 strong span{
  display: inline-flex;
  text-align: center;
  line-height: 1;
  margin-left: 10px;
  width: 28px;
  height: 28px;
  justify-content: center;
  align-items: center;
  line-height: 1;
  background: #003459;
  color: #fff;
}
.plan .box .txt table{
  width: 100%;
  line-height: 1.6;
}
.plan .box .txt th,
.plan .box .txt td{
  vertical-align: top;
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 4px;
}
.plan .box .txt th{
  width: 4em;
}
.plan .box .txt td:nth-child(2){
  width: 1em;
}
.plan .box .txt .dl-btn{
  margin-top: 20px;
}
.plan .box .txt .dl-btn a{
  display: inline-block;
  background: #006837;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 20px;
  border-radius: 6px;
}
.plan .box .txt .dl-btn a:hover{
  text-decoration: none;
  opacity: 0.7;
}

@media screen and (max-width: 750px) {
  .plan {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .plan .box{
    margin-top: 48px;
  }
  .plan .box .box-inner{
    display: block;
  }
  .plan .box .img{
    display: block;
    width: 100%;
    padding: 0 20px;
  }
  .plan .box .img a .btn{
    font-size: 13px;
  }
  .plan .box .img a .btn i{
    font-size: 15px;
  }
  .plan .box .txt{
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .plan .box .txt h3{
    font-size: 18px;
    margin-bottom: 16px;
    display: flex;
  }
  .plan .box .txt h3 strong{
    font-size: 14px;
    margin-bottom: 0;
    display: inline-block;
    margin-right: 16px;
  }
  .plan .box .txt h3 strong span {
    width: 22px;
    height: 22px;
    margin-left: 4px;
    padding-top: 4px;
  }
  .plan .box .txt table {
    table-layout: fixed;
  }
  .plan .box .txt th,
  .plan .box .txt td{
    font-size: 14px;
    margin-top: 10px;
  }
  .plan .box .txt .dl-btn{
    margin-top: 10px;
  }
  .plan .box .txt .dl-btn a{
    font-size: 14px;
  }

}

/* flow
-----------------------------------------------*/
.flow {
  padding-top: 74px;
  padding-bottom: 80px;
}
.flow .stepbar {
  display: flex;
  width: 100%;
  margin: 0 auto 24px;
  padding: 0;
  list-style: none;
}
.flow .stepbar__item {
  box-sizing: border-box;
  position: relative;
  width: calc(100% / 6);
  height: 200px;
  margin: 0px;
  padding: 1px;
  background: #299100;
}
.flow .stepbar__item:nth-child(1) {
  z-index: 7;
  background-color: #E3E9F1;
}
.flow .stepbar__item:nth-child(2) {
  background-color: #003459;
  color: #fff;
  z-index: 6
}
.flow .stepbar__item:nth-child(3) {
  background-color: #CAD5E4;
  z-index: 5
}
.flow .stepbar__item:nth-child(4) {
  background-color: #E3E9F1;
  z-index: 4
}
.flow .stepbar__item:nth-child(5) {
  background-color: #CAD5E4;
  z-index: 3
}
.flow .stepbar__item:nth-child(6) {
  background-color: #003459;
  color: #fff;
  z-index: 2
}
.flow .stepbar__item:nth-child(7) {
  background-color: #003459;
  z-index: 1;
  color: #fff;
}
.flow .stepbar__item:first-child {
  margin-left: 0;
}
.flow .stepbar__item:last-child {
  margin-right: 0;
}
.flow .stepbar__item-inner {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.flow .stepbar__item-inner dl {
  padding: 28px 0 0 10px;
  margin: 0;
  text-align: center;
}
.flow .stepbar__item-inner dt {
  margin-bottom: 25px;
  font-size: 24px;
  font-family: 'Oswald', sans-serif;
  font-style: italic;
  font-weight: normal;
}
.flow .stepbar__item-inner dd {
  margin: 0;
  line-height: 1.2;
}
.flow .stepbar__item-inner dd span {
  font-size: 24px;
  display: block;
  margin-bottom: 5px;
}
.flow .stepbar__item:nth-child(1) dd span,
.flow .stepbar__item:nth-child(2) dd span,
.flow .stepbar__item:nth-child(4) dd span,
.flow .stepbar__item:nth-child(6) dd span,
.flow .stepbar__item:nth-child(7) dd span {
  padding-top: 0.55em;
  padding-bottom: 0.55em;
}
.flow .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;
}
.flow .stepbar__item:nth-child(1) .stepbar__item-inner::after,
.flow .stepbar__item:nth-child(4) .stepbar__item-inner::after {
  border-color: transparent transparent transparent #E3E9F1;
}
.flow .stepbar__item:nth-child(2) .stepbar__item-inner::after,
.flow .stepbar__item:nth-child(6) .stepbar__item-inner::after {
  border-color: transparent transparent transparent #003459;
}
.flow .stepbar__item:nth-child(3) .stepbar__item-inner::after,
.flow .stepbar__item:nth-child(5) .stepbar__item-inner::after {
  border-color: transparent transparent transparent #CAD5E4;
}
.flow .stepbar__item:last-child .stepbar__item-inner::after {
  content: none;
}
.stepbar__note {
  font-size: .9375rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 750px) {
  .flow {
    padding-top: 0;
    padding-bottom: 64px;
  }
  .flow .stepbar {
    display: block;
  }
  .flow   .stepbar__item {
    width: auto;
    height: unset;
    margin: 0px;
  }
  .flow .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;
  }
  .flow .stepbar__item:last-child .stepbar__item-inner::after {
    content: none;
  }
  .flow .stepbar__item:nth-child(2) .stepbar__item-inner::after,
  .flow .stepbar__item:nth-child(5) .stepbar__item-inner::after {
    border-color: #E3E9F1 transparent transparent transparent;
  }
  .flow .stepbar__item:nth-child(3) .stepbar__item-inner::after ,
  .flow .stepbar__item:nth-child(7) .stepbar__item-inner::after {
    border-color: #003459 transparent transparent transparent;
  }
  .flow .stepbar__item:nth-child(4) .stepbar__item-inner::after,
  .flow .stepbar__item:nth-child(6) .stepbar__item-inner::after {
    content: "";
    border-color: #CAD5E4 transparent transparent transparent;
  }
  .flow .stepbar__item-inner{
    display: block;
  }
  .flow .stepbar__item-inner dl {
    text-align: left;
    display: flex;
    padding: 1.5em 1.0em 1.2em;
  }
  .flow .stepbar__item-inner dt {
    margin-bottom: 0;
    font-size: 18px;
    font-style: normal;
  }
  .flow .stepbar__item-inner dd {
    width: 90%;
    margin: 0;
    text-align: center;
  }
  .flow .stepbar__item-inner dd span {
    font-size: 18px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .flow .stepbar__item:nth-child(1) dd span,
  .flow .stepbar__item:nth-child(2) dd span,
  .flow .stepbar__item:nth-child(3) dd span,
  .flow .stepbar__item:nth-child(4) dd span,
  .flow .stepbar__item:nth-child(5) dd span,
  .flow .stepbar__item:nth-child(6) dd span,
  .flow .stepbar__item:nth-child(7) dd span {
    padding-top: 0;
    padding-bottom: 0;
  }
  .flow .stepbar__item-inner dd span br {
    display: none;
  }
  .stepbar__note {
    font-size: 1rem;
    margin-bottom: 64px;
  }
}

/* contact */
.contact{
  border:4px solid #1B558C;
  width:740px;
  margin:60px auto 0;
  padding: 31px 20px;
}
.contact,
.contact *,
.contact :before,
.contact :after{
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
.contact h3{
  font-size:23px;
  text-align:center;
  color:#2E3445 !important;
  margin-bottom:10px;
}
.contact .time{
  font-weight: bold;
  text-align:center;
  font-size:14px;
  margin-bottom:20px;
}
.contact .col_box{
  overflow:hidden;
}
.contact .col{
  float:left;
  width:50%;
  padding-left:15px;
  padding-right:15px;
}
.contact .contact_tel strong{
  display:block;
  font-family:"Roboto",sans-serif;
  font-size:48px;
  line-height:1em;
  text-align:center;
  color: #1B558C;
}
.contact .contact_tel .col:nth-of-type(2) > a{
  color:#FFF;
  text-align:center;
  width:300px;
  height:52px;
  font-size: 1rem;
  font-weight:bold;
  background-size: 12px auto;
  background-position: top 8px right 8px;
}
.contact .contact_tel .col:nth-of-type(2) > a:hover{
  text-decoration:none;
  opacity:0.8;
  filter:alpha(opacity=80);
}
.contact .contact_line{
  border-top:2px solid #dedede;
  margin-top:20px;
  padding-top:20px;
}
.contact .contact_line h4{
  font-size:18px;
  font-weight:bold;
  margin-bottom:6px;
  color: #1B558C;
}
.contact .contact_line p{
  font-size:14px;
  font-weight: bold;
  line-height:1.6em;
  color: #1B558C;
}
.contact .contact_line a{
  color:#FFF;
  text-align:center;
  width:300px;
  height:54px;
  font-size: 1rem;
  font-weight:bold;
  background-size: 12px auto;
  background-position: top 8px right 8px;
}
.contact .contact_line a:hover{
  opacity:0.8;
  filter:alpha(opacity=80);
}
.contact .contact_line a img{
  height:23px;
  width:auto;
}
@media screen and (max-width:750px) {
  .contact{
    width:auto;
    margin:30px 0 0;
    padding:32px 0;
  }
  .contact h3{
    font-size:16px;
  }
  .contact .time{
    font-size:12px;
    margin-bottom:10px;
  }
  .contact .col_box{
    margin-left:15px;
    margin-right:15px;
  }
  .contact .col{
    float:none;
    width:auto;
    padding:0;
  }
  .contact .contact_tel strong{
    margin-bottom:10px;
  }
  .contact .contact_tel strong,
  .contact .contact_tel .telLink{
    font-size: 28px;
    text-decoration: none;
    margin-bottom: 15px;
    display: block;
    color: #333;
    font-weight: bold;
    text-align: center;
    line-height: 1;
  }
  .contact .contact_tel .col:nth-of-type(2) > a{
    width:100%;
    font-size:16px;
  }
  .contact .contact_line h4{
    font-size:14px;
    text-align:center;
  }
  .contact .contact_line p{
    font-size:12px;
    line-height:1.4em;
    text-align:center;
    margin-bottom:10px;
  }
  .contact .contact_line a{
    width:100%;
    font-size:16px;
  }
  .contact .contact_line a img{
    height:20px;
  }
}

.link__list {
  display: flex;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.link__item {
  background-color: #1B558C;
  background-size: 14px auto;
  height: auto;
  min-height: 90px;
  padding: 12px 24px;
  box-sizing: border-box;
  font-size: 1rem;
  line-height: 1.6;
}

@media screen and (max-width:750px) {
  .link__list {
    flex-direction: column;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 64px;
    padding-top: 0;
  }
  .link__item {
    padding: 16px 20px;
    line-height: 1.5;
    background-size: 12px auto;
    min-height: unset;
  }
}


/* cta
-----------------------------------------------*/
.cta {
  background: #F6F6F6;
  padding: 90px 30px;
}
.bnr__list {
  display: flex;
  gap: 0 20px;
}
.bnr__item {
  width: 100%;
  min-height: 154px;
  background-color: #00AFDD;
  border: 4px solid #00AFDD;
  color: #fff;
  box-sizing: border-box;
  position: relative;
}
.bnr__item:hover {
  opacity: .7;
  text-decoration: unset;
}
.bnr__item__wrap {
  background-image: url(../img/icon_arrow_white.svg);
  background-position: top 20px right 20px;
  background-repeat: no-repeat;
  width: 100%;
  box-sizing: border-box;
  padding: 32px 20px 32px 44px;
  color: #fff;
}
.bnr__item__ttl {
  font-size: 1.5rem;
  font-weight: bold;
  padding-bottom: 22px;
  margin-bottom: 16px;
  border-bottom: 1px solid #fff;
}
.bnr__item__txt {
  font-size: 1.125rem;
  font-weight: bold;
}
.bnr__item02 {
  background-color: #fff;
  border-color: rgba(129,180,59,.6);
  padding-right: 120px;
}
.bnr__item02 .bnr__item__wrap {
  background-image: url(../img/icon_arrow_green.svg);
  color: #81B43B;
}
.bnr__item02 .bnr__item__ttl {
  border-color: #81B43B;
  padding-right: 20px;
}
.bnr__item__img {
  width: 139px;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 750px){
  .cta {
    padding: 50px 16px;
  }
  .bnr__list {
    flex-direction: column;
    gap: 24px 0;
  }
  .bnr__item {
    min-height: unset;
  }
  .bnr__item__wrap {
    background-position: top 14px right 14px;
    background-size: 12px auto;
    padding: 20px 24px;
    color: #fff;
  }
  .bnr__item__ttl {
    font-size: 1.25rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .bnr__item__txt {
    font-size: .8125rem;
    line-height: 1.6;
  }
  .bnr__item02 {
    padding-right: 70px;
  }
  .bnr__item02 .bnr__item__ttl {
    padding-right: 8px;
  }
  .bnr__item__img {
    width: 100px;
    right: -16px;
  }
}

/* cta__sub
-----------------------------------------------*/
.cta__sub {
  background: #fff;
  display: flex;
  gap: 24px 40px;
  justify-content: center;
  padding: 40px 20px;
}
.cta__sub__item {
  width: 100%;
  max-width: 400px;
  text-align: center;
}
.cta__sub__item__txt {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px){
  .cta__sub {
    flex-direction: column;
    padding: 40px 16px;
    align-items: center;
  }
  .cta__sub__item {
    width: 100%;
    max-width: 400px;
  }
  .cta__sub__item__txt {
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
}



body.hidden-scroll {
  overflow: hidden; }

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.8;
  display: none;
  z-index: 100001; }

.sl-wrapper {
  position: relative;
  z-index: 100002; }
  .sl-wrapper button {
    border: 0 none;
    background: transparent;
    font-size: 28px;
    padding: 0;
    cursor: pointer; }
    .sl-wrapper button:hover {
      opacity: 0.7; }
  .sl-wrapper .sl-close {
    display: none;
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 10060;
    margin-top: -14px;
    margin-right: -14px;
    height: 44px;
    width: 44px;
    line-height: 44px;
    font-family: Arial, Baskerville, monospace;
    color: #fff;
    font-size: 3rem; }
    .sl-wrapper .sl-close:focus {
      outline: none; }
  .sl-wrapper .sl-counter {
    display: none;
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 1060;
    color: #fff;
    font-size: 1rem; }
  .sl-wrapper .sl-navigation {
    width: 100%;
    display: none; }
    .sl-wrapper .sl-navigation button {
      position: fixed;
      top: 50%;
      margin-top: -22px;
      height: 44px;
      width: 22px;
      line-height: 44px;
      text-align: center;
      display: block;
      z-index: 10060;
      font-family: Arial, Baskerville, monospace;
      color: #fff; }
      .sl-wrapper .sl-navigation button.sl-next {
        right: 5px;
        font-size: 2rem; }
      .sl-wrapper .sl-navigation button.sl-prev {
        left: 5px;
        font-size: 2rem; }
      .sl-wrapper .sl-navigation button:focus {
        outline: none; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-navigation button {
          width: 44px; }
          .sl-wrapper .sl-navigation button.sl-next {
            right: 10px;
            font-size: 3rem; }
          .sl-wrapper .sl-navigation button.sl-prev {
            left: 10px;
            font-size: 3rem; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-navigation button {
          width: 44px; }
          .sl-wrapper .sl-navigation button.sl-next {
            right: 20px;
            font-size: 3rem; }
          .sl-wrapper .sl-navigation button.sl-prev {
            left: 20px;
            font-size: 3rem; } }
  .sl-wrapper .sl-image {
    position: fixed;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 10000; }
    .sl-wrapper .sl-image img {
      margin: 0;
      padding: 0;
      display: block;
      border: 0 none;
      width: 100%;
      height: auto; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-image img {
          border: 0 none; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-image img {
          border: 0 none; } }
    .sl-wrapper .sl-image iframe {
      background: #000;
      border: 0 none; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-image iframe {
          border: 0 none; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-image iframe {
          border: 0 none; } }
    .sl-wrapper .sl-image .sl-caption {
      display: block !important;
      padding: 10px;
      font-size: 1rem;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
      .sl-wrapper .sl-image .sl-caption.pos-top {
        bottom: auto;
        top: 0; }
      .sl-wrapper .sl-image .sl-caption.pos-outside {
        bottom: auto; }
    .sl-wrapper .sl-image .sl-download {
      display: none;
      position: absolute;
      bottom: 5px;
      right: 5px;
      color: #000;
      z-index: 1060; }

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite; }

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.sl-transition {
  transition: -moz-transform ease 200ms;
  transition: -ms-transform ease 200ms;
  transition: -o-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms; }

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
