@charset "UTF-8";
/* リセット
---------------------------------------------------- */
*:focus {
  outline: none;
}

* {
  box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
u,
b,
mark,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
figure,
button {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset,
img {
  border: 0;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: inherit;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
  font-weight: inherit;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

br {
  letter-spacing: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

main {
  display: block;
}

u {
  text-decoration: none;
}

b {
  font-weight: inherit;
}

mark {
  background: none;
  color: inherit;
}

time {
  display: block;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}

button {
  font-family: inherit;
  color: inherit;
  border: none;
  cursor: pointer;
}

/* ページ共通
---------------------------------------------------- */
html {
  color: #3a3b3c;
  font-size: 10px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}

*:first-child + html body {
  font-size: 87%;
}

hr {
  border: none;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

.clearfix:after {
  content: ".";
  /* 新しい要素を作る */
  display: block;
  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear {
  clear: both;
}

.none {
  margin: 0;
  padding: 0;
  border: none;
}

.set-anime {
  opacity: 0;
  transition: 0.8s;
  position: relative;
  top: 30px;
}
.set-anime.show-anime {
  opacity: 1;
  top: 0;
}

img {
  max-width: 100%;
  height: auto;
}

svg {
  vertical-align: top;
}

input[type=text],
input[type=submit],
input[type=reset],
input[type=button],
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
}

input[type=text],
input[type=password],
textarea {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: #aaa;
}
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ccc;
  opacity: 1;
}
input[type=text]::-moz-input-placeholder,
input[type=password]::-moz-input-placeholder,
textarea::-moz-input-placeholder {
  /* Fox */
  color: #ccc;
  opacity: 1;
}
input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, textarea::-moz-placeholder {
  /* Others */
  color: #ccc;
  opacity: 1;
}
input[type=text]::placeholder,
input[type=password]::placeholder,
textarea::placeholder {
  /* Others */
  color: #ccc;
  opacity: 1;
}

input[type=text] {
  padding: 8px 16px;
  width: 100%;
}
input[type=text]::-ms-clear {
  visibility: hidden;
}

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

select {
  box-sizing: border-box;
}
select::-ms-expand {
  display: none;
}

textarea {
  padding: 16px;
  vertical-align: baseline;
  width: 100%;
}
/*--------------------------------------
 メインコンテンツ
---------------------------------------*/
.mainZone {
  background: url("../img/main/bg.jpg") bottom no-repeat;
  background-size: cover;
}
.mainZone .swiper-wrapper {
  transition-timing-function: linear;
}
.mainZone .swiper-wrapper {
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .mainZone .swiper-wrapper {
    padding: 5px;
    width: 50vw;
  }
}
.mainZone .swiper-wrapper li {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .mainZone .swiper-wrapper li {
    width: 50vw;
  }
}
.mainZone .swiper-wrapper img {
  border-radius: 10px;
  overflow: hidden;
}
.mainZone .swiper-wrapper {
  padding: 25px 0 35px 0;
}
@media screen and (max-width: 767px) {
  .mainZone .swiper-wrapper {
    padding: 4vw 0;
  }
}
.mainZone .main_img {
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mainZone .main_img img {
    width: 94%;
    height: auto;
    position: relative;
    z-index: 2;
  }
}
.mainZone .main_img::before {
  content: "";
  display: block;
  background: url("../img/main/bf_main.png") 0 0 no-repeat;
  background-size: contain;
  width: 256px;
  height: 280px;
  position: absolute;
  top: 47%;
  left: 50%;
  margin-left: -680px;
}
@media screen and (max-width: 767px) {
  .mainZone .main_img::before {
    margin-left: 0;
    left: 5vw;
    width: 25vw;
  }
}
.mainZone .main_img::after {
  content: "";
  display: block;
  background: url("../img/main/af_main.png") 0 0 no-repeat;
  background-size: contain;
  width: 246px;
  height: 162px;
  position: absolute;
  top: 68%;
  left: 50%;
  margin-left: 380px;
}
@media screen and (max-width: 767px) {
  .mainZone .main_img::after {
    right: 3%;
    left: auto;
    margin-left: 0;
    width: 25vw;
  }
}
.mainZone .btn {
  position: fixed;
  z-index: 2;
  left: 0%;
  width: 100%;
  text-align: center;
  bottom: 10px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .mainZone .btn {
    width: 100%;
    margin-left: 0;
    left: 0;
    text-align: center;
  }
}
.mainZone .btn a {
  display: block;
  width: 650px;
  margin: -100px auto 0 auto;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: linear-gradient(180deg, rgb(255, 151, 0) 30%, rgb(255, 77, 0) 70%);
  padding: 15px;
  box-sizing: border-box;
  border-radius: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mainZone .btn a {
    width: 74vw;
    padding: 1.8vw 2.5vw 2.5vw 2.5vw;
    border-radius: 10vw;
    margin: -10vw auto 0 auto;
  }
}
.mainZone .btn a span {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .mainZone .btn a span {
    font-size: 1rem;
    line-height: 1.2;
  }
}
.mainZone .btn a p {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .mainZone .btn a p {
    font-size: 1.8rem;
  }
}
.mainZone .btn a::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 40px;
  top: 38px;
}
@media screen and (max-width: 767px) {
  .mainZone .btn a::after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    right: 6vw;
    top: 7vw;
  }
}
.mainZone .btn a:hover {
  transition: 0.3s ease;
  filter: brightness(1.2);
}

/*--------------------------------------
 メインコンテンツ
---------------------------------------*/
.introZone {
  padding: 100px 0 70px 0;
}
@media screen and (max-width: 767px) {
  .introZone {
    padding: 10vw 0 5vw 0;
  }
}
.introZone .inner {
  position: relative;
}
.introZone .inner h2.ttl {
  text-align: center;
  color: #006265;
}
.introZone .inner h2.ttl::before {
  content: "";
  display: block;
  background: url("../img/intro/im_ph01.jpg") 0 0 no-repeat;
  background-size: contain;
  width: 320px;
  height: 179px;
  position: absolute;
  left: -15%;
  top: -70px;
}
@media screen and (max-width: 767px) {
  .introZone .inner h2.ttl::before {
    display: none;
  }
}
.introZone .inner h2.ttl::after {
  content: "";
  display: block;
  background: url("../img/intro/im_ph02.jpg") 0 0 no-repeat;
  background-size: contain;
  width: 278px;
  height: 185px;
  position: absolute;
  right: -15%;
  top: -100px;
}
@media screen and (max-width: 767px) {
  .introZone .inner h2.ttl::after {
    display: none;
  }
}
.introZone p {
  text-align: center;
  font-size: 2rem;
  line-height: 1.8;
  margin-top: 50px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .introZone p {
    font-size: 1.4rem;
    text-align: left;
    margin-top: 4vw;
  }
  .introZone p br {
    display: none;
  }
}
.introZone p::before {
  content: "";
  display: block;
  background: url("../img/intro/im_ph03.jpg") 0 0 no-repeat;
  background-size: contain;
  width: 265px;
  height: 160px;
  position: absolute;
  left: -20%;
  top: 30px;
}
@media screen and (max-width: 767px) {
  .introZone p::before {
    display: none;
  }
}
.introZone p::after {
  content: "";
  display: block;
  background: url("../img/intro/im_ph04.jpg") 0 0 no-repeat;
  background-size: contain;
  width: 278px;
  height: 185px;
  position: absolute;
  right: -18%;
  top: 0px;
}
@media screen and (max-width: 767px) {
  .introZone p::after {
    display: none;
  }
}

/*--------------------------------------
 メインコンテンツ
---------------------------------------*/
.creativeZone {
  padding: 0 0 70px 0;
}
@media screen and (max-width: 767px) {
  .creativeZone {
    padding: 0 0 10vw 0;
  }
}
.creativeZone .in_cont {
  background: url("../img/creative/bg.jpg") 0 0 no-repeat;
  background-size: cover;
  position: relative;
}
.creativeZone .in_cont .ttl {
  position: relative;
  top: -140px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .creativeZone .in_cont .ttl {
    top: -20vw;
  }
}
.creativeZone .in_cont .fl_box {
  display: flex;
  justify-content: space-between;
  margin-top: -100px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .creativeZone .in_cont .fl_box {
    margin-top: -13vw;
    padding-bottom: 8vw;
    flex-direction: column;
  }
}
.creativeZone .in_cont .fl_box li {
  width: 48.2%;
  background: #fff;
  border-radius: 5px;
  padding: 35px 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .creativeZone .in_cont .fl_box li {
    width: 100%;
    padding: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .creativeZone .in_cont .fl_box li + li {
    margin-top: 4vw;
  }
}
.creativeZone .in_cont .fl_box li .cap-box {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #006265;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .creativeZone .in_cont .fl_box li .cap-box {
    font-size: 1.6rem;
    margin-bottom: 3vw;
  }
}
.creativeZone .in_cont .fl_box li dl {
  background: #c9edee;
  padding: 15px 15px 20px 20px;
  box-sizing: border-box;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .creativeZone .in_cont .fl_box li dl {
    padding: 3vw;
    margin-top: 3vw;
  }
}
.creativeZone .in_cont .fl_box li dl dt {
  font-size: 18px;
  letter-spacing: -1.2px;
  font-weight: bold;
  color: #00aeb3;
}
@media screen and (max-width: 767px) {
  .creativeZone .in_cont .fl_box li dl dt {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
.creativeZone .in_cont .fl_box li dl dd {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.65;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .creativeZone .in_cont .fl_box li dl dd {
    font-size: 1.2rem;
    margin-top: 2vw;
  }
}
.creativeZone .eng_big {
  margin-bottom: -55px;
}
@media screen and (max-width: 767px) {
  .creativeZone .eng_big {
    margin-bottom: 0vw;
    width: 300%;
    margin-left: -60vw;
  }
}

/*--------------------------------------
 メインコンテンツ
---------------------------------------*/
.caseZone {
  position: relative;
}
.caseZone::after {
  content: "";
  display: block;
  background: url("../img/case/af_cat02.png") 0 0 no-repeat;
  background-size: contain;
  width: 150px;
  height: 227px;
  position: absolute;
  top: -150px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .caseZone::after {
    width: 27vw;
    height: 41vw;
    top: -8vw;
  }
}
.caseZone .fl_cap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .caseZone .fl_cap {
    flex-direction: column-reverse;
    align-items: flex-start;
    width: 90%;
    max-width: unset;
  }
}
@media screen and (max-width: 767px) {
  .caseZone .fl_cap dd {
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .caseZone .fl_cap dd img {
    height: 16vw;
    width: auto;
  }
}
.caseZone .fl_cap dt .ttl {
  color: #006265;
}
.caseZone .fl_cap dt p {
  font-size: 2rem;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .caseZone .fl_cap dt p {
    font-size: 1.4rem;
  }
}
.caseZone .exWrap {
  background: linear-gradient(transparent 40%, #003783 0%);
}
@media screen and (max-width: 767px) {
  .caseZone .exWrap {
    width: 100vw;
    overflow-x: scroll;
  }
}
.caseZone ul.ex {
  padding-top: 60px;
  margin: 0 auto;
  height: 300px;
}
@media screen and (max-width: 767px) {
  .caseZone ul.ex {
    padding-top: 10vw;
    min-width: 215vw;
    height: 40vw;
  }
}
.caseZone ul.ex li {
  margin: 0 10px;
  position: relative;
  width: 23%;
}
@media screen and (max-width: 767px) {
  .caseZone ul.ex li {
    width: 50vw;
    margin: 0 0 0 3vw;
  }
}
.caseZone ul.ex li a {
  display: block;
  transition: 0.2s;
}
.caseZone ul.ex li a:hover {
  transform: scale(1.05);
}
.caseZone ul.ex li a:hover span {
  opacity: 1;
}
.caseZone ul.ex li span {
  display: block;
  padding-top: 5px;
  position: absolute;
  left: 1.8%;
  top: 0;
  width: 93.8%;
  height: 100%;
  padding-top: 30%;
  opacity: 0;
  transition: 0.3s;
  text-align: center;
}
.caseZone ul.ex li span em {
  background-color: #fff;
  border-radius: 50px;
  display: block;
  margin-top: 10px;
  width: 40%;
  color: #000;
  padding: 0.3em;
  font-weight: bold;
  margin: 20px auto;
}

/*--------------------------------------
 メインコンテンツ
---------------------------------------*/
.featureZone {
  background: #d3edfb;
  padding: 180px 30px 70px 30px;
}
@media screen and (max-width: 767px) {
  .featureZone {
    padding: 10vw 0;
  }
}
.featureZone .inner h2.ttl {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .featureZone .inner h2.ttl {
    display: block;
    text-align: left;
  }
}
.featureZone .inner h2.ttl::before {
  content: "";
  display: block;
  background: url("../img/feature/eng_txt.png") 0 0 no-repeat;
  background-size: contain;
  width: 554px;
  height: 138px;
  position: absolute;
  bottom: -40px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .featureZone .inner h2.ttl::before {
    position: static;
    width: 65vw;
    height: 16vw;
    margin-bottom: 3vw;
  }
}
.featureZone .inner dl.box {
  background: #fff;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .featureZone .inner dl.box {
    flex-direction: column;
    margin-top: 5vw;
    padding: 4vw;
  }
}
.featureZone .inner dl.box + dl {
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .featureZone .inner dl.box + dl {
    margin-top: 4vw;
  }
}
.featureZone .inner dl.box dt {
  width: 59%;
  padding: 35px;
}
@media screen and (max-width: 767px) {
  .featureZone .inner dl.box dt {
    width: 100%;
    padding: 0;
  }
}
.featureZone .inner dl.box dt p {
  font-weight: bold;
  font-size: 2.4rem;
  color: #006265;
}
@media screen and (max-width: 767px) {
  .featureZone .inner dl.box dt p {
    font-size: 1.6rem;
  }
}
.featureZone .inner dl.box dt span {
  display: block;
  font-size: 1.6rem;
  margin-top: 20px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .featureZone .inner dl.box dt span {
    font-size: 1.4rem;
    margin: 2vw 0 3vw 0;
  }
}
.featureZone .inner dl.box dd {
  width: 41.8%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .featureZone .inner dl.box dd {
    width: 100%;
    height: 60vw;
    overflow: hidden;
    border-radius: 5px;
  }
}
.featureZone .inner dl.box dd::after {
  content: "内製化";
  font-size: 7.6rem;
  color: #fff;
  mix-blend-mode: exclusion;
  font-weight: 500;
  writing-mode: vertical-rl;
  font-family: "Zen Old Mincho", system-ui;
  display: block;
  position: absolute;
  bottom: -40px;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .featureZone .inner dl.box dd::after {
    writing-mode: unset;
    font-size: 3rem;
    bottom: auto;
    right: auto;
    top: 4vw;
    left: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .featureZone .inner dl.box:nth-child(3) {
    flex-direction: column-reverse;
  }
}
.featureZone .inner dl.box:nth-child(3) dd::after {
  content: "スピード";
  bottom: auto;
  top: -40px;
  right: auto;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .featureZone .inner dl.box:nth-child(3) dd::after {
    top: 4vw;
    left: 4vw;
  }
}
.featureZone .inner dl.box:nth-child(4) dd::after {
  content: "成果";
  bottom: auto;
  top: -40px;
}
@media screen and (max-width: 767px) {
  .featureZone .inner dl.box:nth-child(4) dd::after {
    top: 4vw;
    left: 4vw;
  }
}

/*--------------------------------------
 メインコンテンツ
---------------------------------------*/
.priceZone {
  background: url("../img/price/bg.jpg") 0 0 no-repeat;
  background-size: cover;
  padding: 120px 30px 70px 30px;
}
@media screen and (max-width: 767px) {
  .priceZone {
    padding: 10vw 0;
  }
}
.priceZone h2.ttl {
  text-align: left;
  color: #fff;
}
.priceZone h2.ttl::before {
  content: "";
  display: block;
  background: url("../img/price/eng_txt.png") 0 0 no-repeat;
  background-size: contain;
  width: 373px;
  height: 137px;
  position: absolute;
  bottom: -40px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .priceZone h2.ttl::before {
    position: static;
    width: 45vw;
    height: 16vw;
    margin-bottom: 3vw;
  }
}
.priceZone .fl_2box {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .priceZone .fl_2box {
    margin-top: 7vw;
    flex-direction: column;
    border-radius: 0;
  }
}
.priceZone .fl_2box .box_here {
  width: 50%;
  background-color: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .priceZone .fl_2box .box_here {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
  }
}
.priceZone .fl_2box .box_here .cap {
  text-align: center;
  background: #2a5fbf;
  color: #fff;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .priceZone .fl_2box .box_here .cap {
    padding: 4vw;
  }
}
.priceZone .fl_2box .box_here .cap span {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .priceZone .fl_2box .box_here .cap span {
    font-size: 1.6rem;
  }
}
.priceZone .fl_2box .box_here .cap p {
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .priceZone .fl_2box .box_here .cap p {
    font-size: 1.8rem;
  }
}
.priceZone .fl_2box .box_here .in_word {
  padding: 25px 30px;
}
@media screen and (max-width: 767px) {
  .priceZone .fl_2box .box_here .in_word {
    padding: 4vw;
  }
}
.priceZone .fl_2box .box_here .in_word .next_t {
  font-size: 1.6rem;
  line-height: 1.7;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 767px) {
  .priceZone .fl_2box .box_here .in_word .next_t {
    font-size: 1.4rem;
    padding-bottom: 3vw;
  }
}
.priceZone .fl_2box .box_here .in_word .number li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 0 20px 20px 20px;
  border-bottom: 1px solid #cccccc;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .priceZone .fl_2box .box_here .in_word .number li {
    padding: 0 4vw 4vw 4vw;
    margin-bottom: 4vw;
  }
}
.priceZone .fl_2box .box_here .in_word .number li .text {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .priceZone .fl_2box .box_here .in_word .number li .text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .priceZone .fl_2box .box_here .in_word .number li .img img {
    width: 14vw;
    height: 13.4vw;
  }
}
.priceZone .fl_2box .box_here .in_word .number li .num {
  font-size: 5rem;
  color: #2a5fbf;
}
@media screen and (max-width: 767px) {
  .priceZone .fl_2box .box_here .in_word .number li .num {
    font-size: 4rem;
  }
}
.priceZone .fl_2box .box_here .in_word .number li .num em {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .priceZone .fl_2box .box_here .in_word .number li .num em {
    font-size: 1.6rem;
  }
}
.priceZone .fl_2box .box_here .in_word .number li .num span {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .priceZone .fl_2box .box_here .in_word .number li .num span {
    font-size: 1.8rem;
  }
}
.priceZone .fl_2box .box_here .in_word .list_check {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.priceZone .fl_2box .box_here .in_word .list_check li {
  width: 50%;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .priceZone .fl_2box .box_here .in_word .list_check li {
    margin-bottom: 1vw;
    font-size: 1.2rem;
  }
}
.priceZone .fl_2box .box_here .in_word .list_check li::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  background: url("../img/price/check_ic.png") 0 0 no-repeat;
  background-size: contain;
  width: 20px;
  height: 21px;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .priceZone .fl_2box .box_here .in_word .list_check li::before {
    width: 3vw;
    height: 3vw;
  }
}
.priceZone .fl_2box .box_here .in_word .btn {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(180deg, rgb(255, 151, 0) 30%, rgb(255, 77, 0) 70%);
  padding: 20px;
  box-sizing: border-box;
  border-radius: 30px;
  margin-top: 30px;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .priceZone .fl_2box .box_here .in_word .btn {
    font-size: 1.8rem;
  }
}
.priceZone .fl_2box .box_here .in_word .btn::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 40px;
  top: 24px;
}
@media screen and (max-width: 767px) {
  .priceZone .fl_2box .box_here .in_word .btn::after {
    width: 2.5vw;
    height: 2.5vw;
  }
}
.priceZone .fl_2box .box_here .in_word .btn:hover {
  transition: 0.3s ease;
  filter: brightness(1.2);
}
.priceZone .fl_2box .box_here:nth-child(2) {
  border-left: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .priceZone .fl_2box .box_here:nth-child(2) {
    border-left: 0;
    margin-top: 4vw;
  }
}
.priceZone .fl_2box .box_here:nth-child(2) .cap {
  background: #00926e;
}
.priceZone .fl_2box .box_here:nth-child(2) .number li .num {
  color: #00926e;
}

/*--------------------------------------
 メインコンテンツ
---------------------------------------*/
.faqZone {
  background: #f5f5f5;
  padding: 150px 30px 70px 30px;
}
@media screen and (max-width: 767px) {
  .faqZone {
    padding: 10vw 0;
  }
}
.faqZone h2.ttl {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .faqZone h2.ttl {
    text-align: left;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
}
.faqZone h2.ttl::before {
  content: "";
  display: block;
  background: url("../img/faq/eng_txt.png") 0 0 no-repeat;
  background-size: contain;
  width: 493px;
  height: 179px;
  position: absolute;
  bottom: -45px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .faqZone h2.ttl::before {
    position: relative;
    left: 4vw;
    bottom: auto;
    width: 45vw;
    height: 16vw;
    margin-top: 3vw;
  }
}
.faqZone .listfaq {
  margin-top: 40px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .faqZone .listfaq {
    margin-top: 0;
  }
}
.faqZone .listfaq li dt {
  background: #007eb3;
  padding: 5px 15px;
  cursor: pointer;
  color: #fff;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faqZone .listfaq li dt {
    font-size: 1.4rem;
  }
}
.faqZone .listfaq li dt::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 20px;
  top: 24px;
}
.faqZone .listfaq li dt::before {
  content: "";
  display: block;
  width: 2px;
  height: 24px;
  background: #fff;
  position: absolute;
  right: 31px;
  top: 14px;
}
.faqZone .listfaq li dt em {
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff67f;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .faqZone .listfaq li dt em {
    margin-right: 2vw;
  }
}
.faqZone .listfaq li dt.click::before {
  display: none;
  transition: 0.3s;
}
.faqZone .listfaq li dd {
  display: none;
  font-size: 1.8rem;
  line-height: 1.7;
  margin: 20px 0 30px 0;
}
@media screen and (max-width: 767px) {
  .faqZone .listfaq li dd {
    font-size: 1.4rem;
    margin: 3vw 0 4vw 0;
  }
}
.faqZone .listfaq li + li {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .faqZone .listfaq li + li {
    margin-top: 2.5vw;
  }
}

/*--------------------------------------
 メインコンテンツ
---------------------------------------*/
.contactZone {
  background: url("../img/contact/bg.jpg") 0 0 no-repeat;
  background-size: cover;
  padding: 70px 30px;
}
@media screen and (max-width: 767px) {
  .contactZone {
    padding: 10vw 0;
  }
}
.contactZone h2.ttl {
  text-align: center;
  color: #fff;
}
.contactZone .next_ttl {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  margin: 10px 0 40px 0;
}
@media screen and (max-width: 767px) {
  .contactZone .next_ttl {
    font-size: 1.4rem;
    margin: 3vw 0 6vw 0;
  }
}
.contactZone .jouken {
  background-color: #fff;
  padding: 1em;
  border-radius: 10px;
  margin-bottom: 2em;
  max-width: 700px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contactZone .jouken {
    width: 100%;
  }
}
.contactZone .jouken strong {
  font-weight: bold;
  background: linear-gradient(transparent 75%, #ffff05 75%);
}
.contactZone .jouken table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contactZone .jouken table tr {
    font-size: 1.2rem;
  }
}
.contactZone .jouken table td,
.contactZone .jouken table th {
  padding: 0.8em;
}
.contactZone .jouken table td ul,
.contactZone .jouken table th ul {
  display: flex;
}
.contactZone .jouken table td ul label,
.contactZone .jouken table th ul label {
  margin-right: 20px;
}
.contactZone .jouken table td ul label input,
.contactZone .jouken table th ul label input {
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .contactZone .jouken table td,
  .contactZone .jouken table th {
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contactZone .jouken table tr {
    display: block;
    padding-bottom: 10px;
  }
}
.contactZone .jouken table th {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .contactZone .jouken table th {
    width: 100%;
  }
}
.contactZone .jouken dt {
  background-color: #666;
  color: #fff;
  padding: 0.6em;
}
.contactZone .jouken dd {
  padding: 1em 0 0 0;
  font-size: 1.6rem;
}
.contactZone .jouken dd ul {
  padding-left: 1.5em;
}
.contactZone .jouken dd ul li {
  list-style: disc;
}
.contactZone .jouken dd ul li + li {
  margin-top: 0.7em;
}
.contactZone .l-form2 {
  margin: 20px 0 50px;
}
@media screen and (max-width: 767px) {
  .contactZone .l-form2 {
    margin: 2vw 0 4vw 0;
  }
}
.contactZone .l-form2 .send_but {
  width: 100%;
  margin-top: 25px;
}
.contactZone .l-form2 .send_but button {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, rgb(255, 151, 0) 30%, rgb(255, 77, 0) 70%);
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  height: 60px;
  border-radius: 30px;
  box-shadow: 0 3px 3px 0 #8f1c1c;
}
@media screen and (max-width: 767px) {
  .contactZone .l-form2 .send_but button {
    font-size: 1.6rem;
    height: 10vw;
  }
}
.contactZone .l-form2 .send_but button:hover {
  transition: 0.2s;
  filter: brightness(130%);
}
.contactZone .l-form2 h2 {
  background-color: #ccc;
}
.contactZone .l-form2 textarea {
  border: 1px solid rgb(167, 167, 167) !important;
}
.contactZone .l-form2 select {
  border: 1px solid rgb(167, 167, 167) !important;
}
.contactZone .l-form2 input {
  border: 1px solid rgb(167, 167, 167);
}
.contactZone .l-form2 .formIn {
  box-sizing: border-box;
  margin: 0 auto;
  position: sticky;
  top: 0;
  left: 0;
}
.contactZone .l-form2 .formIn p {
  margin-bottom: 5px;
}
.contactZone .l-form2 .formIn label + label {
  margin-left: 5px;
}
.contactZone .l-form2 .formIn table {
  background-color: #fff;
}
.contactZone .l-form2 .formIn td,
.contactZone .l-form2 .formIn th {
  padding: 1em;
  border: 1px solid #666;
}
@media screen and (max-width: 767px) {
  .contactZone .l-form2 .formIn td,
  .contactZone .l-form2 .formIn th {
    display: block;
  }
}
.contactZone .l-form2 .formIn th {
  background-color: rgb(175, 214, 255);
  width: 30%;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contactZone .l-form2 .formIn th {
    width: 100%;
  }
}
.contactZone .l-form2 .formIn td {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .contactZone .l-form2 .formIn td {
    width: 100%;
  }
}
.contactZone .l-form2 .formIn textarea,
.contactZone .l-form2 .formIn input[type=text] {
  padding: 0.5em;
  width: 100%;
}
.contactZone .l-form2 .formIn h2 {
  text-align: center;
  color: #ffee00;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}
.contactZone .l-form2 .formIn h2::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 60px;
  background-color: #ffee00;
  position: absolute;
  left: 8%;
  bottom: 0;
  transform: rotate(-25deg);
}
.contactZone .l-form2 .formIn h2::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 60px;
  background-color: #ffee00;
  position: absolute;
  right: 7%;
  bottom: 0;
  transform: rotate(25deg);
}
.contactZone .l-form2 .formIn h2 span {
  font-size: 2.2rem;
  display: block;
}
.contactZone .l-form2 .formIn form {
  margin-top: 10px;
  display: block;
}

.logo {
  text-align: center;
}

.set-anime {
  transition: 0.5s;
  opacity: 0;
}

.show-anime {
  opacity: 1;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  color: #000;
}

.btn_cen {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .btn_cen {
    margin-top: 6vw;
  }
}
.btn_cen a:hover {
  filter: brightness(1.2);
  transition: 0.3s;
}

.l-header {
  background: #fff;
  width: 100%;
  top: 0;
  padding: 20px 40px;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 3.2vw 6.6666666667vw;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .l-header .logo img {
    width: 22vw;
  }
}

.l-cont {
  position: relative;
  overflow: hidden;
  min-width: 1000px;
}
@media screen and (max-width: 767px) {
  .l-cont {
    overflow: hidden;
    min-width: auto;
  }
}
.l-cont h2.ttl {
  position: relative;
  font-size: 3.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .l-cont h2.ttl {
    font-size: 2rem;
  }
}

.l-footer span {
  font-size: 1.4rem;
  padding: 40px;
  text-align: center;
  display: block;
}
@media screen and (max-width: 767px) {
  .l-footer span {
    font-size: 1.2rem;
    padding: 4vw;
  }
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 1200px) {
  .inner {
    width: 90%;
  }
}
.contact-page {
  text-align: center;
}
.contact-page h2 {
  font-weight: bold;
  font-size: 18px;
  margin: 1em;
}
@media screen and (max-width: 767px) {
  .contact-page h2 {
    font-size: 15px;
  }
}
.contact-page p {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .contact-page p {
    font-size: 13px;
  }
}
.contact-page .btn-box {
  margin-top: 1em;
}
.contact-page .btn-box a {
  text-decoration: underline;
}

.blogZone {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .blogZone {
    padding: 10vw 0;
  }
}
.blogZone h2 {
  text-align: center;
  margin-bottom: 1em;
}
.blogZone .btn {
  margin-top: 30px;
  text-align: center;
}
.blogZone .btn a {
  display: inline-block;
  background-color: #000;
  padding: 10px 2em;
  color: #FFF;
  font-weight: bold;
  font-size: 18px;
}

.article-list {
  width: 90%;
  max-width: 1600px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 0 auto;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .article-list {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}
.article-list span {
  display: block;
  margin-top: 10px;
}
.article-list img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .article-list img {
    height: 100px;
  }
}/*# sourceMappingURL=style.css.map */