@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;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: 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 {
  -ms-touch-action: manipulation;
  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;
}

* {
  max-height: 999999px;
}

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

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

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;
}

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

.mb00 {
  margin-bottom: 0 !important;
}

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

.mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 900px) {
  .mb20 {
    margin-bottom: 15px !important;
  }
}

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

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

.mb70 {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 900px) {
  .mb70 {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb70 {
    margin-bottom: 30px !important;
  }
}

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

.anchor {
  margin-top: -80px;
  padding-top: 80px;
}
@media screen and (max-width: 1024px) {
  .anchor {
    margin-top: -70px;
    padding-top: 70px;
  }
}
@media screen and (max-width: 599px) {
  .anchor {
    margin-top: 0;
    padding-top: 0;
  }
}

.scroll-hint-icon::before {
  background-image: url(../img/common/icon_scroll.svg) !important;
  background-size: 100% auto;
}
.scroll-hint-icon::after {
  display: none !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-wrapper {
  top: -80px;
  width: 100%;
  height: 80px;
  background-color: #fff;
  position: fixed;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s;
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1024px) {
  .header-wrapper {
    height: 70px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 599px) {
  .header-wrapper {
    height: 50px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.header-wrapper--on {
  top: 0;
}
@media screen and (max-width: 599px) {
  .header-wrapper--on {
    top: -80px;
  }
  .header-wrapper--on .header-wrapper__nav {
    bottom: 0;
  }
}
.header-wrapper--relative {
  top: auto;
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.2);
  position: relative;
}
@media screen and (max-width: 599px) {
  .header-wrapper--relative {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.header-wrapper__logo {
  margin: 0 25px;
  padding-bottom: 5px;
  width: 220px;
  line-height: 0.1;
}
@media screen and (max-width: 1024px) {
  .header-wrapper__logo {
    margin: 0 20px;
    padding-bottom: 3px;
    width: 190px;
  }
}
@media screen and (max-width: 599px) {
  .header-wrapper__logo {
    margin: 0 10px;
    padding-bottom: 2px;
    width: 160px;
  }
}
.header-wrapper__nav {
  top: 0;
  right: 0;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .header-wrapper__nav {
    padding: 10px;
    top: auto;
    bottom: -100px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    transition: 0.5s;
  }
}
.header-wrapper__nav__btn {
  padding-right: 15px;
  width: 300px;
  height: 80px;
  font-size: 18px;
  line-height: 78px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  text-align: center;
  background-color: #f79;
  display: block;
  position: relative;
}
.header-wrapper__nav__btn::before {
  content: "";
  top: calc(50% - 11px);
  right: 20px;
  width: 22px;
  height: 22px;
  background-color: #ff2244;
  border-radius: 50%;
  position: absolute;
  transition: 0.1s;
}
.header-wrapper__nav__btn::after {
  content: "";
  top: calc(50% - 4px);
  right: 26px;
  border-width: 4px 0 4px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .header-wrapper__nav__btn {
    padding-right: 15px;
    width: 260px;
    height: 70px;
    font-size: 16px;
    line-height: 68px;
  }
  .header-wrapper__nav__btn::before {
    content: "";
    top: calc(50% - 9px);
    right: 13px;
    width: 18px;
    height: 18px;
  }
  .header-wrapper__nav__btn::after {
    top: calc(50% - 3px);
    right: 18px;
    border-width: 3px 0 3px 6px;
  }
}
@media screen and (max-width: 599px) {
  .header-wrapper__nav__btn {
    padding-right: 0;
    width: 100%;
    height: 60px;
    font-size: 16px;
    line-height: 58px;
  }
  .header-wrapper__nav__btn::before {
    content: "";
    top: calc(50% - 9px);
    right: 13px;
    width: 18px;
    height: 18px;
  }
  .header-wrapper__nav__btn::after {
    top: calc(50% - 3px);
    right: 18px;
    border-width: 3px 0 3px 6px;
  }
}
@media screen and (min-width: 1025px) {
  .header-wrapper__nav__btn:hover {
    background-color: #ffc700;
  }
  .header-wrapper__nav__btn:hover::before {
    background-color: #f80;
  }
}

.main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
}
.main__logo {
  top: 23px;
  right: 22px;
  width: 240px;
  position: absolute;
}
@media screen and (max-width: 1600px) {
  .main__logo {
    top: 20px;
    right: 20px;
    width: 15vw;
  }
}
@media screen and (max-width: 1100px) {
  .main__logo {
    top: 20px;
    right: 20px;
    width: 200px;
  }
}
@media screen and (max-width: 1024px) {
  .main__logo {
    top: 15px;
    right: 15px;
    width: 180px;
  }
}
@media screen and (max-width: 599px) {
  .main__logo {
    top: 17px;
    right: 15px;
    width: 140px;
  }
}
.main__text {
  padding: 90px 60px 260px;
  width: 50%;
  background-color: #00aae7;
  background-image: url(../img/nami.svg);
  background-size: 24.4% auto;
  background-repeat: repeat-y;
  background-position: 0 0;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .main__text {
    padding: 5.625vw 60px 16.25vw;
  }
}
@media screen and (max-width: 1100px) {
  .main__text {
    padding: 90px 60px 260px;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .main__text {
    padding: 90px 60px 240px;
  }
}
@media screen and (max-width: 900px) {
  .main__text {
    padding: 60px 60px 28.8vw;
  }
}
@media screen and (max-width: 599px) {
  .main__text {
    padding: 55px 30px 32vw;
  }
}
.main__text__ill01 {
  right: 0;
  bottom: 0;
  max-width: 405px;
  width: 45%;
  position: absolute;
}
.main__text__ill02 {
  left: 0;
  bottom: 0;
  max-width: 375px;
  width: 41.5%;
  position: absolute;
}
.main__text__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 720px;
}
.main__text__inner__copy {
  margin-bottom: 50px;
  width: 83.3%;
  line-height: 0.1;
}
@media screen and (max-width: 1600px) {
  .main__text__inner__copy {
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 1100px) {
  .main__text__inner__copy {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .main__text__inner__copy {
    margin-bottom: 4.88vw;
  }
}
@media screen and (max-width: 599px) {
  .main__text__inner__copy {
    width: 90%;
    margin-bottom: 6vw;
  }
}
.main__text__inner__lead {
  margin-bottom: 55px;
  width: 76.38%;
  line-height: 0.1;
}
@media screen and (max-width: 1600px) {
  .main__text__inner__lead {
    margin-bottom: 3.4375vw;
  }
}
@media screen and (max-width: 1100px) {
  .main__text__inner__lead {
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 1024px) {
  .main__text__inner__lead {
    margin-bottom: 5.37vw;
  }
}
@media screen and (max-width: 599px) {
  .main__text__inner__lead {
    width: 85%;
    margin-bottom: 6.5vw;
  }
}
.main__text__inner__btn {
  padding-right: 5px;
  width: 350px;
  height: 80px;
  font-size: 18px;
  line-height: 78px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  text-align: center;
  background-color: #f79;
  display: block;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  position: relative;
}
.main__text__inner__btn::before {
  content: "";
  top: calc(50% - 11px);
  right: 23px;
  width: 22px;
  height: 22px;
  background-color: #ff2244;
  border-radius: 50%;
  position: absolute;
  transition: 0.1s;
}
.main__text__inner__btn::after {
  content: "";
  top: calc(50% - 4px);
  right: 29px;
  border-width: 4px 0 4px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
}
@media screen and (max-width: 1500px) {
  .main__text__inner__btn {
    padding-right: 10px;
    width: 300px;
    height: 70px;
    font-size: 17px;
    line-height: 68px;
  }
  .main__text__inner__btn::before {
    top: calc(50% - 10px);
    right: 18px;
    width: 20px;
    height: 20px;
  }
  .main__text__inner__btn::after {
    top: calc(50% - 3px);
    right: 24px;
    border-width: 3px 0 3px 6px;
  }
}
@media screen and (max-width: 1300px) {
  .main__text__inner__btn {
    padding-right: 15px;
    width: 250px;
    height: 60px;
    font-size: 16px;
    line-height: 58px;
  }
  .main__text__inner__btn::before {
    top: calc(50% - 9px);
    right: 17px;
    width: 18px;
    height: 18px;
  }
  .main__text__inner__btn::after {
    right: 22px;
  }
}
@media screen and (max-width: 1100px) {
  .main__text__inner__btn {
    padding-right: 5px;
    width: 350px;
    height: 80px;
    font-size: 18px;
    line-height: 78px;
  }
  .main__text__inner__btn::before {
    top: calc(50% - 11px);
    right: 23px;
    width: 22px;
    height: 22px;
  }
  .main__text__inner__btn::after {
    top: calc(50% - 4px);
    right: 29px;
    border-width: 4px 0 4px 7px;
  }
}
@media screen and (max-width: 900px) {
  .main__text__inner__btn {
    padding-right: 10px;
    width: 300px;
    height: 70px;
    font-size: 17px;
    line-height: 68px;
  }
  .main__text__inner__btn::before {
    top: calc(50% - 10px);
    right: 18px;
    width: 20px;
    height: 20px;
  }
  .main__text__inner__btn::after {
    top: calc(50% - 3px);
    right: 24px;
    border-width: 3px 0 3px 6px;
  }
}
@media screen and (max-width: 599px) {
  .main__text__inner__btn {
    padding-right: 10px;
    width: 220px;
    height: 54px;
    font-size: 14px;
    line-height: 52px;
  }
  .main__text__inner__btn::before {
    top: calc(50% - 8px);
    right: 14px;
    width: 16px;
    height: 16px;
  }
  .main__text__inner__btn::after {
    top: calc(50% - 3px);
    right: 19px;
    border-width: 3px 0 3px 5px;
  }
}
@media screen and (min-width: 1025px) {
  .main__text__inner__btn:hover {
    background-color: #ffc700;
    box-shadow: none;
    transform: translateY(3px);
  }
  .main__text__inner__btn:hover::before {
    background-color: #f80;
  }
}
.main__photos {
  width: 50%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.main__photos::before {
  content: "";
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background-image: url(../img/shadow.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: 0 0;
  position: absolute;
}
@media screen and (max-width: 1100px) {
  .main__photos {
    width: 100%;
    height: 40vw;
    position: relative;
  }
  .main__photos::before {
    width: 100%;
    height: 10px;
    background-image: url(../img/shadow02.png);
    background-repeat: repeat-x;
    background-size: auto 100%;
  }
}
@media screen and (max-width: 599px) {
  .main__photos {
    height: 50vw;
  }
}
.main__photos__item {
  width: 50%;
  height: 31.25%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1100px) {
  .main__photos__item {
    width: 40%;
    height: 50%;
  }
}
.main__photos__item:first-child {
  width: 100%;
  height: 68.75%;
  background-image: url(../img/main01.jpg);
}
@media screen and (max-width: 1100px) {
  .main__photos__item:first-child {
    width: 60%;
    height: 100%;
  }
}
.main__photos__item:nth-child(2) {
  background-image: url(../img/main02.jpg);
}
@media screen and (max-width: 1100px) {
  .main__photos__item:nth-child(2) {
    top: 0;
    right: 0;
    position: absolute;
  }
}
.main__photos__item:nth-child(3) {
  background-image: url(../img/main03.jpg);
}
@media screen and (max-width: 1100px) {
  .main__photos__item:nth-child(3) {
    bottom: 0;
    right: 0;
    position: absolute;
  }
}

.lead {
  padding: 100px 60px 150px;
}
@media screen and (max-width: 1500px) {
  .lead {
    padding: 90px 60px 120px;
  }
}
@media screen and (max-width: 1400px) {
  .lead {
    padding: 80px 60px 120px;
  }
}
@media screen and (max-width: 1200px) {
  .lead {
    padding: 60px 60px 100px;
  }
}
@media screen and (max-width: 1024px) {
  .lead {
    padding: 35px 40px 90px;
  }
}
@media screen and (max-width: 900px) {
  .lead {
    padding: 35px 40px 80px;
  }
}
@media screen and (max-width: 599px) {
  .lead {
    padding: 25px 25px 55px;
  }
}
.lead__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1480px;
}
.lead__inner__box {
  margin-bottom: 50px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .lead__inner__box {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .lead__inner__box {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .lead__inner__box {
    margin-bottom: 20px;
  }
}
.lead__inner__box__title {
  margin: 0 auto 40px;
  width: 670px;
}
@media screen and (max-width: 1400px) {
  .lead__inner__box__title {
    margin-bottom: 35px;
    width: 620px;
  }
}
@media screen and (max-width: 1200px) {
  .lead__inner__box__title {
    margin-bottom: 30px;
    width: 570px;
  }
}
@media screen and (max-width: 1100px) {
  .lead__inner__box__title {
    margin-bottom: 25px;
    width: 530px;
  }
}
@media screen and (max-width: 599px) {
  .lead__inner__box__title {
    margin: 0 auto 10px;
    padding-right: 0;
    width: 100%;
  }
}
.lead__inner__box__text {
  font-size: 21px;
  line-height: 1.9;
  color: #000;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .lead__inner__box__text {
    font-size: 19px;
  }
}
@media screen and (max-width: 1200px) {
  .lead__inner__box__text {
    width: 100%;
    text-align: justify;
  }
  .lead__inner__box__text br {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .lead__inner__box__text {
    font-size: 17px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 599px) {
  .lead__inner__box__text {
    font-size: 15px;
    line-height: 1.8;
  }
}
.lead__inner__list {
  margin-bottom: 80px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1500px) {
  .lead__inner__list {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .lead__inner__list {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 900px) {
  .lead__inner__list {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .lead__inner__list {
    margin: 0 -24px 15px;
    width: auto;
  }
}
.lead__inner__list__item {
  padding: 55px 40px 65px;
  width: calc((100% - 40px) / 3);
  background-color: #ffc700;
  position: relative;
}
.lead__inner__list__item::before {
  content: "";
  top: 0;
  right: 0;
  width: calc(100% - 90px);
  height: 100%;
  background-image: url(../img/bias.png);
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 23px auto;
  position: absolute;
}
@media screen and (max-width: 1600px) {
  .lead__inner__list__item {
    padding: 3.4375vw 35px 4vw;
  }
}
@media screen and (max-width: 1500px) {
  .lead__inner__list__item {
    padding: 3.4375vw 2.33vw 4vw;
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 1100px) {
  .lead__inner__list__item {
    padding: 30px 10px 165px;
    width: calc((100% - 40px) / 3);
  }
  .lead__inner__list__item::before {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: calc(100% - 70px);
  }
}
@media screen and (max-width: 900px) {
  .lead__inner__list__item {
    padding: 25px 5px 135px;
    width: calc((100% - 20px) / 3);
  }
  .lead__inner__list__item::before {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: calc(100% - 65px);
  }
}
@media screen and (max-width: 599px) {
  .lead__inner__list__item {
    padding: 15px 0 105px;
    width: calc((100% - 2px) / 3);
  }
  .lead__inner__list__item::before {
    height: calc(100% - 50px);
    background-size: 16.1px auto;
  }
}
.lead__inner__list__item__title {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1;
  color: #000;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
}
@media screen and (max-width: 1600px) {
  .lead__inner__list__item__title {
    margin-bottom: 5px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .lead__inner__list__item__title {
    margin-bottom: 7px;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .lead__inner__list__item__title {
    margin-bottom: 4px;
    font-size: 12px;
  }
}
.lead__inner__list__item__title__number {
  margin-left: 8px;
  width: 20px;
  height: 20px;
  font-size: 14px;
  line-height: 22px;
  color: #ffc700;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  text-align: center;
  vertical-align: 10%;
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
}
@media screen and (max-width: 1600px) {
  .lead__inner__list__item__title__number {
    margin-left: 5px;
    width: 18px;
    height: 18px;
    font-size: 12px;
    line-height: 19px;
  }
}
@media screen and (max-width: 599px) {
  .lead__inner__list__item__title__number {
    margin-left: 3px;
    width: 14px;
    height: 14px;
    font-size: 10px;
    line-height: 15px;
  }
}
.lead__inner__list__item__copy {
  font-size: 27px;
  line-height: 1.6;
  color: #000;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 900;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1600px) {
  .lead__inner__list__item__copy {
    font-size: 1.65vw;
  }
}
@media screen and (max-width: 1100px) {
  .lead__inner__list__item__copy {
    font-size: 2.2vw;
    text-align: center;
  }
}
@media screen and (max-width: 900px) {
  .lead__inner__list__item__copy {
    font-size: 2.5vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 599px) {
  .lead__inner__list__item__copy {
    font-size: 3.6vw;
    line-height: 1.4;
  }
}
.lead__inner__list__item .ill01 {
  top: 34px;
  right: 55px;
  width: 140px;
  position: absolute;
}
@media screen and (max-width: 1600px) {
  .lead__inner__list__item .ill01 {
    top: 2.2vw;
    right: 3.3vw;
    width: 8.5vw;
  }
}
@media screen and (max-width: 1100px) {
  .lead__inner__list__item .ill01 {
    margin: 0 auto;
    top: auto;
    bottom: 22px;
    right: 0;
    left: 0;
    width: 100px;
  }
}
@media screen and (max-width: 900px) {
  .lead__inner__list__item .ill01 {
    bottom: 18px;
    width: 80px;
  }
}
@media screen and (max-width: 599px) {
  .lead__inner__list__item .ill01 {
    bottom: 10px;
    width: 60px;
  }
}
.lead__inner__list__item .ill02 {
  top: 37px;
  right: 50px;
  width: 180px;
  position: absolute;
}
@media screen and (max-width: 1600px) {
  .lead__inner__list__item .ill02 {
    top: 1.9vw;
    right: 2.8vw;
    width: 11.6vw;
  }
}
@media screen and (max-width: 1100px) {
  .lead__inner__list__item .ill02 {
    margin: 0 auto;
    top: auto;
    bottom: 19px;
    right: 0;
    left: 0;
    width: 140px;
  }
}
@media screen and (max-width: 900px) {
  .lead__inner__list__item .ill02 {
    bottom: 16px;
    width: 112px;
  }
}
@media screen and (max-width: 599px) {
  .lead__inner__list__item .ill02 {
    bottom: 10px;
    width: 91px;
  }
}
.lead__inner__list__item .ill03 {
  top: 30px;
  right: 27px;
  width: 195px;
  position: absolute;
}
@media screen and (max-width: 1600px) {
  .lead__inner__list__item .ill03 {
    top: 1.5vw;
    right: 1.7vw;
    width: 12.1vw;
  }
}
@media screen and (max-width: 1100px) {
  .lead__inner__list__item .ill03 {
    margin: 0 auto;
    top: auto;
    bottom: 15px;
    right: 0;
    left: 0;
    width: 152px;
  }
}
@media screen and (max-width: 900px) {
  .lead__inner__list__item .ill03 {
    bottom: 13px;
    width: 121.6px;
  }
}
@media screen and (max-width: 599px) {
  .lead__inner__list__item .ill03 {
    bottom: 12px;
    width: 97.65px;
  }
}
.lead__inner__result {
  margin: 0 -20px;
  width: auto;
  height: 150px;
  font-size: 56px;
  line-height: 142px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 900;
  text-align: center;
  background-color: #f75577;
  border-radius: 75px;
  position: relative;
}
.lead__inner__result::before {
  content: "";
  bottom: -122px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 200px;
  height: 122px;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50% 0;
  position: absolute;
}
@media screen and (max-width: 1500px) {
  .lead__inner__result {
    height: 120px;
    font-size: 48px;
    line-height: 114px;
    border-radius: 60px;
  }
  .lead__inner__result::before {
    bottom: -97.6px;
    width: 160px;
    height: 97.6px;
  }
}
@media screen and (max-width: 1200px) {
  .lead__inner__result {
    height: 100px;
    font-size: 42px;
    line-height: 96px;
    border-radius: 50px;
  }
  .lead__inner__result::before {
    bottom: -73.2px;
    width: 120px;
    height: 73.2px;
  }
}
@media screen and (max-width: 1024px) {
  .lead__inner__result {
    margin: 0 -10px;
    height: 90px;
    font-size: 36px;
    line-height: 86px;
    border-radius: 45px;
  }
  .lead__inner__result::before {
    bottom: -61px;
    width: 100px;
    height: 61px;
  }
}
@media screen and (max-width: 900px) {
  .lead__inner__result {
    height: 80px;
    font-size: 30px;
    line-height: 76px;
    border-radius: 40px;
  }
  .lead__inner__result::before {
    bottom: -61px;
    width: 100px;
    height: 61px;
  }
}
@media screen and (max-width: 599px) {
  .lead__inner__result {
    margin: 0 -15px;
    height: 60px;
    font-size: 4.8vw;
    line-height: 57px;
    border-radius: 30px;
  }
  .lead__inner__result::before {
    bottom: -42.7px;
    width: 70px;
    height: 42.7px;
  }
}

.shift {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.shift__text {
  padding: 100px 60px 120px;
  width: 50%;
  background-color: #00cccd;
}
@media screen and (max-width: 1400px) {
  .shift__text {
    padding: 80px 60px 100px;
  }
}
@media screen and (max-width: 1200px) {
  .shift__text {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .shift__text {
    padding: 60px 60px 80px;
  }
}
@media screen and (max-width: 900px) {
  .shift__text {
    padding: 50px 40px 60px;
  }
}
@media screen and (max-width: 599px) {
  .shift__text {
    padding: 30px 25px 10px;
  }
}
.shift__text__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
}
@media screen and (max-width: 1024px) {
  .shift__text__inner {
    max-width: 100%;
  }
}
.shift__text__inner__title {
  margin-bottom: 20px;
  font-size: 64px;
  line-height: 1.4;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
}
@media screen and (max-width: 1400px) {
  .shift__text__inner__title {
    margin-bottom: 1.42vw;
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 1200px) {
  .shift__text__inner__title {
    margin-bottom: 15px;
    font-size: 58px;
  }
}
@media screen and (max-width: 900px) {
  .shift__text__inner__title {
    margin-bottom: 10px;
    font-size: 42px;
  }
}
@media screen and (max-width: 599px) {
  .shift__text__inner__title {
    margin-bottom: 10px;
    font-size: 8.5vw;
  }
}
.shift__text__inner__lead {
  margin-bottom: 60px;
  font-size: 20px;
  line-height: 2.3;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
}
@media screen and (max-width: 1400px) {
  .shift__text__inner__lead {
    margin-bottom: 4.2vw;
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 1200px) {
  .shift__text__inner__lead {
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 2;
    text-align: justify;
  }
  .shift__text__inner__lead br {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .shift__text__inner__lead {
    margin-bottom: 35px;
    font-size: 18px;
    line-height: 1.9;
  }
}
@media screen and (max-width: 599px) {
  .shift__text__inner__lead {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.8;
  }
}
.shift__text__inner__lead .strong {
  font-size: 1.3em;
  color: #ff0;
}
.shift__text__inner__title02 {
  margin-bottom: 25px;
  padding-left: 32px;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 900;
  position: relative;
}
.shift__text__inner__title02::before {
  content: "";
  top: 1px;
  left: 0;
  width: 24px;
  height: 24px;
  border: 8px solid #ff0;
  border-radius: 50%;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .shift__text__inner__title02 {
    margin-bottom: 15px;
    padding-left: 22px;
    font-size: 18px;
  }
  .shift__text__inner__title02::before {
    width: 18px;
    height: 18px;
    border: 6px solid #ff0;
  }
}
.shift__text__inner__list {
  margin-top: -30px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1400px) {
  .shift__text__inner__list {
    margin-top: -15px;
  }
}
@media screen and (max-width: 1200px) {
  .shift__text__inner__list {
    margin-top: -30px;
  }
}
@media screen and (max-width: 599px) {
  .shift__text__inner__list {
    margin: -5px -15px 0;
  }
}
.shift__text__inner__list__item {
  margin-top: 30px;
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 1400px) {
  .shift__text__inner__list__item {
    margin-top: 15px;
    width: calc((100% - 15px) / 2);
  }
}
@media screen and (max-width: 1200px) {
  .shift__text__inner__list__item {
    margin-top: 30px;
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .shift__text__inner__list__item {
    margin-top: 5px;
    width: calc((100% - 5px) / 2);
  }
}
.shift__text__inner__list__item__link {
  padding: 0 0 75px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  display: block;
  position: relative;
}
.shift__text__inner__list__item__link::before {
  content: "";
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 30px;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
}
.shift__text__inner__list__item__link::after {
  content: "";
  left: calc(50% - 4px);
  bottom: 37px;
  border-width: 7px 4px 0 4px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  transition: 0.5s;
}
@media screen and (max-width: 599px) {
  .shift__text__inner__list__item__link {
    padding: 0 0 50px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  }
  .shift__text__inner__list__item__link::before {
    bottom: 20px;
    width: 18px;
    height: 18px;
  }
  .shift__text__inner__list__item__link::after {
    left: calc(50% - 3px);
    bottom: 26px;
    border-width: 5px 3px 0 3px;
  }
}
.shift__text__inner__list__item__link--01 {
  background-color: #f79;
}
.shift__text__inner__list__item__link--01::after {
  border-color: #f79 transparent transparent transparent;
}
.shift__text__inner__list__item__link--02 {
  background-color: #88cc33;
}
.shift__text__inner__list__item__link--02::after {
  border-color: #88cc33 transparent transparent transparent;
}
.shift__text__inner__list__item__link--03 {
  background-color: #00aae3;
}
.shift__text__inner__list__item__link--03::after {
  border-color: #00aae3 transparent transparent transparent;
}
.shift__text__inner__list__item__link--04 {
  background-color: #ffc700;
}
.shift__text__inner__list__item__link--04::after {
  border-color: #ffc700 transparent transparent transparent;
}
@media screen and (min-width: 1025px) {
  .shift__text__inner__list__item__link:hover {
    background-color: #789;
    transform: translateY(3px);
  }
  .shift__text__inner__list__item__link:hover::after {
    border-color: #789 transparent transparent transparent;
  }
}
.shift__text__inner__list__item__link__ill {
  width: 100%;
  height: 155px;
  position: relative;
}
.shift__text__inner__list__item__link__ill::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
}
@media screen and (max-width: 599px) {
  .shift__text__inner__list__item__link__ill {
    height: 103.85px;
  }
  .shift__text__inner__list__item__link__ill::before {
    height: 66px;
  }
}
.shift__text__inner__list__item__link__ill .ill01 {
  margin: 0 auto;
  padding-top: 30px;
  width: 110px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .shift__text__inner__list__item__link__ill .ill01 {
    padding-top: 18px;
    width: 77px;
  }
}
.shift__text__inner__list__item__link__ill .ill02 {
  margin: 0 auto;
  padding-top: 30px;
  width: 110px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .shift__text__inner__list__item__link__ill .ill02 {
    padding-top: 18px;
    width: 77px;
  }
}
.shift__text__inner__list__item__link__ill .ill03 {
  margin: 0 auto;
  padding-top: 42px;
  width: 128px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .shift__text__inner__list__item__link__ill .ill03 {
    padding-top: 25.2px;
    width: 89.6px;
  }
}
.shift__text__inner__list__item__link__ill .ill04 {
  margin: 0 auto;
  padding-top: 38px;
  width: 91px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .shift__text__inner__list__item__link__ill .ill04 {
    padding-top: 24.7px;
    width: 63.7px;
  }
}
.shift__text__inner__list__item__link__title {
  margin-bottom: 7px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-family: "Roboto", sans-serif !important;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .shift__text__inner__list__item__link__title {
    margin-bottom: 5px;
    font-size: 14px;
  }
}
.shift__text__inner__list__item__link__title .number {
  font-weight: 900;
}
.shift__text__inner__list__item__link__copy {
  font-size: 28px;
  line-height: 1;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .shift__text__inner__list__item__link__copy {
    font-size: 1.9vw;
  }
}
@media screen and (max-width: 1200px) {
  .shift__text__inner__list__item__link__copy {
    font-size: 28px;
  }
}
@media screen and (max-width: 900px) {
  .shift__text__inner__list__item__link__copy {
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  .shift__text__inner__list__item__link__copy {
    font-size: 5.3vw;
  }
}
.shift__ill {
  top: 0;
  width: 50%;
  height: 100vh;
  background-color: #00aae7;
  background-image: url(../img/shift02.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: sticky;
}
@media screen and (max-width: 1200px) {
  .shift__ill {
    width: 100%;
    height: 50vw;
    position: relative;
    background-position: 50% 75%;
  }
}

.merit {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.merit__text {
  padding: 120px 60px 150px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .merit__text {
    padding: 100px 60px 100px;
  }
}
@media screen and (max-width: 1024px) {
  .merit__text {
    padding: 60px 60px 80px;
  }
}
@media screen and (max-width: 900px) {
  .merit__text {
    padding: 50px 40px 60px;
  }
}
@media screen and (max-width: 599px) {
  .merit__text {
    padding: 30px 25px 0;
  }
}
.merit__text__inner {
  margin: -100px auto 0;
  width: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 1200px) {
  .merit__text__inner {
    margin-top: -80px;
  }
}
@media screen and (max-width: 1024px) {
  .merit__text__inner {
    margin-top: -60px;
  }
}
@media screen and (max-width: 599px) {
  .merit__text__inner {
    margin-top: 0;
  }
}
.merit__text__inner__item {
  margin-top: 100px;
}
@media screen and (max-width: 1200px) {
  .merit__text__inner__item {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .merit__text__inner__item {
    margin-top: 60px;
  }
}
@media screen and (max-width: 599px) {
  .merit__text__inner__item {
    margin-top: 0;
  }
}
.merit__text__inner__item__title {
  margin-bottom: 35px;
  padding: 0 150px 0 120px;
  width: 100%;
  height: 80px;
  font-size: 36px;
  line-height: 78px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  position: relative;
}
.merit__text__inner__item__title br {
  display: none;
}
@media screen and (max-width: 1200px) {
  .merit__text__inner__item__title {
    margin-bottom: 30px;
    padding: 0 135px 0 108px;
    height: 72px;
    font-size: 32px;
    line-height: 70px;
  }
}
@media screen and (max-width: 900px) {
  .merit__text__inner__item__title {
    margin-bottom: 20px;
    padding: 0 105px 0 84px;
    height: 60px;
    font-size: 3vw;
    line-height: 58px;
  }
}
@media screen and (max-width: 599px) {
  .merit__text__inner__item__title {
    margin: 0 -25px 35px;
    padding: 60px 10px;
    width: auto;
    height: auto;
    font-size: 6vw;
    line-height: 1.4;
    text-align: center;
  }
  .merit__text__inner__item__title br {
    display: block;
  }
}
.merit__text__inner__item__title .strong {
  color: #ff0;
  font-weight: 900;
}
.merit__text__inner__item__title.pink {
  background-color: #f79;
}
.merit__text__inner__item__title.green {
  background-color: #88cc33;
}
.merit__text__inner__item__title.blue {
  background-color: #00aae3;
}
.merit__text__inner__item__title.blue .strong {
  margin-left: 0.25em;
}
@media screen and (max-width: 599px) {
  .merit__text__inner__item__title.blue .strong {
    margin-left: 0;
  }
}
.merit__text__inner__item__title.yellow {
  background-color: #ffc700;
}
.merit__text__inner__item__title.yellow .strong {
  color: #f74455;
  font-weight: 900;
}
.merit__text__inner__item__title .dot {
  margin-right: -0.2em;
  margin-left: -0.2em;
  font-weight: 400;
}
.merit__text__inner__item__title .ribon {
  top: -10px;
  left: 10px;
  width: 94px;
  position: absolute;
}
@media screen and (max-width: 1400px) {
  .merit__text__inner__item__title .ribon {
    top: -9px;
    left: 9px;
    width: 84.6px;
  }
}
@media screen and (max-width: 900px) {
  .merit__text__inner__item__title .ribon {
    top: -7px;
    left: 7px;
    width: 65.8px;
  }
}
@media screen and (max-width: 599px) {
  .merit__text__inner__item__title .ribon {
    margin: 0 auto;
    top: -5px;
    right: 0;
    left: 0;
    width: 50px;
  }
}
.merit__text__inner__item__title .ill01 {
  top: -42px;
  right: 13px;
  width: 115px;
  position: absolute;
}
@media screen and (max-width: 1400px) {
  .merit__text__inner__item__title .ill01 {
    top: -37.8px;
    right: 11.7px;
    width: 103.5px;
  }
}
@media screen and (max-width: 900px) {
  .merit__text__inner__item__title .ill01 {
    top: -29.4px;
    right: 9.1px;
    width: 80.5px;
  }
}
@media screen and (max-width: 599px) {
  .merit__text__inner__item__title .ill01 {
    margin: 0 auto;
    top: auto;
    right: 0;
    left: 0;
    bottom: -35px;
  }
}
.merit__text__inner__item__title .ill02 {
  top: -43px;
  right: 13px;
  width: 115px;
  position: absolute;
}
@media screen and (max-width: 1400px) {
  .merit__text__inner__item__title .ill02 {
    top: -38.7px;
    right: 11.7px;
    width: 103.5px;
  }
}
@media screen and (max-width: 900px) {
  .merit__text__inner__item__title .ill02 {
    top: -30.1px;
    right: 9.1px;
    width: 80.5px;
  }
}
@media screen and (max-width: 599px) {
  .merit__text__inner__item__title .ill02 {
    margin: 0 auto;
    top: auto;
    right: 0;
    left: 0;
    bottom: -27px;
  }
}
.merit__text__inner__item__title .ill03 {
  top: -27px;
  right: 15px;
  width: 121px;
  position: absolute;
}
@media screen and (max-width: 1400px) {
  .merit__text__inner__item__title .ill03 {
    top: -24.3px;
    right: 13.5px;
    width: 108.9px;
  }
}
@media screen and (max-width: 900px) {
  .merit__text__inner__item__title .ill03 {
    top: -20.25px;
    right: 10.5px;
    width: 84.7px;
  }
}
@media screen and (max-width: 599px) {
  .merit__text__inner__item__title .ill03 {
    margin: 0 auto;
    top: auto;
    right: 0;
    left: 0;
    bottom: -20px;
  }
}
.merit__text__inner__item__title .ill04 {
  top: -29px;
  right: 10px;
  width: 93px;
  position: absolute;
}
@media screen and (max-width: 1400px) {
  .merit__text__inner__item__title .ill04 {
    top: -26.1px;
    right: 9px;
    width: 83.7px;
  }
}
@media screen and (max-width: 900px) {
  .merit__text__inner__item__title .ill04 {
    top: -20.3px;
    right: 7px;
    width: 65.1px;
  }
}
@media screen and (max-width: 599px) {
  .merit__text__inner__item__title .ill04 {
    margin: 0 auto;
    top: auto;
    right: 0;
    left: 0;
    bottom: -25px;
    width: 72.54px;
  }
}
.merit__text__inner__item__copy {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.9;
  color: #000;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
}
@media screen and (max-width: 1400px) {
  .merit__text__inner__item__copy {
    font-size: 18px;
    text-align: justify;
  }
  .merit__text__inner__item__copy br {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .merit__text__inner__item__copy {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 599px) {
  .merit__text__inner__item__copy {
    margin-bottom: 17px;
    font-size: 14px;
    line-height: 1.7;
  }
}
.merit__text__inner__item__box {
  padding: 50px;
  background-color: #f3f5f7;
}
@media screen and (max-width: 900px) {
  .merit__text__inner__item__box {
    padding: 30px;
  }
}
@media screen and (max-width: 599px) {
  .merit__text__inner__item__box {
    margin: 0 -25px;
    padding: 25px 20px 50px;
    background-color: rgba(243, 245, 247, 0.8);
  }
}
.merit__text__inner__item__box__inner {
  padding: 70px;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .merit__text__inner__item__box__inner {
    padding: 50px;
  }
}
@media screen and (max-width: 900px) {
  .merit__text__inner__item__box__inner {
    padding: 30px;
  }
}
@media screen and (max-width: 599px) {
  .merit__text__inner__item__box__inner {
    padding: 0;
    background-color: transparent;
  }
}
.merit__text__inner__item__box__inner__title {
  margin-bottom: 25px;
  padding-left: 1em;
  font-size: 16px;
  line-height: 1.3;
  color: #000;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  text-indent: -1em;
}
@media screen and (max-width: 900px) {
  .merit__text__inner__item__box__inner__title {
    margin-bottom: 15px;
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .merit__text__inner__item__box__inner__title {
    margin-bottom: 10px;
    font-size: 12px;
  }
}
.merit__text__inner__item__box__inner__title .green {
  color: #88cc33;
}
.merit__text__inner__item__box__inner__title .blue {
  color: #00aae3;
}
.merit__text__inner__item__box__inner__title .yellow {
  color: #ffc700;
}
.merit__text__inner__item__box__inner__photos {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .merit__text__inner__item__box__inner__photos {
    margin-top: 40px;
  }
}
@media screen and (max-width: 900px) {
  .merit__text__inner__item__box__inner__photos {
    margin-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  .merit__text__inner__item__box__inner__photos {
    margin-top: 10px;
  }
}
.merit__text__inner__item__box__inner__photos__item {
  width: calc((100% - 30px) / 4);
}
@media screen and (max-width: 900px) {
  .merit__text__inner__item__box__inner__photos__item {
    width: calc((100% - 15px) / 4);
  }
}
@media screen and (max-width: 599px) {
  .merit__text__inner__item__box__inner__photos__item {
    margin-top: 10px;
    width: calc((100% - 10px) / 2);
  }
}
.merit__text__inner__item__box__inner__photos__item__caption {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .merit__text__inner__item__box__inner__photos__item__caption {
    margin-top: 6px;
    font-size: 12px;
  }
}
.merit__text__inner__item__box01 {
  padding: 50px 50px 40px;
  background-color: #f3f5f7;
}
@media screen and (max-width: 1200px) {
  .merit__text__inner__item__box01 {
    padding: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .merit__text__inner__item__box01 {
    padding: 30px;
  }
}
@media screen and (max-width: 900px) {
  .merit__text__inner__item__box01 {
    padding: 20px;
  }
}
@media screen and (max-width: 599px) {
  .merit__text__inner__item__box01 {
    margin: 0 -25px;
    padding-bottom: 50px;
  }
}
.merit__text__inner__item__box01__list {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .merit__text__inner__item__box01__list {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 900px) {
  .merit__text__inner__item__box01__list {
    margin-bottom: 15px;
  }
}
.merit__text__inner__item__box01__list__item {
  padding: 20px;
  width: calc((100% - 20px) / 2);
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .merit__text__inner__item__box01__list__item {
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 900px) {
  .merit__text__inner__item__box01__list__item {
    padding: 10px;
  }
}
@media screen and (max-width: 599px) {
  .merit__text__inner__item__box01__list__item {
    margin-top: 10px;
    width: 100%;
  }
  .merit__text__inner__item__box01__list__item:first-child {
    margin-top: 0;
  }
}
.merit__text__inner__item__box01__list__item__ill {
  width: 140px;
}
@media screen and (max-width: 1024px) {
  .merit__text__inner__item__box01__list__item__ill {
    width: 120px;
  }
}
@media screen and (max-width: 900px) {
  .merit__text__inner__item__box01__list__item__ill {
    width: 100px;
  }
}
@media screen and (max-width: 599px) {
  .merit__text__inner__item__box01__list__item__ill {
    width: 90px;
  }
}
.merit__text__inner__item__box01__list__item__inner {
  padding: 0 10px 0 30px;
  width: calc(100% - 140px);
}
@media screen and (max-width: 1500px) {
  .merit__text__inner__item__box01__list__item__inner {
    padding: 0 10px 0 20px;
  }
}
@media screen and (max-width: 1300px) {
  .merit__text__inner__item__box01__list__item__inner {
    padding: 0 10px 0 30px;
  }
}
@media screen and (max-width: 1024px) {
  .merit__text__inner__item__box01__list__item__inner {
    padding: 0 10px 0 20px;
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 900px) {
  .merit__text__inner__item__box01__list__item__inner {
    padding: 0 10px 0 20px;
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 599px) {
  .merit__text__inner__item__box01__list__item__inner {
    padding: 0 10px 0 15px;
    width: calc(100% - 90px);
  }
}
.merit__text__inner__item__box01__list__item__inner__copy {
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1;
  color: #f79;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
}
@media screen and (max-width: 1500px) {
  .merit__text__inner__item__box01__list__item__inner__copy {
    font-size: 20px;
  }
}
@media screen and (max-width: 1300px) {
  .merit__text__inner__item__box01__list__item__inner__copy {
    font-size: 21px;
  }
}
@media screen and (max-width: 1024px) {
  .merit__text__inner__item__box01__list__item__inner__copy {
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  .merit__text__inner__item__box01__list__item__inner__copy {
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  .merit__text__inner__item__box01__list__item__inner__copy {
    margin-bottom: 7px;
    font-size: 16px;
  }
}
.merit__text__inner__item__box01__list__item__inner__text {
  font-size: 16px;
  line-height: 1.8;
  color: #000;
  text-align: justify;
}
@media screen and (max-width: 1500px) {
  .merit__text__inner__item__box01__list__item__inner__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 1300px) {
  .merit__text__inner__item__box01__list__item__inner__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .merit__text__inner__item__box01__list__item__inner__text {
    font-size: 15px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 900px) {
  .merit__text__inner__item__box01__list__item__inner__text {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 320px) {
  .merit__text__inner__item__box01__list__item__inner__text {
    font-size: 12px;
  }
}
.merit__text__inner__item__box01__btn {
  margin: 0 auto;
  width: 240px;
  height: 50px;
  color: #000;
  text-align: center;
  background-color: #dde3e7;
  border-radius: 25px;
  display: block;
}
@media screen and (min-width: 1025px) {
  .merit__text__inner__item__box01__btn:hover {
    color: #fff;
    background-color: #789;
    transform: translateY(3px);
  }
}
.merit__text__inner__item__box01__btn__text {
  padding-left: 28px;
  height: 50px;
  font-size: 17px;
  line-height: 48px;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  display: inline-block;
  position: relative;
}
.merit__text__inner__item__box01__btn__text::before {
  content: "";
  top: calc(50% - 11px);
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #f79;
  border-radius: 50%;
  position: absolute;
}
.merit__text__inner__item__box01__btn__text::after {
  content: "";
  top: calc(50% - 4px);
  left: 9px;
  border-width: 4px 0 4px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .merit__text__inner__item__box01__btn__text {
    padding-left: 23px;
    font-size: 15px;
    line-height: 49px;
  }
  .merit__text__inner__item__box01__btn__text::before {
    content: "";
    top: calc(50% - 9px);
    width: 18px;
    height: 18px;
  }
  .merit__text__inner__item__box01__btn__text::after {
    content: "";
    top: calc(50% - 3px);
    left: 7px;
    border-width: 3px 0 3px 5px;
  }
}
.merit__text__inner__item__caution {
  margin-top: 15px;
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.4;
  color: #567;
  text-indent: -1em;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  .merit__text__inner__item__caution {
    margin: 10px -5px 40px;
    font-size: 12px;
  }
}

.small2 {
  font-size: 0.6em;
}

.contact {
  padding: 100px 60px 150px;
  background-color: #f79;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
  position: relative;
}
@media screen and (max-width: 1400px) {
  .contact {
    padding: 80px 60px 100px;
  }
}
@media screen and (max-width: 1200px) {
  .contact {
    padding: 60px 60px 80px;
  }
}
@media screen and (max-width: 1024px) {
  .contact {
    padding: 40px 40px 80px;
  }
}
@media screen and (max-width: 599px) {
  .contact {
    padding: 30px 25px 50px;
  }
}
.contact__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}
.contact__inner__title {
  margin-bottom: 40px;
  padding-top: 132px;
  padding-left: 0.06em;
  font-size: 46px;
  line-height: 1;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-align: center;
  background-image: url(../img/contact_ill.svg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 99px auto;
}
@media screen and (max-width: 1024px) {
  .contact__inner__title {
    margin-bottom: 35px;
    padding-top: 105.6px;
    font-size: 40px;
    background-size: 79.2px auto;
  }
}
@media screen and (max-width: 900px) {
  .contact__inner__title {
    margin-bottom: 25px;
    padding-top: 89.76px;
    font-size: 36px;
    background-size: 69.3px auto;
  }
}
@media screen and (max-width: 599px) {
  .contact__inner__title {
    margin-bottom: 20px;
    padding-top: 79.2px;
    font-size: 26px;
    background-size: 59.4px auto;
  }
}
.contact__inner__title__en {
  margin-top: 12px;
  padding-left: 0.04em;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.04em;
  display: block;
}
@media screen and (max-width: 1024px) {
  .contact__inner__title__en {
    font-size: 15px;
  }
}
@media screen and (max-width: 900px) {
  .contact__inner__title__en {
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .contact__inner__title__en {
    margin-top: 9px;
    font-size: 11px;
  }
}
.contact__inner__text {
  margin-bottom: 50px;
  padding: 45px 50px;
  font-size: 16px;
  line-height: 2;
  color: #fff;
  text-align: justify;
  background-color: #ff6688;
}
@media screen and (max-width: 900px) {
  .contact__inner__text {
    margin-bottom: 40px;
    padding: 35px 40px;
    font-size: 15px;
    line-height: 1.9;
  }
}
@media screen and (max-width: 599px) {
  .contact__inner__text {
    margin-bottom: 20px;
    padding: 25px;
    font-size: 14px;
    line-height: 1.8;
  }
}
.contact__inner__text__caution {
  padding-left: 1em;
  color: #ff0;
  text-indent: -1em;
  display: block;
}
.contact__inner__list {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .contact__inner__list {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 900px) {
  .contact__inner__list {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .contact__inner__list {
    margin: 0 -25px 20px;
  }
}
.contact__inner__list__item {
  padding: 30px 0;
  border-bottom: 1px dotted #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .contact__inner__list__item {
    padding: 25px 0;
  }
}
@media screen and (max-width: 599px) {
  .contact__inner__list__item {
    padding: 20px 25px 25px;
    flex-wrap: wrap;
  }
}
.contact__inner__list__item:first-child {
  border-top: 1px dotted #fff;
}
.contact__inner__list__item__title {
  padding-left: 30px;
  width: 230px;
  font-size: 20px;
  line-height: 58px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  position: relative;
}
.contact__inner__list__item__title::before {
  content: "";
  top: 20px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 6px solid #ff0;
  border-radius: 2px;
  position: absolute;
}
@media screen and (max-width: 900px) {
  .contact__inner__list__item__title {
    padding-left: 25px;
    width: 200px;
    font-size: 18px;
  }
  .contact__inner__list__item__title::before {
    content: "";
    top: 21px;
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 599px) {
  .contact__inner__list__item__title {
    margin-bottom: 15px;
    padding-left: 23px;
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 1;
    height: auto;
  }
  .contact__inner__list__item__title::before {
    content: "";
    top: 0;
    width: 16px;
    height: 16px;
    border: 5px solid #ff0;
  }
}
.contact__inner__list__item__form {
  width: calc(100% - 230px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 900px) {
  .contact__inner__list__item__form {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 599px) {
  .contact__inner__list__item__form {
    width: 100%;
  }
}
.contact__inner__list__item__form__post {
  margin-right: 5px;
  width: 140px;
}
.contact__inner__list__item__form__address {
  width: calc(100% - 140px - 5px);
}
@media screen and (max-width: 599px) {
  .contact__inner__list__item__form__address {
    margin-top: 5px;
    width: 100%;
  }
}
.contact__inner__list__item__form__caution {
  margin-top: 10px;
  padding-left: 1em;
  font-size: 15px;
  line-height: 1.4;
  color: #fff;
  text-align: justify;
  text-indent: -1em;
}
@media screen and (max-width: 599px) {
  .contact__inner__list__item__form__caution {
    font-size: 14px;
  }
}
.contact__inner__list__item__form__text {
  padding: 15px 0;
  font-size: 16px;
  line-height: 2;
  color: #fff;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  .contact__inner__list__item__form__text {
    padding: 0;
    font-size: 14px;
    line-height: 1.8;
  }
}
.contact__inner__list__item__form__text .link {
  color: #ff0;
  text-decoration: underline;
}
@media screen and (min-width: 1025px) {
  .contact__inner__list__item__form__text .link:hover {
    text-decoration: none;
  }
}
.contact__inner__btn-wrapper {
  position: relative;
}
.contact__inner__btn-wrapper__btn {
  margin: 0 auto;
  padding-right: 10px;
  padding-bottom: 5px;
  width: 100%;
  max-width: 320px;
  height: 80px;
  font-size: 18px;
  line-height: 78px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  text-align: center;
  background-color: #ff0;
  border: none;
  display: block;
  position: relative;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  .contact__inner__btn-wrapper__btn {
    padding-right: 0;
    padding-bottom: 3px;
    height: 70px;
    font-size: 16px;
    line-height: 68px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  }
}
.contact__inner__btn-wrapper__btn::before {
  content: "";
  top: calc(50% - 11px);
  right: 23px;
  width: 22px;
  height: 22px;
  background-color: #f79;
  border-radius: 50%;
  position: absolute;
  transition: 0.1s;
}
@media screen and (max-width: 599px) {
  .contact__inner__btn-wrapper__btn::before {
    top: calc(50% - 9px);
    right: 20px;
    width: 18px;
    height: 18px;
  }
}
.contact__inner__btn-wrapper__btn::after {
  content: "";
  top: calc(50% - 4px);
  right: 29px;
  border-width: 4px 0 4px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .contact__inner__btn-wrapper__btn::after {
    top: calc(50% - 3px);
    right: 26px;
    border-width: 3px 0 3px 5px;
  }
}
@media screen and (min-width: 1025px) {
  .contact__inner__btn-wrapper__btn:hover {
    color: #fff;
    background-color: #000;
    box-shadow: none;
    transform: translateY(3px);
  }
}
.contact__inner__btn-wrapper__btn--revision {
  top: 0;
  left: 0;
  padding-left: 30px;
  padding-right: 0;
  max-width: 170px;
  color: #fff;
  background-color: #9ab;
  border: none;
  display: block;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .contact__inner__btn-wrapper__btn--revision {
    top: auto;
    left: auto;
    margin-top: 10px;
    padding-left: 0;
    height: 70px;
    max-width: 320px;
    position: relative;
  }
}
.contact__inner__btn-wrapper__btn--revision::before {
  right: auto;
  left: 23px;
  background-color: #789;
}
@media screen and (max-width: 599px) {
  .contact__inner__btn-wrapper__btn--revision::before {
    top: calc(50% - 9px);
    left: 20px;
    width: 18px;
    height: 18px;
  }
}
.contact__inner__btn-wrapper__btn--revision::after {
  right: auto;
  left: 29px;
  border-width: 4px 7px 4px 0;
  border-color: transparent #fff transparent transparent;
}
@media screen and (max-width: 599px) {
  .contact__inner__btn-wrapper__btn--revision::after {
    left: 26px;
    border-width: 3px 5px 3px 0;
  }
}
.contact__inner__tel-title {
  margin: 80px auto 30px;
  padding-top: 130px;
  font-size: 36px;
  line-height: 1;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  text-align: center;
  background-image: url(../img/tel_ill.svg);
  background-repeat: no-repeat;
  background-size: 110px auto;
  background-position: 50% 0;
}
@media screen and (max-width: 1024px) {
  .contact__inner__tel-title {
    margin-top: 60px;
    padding-top: 115px;
    font-size: 32px;
    background-size: 100px auto;
  }
}
@media screen and (max-width: 900px) {
  .contact__inner__tel-title {
    margin-top: 50px;
    margin-bottom: 25px;
    padding-top: 105px;
    font-size: 28px;
    background-size: 90px auto;
  }
}
@media screen and (max-width: 599px) {
  .contact__inner__tel-title {
    margin-top: 40px;
    margin-bottom: 15px;
    padding-top: 80px;
    font-size: 6vw;
    background-size: 70px auto;
  }
}
.contact__inner__tel-box {
  padding: 30px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .contact__inner__tel-box {
    padding: 20px;
  }
}
@media screen and (max-width: 680px) {
  .contact__inner__tel-box {
    padding: 30px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599px) {
  .contact__inner__tel-box {
    padding: 20px 0;
  }
}
.contact__inner__tel-box__item {
  margin-left: 25px;
}
@media screen and (max-width: 900px) {
  .contact__inner__tel-box__item {
    margin-left: 15px;
  }
}
@media screen and (max-width: 680px) {
  .contact__inner__tel-box__item {
    margin-left: 0;
    width: 100%;
  }
}
.contact__inner__tel-box__item:first-child {
  margin-left: 0;
}
@media screen and (max-width: 680px) {
  .contact__inner__tel-box__item:first-child {
    margin-bottom: 10px;
  }
}
.contact__inner__tel-box__item__link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: auto;
}
@media screen and (max-width: 680px) {
  .contact__inner__tel-box__item__link {
    justify-content: center;
  }
}
.contact__inner__tel-box__item__link__title {
  margin-right: 10px;
  width: 110px;
  height: 30px;
  font-size: 18px;
  line-height: 29px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  text-align: center;
  background-color: #88cc33;
}
@media screen and (max-width: 900px) {
  .contact__inner__tel-box__item__link__title {
    margin-right: 5px;
    width: 80px;
    height: 22px;
    font-size: 13px;
    line-height: 21px;
  }
}
@media screen and (max-width: 680px) {
  .contact__inner__tel-box__item__link__title {
    margin-right: 10px;
  }
}
.contact__inner__tel-box__item__link__title.blue {
  background-color: #00aae3;
}
.contact__inner__tel-box__item__link__number {
  font-size: 42px;
  line-height: 1;
  color: #000;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .contact__inner__tel-box__item__link__number {
    font-size: 4.1vw;
  }
}
@media screen and (max-width: 900px) {
  .contact__inner__tel-box__item__link__number {
    font-size: 4.2vw;
  }
}
@media screen and (max-width: 680px) {
  .contact__inner__tel-box__item__link__number {
    font-size: 42px;
  }
}
@media screen and (max-width: 599px) {
  .contact__inner__tel-box__item__link__number {
    font-size: 7vw;
  }
}

input {
  padding-left: 15px;
  width: 100%;
  height: 60px;
  font-size: 16px;
  color: #000;
  background-color: #fff;
  border: none;
  border-radius: 0;
}
@media screen and (max-width: 599px) {
  input {
    height: 50px;
  }
}
input:focus {
  outline: none;
}

select {
  padding-left: 15px;
  padding-right: 40px;
  width: 100%;
  max-width: 280px;
  height: 60px;
  font-size: 16px;
  color: #000;
  background-color: #fff;
  background-image: url(../img/select_arrow.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right 0 top 0;
  border: none;
  overflow: hidden;
  border-radius: 0;
  -webkit-appearance: none; /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
  appearance: none; /* 標準のスタイルを無効にする */
}
select:focus {
  outline: none;
}
@media screen and (max-width: 599px) {
  select {
    height: 50px;
  }
}

textarea {
  padding: 20px 15px;
  width: 100%;
  height: 240px;
  font-size: 16px;
  color: #000;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  background-color: #fff;
  border: none;
  border-radius: 0;
}
@media screen and (max-width: 599px) {
  textarea {
    height: 180px;
  }
}
textarea:focus {
  outline: none;
}

::-ms-expand { /* select要素のデザインを無効にする（IE用） */
  display: none;
}

input::placeholder {
  color: #abc;
}

/* IE */
input:-ms-input-placeholder {
  color: #abc;
}

/* Edge */
input::-ms-input-placeholder {
  color: #abc;
}

textarea::placeholder {
  color: #abc;
}

/* IE */
textarea:-ms-input-placeholder {
  color: #abc;
}

/* Edge */
textarea::-ms-input-placeholder {
  color: #abc;
}

/*エラー*/
.errors-message {
  margin-bottom: 30px;
  padding: 20px;
  font-size: 18px;
  line-height: 1.6em;
  color: #ff0;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  text-align: center;
  border: 2px solid #ff0;
}
@media screen and (max-width: 599px) {
  .errors-message {
    margin: 0 0 20px;
    padding: 15px;
    font-size: 14px;
    text-align: justify;
  }
}

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

.errors-box {
  background-color: #ffb;
}

/*確認*/
.confirm-text {
  margin-top: 17px;
  margin-bottom: 17px;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  .confirm-text {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 23px;
    font-size: 14px;
  }
}

/*完了*/
.complete-copy {
  margin-bottom: 30px;
  padding: 20px;
  font-size: 26px;
  line-height: 1.3;
  color: #ff0;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  text-align: center;
  border: 2px solid #ff0;
}
@media screen and (max-width: 599px) {
  .complete-copy {
    margin: 0 0 15px;
    padding: 15px;
    font-size: 14px;
    text-align: center;
  }
}

.complete-text {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 2;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .complete-text {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.8;
    text-align: justify;
  }
  .complete-text br {
    display: none;
  }
}

.cf-turnstile__block {
  margin: 0 auto 40px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .cf-turnstile__block {
    margin-bottom: 20px;
  }
}

.contact-lead__conf-text {
  color: #fff;
  margin-bottom: 30px;
  font-size: 16px;
}

.confirmation-title {
  margin-bottom: 20px;
  color: #fff;
  font-size: 24px;
}
@media screen and (max-width: 599px) {
  .confirmation-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.sdgs {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.sdgs__text {
  padding: 100px 60px 150px;
  width: calc(100% - 700px);
}
@media screen and (max-width: 1600px) {
  .sdgs__text {
    width: 60%;
  }
}
@media screen and (max-width: 1200px) {
  .sdgs__text {
    padding: 80px 60px 100px;
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .sdgs__text {
    padding: 60px;
  }
}
@media screen and (max-width: 599px) {
  .sdgs__text {
    padding: 30px 25px 25px;
  }
}
.sdgs__text__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 740px;
}
.sdgs__text__inner__title {
  margin-bottom: 35px;
  width: 100%;
  height: 60px;
  font-size: 28px;
  line-height: 58px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  text-align: center;
  background-color: #0cc;
}
@media screen and (max-width: 900px) {
  .sdgs__text__inner__title {
    margin-bottom: 30px;
    height: 50px;
    font-size: 24px;
    line-height: 48px;
  }
}
@media screen and (max-width: 599px) {
  .sdgs__text__inner__title {
    margin-bottom: 15px;
    height: 40px;
    font-size: 18px;
    line-height: 38px;
  }
}
@media screen and (max-width: 320px) {
  .sdgs__text__inner__title {
    font-size: 16px;
  }
}
.sdgs__text__inner__copy {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1;
  color: #0cc;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .sdgs__text__inner__copy {
    margin-bottom: 15px;
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  .sdgs__text__inner__copy {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.sdgs__text__inner__text {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 2;
  color: #000;
  text-align: justify;
}
@media screen and (max-width: 900px) {
  .sdgs__text__inner__text {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.9;
  }
}
@media screen and (max-width: 599px) {
  .sdgs__text__inner__text {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.8;
  }
}
.sdgs__text__inner__figure {
  margin-bottom: 60px;
  padding: 30px;
  width: 100%;
  text-align: center;
  background-color: rgba(243, 245, 247, 0.6);
}
.sdgs__text__inner__figure img {
  width: 100%;
  max-width: 360px;
}
@media screen and (max-width: 900px) {
  .sdgs__text__inner__figure {
    margin-bottom: 45px;
  }
  .sdgs__text__inner__figure img {
    width: 100%;
    max-width: 300px;
  }
}
@media screen and (max-width: 599px) {
  .sdgs__text__inner__figure {
    padding: 25px;
    margin: 0 auto 30px;
  }
  .sdgs__text__inner__figure img {
    width: 100%;
    max-width: 280px;
  }
}
.sdgs__text__inner__title02 {
  margin-bottom: 20px;
  padding-left: 32px;
  font-size: 20px;
  line-height: 1;
  color: #000;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 900;
  position: relative;
}
.sdgs__text__inner__title02::before {
  content: "";
  top: -1px;
  left: 0;
  width: 24px;
  height: 24px;
  border: 8px solid #00aae3;
  border-radius: 50%;
  position: absolute;
}
@media screen and (max-width: 900px) {
  .sdgs__text__inner__title02 {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .sdgs__text__inner__title02 {
    margin-bottom: 15px;
    padding-left: 22px;
    font-size: 16px;
    line-height: 1.5;
  }
  .sdgs__text__inner__title02::before {
    top: 3px;
    width: 18px;
    height: 18px;
    border: 6px solid #00aae3;
  }
}
.sdgs__text__inner__list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.sdgs__text__inner__list__item {
  padding: 20px;
  width: calc((100% - 20px) / 2);
  background-color: #f3f5f7;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .sdgs__text__inner__list__item {
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .sdgs__text__inner__list__item {
    padding: 10px;
    width: 100%;
  }
  .sdgs__text__inner__list__item:first-child {
    margin-bottom: 10px;
  }
}
.sdgs__text__inner__list__item__icon {
  width: 90px;
}
@media screen and (max-width: 900px) {
  .sdgs__text__inner__list__item__icon {
    width: 80px;
  }
}
.sdgs__text__inner__list__item__text {
  padding: 0 10px 0 20px;
  width: calc(100% - 90px);
  font-size: 14px;
  line-height: 1.6;
  color: #000;
  text-align: justify;
}
@media screen and (max-width: 900px) {
  .sdgs__text__inner__list__item__text {
    padding: 0 0 0 15px;
    width: calc(100% - 80px);
    font-size: 13px;
  }
}
@media screen and (max-width: 900px) {
  .sdgs__text__inner__list__item__text {
    padding: 0 10px 0 15px;
    font-size: 13px;
  }
}
.sdgs__photo {
  width: 700px;
  background-image: url(../img/sdgs_photo.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (max-width: 1600px) {
  .sdgs__photo {
    width: 40%;
  }
}
@media screen and (max-width: 1200px) {
  .sdgs__photo {
    width: 100%;
    height: 45vw;
  }
}

.copyright {
  width: 100%;
  height: auto;
  font-size: 14px;
  line-height: 50px;
  color: #fff;
  font-family: "Roboto", sans-serif !important;
  font-weight: 400;
  text-align: center;
  background-color: #000;
}
@media screen and (max-width: 599px) {
  .copyright {
    padding-bottom: 70px;
  }
}

/* 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;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  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: 10%;
  left: 0;
  display: block;
  width: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .slick-dots {
    bottom: 0%;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 0 0 10px;
  padding: 0;
}
@media screen and (max-width: 599px) {
  .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 0 0 6px;
  }
}
.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: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #88cc33;
  border: 3px solid #88cc33;
  border-radius: 50%;
  transition: 0.5s;
}
@media screen and (max-width: 599px) {
  .slick-dots li button {
    width: 12px;
    height: 12px;
    border: 2px solid #88cc33;
  }
}
@media screen and (min-width: 1025px) {
  .slick-dots li button:hover {
    background-color: transparent;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  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 */