@charset "utf-8";

a {
  display: block;
}

img {
  max-width: 100%;
}

img:not([width]) {
  width: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  /* =14px*/
  -webkit-text-size-adjust: 100%;
}

.wrap {
  width: 100%;
  color: #333;
  line-height: 1.5em;
  margin: 0 auto;
}

@media(min-width: 750px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.pcOnly {
  display: block;
}

.spOnly {
  display: none;
}


@media screen and (max-width: 750px) {
  img:not([width]) {
    max-width: 750px;
  }

  .wrap {
    max-width: 750px;
    padding-bottom: 16%;
  }

  .pcOnly {
    display: none;
  }

  .spOnly {
    display: block;
  }
}

/*==============================
header
==============================*/
header {
  width: 100%;
  background-color: #FFF;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.4));
  transform: translateZ(0);
}

header h1 {
  position: absolute;
  left: -9999px;
}

header .inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .txt {
  color: #717071;
  font-size: min(1.5vw, 16px);
  text-align: right;
  padding-right: 1em;
}

header .logo {
  width: 22%;
  max-width: 165px;
}

@media screen and (max-width: 750px) {
  header .inner {
    max-width: 96%;
    margin: 0 auto;
  }

  header .txt {
    font-size: 3vw;
    text-align: right;
    padding-right: 1em;
    white-space: nowrap;
  }

  header .logo {
    width: 32%;
    margin: 0;
  }
}


/*==============================
brand
==============================*/
.brand {
  width: 100%;
  background: url(../images/brand_bg.webp) center top no-repeat;
  background-size: 100%;
}

.brand hgroup {
  width: 55.5%;
  margin: 0 auto;
  position: relative;
}

.brand h2 {
  width: 100%;
}

.brandCheck {
  position: absolute;
  top: 46%;
  left: 24.5%;
}

.brandCheck li {
  font-size: 1.2vw;
  line-height: 1.4;
  font-weight: 600;
  font-feature-settings: "palt";
  margin-bottom: 0.1em;
}

.brandCheck li strong {
  color: #0294a9;
}

.custom-icon {
  color: #91bc5e;
  margin-right: 0.2em;
}

.brand h3 {
  width: 51.2%;
  position: absolute;
  top: 69.5%;
  left: 24.4%;
}

.brand h3:hover {
  filter: brightness(125%);
  -webkit-transition: all .4s;
  transition: all .4s;
}

@media screen and (max-width: 750px) {
  .brand {
    width: 100%;
    background: none;
  }

  .brand hgroup {
    width: 100%;
    margin: 0 auto;
  }

  .brand h2 {
    width: 100%;
  }

  .brandCheck {
    position: absolute;
    top: 44.5%;
    left: 6%;
  }

  .brandCheck li {
    font-size: 3.6vw;
    line-height: 1.4;
    margin-bottom: 0.2em;
  }

  .brand h3 {
    width: 89%;
    top: 65.5%;
    left: 5.5%;
  }
}

/*==============================
corporate
==============================*/
.corporate {
  width: 100%;
  background: linear-gradient(to right, #00adc1, #004699);
  padding: min(2%, 20px) 0 min(1.5%, 15px);
}

.corporate .loop .slick-slide {
  width: 120px;
  margin: 0 2px;
}

.corporate .ttl {
  color: #FFF;
  font-size: min(4.5vw, 45px);
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}

.corporate .ttl span {
  font-size: min(3vw, 30px);
}

.corporate .sub {
  color: #FFF;
  font-size: min(3vw, 30px);
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.7em;
}

@media screen and (max-width: 750px) {
  .corporate {
    width: 100%;
    padding: 3% 0 3%;
  }

  .corporate .ttl {
    font-size: 6.5vw;
    line-height: 1.2;
  }

  .corporate .ttl span {
    font-size: 4.5vw;
  }

  .corporate .sub {
    font-size: 4.5vw;
    line-height: 1.4;
    margin-bottom: 0.6em;
  }
}

/*==============================
brand_btm
==============================*/
.brand_btm {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
}

/*==============================
ofr
==============================*/
.ofr {
  margin-bottom: min(10%, 100px);
}

.ofr_cont {
  max-width: 1000px;
  margin: 0 auto min(4%, 40px);
  background: linear-gradient(to right, #00adc1, #004699);
  border-top: #CAD4DC 3px solid;
  border-bottom: #CAD4DC 3px solid;
}

.ofr_ttl {
  width: 81%;
  margin: 0 auto;
  position: relative;
}

.ofr_figure {
  width: 14.5%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.ofr_btn {
  width: 81%;
  margin: 0 auto;
  padding-bottom: 3%;
  display: flex;
  justify-content: space-between;
}

.ofr_btn li {
  width: 49%;
  filter: drop-shadow(4px 6px 0 rgba(0, 0, 0, 0.2));
}

.ofr_btn li a:hover {
  filter: brightness(125%);
  -webkit-transition: all .4s;
  transition: all .4s;
}

.ofr_link {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ofr_link li {
  width: 19.8%;
  background-color: #E6E6E6;
  margin-bottom: 2px;
  position: relative;
}

.ofr_link li a {
  text-align: center;
  text-decoration: none;
  color: #003264;
  font-size: min(1.6vw, 14px);
  line-height: 1.4;
  font-weight: 500;
  padding: 1em 0;
}

.ofr_link li::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  content: "";
  background: url(../images/ofr_link_arw.webp) right 4% center no-repeat;
  background-size: 5%;
}

.ofr_link li.up::after {
  transform: scale(1, -1);
}

.ofr_link li:hover {
  filter: brightness(108%);
  -webkit-transition: all .4s;
  transition: all .4s;
}

@media screen and (max-width: 750px) {
  .ofr {
    margin-bottom: 14%;
  }

  .ofr_ttl {
    width: 100%;
  }

  .ofr_figure {
    width: 24%;
  }

  .ofr_btn {
    width: 94%;
    padding-bottom: 3%;
  }

  .ofr_btn li {
    width: 48.5%;
    filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.2));
  }

  .ofr_btn li img {
    border-radius: 5px;
  }

  .ofr_link {
    width: 92%;
  }

  .ofr_link li {
    width: 49.7%;
    margin-bottom: 2px;
  }

  .ofr_link li a {
    font-size: 3.4vw;
    line-height: 1.4;
    padding: 0.7em 0;
  }
}

/*==============================
accident
==============================*/
#accident {
  margin-top: -30px;
  padding-top: 30px;
}

.accident {
  width: 100%;
  background-color: #EEEEEE;
}

.accident .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: min(6%, 60px);
  position: relative;
}

.accidentSub {
  width: 38%;
  position: absolute;
  left: 0;
  top: -30px;
}

.accident .accidentTtl {
  width: 94%;
  margin: 0 auto;
}

.accident .accidentTtl .txtBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -6%;
}

.accident .accidentTtl .txt {
  font-size: min(1.8vw, 18px);
  line-height: 1.6;
  font-weight: 600;
  padding-top: 2em;
}

.accident .accidentTtl .figure {
  width: 50%;
}

@media screen and (max-width: 750px) {
  #accident {
    margin-top: 0;
    padding-top: 30px;
  }

  .accident .inner {
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 0;
    position: relative;
  }

  .accidentSub {
    width: 56%;
    position: absolute;
    left: 3%;
    top: -30px;
  }

  .accident .accidentTtl {
    width: 94%;
    margin: 0 auto;
  }

  .accident .accidentTtl .txtBox {
    width: 100%;
    display: block;
    margin-top: 0;
  }

  .accident .accidentTtl .txt {
    font-size: 4vw;
    line-height: 1.6;
    padding: 1em 0.5em 1.5em;
  }

  .accident .accidentTtl .figure {
    width: 94%;
    margin: 0 auto;
  }
}

/*==============================
ex
==============================*/
.accident .ex {
  width: 94%;
  margin: 0 auto 5%;
  padding-top: 2.5%;
}

.accident .exTtl {
  width: 100%;
  background-color: #ffd300;
  position: relative;
}

.accident .exTtl .figure {
  width: 12.2%;
  position: absolute;
  bottom: 0;
  left: 12%;
}

.accident .exTtl .ttl {
  font-size: min(3.8vw, 38px);
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
  font-feature-settings: "palt";
  padding: 0.3em 0;
  margin-bottom: 0.8em;
}

.accident .exList {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.accident .exList li {
  width: 23.4%;
}

.accident .ex .cap {
  font-size: min(1.6vw, 14px);
  line-height: 1.4;
  text-align: right;
  padding-top: 0.8em;
}

@media screen and (max-width: 750px) {
  .accident .ex {
    width: 100%;
    margin: 0 auto 5%;
    padding-top: 8%;
  }

  .accident .exTtl {
    width: 100%;
    background-color: #ffd300;
    position: relative;
  }

  .accident .exTtl .figure {
    width: 15%;
    position: absolute;
    bottom: 0;
    left: 10%;
  }

  .accident .exTtl .ttl {
    font-size: 4.5vw;
    line-height: 1.4;
    font-weight: 600;
    padding: 0.3em 0;
    margin-bottom: 1em;
    text-indent: 2em;
  }

  .accident .exList {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .accident .exList li {
    width: 48%;
    margin-bottom: 4%;
  }

  .accident .ex .cap {
    width: 80%;
    margin: 0 auto;
    font-size: 2.8vw;
    line-height: 1.4;
    text-align: left;
    padding-top: 0;
  }
}

/*==============================
news
==============================*/
.news {
  width: 94%;
  margin: 0 auto;
  padding: 2% 0;
  background: url(../images/news_bg.webp) repeat;
  background-size: 113px;
}

.news .inner {
  width: 96%;
  margin: 0 auto;
  background-color: #ffd300;
}

.news .newsTtl {
  width: 90%;
  margin: 0 auto;
  padding: 3% 0 0;
  display: flex;
  justify-content: space-between;
}

.news .newsTtl .ttlBox {
  width: 71%;
}

.news .newsTtl .txt {
  font-size: min(1.8vw, 18px);
  line-height: 1.7;
  font-weight: 500;
  padding-top: 2em;
}

.news .newsTtl .ttlImg {
  width: 24.5%;
}

.news .newsBtm {
  width: min(100vw, 110%);
  max-width: 1000px;
  margin: 0 auto;
  margin-left: -5%;
}

@media screen and (max-width: 750px) {
  .news {
    width: 100%;
    margin: 0 auto;
    padding: 2% 0;
    background: url(../images/news_bg.webp) repeat;
    background-size: 60px;
  }

  .news .inner {
    width: 96%;
    margin: 0 auto;
    background-color: #ffd300;
  }

  .news .newsTtl {
    width: 100%;
    margin: 0 auto;
    padding: 4% 0 0;
    display: block;
  }

  .news .newsTtl .ttlBox {
    width: 90%;
    margin: 0 auto;
  }

  .news .newsTtl .txt {
    font-size: 4vw;
    line-height: 1.7;
    font-weight: 500;
    padding: 1.5em 0;
  }

  .news .newsTtl .ttlImg {
    width: 90%;
    margin: 0 auto;
  }

  .news .newsBtm {
    width: 100%;
    margin: 0 auto;
    margin-left: 0;
  }
}


/*==============================
type
==============================*/
.type .typettl {
  width: 90%;
  max-width: 970px;
  margin: 0 auto;
  font-size: min(6.5vw, 66px);
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  font-feature-settings: "palt";
  padding: 0.8em 0 0.5em;
}

.type .typettl strong {
  color: #0295aa;
}

.type .typeSub {
  width: 100%;
  background: linear-gradient(to right, #00adc1, #004699);
}

.type .typeSub h4 {
  font-size: min(4vw, 40px);
  line-height: 1.4;
  color: #FFF;
  text-align: center;
  font-weight: 600;
  padding: 0.2em 0;
}

.type .inner {
  width: 90%;
  max-width: 970px;
  margin: 0 auto;
}

.type .typeRead {
  font-size: min(1.8vw, 20px);
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
  padding: 1.5em 0;
}

.typeList {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 3.2%;
}

.typeList li {
  width: 22.6%;
  margin-bottom: 4%;
}

.typeList li .name {
  font-size: min(1.8vw, 18px);
  line-height: 1.4;
  font-weight: 600;
  margin: 0.8em 0 0.6em;
}

.typeList li .txt {
  font-size: min(1.3vw, 14px);
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  .type .typettl {
    width: 96%;
    font-size: 6.5vw;
    padding: 1.5em 0 0.5em;
  }

  .type .typeSub h4 {
    font-size: 4.5vw;
    line-height: 1.4;
    padding: 0.3em 0;
  }

  .type .inner {
    width: 90%;
    max-width: 970px;
    margin: 0 auto;
  }

  .type .typeRead {
    font-size: 3.5vw;
    line-height: 1.4;
    font-weight: 600;
    text-align: center;
    padding: 1em 0;
  }

  .typeList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
  }

  .typeList li {
    width: 48%;
    margin-bottom: 6%;
  }

  .typeList li .name {
    font-size: 3.8vw;
    line-height: 1.4;
    margin: 0.8em 0 0.4em;
  }

  .typeList li .txt {
    font-size: 2.8vw;
    line-height: 1.5;
  }
}

/*==============================
report
==============================*/
.report {
  width: 90%;
  max-width: 970px;
  margin: 0 auto min(10%, 100px);
  border: #0295aa 4px solid;
  border-radius: 20px;
}

.report .inner {
  width: 96%;
  margin: 0 auto;
  display: flex;
  background: url(../images/report_figure02.webp) right bottom no-repeat;
  background-size: contain;
}

.report .figure {
  width: 25%;
}

.report dl {
  width: 50%;
}

.report dt {
  margin: 7% 0 5%;
}

.report dd {
  font-size: min(1.6vw, 16px);
  line-height: 1.7;
}

@media screen and (max-width: 750px) {
  .report {
    width: 90%;
    margin: 0 auto 10%;
  }

  .report .inner {
    width: 90%;
    margin: 0 auto;
    display: block;
    background: url(../images/report_figure02.webp) right bottom no-repeat;
    background-size: 45%;
  }

  .report .figure {
    width: 50%;
    margin-left: 2%;
  }

  .report dl {
    width: 100%;
  }

  .report dt {
    margin: 7% 0 5%;
  }

  .report dd {
    font-size: 3.5vw;
    line-height: 1.7;
  }
}

/*==============================
pro
==============================*/
.proTtl {
  width: 100%;
  background: url(../images/pro_bg.webp) center top no-repeat;
  background-size: cover;
  margin-bottom: 2%;
}

.proTtl .inner {
  width: 90%;
  max-width: 870px;
  margin: 0 auto;
}

.proTtl .btnList {
  width: 100%;
  display: flex;
}

.proTtl .proTtlBtm img {
  width: 100%;
  height: 110px;
}

.pro_cont {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.prolist {
  width: 80%;
  margin: 0 auto 6%;
}

.proItem {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5%;
}

.proItem figure {
  width: 46%;
  position: relative;
}

.proItem figcaption {
  width: 33%;
  position: absolute;
  left: -7%;
  top: -7%;
}

.proItem dl {
  width: 50%;
}

.proItem dt {
  color: #003264;
  font-size: min(3vw, 30px);
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 0.5em;
}

.proItem dd {
  font-size: min(1.6vw, 16px);
  line-height: 1.6;
}

/*production*/
.production {
  width: 80%;
  margin: 0 auto 8%;
  background-color: #0f833c;
  border-radius: 10px;
}

.production .inner {
  width: 94%;
  margin: 0 auto;
  padding: 3% 0;
}

.production .cont {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.production .cont figure {
  width: 48%;
}

.production .cont dl {
  width: 49%;
  color: #FFF;
}

.production .cont dt {
  font-size: min(3vw, 30px);
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 0.5em;
}

.production .cont dd {
  font-size: min(1.7vw, 17px);
  line-height: 1.6;
  font-weight: 500;
}

.production .cont dd a {
  color: #FFF;
  display: inline;
}

@media screen and (max-width: 750px) {
  .proTtl .inner {
    width: 94%;
    margin: 0 auto;
  }

  .proTtl .proTtlBtm img {
    width: 100%;
    height: 70px;
  }

  .prolist {
    width: 88%;
    margin: 0 auto 6%;
  }

  .proItem {
    display: block;
    margin-bottom: 12%;
  }

  .proItem figure {
    width: 100%;
    position: relative;
  }

  .proItem figcaption {
    width: 36%;
    position: absolute;
    left: -6%;
    top: -8%;
  }

  .proItem dl {
    width: 100%;
  }

  .proItem dt {
    font-size: 5.5vw;
    line-height: 1.4;
    margin-bottom: 0.5em;
    margin-top: 0.8em;
  }

  .proItem dd {
    font-size: 4vw;
    line-height: 1.6;
  }

  /*production*/
  .production {
    width: 88%;
    margin: 0 auto 12%;
  }

  .production .inner {
    width: 100%;
    margin: 0 auto;
    padding: 6% 0 8%;
  }

  .production .cont {
    width: 88%;
    margin: 0 auto;
    display: block;
  }

  .production .cont figure {
    width: 80%;
    margin: 0 auto;
  }

  .production .cont dl {
    width: 100%;
    color: #FFF;
  }

  .production .cont dt {
    font-size: 5.5vw;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 0.6em;
    margin-top: 0.8em;
  }

  .production .cont dd {
    font-size: 4vw;
    line-height: 1.5;
    font-weight: 500;
  }

  .production .cont dd a {
    color: #FFF;
    display: inline;
  }
}

/*==============================
plan
==============================*/
.plan {
  width: 100%;
  background-color: #dae4f3;
}

.plan .inner {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: min(6%, 60px);
}

.plan .planList {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.plan .planItem {
  width: 32%;
}

.plan .cap {
  font-size: min(1.4vw, 14px);
  line-height: 1.4;
  text-align: right;
  padding-top: 1em;
}

@media screen and (max-width: 750px) {
  .plan .inner {
    width: 88%;
    margin: 0 auto;
    padding-bottom: 8%;
  }

  .plan .planList {
    width: 100%;
    display: block;
  }

  .plan .planItem {
    width: 100%;
    margin-bottom: 5%;
  }

  .plan .cap {
    font-size: 2.5vw;
    line-height: 1.4;
    text-align: left;
    padding-top: 0;
  }
}

/*==============================
flow
==============================*/
.flow {
  width: 100%;
  background: url(../images/flow_bg01.webp) left top no-repeat;
  background-size: contain;
  background-color: #02abc0;
}

.flow .inner {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  padding-top: min(6%, 60px);
  position: relative;
}

.flow .flowlTtl {
  color: #FFF;
  font-feature-settings: "palt";
  font-size: min(5.5vw, 55px);
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
  margin-bottom: min(4%, 40px);
}

.flow .flowlTtl span {
  display: block;
  font-size: min(1.8vw, 18px);
  text-decoration: underline 0.8px;
  text-underline-offset: 5px;
}

.flow .flowFigure {
  max-width: 240px;
  position: absolute;
  right: 1%;
  top: 9.5%;
}

.flow .movie {
  margin-bottom: min(6%, 60px);
}

.flow .movie dt {
  width: 45%;
  margin: -1% auto;
  animation: ud 3s ease infinite;
  pointer-events: none;
}

.flow .movie dd:hover {
  filter: brightness(125%);
  -webkit-transition: all .4s;
  transition: all .4s;
}

.flow .btm {
  width: 100%;
  background: url(../images/flow_bg02.webp) center bottom no-repeat;
  background-size: 100% 280px;
}

.flow .btm p {
  max-width: 960px;
  margin: 0 auto;
}


@-webkit-keyframes ud {
  0% {
    -webkit-transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(0, -10px);
  }

  100% {
    -webkit-transform: translate(0, 0);
  }
}

@-moz-keyframes ud {
  0% {
    -moz-transform: translate(0, 0);
  }

  50% {
    -moz-transform: translate(0, -10px);
  }

  100% {
    -moz-transform: translate(0, 0);
  }
}

.flow .movie dd {
  width: 38%;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .flow {
    width: 100%;
    background: url(../images/flow_bg01.webp) left top no-repeat;
    background-size: cover;
    background-color: #02abc0;
  }

  .flow .inner {
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
    padding-top: 8%;
  }

  .flow .flowlTtl {
    font-size: 7.5vw;
    line-height: 1.4;
    margin-bottom: 8%;
  }

  .flow .flowlTtl span {
    font-size: 2.5vw;
    text-decoration: underline 0.8px;
    text-underline-offset: 5px;
  }

  .flow .flowFigure {
    max-width: 24%;
    position: absolute;
    right: 1%;
    top: 14%;
  }

  .flow .movie dt {
    width: 70%;
    margin: 0 auto -1%;
    animation: ud 3s ease infinite;
    pointer-events: none;
  }

  .flow .movie {
    margin-bottom: 8%;
  }

  .flow .movie dd {
    width: 60%;
    margin: 0 auto;
  }

  .flow .btm {
    width: 100%;
    background: url(../images/flow_bg02.webp) center bottom no-repeat;
    background-size: contain;
  }

  .flow .btm p {
    max-width: 960px;
    margin: 0 auto;
  }
}

/*==============================
staff
==============================*/
.staff {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}

/*==============================
renewal
==============================*/
.renewal {
  width: 100%;
  position: relative;
}

.renewal::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ebebeb;
  z-index: -2;
}

.renewal .inner {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  padding: min(6%, 60px) 0 min(8%, 80px);
  margin-bottom: min(6%, 60px);
}

.renewal .renewalTtl {
  color: #003264;
  font-feature-settings: "palt";
  font-size: min(5.5vw, 55px);
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
  margin-bottom: min(4%, 40px);
}

.renewal .renewalTtl span {
  display: block;
  font-size: min(1.8vw, 18px);
  text-decoration: underline 0.8px;
  text-underline-offset: 5px;
}

.renewal .renewalSub {
  width: 100%;
}

.renewalBox:not(:last-child) {
  margin-bottom: min(14%, 140px);
}

.renewalBox .ttl {
  width: 100%;
  display: flex;
  align-items: center;
}

.renewalBox .ttl figure {
  width: 50%;
}

.renewalBox .ttl hgroup {
  color: #003264;
  font-weight: 600;
  font-feature-settings: "palt";
}

.renewalBox .ttl .name {
  font-size: min(2vw, 20px);
  line-height: 1.6;
}

.renewalBox .ttl .sub {
  font-size: min(4vw, 40px);
  line-height: 1.3;
}

.renewalCont {
  width: 100%;
  position: relative;
}

.renewalCont .txtBox {
  width: 40%;
  padding: 5%;
  background: #02abc0;
  border-radius: 10px;
  text-align: left;
}

.renewalCont .txtBox .txtInner {
  width: 70%;
}

.renewalCont .txt {
  font-size: min(1.9vw, 19px);
  line-height: 1.8;
  color: #FFF;
  font-weight: 600;
  padding-top: 1.5em;
}

.renewalCont .figure {
  width: 64%;
  position: absolute;
  top: min(8%, 25px);
  right: 0;
}

.renewalCont .figure img {
  border-radius: 10px;
}

@media screen and (max-width: 750px) {
  .renewal .inner {
    width: 84%;
    margin: 0 auto;
    padding: 8% 0 14%;
  }

  .renewal .renewalTtl {
    font-size: 7.5vw;
    line-height: 1.4;
    margin-bottom: 4%;
  }

  .renewal .renewalTtl span {
    font-size: 2.5vw;
    text-decoration: underline 0.8px;
    text-underline-offset: 5px;
  }

  .renewal .renewalSub {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }

  .renewalBox {
    width: 100%;
    position: relative;
  }

  .renewalBox:not(:last-child) {
    margin-bottom: 14%;
  }

  .renewalBox::before {
    width: 110%;
    height: min(60%, 680px);
    content: "";
    position: absolute;
    background-color: #02abc0;
    border-radius: 10px;
    top: 0;
    left: -5%;
    z-index: -1;
  }

  .renewalBox .ttl {
    width: 100%;
    display: block;
    align-items: center;
  }

  .renewalBox .ttl figure {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }

  .renewalBox .ttl hgroup {
    color: #FFF;
    font-weight: 600;
    padding: 1.5em 0;
  }

  .renewalBox .ttl .name {
    font-size: 3.5vw;
    line-height: 1.6;
  }

  .renewalBox .ttl .sub {
    font-size: 6.5vw;
    line-height: 1.3;
  }

  .renewalCont {
    width: 100%;
    position: relative;
  }

  .renewalCont .txtBox {
    width: 100%;
    padding: 2em 0 0;
    background: none;
  }

  .renewalCont .txtBox .txtInner {
    width: 100%;
  }

  .renewalCont .txt {
    font-size: 4vw;
    line-height: 1.6;
    color: #02abc0;
    font-weight: 600;
    padding-top: 0.8em;
  }

  .renewalCont .figure {
    width: 100%;
    position: static;
  }
}

/*==============================
works
==============================*/
.works {
  width: 100%;
  background: url(../images/flow_bg01.webp) left top no-repeat;
  background-size: contain;
  background-color: #02abc0;
}

.works .inner {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  padding: min(6%, 60px) 0;
}

.works .workslTtl {
  color: #FFF;
  font-feature-settings: "palt";
  font-size: min(5.5vw, 55px);
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
  margin-bottom: min(4%, 40px);
}

.works .workslTtl span {
  display: block;
  font-size: min(1.8vw, 18px);
  text-decoration: underline 0.8px;
  text-underline-offset: 5px;
}


.worksList {
  width: 100%;
  background-color: #FFF;
  margin-bottom: min(6%, 60px);
}

.worksList .txtArea {
  width: 94%;
  margin: 0 auto;
  padding: 3% 0;
}

.worksList .txtArea p {
  font-size: min(1.5vw, 16px);
  line-height: 1.6;
  padding-top: 1.5em;
}

.qualification {
  width: 100%;
  background-color: #FFF;
}

.qualification_inner {
  width: 90%;
  margin: 0 auto;
  padding: 4% 0 2%;
}

.qualification .icon {
  width: 24%;
  margin: 0 auto;
}

.qualification .ttl {
  color: #003264;
  font-size: min(3.7vw, 38px);
  line-height: 1.3;
  font-feature-settings: "palt";
  font-weight: 600;
  text-align: center;
}

.qualification .read {
  font-size: min(1.6vw, 18px);
  line-height: 1.6;
  text-align: left;
  padding: 1.5em 0;
}

.qualification .tableTtl {
  width: 100%;
  color: #FFF;
  font-size: min(2.4vw, 24px);
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  padding: 0.6em 0;
  background: linear-gradient(to right, #00adc1, #004699);
}

.qualification .table {
  border-left: #c9c9c9 1px solid;
  border-right: #c9c9c9 1px solid;
  width: 100%;
  margin-bottom: min(4%, 40px);
}

.qualification .table th,
.qualification .table td {
  border-bottom: #c9c9c9 1px solid;
  font-size: min(1.7vw, 18px);
  line-height: 1.4;
  padding: 0.8em 1em;
}

.qualification .table th {
  border-right: #c9c9c9 1px solid;
  text-align: left;
}

.worksBtm dl {
  border-left: #003264 4px solid;
  padding: 0.4em 0 0.5em 1em;
  margin-bottom: 1.5em;
}

.worksBtm dt {
  color: #003264;
  font-size: min(2.6vw, 26px);
  line-height: 1.4;
  font-weight: 600;
}

.worksBtm dd {
  font-size: min(1.8vw, 18px);
  line-height: 1.4;
}

@media screen and (max-width: 750px) {
  .works .inner {
    width: 92%;
    margin: 0 auto;
    padding: 8% 0 6%;
  }

  .works .workslTtl {
    font-size: 7.5vw;
    line-height: 1.4;
    margin-bottom: 8%;
  }

  .works .workslTtl span {
    font-size: 2.5vw;
    text-decoration: underline 0.8px;
    text-underline-offset: 5px;
  }


  .worksList {
    margin-bottom: 6%
  }

  .worksList .txtArea {
    width: 94%;
    margin: 0 auto;
    padding: 5% 0;
  }

  .worksList .txtArea p {
    font-size: 3vw;
    line-height: 1.6;
    padding-top: 1.2em;
  }

  .qualification {
    width: 100%;
    background-color: #FFF;
  }

  .qualification_inner {
    width: 90%;
    margin: 0 auto;
    padding: 4% 0 3%;
  }

  .qualification .icon {
    width: 40%;
    margin: 0 auto;
  }

  .qualification .ttl {
    font-size: 5.5vw;
    line-height: 1.4;
  }

  .qualification .read {
    font-size: 3.4vw;
    line-height: 1.6;
    padding: 1.5em 0;
  }

  .qualification .tableTtl {
    font-size: 3.4vw;
    line-height: 1.2;
    padding: 0.6em 0;
  }

  .qualification .table {
    margin-bottom: 6%;
  }

  .qualification .table th,
  .qualification .table td {
    font-size: 3.4vw;
    line-height: 1.4;
    padding: 0.6em 1em;
  }

  .qualification .table th {
    text-align: left;
    white-space: nowrap;
  }

  .worksBtm dl {
    padding: 0.3em 0 0.4em 1em;
    margin-bottom: 1.5em;
  }

  .worksBtm dt {
    font-size: 5vw;
    line-height: 1.4;
    margin-bottom: 0.1em;
  }

  .worksBtm dd {
    font-size: 3.4vw;
    line-height: 1.4;
  }
}


/*==============================
faq
==============================*/
.faq {
  width: 100%;
  background-color: #dae4f3;
  padding-top: min(6%, 60px);
}

.faq .faqTtl {
  color: #003264;
  font-feature-settings: "palt";
  font-size: min(4.5vw, 45px);
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
  margin-bottom: min(5%, 50px);
}

.faq .faqTtl span {
  display: block;
  font-size: min(1.8vw, 18px);
  text-decoration: underline 0.8px;
  text-underline-offset: 5px;
}

.faq .inner {
  width: 90%;
  max-width: 760px;
  margin: 0 auto min(6%, 60px);
  padding-bottom: min(6%, 60px);
}

.faq li:not(:last-child) {
  margin-bottom: min(6%, 60px);
}

.faq dt {
  width: 100%;
  background-color: #FFF;
  border-radius: 2em;
  color: #003264;
  font-size: min(3.2vw, 32px);
  line-height: 1.4;
  font-weight: 600;
  padding: 0.4em 0;
  display: flex;
  align-items: center;
}

.faq dt img {
  width: 5.2%;
  max-width: 40px;
  margin: 0 2% 0 10%;
}

.faq dd {
  width: 90%;
  margin: 0 auto;
  font-size: min(1.8vw, 18px);
  line-height: 1.6;
  padding-top: 1.2em;
}

@media screen and (max-width: 750px) {
  .faq {
    width: 100%;
    background-color: #dae4f3;
    padding-top: 8%;
  }

  .faq .inner {
    width: 90%;
    max-width: 760px;
    margin: 0 auto;
    padding-bottom: 10%;
  }

  .faq .faqTtl {
    font-size: 7.5vw;
    line-height: 1.4;
    margin-bottom: 8%;
  }

  .faq .faqTtl span {
    font-size: 2.5vw;
    text-decoration: underline 0.8px;
    text-underline-offset: 5px;
  }

  .faq li:not(:last-child) {
    margin-bottom: 8%;
  }

  .faq dt {
    width: 100%;
    background-color: #FFF;
    border-radius: 2em;
    color: #003264;
    font-size: 4vw;
    line-height: 1.4;
    font-weight: 600;
    padding: 0.4em 0;
    display: flex;
    align-items: center;
  }

  .faq dt img {
    width: 6%;
    max-width: 40px;
    margin: 0 2% 0 5%;
  }

  .faq dd {
    width: 90%;
    margin: 0 auto;
    font-size: 4vw;
    line-height: 1.6;
    padding-top: 0.8em;
  }
}


/*==============================
footer
==============================*/
footer {
  width: 100%;
  background-color: #dde7f6;
}

footer .inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: min(40px,8%) 0 0;
}

.footLogo {
  max-width: 300px;
  margin: 0 auto;
}

.footLink {
  display: flex;
  justify-content: center;
  gap: 1.5em;
  font-size: min(1, 4vw, 14px);
  line-height: 1.4;
  padding: 1.5em 0 2em;
}

.footLink a {
  color: #333;
  text-align: center;
}

.footBnr01 {
  max-width: 640px;
  margin: 0 auto 3%;
}

.footBnr02 {
  max-width: 256px;
  margin: 0 auto;
}

address {
  font-size: 14px;
  line-height: 1.4;
  font-style: normal;
  text-align: center;
  padding: 2em 0;
}

@media screen and (max-width: 750px) {
  footer .inner {
    width: 90%;
    padding: 6% 0 0;
  }

  .footLogo {
    max-width: 50%;
    margin: 0 auto;
  }

  .footLink {
    font-size: 3vw;
    line-height: 1.4;
    padding: 1.5em 0 2em;
  }

  .footBnr01 {
    max-width: 100%;
    margin: 0 auto 6%;
  }

  .footBnr02 {
    max-width: 60%;
    margin: 0 auto;
  }

  address {
    font-size: 2.5vw;
    line-height: 1.4;
    padding: 2em 0;
  }
}

/*========================================
floatBnr
========================================*/
.floatBnr_pc {
  width: 20%;
  max-width: 200px;
  position: fixed;
  right: 0;
  bottom: -110px;
  z-index: 9999;
}

.floatBnr_pc dl {
  border-radius: 10px;
  padding: 5px;
}

.floatBnr_pc dl:nth-child(1) {
  background-color: #003264;
  margin-bottom: 4%;
}

.floatBnr_pc dl:nth-child(2) {
  background: linear-gradient(to right, #87be07, #5f9f1e);
}

.floatBnr_pc dl:nth-child(1) dt {
  position: relative;
}

.floatBnr_pc dl:nth-child(1) dd a:nth-child(1) {
  margin-bottom: 5px;
}


.floatBnr_pc dt figure {
  width: 76px;
  position: absolute;
  right: -15px;
  bottom: 0;
}

.floatBnr_pc dd a:hover {
  filter: brightness(125%);
  -webkit-transition: all .4s;
  transition: all .4s;
}

@media screen and (max-width: 750px) {
  .floatBnr_sp {
    width: 96%;
    max-width: 720px;
    position: fixed;
    bottom: 10px;
    left: 2%;
    z-index: 9000;
  }

  .floatBnr_sp ul {
    position: absolute;
    width: 97%;
    right: 1.5%;
    bottom: 8%;
    display: flex;
    gap: 1.5%
  }

  .floatBnr_sp li {
    width: 50%
  }

  .floatBnr_sp figure {
    width: 12%;
    position: absolute;
    right: 3%;
    bottom: 66%;
  }
}