@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
}

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

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

body {
  overflow-x: hidden;
  font-size: 1.6rem;
  /*16px*/
  line-height: 1.8;
  font-family: "Lato", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

input,
select,
textarea {
  font-family: "Lato", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body,
h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li,
dl,
dd,
dt {
  margin: 0;
  padding: 0px;
}

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

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

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

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

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

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

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

.margin100 {
  margin-bottom: 100px;
}

.margin90 {
  margin-bottom: 90px;
}

.margin80 {
  margin-bottom: 80px;
}

.margin70 {
  margin-bottom: 70px;
}

.margin60 {
  margin-bottom: 60px;
}

.margin50 {
  margin-bottom: 50px;
}

.margin40 {
  margin-bottom: 40px;
}

.margin30 {
  margin-bottom: 30px;
}

.margin20 {
  margin-bottom: 20px;
}

.margin10 {
  margin-bottom: 10px;
}

.padding100 {
  padding-top: 100px;
}

.padding90 {
  padding-top: 90px;
}

.padding80 {
  padding-top: 80px;
}

.padding70 {
  padding-top: 70px;
}

.padding60 {
  padding-top: 60px;
}

.padding50 {
  padding-top: 50px;
}

.padding40 {
  padding-top: 40px;
}

.padding30 {
  padding-top: 30px;
}

.padding20 {
  padding-top: 20px;
}

.padding10 {
  padding-top: 10px;
}

.padding500p {
  padding-top: 50%;
}

.padding450p {
  padding-top: 45%;
}

.padding400p {
  padding-top: 40%;
}

.padding350p {
  padding-top: 35%;
}

.padding300p {
  padding-top: 30%;
}

.padding250p {
  padding-top: 25%;
}

.padding200p {
  padding-top: 20%;
}

.padding150p {
  padding-top: 15%;
}

.padding100p {
  padding-top: 10%;
}

.padding90p {
  padding-top: 9%;
}

.padding80p {
  padding-top: 8%;
}

.padding70p {
  padding-top: 7%;
}

.padding60p {
  padding-top: 6%;
}

.padding50p {
  padding-top: 5%;
}

.padding40p {
  padding-top: 4%;
}

.padding30p {
  padding-top: 3%;
}

.padding20p {
  padding-top: 2%;
}

.padding10p {
  padding-top: 1%;
}

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

.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;
  /*リンクを無効にする*/
}

/*--------------------------------------------------------
サイト毎に変化のある定数
--------------------------------------------------------*/
.fullscreen {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.contents {
  width: 900px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.contents1800 {
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}

.contents1000 {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.img_center {
  margin-left: -450px;
}

.white {
  color: #fff;
}

.black {
  color: #333;
}

.red {
  color: #f00;
}

.blue {
  color: #1d5f95;
}

.bg_black {
  background-color: #333;
}

.bg_white {
  background-color: #fff;
}

.bg_red {
  background-color: #f00;
}

.bg_clear {
  background-color: transparent;
}

/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/
header {
  width: 100%;
  top: 0;
  margin: 0 auto;
  line-height: 0;
  /* 画像の上下に隙間が空いてしまう対策 *    
    position:fixed;
    z-index:100;
    /* top:-1px; */
}

/*--------------------------------------------------------
フッター
--------------------------------------------------------*/
footer {
  /*position:fixed;*/
  position: relative;
  z-index: 2;
  text-align: center;
  color: #000;
  bottom: 0;
  left: 0;
  right: 0;
}

.copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 3%;
}

.copyright,
.copyright a {
  color: #1d5f95;
}

.copyright a:hover {
  text-decoration: underline;
}

/*--------------------------------------------------------
↓↓↓ 各種レイアウト ↓↓↓
--------------------------------------------------------*/
/*--header--*/
/*--header-end--*/
/*--contents--*/
.fnw_btn, .fnw_btn2 {
  top: 53%;
}

.fnw_btn img, .fnw_btn2 img {
  width: 900px;
  height: 361px;
}

.fnw_btn2 {
  top: 55%;
}

.fnw_01b img {
  width: 1800px;
  height: calc(1475px - 45px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 0;
     object-position: 100% 0;
}

.fnw_01 img {
  width: 1800px;
  height: 1475px;
}

.fnw_01_1 {
  top: 2%;
}

.fnw_01_1 img {
  width: 900px;
  height: 194px;
}

.fnw_01_2 {
  top: 10%;
}

.fnw_01_2 img {
  width: 900px;
  height: 623px;
}

.fnw_01_3 {
  top: 43.5%;
}

.fnw_01_3 img {
  width: 900px;
  height: 439px;
}

.fnw_02 img {
  width: 1800px;
  height: 2609px;
}

.fnw_02_1 {
  top: 27%;
}

.fnw_02_1 img {
  width: 900px;
  height: 249px;
}

.fnw_02_2 {
  top: 46%;
}

.fnw_02_2 img {
  width: 900px;
  height: 215px;
}

.fnw_02_3 {
  top: 63.5%;
}

.fnw_02_3 img {
  width: 900px;
  height: 96px;
}

.fnw_02_4 {
  top: 67.5%;
}

.fnw_02_4 img {
  width: 900px;
  height: 221px;
}

.fnw_02_5 {
  top: 86%;
}

.fnw_02_5 img {
  width: 900px;
  height: 225px;
}

.fnw_03 img {
  width: 1800px;
  height: 1385px;
}

.fnw_04 img {
  width: 1800px;
  height: 1435px;
}

.fnw_04_1 {
  top: 23%;
}

.fnw_04_1 img {
  width: 900px;
  height: 207px;
}

.fnw_04_2 {
  top: 14%;
}

.fnw_04_2 img {
  width: 900px;
  height: 278px;
}

.fnw_04_3 {
  top: 41%;
}

.fnw_04_3 img {
  width: 900px;
  height: 280px;
}

.fnw_04_4 {
  top: 34%;
}

.fnw_04_4 img {
  width: 900px;
  height: 229px;
}

.fnw_05 img {
  width: 1800px;
  height: 1917px;
}

.fnw_05_1 {
  top: -1%;
  left: 76%;
}

.fnw_05_1 img {
  width: 215px;
  height: 189px;
}

.fnw_06 img {
  width: 1800px;
  height: 1129px;
}

.fnw_06_1 {
  top: 53.5%;
}

.fnw_06_1 img {
  width: 900px;
  height: 315px;
}

.fnw_07 img {
  width: 1800px;
  height: 3348px;
}

.fnw_08 {
  bottom: 0;
}

.fnw_08 img {
  width: 1800px;
  height: 519px;
}

.dammy_height, .dammy_height2, .dammy_height3 {
  height: auto;
  position: relative;
}

.dammy_height::before, .dammy_height2::before, .dammy_height3::before {
  content: "";
  display: block;
  padding-top: calc(2609px * 0.9);
}

.dammy_height_inner, .dammy_height2_inner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.dammy_height2::before {
  padding-top: calc(3348px * 0.93);
}

.dammy_height3 {
  position: absolute;
  top: 0;
}

.dammy_height3::before {
  padding-top: calc( 207px + 278px + 280px + 229px);
}

.comment_text {
  font-size: 2.5rem;
}

/*--contents-end--*/
/*--footer--*/
/*--footer-end--*/
/* --背景設定-- */
/* --背景設定-end-- */
/* --画像位置設定-- */
/* --画像位置設定-end-- */
/* --プラポリ-- */
.privacy_head {
  width: 85%;
  border-radius: 20px;
  padding: 40px 20px;
  font-size: 3.5rem;
  text-align: center;
}

.privacy_head__border {
  border: 5px solid #000;
}

.privacy_head span {
  padding-bottom: 0.5rem;
}

.privacy_contents_wrap {
  width: 85%;
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 2rem;
}

.privacy_contents_wrap__border {
  border: 5px solid #000;
}

.privacy_contents_wrap p {
  padding-bottom: 5rem;
}

.bg_privacy {
  /*background-color: #515151;*/
  background: url("../img/pp_01.png");
  background-repeat: repeat-y;
  max-width: 1800px;
  margin: 0 auto;
  background-size: contain;
}

/*.back-btn{
  position: relative;
  padding: 1rem 10rem;
  box-sizing: border-box;
  font-size: 3rem;
  .fas{
    position:  absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  } 
}*/
/* --プラポリ-end-- */
/*--toggleMenu--*/
/*--toggleMenu-end--*/
/*--------------------------------------------------------
↑↑↑ 各種レイアウト ↑↑↑
--------------------------------------------------------*/
/*--------------------------------------------------------
↓↓↓ フォーム部分 ↓↓↓
--------------------------------------------------------*/
form {
  color: #333;
  font-size: 1.5rem;
}

.err_msg {
  color: #f00;
}

.form {
  width: 90%;
}

.form_item {
  margin-top: 1.5rem;
  margin-bottom: 0.3rem;
  line-height: 1.8;
}

input[type="text"],
input[type="email"],
input[type="password"],
select,
textarea {
  width: 96%;
  padding: 1% 2% 1% 2%;
  display: block;
  background-color: #fff;
  border: 1px solid #333;
  /* border-radius: 10px; */
}

input::-webkit-input-placeholder {
  padding-top: 0.1rem;
}

/*iphone対応*/
input:disabled {
  opacity: 0.8;
}

select {
  width: 100%;
}

textarea {
  height: 10rem;
}

/********
チェックボックス
********/
.checkbox-input {
  display: none;
}

.checkbox-input:checked + .checkbox-parts {
  color: #f00;
}

.checkbox-input:checked + .checkbox-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: -9px;
  left: 7px;
  width: 14px;
  height: 28px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 5px solid #f00;
  border-right: 5px solid #f00;
}

.checkbox-parts {
  /* padding-top:30px; */
  padding-left: 40px;
  position: relative;
  /* margin-right: 20px; */
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2rem;
}

.checkbox-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 25px;
  height: 25px;
  border: 2px solid #333;
  border-radius: 4px;
}

/*--------------------------------------------------------
↑↑↑ フォーム部分 ↑↑↑
--------------------------------------------------------*/
/*--------------------------------------------------------
サンキュー用レイアウト
--------------------------------------------------------*/
/*--------------------------------------------------------
特定商用レイアウト
--------------------------------------------------------*/
/*# sourceMappingURL=base.css.map */