@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
/* ブレイクポイント参考

PC:インナーコンテンツサイズ以上
Laptop-HiDPI:1440
Laptop-MDPI :1280
iPad Pro(10.5inch):834
iPad Pro(12.9inch):1024
iPad:601
SP:600

*/
/* レスポンシブサイト非表示 */
/* PCのみ */
@media screen and (max-width: 1025px) {
  .pc {
    display: none !important;
  }
}
/* 1500以上 */
@media screen and (max-width: 1500px) {
  .only1500 {
    display: none !important;
  }
}
/* 1400以上 */
@media screen and (max-width: 1400px) {
  .only1400 {
    display: none !important;
  }
}
/* タブレット・PC */
@media screen and (max-width: 599px) {
  .tbpc {
    display: none !important;
  }
}
/* タブレット・SP */
@media screen and (min-width: 1025px) {
  .tbsp {
    display: none !important;
  }
}
/* タブレットのみ */
@media screen and (max-width: 599px), (min-width: 1025px) {
  .tb {
    display: none !important;
  }
}
/* SPのみ */
@media screen and (min-width: 1400px) {
  .w1400 {
    display: none !important;
  }
}
/* SPのみ */
@media screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: auto;
  }
}
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

li {
  list-style: none;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

/*--------------------------------------------------------

	body設定

----------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", Verdana, Meiryo, sans-serif;
  color: #222;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  line-height: 1.6;
  font-size: 1.4rem;
  overflow-x: hidden;
  font-weight: 500;
  /*font-feature-settings: "palt" 1;*/
}
@media screen and (max-width: 599px) {
  body {
    font-size: 1.3rem;
  }
}
body.modal-scrooll-stop {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  body {
    font-weight: 400;
  }
}

a {
  text-decoration: none;
}

.color {
  background-color: #000;
  color: #fff;
}

* {
  max-height: 999999px;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
}

/*クリアフィックス*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

button {
  transition: 0.3s;
  cursor: pointer;
}

p,
h1,
h2,
h3,
h4,
h5,
dt,
dd,
a {
  font-display: swap;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.mlr-05 {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.ml-05 {
  margin-left: -0.5em;
}

.mr-05 {
  margin-right: -0.5em;
}

.mlr-02 {
  margin-left: -0.2em;
  margin-right: -0.2em;
}

.mb10 {
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .mb10 {
    margin-bottom: 10px;
  }
}

.mb20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .mb20 {
    margin-bottom: 10px;
  }
}

.mb25 {
  margin-bottom: 25px;
}
@media screen and (max-width: 599px) {
  .mb25 {
    margin-bottom: 15px;
  }
}

.mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .mb30 {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 599px) {
  .mb30 {
    margin-bottom: 20px;
  }
}

.mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .mb40 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .mb40 {
    margin-bottom: 20px;
  }
}

.mb45 {
  margin-bottom: 45px;
}
@media screen and (max-width: 900px) {
  .mb45 {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 599px) {
  .mb45 {
    margin-bottom: 25px;
  }
}

.mb50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .mb50 {
    margin-bottom: 30px;
  }
}

.mb60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 599px) {
  .mb60 {
    margin-bottom: 40px;
  }
}

.mb80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .mb80 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 900px) {
  .mb80 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .mb80 {
    margin-bottom: 40px;
  }
}

.mb100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 1024px) {
  .mb100 {
    margin-bottom: 70px !important;
  }
}
@media screen and (max-width: 900px) {
  .mb100 {
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb100 {
    margin-bottom: 40px !important;
  }
}

.pb00 {
  padding-bottom: 0 !important;
}

.anchor {
  margin-top: -150px;
  padding-top: 150px;
}
@media screen and (max-width: 1200px) {
  .anchor {
    margin-top: -130px;
    padding-top: 130px;
  }
}
@media screen and (max-width: 599px) {
  .anchor {
    margin-top: -90px;
    padding-top: 90px;
  }
}

.scroll-hint-icon::before {
  background-image: url(../img/common/icon_scroll.svg) !important;
  background-size: 100% auto;
}
.scroll-hint-icon::after {
  display: none !important;
}

.tel-link {
  color: #000 !important;
  text-decoration: none !important;
  cursor: auto !important;
}

@media print {
  .sp {
    display: none !important;
  }
  body {
    width: 1140px;
    -webkit-print-color-adjust: exact;
  }
  /*　------- ↓その他参考例　---------
  .header {
      position: relative !important; //ヘッダー固定fixedを解除
  }
  .header .header-inner {
      width: 100% !important; //サイト幅を解除
  }
  .page-title {
      margin-top: 0px !important; //固定ヘッダー時のマージンTOP分を解除
      width: 100% !important; //サイト幅を解除
  }
  .breadcrumbs-list {
      width: 100% !important; //サイト幅を解除
  }
  .global-nav {
      width: 100%; //サイト幅を解除
  }
  ------- ↑その他参考　---------*/
}
@page {
  size: A4;
  margin: 12.7mm 9.7mm;
}
.header {
  width: 260px;
  height: 100vh;
  background-color: #11a3dd;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 1600px) {
  .header {
    width: 220px;
  }
}
@media screen and (max-width: 1500px) {
  .header {
    width: 100%;
    height: 80px;
    background-color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (max-width: 900px) {
  .header {
    height: 60px;
    position: relative;
  }
}
@media screen and (max-width: 599px) {
  .header {
    height: 50px;
  }
}
.header__logo {
  padding: 30px 0 30px;
  width: 100%;
  line-height: 0.1;
  background-color: #fff;
}
@media screen and (max-width: 1500px) {
  .header__logo {
    margin-left: 20px;
    padding: 0 0 2px;
    width: 255px;
  }
}
@media screen and (max-width: 900px) {
  .header__logo {
    margin-left: 15px;
    width: 220px;
  }
}
.header__logo__image {
  margin: 0 auto;
  width: 72.3%;
  display: block;
}
@media screen and (max-width: 1500px) {
  .header__logo__image {
    display: none;
  }
}
.header__logo__image02 {
  width: 100%;
  display: none;
}
@media screen and (max-width: 1500px) {
  .header__logo__image02 {
    display: block;
  }
}
@media screen and (max-width: 1500px) {
  .header__nav {
    display: none;
  }
}
.header__nav__item:nth-child(2n) .header__nav__item__link {
  background-color: transparent;
}
.header__nav__item__link {
  padding-left: 50px;
  width: 100%;
  height: 60px;
  font-size: 15px;
  line-height: 60px;
  color: #fff;
  font-weight: 700;
  display: block;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  display: block;
  position: relative;
}
.header__nav__item__link::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #99d322;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 8px);
  right: 15px;
  transition: 0.2s;
}
@media screen and (max-width: 1600px) {
  .header__nav__item__link::before {
    right: 12px;
  }
}
.header__nav__item__link::after {
  content: "";
  border-width: 3px 0 3px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
}
@media screen and (max-width: 1600px) {
  .header__nav__item__link::after {
    right: 17px;
  }
}
.header__nav__item__link:hover {
  padding-left: 53px;
}
.header__nav__item__link:hover::before {
  transform: scale(1.2);
}
.header__nav__item__link.ground {
  background-image: url(../img/icon_ground_white.svg);
  background-size: 27px auto;
  background-position: 14px 21px;
}
.header__nav__item__link.turf {
  background-image: url(../img/icon_turf_white.svg);
  background-size: 26px auto;
  background-position: 14px 19px;
}
.header__nav__item__link.net {
  background-image: url(../img/icon_net_white.svg);
  background-size: 21px auto;
  background-position: 16px 22px;
}
.header__nav__item__link.elastic {
  background-image: url(../img/icon_elastic_white.svg);
  background-size: 25px auto;
  background-position: 14px 19px;
}
.header__nav__item__link.sunshade {
  background-image: url(../img/icon_sunshade_white.svg);
  background-size: 22px auto;
  background-position: 16px 19px;
}
.header__tel {
  margin: 30px 0 0;
  text-align: center;
  display: block;
  cursor: auto;
}
@media screen and (max-width: 1600px) {
  .header__tel {
    margin: 25px 0 0;
  }
}
@media screen and (max-width: 1500px) {
  .header__tel {
    margin: 0;
    width: 260px;
    height: 80px;
    background-color: #11a3dd;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 260px;
  }
}
@media screen and (max-width: 900px) {
  .header__tel {
    width: 50%;
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 599px) {
  .header__tel {
    height: 60px;
  }
}
.header__tel__inner {
  padding-left: 0.08em;
  font-size: 22px;
  line-height: 1;
  color: #fff;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.04em;
  display: inline-block;
}
@media screen and (max-width: 1600px) {
  .header__tel__inner {
    padding-left: 0.08em;
    font-size: 19px;
  }
}
@media screen and (max-width: 1500px) {
  .header__tel__inner {
    padding-left: 32px;
    font-size: 19px;
    color: #000;
    background-image: url(../img/icon_tel.svg);
    background-repeat: no-repeat;
    background-size: 22px auto;
    background-position: 0 50%;
  }
}
@media screen and (max-width: 599px) {
  .header__tel__inner {
    padding-top: 3px;
    padding-left: 20px;
    font-size: 15px;
    color: #000;
    background-size: 16px auto;
  }
}
@media screen and (max-width: 320px) {
  .header__tel__inner {
    padding-left: 0;
    background-image: none;
  }
}
.header__tel__inner__time {
  padding-left: 0.2em;
  margin-top: 5px;
  font-size: 15px;
  line-height: 1;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  text-align: center;
  display: block;
}
@media screen and (max-width: 1600px) {
  .header__tel__inner__time {
    font-size: 13px;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 1500px) {
  .header__tel__inner__time {
    margin-top: 3px;
    font-weight: 700;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 599px) {
  .header__tel__inner__time {
    margin-top: 2px;
    font-size: 11px;
    letter-spacing: 0;
  }
}
.header__form {
  padding-left: 35px;
  width: 100%;
  height: 90px;
  background-color: #e78;
  text-align: left;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1600px) {
  .header__form {
    padding-left: 25px;
    height: 80px;
  }
}
@media screen and (max-width: 1500px) {
  .header__form {
    padding-left: 0;
    position: fixed;
    width: 260px;
    height: 80px;
    text-align: center;
    bottom: auto;
    top: 0;
  }
}
@media screen and (max-width: 900px) {
  .header__form {
    width: 50%;
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 599px) {
  .header__form {
    height: 60px;
  }
}
.header__form::before {
  content: "";
  width: 62px;
  height: 107px;
  background-image: url(../img/contact_ill.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: 10px;
  right: 15px;
}
@media screen and (max-width: 1600px) {
  .header__form::before {
    right: 8px;
  }
}
@media screen and (max-width: 1500px) {
  .header__form::before {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .header__form:hover {
    background-color: #22c399;
  }
  .header__form:hover .header__form__text::after {
    border-color: transparent transparent transparent #22c399;
  }
}
.header__form__text {
  padding-left: 21px;
  height: 90px;
  font-size: 16px;
  line-height: 88px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.06em;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .header__form__text {
    height: 80px;
    font-size: 15px;
    line-height: 78px;
    background-size: 21px auto;
  }
}
@media screen and (max-width: 1500px) {
  .header__form__text {
    padding-left: 32px;
    height: 80px;
    font-size: 16px;
    line-height: 78px;
    color: #000;
    background-image: url(../img/icon_mail.svg);
    background-repeat: no-repeat;
    background-size: 24px auto;
    background-position: 0 50%;
  }
}
@media screen and (max-width: 599px) {
  .header__form__text {
    padding-left: 21px;
    height: 60px;
    font-size: 13px;
    line-height: 59px;
    background-size: 18px auto;
  }
}
@media screen and (max-width: 320px) {
  .header__form__text {
    padding-left: 0;
    background-image: none;
  }
}
.header__form__text::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #ff0;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
}
@media screen and (max-width: 1500px) {
  .header__form__text::before {
    display: none;
  }
}
.header__form__text::after {
  content: "";
  border-width: 3px 0 3px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #e78;
  position: absolute;
  top: calc(50% - 3px);
  left: 6px;
  transition: 0.2s;
}
@media screen and (max-width: 1500px) {
  .header__form__text::after {
    display: none;
  }
}

.contents {
  width: calc(100% - 260px);
}
@media screen and (max-width: 1600px) {
  .contents {
    width: calc(100% - 220px);
  }
}
@media screen and (max-width: 1500px) {
  .contents {
    margin-top: 80px;
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .contents {
    margin-top: 0;
  }
}

.main {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 599px) {
  .main {
    z-index: 11;
  }
}
.main__slider {
  line-height: 0.1;
}
@media screen and (max-width: 599px) {
  .main__slider {
    padding-top: 100vw;
  }
}
.main__slider__item {
  margin-left: 48%;
  max-height: 100vh;
  overflow: hidden;
}
.main__slider__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main__slider div {
  line-height: 0.1;
}
.main__box {
  padding: 5% 4.4% 4.8% 5%;
  width: 38%;
  max-width: 540px;
  background-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 50%;
  left: 7%;
  transform: translateY(-57%);
}
@media screen and (max-width: 1500px) {
  .main__box {
    margin: 0 auto;
    left: 0;
    right: 0;
    transform: translateY(-52%);
  }
}
@media screen and (max-width: 1100px) {
  .main__box {
    width: 36%;
  }
}
@media screen and (max-width: 1024px) {
  .main__box {
    width: 370px;
  }
}
@media screen and (max-width: 900px) {
  .main__box {
    width: 320px;
  }
}
@media screen and (max-width: 599px) {
  .main__box {
    padding: 11% 10% 0;
    width: 100%;
    height: 100vw;
    background-color: #456;
    left: 0;
    top: 0;
    transform: translateY(0);
  }
}
.main__box::before {
  content: "";
  width: 100%;
  height: 20px;
  background-image: url(../img/bias.png);
  background-repeat: repeat;
  background-position: 50% 50%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 900px) {
  .main__box::before {
    height: 10px;
    background-size: 12px auto;
  }
}
.main__box__copy {
  margin-bottom: 7%;
  line-height: 0.1;
}
@media screen and (max-width: 599px) {
  .main__box__copy {
    margin-bottom: 5%;
  }
}
.main__box__lead {
  font-size: 17px;
  line-height: 1.88;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 1300px) {
  .main__box__lead {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .main__box__lead {
    font-size: 17px;
    text-align: justify;
  }
  .main__box__lead br {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .main__box__lead {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .main__box__lead {
    font-size: 15px;
    line-height: 1.75;
  }
}
@media screen and (max-width: 900px) {
  .main__box__lead {
    font-size: 13px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 599px) {
  .main__box__lead {
    font-size: 3.47vw;
    line-height: 1.7;
  }
  .main__box__lead br {
    display: inline;
  }
}
.main__box__free {
  width: 25%;
  position: absolute;
  top: 3%;
  right: -6%;
}
@media screen and (max-width: 900px) {
  .main__box__free {
    width: 30%;
    top: -5%;
    right: -10%;
  }
}
@media screen and (max-width: 599px) {
  .main__box__free {
    width: 26%;
    top: -5%;
    right: 4%;
  }
}
.main__box__ill {
  width: 25%;
  position: absolute;
  bottom: -13%;
  right: -4.5%;
}
@media screen and (max-width: 900px) {
  .main__box__ill {
    width: 30%;
    right: -5.5%;
  }
}
@media screen and (max-width: 599px) {
  .main__box__ill {
    width: 26%;
    bottom: -15%;
    right: 4%;
  }
}

.service-nav {
  padding: 100px 50px 150px;
}
@media screen and (max-width: 1300px) {
  .service-nav {
    padding: 80px 50px 120px;
  }
}
@media screen and (max-width: 1024px) {
  .service-nav {
    padding: 60px 40px 100px;
  }
}
@media screen and (max-width: 900px) {
  .service-nav {
    padding: 50px 20px 80px;
  }
}
@media screen and (max-width: 599px) {
  .service-nav {
    padding: 30px 4px 50px;
  }
}
.service-nav__list {
  margin: 50px auto 0;
  width: 100%;
  max-width: 1500px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 1400px) {
  .service-nav__list {
    margin-top: 10px;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599px) {
  .service-nav__list {
    margin-top: 10px;
    justify-content: space-between;
  }
}
.service-nav__list__item {
  width: calc((100% - 80px) / 5);
}
@media screen and (max-width: 1700px) {
  .service-nav__list__item {
    width: calc((100% - 40px) / 5);
  }
}
@media screen and (max-width: 1400px) {
  .service-nav__list__item {
    margin-top: 30px;
    margin-left: 30px;
    width: calc((100% - 60px) / 3);
  }
  .service-nav__list__item:nth-child(3n-2) {
    margin-left: 0;
  }
}
@media screen and (max-width: 1100px) {
  .service-nav__list__item {
    margin-top: 20px;
    margin-left: 20px;
    width: calc((100% - 40px) / 3);
  }
  .service-nav__list__item:nth-child(3n-2) {
    margin-left: 0;
  }
}
@media screen and (max-width: 900px) {
  .service-nav__list__item {
    margin-top: 20px;
    margin-left: 20px;
    width: calc((100% - 20px) / 2);
  }
  .service-nav__list__item:nth-child(3n-2) {
    margin-left: 20px;
  }
  .service-nav__list__item:nth-child(2n-1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 599px) {
  .service-nav__list__item {
    margin-top: 4px;
    margin-left: 0;
    width: calc((100% - 4px) / 2);
  }
  .service-nav__list__item:nth-child(3n-2) {
    margin-left: 0;
  }
  .service-nav__list__item:nth-child(2n-1) {
    margin-left: 0;
  }
  .service-nav__list__item:last-child {
    width: 100%;
  }
  .service-nav__list__item:last-child .service-nav__list__item__link__photo {
    height: 35vw;
    overflow: hidden;
  }
}
.service-nav__list__item__link {
  height: 100%;
  background-color: #eef3f7;
  display: block;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .service-nav__list__item__link:hover {
    transform: translateY(-10px);
    box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.1);
  }
}
.service-nav__list__item__link::before {
  content: "";
  width: 100%;
  height: 8px;
  background-color: rgba(17, 163, 221, 0.6);
  background-image: url(../img/bias.png);
  background-repeat: repeat;
  background-position: 50% 50%;
  background-size: 13px auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 599px) {
  .service-nav__list__item__link::before {
    height: 5px;
    background-size: 8px auto;
  }
}
.service-nav__list__item__link__arrow {
  margin: 0 auto;
  width: 26px;
  height: 26px;
  background-color: #11a3dd;
  border-radius: 50%;
  position: absolute;
  bottom: 33px;
  left: 0;
  right: 0;
  transition: 0.2s;
}
.service-nav__list__item__link__arrow::after {
  content: "";
  border-width: 7px 4px 0 4px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: 9px;
  left: calc(50% - 4px);
}
@media screen and (max-width: 599px) {
  .service-nav__list__item__link__arrow {
    width: 18px;
    height: 18px;
    bottom: 20px;
  }
  .service-nav__list__item__link__arrow::after {
    border-width: 5px 3px 0 3px;
    bottom: 6px;
    left: calc(50% - 3px);
  }
}
.service-nav__list__item__link__photo {
  width: 100%;
}
.service-nav__list__item__link__inner {
  padding: 0 20px 78px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .service-nav__list__item__link__inner {
    padding: 0 10px 50px;
  }
}
.service-nav__list__item__link__inner__title {
  padding-top: 56px;
  font-size: 24px;
  line-height: 1;
  color: #000;
  font-weight: 700;
  text-align: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1600px) {
  .service-nav__list__item__link__inner__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 599px) {
  .service-nav__list__item__link__inner__title {
    padding-top: 40.32px;
    font-size: 4.4vw;
  }
}
.service-nav__list__item__link__inner__title.ground {
  padding-left: 0.2em;
  letter-spacing: 0.2em;
  background-image: url(../img/icon_ground_blue.svg);
  background-size: 40px auto;
  background-position: 53% 22px;
}
@media screen and (max-width: 599px) {
  .service-nav__list__item__link__inner__title.ground {
    background-size: 28px auto;
    background-position: 53% 15.4px;
  }
}
.service-nav__list__item__link__inner__title.turf {
  padding-left: 0.02em;
  letter-spacing: 0.02em;
  background-image: url(../img/icon_turf_blue.svg);
  background-size: 35px auto;
  background-position: 50% 19px;
}
@media screen and (max-width: 599px) {
  .service-nav__list__item__link__inner__title.turf {
    background-size: 24.5px auto;
    background-position: 50% 13.3px;
  }
}
.service-nav__list__item__link__inner__title.net {
  padding-left: 0.12em;
  letter-spacing: 0.12em;
  background-image: url(../img/icon_net_blue.svg);
  background-size: 33px auto;
  background-position: 50% 19px;
}
@media screen and (max-width: 599px) {
  .service-nav__list__item__link__inner__title.net {
    background-size: 23.1px auto;
    background-position: 50% 13.3px;
  }
}
.service-nav__list__item__link__inner__title.elastic {
  padding-left: 0.12em;
  letter-spacing: 0.12em;
  background-image: url(../img/icon_elastic_blue.svg);
  background-size: 33px auto;
  background-position: 50% 17px;
}
@media screen and (max-width: 599px) {
  .service-nav__list__item__link__inner__title.elastic {
    background-size: 23.1px auto;
    background-position: 50% 11.9px;
  }
}
.service-nav__list__item__link__inner__title.sunshade {
  padding-left: 0.12em;
  letter-spacing: 0.12em;
  background-image: url(../img/icon_sunshade_blue.svg);
  background-size: 32px auto;
  background-position: 50% 16px;
}
@media screen and (max-width: 599px) {
  .service-nav__list__item__link__inner__title.sunshade {
    background-size: 22.4px auto;
    background-position: 50% 11.2px;
  }
}
.service-nav__list__item__link__inner__title__en {
  margin-top: 6px;
  font-size: 11px;
  line-height: 1;
  color: #8bc;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  display: block;
}
@media screen and (max-width: 599px) {
  .service-nav__list__item__link__inner__title__en {
    margin-top: 4px;
    font-size: 10px;
  }
}
.service-nav__list__item__link__inner__ex {
  margin-top: 12px;
  width: 100%;
  padding: 18px 20px;
  background-color: #fff;
  border-radius: 3px;
}
@media screen and (max-width: 599px) {
  .service-nav__list__item__link__inner__ex {
    margin-top: 10px;
  }
}
.service-nav__list__item__link__inner__ex__list {
  margin-top: -9px;
  margin-left: -1em;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.service-nav__list__item__link__inner__ex__list__item {
  margin-top: 9px;
  margin-left: 1em;
  padding-left: 1em;
  font-size: 13px;
  line-height: 1;
  color: #000;
  position: relative;
}
@media screen and (max-width: 599px) {
  .service-nav__list__item__link__inner__ex__list__item {
    margin-top: 6px;
    font-size: 12px;
  }
}
.service-nav__list__item__link__inner__ex__list__item::before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #11a3dd;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 0;
}
@media screen and (max-width: 599px) {
  .service-nav__list__item__link__inner__ex__list__item::before {
    top: 2px;
  }
}

.nayami {
  padding: 0 50px 180px;
  background-color: #22c399;
  background-image: url(../img/nayami_bg.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50% 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .nayami {
    padding: 0 50px 18vw;
    background-size: auto 60%;
  }
}
@media screen and (max-width: 900px) {
  .nayami {
    padding: 0 30px 18vw;
  }
}
@media screen and (max-width: 599px) {
  .nayami {
    padding: 0 10px 20vw;
    background-size: auto 80%;
  }
}
.nayami__title {
  margin: 0 auto 0;
  width: 740px;
  height: 100px;
  font-size: 34px;
  line-height: 100px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  background-color: #000;
  border-radius: 50px;
  position: relative;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .nayami__title {
    width: 640px;
    height: 90px;
    font-size: 30px;
    line-height: 90px;
    border-radius: 45px;
  }
}
@media screen and (max-width: 900px) {
  .nayami__title {
    width: 560px;
    height: 80px;
    font-size: 27px;
    line-height: 80px;
    border-radius: 40px;
  }
}
@media screen and (max-width: 599px) {
  .nayami__title {
    margin-bottom: -5px;
    width: 320px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    border-radius: 25px;
  }
}
@media screen and (max-width: 599px) {
  .nayami__title {
    width: 290px;
    font-size: 16px;
  }
}
.nayami__title::before {
  content: "";
  border-width: 26px 15px 0 15px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  left: calc(50% - 15px);
  bottom: -26px;
}
@media screen and (max-width: 599px) {
  .nayami__title::before {
    border-width: 17px 10px 0 10px;
    left: calc(50% - 10px);
    bottom: -17px;
  }
}
.nayami__list {
  margin: 0 auto;
  width: 100%;
  max-width: 1340px;
  height: 560px;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .nayami__list {
    height: 600px;
  }
}
@media screen and (max-width: 1200px) {
  .nayami__list {
    height: 50vw;
  }
}
@media screen and (max-width: 1024px) {
  .nayami__list {
    height: 58vw;
  }
}
@media screen and (max-width: 900px) {
  .nayami__list {
    height: 70vw;
  }
}
@media screen and (max-width: 599px) {
  .nayami__list {
    height: 75vw;
    overflow: hidden;
  }
}
.nayami__list__item {
  width: 19.5%;
  position: absolute;
}
@media screen and (max-width: 1600px) {
  .nayami__list__item {
    width: 21%;
  }
}
@media screen and (max-width: 1300px) {
  .nayami__list__item {
    width: 23%;
  }
}
@media screen and (max-width: 1024px) {
  .nayami__list__item {
    width: 25%;
  }
}
@media screen and (max-width: 900px) {
  .nayami__list__item {
    width: 28%;
  }
}
@media screen and (max-width: 599px) {
  .nayami__list__item {
    width: 32%;
  }
}
.nayami__list__item::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/nayami_waku.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 50% 50%;
  position: absolute;
  animation: 30s linear infinite rotation;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.nayami__list__item.nayami01 {
  top: 38%;
  left: 0;
  animation: 3s linear infinite nayami01-movie;
}
@media screen and (max-width: 1300px) {
  .nayami__list__item.nayami01 {
    top: 43%;
  }
}
@media screen and (max-width: 1024px) {
  .nayami__list__item.nayami01 {
    top: 48%;
  }
}
@media screen and (max-width: 900px) {
  .nayami__list__item.nayami01 {
    top: 52%;
  }
}
@keyframes nayami01-movie {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5%);
  }
  100% {
    transform: translateY(0);
  }
}
.nayami__list__item.nayami02 {
  top: 2%;
  left: 19.1%;
  animation: 3.2s linear infinite nayami02-movie;
}
@media screen and (max-width: 1024px) {
  .nayami__list__item.nayami02 {
    top: 5%;
  }
}
@media screen and (max-width: 900px) {
  .nayami__list__item.nayami02 {
    top: 6%;
    left: 17%;
  }
}
@media screen and (max-width: 599px) {
  .nayami__list__item.nayami02 {
    top: 3%;
    left: 12%;
  }
}
@keyframes nayami02-movie {
  0% {
    transform: translateY(5%);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5%);
  }
}
.nayami__list__item.nayami03 {
  top: 30%;
  left: 41.269%;
  animation: 2.8s linear infinite nayami03-movie;
}
@media screen and (max-width: 1300px) {
  .nayami__list__item.nayami03 {
    top: 35%;
  }
}
@media screen and (max-width: 1024px) {
  .nayami__list__item.nayami03 {
    top: 39%;
  }
}
@media screen and (max-width: 900px) {
  .nayami__list__item.nayami03 {
    left: 38%;
    top: 42%;
  }
}
@media screen and (max-width: 599px) {
  .nayami__list__item.nayami03 {
    left: 35%;
    top: 38%;
  }
}
@keyframes nayami03-movie {
  0% {
    transform: translateY(-2%);
  }
  50% {
    transform: translateY(3%);
  }
  100% {
    transform: translateY(-2%);
  }
}
.nayami__list__item.nayami04 {
  top: 0%;
  right: 16.567%;
  animation: 3s linear infinite nayami04-movie;
}
@media screen and (max-width: 900px) {
  .nayami__list__item.nayami04 {
    right: 14%;
  }
}
@keyframes nayami04-movie {
  0% {
    transform: translateY(5%);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5%);
  }
}
.nayami__list__item.nayami05 {
  bottom: 0%;
  right: 0%;
  animation: 3.2s linear infinite nayami05-movie;
}
@keyframes nayami05-movie {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5%);
  }
  100% {
    transform: translateY(0);
  }
}
.nayami__ill {
  margin: 0 auto;
  position: absolute;
  width: 560px;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .nayami__ill {
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  .nayami__ill {
    width: 55%;
  }
}

.omakase {
  padding: 20px 50px 150px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .omakase {
    padding: 20px 50px 100px;
  }
}
@media screen and (max-width: 900px) {
  .omakase {
    padding: 10px 30px 60px;
  }
}
@media screen and (max-width: 599px) {
  .omakase {
    padding: 10px 20px 40px;
  }
}
.omakase__arrow {
  margin: 0 auto 15px;
  width: 120px;
  display: block;
}
@media screen and (max-width: 900px) {
  .omakase__arrow {
    margin: 0 auto 5px;
    width: 80px;
  }
}
@media screen and (max-width: 599px) {
  .omakase__arrow {
    margin: 0 auto 5px;
    width: 60px;
  }
}
.omakase__box {
  margin: 0 auto;
  padding: 50px 50px 55px calc(50px + 0.06em);
  max-width: 1240px;
  font-size: 52px;
  line-height: 1;
  color: #000;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-align: center;
  background-color: #ff0;
  border-radius: 20px;
  position: relative;
}
.omakase__box br {
  display: none;
}
@media screen and (max-width: 1100px) {
  .omakase__box {
    padding: 45px 20px 50px calc(20px + 0.06em);
    font-size: 48px;
    border-radius: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .omakase__box {
    font-size: 4vw;
  }
}
@media screen and (max-width: 900px) {
  .omakase__box {
    padding: 35px 10px 40px calc(10px + 0.06em);
    font-size: 4.5vw;
    border-radius: 10px;
  }
}
@media screen and (max-width: 599px) {
  .omakase__box {
    padding: 25px 10px 25px calc(10px + 0.06em);
    font-size: 8vw;
    line-height: 1.3;
    border-radius: 5px;
  }
  .omakase__box br {
    display: inline;
  }
}
.omakase__box__sub {
  margin-bottom: 15px;
  margin-left: -0.2em;
  padding-left: 0;
  font-size: 0.5769em;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: block;
}
@media screen and (max-width: 900px) {
  .omakase__box__sub {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 599px) {
  .omakase__box__sub {
    margin-bottom: 1px;
    font-size: 0.47em;
    line-height: 1.4;
  }
}
.omakase__box__ill {
  width: 120px;
  position: absolute;
  right: 33px;
  bottom: -80px;
}
@media screen and (max-width: 1100px) {
  .omakase__box__ill {
    width: 100px;
    right: 30px;
    bottom: -75px;
  }
}
@media screen and (max-width: 900px) {
  .omakase__box__ill {
    width: 90px;
    right: -20px;
    bottom: -55px;
  }
}
@media screen and (max-width: 599px) {
  .omakase__box__ill {
    width: 70px;
    right: -18px;
    bottom: -35px;
  }
}

.contact {
  padding: 105px 50px 120px;
  background-color: #22c399;
  background-image: url(../img/contact_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .contact {
    padding: 70px 50px 80px;
  }
}
@media screen and (max-width: 900px) {
  .contact {
    padding: 50px 30px 60px;
  }
}
@media screen and (max-width: 599px) {
  .contact {
    padding: 45px 25px 40px;
  }
}
.contact::before {
  content: "";
  width: 100%;
  height: 20px;
  background-image: url(../img/bias.png);
  background-repeat: repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.7;
}
@media screen and (max-width: 900px) {
  .contact::before {
    height: 15px;
    background-size: 18px auto;
  }
}
@media screen and (max-width: 599px) {
  .contact::before {
    height: 10px;
    background-size: 12px auto;
  }
}
.contact__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 925px;
}
.contact__inner__title {
  margin-bottom: 40px;
  padding-left: 0.06em;
  font-size: 46px;
  line-height: 1;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .contact__inner__title {
    margin-bottom: 30px;
    font-size: 42px;
  }
}
@media screen and (max-width: 900px) {
  .contact__inner__title {
    font-size: 38px;
  }
}
@media screen and (max-width: 599px) {
  .contact__inner__title {
    margin-bottom: 20px;
    font-size: 7vw;
  }
}
.contact__inner__title__sub {
  margin-bottom: 15px;
  font-size: 0.478em;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 900px) {
  .contact__inner__title__sub {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  .contact__inner__title__sub {
    margin-bottom: 7px;
    font-size: 0.55em;
  }
}
.contact__inner__title__free {
  width: 125px;
  position: absolute;
  top: -50px;
  right: 85px;
}
@media screen and (max-width: 1024px) {
  .contact__inner__title__free {
    width: 110px;
    top: -40px;
    right: calc(50% - 340px);
  }
}
@media screen and (max-width: 900px) {
  .contact__inner__title__free {
    top: -35px;
    right: calc(50% - 310px);
    width: 100px;
  }
}
@media screen and (max-width: 599px) {
  .contact__inner__title__free {
    top: -16vw;
    right: calc(50% - 48.5vw);
    width: 20vw;
  }
}
.contact__inner__btns {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.contact__inner__btns__item {
  width: calc((100% - 25px) / 2);
}
@media screen and (max-width: 1024px) {
  .contact__inner__btns__item {
    width: calc((100% - 15px) / 2);
  }
}
@media screen and (max-width: 900px) {
  .contact__inner__btns__item {
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .contact__inner__btns__item {
    margin-top: 20px;
    width: 100%;
  }
  .contact__inner__btns__item:first-child {
    margin-top: 0;
  }
}
.contact__inner__btns__item__btn {
  padding-left: 25px;
  width: 100%;
  height: 100px;
  color: #000;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  background-repeat: no-repeat;
  display: block;
}
@media screen and (max-width: 900px) {
  .contact__inner__btns__item__btn {
    height: 80px;
  }
}
@media screen and (max-width: 599px) {
  .contact__inner__btns__item__btn {
    height: 70px;
  }
}
.contact__inner__btns__item__btn.form {
  font-size: 24px;
  line-height: 98px;
  font-family: "Noto Sans JP", sans-serif !important;
  background-color: #e78;
  background-image: url(../img/icon_mail.svg);
  background-size: 30px auto;
  background-position: 35px 50%;
}
@media screen and (max-width: 900px) {
  .contact__inner__btns__item__btn.form {
    font-size: 20px;
    line-height: 78px;
    background-size: 24px auto;
    background-position: 25px 50%;
  }
}
@media screen and (max-width: 599px) {
  .contact__inner__btns__item__btn.form {
    font-size: 19px;
    line-height: 68px;
  }
}
@media screen and (min-width: 1025px) {
  .contact__inner__btns__item__btn.form:hover {
    background-color: #22c399;
  }
}
.contact__inner__btns__item__btn.tel {
  font-size: 28px;
  line-height: 100px;
  font-family: "Roboto", sans-serif !important;
  background-color: #11a3dd;
  background-image: url(../img/icon_tel.svg);
  background-size: 24px auto;
  background-position: 35px 50%;
  cursor: auto;
}
@media screen and (max-width: 900px) {
  .contact__inner__btns__item__btn.tel {
    font-size: 23px;
    line-height: 80px;
    background-size: 19.2px auto;
    background-position: 25px 50%;
  }
}
@media screen and (max-width: 599px) {
  .contact__inner__btns__item__btn.tel {
    font-size: 21px;
    line-height: 70px;
  }
}
.contact__inner__btns__item__text {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .contact__inner__btns__item__text {
    margin-top: 10px;
  }
}
@media screen and (max-width: 900px) {
  .contact__inner__btns__item__text {
    font-size: 15px;
  }
}
.contact__inner__caution {
  margin-top: 30px;
  padding: 20px;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
}
.contact__inner__caution br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .contact__inner__caution {
    margin-top: 25px;
    padding: 18px;
  }
}
@media screen and (max-width: 900px) {
  .contact__inner__caution {
    font-size: 15px;
  }
  .contact__inner__caution br {
    display: inline;
  }
}
@media screen and (max-width: 599px) {
  .contact__inner__caution {
    margin-top: 15px;
    padding: 17px 20px;
    font-size: 14px;
    text-align: justify;
  }
  .contact__inner__caution br {
    display: none;
  }
}

.features {
  padding: 120px 50px 150px;
}
@media screen and (max-width: 1300px) {
  .features {
    padding: 100px 50px 120px;
  }
}
@media screen and (max-width: 1100px) {
  .features {
    padding: 100px 20px 120px;
  }
}
@media screen and (max-width: 1024px) {
  .features {
    padding: 80px 20px 100px;
  }
}
@media screen and (max-width: 900px) {
  .features {
    padding: 60px 10px 80px;
  }
}
@media screen and (max-width: 599px) {
  .features {
    padding: 35px 10px 40px;
  }
}
.features__list {
  margin: -20px auto 0;
  width: 100%;
  max-width: 1340px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1700px) {
  .features__list {
    margin-top: 0;
  }
}
@media screen and (max-width: 1200px) {
  .features__list {
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .features__list {
    margin-top: 10px;
  }
}
.features__list__item {
  margin-top: 60px;
  width: calc((100% - 60px) / 2);
  background-color: #eef3f7;
}
@media screen and (max-width: 1700px) {
  .features__list__item {
    margin-top: 40px;
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 1200px) {
  .features__list__item {
    margin-top: 20px;
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 900px) {
  .features__list__item {
    margin-top: 10px;
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .features__list__item {
    width: 100%;
  }
}
.features__list__item__photo {
  display: block;
  position: relative;
}
.features__list__item__photo__ill {
  position: absolute;
}
.features__list__item__photo__ill.features-ill01 {
  width: 96px;
  position: absolute;
  bottom: -61px;
  right: 46px;
}
@media screen and (max-width: 1200px) {
  .features__list__item__photo__ill.features-ill01 {
    width: 86.4px;
    bottom: -54.9px;
    right: 41.4px;
  }
}
@media screen and (max-width: 900px) {
  .features__list__item__photo__ill.features-ill01 {
    width: 76.8px;
    bottom: -48.8px;
    right: 27.6px;
  }
}
.features__list__item__photo__ill.features-ill02 {
  width: 70px;
  position: absolute;
  bottom: -61px;
  right: 51px;
}
@media screen and (max-width: 1200px) {
  .features__list__item__photo__ill.features-ill02 {
    width: 63px;
    bottom: -54.9px;
    right: 45.9px;
  }
}
@media screen and (max-width: 900px) {
  .features__list__item__photo__ill.features-ill02 {
    width: 56px;
    bottom: -48.8px;
    right: 30.6px;
  }
}
.features__list__item__photo__ill.features-ill03 {
  width: 87px;
  position: absolute;
  bottom: -66px;
  right: 50px;
}
@media screen and (max-width: 1200px) {
  .features__list__item__photo__ill.features-ill03 {
    width: 78.3px;
    bottom: -59.4px;
    right: 45px;
  }
}
@media screen and (max-width: 900px) {
  .features__list__item__photo__ill.features-ill03 {
    width: 69.6px;
    bottom: -52.8px;
    right: 25px;
  }
}
.features__list__item__photo__ill.features-ill04 {
  width: 120px;
  position: absolute;
  bottom: -66px;
  right: 50px;
}
@media screen and (max-width: 1200px) {
  .features__list__item__photo__ill.features-ill04 {
    width: 108px;
    bottom: -59.4px;
    right: 45px;
  }
}
@media screen and (max-width: 900px) {
  .features__list__item__photo__ill.features-ill04 {
    width: 96px;
    bottom: -52.8px;
    right: 15px;
  }
}
.features__list__item__inner {
  margin: 0 auto;
  padding: 50px 50px 70px;
  max-width: 600px;
}
@media screen and (max-width: 1200px) {
  .features__list__item__inner {
    padding: 40px 40px 50px;
  }
}
@media screen and (max-width: 900px) {
  .features__list__item__inner {
    padding: 35px 30px 40px;
  }
}
@media screen and (max-width: 599px) {
  .features__list__item__inner {
    padding: 35px 25px 40px;
  }
}
.features__list__item__inner__copy {
  margin-bottom: 18px;
  font-size: 27px;
  line-height: 1;
  color: #11a3dd;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 900;
}
.features__list__item__inner__copy br {
  display: none;
}
@media screen and (max-width: 1600px) {
  .features__list__item__inner__copy {
    font-size: 25px;
  }
}
@media screen and (max-width: 1300px) {
  .features__list__item__inner__copy {
    font-size: 23px;
  }
}
@media screen and (max-width: 1200px) {
  .features__list__item__inner__copy {
    font-size: 21px;
  }
}
@media screen and (max-width: 900px) {
  .features__list__item__inner__copy {
    margin-bottom: 10px;
    font-size: 3.4vw;
    line-height: 1.4;
  }
  .features__list__item__inner__copy br {
    display: inline;
  }
}
@media screen and (max-width: 599px) {
  .features__list__item__inner__copy {
    margin-bottom: 7px;
    font-size: 5vw;
    letter-spacing: 0;
  }
  .features__list__item__inner__copy br {
    display: none;
  }
}
.features__list__item__inner__copy.center {
  margin-bottom: 0;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .features__list__item__inner__copy.center {
    margin: 0 -20px 0;
    width: calc(100% + 40px);
  }
}
.features__list__item__inner__copy__sub {
  margin-bottom: 12px;
  font-size: 20px;
  color: #2255c5;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 1600px) {
  .features__list__item__inner__copy__sub {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .features__list__item__inner__copy__sub {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .features__list__item__inner__copy__sub {
    margin-bottom: 5px;
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .features__list__item__inner__copy__sub {
    margin-bottom: 3px;
    font-size: 13px;
  }
}
.features__list__item__inner__text {
  font-size: 16px;
  line-height: 2;
  color: #000;
  text-align: justify;
}
@media screen and (max-width: 900px) {
  .features__list__item__inner__text {
    font-size: 15px;
    line-height: 1.9;
  }
}
@media screen and (max-width: 599px) {
  .features__list__item__inner__text {
    font-size: 15px;
    line-height: 1.8;
  }
}

.service__item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.service__item:nth-last-child(2n) {
  flex-direction: row;
}
.service__item__photo {
  width: 50%;
  overflow: hidden;
}
.service__item__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1100px) {
  .service__item__photo {
    width: 100%;
    height: 55vw;
  }
}
.service__item__contents {
  padding: 60px 50px 80px;
  width: 50%;
  background-color: #456;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .service__item__contents {
    padding: 50px 40px 60px;
  }
}
@media screen and (max-width: 1100px) {
  .service__item__contents {
    width: 100%;
    padding: 40px 50px 80px;
  }
}
@media screen and (max-width: 599px) {
  .service__item__contents {
    padding: 30px 25px 40px;
  }
}
.service__item__contents__ill {
  position: absolute;
}
.service__item__contents__ill.service-ill01 {
  width: 137px;
  position: absolute;
  top: 25px;
  right: 40px;
}
@media screen and (max-width: 1500px) {
  .service__item__contents__ill.service-ill01 {
    width: 116.45px;
    top: 21.25px;
    right: 34px;
  }
}
@media screen and (max-width: 1100px) {
  .service__item__contents__ill.service-ill01 {
    width: 137px;
    top: 25px;
    right: 40px;
  }
}
@media screen and (max-width: 900px) {
  .service__item__contents__ill.service-ill01 {
    width: 116.45px;
    top: 21.25px;
    right: 34px;
  }
}
@media screen and (max-width: 599px) {
  .service__item__contents__ill.service-ill01 {
    width: 82.2px;
    top: 12.5px;
    right: 16px;
  }
}
.service__item__contents__ill.service-ill02 {
  width: 192px;
  position: absolute;
  top: 40px;
  left: 31px;
}
@media screen and (max-width: 1500px) {
  .service__item__contents__ill.service-ill02 {
    width: 163.2px;
    top: 34px;
    left: 26.35px;
  }
}
@media screen and (max-width: 1100px) {
  .service__item__contents__ill.service-ill02 {
    width: 192px;
    top: 40px;
    left: 31px;
  }
}
@media screen and (max-width: 900px) {
  .service__item__contents__ill.service-ill02 {
    width: 163.2px;
    top: 34px;
    left: 26.35px;
  }
}
@media screen and (max-width: 599px) {
  .service__item__contents__ill.service-ill02 {
    width: 115.2px;
    top: 20px;
    left: 12.4px;
  }
}
.service__item__contents__ill.service-ill03 {
  width: 148px;
  position: absolute;
  top: 30px;
  left: 58px;
}
@media screen and (max-width: 1500px) {
  .service__item__contents__ill.service-ill03 {
    width: 125.8px;
    top: 25.5px;
    left: 49.3px;
  }
}
@media screen and (max-width: 1100px) {
  .service__item__contents__ill.service-ill03 {
    width: 148px;
    top: 30px;
    left: 58px;
  }
}
@media screen and (max-width: 900px) {
  .service__item__contents__ill.service-ill03 {
    width: 125.8px;
    top: 25.5px;
    left: 49.3px;
  }
}
@media screen and (max-width: 599px) {
  .service__item__contents__ill.service-ill03 {
    width: 88.8px;
    top: 15px;
    left: 23.2px;
  }
}
.service__item__contents__ill.service-ill04 {
  width: 136px;
  position: absolute;
  top: 30px;
  right: 40px;
}
@media screen and (max-width: 1500px) {
  .service__item__contents__ill.service-ill04 {
    width: 115.6px;
    top: 25.5px;
    right: 34px;
  }
}
@media screen and (max-width: 1100px) {
  .service__item__contents__ill.service-ill04 {
    width: 136px;
    top: 30px;
    right: 40px;
  }
}
@media screen and (max-width: 900px) {
  .service__item__contents__ill.service-ill04 {
    width: 115.6px;
    top: 25.5px;
    right: 34px;
  }
}
@media screen and (max-width: 599px) {
  .service__item__contents__ill.service-ill04 {
    width: 81.6px;
    top: 15px;
    right: 16px;
  }
}
.service__item__contents__ill.service-ill05 {
  width: 125px;
  position: absolute;
  top: 45px;
  right: 65px;
}
@media screen and (max-width: 1500px) {
  .service__item__contents__ill.service-ill05 {
    width: 106.25px;
    top: 38.25px;
    right: 55.25px;
  }
}
@media screen and (max-width: 1100px) {
  .service__item__contents__ill.service-ill05 {
    width: 125px;
    top: 45px;
    right: 65px;
  }
}
@media screen and (max-width: 900px) {
  .service__item__contents__ill.service-ill05 {
    width: 106.25px;
    top: 38.25px;
    right: 55.25px;
  }
}
@media screen and (max-width: 599px) {
  .service__item__contents__ill.service-ill05 {
    width: 75px;
    top: 22.5px;
    right: 26px;
  }
}
.service__item__contents__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 540px;
}
@media screen and (max-width: 1100px) {
  .service__item__contents__inner {
    max-width: 800px;
  }
}
.service__item__contents__inner__title {
  padding-left: 0.06em;
  font-size: 28px;
  line-height: 1;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .service__item__contents__inner__title {
    font-size: 6.2vw;
  }
}
.service__item__contents__inner__title .dot {
  font-weight: 400;
}
.service__item__contents__inner__title__icon {
  margin: 0 auto 20px;
  width: 70px;
  display: block;
}
@media screen and (max-width: 599px) {
  .service__item__contents__inner__title__icon {
    margin: 0 auto 12px;
    width: 50px;
  }
}
.service__item__contents__inner__title__en {
  margin-top: 15px;
  font-size: 13px;
  line-height: 1;
  color: #11a3dd;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.06em;
  display: block;
}
@media screen and (max-width: 599px) {
  .service__item__contents__inner__title__en {
    margin-top: 12px;
    font-size: 11px;
  }
}
.service__item__contents__inner__text {
  margin-top: 16px;
  font-size: 16px;
  line-height: 2;
  color: #fff;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  .service__item__contents__inner__text {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.8;
  }
}
.service__item__contents__inner__sub {
  margin-top: 20px;
  padding: 25px 20px;
  font-size: 16px;
  line-height: 1;
  color: #456;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  background-color: #ff0;
  border-radius: 10px;
}
@media screen and (max-width: 599px) {
  .service__item__contents__inner__sub {
    margin-top: 15px;
    padding: 16px 20px;
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
    border-radius: 3px;
  }
}

.examples {
  padding: 120px 0 0;
}
@media screen and (max-width: 1300px) {
  .examples {
    padding: 100px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .examples {
    padding: 80px 0 0;
  }
}
@media screen and (max-width: 900px) {
  .examples {
    padding: 55px 0 0;
  }
}
@media screen and (max-width: 599px) {
  .examples {
    padding: 35px 0 0;
  }
}
.examples__list {
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  .examples__list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  .examples__list {
    margin-top: 20px;
  }
}
.examples__list__item {
  padding: 0 50px 150px;
  background-color: #fff;
}
@media screen and (max-width: 1100px) {
  .examples__list__item {
    padding: 0 50px 120px;
  }
}
@media screen and (max-width: 900px) {
  .examples__list__item {
    padding: 0 20px 80px;
  }
}
@media screen and (max-width: 599px) {
  .examples__list__item {
    padding: 0 10px 40px;
  }
}
.examples__list__item:nth-child(2n) {
  background-color: #eef3f7;
}
.examples__list__item:nth-child(2n) .examples__list__item__inner__photos__item::before {
  background-color: #eef3f7;
}
.examples__list__item:nth-child(2n) .examples__list__item__inner__box {
  background-color: #fff;
}
.examples__list__item:nth-child(2n) .examples__list__item__inner__box::before {
  border-color: #eef3f7 transparent transparent transparent;
}
.examples__list__item:nth-child(2n) .examples__list__item__inner__box__inner__consultation {
  background-color: #eef3f7;
}
.examples__list__item__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
.examples__list__item__inner__title {
  margin: 0 auto;
  width: 130px;
  height: 130px;
  background-color: #11a3dd;
  background-image: url(../img/bias.png);
  background-repeat: repeat;
  background-position: 50% 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .examples__list__item__inner__title {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 599px) {
  .examples__list__item__inner__title {
    width: 80px;
    height: 80px;
    background-size: 12px;
  }
}
.examples__list__item__inner__title__text {
  padding-top: 5px;
  padding-left: 0.06em;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .examples__list__item__inner__title__text {
    font-size: 11px;
  }
}
@media screen and (max-width: 599px) {
  .examples__list__item__inner__title__text {
    padding-top: 7px;
    font-size: 10px;
  }
}
.examples__list__item__inner__title__text .number {
  margin-top: 3px;
  padding-left: 0.03em;
  font-size: 42px;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  text-align: center;
  display: block;
}
@media screen and (max-width: 900px) {
  .examples__list__item__inner__title__text .number {
    font-size: 38px;
  }
}
@media screen and (max-width: 599px) {
  .examples__list__item__inner__title__text .number {
    margin-top: 1px;
    font-size: 32px;
  }
}
.examples__list__item__inner__copy {
  padding-left: 0.04em;
  margin-top: 20px;
  font-size: 33px;
  line-height: 1.3;
  color: #000;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .examples__list__item__inner__copy {
    margin-top: 15px;
    font-size: 28px;
  }
}
@media screen and (max-width: 599px) {
  .examples__list__item__inner__copy {
    margin-top: 10px;
    font-size: 6.2vw;
    line-height: 1.5;
  }
}
.examples__list__item__inner__copy__type {
  margin-bottom: 10px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .examples__list__item__inner__copy__type {
    margin-bottom: 5px;
  }
}
.examples__list__item__inner__copy__type__text {
  font-size: 17px;
  line-height: 1;
  color: #2255c5;
  font-weight: 700;
  display: inline-block;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  .examples__list__item__inner__copy__type__text {
    font-size: 15px;
  }
}
.examples__list__item__inner__copy__type__text::before {
  content: "";
  width: 100%;
  height: 8px;
  background-color: #ff0;
  position: absolute;
  left: 0;
  bottom: -4px;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .examples__list__item__inner__copy__type__text::before {
    height: 7px;
    bottom: -3px;
  }
}
.examples__list__item__inner__photos {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .examples__list__item__inner__photos {
    margin-top: 25px;
  }
}
@media screen and (max-width: 599px) {
  .examples__list__item__inner__photos {
    margin-top: 20px;
  }
}
.examples__list__item__inner__photos__item {
  width: calc((100% - 2px) / 2);
  position: relative;
}
@media screen and (max-width: 599px) {
  .examples__list__item__inner__photos__item {
    width: 100%;
  }
}
.examples__list__item__inner__photos__item::before {
  content: "BEFORE";
  padding-top: 2px;
  padding-left: 0.06em;
  width: 130px;
  height: 30px;
  font-size: 20px;
  line-height: 1;
  color: #11a3dd;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 900px) {
  .examples__list__item__inner__photos__item::before {
    width: 110px;
    height: 25px;
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  .examples__list__item__inner__photos__item:nth-child(2n) {
    margin-top: 2px;
  }
}
.examples__list__item__inner__photos__item:nth-child(2n)::before {
  content: "AFTER";
  padding-top: 8px;
  color: #2255c5;
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
}
.examples__list__item__inner__box {
  margin-top: 60px;
  padding: 100px 80px 120px;
  background-color: #eef3f7;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .examples__list__item__inner__box {
    margin-top: 40px;
    padding: 80px 80px 100px;
  }
}
@media screen and (max-width: 900px) {
  .examples__list__item__inner__box {
    margin-top: 20px;
    padding: 50px;
  }
}
@media screen and (max-width: 599px) {
  .examples__list__item__inner__box {
    margin-top: 10px;
    padding: 40px 25px 50px;
  }
}
.examples__list__item__inner__box::before {
  content: "";
  margin: 0 auto;
  width: 0;
  border-width: 50px 50px 0 50px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 900px) {
  .examples__list__item__inner__box::before {
    border-width: 35px 35px 0 35px;
  }
}
@media screen and (max-width: 599px) {
  .examples__list__item__inner__box::before {
    border-width: 25px 25px 0 25px;
  }
}
.examples__list__item__inner__box__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 840px;
}
.examples__list__item__inner__box__inner__copy {
  font-size: 32px;
  line-height: 1.6;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .examples__list__item__inner__box__inner__copy {
    font-size: 25px;
  }
}
@media screen and (max-width: 599px) {
  .examples__list__item__inner__box__inner__copy {
    font-size: 5.7vw;
    text-align: justify;
  }
  .examples__list__item__inner__box__inner__copy br {
    display: none;
  }
}
.examples__list__item__inner__box__inner__copy__text {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 599px) {
  .examples__list__item__inner__box__inner__copy__text {
    display: inline;
  }
}
.examples__list__item__inner__box__inner__copy__text::before {
  content: "";
  width: 100%;
  height: 10px;
  background-color: #ff0;
  position: absolute;
  left: 0;
  bottom: 7px;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .examples__list__item__inner__box__inner__copy__text::before {
    display: none;
  }
}
.examples__list__item__inner__box__inner__text {
  margin-top: 15px;
  font-size: 18px;
  line-height: 2.1;
  color: #000;
  text-align: justify;
}
@media screen and (max-width: 900px) {
  .examples__list__item__inner__box__inner__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .examples__list__item__inner__box__inner__text {
    margin-top: 5px;
    font-size: 15px;
    line-height: 1.9;
  }
}
.examples__list__item__inner__box__inner__consultation {
  margin-top: 25px;
  padding: 40px 50px;
  background-color: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 900px) {
  .examples__list__item__inner__box__inner__consultation {
    margin-top: 20px;
    padding: 25px;
  }
}
@media screen and (max-width: 599px) {
  .examples__list__item__inner__box__inner__consultation {
    margin-top: 15px;
    border-radius: 3px;
  }
}
.examples__list__item__inner__box__inner__consultation__q {
  padding-left: 82px;
  font-size: 22px;
  line-height: 1.5;
  color: #11a3dd;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .examples__list__item__inner__box__inner__consultation__q {
    font-size: 19px;
  }
}
@media screen and (max-width: 900px) {
  .examples__list__item__inner__box__inner__consultation__q {
    padding-left: 70px;
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  .examples__list__item__inner__box__inner__consultation__q {
    padding-left: 0;
    padding-top: 35px;
    font-size: 16px;
    text-align: justify;
  }
}
.examples__list__item__inner__box__inner__consultation__q::before {
  content: "ご相談";
  padding-left: 0.06em;
  width: 70px;
  height: 24px;
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background-color: #11a3dd;
  position: absolute;
  top: 4px;
  left: 0;
}
@media screen and (max-width: 1100px) {
  .examples__list__item__inner__box__inner__consultation__q::before {
    top: 0;
  }
}
@media screen and (max-width: 900px) {
  .examples__list__item__inner__box__inner__consultation__q::before {
    width: 60px;
    height: 22px;
    font-size: 14px;
    line-height: 23px;
    top: 1px;
  }
}
@media screen and (max-width: 599px) {
  .examples__list__item__inner__box__inner__consultation__q::before {
    width: 100%;
    height: 24px;
    font-size: 14px;
    line-height: 26px;
    top: 0;
  }
}
.examples__list__item__inner__box__inner__consultation__text {
  margin-top: 7px;
  font-size: 16px;
  line-height: 2;
  color: #11a3dd;
  font-weight: 700;
  text-align: justify;
}
@media screen and (max-width: 900px) {
  .examples__list__item__inner__box__inner__consultation__text {
    margin-top: 4px;
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .examples__list__item__inner__box__inner__consultation__text {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.9;
    font-weight: 500;
    color: #000;
  }
}
.examples__list__item__inner__box__inner__detail__item {
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  .examples__list__item__inner__box__inner__detail__item {
    margin-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  .examples__list__item__inner__box__inner__detail__item {
    margin-top: 20px;
  }
}
.examples__list__item__inner__box__inner__detail__item__copy {
  margin-bottom: 16px;
  padding-left: 27px;
  padding-bottom: 15px;
  font-size: 20px;
  line-height: 1.5;
  color: #000;
  font-weight: 700;
  border-bottom: 1px dotted #bbb;
  position: relative;
}
@media screen and (max-width: 900px) {
  .examples__list__item__inner__box__inner__detail__item__copy {
    margin-bottom: 14px;
    padding-left: 24px;
    padding-bottom: 12px;
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .examples__list__item__inner__box__inner__detail__item__copy {
    margin-bottom: 10px;
    padding-left: 20px;
    padding-bottom: 7px;
    font-size: 16px;
  }
}
.examples__list__item__inner__box__inner__detail__item__copy::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 6px solid #2255c5;
  border-radius: 2px;
  position: absolute;
  top: 6px;
  left: 0;
}
@media screen and (max-width: 900px) {
  .examples__list__item__inner__box__inner__detail__item__copy::before {
    width: 16px;
    height: 16px;
    border: 5px solid #2255c5;
    top: 5px;
  }
}
@media screen and (max-width: 599px) {
  .examples__list__item__inner__box__inner__detail__item__copy::before {
    width: 14px;
    height: 14px;
    border: 5px solid #2255c5;
    top: 4px;
  }
}
.examples__list__item__inner__box__inner__detail__item__text {
  font-size: 18px;
  line-height: 2.1;
  color: #000;
  text-align: justify;
}
@media screen and (max-width: 900px) {
  .examples__list__item__inner__box__inner__detail__item__text {
    font-size: 16px;
    line-height: 2;
  }
}
@media screen and (max-width: 599px) {
  .examples__list__item__inner__box__inner__detail__item__text {
    font-size: 15px;
    line-height: 1.9;
  }
}
.examples__list__item__inner__box__inner__detail__item__photo-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.examples__list__item__inner__box__inner__detail__item__photo-box__inner {
  width: calc(100% - 260px - 40px);
}
@media screen and (max-width: 900px) {
  .examples__list__item__inner__box__inner__detail__item__photo-box__inner {
    width: calc(100% - 180px - 30px);
  }
}
@media screen and (max-width: 599px) {
  .examples__list__item__inner__box__inner__detail__item__photo-box__inner {
    width: 100%;
  }
}
.examples__list__item__inner__box__inner__detail__item__photo-box__photo {
  padding-top: 10px;
  width: 260px;
}
@media screen and (max-width: 900px) {
  .examples__list__item__inner__box__inner__detail__item__photo-box__photo {
    padding-top: 7px;
    width: 180px;
  }
}
@media screen and (max-width: 599px) {
  .examples__list__item__inner__box__inner__detail__item__photo-box__photo {
    margin-top: 10px;
    padding-top: 0;
    width: 100%;
  }
}

.flow {
  padding: 120px 50px 150px;
  background-color: #eef3f7;
}
@media screen and (max-width: 1300px) {
  .flow {
    padding: 100px 50px 120px;
  }
}
@media screen and (max-width: 1024px) {
  .flow {
    padding: 80px 40px 100px;
  }
}
@media screen and (max-width: 900px) {
  .flow {
    padding: 60px 20px 80px;
  }
}
@media screen and (max-width: 599px) {
  .flow {
    padding: 30px 4px 50px;
  }
}
.flow__inner {
  margin: 35px auto 0;
  width: 100%;
  max-width: 1430px;
}
@media screen and (max-width: 599px) {
  .flow__inner {
    margin-top: 25px;
  }
}
.flow__list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .flow__list {
    margin-top: -20px;
  }
}
@media screen and (max-width: 900px) {
  .flow__list {
    margin-top: -10px;
  }
}
.flow__list__item {
  width: calc((100% - 100px) / 6);
  background-color: #22c399;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .flow__list__item {
    width: calc((100% - 50px) / 6);
  }
}
@media screen and (max-width: 1200px) {
  .flow__list__item {
    width: calc((100% - 25px) / 6);
  }
}
@media screen and (max-width: 1024px) {
  .flow__list__item {
    margin-top: 20px;
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 900px) {
  .flow__list__item {
    margin-top: 10px;
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 599px) {
  .flow__list__item {
    margin-top: 2px;
    width: calc((100% - 4px) / 3);
  }
}
.flow__list__item.pink {
  background-color: #e78;
}
.flow__list__item__title {
  width: 100%;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  position: absolute;
  top: 13%;
  left: 0;
}
@media screen and (max-width: 1400px) {
  .flow__list__item__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .flow__list__item__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .flow__list__item__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 900px) {
  .flow__list__item__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .flow__list__item__title {
    font-size: 3.74vw;
    top: 14%;
  }
}
.flow__list__item__title__step {
  margin-bottom: 10px;
  padding-bottom: 8px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  font-family: "Roboto", sans-serif !important;
  font-weight: 500;
  text-align: center;
  position: relative;
  display: block;
}
@media screen and (max-width: 1200px) {
  .flow__list__item__title__step {
    margin-bottom: 7px;
    padding-bottom: 7px;
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .flow__list__item__title__step {
    margin-bottom: 10px;
    padding-bottom: 8px;
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .flow__list__item__title__step {
    margin-bottom: 4px;
    padding-bottom: 0;
    font-size: 10px;
    color: #ff0;
  }
}
.flow__list__item__title__step::before {
  content: "";
  margin: 0 auto;
  width: 12px;
  height: 2px;
  background-color: #ff0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .flow__list__item__title__step::before {
    width: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .flow__list__item__title__step::before {
    width: 12px;
  }
}
@media screen and (max-width: 599px) {
  .flow__list__item__title__step::before {
    display: none;
  }
}
.flow__cost {
  margin-top: 20px;
  width: 100%;
  text-align: right;
}
@media screen and (max-width: 599px) {
  .flow__cost {
    margin-top: 10px;
  }
}
.flow__cost__text {
  width: calc(50% - 20px);
  height: 50px;
  font-size: 19px;
  line-height: 48px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
  background-image: url(../img/cost_bg.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 50% 50%;
  display: inline-block;
}
@media screen and (max-width: 1400px) {
  .flow__cost__text {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 1200px) {
  .flow__cost__text {
    width: calc(50% - 5px);
    font-size: 17px;
  }
}
@media screen and (max-width: 1024px) {
  .flow__cost__text {
    width: 100%;
    height: 70px;
    font-size: 19px;
    line-height: 68px;
  }
}
@media screen and (max-width: 900px) {
  .flow__cost__text {
    height: 56px;
    font-size: 18px;
    line-height: 54px;
  }
}
@media screen and (max-width: 599px) {
  .flow__cost__text {
    height: 7.5vw;
    font-size: 14px;
    line-height: 7.3vw;
  }
}
.flow__caution {
  margin-top: 50px;
  padding: 35px 40px;
  font-size: 16px;
  line-height: 2;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 1200px) {
  .flow__caution {
    margin-top: 40px;
    text-align: justify;
  }
  .flow__caution br {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .flow__caution {
    margin-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  .flow__caution {
    margin-top: 20px;
    padding: 25px;
    font-size: 15px;
    line-height: 1.9;
    border-radius: 2px;
  }
}

.form-wrapper {
  padding: 80px 50px 150px;
  background-color: #345;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .form-wrapper {
    padding: 80px 50px 120px;
  }
}
@media screen and (max-width: 1024px) {
  .form-wrapper {
    padding: 60px 40px 100px;
  }
}
@media screen and (max-width: 900px) {
  .form-wrapper {
    padding: 60px 20px 80px;
  }
}
@media screen and (max-width: 599px) {
  .form-wrapper {
    padding: 40px 20px 50px;
  }
}
.form-wrapper::before {
  content: "";
  width: 100%;
  height: 20px;
  background-image: url(../img/bias.png);
  background-repeat: repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.7;
}
@media screen and (max-width: 900px) {
  .form-wrapper::before {
    height: 15px;
    background-size: 18px auto;
  }
}
@media screen and (max-width: 599px) {
  .form-wrapper::before {
    height: 10px;
    background-size: 12px auto;
  }
}
.form-wrapper__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
.form-wrapper__inner__fukidashi {
  margin: -80px auto 0;
  padding-top: 27px;
  width: 840px;
  height: 120px;
  font-size: 38px;
  line-height: 1;
  color: #000;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
  background-color: #ff0;
  border-radius: 60px;
  position: relative;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .form-wrapper__inner__fukidashi {
    margin: -60px auto 0;
    width: 740px;
  }
}
@media screen and (max-width: 900px) {
  .form-wrapper__inner__fukidashi {
    padding-top: 23px;
    width: 560px;
    height: 100px;
    font-size: 30px;
    border-radius: 50px;
  }
}
@media screen and (max-width: 599px) {
  .form-wrapper__inner__fukidashi {
    margin-top: -20px;
    margin-bottom: 25px;
    padding: 15px 0 17px;
    width: 100%;
    height: auto;
    font-size: 5.4vw;
    line-height: 1.3;
    border-radius: 5px;
    transform: translateY(0);
  }
}
.form-wrapper__inner__fukidashi::before {
  content: "";
  width: 0;
  border-width: 26px 15px 0 15px;
  border-style: solid;
  border-color: #ff0 transparent transparent transparent;
  position: absolute;
  bottom: -26px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .form-wrapper__inner__fukidashi::before {
    border-width: 22px 12px 0 12px;
    bottom: -22px;
  }
}
@media screen and (max-width: 599px) {
  .form-wrapper__inner__fukidashi::before {
    border-width: 12px 8px 0 8px;
    bottom: -12px;
  }
}
.form-wrapper__inner__fukidashi__sub {
  margin-bottom: 8px;
  font-size: 0.47368em;
  line-height: 1;
  color: #000;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 900px) {
  .form-wrapper__inner__fukidashi__sub {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 599px) {
  .form-wrapper__inner__fukidashi__sub {
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 1.3;
  }
}
.form-wrapper__inner__title {
  padding-top: 50px;
  padding-left: 0.06em;
  font-size: 40px;
  line-height: 1;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  background-image: url(../img/icon_mail_white.svg);
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: 50% 0;
}
@media screen and (max-width: 900px) {
  .form-wrapper__inner__title {
    padding-top: 40px;
    font-size: 32px;
    background-size: 32px auto;
  }
}
@media screen and (max-width: 599px) {
  .form-wrapper__inner__title {
    padding-top: 27.5px;
    font-size: 6.2vw;
    background-size: 24px auto;
    background-position: 50% 0;
  }
}
.form-wrapper__inner__title__en {
  margin-top: 22px;
  padding-left: 0.08em;
  font-size: 13px;
  line-height: 1;
  color: #ff0;
  font-family: "Roboto", sans-serif !important;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  display: block;
}
@media screen and (max-width: 900px) {
  .form-wrapper__inner__title__en {
    margin-top: 19px;
    font-size: 12px;
  }
}
@media screen and (max-width: 599px) {
  .form-wrapper__inner__title__en {
    margin-top: 9px;
    font-size: 10px;
  }
}
.form-wrapper__inner__text {
  margin-top: 40px;
  font-size: 16px;
  line-height: 2.1;
  color: #fff;
  text-align: center;
}
.form-wrapper__inner__text .icon_required {
  margin-right: 5px;
  vertical-align: 5%;
}
@media screen and (max-width: 900px) {
  .form-wrapper__inner__text {
    margin: 20px 30px 0;
    line-height: 2;
    text-align: justify;
  }
}
@media screen and (max-width: 599px) {
  .form-wrapper__inner__text {
    margin: 15px 0 0;
    line-height: 1.9;
  }
}
.form-wrapper__inner__list {
  margin-top: 40px;
  padding: 80px;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .form-wrapper__inner__list {
    margin-top: 30px;
    padding: 60px;
  }
}
@media screen and (max-width: 599px) {
  .form-wrapper__inner__list {
    margin: 20px -10px 0;
    padding: 25px;
  }
}
.form-wrapper__inner__list__item {
  padding: 30px 0;
  border-bottom: 1px dotted #bbb;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .form-wrapper__inner__list__item {
    padding: 20px 0;
  }
}
.form-wrapper__inner__list__item:first-child {
  padding-top: 0;
}
.form-wrapper__inner__list__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.form-wrapper__inner__list__item__title {
  padding-left: 27px;
  width: 230px;
  height: 50px;
  font-size: 16px;
  line-height: 48px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  position: relative;
}
.form-wrapper__inner__list__item__title::before {
  content: "";
  width: 16px;
  height: 4px;
  background-color: #11a3dd;
  position: absolute;
  top: 23px;
  left: 0;
}
@media screen and (max-width: 900px) {
  .form-wrapper__inner__list__item__title {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .form-wrapper__inner__list__item__title {
    padding-left: 20px;
    height: 20px;
    font-size: 15px;
    line-height: 18px;
  }
  .form-wrapper__inner__list__item__title::before {
    width: 12px;
    height: 3px;
    top: 8px;
  }
}
.form-wrapper__inner__list__item__title .icon_required {
  position: absolute;
  right: 0;
  top: 15px;
}
@media screen and (max-width: 599px) {
  .form-wrapper__inner__list__item__title .icon_required {
    top: 0;
  }
}
.form-wrapper__inner__list__item__inner {
  width: calc(100% - 230px - 20px);
}
@media screen and (max-width: 900px) {
  .form-wrapper__inner__list__item__inner {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .form-wrapper__inner__list__item__inner {
    margin-top: 15px;
    width: 100%;
  }
}
.form-wrapper__inner__list__item__inner__post {
  width: 200px;
  position: relative;
}
.form-wrapper__inner__list__item__inner__post::before {
  content: "〒";
  font-size: 16px;
  line-height: 50px;
  color: #000;
  position: absolute;
  top: 0;
  left: calc(-1em - 10px);
}
@media screen and (max-width: 900px) {
  .form-wrapper__inner__list__item__inner__post {
    padding-left: calc(1em + 10px);
  }
  .form-wrapper__inner__list__item__inner__post::before {
    left: 0;
  }
}
.form-wrapper__inner__list__item__inner__type {
  margin-top: -10px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.form-wrapper__inner__list__item__inner__type__item {
  margin-top: 20px;
  width: 50%;
}
@media screen and (max-width: 599px) {
  .form-wrapper__inner__list__item__inner__type__item {
    margin-top: 15px;
    width: 100%;
  }
}
.form-wrapper__inner__list__item__inner__type__item__link {
  padding-left: 45px;
  font-size: 16px;
  line-height: 30px;
  color: #000;
  transition: 0.2s;
  position: relative;
  cursor: pointer;
  display: block;
}
.form-wrapper__inner__list__item__inner__type__item__link:hover {
  color: #11a3dd;
}
.form-wrapper__inner__list__item__inner__type__item__link::before {
  content: "";
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-color: #eef3f7;
  position: absolute;
}
.form-wrapper__inner__list__item__inner__type__item__link::after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #000;
  position: absolute;
  top: 9px;
  left: 9px;
  opacity: 0;
  transition: 0.5s;
}
.form-wrapper__inner__privacy {
  margin-top: 20px;
  padding: 50px;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .form-wrapper__inner__privacy {
    padding: 40px;
  }
}
@media screen and (max-width: 599px) {
  .form-wrapper__inner__privacy {
    margin: 10px -10px 0;
    padding: 25px;
  }
}
.form-wrapper__inner__privacy__text {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .form-wrapper__inner__privacy__text {
    text-align: justify;
  }
}
@media screen and (max-width: 599px) {
  .form-wrapper__inner__privacy__text {
    font-size: 15px;
  }
}
.form-wrapper__inner__privacy__text__link {
  color: #11a3dd;
}
@media screen and (min-width: 1025px) {
  .form-wrapper__inner__privacy__text__link:hover {
    color: #e78;
  }
}
.form-wrapper__inner__privacy__btn {
  margin: 25px auto 0;
  padding-left: 10px;
  width: 300px;
  height: 70px;
  font-size: 16px;
  line-height: 70px;
  color: #456;
  font-weight: bold;
  text-align: center;
  background-color: #eef3f7;
  border: none;
  display: block;
  border-radius: 0;
  cursor: pointer;
  transition: 0.2s;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .form-wrapper__inner__privacy__btn:hover {
    color: #fff;
    background-color: #22c399;
  }
}
.form-wrapper__inner__privacy__btn::before {
  content: "";
  width: 30px;
  height: 30px;
  background-color: #fff;
  position: absolute;
  top: 20px;
  left: 20px;
}
.form-wrapper__inner__privacy__btn::after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #000;
  position: absolute;
  top: 29px;
  left: 29px;
  opacity: 0;
  transition: 0.5s;
}
@media screen and (max-width: 599px) {
  .form-wrapper__inner__privacy__btn {
    margin: 15px auto 0;
    padding-left: 0;
    width: 280px;
    max-width: 100%;
    height: 60px;
    font-size: 15px;
    line-height: 60px;
  }
  .form-wrapper__inner__privacy__btn::before {
    top: 15px;
    left: 15px;
  }
  .form-wrapper__inner__privacy__btn::after {
    top: 24px;
    left: 24px;
  }
}
.form-wrapper__inner__privacy .errors-text {
  text-align: center;
}
.form-wrapper__inner__btn-wrapper {
  margin: 50px 0 0;
  position: relative;
}
@media screen and (max-width: 900px) {
  .form-wrapper__inner__btn-wrapper {
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .form-wrapper__inner__btn-wrapper {
    margin-top: 20px;
  }
}
.form-wrapper__inner__btn-wrapper__btn {
  margin: 0 auto;
  padding-right: 10px;
  width: 300px;
  height: 70px;
  font-size: 16px;
  line-height: 70px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #11a3dd;
  border: none;
  display: block;
  border-radius: 0;
  cursor: pointer;
  transition: 0.2s;
  position: relative;
}
.form-wrapper__inner__btn-wrapper__btn::before {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 9px);
  right: 24px;
}
.form-wrapper__inner__btn-wrapper__btn::after {
  content: "";
  border-width: 3px 0 3px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #11a3dd;
  position: absolute;
  top: calc(50% - 3px);
  right: 29px;
  transition: 0.2s;
}
@media screen and (max-width: 599px) {
  .form-wrapper__inner__btn-wrapper__btn {
    padding-right: 0;
    width: 100%;
    max-width: 320px;
    font-size: 15px;
  }
  .form-wrapper__inner__btn-wrapper__btn::before {
    right: 20px;
  }
  .form-wrapper__inner__btn-wrapper__btn::after {
    right: 25px;
  }
}
.form-wrapper__inner__btn-wrapper__btn.correction {
  padding-right: 0;
  padding-left: 15px;
  width: 200px;
  background-color: #789;
  position: absolute;
  left: 0;
  top: 0;
}
.form-wrapper__inner__btn-wrapper__btn.correction::before {
  right: auto;
  left: 24px;
}
.form-wrapper__inner__btn-wrapper__btn.correction::after {
  border-color: transparent transparent transparent #789;
  right: auto;
  left: 29px;
  transform: rotate(180deg);
}
@media screen and (max-width: 599px) {
  .form-wrapper__inner__btn-wrapper__btn.correction {
    margin-top: 10px;
    padding-left: 0;
    width: 100%;
    max-width: 320px;
    position: relative;
    left: auto;
    top: auto;
  }
  .form-wrapper__inner__btn-wrapper__btn.correction::before {
    left: 20px;
  }
  .form-wrapper__inner__btn-wrapper__btn.correction::after {
    left: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .form-wrapper__inner__btn-wrapper__btn:hover {
    background-color: #22c399;
  }
  .form-wrapper__inner__btn-wrapper__btn:hover::after {
    border-color: transparent transparent transparent #22c399;
  }
}

.icon_required {
  width: 50px;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #e78;
  display: inline-block;
}

input {
  padding: 0 0 0 20px;
  width: 100%;
  height: 50px;
  background-color: #eef3f7;
  font-size: 16px;
  color: #000;
  vertical-align: middle;
  border: none;
  border-radius: 0;
  display: block;
  position: relative;
}

.input-hide {
  display: none;
}

input[type=checkbox].input-hide:checked + .form-wrapper__inner__list__item__inner__type__item__link::after {
  opacity: 1;
}

input[type=checkbox].input-hide:checked + .form-wrapper__inner__privacy__btn {
  color: #fff;
  background-color: #22c399;
}
input[type=checkbox].input-hide:checked + .form-wrapper__inner__privacy__btn::after {
  opacity: 1;
}

textarea {
  padding: 16px 20px;
  width: 100%;
  height: 200px;
  background-color: #eef3f7;
  font-size: 16px;
  line-height: 2;
  color: #000;
  vertical-align: middle;
  border: none;
  border-radius: 0;
  display: block;
  position: relative;
}

:input-placeholder {
  color: #9ab;
}

:-ms-input-placeholder {
  color: #9ab !important;
}

::-webkit-input-placeholder {
  color: #9ab;
}

::-moz-placeholder {
  color: #9ab;
  opacity: 1;
}

/*エラーページの処理*/
.errors-message {
  margin-top: 25px;
  padding: 20px;
  font-size: 18px;
  line-height: 1.6em;
  color: #e78;
  font-weight: 700;
  text-align: center;
  background-color: #f3f3f3;
  border: 2px solid #e78;
}
@media screen and (max-width: 599px) {
  .errors-message {
    margin-top: 15px;
    padding: 15px;
    font-size: 14px;
    text-align: justify;
  }
}

.errors-text {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.6em;
  color: #e78;
}
@media screen and (max-width: 599px) {
  .errors-text {
    margin-top: 5px;
    font-size: 14px;
  }
}

.errors-box {
  border: 1px solid #e78 !important;
  box-sizing: inherit;
}

/*確認ページの処理*/
.confirm-text {
  padding: 12px 0;
  font-size: 16px;
  line-height: 1.7;
  color: #000;
  text-align: justify;
}
@media screen and (max-width: 900px) {
  .confirm-text {
    padding: 0 0 0 27px;
  }
}
@media screen and (max-width: 599px) {
  .confirm-text {
    padding: 0 0 0 20px;
    font-size: 15px;
  }
}

/*完了ページの処理*/
.complete-box {
  margin-top: 40px;
  padding: 40px;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .complete-box {
    margin-top: 30px;
    padding: 35px;
  }
}
@media screen and (max-width: 599px) {
  .complete-box {
    margin: 20px -10px 0;
    padding: 25px;
  }
}
.complete-box__copy {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1.3;
  color: #11a3dd;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .complete-box__copy {
    margin-bottom: 5px;
    font-size: 18px;
  }
}
.complete-box__text {
  font-size: 16px;
  line-height: 1.8;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .complete-box__text {
    font-size: 15px;
    text-align: justify;
  }
  .complete-box__text br {
    display: none;
  }
}

.complete-btn {
  margin: 40px auto 0;
  padding-right: 10px;
  width: 300px;
  height: 70px;
  font-size: 16px;
  line-height: 70px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #11a3dd;
  border: none;
  display: block;
  border-radius: 0;
  cursor: pointer;
  transition: 0.2s;
  position: relative;
}
.complete-btn::before {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 9px);
  right: 24px;
}
.complete-btn::after {
  content: "";
  border-width: 3px 0 3px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #11a3dd;
  position: absolute;
  top: calc(50% - 3px);
  right: 29px;
  transition: 0.2s;
}
@media screen and (max-width: 900px) {
  .complete-btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  .complete-btn {
    margin-top: 20px;
    padding-right: 0;
    width: 100%;
    max-width: 320px;
    font-size: 15px;
  }
  .complete-btn::before {
    right: 20px;
  }
  .complete-btn::after {
    right: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .complete-btn:hover {
    background-color: #22c399;
  }
  .complete-btn:hover::after {
    border-color: transparent transparent transparent #22c399;
  }
}

.footer {
  padding: 40px 45px 50px 40px;
  width: calc(100% - 260px);
  background-color: #000;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .footer {
    width: calc(100% - 220px);
  }
}
@media screen and (max-width: 1500px) {
  .footer {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 35px 35px 40px 35px;
  }
}
@media screen and (max-width: 900px) {
  .footer {
    padding: 35px 35px 120px 35px;
  }
}
@media screen and (max-width: 599px) {
  .footer {
    padding: 30px 25px 90px 25px;
  }
}
@media screen and (max-width: 599px) {
  .footer__address {
    width: 100%;
  }
}
.footer__address__logo {
  margin-bottom: 20px;
  width: 300px;
  line-height: 0.1;
}
@media screen and (max-width: 1024px) {
  .footer__address__logo {
    width: 260px;
  }
}
@media screen and (max-width: 599px) {
  .footer__address__logo {
    width: 240px;
  }
}
.footer__address__text {
  margin-top: 15px;
  padding-left: calc(68px + 1em);
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  text-indent: -1em;
}
@media screen and (max-width: 1024px) {
  .footer__address__text {
    margin-top: 10px;
    padding-left: 1em;
    font-size: 15px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 599px) {
  .footer__address__text {
    font-size: 14px;
  }
}
.footer__link {
  padding-left: 25px;
  height: 18px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  position: relative;
  display: inline-block;
}
.footer__link::before {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s;
}
.footer__link::after {
  content: "";
  border-width: 3px 0 3px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 6px;
  left: 7px;
}
@media screen and (max-width: 599px) {
  .footer__link {
    margin-top: 20px;
    width: 100%;
    padding-left: 17px;
    height: 14px;
    font-size: 14px;
    line-height: 15px;
  }
  .footer__link::before {
    width: 14px;
    height: 14px;
  }
  .footer__link::after {
    border-width: 2px 0 2px 4px;
    top: 5px;
    left: 6px;
  }
}
@media screen and (min-width: 1025px) {
  .footer__link:hover {
    color: #22c399;
  }
  .footer__link:hover::before {
    background-color: #22c399;
  }
}
.footer__copyright {
  font-size: 14px;
  line-height: 1;
  color: #fff;
  position: absolute;
  right: 40px;
  bottom: 50px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1024px) {
  .footer__copyright {
    font-size: 13px;
    right: 35px;
    bottom: 40px;
  }
}
@media screen and (max-width: 900px) {
  .footer__copyright {
    margin-top: 25px;
    width: 100%;
    font-size: 13px;
    text-align: right;
    position: relative;
    right: auto;
    bottom: auto;
  }
}
@media screen and (max-width: 599px) {
  .footer__copyright {
    margin-top: 25px;
    font-size: 11px;
    text-align: left;
  }
}
@media screen and (max-width: 320px) {
  .footer__copyright {
    font-size: 10px;
    letter-spacing: 0;
  }
}

.title-dot {
  padding-bottom: 33px;
  font-size: 80px;
  line-height: 1;
  color: #11a3dd;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  background-image: url(../img/title_dot.svg);
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: 50% 100%;
}
@media screen and (max-width: 1024px) {
  .title-dot {
    padding-bottom: 30px;
    font-size: 70px;
    background-size: 32px auto;
  }
}
@media screen and (max-width: 900px) {
  .title-dot {
    font-size: 66px;
  }
}
@media screen and (max-width: 599px) {
  .title-dot {
    padding-bottom: 20px;
    font-size: 11vw;
    background-size: 24px auto;
  }
}
.title-dot__jp {
  margin-top: 13px;
  padding-left: 0.06em;
  font-size: 16px;
  line-height: 1;
  color: #000;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  display: block;
}
@media screen and (max-width: 1024px) {
  .title-dot__jp {
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .title-dot__jp {
    margin-top: 9px;
    font-size: 13px;
  }
}

.title-copy {
  margin-top: 30px;
  padding-left: 0.06em;
  font-size: 22px;
  line-height: 1.4;
  color: #000;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .title-copy {
    margin-top: 25px;
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .title-copy {
    margin-top: 15px;
    font-size: 16px;
  }
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

/*
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*/
.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: -75px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .slick-dots {
    bottom: -50px;
  }
}
@media screen and (max-width: 900px) {
  .slick-dots {
    bottom: -40px;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 0 0 10px;
  padding: 0;
}
.slick-dots li:first-child {
  margin-left: 0;
}
.slick-dots li.slick-active button {
  background-color: transparent;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 16px;
  height: 16px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #000;
  border: 2px solid #000;
  border-radius: 50%;
  transition: 0.5s;
}
@media screen and (min-width: 1025px) {
  .slick-dots li button:hover {
    transform: scale(1.4);
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}/*# sourceMappingURL=style.css.map */