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

/*--------------------------------------------------------
animation
--------------------------------------------------------*/
.animated {
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-fill-mode: both;
}

@keyframes pickup {
  0% {
    /*left: 15%;*/
    transform: scale(1);
  }
  50% {
    /*left: 15%;*/
    transform: scale(1.1);
  }
  100% {
    /*left: 15%;*/
    transform: scale(1);
  }
}

.pickup {
  animation-name: pickup;
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

/***********
* tada *
************/
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada.go {
  animation-name: tada;
}

/*--------------------------------------------------------
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.8;
  font-family: "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;
  font-feature-settings: "palt" 1;
}

input,
select,
textarea {
  font-family: "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;
  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;
}

.padding_t100 {
  padding-top: 100px;
}

.padding_t90 {
  padding-top: 90px;
}

.padding_t80 {
  padding-top: 80px;
}

.padding_t70 {
  padding-top: 70px;
}

.padding_t60 {
  padding-top: 60px;
}

.padding_t50 {
  padding-top: 50px;
}

.padding_t40 {
  padding-top: 40px;
}

.padding_t30 {
  padding-top: 30px;
}

.padding_t20 {
  padding-top: 20px;
}

.padding_t10 {
  padding-top: 10px;
}

.padding_b200 {
  padding-bottom: 200px;
}

.padding_b190 {
  padding-bottom: 190px;
}

.padding_b180 {
  padding-bottom: 180px;
}

.padding_b170 {
  padding-bottom: 170px;
}

.padding_b160 {
  padding-bottom: 160px;
}

.padding_b150 {
  padding-bottom: 150px;
}

.padding_b140 {
  padding-bottom: 140px;
}

.padding_b130 {
  padding-bottom: 130px;
}

.padding_b120 {
  padding-bottom: 120px;
}

.padding_b110 {
  padding-bottom: 110px;
}

.padding_b100 {
  padding-bottom: 100px;
}

.padding_b90 {
  padding-bottom: 90px;
}

.padding_b80 {
  padding-bottom: 80px;
}

.padding_b70 {
  padding-bottom: 70px;
}

.padding_b60 {
  padding-bottom: 60px;
}

.padding_b50 {
  padding-bottom: 50px;
}

.padding_b40 {
  padding-bottom: 40px;
}

.padding_b30 {
  padding-bottom: 30px;
}

.padding_b20 {
  padding-bottom: 20px;
}

.padding_b10 {
  padding-bottom: 10px;
}

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

/*--------------------------------------------------------
サイト毎に変化のある定数
--------------------------------------------------------*/
.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;
}

.bold {
  font-weight: bold;
}

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

.footer {
  position: absolute;
  bottom: 0;
}

.copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 3%;
}

.copyright,
.copyright a {
  color: #000;
}

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

/*--------------------------------------------------------
↓↓↓ 各種レイアウト ↓↓↓
--------------------------------------------------------*/
/*--header--*/
/*--header-end--*/
/*--contents--*/
.sfn_02 img {
  width: 900px;
  height: 1200px;
}

.sfn_03 img {
  width: 900px;
  height: 1922px;
}

.sfn_04 img, .sfn_04.y01 img {
  width: 900px;
  height: 1722px;
}

.y01.sfn_04 img {
  height: 1499px;
}

.sfn_05 img {
  width: 900px;
  height: 1620px;
}

.sfn_06 img {
  width: 900px;
  height: 1570px;
}

.sfn_06 img {
  width: 900px;
  height: 1570px;
}

.sfn_07_top img {
  width: 900px;
  height: 357px;
}

.sfn_07_middle {
  background-image: url("../img/sfn_07_middle.png");
  background-size: contain;
  width: 100%;
}

.sfn_07_bottom img {
  width: 900px;
  height: 217px;
}

.sfn_07_line_btn {
  top: -21%;
}

.sfn_07_line_btn img {
  width: 900px;
  height: 240px;
}

.sfn_08_q img {
  width: 900px;
  height: 72px;
}

.sfn_qa1_q img {
  width: 900px;
  height: 66px;
}

.sfn_qa1_a img {
  width: 900px;
  height: 166px;
}

.sfn_qa2_q img {
  width: 900px;
  height: 66px;
}

.sfn_qa2_a img {
  width: 900px;
  height: 166px;
}

.sfn_qa3_q img {
  width: 900px;
  height: 66px;
}

.sfn_qa3_a img, .sfn_qa3_a.y01 img {
  width: 900px;
  height: 166px;
}

.y01.sfn_qa3_a img {
  height: 126px;
}

.sfn_qa4_q img {
  width: 900px;
  height: 66px;
}

.sfn_qa4_a img {
  width: 900px;
  height: 209px;
}

.sfn_qa5 img {
  width: 900px;
  height: 27px;
}

.sfn_08_q {
  bottom: 0;
}

.sfn_08_q img {
  width: 900px;
  height: 72px;
}

.sfn_btn {
  top: 38%;
}

.sfn_btn img {
  width: 900px;
  height: 259px;
}

.sfn_qab_top img {
  width: 900px;
  height: 393px;
}

.icon {
  position: relative;
  line-height: 1.5;
  padding-left: 2.9em;
  user-select: none;
}

.icon.q_1::before, .icon.q_2::before, .icon.q_3::before, .icon.q_4::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  background-image: url("../img/sfn_07_q01.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 2.9em;
  height: 2.9em;
}

.icon.q_2::before {
  background-image: url("../img/sfn_07_q02.png");
}

.icon.q_3::before {
  background-image: url("../img/sfn_07_q03.png");
}

.icon.q_4::before {
  background-image: url("../img/sfn_07_q04.png");
}

.acc_item {
  cursor: pointer;
}

.acc_contents {
  display: none;
}

.acc_contents.is_open {
  display: block;
}

/*--contents-end--*/
/*--footer--*/
/*--footer-end--*/
/* --背景設定-- */
/* --背景設定-end-- */
/* --画像位置設定-- */
/* --画像位置設定-end-- */
/* --プラポリ-- */
.privacy_title {
  font-size: 5rem;
}

.privacy_head {
  width: 85%;
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 2rem;
  text-align: center;
}

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

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

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

.privacy_contents_wrap p {
  padding-bottom: 50px;
  color: #666;
}

.privacy_subtitle {
  font-size: 1.25em;
  color: #6cbebe;
}

/*--↓↓追加しました↓↓--*/
.privacy_operation {
  font-size: 1.7em;
  color: #6cbebe;
  text-align: center;
  width: 100%;
  display: inline-block;
}

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

.sfn_title {
  margin-top: -7%;
}

.pp_icon {
  position: relative;
  padding-left: 2.9em;
  user-select: none;
}

.pp_icon::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url("../img/pp/sfn_hana.png") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 2.9em;
  height: 2.9em;
}

/*.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--*/
/*--------------------------------------------------------
↑↑↑ 各種レイアウト ↑↑↑
--------------------------------------------------------*/
/*--------------------------------------------------------
↓↓↓ フォーム部分 ↓↓↓
--------------------------------------------------------*/
input::-webkit-input-placeholder {
  padding-top: 0.1rem;
}

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

.question_wrapper {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.question_field {
  font-size: 4rem;
}

.qa {
  background-image: url("../img/sfn_qab_bottom.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}

.qa div {
  line-height: 0%;
}

/********
ラジオボタン
********/
.radio-input {
  display: none;
}

.radio-input:checked + .radio-parts::after {
  box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  top: calc(0.9em * 0.7);
  left: calc((2rem / 2) - (1.2rem / 2));
  border-radius: 50%;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #066084;
}

.radio-parts {
  position: relative;
  top: 10px;
  margin-left: 22%;
  padding-bottom: 20px;
  padding-left: calc(2rem + 0.5em);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.9em;
  line-height: 1.5;
}

.radio-parts::before {
  box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  top: calc(0.9em * 0.58);
  left: 0;
  border-radius: 50%;
  border: 1px solid #72d9d9;
  width: 2rem;
  height: 2rem;
}

.radio-text {
  user-select: none;
}

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