@charset "UTF-8";

/*--------------------------------------------------------
Reset
--------------------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow: auto;
}

body {
  overflow-x: hidden;
  font-size: 1.6rem;
  /*16px*/
  line-height: 1.5;
  font-family: Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, sans-serif;
  text-align: justify;
  text-justify: inter-ideograph;
  font-feature-settings: "palt" 1;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  font-weight: 400;
}

body,
h1,
h2,
h3,
h4,
h5,
p,
figure,
blockquote,
ul,
ol,
dl,
dd {
  margin: 0;
}

ul,
ol {
  list-style: none;
  padding-left: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-size: 100%;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

input,
button,
textarea,
select {
  font: inherit;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
}

/*a img:hover { opacity: 0.9; -moz-opacity: 0.9;}*/
a img {
  border-style: none;
}

img {
  vertical-align: bottom;
  /* 一番上の画像だけ注意。隙間が空く可能性あり */
  line-height: 0 !important;
  /* display:block; */
}

button {
  background-color: transparent;
  border: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

button:focus {
  outline: none;
}

button:hover {
  cursor: pointer;
}

input:focus,
select:focus {
  outline: none;
}

/*バーの太さ*/
::-webkit-scrollbar {
  height: 20px;
}

/*バーの色*/
::-webkit-scrollbar-thumb {
  background: #333;
}

/*バーの背景色*/
::-webkit-scrollbar-track {
  background: #F1F8FF;
}

/*--------------------------------------------------------
定数（基本的に、全サイト共通に使えるもの）
--------------------------------------------------------*/
.c {
  text-align: center !important;
}

.cm {
  margin-left: auto;
  margin-right: auto;
}

.r {
  text-align: right !important;
}

.l {
  text-align: left !important;
}

.bold {
  font-weight: bold;
}

.inline-block {
  display: inline-block;
}

.block {
  display: block;
}

.vertical-top {
  vertical-align: top;
}

.vertical-middle {
  vertical-align: middle;
}

.pointer {
  cursor: pointer;
}

.br::before {
  content: "\a";
  white-space: pre;
}

.op0 {
  opacity: 0;
}

.margin20p {
  margin-top: 20px;
}

.margin30p {
  margin-top: 30px;
}

.margin50p {
  margin-top: 50px;
}

.margin100p {
  margin-top: 100px;
}

.margin2p {
  margin-top: 2%;
}

.margin4p {
  margin-top: 4%;
}

.margin6p {
  margin-top: 6%;
}

.padding30p {
  padding-top: 30px;
}

.padding50p {
  padding-top: 50px;
}

.paddingb30p {
  padding-bottom: 30px;
}

.paddingb50p {
  padding-bottom: 50px;
}

.visible1800,
.visible1000,
.visible900,
.visible750,
.visible600,
.visible500,
.visible400,
.visible320 {
  display: none;
}

/* clearfix */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/*重なりの優先度*/
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

/*要素固定*/
.fixed {
  position: fixed;
  z-index: 999;
}

.z0 {
  z-index: 0;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.z3 {
  z-index: 3;
}

.z4 {
  z-index: 4;
}

.z5 {
  z-index: 5;
}

.z6 {
  z-index: 6;
}

.z7 {
  z-index: 7;
}

.z8 {
  z-index: 8;
}

.z9 {
  z-index: 9;
}

.z10 {
  z-index: 10;
}

/*横幅*/
.w100 {
  width: 100%;
}

.w90 {
  width: 90%;
}

.w80 {
  width: 80%;
}

.w70 {
  width: 70%;
}

.w60 {
  width: 60%;
}

.w50 {
  width: 50%;
}

.w40 {
  width: 40%;
}

.w30 {
  width: 30%;
}

.w20 {
  width: 20%;
}

.w10 {
  width: 10%;
}

.disabled {
  pointer-events: none;
  /*リンクを無効にする*/
}

.cp {
  font-family: Verdana, "Droid Sans", "メイリオ", sans-serif;
}

.vh100 {
  height: 100%;
  min-height: 100vh;
}

/*--------------------------------------------------------
サイト毎に変化のある定数
--------------------------------------------------------*/
.contents {
  width: 768px;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.contents2 {
  width: 753px;
  max-width: 753px;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------
色設定
--------------------------------------------------------*/
.white {
  color: #fff;
}

.black {
  color: #333;
}

.yellow {
  color: #ffff4c;
}

.bg_black {
  background-color: #333;
}

.bg_white {
  background-color: #fff;
}

.back_orange {
  background-color: #fbb03b;
}

.back_gray {
  background-color: #f2f2f2;
}

/*--------------------------------------------------------
↓↓↓ 各種レイアウト ↓↓↓
--------------------------------------------------------*/
.back_bg {
  background: url(../img/fv-bg.png) center center no-repeat;
  background-size: cover;
  padding: 1rem 0;
  position: relative;
}

.fv-txt1,
.fv-txt2-2,
.fv-txt3 {
  width: 100%;
  padding: 0 3.8%;
}

.fv-h1 {
  width: 100%;
}

.fv-img1 {
  max-width: 129.06%;
  top: 13%;
  left: -14.66%;
  position: absolute;
}

.fv-txt2-1 {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 50%;
}

.fv-txt2-1 img {
  width: 40%;
}

.fv-btm {
  width: 100%;
  margin-top: -0.1%;
}

/* ボタン用アニメーション
a.cta-btn {
  animation: pulse 1s infinite;
}

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
} */

a.cta-btn {
  display: block;
  text-align: center;
}

a.cta-btn img {
  width: 90%;
}

.cta-txt {
  width: 81%;
  padding: 0 3.8%;
}

.sec-1-h2 {
  width: 623px;
}

.sec-1-txt1 {
  width: 487px;
}

.white_box {
  width: 90%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 15px;
}

.sec-1-h3 {
  width: 573px;
}

.flex_box {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-end;
}

.flex_box img {
  width: 169px;
}

.sec-2-h2 {
  width: 515px;
}

.sec-2-txt1 {
  width: 555px;
}

.flex_img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex_img img {
  width: 322px;
}

.flex_img div:nth-of-type(1) {
  margin-left: 10px;
  margin-right: 5px;
}

.flex_img div:nth-of-type(2) {
  margin-left: 5px;
  margin-right: 10px;
}

.cta-h2 {
  width: 652px;
}


.flex_box2 {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.sec-3-h2 {
  width: 448px;
}

.sec-3-txt1 {
  width: 334px;
}

.sec-3-img1 {
  display: inline-block;
}

.sec-3-img1 img {
  width: 172px;
}

.sec-3-1,
.sec-3-2,
.sec-3-3 {
  width: 696px;
}

.orange_area_txt {
  font-size: 22px;
  color: #fff;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.sec-4-txt1-1 {
  width: 583px;
}

.sec-4-txt1-2 {
  position: absolute;
  bottom: 0;
  left: 0%;
}

.sec-4-txt1-2 img {
  width: 456px;
}

.sec-4-txt2 {
  width: 695px;
}

.sec-4-h2-2 {
  width: 695px;
}

.sec-4-h2-1 {
  position: absolute;
  top: 21%;
  left: 0%;
}

.sec-4-h2-1 img {
  width: 263px;
}

.sec-4-txt3 {
  width: 695px;
}

footer {
  background: #333333;
  color: #FFF;
  padding: 1% 0;
}

.footer_link {
  display: flex;
  max-width: 650px;
  margin: 20px auto;
  text-align: center;
  justify-content: center;
}

.footer_link p:nth-child(2) {
  border-right: solid 1px;
  border-left: solid 1px;
}

.footer_link a {
  padding: 0 20px;
  color: white;
  transition: 0.2s all ease;
  font-size: 14px;
}

footer p {
  font-size: 14px;
}


#pagetop {
  display: none;
  position: fixed;
  bottom: 1em;
  right: 1em;
  z-index: 997;
}

#pagetop a {
  display: flex
;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  width: 40px;
  height: 40px;
  background-color: #fbb03b;
}

#pagetop a img {
  width: 16px;
  margin-top: -2px;
}