@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
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;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 1rem;
}

body {
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -webkit-text-size-adjust: none;
}

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;
  font-size: 100%;
  background: transparent;
  color: #333;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: none;
}

ul,
ol {
  list-style: none;
}

em,
i {
  font-style: normal;
}

/* フォントサイズ
-------------------------------------------*/
html {
  font-size: 52.5%;
}

@media screen and (min-width: 350px) {
  html {
    font-size: 62.5%;
  }
}

@media screen and (min-width: 414px) {
  html {
    font-size: 70.5%;
  }
}

@media screen and (min-width: 992px) {
  html {
    font-size: 62.5%;
  }
}

/* body
-------------------------------------------*/
body {
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333333;
  width: 100%;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (min-width: 992px) {
  body {
    font-size: 1.6rem;
  }
}

body.is_hidden {
  overflow: hidden;
}

/* コンテンツ幅
-------------------------------------------*/
.inner {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 50px;
}

@media screen and (max-width: 991px) {
  .inner {
    padding: 0 6%;
  }
}

.inner_s {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 50px;
}

@media screen and (max-width: 991px) {
  .inner_s {
    padding: 0 6%;
  }
}

.inner_l {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 50px;
}

@media screen and (max-width: 991px) {
  .inner_l {
    padding: 0 6%;
  }
}

.inner_m {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
}

@media screen and (max-width: 991px) {
  .inner_m {
    padding: 0 6%;
  }
}

/*------------------------------------
clearfix 
------------------------------------*/
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.clearfix {
  display: block;
}

/* End IE-mac */
.clear {
  clear: both;
}

/*------------------------------------
リンク 
------------------------------------*/
a {
  color: #333333;
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  /* ホバーアクション */
  .hover {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .hover:hover {
    opacity: 0.6 !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media screen and (min-width: 992px) {
  .js_hover {
    position: relative;
    display: block;
  }
  .js_hover img:nth-child(1) {
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
  }
  .js_hover img:nth-child(2) {
    position: relative;
    z-index: 1;
    z-index: 1;
    opacity: 0;
  }
}

@media screen and (max-width: 991px) {
  .js_hover img:nth-child(1) {
    opacity: 1 !important;
  }
  .js_hover img:nth-child(2) {
    display: none;
  }
}

/*------------------------------------
テキスト
------------------------------------*/
.bold {
  font-weight: bold;
}

.txt_co_orange {
  color: #ff7f00;
}

/*------------------------------------
タイトル
------------------------------------*/
.caution {
  margin-top: 10px;
}

.caution > li {
  position: relative;
  padding-left: 1.3em;
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .caution > li {
    font-size: 1.1rem;
  }
}

.caution > li::before {
  content: "※";
  position: absolute;
  display: block;
  left: 0;
  font-size: inherit;
}

/*===================================
  
  ttl

===================================*/
.ttl_drop {
  font-size: 3.8rem;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 30px;
  margin-bottom: 50px;
  position: relative;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 991px) {
  .ttl_drop {
    font-size: 2.6rem;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 35px;
  }
}

.ttl_drop::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/img-common/icon_drop_blue.png) center bottom no-repeat;
  background-size: contain;
  width: 17px;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .ttl_drop::after {
    width: 14px;
  }
}

.ttl_bloglist {
  font-size: 2rem;
  font-weight: bold;
  color: #39a6e5;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #39a6e5;
}

@media screen and (max-width: 991px) {
  .ttl_bloglist {
    font-size: 1.8rem;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
}

.ttl_blog {
  font-size: 2.6rem;
  font-weight: bold;
  color: #1e4258;
  padding-top: 25px;
  margin-bottom: 35px;
}

@media screen and (max-width: 991px) {
  .ttl_blog {
    font-size: 2rem;
    line-height: 1.6;
    padding-top: 20px;
    margin-bottom: 25px;
  }
}

.ttl_bd {
  color: #1b9ebd;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #1b9ebd;
}

.ttl_line {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.2em;
  padding-bottom: 25px;
  margin-bottom: 50px;
  position: relative;
}

.ttl_line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #38b6d4;
  width: 45px;
  height: 5px;
}

/* SP */
@media screen and (max-width: 991px) {
  .ttl_main {
    font-size: 1.9rem;
    margin-bottom: 3px;
  }
  .ttl_sub {
    font-size: 1.2rem;
    margin-bottom: 30px;
  }
  .ttl_bd {
    font-size: 1.6rem;
  }
  .ttl_line {
    font-size: 1.7rem;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .ttl_line::after {
    width: 35px;
    height: 3px;
  }
}

/*===================================
  
  section（上部の余白）

===================================*/
.sect {
  margin-top: 80px;
}

.sect_m {
  margin-top: 60px;
}

.sect_s {

  margin-top: 40px;
}

.sect_ss {
  margin-top: 20px;
}

.sect_n {
  margin-top: 0px;
}

.mv_lower + .sect {
  margin-top: 60px;
}

/* SP */
@media screen and (max-width: 991px) {
  .sect {
    margin-top: 50px;
  }
  .sect_s {
    margin-top: 40px;
  }
  .sect_ss {
    margin-top: 15px;
  }
}

/* アコーディオン */
.js_ac_box {
  height: 0;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  visibility: hidden;
  overflow: hidden;
}

.is_open + .js_ac_box {
  height: auto;
  opacity: 1;
  visibility: visible;
}

/*===================================
  
  text

===================================*/
@media print, screen and (min-width: 992px) {
  .txt_inner {
    padding-right: 50px;
  }
}

/*------------------------------------
table
------------------------------------*/
.tbl_bd {
  margin: 0;
  padding: 0px;
  width: 100%;
  table-layout: fixed;
  word-wrap: break-word;
  white-space: normal;
}

.tbl_bd th,
.tbl_bd td {
  font-size: 1.5rem;
  vertical-align: middle;
  border-bottom: 2px solid #cdcdcd;
  padding: 20px 15px;
  line-height: 1.6;
}

.tbl_bd th {
  font-weight: bold;
  border-bottom-color: #00b2f7;
  width: 20%;
}

.tbl_bd td {
  padding-left: 20px;
}

.tbl_bd td .list_caution {
  margin-top: 10px;
}

.tbl_bd td .list_caution li {
  font-size: 1.4rem;
}

/* SP */
@media screen and (max-width: 991px) {
  .tbl_bd th,
  .tbl_bd td {
    font-size: 1.2rem;
    padding: 10px 10px;
    border-bottom-width: 1px;
  }
  .tbl_bd th {
    width: 30%;
    padding-left: 0;
    padding-right: 0;
  }
  .tbl_bd td {
    padding-left: 25px;
  }
  .tbl_bd td .list_caution li {
    font-size: 1.2rem;
  }
}

.tbl {
  margin: 0;
  padding: 0px;
  width: 100%;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  table-layout: fixed;
  word-wrap: break-word;
  white-space: normal;
}

.tbl th,
.tbl td {
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  padding: 1rem 1.5rem;
  line-height: 1.4;
}

.tbl th {
  background: #f6f6f6;
  font-weight: 600;
  text-align: center;
}

/*------------------------------------
スマホ　非表示
------------------------------------*/
@media screen and (min-width: 992px) {
  .disp_sp {
    display: none !important;
  }
}

/*------------------------------------
PC　非表示
------------------------------------*/
@media screen and (max-width: 991px) {
  .disp_pc {
    display: none !important;
  }
}

/*------------------------------------
margin
------------------------------------*/
.mt {
  margin-top: 15px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

/*------------------------------------
slider
------------------------------------*/
.slider_nav {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.slider_nav_main {
  position: relative;
}

.slider_nav .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slider_nav .slick-prev {
  margin-right: 50px;
}

@media screen and (max-width: 991px) {
  .slider_nav .slick-prev {
    margin-right: 25px;
  }
}

.slider_nav .slick-next {
  margin-left: 50px;
}

@media screen and (max-width: 991px) {
  .slider_nav .slick-next {
    margin-left: 25px;
  }
}

.slider_nav .slick-dots {
  padding: 0;
}

.slider_nav .slick-dots > li {
  display: inline-block;
  margin: 0 10px;
}

@media screen and (max-width: 991px) {
  .slider_nav .slick-dots > li {
    margin: 0 6px;
  }
}

.slider_nav .slick-dots button {
  padding: 0;
  border: none;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #bbbbbb;
  color: transparent;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .slider_nav .slick-dots button {
    width: 10px;
    height: 10px;
  }
}

.slider_nav .slick-dots .slick-active button {
  background-color: #fff;
}

.slick-prev {
  right: 100%;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  width: 20px;
  height: 20px;
}

.slick-prev::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 13px;
  width: 20px;
  height: 20px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(-135deg);
}

@media screen and (max-width: 991px) {
  .slick-prev::after {
    width: 14px;
    height: 14px;
  }
}

.slick-next {
  left: 100%;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  width: 20px;
  height: 20px;
}

.slick-next::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 13px;
  width: 20px;
  height: 20px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

@media screen and (max-width: 991px) {
  .slick-next::after {
    width: 14px;
    height: 14px;
  }
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  height: 165px;
  z-index: 9999;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .header {
    padding: 0;
    position: relative;
    height: 80px;
  }
}

.header_wrap {
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 56px;
}

@media screen and (max-width: 991px) {
  .header_wrap {
    padding-bottom: 30px;
  }
}

.header_wrap::after {
  content: "";
  background-image: url(../img/img-common/header_wave.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .header_wrap::after {
    background-image: url(../img/img-common/header_wave_sp.png);
  }
}

.header_inner {
  max-width: 1200px;
  min-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .header_inner {
    position: relative;
    padding: 0 0 0 4%;
    min-width: inherit;
    height: 50px;
    align-items: flex-start;
  }
}

.header_logo {
  max-width: 190px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .header_logo {
    max-width: 120px;
    align-self: center;
  }
}

.header_logo > img {
  height: 100%;
}

.header_tel > a {
  display: flex;
  align-items: flex-start;
}

.header_tel > a img {
  display: block;
  height: 20px;
  margin-right: 10px;
}

@media screen and (max-width: 991px) {
  .header_tel > a img {
    height: 16px;
    margin-right: 6px;
  }
}

.header_tel > a > div > span {
  font-size: 2.2rem;
  display: block;
  line-height: 1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
 sans-serif;
  color: #353526;
}

@media screen and (max-width: 991px) {
  .header_tel > a > div > span {
    font-size: 1.6rem;
  }
}

.header_tel > a > div > span:nth-child(1) {
  letter-spacing: 0.06em;
  font-weight: bold;
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  .header_tel > a > div > span:nth-child(1) {
    letter-spacing: 0.03em;
  }
}

.header_tel > a > div > span:nth-child(2) {
  font-size: 1.2rem;
  margin-top: 5px;
  font-weight: bold;
  text-align: left;
  color: #333;
  letter-spacing: -0.03em;
}

@media screen and (max-width: 991px) {
  .header_tel > a > div > span:nth-child(2) {
    font-size: 1rem;
    letter-spacing: -0.05em;
  }
}

@media screen and (min-width: 992px) {
  .header_apply {
    margin: -40px 25px 0 20px;
  }
}

.header_apply .btn-apply {
  padding: 45px 10px 15px 10px;
  width: 195px;
  font-size: 1.6rem;
}

.header_apply .btn-apply > span {
  padding-left: 30px;
  margin-left: -10px;
}

.header_apply .btn-apply > span::before {
  width: 20px;
  height: 100%;
}

.header_nav {
  display: flex;
  align-items: center;
}

.header_sp {
  display: flex;
  align-items: center;
  margin-right: 50px;
}

.header_sp a {
  height: 42px;
}

.header_sp a + a {
  margin-left: 5px;
}

.header_sp a img {
  display: block;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .page-front .header {
    position: absolute;
  }
  .page-front .header_wrap::after {
    content: none;
  }
}

.gnav_hamburger_menu {
  position: relative;
  width: 66px;
  height: 66px;
  line-height: 66px;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .gnav_hamburger_menu {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .gnav_hamburger_menu.is_active {
    background: #fff;
  }
}

.gnav_hamburger #menu_btn span {
  width: 20px;
  height: 2px;
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  background: #1f4359;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.gnav_hamburger #menu_btn div {
  color: #1f4359;
  font-size: 1.4rem;
}

.gnav_hamburger #menu_btn span:nth-of-type(1) {
  top: 25px;
}

.gnav_hamburger #menu_btn span:nth-of-type(2) {
  top: 0;
  bottom: 0;
}

.gnav_hamburger #menu_btn span:nth-of-type(3) {
  bottom: 25px;
}

.gnav_hamburger #menu_btn.active {
  z-index: 101;
  background: #fbf9f9;
}

.gnav_hamburger #menu_btn.active span {
  background: #fff;
}

.gnav_hamburger #menu_btn.active span:nth-of-type(1) {
  transform: translateY(7.5px) rotate(-45deg);
}

.gnav_hamburger #menu_btn.active span:nth-of-type(2) {
  opacity: 0;
}

.gnav_hamburger #menu_btn.active span:nth-of-type(3) {
  transform: translateY(-7px) rotate(45deg);
}

.gnav_hamburger_main {
  position: fixed;
  top: -100%;
  visibility: hidden;
  overflow-y: scroll;
  opacity: 0;
  right: 0;
  left: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  width: 100%;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -webkit-overflow-scrolling: touch;
  z-index: 100;
}

@media screen and (max-width: 991px) {
  .gnav_hamburger_main {
    background: #fbf9f9;
  }
}

.gnav_hamburger_main::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  right: 0;
  background: #fbf9f9;
}

.gnav_hamburger_main.active {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.gnav_hamburger_inner {
  display: flex;
}

.gnav_hamburger_left {
  width: 50%;
  position: relative;
}

@media screen and (max-width: 991px) {
  .gnav_hamburger_left {
    display: none;
  }
}

.gnav_hamburger_logo {
  position: fixed;
  top: 300px;
  right: 65%;
  z-index: 101;
}

.gnav_hamburger_logo > img {
  max-width: 240px;
}

.gnav_hamburger_right {
  padding: 60px 80px;
  width: 50%;
  background: #fbf9f9;
  position: relative;
  z-index: 101;
  max-width: 640px;
}

@media screen and (max-width: 991px) {
  .gnav_hamburger_right {
    max-width: inherit;
    width: 100%;
    padding: 50px 6%;
  }
}

.gnav_hamburger_nav01 > li {
  border-bottom: 1px solid #e8e8e8;
}

.gnav_hamburger_nav01 > li > a {
  line-height: 1.4;
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  display: table;
  color: #1f4359;
  position: relative;
  padding: 25px 0 25px 80px;
}

@media screen and (max-width: 991px) {
  .gnav_hamburger_nav01 > li > a {
    padding: 15px 0 15px 65px;
    font-size: 1.4rem;
  }
}

.gnav_hamburger_nav01 > li > a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  width: 50px;
  height: 50px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .gnav_hamburger_nav01 > li > a::before {
    width: 40px;
    height: 40px;
    left: 5px;
  }
}

.gnav_hamburger_nav01 > li#nav_plan > a::before {
  background-image: url(../img/img-common/icon_plan.png);
}

.gnav_hamburger_nav01 > li#nav_campaign > a::before {
  background-image: url(../img/img-common/icon_campaign.png);
}

.gnav_hamburger_nav01 > li#nav_kidsplan > a::before {
  background-image: url(../img/img-common/icon_kidsplan.png);
}

.gnav_hamburger_nav01 > li#nav_server > a::before {
  background-image: url(../img/img-common/icon_server.png);
}

.gnav_hamburger_nav01 > li#nav_water > a::before {
  background-image: url(../img/img-common/icon_water.png);
}

.gnav_hamburger_nav01 > li#nav_faq > a::before {
  background-image: url(../img/img-common/icon_faq.png);
}

.gnav_hamburger_nav01 > li#nav_guide > a::before {
  background-image: url(../img/img-common/icon_guide.png);
}

.gnav_hamburger_nav01 > li#nav_shipping_notification > a::before {
  background-image: url(../img/img-common/icon_shipping_notification.png);
}

.gnav_hamburger_nav02 {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0 40px;
  width: 90%;
  margin: auto;
}

.gnav_hamburger_nav02 li {
  width: 60%;
}

@media screen and (max-width: 991px) {
  .gnav_hamburger_nav02 li {
    width: 50%;
  }
}

.gnav_hamburger_nav02 li:nth-child(n + 3) {
  margin-top: 10px;
}

@media screen and (min-width: 992px) {
  .gnav_hamburger_nav02 li:nth-child(2n) {
    width: 40%;
  }
}

.gnav_hamburger_nav02 li a {
  line-height: 1.5;
  font-size: 1.4rem;
  position: relative;
  padding-left: 30px;
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .gnav_hamburger_nav02 li a {
    font-size: 1.2rem;
    padding-left: 25px;
  }
}

.gnav_hamburger_nav02 li a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 16px;
  height: 100%;
  background: url(../img/img-common/arrow.png) left center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .gnav_hamburger_nav02 li a::before {
    width: 13px;
  }
}

.gnav_hamburger_cv {
  display: table;
}

@media screen and (max-width: 991px) {
  .gnav_hamburger_cv {
    width: 90%;
    margin: auto;
  }
}

.gnav_hamburger_cv > img {
  margin: 0 auto;
  display: block;
  max-width: 420px;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .gnav_hamburger_cv > img {
    margin: 0 auto 5px;
  }
}

.gnav {
  position: relative;
  z-index: 1;
  margin-top: 15px;
}

.gnav ul {
  display: flex;
  justify-content: center;
}

.gnav ul li:not(:last-child) {
  margin-right: 70px;
}

@media screen and (max-width: 1300px) and (min-width: 992px) {
  .gnav ul li:not(:last-child) {
    margin-right: 5%;
  }
}

.gnav ul li a {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f4359;
  position: relative;
  padding-bottom: 12px;
}

.gnav ul li a:hover::after {
  opacity: 1;
}

.gnav ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 3px;
  opacity: 0;
  background: #62b8e9;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.gnav_close {
  display: table;
  margin: 50px auto 0;
  color: #aaaaaa;
  font-size: 1.3rem;
  position: relative;
  line-height: 1;
  padding: 0 20px;
}

.gnav_close::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background: #aaaaaa;
}

.gnav_close::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background: #aaaaaa;
}

.page-plan #gnav_plan a::after,
.archive-campaign #gnav_campaign a::after,
.single-campaign #gnav_campaign a::after,
.page-kidsplan #gnav_kids_plan a::after,
.page-server #gnav_server a::after,
.page-water #gnav_water a::after {
  opacity: 1;
}

.gnav_hamburger_nav01 li,
.gnav_hamburger_nav02,
.gnav_hamburger_cv,
.gnav_close {
  transform: translateY(10px);
  transition: all 0.25s ease;
  opacity: 0;
}

.active .gnav_hamburger_nav01 li,
.active .gnav_hamburger_nav02,
.active .gnav_hamburger_cv,
.active .gnav_close {
  opacity: 1;
  transform: translateY(0);
}

.gnav_hamburger_nav01 li:nth-child(1) {
  transition-delay: 0.5s;
}

.gnav_hamburger_nav01 li:nth-child(2) {
  transition-delay: 0.6s;
}

.gnav_hamburger_nav01 li:nth-child(3) {
  transition-delay: 0.7s;
}

.gnav_hamburger_nav01 li:nth-child(4) {
  transition-delay: 0.8s;
}

.gnav_hamburger_nav01 li:nth-child(5) {
  transition-delay: 0.9s;
}

.gnav_hamburger_nav01 li:nth-child(6) {
  transition-delay: 1s;
}

.gnav_hamburger_nav01 li:nth-child(7) {
  transition-delay: 1.1s;
}

.gnav_hamburger_nav01 li:nth-child(8) {
  transition-delay: 1.1s;
}

.gnav_hamburger_nav02 {
  transition-delay: 1.2s;
}

.gnav_hamburger_cv {
  transition-delay: 1.3s;
}

.gnav_close {
  transition-delay: 1.4s;
}

.main {
  padding-top: 165px;
}

@media screen and (max-width: 991px) {
  .main {
    padding-top: 0;
  }
}

.main-contents {
  padding-bottom: 100px;
}

@media screen and (max-width: 991px) {
  .main-contents {
    padding-bottom: 70px;
  }
}

/*===================================
  下層メインビジュアル
===================================*/
.lowerMv {
  height: 380px;
  position: relative;
  overflow: hidden;
  margin-top: -30px;
  padding: 90px 0 50px;
}

@media screen and (max-width: 991px) {
  .lowerMv {
    height: auto;
    padding: 60px 0 40px;
  }
}

.lowerMv + .featureBlk {
  margin-top: 0;
}

.lowerMv .fade {
  animation-duration: 0.8s !important;
}

@media screen and (min-width: 992px) {
  .lowerMv-img {
    position: absolute;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: inherit;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: -1;
  }
}

@media screen and (max-width: 991px) {
  .lowerMv-img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    position: absolute;
    top: 0;
  }
}

.lowerMv-main {
  position: relative;
  z-index: 1;
}

.lowerMv-icon {
  position: absolute;
  right: -80px;
  top: -60px;
  width: 89px;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  .lowerMv-icon {
    right: 0;
  }
}

@media screen and (max-width: 991px) {
  .lowerMv-icon {
    right: -10px;
    top: -30px;
    width: 50px;
  }
}

.lowerMv-ttl {
  font-size: 3.8rem;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  margin-bottom: 35px;
  text-align: center;
  color: #fff;
  padding-bottom: 30px;
  position: relative;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 991px) {
  .lowerMv-ttl {
    font-size: 2.6rem;
    padding-bottom: 25px;
    margin-bottom: 20px;
  }
}

.lowerMv-ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/img-common/icon_drop.png) center bottom no-repeat;
  background-size: contain;
  width: 17px;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .lowerMv-ttl::after {
    width: 14px;
  }
}

.lowerMv-txt {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 2;
}

@media screen and (max-width: 991px) {
  .lowerMv-txt {
    font-size: 1.7rem;
    line-height: 1.8;
  }
}

.lowerMv.--waterserber .lowerMv-ttl,
.lowerMv.--radiation .lowerMv-ttl {
  color: #104261;
}

.lowerMv.--waterserber .lowerMv-ttl::after,
.lowerMv.--radiation .lowerMv-ttl::after {
  background-image: url(../img/img-common/icon_drop_blue.png);
}

.lowerMv.--waterserber .lowerMv-txt,
.lowerMv.--radiation .lowerMv-txt {
  color: #02b2db;
}

.serverMv {
  position: relative;
  padding-top: 30px;
}

@media screen and (max-width: 991px) {
  .serverMv {
    padding-top: 0;
    margin-top: -20px;
  }
}

.serverMv::after {
  content: "";
  position: absolute;
  top: -165px;
  left: 0;
  right: 0;
  margin: auto;
  background: #e7f3ff;
  width: 100%;
  height: 100%;
}

.serverMv .inner {
  position: relative;
  z-index: 1;
  max-width: 1063px;
}

@media screen and (max-width: 991px) {
  .serverMv .inner {
    padding: 0;
  }
}

/*===================================
  モンドセレクション
===================================*/
.mondeBox-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0 60px;
}

@media screen and (max-width: 991px) {
  .mondeBox-wrap {
    padding: 30px 0;
  }
}

.mondeBox-ico {
  position: absolute;
  right: 30px;
  top: -70px;
  max-width: 64px;
}

@media screen and (max-width: 991px) {
  .mondeBox-ico {
    max-width: 50px;
    top: -75px;
    right: -5px;
  }
}

.mondeBox-txt {
  color: #9c900d;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

@media screen and (max-width: 991px) {
  .mondeBox-txt {
    font-size: 1.4rem;
  }
}

.mondeBox-txt > span {
  position: relative;
  padding: 0 40px 5px 40px;
}

@media screen and (max-width: 991px) {
  .mondeBox-txt > span {
    padding: 0 30px 5px 30px;
  }
}

.mondeBox-txt > span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../img/img-common/bg_monde_left.png) left center no-repeat;
  background-size: contain;
  width: 100%;
  height: 43px;
}

@media screen and (max-width: 991px) {
  .mondeBox-txt > span::before {
    height: 30px;
  }
}

.mondeBox-txt > span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url(../img/img-common/bg_monde_right.png) right center no-repeat;
  background-size: contain;
  width: 100%;
  height: 43px;
}

@media screen and (max-width: 991px) {
  .mondeBox-txt > span::after {
    height: 30px;
  }
}

/*===================================
  title
===================================*/
.ttl {
  font-size: 3.5rem;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  letter-spacing: 0.2em;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 50px;
  position: relative;
  color: #204359;
}

.ttl.--nodot {
  padding-bottom: 0;
}

.ttl.--nodot::after {
  content: none;
}

.ttl + .leadtxt {
  text-align: center;
  font-weight: 700;
}

.ttl.--nodot02 {
  margin-bottom: 0;
}

.ttl.--nodot02::after {
  content: none;
}

.ttl.--nodot02 + p {
  margin: 0 auto 50px;
  display: table;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .ttl + .leadtxt {
    text-align: left;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 991px) {
  .ttl {
    font-size: 2.3rem;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .ttl.--nodot02 + p {
    margin: 0 auto 30px;
  }
}

.ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #02b2db;
  border-radius: 50%;
  width: 9px;
  height: 9px;
}

@media screen and (max-width: 991px) {
  .ttl::after {
    width: 6px;
    height: 6px;
  }
}

/*===================================
  天然水一覧
===================================*/
.feature3point {
  overflow: hidden;
  padding: 40px 0 0;
}

@media screen and (max-width: 991px) {
  .feature3point {
    padding: 35px 0 0;
  }
}

.feature3point .ttl > b {
  font-size: 6rem;
  color: #54dcfe;
}

@media screen and (max-width: 991px) {
  .feature3point .ttl > b {
    font-size: 3.3rem;
  }
}

/*===================================
  
  3つの情報

===================================*/
.block_three_item {
  position: relative;
}

.block_three_item::before {
  content: "";
  position: absolute;
  height: 100%;
  background: #f1f7ff;
  right: 200px;
  left: -300%;
  z-index: 1;
}

.block_three_item::after {
  content: "01";
  position: absolute;
  font-size: 5rem;
  font-weight: 500;
  top: -0.5em;
  line-height: 1;
  letter-spacing: 0.1em;
  left: 0;
  color: #54dcfe;
  z-index: 2;
}

.block_three_main {
  padding: 50px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  z-index: 2;
  position: relative;
}

.block_three_text {
  padding: 20px 40px 0 0;
  max-width: 460px;
}

.block_three_text > dt {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 0.2em;
}

.block_three_text > dt > .t1 {
  color: #02b2db;
}

.block_three_text > dt > .t2 {
  color: #f75955;
}

.block_three_img {
  max-width: 500px;
}

.block_three_item:nth-child(2n)::before {
  background: #fbfee2;
  right: -300%;
  left: 200px;
}

.block_three_item:nth-child(2n)::after {
  right: 0;
  left: inherit;
}

.block_three_item:not(:last-child) {
  margin-bottom: 70px;
}

.block_three_item:nth-child(1)::after {
  content: "01";
}

.block_three_item:nth-child(2)::after {
  content: "02";
}

.block_three_item:nth-child(3)::after {
  content: "03";
}

@media print, screen and (min-width: 992px) {
  .block_three_item:nth-child(2n) .block_three_main {
    flex-direction: row-reverse;
  }
  .block_three_item:nth-child(2n) .block_three_text {
    padding: 20px 0 0 40px;
  }
}

@media screen and (max-width: 991px) {
  .block_three_item::before {
    right: 70px;
    height: 280px;
  }
  .block_three_item::after {
    font-size: 3rem;
    left: 7%;
  }
  .block_three_main {
    padding: 30px 0 0 7%;
    flex-direction: column;
  }
  .block_three_text {
    padding: 0;
  }
  .block_three_text > dt {
    font-size: 2rem;
    margin-bottom: 15px;
    line-height: 1.6;
  }
  .block_three_img {
    margin-bottom: 15px;
  }
  .block_three_item:nth-child(2n) .block_three_main {
    padding: 30px 5% 0 0;
  }
  .block_three_item:nth-child(2n)::before {
    left: 70px;
  }
  .block_three_item:nth-child(2n)::after {
    right: inherit;
    left: 95px;
  }
  .block_three_item:nth-child(2n) .block_three_text > dt {
    display: table;
    margin-left: 95px;
  }
  .block_three_item:not(:last-child) {
    margin-bottom: 60px;
  }
}

.waterMap {
  padding: 30px 0 100px;
}

@media screen and (max-width: 991px) {
  .waterMap {
    padding: 30px 0 50px;
  }
}

.waterMap .box01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .waterMap .box01 {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 992px) {
  .waterMap .box01 .item {
    width: 52%;
  }
  .waterMap .box01 .item:nth-child(2) {
    width: 45%;
  }
}

@media screen and (max-width: 991px) {
  .waterMap .box01 .item {
    width: 100%;
  }
}

.waterMap .box01 dl {
  padding-top: 20px;
}

.waterMap .box01 dl dt {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 2;
}

@media screen and (max-width: 991px) {
  .waterMap .box01 dl dt {
    font-size: 1.8rem;
    line-height: 1.6;
    padding-left: 7%;
  }
}

.waterMap .box01 dl dt > span {
  color: #02b2db;
}

.waterMap .box01 dl dd .t1 > b {
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .waterMap .box01 dl dd .t1 {
    position: absolute;
    top: 0;
    left: 7%;
    width: 55%;
    font-size: 1.4rem;
  }
}

.waterMap .box01 dl dd .t2 {
  font-size: 1.5rem;
  margin-top: 20px;
  line-height: 2;
}

@media screen and (max-width: 991px) {
  .waterMap .box01 dl dd .t2 {
    font-size: 1.3rem;
  }
}

.waterMap .box01 dl dd .sp-flex {
  position: relative;
}

.waterMap .box02 {
  background: #fff;
  display: flex;
}

@media screen and (max-width: 991px) {
  .waterMap .box02 {
    flex-wrap: wrap;
  }
}

.waterMap .box02 + .box02 {
  margin-top: 50px;
}

@media screen and (max-width: 991px) {
  .waterMap .box02 + .box02 {
    margin-top: 30px;
  }
}

@media screen and (min-width: 992px) {
  .waterMap .box02 .item {
    min-height: 300px;
  }
  .waterMap .box02 .item:nth-child(1) {
    width: 35%;
  }
  .waterMap .box02 .item:nth-child(2) {
    width: 65%;
  }
}

.waterMap .box02 .item:nth-child(1) {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .waterMap .box02 .item:nth-child(1) {
    height: 120px;
    width: 100%;
  }
}

.waterMap .box02 .item:nth-child(1) .t1 {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 30px;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 3rem;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.2em;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .waterMap .box02 .item:nth-child(1) .t1 {
    bottom: 0;
    font-size: 2.3rem;
  }
}

.waterMap .box02 .item:nth-child(1) .t1 > span {
  position: relative;
  padding-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .waterMap .box02 .item:nth-child(1) .t1 > span {
    padding-bottom: 25px;
  }
}

.waterMap .box02 .item:nth-child(1) .t1 > span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/img-common/icon_drop.png) center bottom no-repeat;
  background-size: contain;
  width: 14px;
  height: 100%;
  opacity: 0.6;
}

@media screen and (max-width: 991px) {
  .waterMap .box02 .item:nth-child(1) .t1 > span::after {
    width: 12px;
  }
}

@media screen and (min-width: 992px) {
  .waterMap .box02 .item:nth-child(1) img {
    position: absolute;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: inherit;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1;
  }
}

@media screen and (max-width: 991px) {
  .waterMap .box02 .item:nth-child(1) img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    position: absolute;
    top: 0;
  }
}

.waterMap .box02 .item:nth-child(2) {
  background: #e7f3ff;
  padding: 20px 30px 30px;
}

@media screen and (max-width: 991px) {
  .waterMap .box02 .item:nth-child(2) {
    padding: 20px;
  }
}

.waterMap .box02 .item:nth-child(2) .t2 {
  margin-bottom: 20px;
}

.waterMap .box02 .item:nth-child(2) .t3 {
  background: #fff;
  padding: 20px 20px 20px 0;
}

@media screen and (max-width: 991px) {
  .waterMap .box02 .item:nth-child(2) .t3 {
    padding: 15px;
  }
}

.waterMap .box02 .item:nth-child(2) .t3 dl {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .waterMap .box02 .item:nth-child(2) .t3 dl {
    flex-direction: column;
  }
}

.waterMap .box02 .item:nth-child(2) .t3 dl dt {
  width: 25%;
  font-size: 1.4rem;
  font-weight: 500;
  color: #204359;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .waterMap .box02 .item:nth-child(2) .t3 dl dt {
    font-size: 1.3rem;
    width: 100%;
    margin-bottom: 15px;
    line-height: 1;
  }
}

.waterMap .box02 .item:nth-child(2) .t3 dl dd {
  width: 75%;
  font-size: 1.3rem;
  font-weight: 500;
}

@media screen and (min-width: 992px) {
  .waterMap .box02 .item:nth-child(2) .t3 dl dd {
    padding-left: 20px;
    border-left: 1px solid #bbccdc;
  }
}

@media screen and (max-width: 991px) {
  .waterMap .box02 .item:nth-child(2) .t3 dl dd {
    font-size: 1.2rem;
    width: 100%;
  }
}

.waterMap .box02 .item:nth-child(2) .btn-arrow-gd {
  max-width: 240px;
  margin: 20px 0 0 auto;
}

@media screen and (max-width: 991px) {
  .waterMap .box02 .item:nth-child(2) .btn-arrow-gd {
    width: 60%;
    margin: 20px auto 0;
  }
}

@media screen and (max-width: 991px) {
  .waterComponent .box01 .inner {
    padding: 0 0 0 6%;
  }
}

@media screen and (max-width: 991px) {
  .waterComponent .box01 .tbl_scroll {
    overflow: scroll;
  }
}

.waterComponent .box01 .tbl {
  margin: 0;
  padding: 0px;
  width: 100%;
  border-top: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  table-layout: fixed;
  word-wrap: break-word;
  white-space: normal;
}

@media screen and (max-width: 991px) {
  .waterComponent .box01 .tbl {
    width: 500px;
  }
}

.waterComponent .box01 .tbl th,
.waterComponent .box01 .tbl td {
  vertical-align: middle;
  border-bottom: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
  padding: 20px 15px;
  line-height: 1.4;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 991px) {
  .waterComponent .box01 .tbl th,
  .waterComponent .box01 .tbl td {
    padding: 15px 5px;
  }
}

.waterComponent .box01 .tbl th {
  background: #00a2de;
  font-weight: 700;
  text-align: center;
  color: #fff;
  font-size: 1.7rem;
}

@media screen and (max-width: 991px) {
  .waterComponent .box01 .tbl th {
    font-size: 1.4rem;
    position: sticky;
    left: 0;
    width: 140px;
  }
  .waterComponent .box01 .tbl th::after {
    position: absolute;
    display: block;
    content: "";
    right: -10px;
    top: 0;
    width: 10px;
    height: 100%;
    z-index: 99;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.2) 0, transparent 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.1)), color-stop(100%, transparent));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0, transparent 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.2) 0, transparent 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.2) 0, transparent 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14000000', endColorstr='#00000000', GradientType=1);
  }
}

.waterComponent .box01 .tbl td {
  background: #fff;
  text-align: center;
}

.waterComponent .box01 .tbl .t1 {
  text-align: center;
}

.waterComponent .box01 .tbl .t1 > b {
  display: block;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 5px;
  color: #00a2de;
}

@media screen and (max-width: 991px) {
  .waterComponent .box01 .tbl .t1 > b {
    font-size: 1.4rem;
  }
}

.waterComponent .box01 .scroll-hint-icon {
  width: 120px;
  height: 90px !important;
}

.waterPrice {
  padding-bottom: 0 !important;
}

.waterPrice.--notcv {
  padding-bottom: 100px !important;
}

@media screen and (max-width: 991px) {
  .waterPrice.--notcv {
    padding-bottom: 45px !important;
  }
}

@media screen and (min-width: 992px) {
  .waterPrice .ttl {
    margin-bottom: 40px;
  }
}

.waterPrice-lead {
  display: table;
  margin: 0 auto;
  text-align: center;
  font-size: 2.4rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  margin-bottom: 35px;
  padding-bottom: 5px;
  position: relative;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .waterPrice-lead {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}

.waterPrice-lead::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #45a8df;
  width: 100%;
  height: 1px;
}

.waterPrice-lead::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 11.5px 0 11.5px;
  border-color: #1775aa transparent transparent transparent;
}

@media screen and (max-width: 991px) {
  .waterPrice-lead::after {
    border-width: 8px 7px 0 8px;
    bottom: -7px;
  }
}

.waterPrice .img01 {
  text-align: center;
  margin-bottom: 30px;
}

.waterPrice .img02 {
  text-align: center;
}

.waterPrice .box01 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.waterPrice .box01 .item {
  line-height: 1;
}

.waterPrice .box01 .item:nth-child(2) {
  padding-left: 30px;
}

@media screen and (max-width: 991px) {
  .waterPrice .box01 .item:nth-child(2) {
    width: 70%;
    padding-left: 20px;
  }
}

.waterPrice .box01 .item:nth-child(1) {
  max-width: 120px;
}

@media screen and (max-width: 991px) {
  .waterPrice .box01 .item:nth-child(1) {
    width: 30%;
  }
}

.waterPrice .box01 .flex {
  display: flex;
  align-items: center;
}

.waterPrice .box01 .t1 {
  font-size: 1.8rem;
  font-weight: 500;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: right;
  margin-right: 10px;
}

@media screen and (max-width: 991px) {
  .waterPrice .box01 .t1 {
    font-size: 1.6rem;
  }
}

.waterPrice .box01 .t2 {
  display: flex;
  position: relative;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .waterPrice .box01 .t2 {
    align-items: flex-end;
  }
}

.waterPrice .box01 .t2 > b {
  font-size: 4.5rem;
  font-weight: bold;
  display: flex;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
 sans-serif;
  color: #ff4343;
  padding-right: 5px;
}

@media screen and (max-width: 991px) {
  .waterPrice .box01 .t2 > b {
    font-size: 3.8rem;
  }
}

.waterPrice .box01 .t2 ruby {
  font-size: 2.8rem;
  color: #ff4343;
}

@media screen and (max-width: 991px) {
  .waterPrice .box01 .t2 ruby {
    font-size: 2rem;
  }
}

.waterPrice .box01 .t2 ruby rt {
  font-size: 1.2rem;
  color: #333333;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .waterPrice .box01 .t2 ruby rt {
    font-size: 1rem;
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .waterPrice .box01 .t2 ruby[data-ruby] {
    position: relative;
    padding-bottom: 0.3em;
  }
  .waterPrice .box01 .t2 ruby[data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    left: -2em;
    top: -1em;
    right: -2em;
    text-align: center;
    font-size: 1rem;
    color: #333333;
    font-weight: 700;
    white-space: nowrap;
  }
}

.waterPrice .box01 .t2 > span {
  position: absolute;
  right: 0;
  bottom: -1.5em;
}

@media screen and (max-width: 991px) {
  .waterPrice .box01 .t2 > span {
    bottom: -1.2em;
  }
}

.waterPrice .box01 .t3 {
  font-size: 3rem;
  font-weight: 500;
  color: #444444;
  padding-left: 10px;
}

@media screen and (max-width: 991px) {
  .waterPrice .box01 .t3 {
    font-size: 1.7rem;
  }
}

.waterPrice .box01 .t4 {
  margin-top: 40px;
  font-size: 1.2rem;
  padding-left: 5em;
}

@media screen and (max-width: 991px) {
  .waterPrice .box01 .t4 {
    font-size: 1rem;
    margin-top: 35px;
  }
}

.waterPrice .box02 {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .waterPrice .box02 {
    margin-bottom: 30px;
    padding-top: 5px;
  }
}

.waterPrice .box02 .t1 {
  font-size: 1.8rem;
  margin-bottom: 5px;
}

@media screen and (max-width: 991px) {
  .waterPrice .box02 .t1 {
    font-size: 1.3rem;
    line-height: 1;
    margin-bottom: 0;
  }
}

.waterPrice .box02 .t2 {
  font-size: 1.8rem;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .waterPrice .box02 .t2 {
    font-size: 1.3rem;
  }
}

.waterPrice .box02 .t2 > b {
  color: #60b5e6;
  font-size: 2.2rem;
  font-weight: 500;
  padding-left: 10px;
}

.waterPrice .box02 .t2 > b > span {
  font-size: 3rem;
}

@media screen and (max-width: 991px) {
  .waterPrice .box02 .t2 > b > span {
    font-size: 2.2rem;
  }
}

.waterPrice .box02 .t2 > span {
  font-size: 1.6rem;
}

@media screen and (max-width: 991px) {
  .waterPrice .box02 .t2 > span {
    font-size: 1.2rem;
  }
}

.waterPrice .cvBlk {
  margin-top: 80px;
}

@media screen and (min-width: 992px) {
  .waterPrice .cvBlk {
    padding-bottom: 50px;
  }
}

.waterPrice .cvBlk::after {
  content: none;
}

@media screen and (max-width: 991px) {
  .waterPrice .cvBlk {
    margin-top: 50px;
  }
}

.aboutFaq .ttl {
  color: #204359;
}

.aboutFaq .ttl span {
  display: block;
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .aboutFaq .ttl span {
    font-size: 1.7rem;
    line-height: 1.4;
  }
}

.aboutFaq .line-btn {
  margin: 20px 0 0 0;
  display: table;
  max-width: 250px;
}

@media screen and (max-width: 991px) {
  .aboutFaq .line-btn {
    margin: 15px 0 0 auto;
    max-width: 200px;
  }
}

.aboutFaq .btn-arrow-gd {
  max-width: 240px;
  margin: 50px auto 0;
}

@media screen and (max-width: 991px) {
  .aboutFaq .btn-arrow-gd {
    margin: 30px auto 0;
    max-width: 200px;
  }
}

.red {
  color: #ff0000 !important;
}

.blue {
  color: #179eeb !important;
}

/*===================================
  会社概要
===================================*/
.greetingBlk-list {
  padding-top: 100px;
}

@media screen and (max-width: 991px) {
  .greetingBlk-list {
    padding-top: 80px;
    overflow: hidden;
  }
}

@media screen and (max-width: 991px) {
  .greetingBlk-list .inner {
    padding: 0;
  }
}

.greetingBlk-item + .greetingBlk-item {
  margin-top: 130px;
}

@media screen and (max-width: 991px) {
  .greetingBlk-item + .greetingBlk-item {
    margin-top: 90px;
  }
}

.greetingBlk-item .image {
  border-radius: 8px;
}

.greetingBlk-item:nth-child(even) .flex {
  flex-direction: row-reverse;
}

@media screen and (max-width: 991px) {
  .greetingBlk-item:nth-child(even) .flex {
    margin: 0 0 0 6%;
  }
}

@media screen and (max-width: 991px) {
  .greetingBlk-item:nth-child(even) .flex .item:nth-child(1) {
    margin: 0 -10% 0 0;
  }
}

@media screen and (min-width: 992px) {
  .greetingBlk-item:nth-child(even) .flex .item:nth-child(2) .t1 {
    padding-right: 130px;
  }
}

.greetingBlk-item .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .greetingBlk-item .flex {
    margin: 0 6% 0 0;
  }
}

.greetingBlk-item .flex .item:nth-child(1) {
  width: 51%;
}

@media screen and (max-width: 991px) {
  .greetingBlk-item .flex .item:nth-child(1) {
    width: 70%;
    margin-left: -10%;
  }
}

.greetingBlk-item .flex .item:nth-child(2) {
  width: 49%;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .greetingBlk-item .flex .item:nth-child(2) {
    width: 35%;
  }
}

.greetingBlk-item .t1 {
  margin-top: -40px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #0097bd;
  font-weight: bold;
  font-size: 3.2rem;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 991px) {
  .greetingBlk-item .t1 {
    font-size: 2.3rem;
  }
}

.greetingBlk-item .t1 > span {
  padding: 82px 20px 0 0;
  display: block;
}

@media screen and (max-width: 991px) {
  .greetingBlk-item .t1 > span {
    padding: 50px 0 0 0;
  }
}

.greetingBlk-item .t2 {
  width: 100%;
  max-width: 650px;
  margin: 50px auto 0;
}

@media screen and (max-width: 991px) {
  .greetingBlk-item .t2 {
    padding: 0 6%;
    margin: 25px auto 0;
  }
}

.greetingBlk-item .t2 p {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .greetingBlk-item .t2 p {
    font-size: 1.3rem;
  }
}

.greetingBlk-item .t2 p + p {
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .greetingBlk-item .t2 p + p {
    margin-top: 15px;
  }
}

/*===================================
  天然水詳細
===================================*/
.featureBlk {
  padding-top: 90px !important;
}

@media screen and (max-width: 991px) {
  .featureBlk {
    padding-top: 50px !important;
  }
}

.featureBlk .img01 {
  margin: 70px auto 0;
  display: block;
}

@media screen and (max-width: 991px) {
  .featureBlk .img01 {
    margin: 40px auto 0;
  }
}

.featureList {
  width: 95%;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .featureList {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .featureList .inner_m {
    padding: 0;
  }
}

.featureList-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.featureList-item + .featureList-item {
  margin-top: 80px;
}

@media screen and (max-width: 991px) {
  .featureList-item + .featureList-item {
    margin-top: 35px;
  }
}

@media screen and (min-width: 992px) {
  .featureList-item .item:nth-child(1) {
    width: 45%;
  }
  .featureList-item .item:nth-child(2) {
    width: 55%;
  }
}

@media screen and (max-width: 991px) {
  .featureList-item .item {
    width: 100%;
  }
}

.featureList-item .item dl dt {
  font-size: 2rem;
  font-weight: 700;
  color: #02b2db;
  margin-bottom: 25px;
}

@media screen and (max-width: 991px) {
  .featureList-item .item dl dt {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 20px;
    padding: 0 6%;
  }
}

@media screen and (max-width: 991px) {
  .featureList-item .item dl dd p {
    padding: 0 6%;
  }
}

.featureList-item .item dl dd p + p {
  margin-top: 30px;
}

.featureList-item .item dl dd p + img {
  margin: 20px 0;
}

.featureList-item .item dl dd p + img.right_img {
  padding-left: 6%;
}

.featureList-item .item dl dd p + img.left_img {
  padding-right: 6%;
}

@media screen and (min-width: 992px) {
  .featureList-item:nth-child(odd) .item:nth-child(1) {
    padding-right: 40px;
  }
  .featureList-item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .featureList-item:nth-child(even) .item:nth-child(1) {
    padding-left: 40px;
  }
}

.featureList-images {
  position: relative;
}

@media screen and (max-width: 991px) {
  .featureList-images {
    margin: 20px 0;
  }
  .featureList-images.left_img {
    padding-right: 6%;
  }
  .featureList-images.left_img li:nth-child(2) {
    margin-left: auto;
  }
  .featureList-images.right_img {
    padding-left: 6%;
  }
  .featureList-images.right_img li:nth-child(2) {
    margin-right: auto;
  }
}

.featureList-images.left_img li:nth-child(1) {
  left: 0;
}

.featureList-images.right_img li:nth-child(1) {
  right: 0;
}

.featureList-images.right_img li:nth-child(2) {
  justify-content: flex-start;
}

.featureList-images li:nth-child(1) {
  position: absolute;
  top: 0;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .featureList-images li:nth-child(1) {
    width: 50%;
  }
}

.featureList-images li:nth-child(2) {
  display: flex;
  justify-content: flex-end;
  padding-top: 85px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .featureList-images li:nth-child(2) {
    padding-top: 40px;
    width: 70%;
  }
}

.featureList-images .curtain_l:before,
.featureList-images .curtain_r:before {
  background: #f1f8ff;
}

.featureList-images .image {
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .featureList-image {
    margin: 20px auto;
    width: 88%;
  }
}

.priceBlk .box01 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .priceBlk .box01 {
    justify-content: space-between;
    width: 95%;
    margin: 0 auto 10px;
  }
}

@media screen and (max-width: 991px) {
  .priceBlk .box01 .item {
    width: 48%;
  }
}

.priceBlk .box01 .item:nth-child(1) {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  margin-right: 30px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .priceBlk .box01 .item:nth-child(1) {
    margin-right: 0;
    flex-direction: column;
    align-items: flex-start;
  }
}

.priceBlk .box01 .item:nth-child(1) .t1 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #009fc4;
  margin-right: 20px;
}

@media screen and (max-width: 991px) {
  .priceBlk .box01 .item:nth-child(1) .t1 {
    margin: 0 0 10px 0;
    font-size: 1.6rem;
  }
}

.priceBlk .box01 .item:nth-child(1) .t2 {
  display: flex;
  align-items: flex-end;
  font-size: 3rem;
}

@media screen and (max-width: 991px) {
  .priceBlk .box01 .item:nth-child(1) .t2 {
    font-size: 2.1rem;
  }
}

.priceBlk .box01 .item:nth-child(1) .t2 > b {
  font-size: 4rem;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .priceBlk .box01 .item:nth-child(1) .t2 > b {
    font-size: 2.7rem;
  }
}

.priceBlk .box01 .item:nth-child(1) .t2 > span {
  font-size: 1.6rem;
}

@media screen and (max-width: 991px) {
  .priceBlk .box01 .item:nth-child(1) .t2 > span {
    font-size: 1.2rem;
  }
}

.priceBlk .box01 .item:nth-child(1) .t3 {
  position: absolute;
  right: 0.7em;
  bottom: -2em;
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .priceBlk .box01 .item:nth-child(1) .t3 {
    font-size: 1.2rem;
  }
}

.priceBlk .box01 .item:nth-child(2) {
  max-width: 160px;
}

.priceBlk .box02 {
  font-size: 1.8rem;
  font-weight: 700;
  background: #ffff26;
  padding: 10px;
  display: table;
  margin: auto;
  max-width: 540px;
  width: 95%;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .priceBlk .box02 {
    font-size: 1.3rem;
  }
}

.priceBlk .box02 span {
  color: #ff3b36;
}

.priceBlk .box03 {
  display: flex;
  justify-content: space-between;
  max-width: 540px;
  width: 100%;
  margin: 60px auto 0;
}

.priceBlk .box03.--col1 {
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .priceBlk .box03 {
    flex-direction: column;
    align-items: center;
    margin: 30px auto 0;
  }
}

.priceBlk .box03 .item {
  width: 45%;
}

@media screen and (max-width: 991px) {
  .priceBlk .box03 .item {
    width: 65%;
  }
  .priceBlk .box03 .item + .item {
    margin-top: 20px;
  }
}

.priceBlk .box03 .item .btn-arrow-gd {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .priceBlk .box03 .item .btn-arrow-gd {
    max-width: 200px;
  }
}

.priceBlk-tbl {
  padding-top: 50px;
  display: table;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .priceBlk-tbl {
    padding-top: 30px;
  }
}

.priceBlk-tbl dt {
  border-bottom: 1px solid #45a8df;
  position: relative;
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 30px;
  padding-bottom: 15px;
  line-height: 1.5;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

@media screen and (max-width: 991px) {
  .priceBlk-tbl dt {
    font-size: 2rem;
    margin-bottom: 25px;
  }
}

.priceBlk-tbl dt::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #1775aa transparent transparent transparent;
}

@media screen and (max-width: 991px) {
  .priceBlk-tbl dt::after {
    bottom: -10px;
    border-width: 10px 10px 0 10px;
  }
}

.priceBlk-tbl dt > b {
  color: #ff3631;
}

.priceBlk-tbl dd {
  text-align: center;
}

.priceBlk-tbl .list_caution {
  display: table;
  margin-left: auto;
  margin-top: 25px;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .priceBlk-tbl .list_caution {
    width: 85%;
    margin-top: 10px;
  }
}

.priceBlk-tbl .list_caution li {
  font-size: 1.4rem;
  padding-left: 1.5em;
}

@media screen and (max-width: 991px) {
  .priceBlk-tbl .list_caution li {
    font-size: 1.2rem;
  }
}

.priceBlk-tbl .list_caution li.kome01 {
  padding-left: 2em;
}

.priceBlk-tbl .list_caution li.kome01::before {
  content: "※1";
}

.areaBlk .box01 {
  display: flex;
  justify-content: space-between;

}

@media screen and (min-width: 992px) {
  .areaBlk .box01 .item:nth-child(1) {
    width: 70%;
    padding-right: 70px;
  }
  .areaBlk .box01 .item:nth-child(2) {
    width: 30%;
  }
}

.areaBlk .box01 .t1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .areaBlk .box01 .t1 {
    font-size: 1.7rem;
    line-height: 1.6;
  }
}

.areaBlk .box01 .t1 > span {
  color: #02b2db;
}

.areaBlk .box01 .t2 + .t3 {
  margin-top: 30px;
}

.areaBlk .box01 .t2 + .list_caution {
  margin: 15px 0 0;
}

@media screen and (max-width: 991px) {
  .areaBlk .box01 .t2 + .list_caution {
    margin: 10px 0 0;
  }
}

.areaBlk .box01 .t2 + .list_caution li {
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .areaBlk .box01 .t2 + .list_caution li {
    font-size: 1.2rem;
  }
}

.areaBlk .box01 .t2 > b {
  font-weight: 700;
}

.areaBlk .box01 .t2 > span {
  color: #ff0000;
}

.areaBlk .box01 .t3 {
  background: #fff;
  padding: 20px 30px;
  margin: 30px 0 20px;
}

@media screen and (max-width: 991px) {
  .areaBlk .box01 .t3 {
    margin-bottom: 15px;
  }
}

.areaBlk .box01 .t3 dt {
  font-size: 1.8rem;
  font-weight: 500;
  color: #204359;
  margin-bottom: 15px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .areaBlk .box01 .t3 dt {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
}

.areaBlk .box01 .t3 dd {
  font-size: 1.5rem;
}

@media screen and (max-width: 991px) {
  .areaBlk .box01 .t3 dd {
    font-size: 1.2rem;
  }
}

.areaBlk .box01 .t4 {
  font-size: 1.5rem;
}

@media screen and (max-width: 991px) {
  .areaBlk .box01 .t4 {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 991px) {
  .areaBlk .box01 .sp-flex {
    position: relative;
    margin-bottom: 15px;
  }
  .areaBlk .box01 .sp-flex .txt {
    position: absolute;
    width: 50%;
    left: 0;
    top: 10px;
  }
  .areaBlk .box01 .sp-flex img {
    width: 60%;
    display: block;
    margin-left: auto;
  }
}

.areaBlk .box02 {
  text-align: center;
  margin-top: 50px;
}

@media screen and (max-width: 991px) {
  .areaBlk .box02 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 991px) {
  .areaBlk.--plus .box01 {
    flex-direction: column;
  }
}

@media screen and (min-width: 992px) {
  .areaBlk.--plus .box01 .item:nth-child(1) {
    width: 55%;
    padding-right: 70px;
  }
  .areaBlk.--plus .box01 .item:nth-child(2) {
    width: 45%;
  }
}

@media screen and (max-width: 991px) {
  .areaBlk.--plus .box01 .item + .item {
    margin-top: 15px;
  }
}

.areaBlk.--plus .box01 .list_caution {
  display: flex;
  justify-content: flex-end;
}

.waterinfoBlk {
  padding-bottom: 0 !important;
}

.waterinfoBlk .ttl {
  padding-top: 20px;
}

@media screen and (max-width: 991px) {
  .waterinfoBlk .ttl {
    padding-top: 0;
  }
}

.waterinfoBlk .box01 {
  position: relative;
  padding-bottom: 90px;
}

@media screen and (max-width: 991px) {
  .waterinfoBlk .box01 {
    padding-bottom: 45px;
  }
}

.waterinfoBlk .box01 .inner {
  position: relative;
  z-index: 1;
}

.waterinfoBlk .box01::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #f1f8ff;
  height: calc(100% - 100px);
}

@media screen and (max-width: 991px) {
  .waterinfoBlk .box01::after {
    height: calc(100% - 80px);
  }
}

.waterinfoBlk .box01 .img01 {
  margin: 0 auto 35px;
  display: block;
}

@media screen and (max-width: 991px) {
  .waterinfoBlk .box01 .img01 {
    margin: 0 auto 20px;
  }
}

.waterinfoBlk .box01 .t1 p {
  line-height: 2;
}

.waterinfoBlk .box01 .t1 p + p {
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .waterinfoBlk .box01 .t1 p + p {
    margin-top: 20px;
  }
}

.waterinfoBlk .box01 .t1 p b {
  font-weight: 700;
}

.waterinfoBlk .box01 .t1 p .co01 {
  color: #00a4ca;
}

.waterinfoBlk .box01 .t1 p .co02 {
  color: #f85a56;
}

.waterinfoBlk .box01 .t1 .list_caution {
  margin-top: 10px;
}

.waterinfoBlk .box01 .bnr {
  display: block;
  margin: 30px auto 0;
  max-width: 448px;
  width: 100%;
}

.anotherBlk .box01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 95%;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .anotherBlk .box01 {
    width: 100%;
  }
}

.anotherBlk .box01 .item {
  width: 47%;
}

.anotherBlk .box01 .item:nth-child(n + 3) {
  margin-top: 4%;
}

@media screen and (min-width: 992px) {
  .anotherBlk .box01 .item:hover .image img {
    transform: scale(1.1, 1.1);
  }
  .anotherBlk .box01 .item:hover .t1 {
    text-decoration: underline;
  }
}

.anotherBlk .box01 .image {
  position: relative;
  overflow: hidden;
}

.anotherBlk .box01 .image > div {
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  margin-bottom: 15px;
  position: absolute;
  left: 0;
  right: 0;
  top: 25%;
  margin: auto;
  text-align: center;
  letter-spacing: 0.2em;
}

.anotherBlk .box01 .image > div > span {
  position: relative;
  display: block;
  padding-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .anotherBlk .box01 .image > div > span {
    padding-bottom: 20px;
  }
}

.anotherBlk .box01 .image > div > span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/img-common/icon_drop.png) center bottom no-repeat;
  background-size: contain;
  width: 17px;
  height: 100%;
  opacity: 0.6;
}

@media screen and (max-width: 991px) {
  .anotherBlk .box01 .image > div > span::after {
    width: 10px;
  }
}

@media screen and (max-width: 991px) {
  .anotherBlk .box01 .image > div {
    font-size: 1.8rem;
    line-height: 1.5;
    top: 25%;
  }
}

@media screen and (min-width: 992px) {
  .anotherBlk .box01 .image img {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}

.anotherBlk .box01 .t1 {
  display: table;
  margin: 10px auto 20px;
  width: 90%;
  font-size: 1.5rem;
}

@media screen and (max-width: 991px) {
  .anotherBlk .box01 .t1 {
    font-size: 1.3rem;
    width: 100%;
    margin: 10px auto 15px;
  }
}

.anotherBlk .box01 .link-arrow {
  margin-left: auto;
  display: table;
}

.voiceBlk {
  position: relative;
  padding: 60px 0 100px;
  background: url(../img/img-kyoto_tamba/bg_voice.png) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@media screen and (max-width: 991px) {
  .voiceBlk {
    padding: 45px 0;
    background-attachment: inherit;
  }
}

.voiceBlk .inner {
  position: relative;
  z-index: 2;
}

.voiceBlk .ttl {
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 0;
}

.voiceBlk .ttl::after {
  background: #fff;
}

.voiceBlk .ttl > span {
  margin-bottom: 0;
}

.voiceBlk .leadtxt {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 30px;
  padding-top: 20px;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .voiceBlk .leadtxt {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

.voiceBlk-slide {
  display: flex;
}

.voiceBlk-slide .slick-track,
.voiceBlk-slide .slick-list {
  display: flex !important;
}

.voiceBlk-slide .slick-list {
  padding-top: 30px !important;
  padding-bottom: 20px !important;
}

.voiceBlk-slide .item {
  background: #fff;
  padding: 35px 30px;
  display: flex !important;
  height: 100%;
  margin: 0 10px;
  border-radius: 15px;
  position: relative;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 991px) {
  .voiceBlk-slide .item {
    padding: 30px 25px;
  }
}

.voiceBlk-slide .item::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 15px;
  margin: auto;
  background: url(../img/img-common/icon_voice_top.png) left center no-repeat;
  background-size: contain;
  width: 48px;
  height: 42px;
}

@media screen and (max-width: 991px) {
  .voiceBlk-slide .item::before {
    width: 38px;
    height: 30px;
    top: -15px;
  }
}

.voiceBlk-slide .item::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 15px;
  margin: auto;
  background: url(../img/img-common/icon_voice_bottom.png) left center no-repeat;
  background-size: contain;
  width: 48px;
  height: 42px;
}

@media screen and (max-width: 991px) {
  .voiceBlk-slide .item::after {
    width: 38px;
    height: 30px;
    bottom: -15px;
  }
}

.voiceBlk-slide .item dl {
  position: relative;
  padding-bottom: 3em;
}

.voiceBlk-slide .item dl dt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .voiceBlk-slide .item dl dt {
    font-size: 1.6rem;
  }
}

.voiceBlk-slide .item dl dd .t1 {
  right: 0;
  bottom: 0;
  position: absolute;
  color: #02b2db;
  display: block;
  text-align: right;
  margin-top: 20px;
  font-weight: 700;
}

/*===================================
  サーバー一覧
===================================*/
.serverList {
  padding: 70px 0;
}

@media screen and (max-width: 991px) {
  .serverList {
    padding: 60px 0 0;
  }
}

.serverList-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .serverList-flex {
    width: 100%;
    justify-content: center;
  }
}

@media screen and (min-width: 992px) {
  .serverList-flex .serverList-item {
    width: 48%;
  }
  .serverList-flex .serverList-item:nth-child(n + 3) {
    margin-top: 4%;
  }
}

@media screen and (max-width: 991px) {
  .serverList-flex .serverList-item {
    width: 100%;
  }
  .serverList-flex .serverList-item:not(:last-child) {
    margin-bottom: 60px;
  }
}

.serverList-ttl {
  background: url(../img/img-server_list/bg_server.png) left center no-repeat;
  background-size: contain;
  position: relative;
  padding-top: 30.3030303030303%;
  background-color: #fff;
}

.serverList-ttl .server {
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 100px;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .serverList-ttl .server {
    left: 10px;
    width: 80px;
  }
}

.serverList-ttl h2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 120px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .serverList-ttl h2 {
    left: 95px;
  }
}

.serverList-ttl h2 > span {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 5px;
  color: #fff;
}

@media screen and (max-width: 1150px) and (min-width: 992px) {
  .serverList-ttl h2 > span {
    font-size: 2.435vw;
  }
}

@media screen and (max-width: 991px) {
  .serverList-ttl h2 > span {
    font-size: 2.1rem;
    margin-bottom: 0;
  }
}

.serverList-ttl h2 > b {
  color: #fff;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 1.6rem;
}

@media screen and (max-width: 991px) {
  .serverList-ttl h2 > b {
    font-size: 1.3rem;
  }
}

.serverList-ttl.--no01::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 110px;
  margin: auto;
  background: url(../img/img-server_list/icon_no01.png) left top no-repeat;
  background-size: contain;
  width: 60px;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .serverList-ttl.--no01::before {
    left: 90px;
    width: 50px;
  }
}

.serverList-ttl.--no01 h2 {
  left: 170px;
}

@media screen and (max-width: 991px) {
  .serverList-ttl.--no01 h2 {
    left: 130px;
  }
}

.serverList-item {
  max-width: 450px;
  background: #e7f3ff;
  position: relative;
}

.serverList-item.--stylish .serverList-ttl h2 > span {
  font-size: 2.6rem;
}

@media screen and (max-width: 1150px) and (min-width: 992px) {
  .serverList-item.--stylish .serverList-ttl h2 > span {
    font-size: 2.261vw;
  }
}

@media screen and (max-width: 991px) {
  .serverList-item.--stylish .serverList-ttl h2 > span {
    font-size: 1.9rem;
  }
}

.serverList-main {
  padding: 20px 25px 80px 25px;
}

@media screen and (max-width: 991px) {
  .serverList-main {
    padding: 15px 15px 25px 15px;
  }
}

.serverList-main .t1 {
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .serverList-main .t1 {
    margin-bottom: 10px;
  }
}

.serverList-main .t1 ul {
  display: flex;
}

.serverList-main .t1 ul li {
  font-size: 1.5rem;
  padding: 7px;
  line-height: 1;
  color: #204359;
  background: #fff;
  border-radius: 5px;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 1150px) and (min-width: 992px) {
  .serverList-main .t1 ul li {
    font-size: 1.304vw;
  }
}

@media screen and (max-width: 991px) {
  .serverList-main .t1 ul li {
    font-size: 1.1rem;
  }
}

.serverList-main .t1 ul li + li {
  margin-left: 7px;
}

.serverList-main .t2 {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .serverList-main .t2 {
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
}

.serverList-main .box01 {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .serverList-main .box01 {
    font-size: 1.3rem;
    margin-bottom: 25px;
  }
}

.serverList-main .box01 .item:nth-child(1) {
  width: 5em;
  color: #204359;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .serverList-main .box01 .item:nth-child(1) {
    width: 4.5em;
  }
}

.serverList-main .box01 .item:nth-child(2) {
  width: calc(100% - 5em);
  padding-left: 20px;
  border-left: 1px solid #bfcfdf;
}

@media screen and (max-width: 991px) {
  .serverList-main .box01 .item:nth-child(2) {
    width: calc(100% - 4.5em);
  }
}

.serverList-main .box01 .item ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.serverList-main .box01 .item ul li {
  line-height: 1.5;
  position: relative;
  padding-left: 28px;
}

.serverList-main .box01 .item ul li:nth-child(odd) {
  width: 55%;
}

.serverList-main .box01 .item ul li:nth-child(even) {
  width: 45%;
}

@media screen and (max-width: 991px) {
  .serverList-main .box01 .item ul li {
    padding-left: 23px;
  }
}

.serverList-main .box01 .item ul li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../img/img-server_list/co_black.png) left center no-repeat;
  background-size: contain;
  width: 20px;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .serverList-main .box01 .item ul li::before {
    width: 15px;
  }
}

.serverList-main .box01 .item ul li:nth-child(n + 3) {
  margin-top: 10px;
}

.serverList-main .box01 .item ul li.icon_white::before {
  background-image: url(../img/img-server_list/co_white.png);
}

.serverList-main .box01 .item ul li.icon_black::before {
  background-image: url(../img/img-server_list/co_black.png);
}

.serverList-main .box01 .item ul li.icon_lightwood::before {
  background-image: url(../img/img-server_list/co_lightwood.png);
}

.serverList-main .box01 .item ul li.icon_wood::before {
  background-image: url(../img/img-server_list/co_wood.png);
}

@media screen and (min-width: 992px) {
  .serverList-main .btn-arrow-gd {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    max-width: 240px;
  }
}

@media screen and (max-width: 991px) {
  .serverList-main .btn-arrow-gd {
    width: 60%;
    max-width: 200px;
  }
}

.btn-apply {
  display: flex;
  justify-content: center;
  border: 2px solid #f75955;
  color: #fff;
  border-radius: 10px;
  font-size: 1.8rem;
  line-height: 1.4;
  padding: 15px 30px;
  margin: auto;
  width: 280px;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .btn-apply {
    padding: 22px 30px;
  }
}

.btn-apply::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #f66e6b;
  background: linear-gradient(180deg, #f66e6b 0%, #f75955 100%);
  z-index: 2;
  pointer-events: none;
}

.btn-apply::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  z-index: 1;
  pointer-events: none;
}

@media screen and (max-width: 991px) {
  .btn-apply {
    font-size: 1.5rem;
    width: 95%;
  }
}

.btn-apply > span {
  position: relative;
  padding-left: 35px;
  margin-left: -15px;
  z-index: 3;
}

@media screen and (max-width: 991px) {
  .btn-apply > span {
    padding-left: 25px;
    margin-left: 0;
    display: flex;
    align-items: center;
  }
}

.btn-apply > span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../img/img-common/icon_apply_w.png) left center no-repeat;
  background-size: contain;
  width: 22px;
  height: 26px;
}

@media screen and (max-width: 991px) {
  .btn-apply > span::before {
    width: 16px;
    height: 100%;
  }
}

@media screen and (min-width: 992px) {
  .btn-apply {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .btn-apply::before {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .btn-apply > span::before {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .btn-apply:hover {
    color: #f75955;
  }
  .btn-apply:hover::before {
    opacity: 0;
  }
  .btn-apply:hover > span::before {
    background-image: url(../img/img-common/icon_apply.png);
  }
}

.btn-more {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 45px auto 0;
  max-width: 350px;
  width: 90%;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  background: #64a6d5;
  background: linear-gradient(0deg, #64a6d5 0%, #7fbfeb 100%);
  padding: 10px 35px;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .btn-more {
    font-size: 1.4rem;
    margin: 25px auto 0;
  }
}

.btn-more::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-arrow {
  display: flex;
  justify-content: center;
  margin: auto;
  max-width: 300px;
  width: 80%;
  color: #fff;
  font-size: 1.7rem;
  line-height: 1.4;
  font-weight: bold;
  background: #60b5e6;
  border: 2px solid #60b5e6;
  padding: 10px;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}

.btn-arrow::after {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 15px;
  height: 2px;
  background: #fff;
}

.btn-arrow::before {
  content: "";
  position: absolute;
  top: -2px;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 9px;
  height: 2px;
  background: #fff;
  transform: rotate(50deg);
}

@media screen and (max-width: 991px) {
  .btn-arrow {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 992px) {
  .btn-arrow {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }
  .btn-arrow::before, .btn-arrow::after {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }
  .btn-arrow:hover {
    background: #fff;
    color: #60b5e6;
  }
  .btn-arrow:hover::after, .btn-arrow:hover::before {
    background: #60b5e6;
  }
}

.btn-arrow > span {
  padding-right: 20px;
}

.btn-arrow-gd {
  display: flex;
  justify-content: center;
  margin: auto;
  max-width: 250px;
  width: 60%;
  color: #60b5e6;
  font-size: 1.7rem;
  line-height: 1.4;
  font-weight: bold;
  border: 1px solid #60b5e6;
  border-radius: 50px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}

.page-front .btn-arrow-gd {
  margin: 50px auto 0;
}

@media screen and (max-width: 991px) {
  .page-front .btn-arrow-gd {
    margin: 30px auto 0;
  }
}

.btn-arrow-gd > div {
  position: relative;
  padding: 10px;
  width: 100%;
  height: 100%;
}

.btn-arrow-gd > div::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: white;
  background: linear-gradient(180deg, white 0%, white 85%, #ddf2ff 100%);
  z-index: 2;
  pointer-events: none;
}

.btn-arrow-gd > div::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #75c7f5;
  background: linear-gradient(180deg, #75c7f5 0%, #45a7df 100%);
  z-index: 1;
  pointer-events: none;
}

.btn-arrow-gd.--blue {
  color: #fff;
}

.btn-arrow-gd.--blue::after, .btn-arrow-gd.--blue::before {
  background: #fff;
}

.btn-arrow-gd.--blue > div::before {
  background: #75c7f5;
  background: linear-gradient(180deg, #75c7f5 0%, #45a7df 100%);
}

.btn-arrow-gd.--blue > div::after {
  background: white;
  background: linear-gradient(180deg, white 0%, white 85%, #ddf2ff 100%);
}

@media screen and (min-width: 992px) {
  .btn-arrow-gd.--blue:hover {
    color: #60b5e6;
  }
  .btn-arrow-gd.--blue:hover::after, .btn-arrow-gd.--blue:hover::before {
    background: #60b5e6;
  }
}

.btn-arrow-gd.--s {
  font-size: 1.6rem;
  max-width: 180px;
  margin: 30px auto 0;
}

@media screen and (max-width: 991px) {
  .btn-arrow-gd.--s {
    font-size: 1.3rem;
    width: 100%;
    margin: 15px auto 0;
  }
  .btn-arrow-gd.--s::after {
    right: 10px;
    margin: auto;
    width: 13px;
    height: 1px;
  }
  .btn-arrow-gd.--s::before {
    right: 10px;
    margin: auto;
    width: 7px;
    height: 1px;
  }
}

.btn-arrow-gd.--s > div {
  padding: 8px;
}

.btn-arrow-gd::after {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 15px;
  height: 2px;
  background: #60b5e6;
  z-index: 3;
}

.btn-arrow-gd::before {
  content: "";
  position: absolute;
  top: -2px;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 9px;
  height: 2px;
  background: #60b5e6;
  transform: rotate(50deg);
  z-index: 3;
}

@media screen and (max-width: 991px) {
  .btn-arrow-gd {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 992px) {
  .btn-arrow-gd {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }
  .btn-arrow-gd::before, .btn-arrow-gd::after {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }
  .btn-arrow-gd > div::before {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }
  .btn-arrow-gd:hover {
    color: #fff;
  }
  .btn-arrow-gd:hover::after, .btn-arrow-gd:hover::before {
    background: #fff;
  }
  .btn-arrow-gd:hover > div::before {
    opacity: 0;
  }
}

.btn-arrow-gd span {
  padding-right: 20px;
  z-index: 3;
  position: relative;
}

.link-arrow {
  position: relative;
  padding-right: 25px;
  display: inline-block;
  color: #36a7e8;
  font-weight: 700;
  font-size: 1.5rem;
}

@media screen and (max-width: 991px) {
  .link-arrow {
    font-size: 1.3rem;
  }
}

.link-arrow::after {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 15px;
  height: 2px;
  background: #60b5e6;
}

.link-arrow::before {
  content: "";
  position: absolute;
  top: -3px;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 2px;
  background: #60b5e6;
  transform: rotate(40deg);
}

.link {
  text-decoration: underline;
}

.link:hover {
  text-decoration: none;
}

.bg-wave {
  position: relative;
}

.bg-wave .wrap {
  position: relative;
  z-index: 2;
}

.bg-wave::before {
  content: "";
  position: absolute;
  top: 0;
  background: url(../img/img-common/bg_wave.png) center top no-repeat;
  background-size: cover;
  left: 0;
  right: 0;
  margin: auto;
  background-size: cover;
  height: 560px;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .bg-wave::before {
    background-image: url(../img/img-common/bg_wave_sp.png);
    height: 300px;
    background-position: center center;
  }
}

.bg-wave .main-contents {
  position: relative;
  z-index: 2;
}

.bg-campaign {
  position: relative;
  background-image: url(../img/img-campaign/bg_campaign.png);
  background-size: cover;
  /*--背景画像のサイズ--*/
  background-attachment: fixed;
  /*--背景画像の固定--*/
  background-repeat: no-repeat;
  /*--背景画像の繰り返し--*/
  background-position: center 100px;
}

@media screen and (max-width: 991px) {
  .bg-campaign {
    background-image: url(../img/img-campaign/bg_campaign.png);
    background-size: 100%;
    /*--背景画像の繰り返し--*/
    background-position: center 110px;
  }
}

.bg01 {
  background: #f1f8ff;
  padding: 60px 0 100px;
}

@media screen and (max-width: 991px) {
  .bg01 {
    padding: 45px 0;
  }
}

.bg02 {
  background: #f1f8ff;
  padding: 60px 0 100px;
}

@media screen and (max-width: 991px) {
  .bg02 {
    padding: 45px 0;
  }
}

.bg03 {
  background: #fbf8f4;
  padding: 60px 0 100px;
}

@media screen and (max-width: 991px) {
  .bg03 {
    padding: 45px 0;
  }
}

.bg-w {
  background: #fff;
  padding: 60px 0 100px;
}

@media screen and (max-width: 991px) {
  .bg-w {
    padding: 45px 0;
  }
}

.bg-note {
  padding: 60px 0 100px;
  background-image: linear-gradient(#eee 1px, transparent 1px), linear-gradient(to right, #eee 1px, #fff 1px);
  background-size: 20px 20px;
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .bg-note {
    padding: 45px 0;
  }
}

.mv {
  position: relative;
  height: 70vh;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  max-height: 650px;
}

@media screen and (max-width: 991px) {
  .mv {
    height: auto;
    flex-direction: column-reverse;
    margin-bottom: 0;
  }
}

.mv .fade {
  animation-delay: 0.5s !important;
}

.mv-server {
  margin: auto;
  position: absolute;
  left: 10%;
  right: 0;
  bottom: -30px;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .mv-server {
    left: 8%;
    right: inherit;
    bottom: inherit;
    top: 28%;
    height: 70vh;
    max-height: 300px;
  }
}

.mv-inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 50px;
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .mv-inner {
    z-index: 2;
  }
}

.mv-inner .bg-circle01 {
  position: absolute;
  left: 35%;
  top: 0;
}

.mv-inner .bg-circle02 {
  position: absolute;
  left: -6%;
  bottom: -130px;
}

@media screen and (max-width: 991px) {
  .mv-inner .bg-circle01,
  .mv-inner .bg-circle02 {
    display: none !important;
  }
}

.mv-main {
  padding-top: 15vh;
}

@media screen and (max-width: 1200px) and (min-width: 991px) {
  .mv-main {
    width: 40%;
  }
}

@media screen and (max-width: 991px) {
  .mv-main {
    padding: 30px 0 0 8%;
    margin: auto;
  }
}

.mv-free {
  margin: 10px 0 0 auto;
  display: block;
}

@media screen and (max-width: 1200px) and (min-width: 991px) {
  .mv-free {
    width: 40%;
  }
}

@media screen and (max-width: 991px) {
  .mv-free {
    max-width: 130px;
    position: absolute;
    right: 4%;
    top: -70px;
    z-index: 2;

    margin: 0;
  }
}

@media screen and (max-width: 991px) {
  .mv #js_mv_slider {
    max-height: 450px;
    height: 70vh;
    position: relative;
    width: 100%;
  }
}

.mv-slide {
  opacity: 0;
  transition: opacity 1s;
  position: absolute;
}

@media screen and (min-width: 992px) {
  .mv-slide {
    height: 90%;
    position: absolute;
    left: 47vw;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

@media screen and (max-width: 991px) {
  .mv-slide {
    height: 100%;
    width: 100%;
  }
}

.mv-slide ul {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.mv-slide ul li {
  height: 33.33%;
  width: 75%;
  transition: width 1.3s;
  transform-origin: 0 center;
}

.mv-slide ul li:nth-child(2) {
  transition-delay: 0.2s;
  margin-left: auto;
}

.mv-slide ul li:nth-child(3) {
  transition-delay: 0.4s;
}

.mv-slide ul li img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .mv-slide ul li img {
    width: 100%;
  }
}

.mv-slide.active {
  opacity: 1;
}

.mv-slide.active ul li {
  width: 100%;
}

.planBlk {
  position: relative;
  padding: 100px 0 70px;
}

@media screen and (max-width: 991px) {
  .planBlk {
    padding: 80px 0 50px;
  }
}

.planBlk::after {
  background-image: url(../img/img-lp/wave01.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 199px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .planBlk::after {
    background-image: url(../img/img-lp/wave01_sp.png);
    height: 100px;
  }
}

.planBlk::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: calc(100% - 199px);
  width: 100%;
  background: #e1f2fd;
}

@media screen and (max-width: 991px) {
  .planBlk::before {
    height: calc(100% - 100px);
  }
}

.planBlk .inner {
  position: relative;
  z-index: 1;
}

.planBlk-wrap {
  max-width: 880px;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .planBlk-wrap {
    width: 100%;
    max-width: 500px;
  }
}

.planBlk-wrap img {
  width: 100%;
  display: block;
  margin: auto;
}

.planBlk .item01 {
  position: relative;
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .planBlk .item01 {
    margin-bottom: 20px;
  }
}

.planBlk .item01 .icon01 {
  position: absolute;
  top: 0;
  left: 28px;
  width: 100px;
}

@media screen and (max-width: 991px) {
  .planBlk .item01 .icon01 {
    left: -2%;
    width: 20%;
    top: -10%;
  }
}

.hikakuBlk {
  position: relative;
  padding: 150px 0 100px;
  background: #e1f2fd;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .hikakuBlk {
    padding: 85px 0 50px;
  }
}

.hikakuBlk::after {
  background-image: url(../img/img-lp/wave_w.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 201px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .hikakuBlk::after {
    background-image: url(../img/img-lp/wave_w_sp.png);
    height: 100px;
  }
}

.hikakuBlk::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: calc(100% - 201px);
  width: 100%;
  background: #fff;
}

@media screen and (max-width: 991px) {
  .hikakuBlk::before {
    height: calc(100% - 100px);
  }
}

.hikakuBlk .ttl > span {
  position: relative;
}

.hikakuBlk .ttl > span::after {
  content: "";
  position: absolute;
  bottom: -35px;
  right: -50px;
  margin: auto;
  background: url(../img/img-lp/txt_price.png) left center no-repeat;
  background-size: contain;
  width: 135px;
  height: 42px;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .hikakuBlk .ttl > span::after {
    width: 120px;
    height: 28px;
    bottom: -25px;
    right: -60px;
  }
}

.hikakuBlk .inner {
  position: relative;
  z-index: 1;
}

.hikakuBlk .bg-circle {
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .hikakuBlk .bg-circle {
    top: -50px;
  }
}

.hikakuBlk .img01 {
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .hikakuBlk .img01 {
    margin-bottom: 20px;
  }
}

.hikakuBlk .box01 img {
  display: block;
  margin: 0 auto 20px;
  max-width: 100px;
}

@media screen and (max-width: 991px) {
  .hikakuBlk .box01 img {
    max-width: 70px;
    margin: 0 auto 15px;
  }
}

.hikakuBlk .box01 p {
  text-align: center;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.4;
}

.hikakuBlk .box01 p .t1 {
  display: block;
  text-align: center;
  font-size: 2.8rem;
}

@media screen and (max-width: 991px) {
  .hikakuBlk .box01 p .t1 {
    font-size: 1.8rem;
  }
}

.hikakuBlk .box01 p .t2 {
  font-weight: 700;
  font-size: 3.4rem;
}

@media screen and (max-width: 991px) {
  .hikakuBlk .box01 p .t2 {
    font-size: 2.2rem;
  }
}

.hikakuBlk .box01 p .t3 {
  font-weight: 700;
  font-size: 4rem;
  color: #f66161;
  position: relative;
}

@media screen and (max-width: 991px) {
  .hikakuBlk .box01 p .t3 {
    font-size: 2.5rem;
  }
}

.hikakuBlk .box01 p .t3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/img-lp/marker.png) left center no-repeat;
  background-size: contain;
  width: 140px;
  height: 22px;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .hikakuBlk .box01 p .t3::after {
    width: 90px;
    height: 100%;
    background-position: left bottom;
  }
}

.benefitsBlk {
  position: relative;
  padding: 120px 0 100px;
}

@media screen and (max-width: 991px) {
  .benefitsBlk {
    padding: 80px 0 50px;
  }
}

.benefitsBlk::after {
  background-image: url(../img/img-lp/wave02.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 201px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .benefitsBlk::after {
    background-image: url(../img/img-lp/wave02_sp.png);
    height: 100px;
  }
}

.benefitsBlk::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: calc(100% - 201px);
  width: 100%;
  background: #41b8ff;
  background: url(../img/img-lp/bg_benefits.png) left center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .benefitsBlk::before {
    height: calc(100% - 99px);
    background-image: url(../img/img-lp/bg_benefits_sp.png);
  }
}

.benefitsBlk .icon-now {
  position: absolute;
  z-index: 1;
  top: -10px;
  left: calc(50% - 300px);
  max-width: 95px;
}

@media screen and (max-width: 991px) {
  .benefitsBlk .icon-now {
    left: 4%;
    max-width: 85px;
  }
}

.benefitsBlk-ttl {
  text-align: center;
  max-width: 360px;
  margin: 0 auto 30px;
}

@media screen and (max-width: 991px) {
  .benefitsBlk-ttl {
    width: 95%;
    margin: 0 auto 30px;
  }
}

.benefitsBlk-list {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .benefitsBlk-list {
    flex-direction: column;
  }
}

.benefitsBlk-list li + li {
  margin-left: 20px;
}

@media screen and (max-width: 991px) {
  .benefitsBlk-list li + li {
    margin: 20px 0 0 0;
  }
}

.benefitsBlk .inner {
  position: relative;
  z-index: 1;
}

.benefitsBlk .arrow01 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  margin: auto;
  width: 380px;
  height: 90px;
}

@media screen and (max-width: 991px) {
  .benefitsBlk .arrow01 {
    width: 200px;
    height: 50px;
    bottom: -30px;
  }
}

.benefitsBlk .arrow01 > span {
  position: relative;
}

.benefitsBlk .arrow01 > span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 90px 190px 0 190px;
  border-color: #ffff61 transparent transparent transparent;
  opacity: 0.7;
}

@media screen and (max-width: 991px) {
  .benefitsBlk .arrow01 > span::after {
    border-width: 50px 100px 0 100px;
  }
}

.applyBlk {
  padding: 70px 0 50px;
}

@media screen and (max-width: 991px) {
  .applyBlk {
    padding: 35px 0 40px;
  }
}

.applyBlk a {
  display: table;
  margin: auto;
}

.freeBlk {
  position: relative;
  padding: 120px 0 100px;
}

@media screen and (max-width: 991px) {
  .freeBlk {
    padding: 70px 0 50px;
  }
}

.freeBlk::after {
  background-image: url(../img/img-lp/wave03.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 205px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .freeBlk::after {
    background-image: url(../img/img-lp/wave03_sp.png);
    height: 100px;
  }
}

.freeBlk::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: calc(100% - 205px);
  width: 100%;
  background: #fffcf2;
}

@media screen and (max-width: 991px) {
  .freeBlk::before {
    height: calc(100% - 100px);
    background: #fffae9;
  }
}

.freeBlk .txt-okenwater {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: calc(50% - 300px);
  max-width: 224px;
}

@media screen and (max-width: 991px) {
  .freeBlk .txt-okenwater {
    left: 7%;
    max-width: 200px;
    top: 8px;
  }
}

.freeBlk .ttl > span {
  position: relative;
}

.freeBlk .ttl > span > b {
  color: #ff4e4e;
}

.freeBlk .ttl > span::after {
  content: "";
  position: absolute;
  bottom: -45px;
  right: -60px;
  margin: auto;
  background: url(../img/img-lp/txt_server.png) left center no-repeat;
  background-size: contain;
  width: 125px;
  height: 51px;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .freeBlk .ttl > span::after {
    width: 90px;
    height: 100%;
    bottom: -34px;
    right: -52px;
  }
}

.freeBlk .inner {
  position: relative;
  z-index: 1;
}

.freeBlk .item01 {
  margin-top: 50px;
}

@media screen and (max-width: 991px) {
  .freeBlk .item01 {
    margin-top: 15px;
  }
}

.typeBlk {
  position: relative;
  padding: 0 0 60px;
  background: #fffcf2;
}

@media screen and (max-width: 991px) {
  .typeBlk {
    padding: 0 0 50px;
    background: #fffae9;
  }
}

.typeBlk::after {
  background-image: url(../img/img-lp/wave04.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 114px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: -114px;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .typeBlk::after {
    background-image: url(../img/img-lp/wave04_sp.png);
    height: 50px;
    bottom: -50px;
  }
}

.typeBlk .inner {
  position: relative;
  z-index: 1;
}

.typeBlk-item {
  background: #fff;
  padding: 50px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .typeBlk-item {
    padding: 25px 25px 30px 25px;
  }
}

.typeBlk-item + .typeBlk-item {
  margin-top: 95px;
}

@media screen and (max-width: 991px) {
  .typeBlk-item + .typeBlk-item {
    margin-top: 30px;
  }
}

.typeBlk-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  color: #fff;
  background: #099ed9;
  font-size: 3.8rem;
}

@media screen and (max-width: 991px) {
  .typeBlk-item::after {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 2.4rem;
  }
}

.typeBlk-item h3 {
  text-align: center;
  margin-bottom: 20px;
}

.typeBlk-item .t1 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #099ed9;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
 sans-serif;
}

@media screen and (max-width: 991px) {
  .typeBlk-item .t1 {
    font-size: 1.5rem;
    text-align: left;
  }
}

.typeBlk .item01::after {
  content: "1";
}

@media screen and (max-width: 991px) {
  .typeBlk .item01 h3 img {
    max-width: 200px;
  }
}

.typeBlk .item01 .box01 {
  text-align: center;
  margin: 20px 0 50px;
  position: relative;
  padding-top: 50px;
}

@media screen and (max-width: 991px) {
  .typeBlk .item01 .box01 {
    margin: 20px 0 30px;
  }
}

.typeBlk .item01 .box01 p {
  margin-top: 25px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .typeBlk .item01 .box01 p {
    text-align: left;
    margin-top: 15px;
  }
}

.typeBlk .item01 .box01 .icon-no1 {
  position: absolute;
  left: 120px;
  top: 0;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .typeBlk .item01 .box01 .icon-no1 {
    left: 6%;
    max-width: 70px;
  }
}

.typeBlk .item01 .box01 .js_slider {
  max-width: 620px;
  margin: auto;
  width: 100%;
  opacity: 0;
}

.typeBlk .item01 .box01 .js_slider.slick-initialized {
  opacity: 1;
}

.typeBlk .item01 .box01 .slider_nav {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.typeBlk .item01 .box01 .slider_nav_main {
  position: relative;
}

.typeBlk .item01 .box01 .slider_nav .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.typeBlk .item01 .box01 .slider_nav .slick-prev {
  margin-right: 50px;
}

@media screen and (max-width: 991px) {
  .typeBlk .item01 .box01 .slider_nav .slick-prev {
    margin-right: 25px;
  }
}

.typeBlk .item01 .box01 .slider_nav .slick-next {
  margin-left: 50px;
}

@media screen and (max-width: 991px) {
  .typeBlk .item01 .box01 .slider_nav .slick-next {
    margin-left: 25px;
  }
}

.typeBlk .item01 .box01 .slider_nav .slick-dots {
  padding: 0;
}

.typeBlk .item01 .box01 .slider_nav .slick-dots > li {
  display: inline-block;
  margin: 0 10px;
}

@media screen and (max-width: 991px) {
  .typeBlk .item01 .box01 .slider_nav .slick-dots > li {
    margin: 0 6px;
  }
}

.typeBlk .item01 .box01 .slider_nav .slick-dots button {
  padding: 0;
  border: none;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #bbbbbb;
  color: transparent;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .typeBlk .item01 .box01 .slider_nav .slick-dots button {
    width: 10px;
    height: 10px;
  }
}

.typeBlk .item01 .box01 .slider_nav .slick-dots .slick-active button {
  background-color: #00b2f7;
}

.typeBlk .item01 .box01 .slick-prev {
  right: 100%;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  width: 20px;
  height: 20px;
}

.typeBlk .item01 .box01 .slick-prev::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 13px;
  width: 20px;
  height: 20px;
  border-top: 3px solid #00b2f7;
  border-right: 3px solid #00b2f7;
  transform: rotate(-135deg);
}

@media screen and (max-width: 991px) {
  .typeBlk .item01 .box01 .slick-prev::after {
    width: 14px;
    height: 14px;
  }
}

.typeBlk .item01 .box01 .slick-next {
  left: 100%;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  width: 20px;
  height: 20px;
}

.typeBlk .item01 .box01 .slick-next::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 13px;
  width: 20px;
  height: 20px;
  border-top: 3px solid #00b2f7;
  border-right: 3px solid #00b2f7;
  transform: rotate(45deg);
}

@media screen and (max-width: 991px) {
  .typeBlk .item01 .box01 .slick-next::after {
    width: 14px;
    height: 14px;
  }
}

.typeBlk .item01 .box02 {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .typeBlk .item01 .box02 {
    margin-bottom: 30px;
  }
}

.typeBlk .item01 .box02 .item {
  display: flex;
  flex-direction: column;
}

.typeBlk .item01 .box02 .item + .item {
  margin-left: 20px;
}

@media screen and (max-width: 991px) {
  .typeBlk .item01 .box02 .item + .item {
    margin-left: 5px;
  }
}

.typeBlk .item01 .box02 .item > div {
  text-align: center;
  margin-top: auto;
  padding-top: 10px;
}

@media screen and (max-width: 991px) {
  .typeBlk .item01 .box02 .item > div {
    min-height: 5em;
    line-height: 1.5;
  }
}

.typeBlk .item02::after {
  content: "2";
}

@media screen and (max-width: 991px) {
  .typeBlk .item02 h3 img {
    max-width: 200px;
  }
}

.typeBlk .item02 .box01 {
  text-align: center;
  margin: 35px 0 50px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .typeBlk .item02 .box01 {
    margin: 20px 0 30px;
  }
}

.typeBlk .item02 .box01 p {
  margin-top: 25px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .typeBlk .item02 .box01 p {
    text-align: left;
    margin-top: 15px;
  }
}

.typeBlk .item02 .box02 {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .typeBlk .item02 .box02 {
    margin-bottom: 30px;
  }
}

.typeBlk .item02 .box02 > .item {
  display: flex;
  flex-direction: column;
}

.typeBlk .item02 .box02 > .item + .item {
  margin-left: 30px;
}

@media screen and (max-width: 991px) {
  .typeBlk .item02 .box02 > .item + .item {
    margin-left: 15px;
  }
}

.typeBlk .item02 .box02 > .item > dl {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.typeBlk .item02 .box02 > .item > dl > dt {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .typeBlk .item02 .box02 > .item > dl > dt {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

.typeBlk .item02 .box02 > .item > dl > dd {
  display: flex;
  justify-content: center;
  margin-top: auto;
}

.typeBlk .item02 .box02 > .item > dl > dd > .item + .item {
  margin-left: 20px;
}

@media screen and (max-width: 991px) {
  .typeBlk .item02 .box02 > .item > dl > dd > .item + .item {
    margin-left: 10px;
  }
}

.typeBlk .item02 .box02 > .item > dl > dd > .item > div {
  text-align: center;
  padding-top: 10px;
}

@media screen and (max-width: 991px) {
  .typeBlk .item02 .box02 > .item > dl > dd > .item > div {
    padding-top: 5px;
  }
}

.typeBlk .item02 .ac-list .js_ac_box {
  height: 0;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  visibility: hidden;
  overflow: hidden;
}

.typeBlk .item02 .ac-list .is_open + .js_ac_box {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.typeBlk .item02 .ac-list .item:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .typeBlk .item02 .ac-list .item:not(:last-child) {
    margin-bottom: 15px;
  }
}

.typeBlk .item02 .ac-list dt {
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  padding: 20px 80px 20px 0;
  border-right: 2px solid #929292;
  border-bottom: 1px solid #929292;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .typeBlk .item02 .ac-list dt {
    font-size: 1.4rem;
    padding: 15px 35px 15px 0;
  }
}

.typeBlk .item02 .ac-list dt::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 34px;
  margin: auto;
  width: 2px;
  height: 18px;
  background: #929292;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media screen and (max-width: 991px) {
  .typeBlk .item02 .ac-list dt::before {
    right: 27px;
    width: 1px;
    height: 15px;
  }
}

.typeBlk .item02 .ac-list dt::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 26px;
  margin: auto;
  width: 18px;
  height: 2px;
  background: #929292;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media screen and (max-width: 991px) {
  .typeBlk .item02 .ac-list dt::after {
    right: 20px;
    width: 15px;
    height: 1px;
  }
}

.typeBlk .item02 .ac-list dt.is_open::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.typeBlk .item02 .ac-list dt b {
  color: #07a2de;
  padding-left: 5px;
}

.typeBlk .item02 .ac-list dd > div {
  padding: 20px 30px 30px 30px;
  background: #e1f2fd;
}

@media screen and (max-width: 991px) {
  .typeBlk .item02 .ac-list dd > div {
    font-size: 1.2rem;
    padding: 0 20px 20px 20px;
  }
}

.typeBlk .spec-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #07a2de;
}

@media screen and (max-width: 991px) {
  .typeBlk .spec-ttl {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}

.typeBlk .spec .tbl_bd th {
  width: 30%;
}

@media screen and (max-width: 991px) {
  .typeBlk .spec .tbl_bd th {
    width: 45%;
  }
}

.naturalBlk {
  position: relative;
  padding: 150px 0 20px;
  margin-top: -60px;
}

@media screen and (max-width: 991px) {
  .naturalBlk {
    padding: 85px 0 50px;
    overflow: hidden;
    margin-top: -30px;
  }
}

.naturalBlk::after {
  background-image: url(../img/img-lp/wave01.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 199px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .naturalBlk::after {
    background-image: url(../img/img-lp/wave01_sp.png);
    height: 100px;
  }
}

.naturalBlk::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: calc(100% - 199px);
  width: 100%;
  background: #e1f2fd;
}

@media screen and (max-width: 991px) {
  .naturalBlk::before {
    height: calc(100% - 100px);
    bottom: 50px;
  }
}

.naturalBlk-wrap::after {
  background-image: url(../img/img-lp/wave05.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 114px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: -114px;
  width: 100%;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .naturalBlk-wrap::after {
    background-image: url(../img/img-lp/wave05_sp.png);
    height: 50px;
    bottom: 0;
  }
}

.naturalBlk .inner {
  position: relative;
  z-index: 1;
}

.naturalBlk .ttl > span {
  position: relative;
}

.naturalBlk .ttl > span > b {
  position: relative;
}

.naturalBlk .ttl > span > b::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  background: #29acdf;
  border-radius: 50%;
}

.naturalBlk .ttl > span::after {
  content: "";
  position: absolute;
  bottom: -30px;
  right: -150px;
  margin: auto;
  background: url(../img/img-lp/txt_natural.png) left center no-repeat;
  background-size: contain;
  width: 161px;
  height: 51px;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .naturalBlk .ttl > span::after {
    width: 115px;
    height: 100%;
    bottom: -31px;
    right: -87px;
  }
}

.naturalBlk .mapbox {
  position: relative;
  padding-top: 20px;
  margin-bottom: 70px;
}

@media screen and (max-width: 991px) {
  .naturalBlk .mapbox {
    margin-bottom: 35px;
  }
}

.naturalBlk .mapbox > dl {
  width: 60%;
}

@media screen and (min-width: 992px) {
  .naturalBlk .mapbox > dl {
    position: absolute;
    left: 0;
    top: 55px;
  }
}

@media screen and (max-width: 991px) {
  .naturalBlk .mapbox > dl {
    width: 70%;
  }
}

.naturalBlk .mapbox > dl > dt {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 991px) {
  .naturalBlk .mapbox > dl > dt {
    font-size: 1.6rem;
  }
}

.naturalBlk .mapbox > dl > dt > b {
  color: #ff4949;
}

.naturalBlk .mapbox > dl > dd {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.naturalBlk .mapbox > .img {
  margin-left: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .naturalBlk .mapbox > .img {
    margin-top: -25%;
  }
}

.naturalBlk .box01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 100px;
  /* PC */
  /* SP */
}

@media screen and (max-width: 991px) {
  .naturalBlk .box01 {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 992px) {
  .naturalBlk .box01 {
    position: relative;
  }
  .naturalBlk .box01 .item {
    width: 31%;
  }
  .naturalBlk .box01 .item:nth-child(n + 4) {
    margin-top: 3.5%;
  }
  .naturalBlk .box01::after {
    content: "";
    display: block;
    width: 31%;
    height: 0;
  }
}

@media screen and (max-width: 991px) {
  .naturalBlk .box01 .item {
    width: 100%;
  }
  .naturalBlk .box01 .item:not(:last-child) {
    margin-bottom: 35px;
  }
}

.naturalBlk .box01 .box_menu {
  display: block;
}

.naturalBlk .box01 .box_menu_img {
  overflow: hidden;
}

.naturalBlk .box01 .box_menu_img > img {
  width: auto;
}

.naturalBlk .box01 .box_menu_main {
  width: 350px;
  margin: -85px 0 0 auto;
  padding: 30px;
  opacity: 0.9;
  background: #fff;
  position: relative;
}

.naturalBlk .box01 .box_menu_main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 30%;
  background: #54c0d6;
  height: 3px;
}

.naturalBlk .box01 .box_menu_ttl {
  margin-bottom: 15px;
}

.naturalBlk .box01 .box_menu_ttl > span {
  display: block;
}

.naturalBlk .box01 .box_menu_ttl > span {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #1797b6;
}

.naturalBlk .box01 .box_menu_description {
  font-size: 1.4rem;
}

.naturalBlk .box01 .box_menu_more {
  text-align: right;
}

.naturalBlk .box01 .box_menu_more > span {
  font-size: 1.4rem;
  color: #9c900d;
  display: inline-block;
  position: relative;
  padding-left: 30px;
}

.naturalBlk .box01 .box_menu_more > span::before {
  content: "";
  position: absolute;
  background: #9c900d;
  height: 2px;
  width: 20px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

@media print, screen and (min-width: 992px) {
  .naturalBlk .box01 .box_menu {
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .naturalBlk .box01 .box_menu_img > img {
    width: 90%;
  }
  .naturalBlk .box01 .box_menu_description {
    padding-bottom: 30px;
  }
  .naturalBlk .box01 .box_menu_more {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
  .naturalBlk .box01 .box_menu_main {
    width: 90%;
    margin-top: -50px;
    padding: 20px;
    min-height: 220px;
  }
}

@media screen and (max-width: 991px) {
  .naturalBlk .box01 .box_menu_img > img {
    width: 86%;
  }
  .naturalBlk .box01 .box_menu_main {
    width: 85%;
    margin: -60px 0 0 auto;
    padding: 20px;
  }
  .naturalBlk .box01 .box_menu_ttl {
    margin-bottom: 10px;
  }
  .naturalBlk .box01 .box_menu_ttl > span {
    font-size: 1.8rem;
  }
  .naturalBlk .box01 .box_menu_description {
    font-size: 1.3rem;
  }
  .naturalBlk .box01 .box_menu_more {
    margin-top: 15px;
  }
  .naturalBlk .box01 .box_menu_more > span {
    font-size: 1.3rem;
  }
}

.naturalBlk .box02 {
  margin-bottom: 70px;
}

@media screen and (max-width: 991px) {
  .naturalBlk .box02 {
    margin-bottom: 50px;
  }
}

.naturalBlk .box02 h3 {
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .naturalBlk .box02 h3 {
    margin-bottom: 35px;
  }
}

.naturalBlk .box02 .list01 {
  width: 90%;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .naturalBlk .box02 .list01 {
    width: 100%;
  }
}

.naturalBlk .box02 .list01 .item {
  display: flex;
  align-items: center;
  width: 85%;
}

@media screen and (max-width: 991px) {
  .naturalBlk .box02 .list01 .item {
    width: 100%;
  }
}

.naturalBlk .box02 .list01 .item + .item {
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .naturalBlk .box02 .list01 .item + .item {
    margin-top: 30px;
  }
}

.naturalBlk .box02 .list01 .item img {
  max-width: 193px;
}

@media screen and (max-width: 991px) {
  .naturalBlk .box02 .list01 .item img {
    width: 40%;
    margin: 0 0 0 -10%;
  }
}

.naturalBlk .box02 .list01 .item dl {
  padding: 0 0 0 30px;
}

@media screen and (max-width: 991px) {
  .naturalBlk .box02 .list01 .item dl {
    width: 70%;
    padding: 0 0 0 25px;
  }
}

.naturalBlk .box02 .list01 .item dl dt {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.6;
}

@media screen and (max-width: 991px) {
  .naturalBlk .box02 .list01 .item dl dt {
    font-size: 1.8rem;
    margin-bottom: 10px;
    line-height: 1.5;
  }
}

.naturalBlk .box02 .list01 .item dl dt > b {
  color: #07a2de;
}

@media screen and (max-width: 991px) {
  .naturalBlk .box02 .list01 .item dl dd p {
    line-height: 1.5;
    font-size: 1.3rem;
  }
}

.naturalBlk .box02 .list01 .item:nth-child(even) {
  flex-direction: row-reverse;
  margin-left: auto;
}

.naturalBlk .box02 .list01 .item:nth-child(even) dl {
  padding: 0 30px 0 0;
}

@media screen and (max-width: 991px) {
  .naturalBlk .box02 .list01 .item:nth-child(even) dl {
    padding: 0 25px 0 0;
  }
}

@media screen and (max-width: 991px) {
  .naturalBlk .box02 .list01 .item:nth-child(even) img {
    width: 40%;
    margin: 0 -10% 0 0;
  }
}

.naturalBlk .box03 h3 {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #666666;
}

@media screen and (max-width: 991px) {
  .naturalBlk .box03 h3 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 991px) {
  .naturalBlk .box03 .tbl_scroll {
    overflow: scroll;
  }
}

.naturalBlk .box03 .tbl {
  margin: 0;
  padding: 0px;
  width: 100%;
  border-top: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  table-layout: fixed;
  word-wrap: break-word;
  white-space: normal;
}

@media screen and (max-width: 991px) {
  .naturalBlk .box03 .tbl {
    width: 500px;
  }
}

.naturalBlk .box03 .tbl th,
.naturalBlk .box03 .tbl td {
  vertical-align: middle;
  border-bottom: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
  padding: 20px 15px;
  line-height: 1.4;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 991px) {
  .naturalBlk .box03 .tbl th,
  .naturalBlk .box03 .tbl td {
    padding: 15px 5px;
  }
}

.naturalBlk .box03 .tbl th {
  background: #00a2de;
  font-weight: 700;
  text-align: center;
  color: #fff;
  font-size: 1.7rem;
}

@media screen and (max-width: 991px) {
  .naturalBlk .box03 .tbl th {
    font-size: 1.4rem;
    position: sticky;
    left: 0;
    width: 140px;
  }
}

.naturalBlk .box03 .tbl td {
  background: #fff;
  text-align: center;
}

.naturalBlk .box03 .tbl .t1 {
  text-align: center;
}

.naturalBlk .box03 .tbl .t1 > b {
  display: block;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 5px;
  color: #00a2de;
}

@media screen and (max-width: 991px) {
  .naturalBlk .box03 .tbl .t1 > b {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 992px) {
  .naturalBlk .box03 .caution {
    margin-left: auto;
    display: table;
  }
}

.qualityBlk {
  position: relative;
  padding: 160px 0 120px;
}

@media screen and (max-width: 991px) {
  .qualityBlk {
    padding: 50px 0 70px;
    overflow: hidden;
  }
}

.qualityBlk::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  padding: 50px 0;
  background-image: linear-gradient(#eee 1px, transparent 1px), linear-gradient(to right, #eee 1px, #fff 1px);
  background-size: 20px 20px;
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .qualityBlk::before {
    padding: 30px 0;
    height: calc(100% + 50px);
    top: -50px;
  }
}

.qualityBlk .inner {
  position: relative;
  z-index: 1;
}

.qualityBlk .ttl {
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .qualityBlk .ttl {
    margin-bottom: 10px;
  }
}

.qualityBlk .ttl > span {
  position: relative;
}

.qualityBlk .ttl > span::after {
  content: "";
  position: absolute;
  bottom: -35px;
  right: -120px;
  margin: auto;
  background: url(../img/img-lp/txt_quality.png) left center no-repeat;
  background-size: contain;
  width: 143px;
  height: 52px;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .qualityBlk .ttl > span::after {
    width: 105px;
    height: 100%;
    bottom: -31px;
    right: -76px;
  }
}

.qualityBlk .box01,
.qualityBlk .box03 {
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 991px) {
  .qualityBlk .box01,
  .qualityBlk .box03 {
    flex-direction: column;
  }
}

.qualityBlk .box01 .item,
.qualityBlk .box03 .item {
  width: 50%;
}

@media screen and (max-width: 991px) {
  .qualityBlk .box01 .item,
  .qualityBlk .box03 .item {
    width: 100%;
  }
}

.qualityBlk .box01 .item:nth-child(1),
.qualityBlk .box03 .item:nth-child(1) {
  max-width: 454px;
}

.qualityBlk .box01 .item:nth-child(2),
.qualityBlk .box03 .item:nth-child(2) {
  margin: 0 0 0 50px;
}

@media screen and (max-width: 991px) {
  .qualityBlk .box01 .item:nth-child(2),
  .qualityBlk .box03 .item:nth-child(2) {
    margin: 15px 0 0 0;
  }
}

.qualityBlk .box01 .item h3,
.qualityBlk .box03 .item h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 991px) {
  .qualityBlk .box01 .item h3,
  .qualityBlk .box03 .item h3 {
    font-size: 1.7rem;
    margin-bottom: 10px;
  }
}

.qualityBlk .box01 .item h3 > b,
.qualityBlk .box03 .item h3 > b {
  color: #0088dc;
}

.qualityBlk .box01 .item p,
.qualityBlk .box03 .item p {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (min-width: 992px) {
  .qualityBlk .box03 {
    flex-direction: row-reverse;
  }
  .qualityBlk .box03 .item {
    width: 50%;
  }
  .qualityBlk .box03 .item:nth-child(1) {
    max-width: 454px;
  }
  .qualityBlk .box03 .item:nth-child(2) {
    margin: 0 50px 0 0;
  }
}

@media screen and (max-width: 991px) {
  .qualityBlk .box03 .item h3 {
    margin-bottom: 15px;
  }
  .qualityBlk .box03 .item:nth-child(2) {
    margin: 0;
  }
  .qualityBlk .box03 .item:nth-child(2) img {
    margin-bottom: 10px;
    display: block;
  }
}

.qualityBlk .box02 {
  display: flex;
  align-items: flex-end;
  width: 80%;
  margin: auto;
  padding: 40px 0 80px;
}

@media screen and (max-width: 991px) {
  .qualityBlk .box02 {
    width: 100%;
    align-items: flex-start;
    padding: 35px 0 50px;
  }
}

.qualityBlk .box02 > .item:nth-child(1) {
  width: 70%;
  padding-right: 30px;
}

@media screen and (max-width: 991px) {
  .qualityBlk .box02 > .item:nth-child(1) {
    width: 55%;
    padding-right: 20px;
  }
}

.qualityBlk .box02 > .item:nth-child(2) {
  width: 30%;
}

@media screen and (max-width: 991px) {
  .qualityBlk .box02 > .item:nth-child(2) {
    width: 45%;
  }
}

.qualityBlk .box02 > .item:nth-child(2) img {
  display: block;
  width: 80%;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .qualityBlk .box02 > .item:nth-child(2) img {
    width: 100%;
  }
}

.qualityBlk .box02 > .item dl dt {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 991px) {
  .qualityBlk .box02 > .item dl dt {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}

.qualityBlk .box02 > .item dl dd > ul > li {
  border-bottom: 1px dotted #333;
  padding: 10px 0;
}

@media screen and (max-width: 991px) {
  .qualityBlk .box02 > .item dl dd > ul > li {
    font-size: 1.2rem;
  }
}

.qualityBlk .box02 > .item dl dd > ul > li .flex {
  display: flex;
  align-items: flex-start;
}

.qualityBlk .box02 > .item dl dd > ul > li .flex .item + .item {
  margin-left: 5px;
}

@media screen and (max-width: 991px) {
  .qualityBlk .box02 > .item dl dd > ul > li .flex .item + .item {
    margin-left: 0;
  }
}

.qualityBlk .box02 > .item dl dd > ul > li .list-pdf li + li {
  margin-top: 3px;
}

.qualityBlk .box02 > .item dl dd > ul > li .list-pdf li a {
  text-decoration: underline;
}

@media screen and (min-width: 992px) {
  .qualityBlk .box02 > .item dl dd > ul > li .list-pdf li a:hover {
    text-decoration: none;
  }
}

.qualityBlk .box02 > .item dl dd > ul > li .list-pdf li a > span {
  position: relative;
}

.qualityBlk .box02 > .item dl dd > ul > li .list-pdf li a > span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -30px;
  margin: auto;
  width: 19px;
  height: 23px;
  background: url(../img/img-lp/icon_pdf.png) left center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .qualityBlk .box02 > .item dl dd > ul > li .list-pdf li a > span::before {
    width: 15px;
    height: 20px;
    right: -22px;
  }
}

.onewayBlk {
  position: relative;
  padding: 130px 0 70px;
  margin-top: -60px;
}

@media screen and (max-width: 991px) {
  .onewayBlk {
    padding: 80px 0 50px;
    margin-top: -30px;
    overflow: hidden;
  }
}

.onewayBlk::after {
  background-image: url(../img/img-lp/wave06.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 143px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .onewayBlk::after {
    background-image: url(../img/img-lp/wave06_sp.png);
    height: 30px;
  }
}

.onewayBlk::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: calc(100% - 143px);
  width: 100%;
  background: #fffae9;
}

@media screen and (max-width: 991px) {
  .onewayBlk::before {
    height: calc(100% - 30px);
    background: #fffae9;
  }
}

.onewayBlk .inner {
  position: relative;
  z-index: 1;
}

.onewayBlk .ttl {
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .onewayBlk .ttl {
    margin-bottom: 10px;
  }
}

.onewayBlk .ttl > span {
  position: relative;
}

.onewayBlk .ttl > span::after {
  content: "";
  position: absolute;
  bottom: -35px;
  right: -70px;
  margin: auto;
  background: url(../img/img-lp/txt_oneway.png) left center no-repeat;
  background-size: contain;
  width: 141px;
  height: 44px;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .onewayBlk .ttl > span::after {
    width: 86px;
    height: 100%;
    bottom: -33px;
    right: -17px;
  }
}

.onewayBlk .box01 {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .onewayBlk .box01 {
    flex-direction: column;
    width: 100%;
  }
  .onewayBlk .box01 .item + .item {
    margin-top: 30px;
  }
}

.guideBlk {
  position: relative;
  padding: 200px 0 100px;
}

@media screen and (max-width: 991px) {
  .guideBlk {
    padding: 50px 0 70px;
  }
}

.guideBlk::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  padding: 50px 0;
  background-image: linear-gradient(#eee 1px, transparent 1px), linear-gradient(to right, #eee 1px, #fff 1px);
  background-size: 20px 20px;
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .guideBlk::before {
    padding: 30px 0;
    height: calc(100% + 50px);
    top: -50px;
  }
}

.guideBlk .inner {
  position: relative;
  z-index: 2;
}

.guideBlk .ttl > span {
  position: relative;
  margin-bottom: 10px;
  line-height: 1.4;
}

.guideBlk .ttl > span::after {
  content: "";
  position: absolute;
  top: -35px;
  left: -70px;
  margin: auto;
  background: url(../img/img-lp/txt_guide.png) left center no-repeat;
  background-size: contain;
  width: 99px;
  height: 58px;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .guideBlk .ttl > span::after {
    width: 75px;
    height: 48px;
    top: -35px;
    left: -31px;
  }
}

.guideBlk .leadtxt {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .guideBlk .leadtxt {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}

.guideBlk .leadtxt .t1 {
  font-size: 2.4rem;
  color: #f76666;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .guideBlk .leadtxt .t1 {
    font-size: 1.6rem;
  }
}

.guideBlk .leadtxt .t2 {
  color: #f76666;
  font-weight: 700;
}

.guideBlk .leadtxt .t3 {
  font-size: 3.8rem;
  color: #f76666;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .guideBlk .leadtxt .t3 {
    font-size: 2.8rem;
  }
}

.guideBlk .box01 {
  margin-bottom: 50px;
  width: 85%;
  margin: 0 auto 50px;
}

@media screen and (max-width: 991px) {
  .guideBlk .box01 {
    width: 100%;
    margin: 0 auto 30px;
  }
}

.guideBlk .box01 .block_flow03_item {
  background-color: #e0f5ff;
  position: relative;
  padding: 35px 35px 35px 170px;
  background-position: left 35px center;
  background-repeat: no-repeat;
  background-size: 90px auto;
  min-height: 160px;
}

.guideBlk .box01 .block_flow03_item:nth-child(2n) {
  background-color: #fffae9;
}

.guideBlk .box01 .block_flow03_item:nth-child(2n)::after {
  border-color: #fffae9 transparent transparent transparent !important;
}

.guideBlk .box01 .block_flow03_item:nth-child(1) {
  background-image: url(../img/img-lp/icon_flow01.png);
  z-index: 4;
}

.guideBlk .box01 .block_flow03_item:nth-child(2) {
  background-image: url(../img/img-lp/icon_flow02.png);
  z-index: 3;
}

.guideBlk .box01 .block_flow03_item:nth-child(3) {
  background-image: url(../img/img-lp/icon_flow03.png);
  z-index: 2;
}

.guideBlk .box01 .block_flow03_item:nth-child(4) {
  background-image: url(../img/img-lp/icon_flow04.png);
  z-index: 1;
}

@media screen and (min-width: 992px) {
  .guideBlk .box01 .block_flow03_item:nth-child(4) {
    background-size: 75px auto;
    min-height: 200px;
    background-position: left 50px center;
  }
}

.guideBlk .box01 .block_flow03_item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 55px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 22px 0 22px;
  border-color: #e0f5ff transparent transparent transparent;
  z-index: 1;
}

.guideBlk .box01 .block_flow03_item dt {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .guideBlk .box01 .block_flow03_item {
    padding: 20px 20px 20px 110px;
    background-position: left 10px center;
    background-repeat: no-repeat;
    background-size: 80px auto;
    min-height: auto;
  }
  .guideBlk .box01 .block_flow03_item:not(:last-child)::after {
    bottom: -18px;
    left: 35px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 18px 0 18px;
    border-color: #e0f5ff transparent transparent transparent;
    z-index: 1;
  }
  .guideBlk .box01 .block_flow03_item dt {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 5px;
  }
  .guideBlk .box01 .block_flow03_item:nth-child(4) {
    min-height: 150px;
  }
}

@media screen and (max-width: 991px) and (min-width: 992px) {
  .guideBlk .box01 .block_flow03_item:nth-child(4) {
    background-size: 75px auto;
    background-position: left 50px center;
  }
}

@media screen and (max-width: 991px) and (max-width: 991px) {
  .guideBlk .box01 .block_flow03_item:nth-child(4) {
    background-position: left 15px center;
    background-size: 70px auto;
  }
}

.cvbox {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cvbox > img {
  width: 80%;
  max-width: 321px;
}

@media screen and (max-width: 991px) {
  .cvbox > img {
    width: 80%;
  }
}

.cvbox > a {
  margin-top: -5px;
}

.faqBlk {
  position: relative;
  padding: 180px 0 100px;
  margin-top: -100px;
}

@media screen and (max-width: 991px) {
  .faqBlk {
    padding: 80px 0 50px;
    margin-top: -50px;
  }
}

.faqBlk::after {
  background-image: url(../img/img-lp/wave03.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 205px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .faqBlk::after {
    background-image: url(../img/img-lp/wave03_sp.png);
    height: 100px;
  }
}

.faqBlk::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: calc(100% - 205px);
  width: 100%;
  background: #fffcf2;
}

@media screen and (max-width: 991px) {
  .faqBlk::before {
    height: calc(100% - 99px);
    background: #fffae9;
  }
}

.faqBlk .inner {
  position: relative;
  z-index: 2;
}

.faqBlk .ttl > span {
  position: relative;
  margin-bottom: 20px;
}

.faqBlk .ttl > span::after {
  content: "";
  position: absolute;
  top: -39px;
  left: -60px;
  margin: auto;
  background: url(../img/img-lp/txt_question.png) left center no-repeat;
  background-size: contain;
  width: 147px;
  height: 45px;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .faqBlk .ttl > span::after {
    width: 107px;
    height: 30px;
    top: -30px;
    left: -45px;
  }
}

.faqBlk .qabox {
  padding-top: 30px;
}

@media screen and (max-width: 991px) {
  .faqBlk .qabox {
    padding-top: 10px;
  }
}

.faqBlk .qabox .js_ac_box {
  height: 0;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  visibility: hidden;
  overflow: hidden;
}

.faqBlk .qabox .is_open + .js_ac_box {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.faqBlk .qabox .list_ac_item {
  box-shadow: 0px 0px 3px 1px #ccc;
}

.faqBlk .qabox .list_ac_item:not(:first-child) {
  margin-top: 30px;
}

.faqBlk .qabox .list_ac_link {
  position: relative;
  font-weight: bold;
  padding: 25px 70px 25px 70px;
  cursor: pointer;
  background: #fff url(../img/img-lp/icon_q.png) no-repeat left 20px center;
  background-size: 30px auto;
  color: #07a2de;
  font-size: 1.8rem;
}

.faqBlk .qabox .list_ac_link::before,
.faqBlk .qabox .list_ac_link::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #929292;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 25px;
  width: 20px;
  height: 4px;
}

.faqBlk .qabox .list_ac_link::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: all 0.4s ease;
}

.faqBlk .qabox .list_ac_link.is_open::after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.faqBlk .qabox .list_ac_main {
  padding: 10px 70px 30px 70px;
  background: #fff url(../img/img-lp/icon_a.png) no-repeat left 20px top 10px;
  background-size: 30px auto;
}

@media screen and (max-width: 991px) {
  .faqBlk .qabox .list_ac_item {
    box-shadow: 0px 0px 2px 1px #ccc;
  }
  .faqBlk .qabox .list_ac_item:not(:first-child) {
    margin-top: 20px;
  }
  .faqBlk .qabox .list_ac_link {
    font-size: 1.5rem;
    padding: 15px 40px 15px 55px;
    background-size: 25px auto;
    background-position: left 15px center;
    line-height: 1.5;
  }
  .faqBlk .qabox .list_ac_link::before,
  .faqBlk .qabox .list_ac_link::after {
    right: 15px;
    width: 15px;
    height: 3px;
  }
  .faqBlk .qabox .list_ac_main {
    padding: 0 40px 20px 55px;
    background-size: 25px auto;
    background-position: left 15px top 2px;
  }
}

.supportBlk {
  position: relative;
  padding: 150px 0 200px;
}

@media screen and (max-width: 991px) {
  .supportBlk {
    padding: 100px 0 100px;
  }
}

.supportBlk::after {
  background-image: url(../img/img-lp/wave01.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 199px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .supportBlk::after {
    background-image: url(../img/img-lp/wave01_sp.png);
    height: 100px;
  }
}

.supportBlk::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: calc(100% - 199px);
  width: 100%;
  background: #e1f2fd;
}

@media screen and (max-width: 991px) {
  .supportBlk::before {
    height: calc(100% - 100px);
    bottom: 0;
  }
}

.supportBlk .inner {
  position: relative;
  z-index: 2;
}

.supportBlk .ttl > span {
  position: relative;
}

.supportBlk .ttl > span::after {
  content: "";
  position: absolute;
  top: -51px;
  left: -77px;
  margin: auto;
  background: url(../img/img-lp/txt_support.png) left center no-repeat;
  background-size: contain;
  width: 148px;
  height: 100%;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .supportBlk .ttl > span::after {
    width: 128px;
    height: 100%;
    top: -42px;
    left: -36px;
  }
}

.supportBlk-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 60px;
}

.supportBlk-list .item {
  width: 48%;
  background: #fff;
  padding: 45px 30px 30px 30px;
  position: relative;
}

@media screen and (min-width: 992px) {
  .supportBlk-list .item:nth-child(2n) {
    margin-left: 4%;
  }
  .supportBlk-list .item:nth-child(n + 3) {
    margin-top: calc(75px + 4%);
  }
}

@media screen and (max-width: 991px) {
  .supportBlk-list .item {
    width: 100%;
    padding: 40px 25px 25px 25px;
  }
  .supportBlk-list .item + .item {
    margin-top: 90px;
  }
  .supportBlk-list .item:nth-child(1) .icon img {
    width: 42%;
  }
  .supportBlk-list .item:nth-child(2) .icon img {
    width: 35%;
  }
}

.supportBlk-list .item .icon {
  position: absolute;
  left: 0;
  right: 0;
  top: -75px;
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: #fff;
  border-radius: 50%;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .supportBlk-list .item .icon {
    width: 130px;
    height: 130px;
    top: -65px;
  }
}

.supportBlk-list .item .icon img {
  width: 35%;
  display: block;
  margin: 30px auto 0;
}

@media screen and (max-width: 991px) {
  .supportBlk-list .item .icon img {
    width: 40%;
    margin: 25px auto 0;
  }
}

.supportBlk-list .item dl {
  position: relative;

  z-index: 2;
}

.supportBlk-list .item dl dt {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .supportBlk-list .item dl dt {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}

.supportBlk-list .item dl dt > span {
  position: relative;
  padding-left: 50px;
}

@media screen and (max-width: 991px) {
  .supportBlk-list .item dl dt > span {
    padding-left: 35px;
    margin-left: -15px;
  }
}

.supportBlk-list .item dl dt > span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 32px;
  height: 24px;
  background: url(../img/img-lp/icon_check.png) left center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .supportBlk-list .item dl dt > span::before {
    width: 25px;
    height: 18px;
  }
}

.pointBlk {
  position: relative;
  padding: 40px 0;
  margin-top: -100px;
}

@media screen and (max-width: 991px) {
  .pointBlk {
    padding: 45px 0 50px;
    margin-top: -50px;
  }
}

.pointBlk::after {
  background-image: url(../img/img-lp/wave08.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 179px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .pointBlk::after {
    background-image: url(../img/img-lp/wave08_sp.png);
    height: 100px;
  }
}

.pointBlk::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: calc(100% - 179px);
  width: 100%;
  background: #fffcf2;
}

@media screen and (max-width: 991px) {
  .pointBlk::before {
    height: calc(100% - 99px);
    background: #fffcf2;
  }
}

.pointBlk .inner {
  position: relative;
  z-index: 2;
}

.pointBlk .ttl {
  margin-bottom: 20px;
  position: relative;
  display: table;
  margin: 0 auto 20px;
}

@media screen and (max-width: 991px) {
  .pointBlk .ttl {
    margin: 0 auto 10px;
  }
}

.pointBlk .ttl::after {
  content: "";
  position: absolute;
  top: -46px;
  left: -61px;
  margin: auto;
  background: url(../img/img-lp/txt_point.png) left center no-repeat;
  background-size: contain;
  width: 136px;
  height: 43px;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .pointBlk .ttl::after {
    width: 100px;
    height: 30px;
    top: -32px;
    left: -36px;
  }
}

@media screen and (max-width: 991px) {
  .pointBlk .ttl img {
    max-height: 45px;
  }
}

.pointBlk .ttl > span {
  position: relative;
  margin-bottom: 0;
}

.pointBlk .box01 {
  text-align: center;
}

.pointBlk + .benefitsBlk {
  background: #fffcf2;
}

.cvBlk {
  padding: 50px 0 25px;
  background: #fbf9f9;
  position: relative;
  z-index: 2;
}

.cvBlk::after {
  content: "";
  position: absolute;
  bottom: -200px;
  left: 0;
  right: 0;
  width: 100%;
  height: 200px;
  margin: auto;
  background: #fbf9f9;
}

.cvBlk.--middle {
  padding: 50px 0;
}

@media screen and (max-width: 991px) {
  .cvBlk.--middle {
    padding: 35px 0;
  }
}

.cvBlk.--middle::after {
  content: none;
}

@media screen and (max-width: 991px) {
  .cvBlk {
    padding: 35px 0;
  }
}

.cvBlk-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .cvBlk-flex {
    flex-direction: column;
    width: 95%;
    margin: auto;
  }
}

@media screen and (max-width: 991px) {
  .cvBlk-flex .item {
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .cvBlk-flex .item + .item {
    margin-left: 10%;
  }
}

@media screen and (max-width: 991px) {
  .cvBlk-flex .item + .item {
    margin-top: 25px;
  }
}

.cvBlk-flex .item:nth-child(1) > img {
  max-width: 350px;
  margin-bottom: 5px;
  display: block;
}

@media screen and (max-width: 991px) {
  .cvBlk-flex .item:nth-child(1) > img {
    width: 100%;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .cvBlk-flex .item:nth-child(1) > a {
    width: 90%;
  }
}

@media screen and (max-width: 991px) {
  .cvBlk-tel {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 90%;
    margin: auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 3px 1px #ccc;
    padding: 15px 0;
  }
}

.cvBlk .t1 {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1;
  color: #444444;
}

@media screen and (max-width: 991px) {
  .cvBlk .t1 {
    font-size: 1.3rem;
  }
}

.cvBlk .t2 {
  display: flex;
  align-items: center;
}

.cvBlk .t2 img {
  width: 30px;
  margin-right: 15px;
}

@media screen and (max-width: 991px) {
  .cvBlk .t2 img {
    margin-right: 10px;
  }
}

.cvBlk .t2 > span {
  letter-spacing: 0.04em;
  font-weight: bold;
  white-space: nowrap;
  font-size: 2.6rem;
  display: block;
  line-height: 1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
 sans-serif;
  color: #353526;
}

@media screen and (max-width: 991px) {
  .cvBlk .t2 > span {
    font-size: 2rem;
  }
}

.cvBlk .t3 {
  font-size: 1.2rem;
  margin-top: 10px;
  font-weight: bold;
  display: block;
  line-height: 1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
 sans-serif;
  color: #777777;
}

@media screen and (max-width: 991px) {
  .cvBlk .t3 {
    font-size: 1rem;
    letter-spacing: 0.01em;
  }
}

.footer {
  padding: 120px 0;
  position: relative;
  z-index: 3;
}

.footer::after {
  background-image: url(../img/img-common/footer_wave.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 186px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .footer::after {
    background-image: url(../img/img-common/footer_wave_sp.png);
    height: 50px;
  }
  .page-kidsplan .footer,
  .page-plus_premium .footer {
    margin-bottom: 0;
  }
}

.footer::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: calc(100% - 186px);
  width: 100%;
  background: #3f5efb;
  background: linear-gradient(180deg, #75c7f5 0%, #46a8df 100%);
}

@media screen and (max-width: 991px) {
  .footer::before {
    height: calc(100% - 50px);
  }
}

@media screen and (max-width: 991px) {
  .footer {
    padding: 70px 0 20px;
    margin-bottom: 60px;
  }
}

.footer .inner {
  position: relative;
  z-index: 2;
}

.footer_top {
  max-width: 800px;
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .footer_top {
    flex-direction: column;
    margin: 0 auto 30px;
  }
}

.footer_bnr ul {
  display: flex;
}

@media screen and (max-width: 991px) {
  .footer_bnr ul {
    justify-content: space-between;
    width: 95%;
    margin: auto;
  }
}

.footer_bnr ul li {
  max-width: 190px;
}

@media screen and (max-width: 991px) {
  .footer_bnr ul li {
    width: 47%;
    text-align: center;
    max-width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .footer_bnr ul li + li {
    margin-left: 30px;
  }
}

.footer_nav {
  max-width: 700px;
  padding-left: 50px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 991px) {
  .footer_nav {
    padding-left: 0;
    margin: 0 auto 35px;
  }
}

.footer_nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .footer_nav ul {
    width: 95%;
    margin: auto;
  }
}

.footer_nav ul li a {
  color: #fff;
  position: relative;
  padding-left: 15px;
  font-size: 1.4rem;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .footer_nav ul li a {
    font-size: 1.3rem;
  }
}

.footer_nav ul li a:hover {
  text-decoration: underline;
}

.footer_nav ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #fff;
  height: 1px;
  width: 5px;
}

@media screen and (min-width: 992px) {
  .footer_nav ul {
    position: relative;
  }
  .footer_nav ul li {
    width: 31%;
  }
  .footer_nav ul li:nth-child(n + 4) {
    margin-top: 15px;
  }
  .footer_nav ul li:nth-child(3n) {
    width: 25%;
  }
  .footer_nav ul li:nth-child(3n-1) {
    width: 35%;
  }
  .footer_nav ul::after {
    content: "";
    display: block;
    width: 25%;
    height: 0;
  }
}

@media screen and (max-width: 991px) {
  .footer_nav ul li {
    width: 48%;
  }
  .footer_nav ul li:nth-child(n + 3) {
    margin-top: 4%;
  }
}

.footer_subnav {
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 991px) {
  .footer_subnav {
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
}

.footer_subnav ul {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .footer_subnav ul {
    justify-content: space-between;
    width: 95%;
    margin: auto;
  }
}

.footer_subnav ul li + li {
  margin-left: 60px;
}

@media screen and (max-width: 991px) {
  .footer_subnav ul li + li {
    margin-left: 0;
  }
}

.footer_subnav ul li a {
  font-size: 1.3rem;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .footer_subnav ul li a {
    font-size: 1.2rem;
  }
}

.footer_subnav ul li a:hover {
  text-decoration: underline;
}

.footer_social ul {
  display: flex;
  justify-content: center;
}

.footer_social ul li + li {
  margin-left: 25px;
}

.footer_social ul li a img {
  max-width: 39px;
}

@media screen and (max-width: 991px) {
  .footer_social ul li a img {
    max-width: 35px;
  }
}

.footer_logo {
  display: flex;
}

.footer_logo a {
  display: block;
}

@media screen and (max-width: 991px) {
  .footer_logo a {
    margin: 0 auto 20px;
    text-align: center;
  }
}

.footer_logo span {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  display: block;
  margin-top: 8px;
}

@media screen and (max-width: 991px) {
  .footer_logo span {
    font-size: 1.3rem;
  }
}

.footer_logo img {
  max-width: 164px;
  display: block;
}

@media screen and (max-width: 991px) {
  .footer_logo img {
    max-width: 150px;
    margin: auto;
  }
}

.footer_copyright {
  margin: 20px auto 0;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .footer_copyright {
    margin: 30px auto 0;
    font-size: 1.2rem;
  }
}

.fixNav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  opacity: 0;
  z-index: 999;
  pointer-events: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.page-kidsplan .fixNav,
.page-plus_premium .fixNav {
  display: none !important;
}

.fixNav.active {
  opacity: 1;
  pointer-events: all;
}

.fixNav .inner {
  padding: 0;
}

.fixNav-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .fixNav-wrap {
    flex-wrap: wrap;
  }
}

.fixNav-wrap .item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 60px;
}

.fixNav-wrap .item img {
  max-height: 60px;
}

.fixNav-wrap .item:nth-child(1) {
  background: #faf3f0;
}

.fixNav-wrap .item:nth-child(2) {
  background: #f75955;
}

.fixNav .t1 {
  font-size: 2rem;
  font-weight: 700;
  color: #07a2de;
}

@media screen and (max-width: 991px) {
  .fixNav .t1 {
    font-size: 1.3rem;
    line-height: 1;
  }
}

.fixNav .t2 {
  font-size: 2rem;
  font-weight: 700;
  color: #ff413c;
  padding-left: 5px;
}

@media screen and (max-width: 991px) {
  .fixNav .t2 {
    font-size: 1.3rem;
    line-height: 1;
  }
}

/*===================================
  
  Q＆A

===================================*/
.faq_block_item {
  border-bottom: 1px solid #dddddd;
  min-height: 96px;
}

.faq_block_q {
  font-size: 1.6rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  min-height: 96px;
  position: relative;
  padding: 20px 80px 20px 56px;
  cursor: pointer;
}

.faq_block_q::before,
.faq_block_ans::before {
  content: "";
  position: absolute;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.faq_block_q::before {
  background-image: url(../img/img-common/icon_q.png);
}

.faq_block_ans::before {
  bottom: inherit;
  background-image: url(../img/img-common/icon_a.png);
}

.faq_block_q::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 35px;
  margin: auto;
  width: 11px;
  height: 11px;
  border-top: 2px solid #1b9ebd;
  border-right: 2px solid #1b9ebd;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.faq_block_q.is_open::after {
  width: 1px;
  height: 15px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.faq_block_ans {
  padding: 0 80px 30px 56px;
  position: relative;
}

.faq_block_ans .faq_4way {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 0;
}

.faq_block_ans .faq_4way .item {
  width: 50%;
  padding: 25px 0 0 25px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .faq_block_ans .faq_4way .item {
    width: 100%;
    padding: 0;
  }
}

@media screen and (min-width: 992px) {
  .faq_block_ans .faq_4way .item:nth-child(odd) {
    padding: 25px 25px 0 0;
    position: relative;
  }
  .faq_block_ans .faq_4way .item:nth-child(odd) > dl > dt {
    width: 130px;
  }
}

@media screen and (min-width: 992px) {
  .faq_block_ans .faq_4way .item:nth-child(even) > dl > dt {
    width: 80px;
  }
}

@media screen and (min-width: 992px) {
  .faq_block_ans .faq_4way .item:nth-child(1)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 95%;
    background: #dddddd;
  }
}

@media screen and (min-width: 992px) {
  .faq_block_ans .faq_4way .item:nth-child(3)::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 95%;
    background: #dddddd;
  }
}

.faq_block_ans .faq_4way .item > dl {
  padding-bottom: 25px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .faq_block_ans .faq_4way .item > dl {
    justify-content: space-between;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

.faq_block_ans .faq_4way .item > dl > dt {
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .faq_block_ans .faq_4way .item > dl > dt {
    width: 30%;
  }
}

@media screen and (max-width: 991px) {
  .faq_block_ans .faq_4way .item > dl > dd {
    width: 68%;
  }
}

@media screen and (min-width: 992px) {
  .faq_block_ans .faq_4way .item:nth-child(1) dl,
  .faq_block_ans .faq_4way .item:nth-child(2) dl {
    height: 100%;
    align-items: center;
    border-bottom: 1px solid #dddddd;
  }
}

.faq_block_ans .faq_4way_tel img {
  display: block;
  height: 18px;
  margin-right: 10px;
}

@media screen and (max-width: 991px) {
  .faq_block_ans .faq_4way_tel img {
    height: 14px;
  }
}

.faq_block_ans .faq_4way_tel > div {
  font-size: 2.2rem;
  display: block;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .faq_block_ans .faq_4way_tel > div {
    font-size: 1.4rem;
  }
}

.faq_block_ans .faq_4way_tel > div:nth-child(1) {
  letter-spacing: 0.01em;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.faq_block_ans .faq_4way_tel > div:nth-child(2) {
  font-size: 1.3rem;
  margin-top: 8px;
  text-align: left;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 991px) {
  .faq_block_ans .faq_4way_tel > div:nth-child(2) {
    font-size: 1rem;
    letter-spacing: 0.03em;
  }
}

.faq_block_ans .faq_4way_pdf {
  padding-top: 15px;
}

.faq_block_ans .faq_4way_pdf > dt {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 5px;
}

@media screen and (max-width: 991px) {
  .faq_block_ans .faq_4way_pdf > dt {
    font-size: 1.2rem;
  }
}

.faq_block_ans .faq_4way_pdf > dd {
  position: relative;
}

.faq_block_ans .faq_4way_pdf > dd ul {
  display: flex;
}

@media screen and (min-width: 992px) {
  .faq_block_ans .faq_4way_pdf > dd ul {
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media screen and (max-width: 991px) {
  .faq_block_ans .faq_4way_pdf > dd ul {
    justify-content: space-between;
  }
}

.faq_block_ans .faq_4way_pdf > dd ul li {
  width: 140px;
}

@media screen and (max-width: 991px) {
  .faq_block_ans .faq_4way_pdf > dd ul li {
    width: 49%;
  }
}

@media screen and (min-width: 992px) {
  .faq_block_ans .faq_4way_pdf > dd ul li + li {
    margin-left: 15px;
  }
}

.faq_block_ans .faq_4way_pdf > dd ul li > a {
  display: flex;
  justify-content: flex-start;
  background-color: #f0f0f0;
  border: 1px solid #8f8f8f;
  border-radius: 50px;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 7px 50px 7px 20px;
  margin: auto;
  width: 100%;
  font-weight: bold;
  text-align: left;
  position: relative;
}

@media screen and (max-width: 991px) {
  .faq_block_ans .faq_4way_pdf > dd ul li > a {
    font-size: 1.1rem;
    padding: 7px 20px 7px 10px;
    letter-spacing: 0.01em;
  }
}

.faq_block_ans .faq_4way_pdf > dd ul li > a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  background: url(../img/img-common/icon_pdf.png) left center no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 991px) {
  .faq_block_ans .faq_4way_pdf > dd ul li > a::before {
    width: 12px;
    height: 12px;
    right: 10px;
  }
}

.faq_block_ans .faq_4way_btn {
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .faq_block_ans .faq_4way_btn {
    justify-content: flex-start;
  }
}

.faq_block_ans .faq_4way_btn > a {
  font-weight: bold;
  flex-basis: auto;
  color: #1b9ebd;
  border: 1px solid #1b9ebd;
  padding: 15px 20px 15px 25px;
  border-radius: 30px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media screen and (max-width: 991px) {
  .faq_block_ans .faq_4way_btn > a {
    padding: 10px 10px 10px 15px;
    display: block;
  }
}

.faq_block_ans .faq_4way_btn > a > span {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1;
  padding-right: 35px;
}

@media screen and (max-width: 991px) {
  .faq_block_ans .faq_4way_btn > a > span {
    padding-right: 20px;
  }
}

.faq_block_ans .faq_4way_btn > a > span::after {
  content: "";
  position: absolute;
  border-right: 2px solid #1b9ebd;
  border-top: 2px solid #1b9ebd;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 8px;
  width: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 992px) {
  .faq_block_ans .faq_4way_btn > a > span::after {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .faq_block_ans .faq_4way_btn > a:hover {
    color: #fff;
    border-color: #1b9ebd;
    background: #1b9ebd;
  }
  .faq_block_ans .faq_4way_btn > a:hover > span::after {
    border-color: #fff;
  }
}

.faq_block_ans .faq_4way_mail > span {
  position: relative;
  padding-left: 40px;
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .faq_block_ans .faq_4way_mail > span {
    padding-left: 35px;
  }
}

.faq_block_ans .faq_4way_mail > span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 27px;
  height: 18px;
  background: url(../img/img-common/icon_mail02.png) left center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .faq_block_ans .faq_4way_mail > span::before {
    width: 23px;
    height: 14px;
  }
}

@media screen and (min-width: 992px) {
  .faq_block_ans .faq_4way_mail:hover > span {
    text-decoration: none;
  }
}

/*TEL*/
.faq_block_ans .faq_4way_tel > span {
  position: relative;
  padding-left: 40px;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .faq_block_ans .faq_4way_tel > span {
    font-size: 1.4rem;
    padding-left: 30px;
  }
}

.faq_block_ans .faq_4way_tel > span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 27px;
  height: 18px;
  background: url(../img/img-common/icon_free.png) left center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .faq_block_ans .faq_4way_tel > span::before {
    width: 23px;
    height: 14px;
  }
}

@media screen and (min-width: 992px) {
  .faq_block_ans .faq_4way_tel:hover > span {
    text-decoration: none;
  }
}

/*TELここまで*/
.faq_block_ans .faq_4way_fax > span {
  position: relative;
  padding-left: 40px;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .faq_block_ans .faq_4way_fax > span {
    font-size: 1.4rem;
    padding-left: 30px;
  }
}

.faq_block_ans .faq_4way_fax > span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 28px;
  height: 28px;
  background: url(../img/img-common/icon_fax.png) left center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .faq_block_ans .faq_4way_fax > span::before {
    width: 20px;
    height: 20px;
  }
}

@media screen and (min-width: 992px) {
  .faq_block_ans .faq_4way_fax:hover > span {
    text-decoration: none;
  }
}

.faq_block_link {
  display: flex;
  justify-content: flex-end;
  margin: 30px auto 0;
  text-align: center;
}

.faq_block_link > a {
  font-weight: bold;
  flex-basis: auto;
  color: #1b9ebd;
  border: 1px solid #1b9ebd;
  padding: 15px 20px 15px 25px;
  border-radius: 30px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.faq_block_link > a > span {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1;
  padding-right: 35px;
}

.faq_block_link > a > span::after {
  content: "";
  position: absolute;
  border-right: 2px solid #1b9ebd;
  border-top: 2px solid #1b9ebd;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 8px;
  width: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 992px) {
  .faq_block_link > a > span::after {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .faq_block_link > a:hover {
    color: #fff;
    border-color: #1b9ebd;
    background: #1b9ebd;
  }
  .faq_block_link > a:hover > span::after {
    border-color: #fff;
  }
}

.faq_block_card {
  padding: 20px 0;
}

.faq_block_card dt {
  font-weight: bold;
  margin-bottom: 5px;
}

.faq_block_item .t1 {
  color: #df8590;
}

.faq_block_item .list_no.t1 li {
  color: #df8590;
  font-weight: bold;
}

.faq_block_item .list_caution.--s.t1 li {
  color: #df8590;
}

.faq_block_item .link_pink {
  color: #df8590;
  text-decoration: underline;
  font-weight: bold;
}

.link_pink:hover {
  text-decoration: none;
}

.faq_block_item .link_pink_tel {
  color: #df8590;
  font-weight: bold;
}

/* SP */
@media screen and (max-width: 991px) {
  .faq_block_item {
    border-bottom: 1px solid #dddddd;
    min-height: inherit;
  }
  .faq_block_q {
    font-size: 1.3rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    min-height: inherit;
    position: relative;
    padding: 20px 35px 20px 42px;
    cursor: pointer;
  }
  .faq_block_q::before,
  .faq_block_ans::before {
    width: 30px;
    height: 30px;
  }
  .faq_block_q::after {
    right: 10px;
    width: 10px;
    height: 10px;
  }
  .faq_block_q.is_open::after {
    width: 1px;
    height: 14px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .faq_block_ans {
    font-size: 1.3rem;
    padding: 0 35px 20px 42px;
  }
  .faq_block_ans.--wide {
    padding: 0 10px 20px 42px;
  }
  .faq_block_link {
    margin: 20px auto 0;
  }
}

/*===================================
  
  list

===================================*/
.list_no > li,
.list_no02 > li,
.list_dot > li,
.list_caution > li,
.list_circle > li {
  position: relative;
  padding-left: 1.3em;
}

.list_no.--s > li,
.list_no02.--s > li,
.list_dot.--s > li,
.list_caution.--s > li,
.list_circle.--s > li {
  font-size: 1.4rem;
}

.list_no02 > li,
.list_no03 > li {
  position: relative;
  padding-left: 1.7em;
}

.list_no > li::before,
.list_no02 > li::before,
.list_no03 > li::before,
.list_dot > li::before,
.list_caution > li::before,
.list_circle > li::before,
.list_no02 > li::before {
  position: absolute;
  display: block;
  left: 0;
  font-size: inherit;
}

.list_no > li:nth-child(1)::before {
  content: "1.";
}

.list_no > li:nth-child(2)::before {
  content: "2.";
}

.list_no > li:nth-child(3)::before {
  content: "3.";
}

.list_no > li:nth-child(4)::before {
  content: "4.";
}

.list_no > li:nth-child(5)::before {
  content: "5.";
}

.list_no > li:nth-child(6)::before {
  content: "6.";
}

.list_no > li:nth-child(7)::before {
  content: "7.";
}

.list_no > li:nth-child(8)::before {
  content: "8.";
}

.list_no > li:nth-child(9)::before {
  content: "9.";
}

.list_no > li:nth-child(10)::before {
  content: "10.";
}

.list_no02 > li:nth-child(1)::before {
  content: "[1]";
}

.list_no02 > li:nth-child(2)::before {
  content: "[2]";
}

.list_no02 > li:nth-child(3)::before {
  content: "[3]";
}

.list_no02 > li:nth-child(4)::before {
  content: "[4]";
}

.list_no02 > li:nth-child(5)::before {
  content: "[5]";
}

.list_no02 > li:nth-child(6)::before {
  content: "[6]";
}

.list_no02 > li:nth-child(7)::before {
  content: "[7]";
}

.list_no02 > li:nth-child(8)::before {
  content: "[8]";
}

.list_no02 > li:nth-child(9)::before {
  content: "[9]";
}

.list_no02 > li:nth-child(10) {
  padding-left: 2.2em;
}

.list_no02 > li:nth-child(10)::before {
  content: "[10]";
}

.list_no03 > li:nth-child(1)::before {
  content: "\02460";
}

.list_no03 > li:nth-child(2)::before {
  content: "\02461";
}

.list_no03 > li:nth-child(3)::before {
  content: "\02462";
}

.list_no03 > li:nth-child(4)::before {
  content: "\02463";
}

.list_no03 > li:nth-child(5)::before {
  content: "\02464";
}

.list_dot > li::before {
  content: "・";
}

.list_caution > li::before {
  content: "※";
}

.list_circle > li::before {
  content: "●";
}

@media screen and (max-width: 991px) {
  .list_no.--s > li,
  .list_dot.--s > li,
  .list_caution.--s > li,
  .list_circle.--s > li {
    font-size: 1.2rem;
  }
}

/*===================================
  
  ご利用ガイド

===================================*/
.guideNav ul {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .guideNav ul {
    flex-wrap: wrap;
  }
}

.guideNav ul li {
  width: calc(100% / 5);
}

@media screen and (min-width: 992px) {
  .guideNav ul li:not(:last-child) {
    margin-right: 10px;
  }
}

@media screen and (max-width: 991px) {
  .guideNav ul li {
    width: 47%;
  }
  .guideNav ul li:nth-child(n + 3) {
    margin-top: 5%;
  }
}

.guideNav ul li a {
  background: #fff;
  border: 1px solid #d3d7dd;
  box-shadow: 0 3px 0 0 #d3d7dd;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  height: 100%;
  min-height: 85px;
  border-radius: 5px;
}

.guideNav ul li a > span {
  display: block;
  margin-top: 7px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: bold;
  color: #204359;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 991px) {
  .guideNav ul li a > span {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
}

.guideNav ul li a > img {
  max-width: 40px;
}

.guideFlow {
  padding: 80px 0 70px;
  margin-top: 50px;
}

@media screen and (max-width: 991px) {
  .guideFlow {
    padding: 30px 0 60px;
    margin-top: 30px;
  }
}

.guideFlow .box01 {
  width: 85%;
  margin: 0 auto 50px;
}

@media screen and (max-width: 991px) {
  .guideFlow .box01 {
    width: 100%;
    margin: 0 auto 0;
  }
}

.guideFlow .box01 .block_flow03_item {
  background-color: #f4f4f4;
  position: relative;
  padding: 35px 35px 35px 170px;
  background-position: left 35px center;
  background-repeat: no-repeat;
  background-size: 90px auto;
  min-height: 160px;
}

.guideFlow .box01 .block_flow03_item:nth-child(2n) {
  background-color: #f1f8ff;
}

.guideFlow .box01 .block_flow03_item:nth-child(2n)::after {
  border-color: #f1f8ff transparent transparent transparent !important;
}

.guideFlow .box01 .block_flow03_item:nth-child(1) {
  background-image: url(../img/img-guide/icon_flow01.png);
  z-index: 4;
}

.guideFlow .box01 .block_flow03_item:nth-child(2) {
  background-image: url(../img/img-guide/icon_flow02.png);
  z-index: 3;
}

.guideFlow .box01 .block_flow03_item:nth-child(3) {
  background-image: url(../img/img-guide/icon_flow03.png);
  z-index: 2;
}

.guideFlow .box01 .block_flow03_item:nth-child(4) {
  background-image: url(../img/img-guide/icon_flow04.png);
  z-index: 1;
}

@media screen and (min-width: 992px) {
  .guideFlow .box01 .block_flow03_item:nth-child(4) {
    background-size: 75px auto;
    min-height: 200px;
    background-position: left 50px center;
  }
}

.guideFlow .box01 .block_flow03_item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 55px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 22px 0 22px;
  border-color: #f4f4f4 transparent transparent transparent;
  z-index: 1;
}

.guideFlow .box01 .block_flow03_item dt {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 20px;
}

.guideFlow .box01 .block_flow03_item dd a {
  position: relative;
  padding-left: 30px;
  display: table;
  margin: 20px 0 0 0;
}

@media screen and (max-width: 991px) {
  .guideFlow .box01 .block_flow03_item dd a {
    margin: 15px 0 0 auto;
    padding-left: 25px;
  }
}

.guideFlow .box01 .block_flow03_item dd a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 22px;
  height: 22px;
  background: #f65854;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

@media screen and (max-width: 991px) {
  .guideFlow .box01 .block_flow03_item dd a::before {
    width: 18px;
    height: 18px;
  }
}

.guideFlow .box01 .block_flow03_item dd a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #fff;
}

@media screen and (max-width: 991px) {
  .guideFlow .box01 .block_flow03_item dd a::after {
    left: 7px;
    border-width: 4px 0 4px 6px;
  }
}

.guideFlow .box01 .block_flow03_item dd a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .guideFlow .box01 .block_flow03_item {
    padding: 20px 20px 20px 110px;
    background-position: left 15px center;
    background-repeat: no-repeat;
    background-size: 80px auto;
    min-height: auto;
  }
  .guideFlow .box01 .block_flow03_item:not(:last-child)::after {
    bottom: -18px;
    left: 35px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 18px 0 18px;
    border-color: #f4f4f4 transparent transparent transparent;
    z-index: 1;
  }
  .guideFlow .box01 .block_flow03_item dt {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 5px;
  }
  .guideFlow .box01 .block_flow03_item:nth-child(4) {
    min-height: 160px;
  }
}

@media screen and (max-width: 991px) and (min-width: 992px) {
  .guideFlow .box01 .block_flow03_item:nth-child(4) {
    background-size: 75px auto;
    background-position: left 50px center;
  }
}

@media screen and (max-width: 991px) and (max-width: 991px) {
  .guideFlow .box01 .block_flow03_item:nth-child(4) {
    background-position: left 20px center;
    background-size: 70px auto;
  }
}

.guideAbout .ttl + .t1 {
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .guideAbout .ttl + .t1 {
    margin-bottom: 30px;
  }
}

.guideAbout + .guideAbout {
  margin-top: 100px;
}

@media screen and (max-width: 991px) {
  .guideAbout + .guideAbout {
    margin-top: 60px;
  }
}

.guideAbout-list {
  max-width: 880px;
  margin: auto;
}

.guideAbout-item + .guideAbout-item {
  margin-top: 60px;
}

@media screen and (max-width: 991px) {
  .guideAbout-item + .guideAbout-item {
    margin-top: 35px;
  }
}

.guideAbout-item dt {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #21445b;
  background: #eaeaea;
  padding: 10px 20px;
}

@media screen and (max-width: 991px) {
  .guideAbout-item dt {
    padding: 5px 10px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

.guideAbout-item dt > span {
  font-size: 1.6rem;
  padding-left: 10px;
}

@media screen and (max-width: 991px) {
  .guideAbout-item dt > span {
    font-size: 1.4rem;
  }
}

.guideAbout-item dd {
  padding: 0 20px;
}

@media screen and (max-width: 991px) {
  .guideAbout-item dd {
    padding: 0;
  }
}

.guideAbout-item dd .flex01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (min-width: 992px) {
  .guideAbout-item dd .flex01 p {
    width: 50%;
    padding-right: 30px;
  }
  .guideAbout-item dd .flex01 img {
    width: 50%;
  }
  .guideAbout-item dd .flex01 + .list_caution {
    margin-top: 35px;
  }
}

@media screen and (max-width: 991px) {
  .guideAbout-item dd .flex01 p {
    width: 100%;
  }
  .guideAbout-item dd .flex01 img {
    width: 95%;
    margin: 15px auto 0;
  }
}

@media screen and (max-width: 991px) and (max-width: 991px) {
  .guideAbout-item dd .flex01 img.wid100 {
    width: 100%;
  }
}

.guideAbout-item dd .list_caution {
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .guideAbout-item dd .list_caution {
    margin-top: 15px;
  }
}

.guideAbout-item dd .list_caution li {
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .guideAbout-item dd .list_caution li {
    font-size: 1.2rem;
  }
}

.guideAbout-item dd p + p {
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .guideAbout-item dd p + p {
    margin-top: 15px;
  }
}

.guideAbout-item dd p .co01 {
  font-size: 1.8rem;
  color: #02b2db;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .guideAbout-item dd p .co01 {
    font-size: 1.6rem;
  }
}

.guideAbout-item dd p .co02 {
  font-size: 1.8rem;
  color: #f65854;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .guideAbout-item dd p .co02 {
    font-size: 1.6rem;
  }
}

.guideAbout-item dd .kouza {
  margin: 20px 0 0;
  display: table;
  border-top: 1px dashed #333;
  border-bottom: 1px dashed #333;
  padding: 15px 0;
}

@media screen and (max-width: 991px) {
  .guideAbout-item dd .kouza {
    margin-top: 15px 0 0;
  }
}

@media screen and (max-width: 991px) {
  .guideAbout-item dd .kouza {
    padding: 10px 0;
  }
}

.guideAbout-item dd .link {
  color: #21445b;
}

.guideAbout-tel {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 350px;
  margin: 40px auto 0;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 3px 1px #ccc;
  padding: 15px 0;
}

@media screen and (max-width: 991px) {
  .guideAbout-tel {
    margin: 35px auto 0;
  }
}

.guideAbout-tel .t1 {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1;
  color: #444444;
}

@media screen and (max-width: 991px) {
  .guideAbout-tel .t1 {
    font-size: 1.3rem;
  }
}

.guideAbout-tel .t2 {
  display: flex;
  align-items: center;
}

.guideAbout-tel .t2 img {
  width: 30px;
  margin-right: 15px;
}

@media screen and (max-width: 991px) {
  .guideAbout-tel .t2 img {
    margin-right: 10px;
  }
}

.guideAbout-tel .t2 > span {
  letter-spacing: 0.04em;
  font-weight: bold;
  white-space: nowrap;
  font-size: 2.6rem;
  display: block;
  line-height: 1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
 sans-serif;
  color: #353526;
}

@media screen and (max-width: 991px) {
  .guideAbout-tel .t2 > span {
    font-size: 2rem;
  }
}

.guideAbout-tel .t3 {
  font-size: 1.2rem;
  margin-top: 10px;
  font-weight: bold;
  display: block;
  line-height: 1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
 sans-serif;
  color: #777777;
}

@media screen and (max-width: 991px) {
  .guideAbout-tel .t3 {
    font-size: 1rem;
    letter-spacing: 0.01em;
  }
}

.guideAbout-mail {
  display: flex;
  justify-content: center;
  background: #fff;
  border: 1px solid #60b5e6;
  color: #60b5e6;
  border-radius: 8px;
  font-size: 1.8rem;
  line-height: 1.6;
  padding: 15px;
  margin: 20px auto 0;
  width: 90%;
  max-width: 350px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .guideAbout-mail {
    font-size: 1.6rem;
  }
}

.guideAbout-mail > span {
  position: relative;
  padding-left: 40px;
  margin-left: -15px;
}

@media screen and (max-width: 991px) {
  .guideAbout-mail > span {
    padding-left: 35px;
  }
}

.guideAbout-mail > span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../img/img-common/icon_mail.png) left center no-repeat;
  background-size: contain;
  width: 28px;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .guideAbout-mail > span::before {
    width: 25px;
  }
}

/*===================================
  
  プライバシーポリシー

===================================*/
.privacy_lead {
  padding-top: 50px;
}

.privacy_list {
  margin-top: 60px;
}

.privacy_list p + p {
  margin-top: 30px;
}

/* SP */
@media screen and (max-width: 991px) {
  .privacy_list p + p {
    margin-top: 15px;
  }
}

.privacy_list > dl:not(:last-child) {
  margin-bottom: 30px;
}

.privacy_list {
  margin-top: 60px;
}

.privacy_list .t1 {
  margin-top: 30px;
  text-align: right;
}

.privacy_contact {
  margin-top: 60px;
  line-height: 2;
}

@media screen and (max-width: 991px) {
  .privacy_lead {
    padding-top: 0;
  }
  .privacy_list {
    margin-top: 30px;
  }
  .privacy_list > dl:not(:last-child) {
    margin-bottom: 25px;
  }
  .privacy_contact {
    margin-top: 30px;
  }
  .privacy_list .t1 {
    margin-top: 15px;
  }
}

.privacy_list .tbl {
  max-width: 600px;
  margin-top: 15px;
}

.privacy_list .tbl th {
  background: #00a2de;
  color: #fff;
}

.privacy_list .tbl td {
  text-align: center;
}

.privacy_list .txt-date {
  text-align: right;
  margin-top: 10px;
}


.agreement_lead > b {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .agreement_lead > b {
    font-size: 1.6rem;
  }
}

/*===================================
  
  FAQ

===================================*/
.page_nav {
  padding: 30px 0;
  background: #f4f4f4;
}

.page_nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .page_nav ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.page_nav ul li a {
  background: #fff;
  box-shadow: 0 3px 0 0 #38b6d4;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  min-height: 95px;
  color: #1b9ebd;
  border-radius: 5px;
}

@media screen and (max-width: 991px) {
  .page_nav ul li a {
    min-height: inherit;
    padding: 10px 0 5px;
  }
}

.page_nav ul li a span {
  font-size: 1.7rem;
  font-weight: bold;
  position: relative;
  text-align: left;
  width: 100%;
  line-height: 1.5;
}

@media screen and (min-width: 992px) {
  .page_nav ul li a span {
    padding-left: 95px;
  }
}

@media screen and (max-width: 991px) {
  .page_nav ul li a span {
    padding-top: 45px;
    font-size: 1.3rem;
    text-align: center;
  }
}

.page_nav ul li a span::before {
  content: "";
  position: absolute;
  top: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: url(../img/img-faq/icon_application.png) center center no-repeat;
  background-size: contain;
}

@media screen and (min-width: 992px) {
  .page_nav ul li a span::before {
    left: 30px;
    bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .page_nav ul li a span::before {
    left: 0;
    right: 0;
    top: 0;
    background-position: center top;
  }
}

.page_nav ul li a span.ico_application::before {
  width: 30px;
  height: 38px;
  background-image: url(../img/img-faq/icon_application.png);
}

@media screen and (max-width: 991px) {
  .page_nav ul li a span.ico_application::before {
    width: 25px;
    height: 33px;
  }
}

@media screen and (min-width: 992px) {
  .page_nav ul li a span.icon_delivery {
    padding-left: 110px;
  }
}

.page_nav ul li a span.icon_delivery::before {
  width: 42px;
  height: 35px;
  background-image: url(../img/img-faq/icon_delivery.png);
}

@media screen and (max-width: 991px) {
  .page_nav ul li a span.icon_delivery::before {
    width: 37px;
    height: 30px;
  }
}

.page_nav ul li a span.icon_water {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .page_nav ul li a span.icon_water {
    padding-left: 40px;
  }
}

@media screen and (max-width: 991px) {
  .page_nav ul li a span.icon_water {
    padding-top: 50px;
  }
}

.page_nav ul li a span.icon_water::before {
  width: 27px;
  height: 37px;
  background-image: url(../img/img-faq/icon_water.png);
}

@media screen and (max-width: 991px) {
  .page_nav ul li a span.icon_water::before {
    width: 23px;
    height: 32px;
  }
}

@media screen and (max-width: 991px) {
  .page_nav ul li a span.icon_server {
    padding-top: 62px;
  }
}

.page_nav ul li a span.icon_server::before {
  width: 31px;
  height: 69px;
  background-image: url(../img/img-faq/icon_server.png);
}

@media screen and (max-width: 991px) {
  .page_nav ul li a span.icon_server::before {
    width: 23px;
    height: 61px;
  }
}

@media screen and (min-width: 992px) {
  .page_nav ul li a span.icon_change {
    padding-left: 110px;
  }
}

@media screen and (max-width: 991px) {
  .page_nav ul li a span.icon_change {
    padding-top: 50px;
  }
}

.page_nav ul li a span.icon_change::before {
  width: 53px;
  height: 53px;
  background-image: url(../img/img-faq/icon_change.png);
}

@media screen and (max-width: 991px) {
  .page_nav ul li a span.icon_change::before {
    width: 42px;
    height: 42px;
  }
}

.page_nav ul li a span b {
  display: block;
  font-size: 1.5rem;
}

@media screen and (max-width: 991px) {
  .page_nav ul li a span b {
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 992px) {
  .page_nav ul {
    position: relative;
  }
  .page_nav ul li {
    width: 30%;
  }
  .page_nav ul li:nth-child(n + 4) {
    margin-top: 3%;
  }
  .page_nav ul::after {
    content: "";
    display: block;
    width: 30%;
    height: 0;
  }
}

@media screen and (max-width: 991px) {
  .page_nav ul li {
    width: 48%;
  }
  .page_nav ul li:nth-child(n + 3) {
    margin-top: 4%;
  }
}

/*===================================
  
  プランと料金

===================================*/
.plan2Blk {
  margin-top: 50px;
}

@media screen and (max-width: 991px) {
  .plan2Blk {
    margin-top: 35px;
  }
}

.plan2Blk-item {
  width: 90%;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .plan2Blk-item {
    width: 100%;
  }
}

.plan2Blk-item + .plan2Blk-item {
  margin-top: 50px;
}

@media screen and (max-width: 991px) {
  .plan2Blk-item + .plan2Blk-item {
    margin-top: 35px;
  }
}

.plan2Blk-item .wbox {
  border: 1px solid #b1bdc9;
  border-radius: 8px;
  background: #fff;
  padding: 30px 40px 20px 40px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .plan2Blk-item .wbox {
    padding: 20px 20px 15px 20px;
  }
}

.plan2Blk-item .wbox h3 {
  background: #1775aa;
  font-size: 2.6rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: bold;
  color: #fff;
  margin-bottom: 25px;
  padding: 8px 25px 7px;
  text-align: center;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 991px) {
  .plan2Blk-item .wbox h3 {
    font-size: 1.8rem;
    padding: 10px 15px;
  }
}

.plan2Blk-item .wbox img {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .plan2Blk-item .wbox img {
    margin: 0 auto 15px;
  }
}

.plan2Blk-item .wbox .tbl_bd {
  width: 95%;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .plan2Blk-item .wbox .tbl_bd {
    width: 100%;
  }
}

.plan2Blk-item .wbox .tbl_bd th {
  color: #104261;
  font-weight: 500;
  border-bottom: 1px solid #00cfff;
}

@media screen and (max-width: 991px) {
  .plan2Blk-item .wbox .tbl_bd th {
    font-size: 1.4rem;
  }
}

.plan2Blk-item .wbox .tbl_bd th span {
  display: block;
  font-size: 1.3rem;
}

@media screen and (max-width: 991px) {
  .plan2Blk-item .wbox .tbl_bd th span {
    font-size: 1.1rem;
    letter-spacing: 0.01em;
  }
}

.plan2Blk-item .wbox .tbl_bd td {
  border-width: 1px;
}

@media screen and (max-width: 991px) {
  .plan2Blk-item .wbox .tbl_bd td {
    font-size: 1.3rem;
  }
}

.plan2Blk-item .wbox .tbl_bd th,
.plan2Blk-item .wbox .tbl_bd td {
  padding: 25px 15px;
  vertical-align: top;
}

@media screen and (max-width: 991px) {
  .plan2Blk-item .wbox .tbl_bd th,
  .plan2Blk-item .wbox .tbl_bd td {
    padding: 10px 5px;
  }
}

.plan2Blk-item .wbox .tbl_bd tr:last-child th,
.plan2Blk-item .wbox .tbl_bd tr:last-child td {
  border-bottom: none;
}

.plan2Blk-caution {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
}

.plan2Blk-caution ul {
  display: table;
  width: 70%;
}

@media screen and (max-width: 991px) {
  .plan2Blk-caution ul {
    width: 100%;
  }
}

.plan2Blk-caution ul li {
  font-size: 1.4rem;
  color: #444444;
}

.plan2Blk-caution ul li + li {
  margin-top: 5px;
}

@media screen and (max-width: 991px) {
  .plan2Blk-caution ul li {
    font-size: 1.1rem;
  }
}

.plan2Blk-hikaku {
  margin-top: 60px;
}

@media screen and (max-width: 991px) {
  .plan2Blk-hikaku {
    margin-top: 40px;
  }
}

.plan2Blk-hikaku h3 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #444;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .plan2Blk-hikaku h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}

.plan2Blk-hikaku .img01 {
  display: table;
  margin: 0 auto;
}

.plan2Blk-hikaku .img02 {
  display: table;
  margin: auto;
  margin-bottom: 50px;
}

.plan2Blk-hikaku .img01 .txt,
.plan2Blk-hikaku .img02 .txt {
  text-align: left;
  margin-bottom: 5px;
  color: #07a2de;
  font-size: 2.2rem;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .plan2Blk-hikaku .img01 {
    margin-bottom: 10px;
  }
  .plan2Blk-hikaku .img02 {
    margin-bottom: 30px;
  }
  .plan2Blk-hikaku .img01 .txt,
  .plan2Blk-hikaku .img02 .txt {
    margin-bottom: 5px;
    font-size: 1.7rem;
  }
}

.plan2Blk-hikaku .box01 img {
  display: block;
  margin: 0 auto 20px;
  max-width: 100px;
}

@media screen and (max-width: 991px) {
  .plan2Blk-hikaku .box01 img {
    max-width: 70px;
    margin: 0 auto 15px;
  }
}

.plan2Blk-hikaku .box01 p {
  text-align: center;
  line-height: 1.4;
}

.plan2Blk-hikaku .box01 p .t1 {
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 2.2rem;
}

@media screen and (max-width: 991px) {
  .plan2Blk-hikaku .box01 p .t1 {
    font-size: 1.8rem;
  }
}

.plan2Blk-hikaku .box01 p .t2 {
  font-weight: 700;
  font-size: 2.6rem;
}

@media screen and (max-width: 991px) {
  .plan2Blk-hikaku .box01 p .t2 {
    font-size: 2.2rem;
  }
}

.plan2Blk-hikaku .box01 p .t3 {
  font-weight: 700;
  font-size: 3.5rem;
  color: #f75955;
  position: relative;
}

@media screen and (max-width: 991px) {
  .plan2Blk-hikaku .box01 p .t3 {
    font-size: 2.5rem;
  }
}

.optBlk-item + .optBlk-item {
  margin-top: 60px;
}

@media screen and (max-width: 991px) {
  .optBlk-item + .optBlk-item {
    margin-top: 30px;
  }
}

.optBlk-item h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #60b5e6;
  padding: 7px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 991px) {
  .optBlk-item h3 {
    padding: 10px;
  }
}

.optBlk-item h3 > span {
  background: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  color: #60b5e6;
  padding: 7px 15px;
  border-radius: 20px;
  margin-right: 15px;
}

@media screen and (max-width: 991px) {
  .optBlk-item h3 > span {
    font-size: 1.3rem;
    margin-right: 10px;
  }
}

.optBlk-item h3 > b {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .optBlk-item h3 > b {
    font-size: 1.8rem;
  }
}

.optBlk-item .wbox {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #fff;
  padding: 30px 10px 50px;
}

@media screen and (max-width: 991px) {
  .optBlk-item .wbox {
    padding: 10px 15px 20px;
  }
}

.optBlk-item .wbox .t1 {
  text-align: center;
}

.optBlk-item .wbox .t1 b {
  font-size: 2.4rem;
  font-weight: 700;
  color: #02b2db;
}

@media screen and (max-width: 991px) {
  .optBlk-item .wbox .t1 {
    text-align: left;
    font-size: 1.3rem;
  }
  .optBlk-item .wbox .t1 b {
    font-size: 1.8rem;
    display: block;
    text-align: center;
    line-height: 1.6;
    padding-top: 5px;
  }
}

.optBlk-item .wbox .t1 + .t2 {
  margin-top: 8px;
}

.optBlk-item .wbox .t2 {
  width: 90%;
  display: flex;
  justify-content: flex-end;
  font-size: 1.6rem;
}

@media screen and (max-width: 991px) {
  .optBlk-item .wbox .t2 {
    width: 100%;
    font-size: 1.3rem;
  }
}

.optBlk-item .wbox .t2 > b {
  font-weight: 700;
  color: #ff4343;
}

.optBlk-item .wbox .t2 > span {
  color: #444444;
}

.optBlk-item .wbox .box01 {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .optBlk-item .wbox .box01 dl {
    position: relative;
    padding-left: 90px;
  }
  .optBlk-item .wbox .box01 dl::before {
    content: "";
    position: absolute;
    top: 0;
    left: 70px;
    border-left: 1px dashed #787878;
    width: 1px;
    height: 100%;
  }
}

.optBlk-item .wbox .box01 dl dt {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .optBlk-item .wbox .box01 dl dt {
    margin-bottom: 5px;
    align-items: flex-start;
  }
}

.optBlk-item .wbox .box01 dl dt img {
  height: 65px;
  margin: 0 auto 20px;
}

@media screen and (max-width: 991px) {
  .optBlk-item .wbox .box01 dl dt img {
    position: absolute;
    left: 10px;
    width: 40px;
    height: auto;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .optBlk-item .wbox .box01 dl dt img.opt02 {
    left: 5px;
    width: 55px;
  }
}

.optBlk-item .wbox .box01 dl dt > span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3em;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .optBlk-item .wbox .box01 dl dt > span {
    justify-content: flex-start;
    text-align: left;
    font-size: 1.3rem;
    height: auto;
  }
}

.optBlk-item .wbox .box01 dl dd p {
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .optBlk-item .wbox .box01 dl dd p {
    line-height: 1.5;
    font-size: 1.3rem;
  }
}

.optBlk-item .wbox .box01 dl dd .list_caution {
  margin-top: 10px;
}

.optBlk-item .wbox .box01 dl dd .list_caution li {
  font-size: 1.2rem;
}

@media screen and (min-width: 992px) {
  .optBlk-item .wbox .box01 {
    position: relative;
  }
  .optBlk-item .wbox .box01 .item {
    width: 33.3333%;
    padding: 0 30px;
  }
  .optBlk-item .wbox .box01 .item:nth-child(2) {
    border-left: 1px dashed #131313;
    border-right: 1px dashed #131313;
  }
}

@media screen and (max-width: 991px) {
  .optBlk-item .wbox .box01 .item {
    width: 100%;
  }
  .optBlk-item .wbox .box01 .item:not(:last-child) {
    margin-bottom: 25px;
  }
}
.optBlk-item .wbox .opt01{
    text-align: center;
    margin: 30px 0 5px;
}
.optBlk-item .wbox .opt02{
    text-align:center;
}
@media screen and (min-width: 992px) {
  .anotherPlan .ttl {
    font-size: 3.2rem;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .anotherPlan .ttl {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

/*===================================
  
  サーバー詳細

===================================*/
.serverLead {
  padding: 50px 0 80px;
}

@media screen and (max-width: 991px) {
  .serverLead {
    padding: 30px 0 50px;
  }
}

.serverLead-ttl {
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 1.8rem;
  color: #104261;
  font-weight: bold;
  margin-bottom: 20px;
}

.serverLead .flex01 {
  display: flex;
}

@media screen and (max-width: 991px) {
  .serverLead .flex01 {
    flex-direction: column-reverse;
  }
}

.serverLead .flex01 > .item {
  width: 50%;
}

@media screen and (max-width: 991px) {
  .serverLead .flex01 > .item {
    width: 100%;
  }
  .serverLead .flex01 > .item:nth-child(1) {
    margin-top: 20px;
  }
}

.serverLead .flex01 > .item:nth-child(2) {
  display: flex;
  justify-content: center;
}

.serverLead-txt {
  width: 75%;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .serverLead-txt {
    width: 100%;
  }
}

.serverLead-txt .t1 {
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width: 991px) {
  .serverLead-txt .t1 {
    font-size: 1.4rem;
  }
}

.serverLead-txt .list_caution {
  margin-top: 35px;
}

@media screen and (max-width: 991px) {
  .serverLead-txt .list_caution {
    margin-top: 10px;
  }
}

.serverLead-txt .list_caution li {
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .serverLead-txt .list_caution li {
    font-size: 1.2rem;
  }
}

.serverLead-images {
  display: flex;
  justify-content: center;
}

.serverLead-images li {
  position: relative;
  padding-bottom: 2em;
}

.serverLead-images li > span {

  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  text-align: center;
  white-space: nowrap;
}

.serverLead-images li + li {
  margin-left: 10px;
}

@media screen and (max-width: 991px) {
  .serverLead-images li {
    padding-bottom: 1.5em;
  }
  .serverLead-images li > span {
    font-size: 1.2rem;
  }
}

.serverLead .flex02 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.serverLead .flex02 > .item + .item {
  margin-left: 20px;
}

.serverLead .flex02 > .item > div {
  margin-top: auto;
  text-align: center;
  font-weight: 700;
  margin-top: 10px;
}

.serverLead .box01 {
  text-align: center;
  margin: 35px auto 0;
  position: relative;
  /*padding-top: 50px;*/
  display: table;
}

@media screen and (max-width: 991px) {
  .serverLead .box01 {
    margin: 30px 0 0;
    /*padding-top: 30px;*/
    display: block;
  }
}

.serverLead .box01 p {
  margin-top: 25px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .serverLead .box01 p {
    text-align: left;
    margin-top: 15px;
  }
}

.serverLead .box01 .icon-colors {
  position: absolute;
  left: 50px;
  top: 0;
  z-index: 1;
  max-width: 90px;
}

@media screen and (max-width: 991px) {
  .serverLead .box01 .icon-colors {
    left: 6%;
    max-width: 60px;
  }
}

.serverLead .box01 .js_slider {
  max-width: 620px;
  margin: auto;
  width: 100%;
  opacity: 0;
}

.serverLead .box01 .js_slider.slick-initialized {
  opacity: 1;
}

.serverLead .box01 .slider_nav {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.serverLead .box01 .slider_nav_main {
  position: relative;
}

.serverLead .box01 .slider_nav .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.serverLead .box01 .slider_nav .slick-prev {
  margin-right: 50px;
}

@media screen and (max-width: 991px) {
  .serverLead .box01 .slider_nav .slick-prev {
    margin-right: 25px;
  }
}

.serverLead .box01 .slider_nav .slick-next {
  margin-left: 50px;
}

@media screen and (max-width: 991px) {
  .serverLead .box01 .slider_nav .slick-next {
    margin-left: 25px;
  }
}

.serverLead .box01 .slider_nav .slick-dots {
  padding: 0;
}

.serverLead .box01 .slider_nav .slick-dots > li {
  display: inline-block;
  margin: 0 10px;
}

@media screen and (max-width: 991px) {
  .serverLead .box01 .slider_nav .slick-dots > li {
    margin: 0 6px;
  }
}

.serverLead .box01 .slider_nav .slick-dots button {
  padding: 0;
  border: none;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #bbbbbb;
  color: transparent;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .serverLead .box01 .slider_nav .slick-dots button {
    width: 10px;
    height: 10px;
  }
}

.serverLead .box01 .slider_nav .slick-dots .slick-active button {
  background-color: #00b2f7;
}

.serverLead .box01 .slick-prev {
  right: 100%;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  width: 20px;
  height: 20px;
}

.serverLead .box01 .slick-prev::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 13px;
  width: 20px;
  height: 20px;
  border-top: 3px solid #00b2f7;
  border-right: 3px solid #00b2f7;
  transform: rotate(-135deg);
}

@media screen and (max-width: 991px) {
  .serverLead .box01 .slick-prev::after {
    width: 14px;
    height: 14px;
  }
}

.serverLead .box01 .slick-next {
  left: 100%;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  width: 20px;
  height: 20px;
}

.serverLead .box01 .slick-next::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 13px;
  width: 20px;
  height: 20px;
  border-top: 3px solid #00b2f7;
  border-right: 3px solid #00b2f7;
  transform: rotate(45deg);
}

@media screen and (max-width: 991px) {
  .serverLead .box01 .slick-next::after {
    width: 14px;
    height: 14px;
  }
}

.serverFeature .inner {
  position: relative;
  z-index: 1;
}

.serverFeature-list {
  margin: 10px 0 0;
}

@media screen and (max-width: 991px) {
  .serverFeature-list {
    margin: 10px 0 0;
  }
}

.serverFeature-item {
  background: #fff;
  padding: 50px 35px 50px 70px;
  position: relative;
}

.serverFeature-item::before {
  content: "";
  position: absolute;
  top: -33px;
  left: 15px;
  margin: auto;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 69px;
  height: 69px;
}

@media screen and (max-width: 991px) {
  .serverFeature-item::before {
    width: 50px;
    height: 50px;
    top: -28px;
    left: 0px;
  }
}

@media screen and (max-width: 991px) {
  .serverFeature-item {
    padding: 50px 15px 35px;
  }
}

.serverFeature-item + .serverFeature-item {
  margin-top: 80px;
}

@media screen and (max-width: 991px) {
  .serverFeature-item + .serverFeature-item {
    margin-top: 50px;
  }
}

.serverFeature-item .icon {
  position: absolute;
  right: 35px;
  top: -25px;
  max-width: 108px;
}

@media screen and (max-width: 991px) {
  .serverFeature-item .icon {
    max-width: 90px;
    right: 15px;
  }
}

.serverFeature-item .t1 {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .serverFeature-item .t1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.6;
    margin-bottom: 20px;
    padding-left: 15px;
  }
}

.serverFeature-item .t1 > span {
  font-size: 2.6rem;
  font-weight: bold;
  color: #07a2de;
}

@media screen and (max-width: 991px) {
  .serverFeature-item .t1 > span {
    font-size: 1.8rem;
  }
}

.serverFeature-item .t1 > b {
  padding-left: 15px;
  font-size: 2.8rem;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .serverFeature-item .t1 > b {
    padding-left: 0;
    font-size: 2rem;
  }
}

.serverFeature-item .t2 {
  color: #ff4141;
}

.serverFeature-item .flex {
  display: flex;
}

@media screen and (max-width: 991px) {
  .serverFeature-item .flex {
    flex-direction: column;
  }
}

@media screen and (min-width: 992px) {
  .serverFeature-item .flex .item {
    width: 50%;
  }
  .serverFeature-item .flex .item:nth-child(1) {
    padding-right: 70px;
  }
}

@media screen and (max-width: 991px) {
  .serverFeature-item .flex .item:nth-child(2) {
    margin: 20px auto 0;
    width: 90%;
  }
}

.serverFeature-item .flex .item dt {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .serverFeature-item .flex .item dt {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}

.serverFeature .no01::before {
  background-image: url(../img/img-common/txt_icon01.png);
}

.serverFeature.--smartplus .no01 .flex .item:nth-child(2) {
  padding-top: 30px;
}

@media screen and (max-width: 991px) {
  .serverFeature.--smartplus .no01 .flex .item:nth-child(2) {
    padding-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .serverFeature.--stylish .no01 .flex .item:nth-child(1) img {
    width: 90%;
    margin: auto;
    display: block;
  }
}

.serverFeature .no02::before {
  background-image: url(../img/img-common/txt_icon02.png);
}

@media screen and (max-width: 991px) {
  .serverFeature.--stylish .no02 .flex .item:nth-child(1) img {
    width: 90%;
    margin: auto;
    display: block;
  }
}

.serverFeature .no03::before {
  background-image: url(../img/img-common/txt_icon03.png);
}

@media screen and (max-width: 991px) {
  .serverFeature.--smartplus .no03 .flex .item:nth-child(1) img {
    width: 90%;
    margin: auto;
    display: block;
  }
}

.serverFeature .no04::before {
  background-image: url(../img/img-common/txt_icon04.png);
}

@media screen and (max-width: 991px) {
  .serverFeature.--smartplus .no04 .flex .item:nth-child(1) img {
    width: 90%;
    margin: auto;
    display: block;
  }
}

.serverFeature .no05::before {
  background-image: url(../img/img-common/txt_icon05.png);
}

@media screen and (max-width: 991px) {
  .serverFeature.--smartplus .no05 .flex .item:nth-child(1) img {
    width: 90%;
    margin: auto;
    display: block;
  }
}

.serverFeature .no06::before {
  background-image: url(../img/img-common/txt_icon06.png);
}

@media screen and (max-width: 991px) {
  .serverFeature.--smartplus .no06 .flex .item:nth-child(1) img {
    width: 90%;
    margin: auto;
    display: block;
  }
}

.serverFeature .no07::before {
  background-image: url(../img/img-common/txt_icon07.png);
}

@media screen and (max-width: 991px) {
  .serverFeature.--smartplus .no07 .flex .item:nth-child(1) img {
    width: 90%;
    margin: auto;
    display: block;
  }
}

.specBlk + .bg-w {
  padding-top: 0;
}

@media screen and (max-width: 991px) {
  .specBlk + .bg-w {
    padding-top: 15px;
  }
}

.specBlk-tbl {
  max-width: 800px;
  margin: 0 auto;
}

.specBlk-tbl + .specBlk-tbl {
  margin-top: 50px;
}

@media screen and (max-width: 991px) {
  .specBlk-tbl + .specBlk-tbl {
    margin-top: 35px;
  }
}

@media screen and (min-width: 992px) {
  .specBlk-tbl .tbl_bd th {
    width: 30%;
  }
}

.specBlk-tbl h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #01b1db;
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .specBlk-tbl h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}

/*===================================
  
  ブログ

===================================*/
.blogList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .blogList {
    justify-content: space-between;
  }
}

.blogList .item {
  border-radius: 8px;
  overflow: hidden;
  background: #f3f2f2;
}

.blogList .item .txt {
  padding: 8px 10px;
  font-size: 1.3rem;
}

.blogList .item .txt p {
  font-size: 1.3rem;
  line-height: 1.6;
  padding-bottom: 10px;
}

.blogList .item .txt .cat {
  color: #39a6e5;
  display: table;
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .blogList .item .txt .cat {
    font-size: 1rem;
  }
}

.blogList .item .image {
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .blogList .item .image img {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}

@media screen and (min-width: 992px) {
  .blogList .item:hover .image img {
    transform: scale(1.1, 1.1);
  }
}

@media screen and (min-width: 992px) {
  .blogList {
    position: relative;
  }
  .blogList .item {
    width: calc(100% / 4 - 26.25px);
    margin-right: 35px;
  }
  .blogList .item:nth-child(4n) {
    margin-right: 0;
  }
  .blogList .item:nth-child(n + 5) {
    margin-top: 35px;
  }
}

@media screen and (max-width: 991px) {
  .blogList .item {
    width: 48%;
  }
  .blogList .item:nth-child(n + 3) {
    margin-top: 5%;
  }
  .page-blog_list .blogList .item:nth-child(n + 7) {
    display: none;
  }
}

.blogSlider .js_blog_slider {
  opacity: 0;
}

.blogSlider .js_blog_slider.slick-initialized {
  opacity: 1;
}

.blogSlider .item {
  background: #6b99b3;
  margin: 0 10px;
  overflow: hidden;
  border-radius: 10px;
}

.blogSlider .item .image {
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .blogSlider .item .image img {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}

.blogSlider .item p {
  padding: 15px 20px;
  color: #fff;
  line-height: 1.5;
}

@media screen and (min-width: 992px) {
  .blogSlider .item:hover .image img {
    transform: scale(1.1, 1.1);
  }
}

.blogSlider .slider_nav {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.blogSlider .slider_nav_main {
  position: relative;
}

.blogSlider .slider_nav .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blogSlider .slider_nav .slick-prev {
  margin-right: 50px;
}

@media screen and (max-width: 991px) {
  .blogSlider .slider_nav .slick-prev {
    margin-right: 25px;
  }
}

.blogSlider .slider_nav .slick-next {
  margin-left: 50px;
}

@media screen and (max-width: 991px) {
  .blogSlider .slider_nav .slick-next {
    margin-left: 25px;
  }
}

.blogSlider .slider_nav .slick-dots {
  padding: 0;
}

.blogSlider .slider_nav .slick-dots > li {
  display: inline-block;
  margin: 0 10px;
}

@media screen and (max-width: 991px) {
  .blogSlider .slider_nav .slick-dots > li {
    margin: 0 6px;
  }
}

.blogSlider .slider_nav .slick-dots button {
  padding: 0;
  border: none;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #bbbbbb;
  color: transparent;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .blogSlider .slider_nav .slick-dots button {
    width: 10px;
    height: 10px;
  }
}

.blogSlider .slider_nav .slick-dots .slick-active button {
  background-color: #00b2f7;
}

.blogSlider .slick-prev {
  right: 100%;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  width: 20px;
  height: 20px;
}

.blogSlider .slick-prev::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 13px;
  width: 20px;
  height: 20px;
  border-top: 3px solid #00b2f7;
  border-right: 3px solid #00b2f7;
  transform: rotate(-135deg);
}

@media screen and (max-width: 991px) {
  .blogSlider .slick-prev::after {
    width: 14px;
    height: 14px;
  }
}

.blogSlider .slick-next {
  left: 100%;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  width: 20px;
  height: 20px;
}

.blogSlider .slick-next::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 13px;
  width: 20px;
  height: 20px;
  border-top: 3px solid #00b2f7;
  border-right: 3px solid #00b2f7;
  transform: rotate(45deg);
}

@media screen and (max-width: 991px) {
  .blogSlider .slick-next::after {
    width: 14px;
    height: 14px;
  }
}

.catList {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .catList {
    flex-wrap: wrap;
    position: relative;
  }
}

.catList .item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.catList .item .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 15px;
  font-size: 1.4rem;
  height: 4em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  background: rgba(45, 68, 81, 0.8);
}

@media screen and (max-width: 991px) {
  .catList .item .txt {
    font-size: 1.1rem;
    padding: 0 10px;
    letter-spacing: 0.01em;
    line-height: 1.2;
    height: 3.6em;
  }
}

@media screen and (min-width: 992px) {
  .catList .item .image img {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}

@media screen and (min-width: 992px) {
  .catList .item {
    width: calc(100% / 4);
  }
  .catList .item + .item {
    margin-left: 12px;
  }
}

@media screen and (max-width: 991px) {
  .catList .item {
    width: 47%;
  }
  .catList .item:nth-child(n + 3) {
    margin-top: 6%;
  }
}

@media screen and (min-width: 992px) {
  .catList .item:hover .image img {
    transform: scale(1.1, 1.1);
  }
  .catList .item:hover .t1 {
    text-decoration: underline;
  }
}

.rankingList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  counter-reset: number 0;
}

.rankingList .item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.rankingList .item .image {
  width: 40%;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .rankingList .item .image img {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}

.rankingList .item .image::before {
  counter-increment: number 1;
  content: counter(number);
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background: #00b0da;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.rankingList .item .txt {
  width: 60%;
  padding-left: 20px;
}

.rankingList .item .txt p {
  font-size: 1.3rem;
  color: #1e4258;
  line-height: 1.5;
  font-weight: 700;
}

.rankingList .item .txt .cat {
  margin-top: 10px;
}

.rankingList .item .txt .cat > ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-end;
}

.rankingList .item .txt .cat > ul li {
  background: #91d5e5;
  color: #fff;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 50px;
  letter-spacing: 0.01em;
  display: table;
  font-size: 1.3rem;
}

@media screen and (max-width: 991px) {
  .rankingList .item .txt .cat > ul li {
    font-size: 1rem;
    letter-spacing: -0.01em;
  }
}

.rankingList .item .txt .cat > ul li + li {
  margin: 5px 0 0 0;
}

@media screen and (max-width: 991px) {
  .rankingList .item .txt .cat > ul li + li {
    margin: 5px 0 0 0;
  }
}

@media screen and (min-width: 992px) {
  .rankingList .item:hover .image img {
    transform: scale(1.1, 1.1);
  }
  .rankingList .item:hover .t1 {
    text-decoration: underline;
  }
}

@media screen and (min-width: 992px) {
  .rankingList .item {
    width: 47.5%;
  }
  .rankingList .item:nth-child(n + 3) {
    margin-top: 3%;
  }
}

@media screen and (max-width: 991px) {
  .rankingList .item {
    width: 100%;
  }
  .rankingList .item:not(:last-child) {
    margin-bottom: 25px;
  }
}

.blog-info {
  margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .blog-info {
    margin-bottom: 20px;
  }
}

.blog-info > ul {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 991px) {
  .blog-info > ul {
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media screen and (max-width: 991px) {
  .blog-info > ul > li {
    font-size: 1.2rem;
  }
}

.blog-info > ul > li.date {
  position: relative;
  padding-left: 30px;
  color: #666666;
}

@media screen and (max-width: 991px) {
  .blog-info > ul > li.date {
    padding-left: 25px;
    width: 11em;
  }
}

.blog-info > ul > li.date::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../img/img-blog/icon_calendar.png) left center no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 991px) {
  .blog-info > ul > li.date::before {
    width: 17px;
    height: 17px;
  }
}

.blog-info > ul > li.cat {
  margin-left: 25px;
}

@media screen and (max-width: 991px) {
  .blog-info > ul > li.cat {
    margin-left: 0;
    width: calc(100% - 11em);
  }
}

.blog-info > ul > li.cat > ul {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .blog-info > ul > li.cat > ul {
    flex-direction: column;
    align-items: flex-end;
  }
}

.blog-info > ul > li.cat > ul li {
  background: #000;
  color: #fff;
  line-height: 1;
  padding: 4px 15px 5px;
  border-radius: 50px;
}

@media screen and (max-width: 991px) {
  .blog-info > ul > li.cat > ul li {
    padding: 5px 10px;
    font-size: 1rem;
    letter-spacing: -0.01em;
  }
}

.blog-info > ul > li.cat > ul li + li {
  margin-left: 5px;
}

@media screen and (max-width: 991px) {
  .blog-info > ul > li.cat > ul li + li {
    margin: 5px 0 0 0;
  }
}

.article-mv {
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .article-mv {
    margin-bottom: 20px;
  }
}

.article-content h2 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 30px;
  background: #60b5e6;
  padding: 7px 15px;
  line-height: 1.5;
  /*border-radius: 8px;*/
  color: #fff;
  margin-top: 70px;
}

@media screen and (max-width: 991px) {
  .article-content h2 {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 20px;
    margin-top: 30px;
  }
}

.article-content h2 + h3 {
  margin-top: 0;
}

.article-content h3 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 60px;
  margin-bottom: 25px;
  padding-bottom: 10px;
  color: #1e4258;
  border-bottom: 1px solid #1e4258;
}

.article-content h3 + img {
  margin-top: 0;
}

@media screen and (max-width: 991px) {
  .article-content h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    margin-top: 40px;
  }
}

.article-content img + p {
  margin-top: 25px;
}

@media screen and (max-width: 991px) {
  .article-content img + p {
    margin-top: 20px;
  }
}

.article-content p + p {
  margin-top: 25px;
}

@media screen and (max-width: 991px) {
  .article-content p + p {
    margin-top: 20px;
  }
}

.article-content .qa {
  background: #ffffcc;
  padding: 25px 45px 30px;
  color: #444444;
  margin: 35px 0;
}

@media screen and (max-width: 991px) {
  .article-content .qa {
    margin: 20px 0;
  }
}

.article-content .qa dt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px dashed #444444;
}

@media screen and (max-width: 991px) {
  .article-content .qa dt {
    font-size: 1.4rem;
  }
}

.article-content .info {
  background: #f6f6f6;
  padding: 30px 45px 35px;
  margin: 35px 0 0;
}

@media screen and (max-width: 991px) {
  .article-content .info {
    padding: 20px;
    margin: 20px 0 0;
  }
}

.article-content .info > dt {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 25px;
  padding-bottom: 13px;
  text-align: center;
  color: #53b3e9;
  position: relative;
}

@media screen and (max-width: 991px) {
  .article-content .info > dt {
    font-size: 1.5rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
}

.article-content .info > dt::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 18px;
  height: 3px;
  background: #53b3e9;
}

@media screen and (max-width: 991px) {
  .article-content .info > dt::before {
    width: 16px;
    height: 2px;
  }
}

.article-content .info > dd {
  width: 95%;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .article-content .info > dd {
    width: 100%;
  }
}

.article-content .info > dd > .item {
  display: flex;
  align-items: flex-start;
}

.article-content .info > dd > .item + .item {
  margin-top: 15px;
}

.article-content .info > dd > .item dt {
  background: #fff;
  color: #53b3e9;
  border-radius: 20px;
  padding: 0 15px;
  font-size: 1.5rem;
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  .article-content .info > dd > .item dt {
    font-size: 1.3rem;
    padding: 0 10px;
  }
}

.article-content .info > dd > .item dd {
  font-size: 1.5rem;
  margin-left: 20px;
  color: #444444;
}

@media screen and (max-width: 991px) {
  .article-content .info > dd > .item dd {
    font-size: 1.3rem;
    margin-left: 10px;
  }
}

.article-content .info > dd > .item dd a {
  color: #444444;
}

.article-content a {
  text-decoration: underline;
  color: #0000ff;
  word-break: break-all;
}

.article-content .qa a {
  color: #333333;
}

.article-content a[target="_blank"] {
  position: relative;
  padding-right: 25px;
}

.article-content a:hover {
  text-decoration: none;
}

.article-content a[target="_blank"]::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  background: url(../img/img-common/icon_outer.png) left center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .article-content a[target="_blank"]::after {
    width: 14px;
    height: 14px;
    margin-left: 7px;
  }
}

.article-content iframe {
  width: 100%;
  max-height: 400px;
}

@media screen and (max-width: 991px) {
  .article-content iframe {
    width: 100%;
    max-height: 300px;
  }
}

.article-content img {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .article-content img {
    margin-top: 25px;
  }
}

.article-content ul li {
  position: relative;
  padding-left: 18px;
}

.article-content ul li::before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0.7em;
  font-size: inherit;
  background: #60b5e6;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.article-content ol {
  counter-reset: number 0;
}

.article-content ol li {
  position: relative;
  padding-left: 2em;
}

.article-content ol li::before {
  counter-increment: number 1;
  content: "0" counter(number) ".";
  position: absolute;
  display: block;
  left: 0;
  color: #60b5e6;
  font-weight: 700;
}

.article-content ol li:nth-of-type(9) ~ li::before {
  content: counter(number) ".";
}

.article-content table {
  margin: 40px 0;
  padding: 0px;
  width: 100%;
  border-top: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  word-wrap: break-word;
  white-space: normal;
}

.article-content table th,
.article-content table td {
  vertical-align: middle;
  border-bottom: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  padding: 20px 10px;
  line-height: 1.4;
  text-align: center;
}

.article-content table th {
  background: #e5e5e5;
  font-weight: 600;
}

.profileBox h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #444444;
}

.profileBox-main {
  border: 5px solid #f0f0f0;
  display: flex;
  justify-content: space-between;
  padding: 25px;
}

.profileBox-main .item:nth-child(1) {
  width: 20%;
}

.profileBox-main .item:nth-child(2) {
  width: 80%;
  padding-left: 25px;
}

.profileBox-main .item dl dt {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #3399d4;
}

.profileBox-main .item dl dd p {
  font-size: 1.3rem;
}

@media screen and (max-width: 991px) {
  .profileBox h2 {
    font-size: 1.7rem;
    margin-bottom: 7px;
  }
  .profileBox-main {
    border: 3px solid #f0f0f0;
    padding: 15px;
  }
  .profileBox-main .item:nth-child(1) {
    width: 25%;
  }
  .profileBox-main .item:nth-child(2) {
    width: 75%;
    padding-left: 15px;
  }
  .profileBox-main .item dl dt {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  .profileBox-main .item dl dd p {
    font-size: 1.2rem;
  }
}

.lpInfo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #000;
  padding-top: 50px;
}

.lpInfo .item a::after {
  content: none !important;
}

#colum_info {
  padding: 50px 0 25px;
}

#colum_info a{
  display: block;
  padding: 0!important;
}

#colum_info .lpInfo {
  border-bottom: 1px solid #000;
  padding-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .lpInfo {
    padding-top: 20px;
  }
  #colum_info {
    padding: 35px 0 10px;
  }
  #colum_info .lpInfo {
    padding-bottom: 25px;
  }
}

@media screen and (min-width: 992px) {
  .lpInfo .item {
    width: 40%;
  }
  .lpInfo .item:nth-child(1) {
    width: 55%;
  }
  .lpInfo .item:nth-child(n + 3) {
    margin-top: 4%;
  }
}

@media screen and (max-width: 991px) {
  .lpInfo .item {
    width: 100%;
  }
  .lpInfo .item:not(:last-child) {
    margin-bottom: 25px;
  }
}

.lpInfo dl dt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #1e4258;
}

@media screen and (max-width: 991px) {
  .lpInfo dl dt {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

.review {
  background: #91d5e5 !important;
}


.column {
  background: #83d5ca !important;
}

.attempt {
  background: #91c0e5 !important;
}

.support {
  background: #e5afae !important;
}

/*===================================
  
  キャンペーン

===================================*/
.campaign_lead {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .campaign_lead {
    font-size: 1.5rem;
  }
}

.campaignList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.campaignList .item {
  background: #f3f2f2;
}

.campaignList .item p {
  padding: 15px;
  font-size: 1.5rem;
}

@media screen and (max-width: 991px) {
  .campaignList .item p {
    font-size: 1.4rem;
  }
}

.campaignList .item .image {
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .campaignList .item .image img {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}

@media screen and (min-width: 992px) {
  .campaignList .item:hover .image img {
    transform: scale(1.1, 1.1);
  }
  .campaignList .item:hover .t1 {
    text-decoration: underline;
  }
}

@media screen and (min-width: 992px) {
  .campaignList {
    position: relative;
  }
  .campaignList .item {
    width: 31%;
  }
  .campaignList .item:nth-child(n + 4) {
    margin-top: 3.5%;
  }
  .campaignList::after {
    content: "";
    display: block;
    width: 31%;
    height: 0;
  }
}

@media screen and (max-width: 991px) {
  .campaignList .item {
    width: 100%;
  }
  .campaignList .item:not(:last-child) {
    margin-bottom: 25px;
  }
}

.campaignWrap .inner {
  max-width: 800px;
}

.campaignWrap h1 {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  color: #1e4258;
  padding-top: 25px;
}

@media screen and (max-width: 991px) {
  .campaignWrap h1 {
    padding-top: 20px;
    font-size: 2rem;
    text-align: left;
    margin-bottom: 30px;
  }
}

.campaignMv {
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .campaignMv {
    margin-bottom: 30px;
  }
}

.campaignMv p {
  font-size: 2.2rem;
  font-weight: 700;
  margin-top: 15px;
}

@media screen and (max-width: 991px) {
  .campaignMv p {
    font-size: 1.6rem;
  }
}

.campaignDetail {
  padding-bottom: 120px;
  max-width: 560px;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .campaignDetail {
    padding-bottom: 60px;
  }
}

.campaignDetail h2 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .campaignDetail h2 {
    font-size: 1.9rem;
  }
}

.campaignDetail h2 > b {
  color: #00a2ff;
}

.campaignDetail img + p {
  margin-top: 15px;
}

@media screen and (max-width: 991px) {
  .campaignDetail img + p {
    margin-top: 10px;
  }
}

.campaignDetail p + p {
  margin-top: 25px;
}

@media screen and (max-width: 991px) {
  .campaignDetail p + p {
    margin-top: 20px;
  }
}

.campaignDetail section + section {
  margin-top: 50px;
}

@media screen and (max-width: 991px) {
  .campaignDetail section + section {
    margin-top: 30px;
  }
}

/*===================================
  
  トップ

===================================*/
.top-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .top-ttl {
    margin-bottom: 35px;
  }
}

.top-ttl > div {
  font-size: 3.5rem;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  letter-spacing: 0.2em;
  text-align: center;
  padding-bottom: 15px;
  color: #204359;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .top-ttl > div {
    font-size: 2.3rem;
    padding-bottom: 7px;
  }
}

.top-ttl > b {
  font-size: 1.6rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .top-ttl > b {
    font-size: 1.2rem;
  }
}

.topMv {
  height: 80vh;
  position: relative;
  background: #ffffff;
  margin: -30px auto 0;
}

@media screen and (max-width: 991px) {
  .topMv {
    height: 600px;
  }
}

.topMv-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.topMv .inner {
  height: 100%;
}

@media screen and (max-width: 991px) {
  .topMv .inner {
    padding: 0;
  }
}

.topMv-main {
  position: relative;
  height: 100%;
  z-index: 1;
}

.topMv-main .t1 {
  position: absolute;
  left: -50px;
  top: 10%;
}

@media screen and (max-width: 991px) {
  .topMv-main .t1 {
    left: 0;
    width: 70%;
    top: 20%;
  }
}

.topMv-main .t2 {
  position: absolute;
  right: 0;
  bottom: 10%;
}

@media screen and (max-width: 991px) {
  .topMv-main .t2 {
    width: 55%;
    right: 6%;
    bottom: 14%;
  }
}

.topMv-server {
  margin: auto;
  position: absolute;
  left: 10%;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 50%;
}

@media screen and (max-width: 991px) {
  .topMv-server {
    bottom: 5%;
    height: 45%;
  }
}

.topMv-server img {
  height: 100%;
}

.topMv-slide {
  width: 100%;
  height: 80vh;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 991px) {
  .topMv-slide {
    height: 600px;
  }
}

.topMv-slide li {
  opacity: 0;
  transition: opacity 1s;
}

.topMv-slide li.active {
  opacity: 1;
}

.topMv-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 991px) {
  .topMv-img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    position: absolute;
    top: 0;
  }
}

@keyframes fade_slider {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale(1.17);
    z-index: 2;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fade_slider {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.17);
    z-index: 2;
  }
  100% {
    opacity: 0;
  }
}

.topCampaign {
  position: relative;
  padding: 60px 0 120px;
}

@media screen and (max-width: 991px) {
  .topCampaign {
    padding: 10px 0 90px;
  }
}

.topCampaign .inner {
  position: relative;
  z-index: 1;
}

.topCampaign::after {
  background-image: url(../img/img-common/wave_w.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 201px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -70px;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .topCampaign::after {
    background-image: url(../img/img-common/wave_w_sp.png);
    height: 100px;
  }
}

.topCampaign-list {
  max-width: 1130px;
  margin: auto;
  padding: 0 50px;
}

@media screen and (max-width: 991px) {
  .topCampaign-list {
    padding: 0 30px;
    overflow: hidden;
  }
}

@media screen and (min-width: 992px) {
  .topCampaign-list ul {
    display: flex;
  }
  .topCampaign-list ul li {
    margin: 0 25px;
  }
}

@media screen and (max-width: 991px) {
  .topCampaign-list ul li {
    margin: 0 10px;
  }
}

.topCampaign-list ul li a {
  overflow: hidden;
  display: block;
}

@media screen and (min-width: 992px) {
  .topCampaign-list ul li a img {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}

@media screen and (min-width: 992px) {
  .topCampaign-list ul li a:hover img {
    transform: scale(1.1, 1.1);
  }
}

@media screen and (max-width: 991px) {
  .topCampaign-list .slick-list {
    overflow: inherit;
  }
}

.topCampaign-list .js_cp_slider {
  margin: auto;
  width: 100%;
  opacity: 0;
}

.topCampaign-list .js_cp_slider.slick-initialized {
  opacity: 1;
}

.topCampaign-list .slider_nav {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .topCampaign-list .slider_nav {
    margin-top: 20px;
  }
}

.topCampaign-list .slider_nav_main {
  position: relative;
}

.topCampaign-list .slider_nav .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.topCampaign-list .slider_nav .slick-prev {
  margin-right: 50px;
}

@media screen and (max-width: 991px) {
  .topCampaign-list .slider_nav .slick-prev {
    margin-right: 25px;
  }
}

.topCampaign-list .slider_nav .slick-next {
  margin-left: 50px;
}

@media screen and (max-width: 991px) {
  .topCampaign-list .slider_nav .slick-next {
    margin-left: 25px;
  }
}

.topCampaign-list .slider_nav .slick-dots {
  padding: 0;
}

.topCampaign-list .slider_nav .slick-dots > li {
  display: inline-block;
  margin: 0 10px;
}

@media screen and (max-width: 991px) {
  .topCampaign-list .slider_nav .slick-dots > li {
    margin: 0 6px;
  }
}

.topCampaign-list .slider_nav .slick-dots button {
  padding: 0;
  border: none;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #bbbbbb;
  color: transparent;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .topCampaign-list .slider_nav .slick-dots button {
    width: 10px;
    height: 10px;
  }
}

.topCampaign-list .slider_nav .slick-dots .slick-active button {
  background-color: #00b2f7;
}

.topCampaign-list .slick-prev {
  right: 100%;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  width: 20px;
  height: 20px;
}

.topCampaign-list .slick-prev::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 13px;
  width: 20px;
  height: 20px;
  border-top: 3px solid #00b2f7;
  border-right: 3px solid #00b2f7;
  transform: rotate(-135deg);
}

@media screen and (max-width: 991px) {
  .topCampaign-list .slick-prev::after {
    width: 14px;
    height: 14px;
  }
}

.topCampaign-list .slick-next {
  left: 100%;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  width: 20px;
  height: 20px;
}

.topCampaign-list .slick-next::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 13px;
  width: 20px;
  height: 20px;
  border-top: 3px solid #00b2f7;
  border-right: 3px solid #00b2f7;
  transform: rotate(45deg);
}

@media screen and (max-width: 991px) {
  .topCampaign-list .slick-next::after {
    width: 14px;
    height: 14px;
  }
}

.topPrice {
  padding: 50px 0 70px;
  background: #fbf8f4;
  position: relative;
}

@media screen and (max-width: 991px) {
  .topPrice {
    padding: 0 0 50px;
  }
}

.topPrice .wrap {
  position: relative;
  z-index: 2;
}

.topPrice::after {
  background-image: url(../img/img-common/wave_beige.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 201px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -70px;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .topPrice::after {
    background-image: url(../img/img-common/wave_beige_sp.png);
    height: 100px;
    top: -50px;
  }
}

.topPrice .top-ttl > div {
  font-size: 2.8rem;
  font-weight: normal;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .topPrice .top-ttl > div {
    font-size: 1.8rem;
  }
}

.topPrice .top-ttl .t1 {
  color: #2ca1e4;
  font-weight: bold;
}

.topPrice .top-ttl .t1 > span {
  font-size: 4.2rem;
}

@media screen and (max-width: 991px) {
  .topPrice .top-ttl .t1 > span {
    font-size: 2.5rem;
  }
}

.topPrice .top-ttl .t2 {
  color: #f75955;
  font-weight: bold;
}

.topPrice .img01 {
  text-align: center;
}

.topNatural {
  padding: 100px 0 120px;
}

@media screen and (max-width: 991px) {
  .topNatural {
    padding: 50px 0 60px;
  }
}

.topNatural-mv {
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .topNatural-mv {
    margin-bottom: 20px;
  }
}

.topNatural .t1 {
  font-size: 1.8rem;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .topNatural .t1 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 991px) and (max-width: 991px) {
  .topNatural .t1 {
    margin-bottom: 20px;
  }
}

.topNatural .t1 > b > span {
  color: #4babe2;
}

.topNatural .t2 {
  text-align: center;
  padding-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .topNatural .t2 {
    text-align: left;
    width: 90%;
    margin: auto;
    padding-bottom: 0;
  }
}

.topServer {
  padding: 30px 0 120px;
}

@media screen and (max-width: 991px) {
  .topServer {
    padding: 20px 0 50px;
  }
}

.topServer-lead {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .topServer-lead {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}

.topServer-lead > span {
  font-weight: bold;
  color: #f66662;
}

.topServer-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.topServer-flex .item {
  width: 48%;
  background: #fff;
  box-shadow: 0px 0px 6px 3px #eee;
  border-radius: 10px;
  padding: 30px 45px;
}

@media screen and (max-width: 991px) {
  .topServer-flex .item {
    padding: 15px;
  }
}

.topServer-flex .item:nth-child(n + 3) {
  margin-top: 4%;
}

.topServer-flex .item.--no01 {
  position: relative;
}

.topServer-flex .item.--no01::after {
  content: "";
  position: absolute;
  top: -20px;
  left: 30px;
  margin: auto;
  background: url(../img/img-index/no01.png) left top no-repeat;
  background-size: contain;
  width: 82px;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .topServer-flex .item.--no01::after {
    width: 60px;
    left: -10px;
  }
}

.topServer-flex .item dl {
  padding-top: 25px;
}

.topServer-flex .item dl dt {
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #1f4359;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .topServer-flex .item dl dt {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}

.topServer-flex .item dl dd p {
  font-size: 1.4rem;
  margin-bottom: 15px;
  min-height: 5em;
}

@media screen and (max-width: 991px) {
  .topServer-flex .item dl dd p {
    font-size: 1.2rem;
    min-height: inherit;
    margin-bottom: 10px;
  }
}

.topServer-colors {
  display: flex;
  justify-content: flex-end;
}

.topServer-colors li {
  max-width: 22px;
}

@media screen and (max-width: 991px) {
  .topServer-colors li {
    max-width: 18px;
  }
}

.topServer-colors li + li {
  margin-left: 10px;
}

@media screen and (max-width: 991px) {
  .topServer-colors li + li {
    margin-left: 7px;
  }
}

.topServer-img {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 250px;
}

@media screen and (max-width: 991px) {
  .topServer-img {
    height: 150px;
  }
}

.topServer-img img {
  height: 100%;
  width: auto;
  max-width: inherit;
}

.topFeature {
  padding: 100px 0 0;
  position: relative;
  background: url(../img/img-index/bg_reason.png) center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .topFeature {
    padding: 50px 0 0;
  }
}

@media screen and (max-width: 991px) {
  .topFeature .top-ttl {
    margin-bottom: 10px;
  }
}

.topFeature-list {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto 30px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .topFeature-list {
    width: 100%;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 991px) {
  .topFeature-list li {
    width: 49%;
  }
}

.topFeature-list li:nth-child(1) {
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .topFeature-list li:nth-child(1) {
    margin-top: 0;
  }
}

.topFeature-list li:nth-child(2) {
  margin-top: 100px;
}

@media screen and (max-width: 991px) {
  .topFeature-list li:nth-child(2) {
    margin-top: 50px;
  }
}

@media screen and (max-width: 991px) {
  .topFeature-list li:nth-child(3) {
    margin-top: -30px;
  }
}

@media screen and (max-width: 991px) {
  .topFeature-slider {
    margin-top: -35px;
  }
}

@media screen and (max-width: 991px) {
  .topFeature-slider ul li {
    width: 150px;
  }
}

.topFeature-slider ul li + li {
  margin-left: 15px;
}

.topKidsplan {
  padding: 130px 0 60px;
}

@media screen and (max-width: 991px) {
  .topKidsplan {
    padding: 60px 0 0;
  }
}

.topKidsplan-mv {
  margin-bottom: 30px;
}

.topKidsplan .t1 {
  font-size: 1.8rem;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .topKidsplan .t1 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}

.topKidsplan .t1 > b {
  color: #4cabe2;
}

.topKidsplan .t2 {
  text-align: center;
  padding-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .topKidsplan .t2 {
    text-align: left;
    width: 90%;
    margin: auto;
    padding-bottom: 0;
  }
}

.topReview {
  padding: 60px 0 130px;
}

@media screen and (max-width: 991px) {
  .topReview {
    padding: 60px 0 90px;
  }
}

.topReview-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .topReview-items {
    width: 90%;
    margin: auto;
  }
}

.topReview-items .item {
  border-radius: 10px;
  background: #f3f2f2;
  overflow: hidden;
}

.topReview-items .item .image {
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .topReview-items .item .image img {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}

@media screen and (min-width: 992px) {
  .topReview-items .item:hover .image img {
    transform: scale(1.1, 1.1);
  }
}

.topReview-items .item p {
  color: #1e4258;
  padding: 12px 25px 15px;
  font-size: 1.5rem;
  line-height: 1.4;
}

@media screen and (max-width: 991px) {
  .topReview-items .item p {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 992px) {
  .topReview-items {
    position: relative;
  }
  .topReview-items .item {
    width: 31%;
  }
  .topReview-items .item:nth-child(n + 4) {
    margin-top: 3.5%;
  }
  .topReview-items::after {
    content: "";
    display: block;
    width: 31%;
    height: 0;
  }
}

@media screen and (max-width: 991px) {
  .topReview-items .item {
    width: 100%;
  }
  .topReview-items .item:not(:last-child) {
    margin-bottom: 25px;
  }
}

.topFaq {
  padding: 60px 0 70px;
  position: relative;
  background: #fbf8f4;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .topFaq {
    padding: 20px 0;
  }
}

.topFaq .wrap {
  position: relative;
  z-index: 2;
}

.topFaq::before {
  background-image: url(../img/img-common/wave_beige.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 201px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -70px;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .topFaq::before {
    background-image: url(../img/img-common/wave_beige_sp.png);
    height: 100px;
    top: -50px;
  }
}

.topFaq::after {
  background-image: url(../img/img-common/wave_beige.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 201px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: -70px;
  width: 100%;
  z-index: 0;
  transform: rotate(-180deg);
}

@media screen and (max-width: 991px) {
  .topFaq::after {
    background-image: url(../img/img-common/wave_beige_sp.png);
    height: 100px;
    bottom: -50px;
  }
}

.topFaq .qabox {
  padding-top: 30px;
}

@media screen and (max-width: 991px) {
  .topFaq .qabox {
    padding-top: 10px;
  }
}

.topFaq .qabox .js_ac_box {
  height: 0;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  visibility: hidden;
  overflow: hidden;
}

.topFaq .qabox .is_open + .js_ac_box {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.topFaq .qabox .list_ac_item {
  border-radius: 7px;
  overflow: hidden;
}

.topFaq .qabox .list_ac_item:not(:first-child) {
  margin-top: 30px;
}

.topFaq .qabox .list_ac_link {
  position: relative;
  font-weight: bold;
  padding: 25px 70px 25px 70px;
  cursor: pointer;
  background: #fff url(../img/img-index/icon_q.png) no-repeat left 20px center;
  background-size: 35px auto;
  color: #1f4359;
  font-size: 1.8rem;
}

.topFaq .qabox .list_ac_link::before,
.topFaq .qabox .list_ac_link::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #929292;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 25px;
  width: 20px;
  height: 4px;
}

.topFaq .qabox .list_ac_link::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: all 0.4s ease;
}

.topFaq .qabox .list_ac_link.is_open::after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.topFaq .qabox .list_ac_main {
  padding: 10px 70px 30px 70px;
  background: #fff url(../img/img-index/icon_a.png) no-repeat left 20px top 10px;
  background-size: 30px auto;
}

@media screen and (max-width: 991px) {
  .topFaq .qabox .list_ac_item:not(:first-child) {
    margin-top: 20px;
  }
  .topFaq .qabox .list_ac_link {
    font-size: 1.5rem;
    padding: 15px 40px 15px 55px;
    background-size: 25px auto;
    background-position: left 15px center;
    line-height: 1.5;
  }
  .topFaq .qabox .list_ac_link::before,
  .topFaq .qabox .list_ac_link::after {
    right: 15px;
    width: 15px;
    height: 3px;
  }
  .topFaq .qabox .list_ac_main {
    padding: 0 40px 20px 55px;
    background-size: 25px auto;
    background-position: left 15px top 2px;
  }
}

.topCompany {
  padding: 130px 0;
  position: relative;
  background: url(../img/img-index/bg_company.png) center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .topCompany {
    padding: 80px 0;
  }
}

.topCompany .top-ttl > b {
  color: #fff;
}

.topCompany .top-ttl > div {
  color: #fff;
}

.topCompany-lead {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .topCompany-lead {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

.topCompany .t1 {
  max-width: 680px;
  margin: auto;
}

.topCompany .t1 p {
  color: #fff;
}

.topCompany .t1 p + p {
  margin-top: 60px;
}

@media screen and (max-width: 991px) {
  .topCompany .t1 {
    max-width: 80%;
  }
  .topCompany .t1 p {
    font-size: 1.3rem;
  }
  .topCompany .t1 p + p {
    margin-top: 20px;
  }
}

.topNews {
  padding: 60px 0 80px;
  position: relative;
  background: #fbf8f4;
}

@media screen and (max-width: 991px) {
  .topNews {
    padding: 15px 0;
  }
}

.topNews .wrap {
  position: relative;
  z-index: 2;
}

.topNews::before {
  background-image: url(../img/img-common/wave_beige.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 201px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -70px;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .topNews::before {
    background-image: url(../img/img-common/wave_beige_sp.png);
    height: 100px;
    top: -50px;
  }
}

.topNews::after {
  background-image: url(../img/img-common/wave_beige.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 201px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: -70px;
  width: 100%;
  z-index: 0;
  transform: rotate(-180deg);
}

@media screen and (max-width: 991px) {
  .topNews::after {
    background-image: url(../img/img-common/wave_beige_sp.png);
    height: 100px;
    bottom: -50px;
  }
}

.topNews-list {
  max-width: 880px;
  margin: auto;
}

.topNews-list .item {
  padding: 20px 0;
  border-bottom: 1px solid #dfd9d0;
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 991px) {
  .topNews-list .item {
    padding: 10px 0;
    flex-wrap: wrap;
  }
}

.topNews-list .item .date {
  width: 8em;
  color: #204359;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
 sans-serif;
}

@media screen and (max-width: 991px) {
  .topNews-list .item .date {
    width: 100%;
  }
}

.topNews-list .item .t1 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
 sans-serif;
  font-weight: bold;
}

.topNews-list .item:hover .t1 {
  text-decoration: underline;
}

.topBnr {
  padding: 100px 0 60px;
}

@media screen and (max-width: 991px) {
  .topBnr {
    padding: 80px 0 0;
  }
}

.topBnr-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.topBnr-list li {
  width: 49%;
  max-width: 460px;
}

@media screen and (min-width: 992px) {
  .topBnr-list li:nth-child(n+3) {
    margin-top: 4%;
  }
}

@media screen and (max-width: 991px) {
  .topBnr-list li {
    width: 100%;
  }
  .topBnr-list li + li {
    margin-top: 20px;
  }
  .topBnr-list li:nth-child(3) {
    margin-top: 30px;
  }
}

.topBlog {
  padding: 100px 0;
}

@media screen and (max-width: 991px) {
  .topBlog {
    padding: 70px 0;
  }
}

.topBlog-lead {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 60px;
  text-align: center;
  color: #444444;
}

@media screen and (max-width: 991px) {
  .topBlog-lead {
    text-align: left;
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}

.topBlog-list {
  display: flex;
  justify-content: flex-start;
}

@media screen and (max-width: 991px) {
  .topBlog-list {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.topBlog-list .item {
  width: 23%;
}

@media screen and (min-width: 992px) {
  .topBlog-list .item:not(:last-child) {
    margin-right: 2.666666666666667%;
  }
}

@media screen and (max-width: 991px) {
  .topBlog-list .item {
    width: 47%;
  }
  .topBlog-list .item:nth-child(n + 3) {
    margin-top: 7%;
  }
}

.topBlog-list .item .cat {
  margin: 15px 0 10px;
}

.topBlog-list .item .cat > ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
}

.topBlog-list .item .cat > ul li {
  background: #91d5e5;
  color: #fff;
  line-height: 1;
  padding: 4px 10px 6px;
  border-radius: 50px;
  display: table;
  font-size: 1.3rem;
  letter-spacing: -0.1em;
}

@media screen and (max-width: 991px) {
  .topBlog-list .item .cat > ul li {
    font-size: 1.0rem;
  }
}

.topBlog-list .item .cat > ul li + li {
  margin: 5px 0 0 0;
}

@media screen and (max-width: 991px) {
  .topBlog-list .item .cat > ul li + li {
    margin: 5px 0 0 0;
  }
}

.topBlog-list .item .t1 {
  font-size: 1.5rem;
}

@media screen and (max-width: 991px) {
  .topBlog-list .item .t1 {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}

.topBlog-list .item .image {
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .topBlog-list .item .image img {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}

@media screen and (min-width: 992px) {
  .topBlog-list .item:hover .image img {
    transform: scale(1.1, 1.1);
  }
  .topBlog-list .item:hover .t1 {
    text-decoration: underline;
  }
}

/*===================================
  
  ページトップ

===================================*/
.pagetop {
  position: fixed;
  bottom: 50px;
  right: 30px;
  transition: opacity 1s;
  opacity: 0;
  cursor: pointer;
  z-index: 99;
}

.pagetop.is_active {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .pagetop {
    width: 10px;
    bottom: 75px;
    right: 10px;
  }
}

.sns_block {
  width: 100%;
  margin: 100px auto 0;
  padding: 0 !important;
  display: flex;
  max-width: 670px;
}

.sns_block li {
  display: block;
  width: 25%;
}

.sns_block li.line {
  background: #00b900;
}

.sns_block li a {
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
  padding: 3% 0;
  text-decoration: none;
  font-size: 1.4rem;
}

.sns_block li a:hover {
  opacity: 0.8;
}

.sns_block li.twitter {
  background: #55acee;
}

.sns_block li.twitter .label {
  padding: 0;
  font-weight: normal;
}

.sns_block li.facebook {
  background: #3a5795;
}

.sns_block li.line {
  background: #00b900;
}

.sns_block li.hatebu {
  background: #00a5de;
}

.sns_block li.hatebu .fa-hatena {
  zoom: 1;
  vertical-align: middle;
  padding-right: 4%;
}

@media screen and (max-width: 991px) {
  .sns_block {
    flex-wrap: wrap;
    width: 88%;
    margin: 50px auto 0;
  }
  .sns_block li {
    width: 50%;
  }
}

.blogbox {
  display: flex;
  flex-wrap: wrap;
  margin: 70px auto 0;
  justify-content: flex-end;
}

@media screen and (max-width: 991px) {
  .blogbox {
    margin: 50px auto 0;
  }
}

.blogbox .tag {
  width: 60%;
}

@media screen and (max-width: 991px) {
  .blogbox .tag {
    width: 100%;
  }
}

.blogbox .tags {
  width: 70%;
  margin: 0 0 0 auto;
  text-align: right;
}

@media screen and (max-width: 991px) {
  .blogbox .tags {
    width: 100%;
  }
}

.blogbox .tags li {
  margin: 0 0.5em 1em 0;
  display: inline-block;
}

.blogbox .tags li a {
  color: #00008c;
  padding: 5px 10px 4px;
  background: #fff;
}

@media screen and (max-width: 991px) {
  .blogbox .tags li a {
    font-size: 1.3rem;
  }
}

.blogbox .tags li a:hover {
  text-decoration: underline;
}

.blogbox .tags li a::before {
  display: inline;
  content: "#";
}

/*===================================
  
  キッズプラン

===================================*/
.kidsMv {
  background: #ecf2f9;
  margin-top: -30px;
  padding: 50px 0 0;
  position: relative;
}

@media screen and (max-width: 991px) {
  .kidsMv {
    padding: 20px 0 0;
  }
}

.kidsMv::after {
  background-image: url(../img/img-kidsplan/wave01.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 204px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: -70px;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .kidsMv::after {
    content: none;
  }
}

.kidsMv .inner {
  max-width: 1152px;
}

@media screen and (max-width: 991px) {
  .kidsMv .inner {
    padding: 0;
  }
}

.kidsMv .wrap {
  position: relative;
  z-index: 2;
}

.kidsMv img {
  margin-bottom: -70px;
}

.kidsBlk01 {
  background: #f7f5f2;
  padding: 100px 0 70px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .kidsBlk01 {
    padding: 70px 0 50px;
  }
}

.kidsBlk01 .inner {
  max-width: 1000px;
}

.kidsBlk01 .btn-arrow {
  max-width: 340px;
  background: #f75955;
  border: 2px solid #f75955;
  box-shadow: 0px 0px 5px 3px #ddd;
  margin-top: 40px;
}

@media screen and (min-width: 992px) {
  .kidsBlk01 .btn-arrow:hover {
    background: #fff;
    color: #f75955;
  }
  .kidsBlk01 .btn-arrow:hover::after, .kidsBlk01 .btn-arrow:hover::before {
    background: #f75955;
  }
}


@media screen and (max-width: 991px) {
  .kidsBlk01 .btn-arrow {
    max-width: 100％;
    margin-top: 30px;
  }
}

.kidsBlk02 {
  padding: 0 0 70px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .kidsBlk02 {
    padding: 0 0 10px;
  }
}

.kidsBlk02::after {
  background-image: url(../img/img-kidsplan/bg_arrow.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 204px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: -70px;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .kidsBlk02::after {
    background-image: url(../img/img-kidsplan/bg_arrow_sp.png);
    height: 100px;
    bottom: -50px;
  }
}

.kidsBlk02 .wrap {
  position: relative;
  z-index: 2;
}

.kidsBlk02 .box01 {
  margin-top: -30px;
  text-align: center;
  position: relative;
}

.kidsBlk02 .box02 {
  height: 622px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

@media screen and (min-width: 992px) {
  .kidsBlk02 .box02 img {
    max-width: inherit;
    height: 100%;
    width: auto;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
  }
}

.kidsBlk02 .box02 .inner {
  max-width: 1246px;
}

.kidsBlk02 .box03 {
  max-width: 1000px;
  margin: 50px auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .kidsBlk02 .box03 {
    margin: 30px auto;
  }
}

.kidsBlk02 .box03 .wrap {
  position: relative;
  z-index: 2;
}

.kidsBlk02 .box03::after {
  content: "";
  position: absolute;
  top: -210px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/img-kidsplan/bg01.png) center top no-repeat;
  background-size: contain;
  width: 963px;
  height: 855px;
}

@media screen and (max-width: 991px) {
  .kidsBlk02 .box03::after {
    background-image: url(../img/img-kidsplan/bg01_sp.png);
    width: 100%;
    height: 100%;
    background-size: 100%;
    top: -130px;
  }
}

.kidsBlk02 .box03 ul {
  max-width: 460px;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .kidsBlk02 .box03 ul {
    padding: 0 6%;
  }
}

.kidsBlk02 .box03 ul li {
  text-align: center;
}

.kidsBlk02 .box03 ul li:nth-child(1) {
  margin-bottom: 30px;
}

.kidsBlk02 .box03 ul li:nth-child(2) {
  margin-bottom: 20px;
}

.kidsBlk02 .box04 {
  position: relative;
  z-index: 3;
}

.kidsBlk02 .box04 .inner {
  max-width: 980px;
}

.kidsBlk02 .box04 .flex {
  background: #ecf7fd;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.kidsBlk02 .box04 .flex .item {
  width: 50%;
  padding: 35px;
}

@media screen and (max-width: 991px) {
  .kidsBlk02 .box04 .flex .item {
    width: 100%;
    padding: 20px;
  }
}

.kidsBlk02 .box04 .flex .item dl dt {
  background: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 20px;
  padding: 5px;
  line-height: 1.5;
  border-radius: 20px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .kidsBlk02 .box04 .flex .item dl dt {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}

.kidsBlk02 .box04 .flex .item dl dd p {
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .kidsBlk02 .box04 .flex .item dl dd p {
    font-size: 1.3rem;
  }
}

.kidsBlk02 .box05 {
  margin: -15px auto 0;
  text-align: center;
  position: relative;
  z-index: 3;
  max-width: 550px;
}

.kidsBlk03 {
  position: relative;
  padding: 50px 0 70px;
}

@media screen and (max-width: 991px) {
  .kidsBlk03 {
    padding: 30px 0 0;
  }
}

.kidsBlk03::after {
  content: "";
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/img-kidsplan/bg01.png) center top no-repeat;
  background-size: contain;
  width: 963px;
  height: 855px;
}

@media screen and (max-width: 991px) {
  .kidsBlk03::after {
    background-image: url(../img/img-kidsplan/bg01_sp.png);
    width: 100%;
    height: 100%;
    background-size: 100%;
    top: -50px;
  }
}

.kidsBlk03 .wrap {
  position: relative;
  z-index: 2;
}

.kidsBlk03 .box01 {
  text-align: center;
  max-width: 580px;
  margin: auto;
  z-index: 3;
  position: relative;
}

.kidsBlk03 .box01 .img01 {
  max-width: 500px;
  margin-bottom: 35px;
}

@media screen and (max-width: 991px) {
  .kidsBlk03 .box01 .img01 {
    width: 100%;
    margin-bottom: 20px;
  }
}

.kidsBlk03 .box01 .t1 {
  text-align: left;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .kidsBlk03 .box01 .t1 {
    width: 90%;
    margin: 0 auto 15px;
  }
}

.kidsBlk03 .box01 .t2 {
  text-align: left;
  font-size: 1.5rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .kidsBlk03 .box01 .t2 {
    font-size: 1.1rem;
    width: 90%;
    margin: 0 auto 10px;
  }
}

.kidsBlk04 {
  position: relative;
  padding: 50px 0 150px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .kidsBlk04 {
    padding: 50px 0 100px;
  }
}

.kidsBlk04 .wrap {
  position: relative;
  z-index: 2;
}

.kidsBlk04::after {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/img-kidsplan/bg02.png) center top no-repeat;
  background-size: contain;
  width: 1279px;
  height: 855px;
}

@media screen and (max-width: 991px) {
  .kidsBlk04::after {
    background-image: url(../img/img-kidsplan/bg02_sp.png);
    width: 100%;
    height: 100%;
    background-size: 100%;
    top: 70px;
  }
}

.kidsBlk04 .box01 {
  text-align: center;
  margin-bottom: 20px;
}

.kidsBlk04 .box02 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .kidsBlk04 .box02 {
    flex-direction: column;
  }
}

@media screen and (min-width: 992px) {
  .kidsBlk04 .box02 .item:nth-child(1) {
    width: 55%;
    padding-right: 70px;
  }
  .kidsBlk04 .box02 .item:nth-child(2) {
    width: 45%;
    padding-right: 20px;
  }
}

@media screen and (max-width: 991px) {
  .kidsBlk04 .box02 .item + .item {
    margin-top: 20px;
  }
}

.kidsBlk04 .box02 .t1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
  background: linear-gradient(transparent 60%, #f7f5f2 60%);
  display: table;
}

@media screen and (max-width: 991px) {
  .kidsBlk04 .box02 .t1 {
    font-size: 1.7rem;
    line-height: 1.6;
    margin: 0 auto 10px;
  }
}

.kidsBlk04 .box02 .t1 > span {
  color: #02b2db;
}

.kidsBlk04 .box02 .t2 + .t3 {
  margin-top: 30px;
}

.kidsBlk04 .box02 .t2 + .list_caution {
  margin: 15px 0 0;
}

@media screen and (max-width: 991px) {
  .kidsBlk04 .box02 .t2 + .list_caution {
    margin: 10px 0 0;
  }
}

.kidsBlk04 .box02 .t2 + .list_caution li {
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .kidsBlk04 .box02 .t2 + .list_caution li {
    font-size: 1.2rem;
  }
}

.kidsBlk04 .box02 .t2 > b {
  font-weight: 700;
}

.kidsBlk04 .box02 .t2 > span {
  color: #ff0000;
}

.kidsBlk04 .box02 .t3 {
  background: #fff;
  padding: 20px 30px;
  margin: 30px 0 20px;
}

@media screen and (max-width: 991px) {
  .kidsBlk04 .box02 .t3 {
    margin-bottom: 15px;
  }
}

.kidsBlk04 .box02 .t3 dt {
  font-size: 1.8rem;
  font-weight: 500;
  color: #204359;
  margin-bottom: 15px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .kidsBlk04 .box02 .t3 dt {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
}

.kidsBlk04 .box02 .t3 dd {
  font-size: 1.5rem;
}

@media screen and (max-width: 991px) {
  .kidsBlk04 .box02 .t3 dd {
    font-size: 1.2rem;
  }
}

.kidsBlk04 .box02 .list_caution {
  display: flex;
  justify-content: flex-end;
}

.kidsBlk04 .box03 {
  text-align: center;
}

.kidsBlk05 {
  background: #ecf2f9;
  position: relative;
  padding: 50px 0;
}

@media screen and (max-width: 991px) {
  .kidsBlk05 {
    padding: 50px 0 30px;
  }
}

.kidsBlk05::before {
  background-image: url(../img/img-kidsplan/wave02.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 204px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -70px;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .kidsBlk05::before {
    background-image: url(../img/img-kidsplan/wave02_sp.png);
    height: 100px;
    top: -50px;
  }
}

.kidsBlk05::after {
  background-image: url(../img/img-kidsplan/wave02.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 204px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: -70px;
  width: 100%;
  z-index: 1;
  transform: rotate(180deg);
}

@media screen and (max-width: 991px) {
  .kidsBlk05::after {
    background-image: url(../img/img-kidsplan/wave02_sp.png);
    height: 100px;
    bottom: -50px;
  }
}

.kidsBlk05 .wrap {
  position: relative;
  z-index: 2;
}

.kidsBlk05 .box01 {
  margin: -100px auto 70px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .kidsBlk05 .box01 {
    margin: -100px auto 30px;
  }
}

.kidsBlk05 .box02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.kidsBlk05 .box02 .item p {
  width: 80%;
  margin: auto;
}

@media screen and (min-width: 992px) {
  .kidsBlk05 .box02 .item {
    width: 48%;
    position: relative;
  }
  .kidsBlk05 .box02 .item:nth-child(n + 3) {
    margin-top: 4%;
  }
  .kidsBlk05 .box02 .item:nth-child(1) {
    padding-top: 10px;
  }
  .kidsBlk05 .box02 .item:nth-child(1) p {
    margin-top: -10px;
  }
  .kidsBlk05 .box02 .item:nth-child(2) p {
    margin-top: -70px;
  }
  .kidsBlk05 .box02 .item:nth-child(3) p {
    margin-top: -140px;
  }
  .kidsBlk05 .box02 .item:nth-child(4) {
    padding-top: 40px;
  }
  .kidsBlk05 .box02 .item:nth-child(4) p {
    margin-top: -135px;
  }
  .kidsBlk05 .box02 .item:nth-child(5) {
    margin: 50px auto 0;
  }
  .kidsBlk05 .box02 .item:nth-child(5) p {
    margin-top: -90px;
    width: 85%;
  }
}

@media screen and (max-width: 991px) {
  .kidsBlk05 .box02 .item {
    width: 100%;
  }
  .kidsBlk05 .box02 .item:not(:last-child) {
    margin-bottom: 35px;
  }
  .kidsBlk05 .box02 .item:nth-child(1) p {
    margin-top: -8%;
  }
  .kidsBlk05 .box02 .item:nth-child(2) p {
    margin-top: -13%;
  }
  .kidsBlk05 .box02 .item:nth-child(3) p {
    margin-top: -40%;
  }
  .kidsBlk05 .box02 .item:nth-child(4) {
    margin-bottom: 60px;
  }
  .kidsBlk05 .box02 .item:nth-child(4) p {
    margin-top: -32%;
  }
  .kidsBlk05 .box02 .item:nth-child(5) p {
    margin-top: -25%;
  }
}

.kidsBlk06 {
  padding: 100px 0 50px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .kidsBlk06 {
    padding: 80px 0 30px;
  }
}

@media screen and (max-width: 991px) {
  .kidsBlk06 .inner {
    padding: 0 3%;
  }
}

.kidsBlk06 .wrap {
  position: relative;
  z-index: 2;
}

.kidsBlk06::after {
  background-image: url(../img/img-kidsplan/bg_arrow02.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 204px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: -70px;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .kidsBlk06::after {
    background-image: url(../img/img-kidsplan/bg_arrow02_sp.png);
    height: 100px;
    bottom: -30px;
  }
}

.kidsBlk06 .ttl01 {
  margin: 0 auto 50px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .kidsBlk06 .ttl01 {
    margin: 0 auto 25px;
  }
}

.kidsBlk06 .ttl01 .img01 {
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .kidsBlk06 .ttl01 .img01 {
    margin-bottom: 30px;
  }
}

.kidsBlk06 .ttl01 .img02 {
  max-width: 350px;
}

@media screen and (max-width: 991px) {
  .kidsBlk06 .ttl01 .img02 {
    width: 80%;
  }
}

@media screen and (max-width: 991px) {
  .kidsBlk06 .box02 {
    padding: 0 3%;
  }
}

.kidsBlk06 .box02 + .box02 {
  margin-top: 80px;
}

@media screen and (max-width: 991px) {
  .kidsBlk06 .box02 + .box02 {
    margin-top: 40px;
  }
}

.kidsBlk06 .box02 .txt {
  padding-top: 35px;
  width: 85%;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .kidsBlk06 .box02 .txt {
    width: 100%;
    padding-top: 20px;
  }
}

.kidsBlk06 .box02 dl dt {
  font-size: 1.8rem;
  font-weight: 700;
  color: #535353;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  line-height: 1.4;
  border-bottom: 2px dotted #000;
}

@media screen and (max-width: 991px) {
  .kidsBlk06 .box02 dl dt {
    font-size: 1.6rem;
  }
}

.kidsBlk06 .box02 dl dt > span {
  font-size: 6rem;
  font-weight: 500;
  margin-right: 30px;
  color: #dddddd;
}

@media screen and (max-width: 991px) {
  .kidsBlk06 .box02 dl dt > span {
    font-size: 4rem;
    margin-right: 20px;
  }
}

.kidsBlk06 .box02 dl dd .t1 {
  padding-left: 60px;
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .kidsBlk06 .box02 dl dd .t1 {
    padding-left: 0;
    margin-bottom: 20px;
  }
}

.kidsBlk06 .box02 dl dd .img01 {
  display: block;
  margin: auto;
}

.kidsBlk06 .box02 dl dd .list_caution {
  display: table;
  margin: 40px auto 0;
}

@media screen and (max-width: 991px) {
  .kidsBlk06 .box02 dl dd .list_caution {
    margin: 20px auto 0;
    width: 85%;
  }
}

.kidsBlk06 .box02 dl dd .list_caution li {
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .kidsBlk06 .box02 dl dd .list_caution li {
    font-size: 1.2rem;
  }
}

.kidsBlk06 .box02 .flex {
  display: flex;
  justify-content: space-between;
}

.kidsBlk06 .box02 .flex .item:nth-child(1) {
  width: 70%;
  padding-right: 20px;
}

@media screen and (max-width: 991px) {
  .kidsBlk06 .box02 .flex .item:nth-child(1) {
    width: 50%;
    padding-right: 0;
  }
}

.kidsBlk06 .box02 .flex .item:nth-child(2) {
  width: 30%;
}

@media screen and (max-width: 991px) {
  .kidsBlk06 .box02 .flex .item:nth-child(2) {
    width: 50%;
  }
}

.kidsBlk06 .box02 .flex .item:nth-child(2) img {
  max-width: 180px;
  display: block;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .kidsBlk06 .box02 .flex .item:nth-child(2) img {
    width: 85%;
  }
}

@media screen and (max-width: 991px) {
  .kidsBlk06 .box02 .sp_flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .kidsBlk06 .box02 .sp_flex p {
    width: 50%;
  }
  .kidsBlk06 .box02 .sp_flex img {
    width: 45%;
  }
}

.kidsBlk07 {
  margin-top: -70px;
  padding: 170px 0 50px;
  position: relative;
  background: #f7f5f2;
}

@media screen and (max-width: 991px) {
  .kidsBlk07 {
    padding: 100px 0 0;
  }
}

.kidsBlk07 .inner {
  max-width: 980px;
}

.kidsBlk07 .ttl01 {
  margin: 0 auto 50px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .kidsBlk07 .ttl01 {
    margin: 0 auto 20px;
  }
}

.kidsBlk07 .box01 {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .kidsBlk07 .box01 {
    margin-bottom: 40px;
  }
}

.kidsBlk07 .box02 {
  position: relative;
}

.kidsBlk07 .box02 dl {
  display: table;
  margin: auto;
}

@media screen and (min-width: 992px) {
  .kidsBlk07 .box02 dl dt {
    /*position: absolute;*/
    left: 0;
    top: 0;
    /*width: 50%;*/
    text-align: center;
    height: 60%;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .kidsBlk07 .box02 dl dt {
    margin: 0 auto 15px;
  }
}

.kidsBlk08 {
  padding: 80px 0 50px;
  position: relative;
  background: #f7f5f2;
}

@media screen and (max-width: 991px) {
  .kidsBlk08 {
    padding: 50px 0 0;
  }
}

.kidsBlk08 .inner {
  max-width: 980px;
}

.kidsBlk08 .ttl01 {
  margin: 0 auto 35px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .kidsBlk08 .ttl01 {
    margin: 0 auto 20px;
  }
}

.kidsBlk08 .box01 {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 6px 3px #eee;
  padding: 30px;
}

@media screen and (max-width: 991px) {
  .kidsBlk08 .box01 {
    padding: 25px 25px 10px 25px;
  }
}

.kidsBlk08 .box01 > .item {
  width: 95%;
  margin: auto;
  padding-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .kidsBlk08 .box01 > .item {
    width: 100%;
  }
}

.kidsBlk08 .box01 > .item:not(:last-child) {
  border-bottom: 2px dotted #000;
  margin-bottom: 20px;
}

.kidsBlk08 .box01 > .item .t1 {
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 80px;
}

@media screen and (max-width: 991px) {
  .kidsBlk08 .box01 > .item .t1 {
    font-size: 1.9rem;
    padding-left: 60px;
  }
}

.kidsBlk08 .box01 > .item .t1::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .kidsBlk08 .box01 > .item .t1::after {
    width: 45px;
  }
}

.kidsBlk08 .box01 > .item .t1 > span {
  color: #5fb4e5;
}

.kidsBlk08 .box01 > .item:nth-child(1) .t1::after {
  background-image: url(../img/img-kidsplan/icon_delivery.png);
}

.kidsBlk08 .box01 > .item:nth-child(2) .t1::after {
  background-image: url(../img/img-kidsplan/icon_test.png);
}

.kidsBlk08 .box01 > .item .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 20px;
}

@media screen and (min-width: 992px) {
  .kidsBlk08 .box01 > .item .flex .item {
    width: 48%;
  }
}

@media screen and (max-width: 991px) {
  .kidsBlk08 .box01 > .item .flex .item {
    width: 100%;
  }
  .kidsBlk08 .box01 > .item .flex .item:not(:last-child) {
    margin-bottom: 15px;
  }
}

.kidsBlk08 .box01 > .item .flex .item p {
  font-size: 1.5rem;
}

@media screen and (max-width: 991px) {
  .kidsBlk08 .box01 > .item .flex .item p {
    font-size: 1.3rem;
  }
}

.kidsBlk09 {
  padding: 80px 0 50px;
  position: relative;
  background: #f7f5f2;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .kidsBlk09 {
    padding: 60px 0 50px;
  }
}

.kidsBlk09 .inner {
  max-width: 980px;
}

.kidsBlk09 .ttl01 {
  margin: 0 auto 50px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .kidsBlk09 .ttl01 {
    margin: 0 auto 20px;
  }
}

.kidsBlk09 .ttl01 + p {
  font-size: 1.5rem;
  max-width: 690px;
  margin: 0 auto 35px;
}

@media screen and (max-width: 991px) {
  .kidsBlk09 .ttl01 + p {
    margin: 0 auto 20px;
    font-size: 1.3rem;
  }
}

.kidsBlk09 .box01 .list_caution {
  display: table;
  margin-left: auto;
  margin-top: 25px;
}

@media screen and (max-width: 991px) {
  .kidsBlk09 .box01 .list_caution {
    width: 85%;
    margin-top: 10px;
  }
}

.kidsBlk09 .box01 .list_caution li {
  font-size: 1.4rem;
  padding-left: 1.5em;
}

@media screen and (max-width: 991px) {
  .kidsBlk09 .box01 .list_caution li {
    font-size: 1.2rem;
  }
}

.kidsBlk09 .box01 .list_caution li.kome01 {
  padding-left: 2em;
}

.kidsBlk09 .box01 .list_caution li.kome01::before {
  content: "※1";
}

.kidsBlk09 .box01 .btn-arrow {
  max-width: 340px;
  background: #f75955;
  border: 2px solid #f75955;
  box-shadow: 0px 0px 5px 3px #ddd;
  margin-top: 40px;
}

@media screen and (min-width: 992px) {
  .kidsBlk09 .box01 .btn-arrow:hover {
    background: #fff;
    color: #f75955;
  }
  .kidsBlk09 .box01 .btn-arrow:hover::after, .kidsBlk09 .box01 .btn-arrow:hover::before {
    background: #f75955;
  }
}

.kidsBlk10 {
  padding: 60px 0 100px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .kidsBlk10 {
    padding: 60px 0 35px;
  }
}

.kidsBlk10::after {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/img-kidsplan/bg04.png) center top no-repeat;
  background-size: contain;
  width: 1127px;
  height: 677px;
}

@media screen and (max-width: 991px) {
  .kidsBlk10::after {
    background-image: url(../img/img-kidsplan/bg04_sp.png);
    width: 100%;
    height: 100%;
    background-size: 100%;
    top: -30px;
  }
}

.kidsBlk10 .wrap {
  position: relative;
  z-index: 2;
}

.kidsBlk10 .ttl01 {
  margin: 0 auto 20px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .kidsBlk10 .ttl01 {
    margin: 0 auto 10px;
  }
}

.kidsBlk10 .ttl01 img {
  max-width: 220px;
  display: block;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .kidsBlk10 .ttl01 img {
    max-width: 180px;
  }
}

.kidsBlk10 .ttl01 + p {
  margin: 0 auto 35px;
  color: #777777;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .kidsBlk10 .ttl01 + p {
    margin: 0 auto 15px;
  }
}

.kidsBlk10 .box01 .list_caution {
  display: table;
  margin-left: auto;
  margin-top: 25px;
}

.kidsBlk10 .box01 .list_caution li {
  font-size: 1.4rem;
  padding-left: 1.5em;
}

.kidsBlk10 .box01 .list_caution li.kome01 {
  padding-left: 2em;
}

.kidsBlk10 .box01 .list_caution li.kome01::before {
  content: "※1";
}

.kidsBlk10 .box01 .btn-arrow {
  max-width: 240px;
  background: #f75955;
  border: 2px solid #f75955;
  box-shadow: 0px 0px 5px 3px #ddd;
  margin-top: 40px;
}

@media screen and (min-width: 992px) {
  .kidsBlk10 .box01 .btn-arrow:hover {
    background: #fff;
    color: #f75955;
  }
  .kidsBlk10 .box01 .btn-arrow:hover::after, .kidsBlk10 .box01 .btn-arrow:hover::before {
    background: #f75955;
  }
}

.kidsBlk10 .kids-voice-slide {
  display: flex;
}

.kidsBlk10 .kids-voice-slide .slick-track,
.kidsBlk10 .kids-voice-slide .slick-list {
  display: flex !important;
}

.kidsBlk10 .kids-voice-slide .slick-list {
  padding-top: 30px !important;
  padding-bottom: 20px !important;
}

.kidsBlk10 .kids-voice-slide .item {
  background: #fff;
  padding: 35px 30px;
  display: flex !important;
  flex-direction: column;
  height: 100%;
  margin: 0 10px;
  border-radius: 15px;
  border: 4px solid #ece8e1;
  border-radius: 10px;
  position: relative;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 991px) {
  .kidsBlk10 .kids-voice-slide .item {
    padding: 30px 25px;
  }
}

.kidsBlk10 .kids-voice-slide .item::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 15px;
  margin: auto;
  background: url(../img/img-kidsplan/icon_voice_top.png) left center no-repeat;
  background-size: contain;
  width: 48px;
  height: 42px;
}

@media screen and (max-width: 991px) {
  .kidsBlk10 .kids-voice-slide .item::before {
    width: 38px;
    height: 30px;
    top: -15px;
  }
}

.kidsBlk10 .kids-voice-slide .item::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 15px;
  margin: auto;
  background: url(../img/img-kidsplan/icon_voice_bottom.png) left center no-repeat;
  background-size: contain;
  width: 48px;
  height: 42px;
}

@media screen and (max-width: 991px) {
  .kidsBlk10 .kids-voice-slide .item::after {
    width: 38px;
    height: 30px;
    bottom: -15px;
  }
}

.kidsBlk10 .kids-voice-slide .item img {
  display: block;
  margin: 0 auto 30px;
  max-width: 295px;
}

@media screen and (max-width: 991px) {
  .kidsBlk10 .kids-voice-slide .item img {
    margin: 0 auto 20px;
  }
}

.kidsBlk10 .kids-voice-slide .item p {
  font-size: 1.5rem;
}

@media screen and (max-width: 991px) {
  .kidsBlk10 .kids-voice-slide .item p {
    font-size: 1.3rem;
  }

}

.kidsBlk10 .slider_nav .slick-dots .slick-active button {
  background-color: #addbfa;
}

.kidsBlk10 .slider_nav {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .kidsBlk10 .slider_nav {
    margin-top: 0;
  }
}

.kidsBlk10 .slick-next::after {
  border-top: 3px solid #61baf5;
  border-right: 3px solid #61baf5;
}

.kidsBlk10 .slick-prev::after {
  border-top: 3px solid #61baf5;
  border-right: 3px solid #61baf5;
}

.kidsBlk10 .btn-arrow {
  max-width: 340px;
  background: #f75955;
  border: 2px solid #f75955;
  box-shadow: 0px 0px 5px 3px #ddd;
  margin-top: 60px;
}

@media screen and (min-width: 992px) {
  .kidsBlk10 .btn-arrow:hover {
    background: #fff;
    color: #f75955;
  }
  .kidsBlk10 .btn-arrow:hover::after, .kidsBlk10 .btn-arrow:hover::before {
    background: #f75955;
  }
}

/*===================================
  pagination
===================================*/
.pagination {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.pagination > a,
.pagination > span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  margin: 0 5px;
}

@media screen and (max-width: 991px) {
  .pagination > a,
  .pagination > span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 3px;
  }
}

.pagination > a,
.pagination > span {
  color: #39a6e5;
  background: #fff;
  border: 1px solid #39a6e5;
  display: block;
}

.pagination > a.prev,
.pagination > a.next {
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
}

.pagination > a.prev {
  margin-right: 15px;
}

@media screen and (max-width: 991px) {
  .pagination > a.prev {
    margin-right: 10px;
  }
}

.pagination > a.next {
  margin-left: 15px;
}

@media screen and (max-width: 991px) {
  .pagination > a.next {
    margin-left: 10px;
  }
  .pagination > a.prev,
  .pagination > a.next {
    width: auto;
  }
}

.pagination > a.prev,
.pagination > a.next {
  height: 100%;
  text-decoration: underline;
  border: none !important;
  background: none !important;
  color: #393021 !important;
}

.pagination > a.prev:hover,
.pagination > a.next:hover {
  text-decoration: none;
}

.pagination > span:not(.dots),
.pagination > a:hover {
  color: #fff;
  background: #39a6e5;
  border: 1px solid #39a6e5;
}

.pagination > span.dots {
  border: none !important;
}

/* 記事ページの「前へ」「次へ」 */
.nav_beforeafter {
  width: 100%;
  margin: 75px auto 0;
}

.nav_beforeafter ul {
  padding: 30px 0;
  display: flex;
  justify-content: center;
}

.nav_beforeafter ul li {
  width: 180px;
  line-height: 1.6;
}

.nav_beforeafter ul li:nth-child(2) {
  width: 220px;
}

.nav_beforeafter ul li a {
  display: flex;
  justify-content: center;
  color: #4a4138;
  font-size: 1.6rem;
}

.nav_beforeafter ul li a > span {
  position: relative;
  display: inline-block;
}

.nav_beforeafter ul li a > span::after {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 0;
  margin: auto;
}

.nav_beforeafter ul li a:hover > span {
  text-decoration: underline;
}

.nav_beforeafter ul li:nth-child(1) a > span {
  padding-left: 25px;
}

.nav_beforeafter ul li:nth-child(1) a > span::after {
  left: 0;
  width: 7px;
  height: 7px;
  border-top: 1px solid #4a4138;
  border-right: 1px solid #4a4138;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nav_beforeafter ul li:nth-child(2) {
  border-left: 1px solid #4a4138;
  border-right: 1px solid #4a4138;
}

.nav_beforeafter ul li:nth-child(2) a > span {
  padding-right: 35px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 18px auto;
}

.nav_beforeafter ul li:nth-child(3) a > span {
  padding-right: 25px;
}

.nav_beforeafter ul li:nth-child(3) a > span::after {
  right: 0;
  width: 7px;
  height: 7px;
  border-top: 1px solid #4a4138;
  border-right: 1px solid #4a4138;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 991px) {
  .nav_beforeafter {
    margin: 50px auto 0;
    padding: 0 6%;
  }
  .nav_beforeafter ul {
    padding: 15px 0;
  }
  .nav_beforeafter ul li {
    padding: 0;
    width: 33%;
  }
  .nav_beforeafter ul li a {
    font-size: 1.2rem;
  }
  .nav_beforeafter ul li:nth-child(1) a > span {
    padding-left: 12px;
  }
  .nav_beforeafter ul li:nth-child(1) a > span::after {
    width: 5px;
    height: 5px;
    top: -1px;
  }
  .nav_beforeafter ul li:nth-child(2) a > span {
    padding-right: 25px;
    background-size: 12px auto;
  }
  .nav_beforeafter ul li:nth-child(3) a > span {
    padding-right: 12px;
  }
  .nav_beforeafter ul li:nth-child(3) a > span::after {
    width: 5px;
    height: 5px;
    top: -1px;
  }
  .nav_beforeafter ul li:nth-child(2) {
    width: 180px;
  }
}

/*===================================
  
  animation設定

===================================*/
/* フェードイン */
.fade {
  opacity: 0;
}

.fade.started,
.started .fade {
  animation: fadeIn 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* 下からふわっと */
.fade_b {
  opacity: 0;
}

.fade_b.started,
.started .fade_b {
  animation: fadeIn_b 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
}

@keyframes fadeIn_b {
  0% {
    opacity: 0;
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 縮小 */
.shrink {
  opacity: 0;
}

.shrink.started,
.started .shrink {
  animation: Shrink 1.5s ease forwards;
}

@keyframes Shrink {
  0% {
    opacity: 0;
    transform: scale(1.2, 1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}

/* 遅めに縮小 */
.shrink_slow {
  opacity: 0;
}

.shrink_slow.started,
.started .shrink_slow {
  animation: ShrinkSlow 2s ease forwards;
  animation-delay: 0.4s;
}

@keyframes ShrinkSlow {
  0% {
    opacity: 0;
    transform: scale(1.4, 1.4);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}

/* スライド縮小表示 */
.curtain_l,
.curtain_r {
  position: relative;
  width: auto;
  height: auto;
  overflow: hidden;
  display: inline-block;
}

.curtain_l:before,
.curtain_r:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fbf8f4;
  transition: 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-delay: 0.4s;
  z-index: 1;
}

.curtain_l:before {
  top: 0;
  left: 0;
}

.curtain_r:before {
  top: 0;
  right: 0;
}

.curtain_l.started:before,
.started .curtain_l:before {
  transform: translate3d(100%, 0, 0);
}

.premium_link .btn-arrow {
  max-width: 340px;
  background: #f75955;
  border: 2px solid #f75955;
  box-shadow: 0px 0px 5px 3px #ddd;
  padding: 20px 10px;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (min-width: 992px) {
  .premium_link .btn-arrow:hover {
    background: #fff;
    color: #f75955;
  }
  .premium_link .btn-arrow:hover::after, .premium_link .btn-arrow:hover::before {
    background: #f75955;
  }
}

/*------------------------------------
放射能検査について
------------------------------------*/
.radiationLead {
  padding: 50px 0 80px;
  max-width: 870px;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .radiationLead {
    padding: 30px 0 45px;
  }
}

.radiationLead-txt p {
  font-size: 1.5rem;
  line-height: 2.2;
}

@media screen and (max-width: 991px) {
  .radiationLead-txt p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.radiationLead-txt p + p {
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .radiationLead-txt p + p {
    margin-top: 15px;
  }
}

.radiationLead .img01 {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

@media screen and (max-width: 991px) {
  .radiationLead .img01 {
    margin-top: 30px;
  }
}

.radiationLead .img01 img {
  max-width: 450px;
  width: 100%;
}

.radiationResult-q {
  font-size: 2.2rem;
  font-weight: 300;
  display: flex;
  align-items: center;
  position: relative;
  padding: 25px 80px 24px 0;
  line-height: 1.4;
  cursor: pointer;
  border-bottom: 1px solid #aec5db;
}

@media screen and (max-width: 991px) {
  .radiationResult-q {
    font-size: 1.6rem;
    padding: 20px 35px 20px 0;
  }
}

.radiationResult-q b {
  font-weight: 700;
}

.radiationResult-q::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 35px;
  margin: auto;
  width: 11px;
  height: 11px;
  border-top: 2px solid #517c97;
  border-right: 2px solid #517c97;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media screen and (max-width: 991px) {
  .radiationResult-q::after {
    right: 10px;
    width: 10px;
    height: 10px;
  }
}

.radiationResult-q.is_open::after {
  width: 1px;
  height: 15px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.radiationResult-ans {
  background: #fff;
  padding: 20px 30px;
}

@media screen and (max-width: 991px) {
  .radiationResult-ans {
    padding: 15px 12px;
  }
}

.radiationResult-ans > .item:not(:last-child) {
  border-bottom: 1px dotted #cfcfcf;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .radiationResult-ans > .item:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

.radiationResult-ans > .item > dl {
  display: flex;
}

.radiationResult-ans > .item > dl + dl {
  margin-top: 8px;
}

@media screen and (max-width: 991px) {
  .radiationResult-ans > .item > dl + dl {
    margin-top: 5px;
  }
}

.radiationResult-ans > .item > dl dt {
  width: 8em;
  color: #517c97;
}

@media screen and (max-width: 991px) {
  .radiationResult-ans > .item > dl dt {
    width: 6.3em;
    font-size: 1.3rem;
    letter-spacing: 0.01em;
  }
}

.radiationResult-ans > .item > dl dd {
  width: calc(100% - 8em);
}

@media screen and (max-width: 991px) {
  .radiationResult-ans > .item > dl dd {
    width: calc(100% - 6.3em);
    font-size: 1.3rem;
    letter-spacing: 0.01em;
  }
}

@media screen and (min-width: 992px) {
  .radiationResult-ans > .item > dl dd ul {
    display: flex;
  }
}

@media screen and (min-width: 992px) {
  .radiationResult-ans > .item > dl dd ul li + li {
    margin-left: 20px;
  }
}

.radiationResult-ans > .item > dl dd ul li a {
  text-decoration: underline;
  position: relative;
  padding-right: 28px;
}

@media screen and (max-width: 991px) {
  .radiationResult-ans > .item > dl dd ul li a {
    padding-right: 22px;
  }
}

@media screen and (min-width: 992px) {
  .radiationResult-ans > .item > dl dd ul li a:hover {
    text-decoration: none;
  }
}

.radiationResult-ans > .item > dl dd ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  background: url(../img/img-common/icon_pdf.png) left center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .radiationResult-ans > .item > dl dd ul li a::before {
    width: 15px;
    height: 15px;
  }
}

.radiationStory .ttl + p {
  max-width: 870px;
  margin: 0 auto 80px;
  font-size: 1.5rem;
  line-height: 2.2;
}

@media screen and (max-width: 991px) {
  .radiationStory .ttl + p {
    font-size: 1.4rem;
    line-height: 1.8;
    margin: 0 auto 35px;
  }
}

.radiationStory .block01 h3,
.radiationStory .block02 h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  color: #02b2db;
}

@media screen and (max-width: 991px) {
  .radiationStory .block01 h3,
  .radiationStory .block02 h3 {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
}

.radiationStory .block01 .flex,
.radiationStory .block02 .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.radiationStory .block02 .flex + .flex {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .radiationStory .block02 .flex + .flex {
    margin-top: 25px;
  }
}

@media screen and (min-width: 992px) {
  .radiationStory .block01 .flex .item,
  .radiationStory .block02 .flex .item {
    width: 48%;
  }
}

@media screen and (max-width: 991px) {
  .radiationStory .block01 .flex .item,
  .radiationStory .block02 .flex .item {
    width: 100%;
  }
  .radiationStory .block01 .flex .item:not(:last-child),
  .radiationStory .block02 .flex .item:not(:last-child) {
    margin-bottom: 20px;
  }
}

.radiationStory .block01 .flex .item > dl + dl,
.radiationStory .block02 .flex .item > dl + dl {
  margin-top: 25px;
}

@media screen and (max-width: 991px) {
  .radiationStory .block01 .flex .item > dl + dl,
  .radiationStory .block02 .flex .item > dl + dl {
    margin-top: 25px;
  }
}

.radiationStory .block01 .flex .item > dl > dt,
.radiationStory .block02 .flex .item > dl > dt {
  position: relative;
  padding-left: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #104261;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .radiationStory .block01 .flex .item > dl > dt,
  .radiationStory .block02 .flex .item > dl > dt {
    font-size: 1.5rem;
    margin-bottom: 7px;
  }
}

.radiationStory .block01 .flex .item > dl > dt::before,
.radiationStory .block02 .flex .item > dl > dt::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  background: #02b2db;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 0.7em;
}

.radiationStory .block01 .flex .item > dl > dd p,
.radiationStory .block02 .flex .item > dl > dd p {
  font-size: 1.5rem;
}

@media screen and (max-width: 991px) {
  .radiationStory .block01 .flex .item > dl > dd p,
  .radiationStory .block02 .flex .item > dl > dd p {
    font-size: 1.3rem;
  }
}

.radiationStory .block01 {
  margin-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .radiationStory .block01 {
    margin-bottom: 50px;
  }
}

.radiationStory .block01 .image {
  display: flex;
  justify-content: center;
  margin: 50px 0 0;
}

@media screen and (max-width: 991px) {
  .radiationStory .block01 .image {
    margin: 25px 0 0;
  }
}

.radiationStory .block01 .txt {
  max-width: 850px;
  margin: auto;
}

.radiationStory .block01 .txt p {
  font-size: 1.5rem;
}

@media screen and (max-width: 991px) {
  .radiationStory .block01 .txt p {
    font-size: 1.3rem;
  }
}

.radiationStory .block01 .txt p + p {
  margin-top: 25px;
}

@media screen and (max-width: 991px) {
  .radiationStory .block01 .txt p + p {
    margin-top: 15px;
  }
}

.radiationStory .block02 .txt {
  max-width: 850px;
  margin: 0 auto 35px;
}

@media screen and (max-width: 991px) {
  .radiationStory .block02 .txt {
    margin: 0 auto 25px;
  }
}

.radiationStory .block02 .txt p {
  font-size: 1.5rem;
}

@media screen and (max-width: 991px) {
  .radiationStory .block02 .txt p {
    font-size: 1.3rem;
  }
}

.radiationStory .block02 .caution {
  width: 90%;
  margin: 30px 0 0 auto;
}

@media screen and (max-width: 991px) {
  .radiationStory .block02 .caution {
    width: 100%;
    margin-top: 15px;
  }
}

.radiationEffects {
  padding-top: 0;
}

.radiationEffects .txt p {
  font-size: 1.5rem;
}

@media screen and (max-width: 991px) {
  .radiationEffects .txt p {
    font-size: 1.3rem;
  }
}

.radiationEffects .txt p + p {
  margin-top: 25px;
}

@media screen and (max-width: 991px) {
  .radiationEffects .txt p + p {
    margin-top: 15px;
  }
}

.radiationEffects .block01 .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (min-width: 992px) {
  .radiationEffects .block01 .flex .item {
    width: 48%;
  }
}

@media screen and (max-width: 991px) {
  .radiationEffects .block01 .flex .item {
    width: 100%;
  }
  .radiationEffects .block01 .flex .item:not(:last-child) {
    margin-bottom: 25px;
  }
}

.radiationEffects .block01 .flex + .txt {
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .radiationEffects .block01 .flex + .txt {
    margin-top: 25px;
  }
}

.radiationEffects .block01 .caution {
  display: table;
  margin: 20px auto 0;
}

.radiationEffects .block01 .caution > li {
  padding-left: 2.3em;
}

.radiationEffects .block01 .caution > li:nth-child(1)::before {
  content: '※1';
}

.radiationEffects .block01 .caution > li:nth-child(2)::before {
  content: '※2';
}

.radiationStory .box01 {
  background: #e7f3ff;
  padding: 15px;
}

.radiationStory .box01 > dl > dt {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .radiationStory .box01 > dl > dt {
    font-size: 1.3rem;
  }
}

.radiationStory .box01 > dl > dd .t1 {
  width: 90%;
  margin: auto;
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .radiationStory .box01 > dl > dd .t1 {
    font-size: 1.3rem;
  }
}

.radiationStory .box01 > dl > dd .t1 li + li {
  margin-top: 8px;
}

.radiationStory .box01 > dl > dd .t2 {
  text-align: right;
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .radiationStory .box01 > dl > dd .t2 {
    font-size: 1.3rem;
    margin-top: 15px;
  }
}

.radiationStory .link01 {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}

.radiationStory .link01 a {
  font-size: 1.4rem;
  position: relative;
  padding-right: 20px;
  color: #5c6576;
}

@media screen and (max-width: 991px) {
  .radiationStory .link01 a {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 992px) {
  .radiationStory .link01 a:hover {
    text-decoration: underline;
  }
}

.radiationStory .link01 a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  background: url(../img/img-common/icon_outer.png) left center no-repeat;
  background-size: contain;
}

.radiationResult .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .radiationResult .flex {
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 992px) {
  .radiationResult .flex .item {
    width: 48%;
  }
  .radiationResult .flex .item:nth-child(n + 3) {
    margin-top: 4%;
  }
}

@media screen and (max-width: 991px) {
  .radiationResult .flex .item {
    width: 100%;
  }
  .radiationResult .flex .item:not(:last-child) {
    margin-bottom: 20px;
  }
}

.radiationResult .flex .item p {
  font-size: 1.5rem;
  line-height: 2.2;
}

@media screen and (max-width: 991px) {
  .radiationResult .flex .item p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.radiationResult .t1 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .radiationResult .t1 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}

.radiationResult .t2 {
  font-size: 2.8rem;
  font-weight: bold;
  color: #0097bd;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .radiationResult .t2 {
    font-size: 2.2rem;
    line-height: 1.6;
    margin-bottom: 25px;
  }
}

.radiationResult .img02 {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .radiationResult .img02 img {
    width: 100%;
  }
}

/* 関連リンク
-------------------------------------------------*/
.blog-card {
  margin: 25px auto 0;
}

.blog-card + br {
  display: none;
}

.blog-card a {
  background: #fbfaf8;
  border: 1px solid #ddd;
  word-wrap: break-word;
  max-width: 100%;
  border-radius: 0px;
  margin: 0px 0 40px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
  color: #333333;
}

.blog-card a:hover {
  opacity: 0.7;
}

.blog-card a span.blog-card-thumbnail {
  width: 90px;
  margin-right: 15px;
}

.blog-card a span.blog-card-thumbnail span.video {
  display: block;
  position: relative;
}

.blog-card a span.blog-card-thumbnail span.video::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  background: url(./img/img-common/icon_video.png) no-repeat center 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-size: 100%;
  z-index: 1;
}

.blog-card a span.blog-card-thumbnail img {
  object-fit: cover;
  width: 90px;
  height: 90px !important;
  margin: 0;
}

.blog-card a span.blog-card-content {
  width: calc( 100% - 105px);
  margin-top: -0.5em;
  text-align: left;
}

.blog-card a span.blog-card-content > i.blog-card-title {
  margin: 0 0 3px;
  display: block;
  font-weight: bolder;
  color: #333333;
  font-size: 1.6rem;
}

.blog-card a span.blog-card-content > i.blog-card-excerpt {
  font-size: 1.4rem;
}

@media screen and (min-width: 992px) {
  .single .entry p a:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 991px) {
  .blog-card a {
    padding: 15px;
    margin-bottom: 35px;
    align-items: flex-start;
  }
  .blog-card a span.blog-card-content {
    width: calc( 100% - 85px);
  }
  .blog-card a span.blog-card-thumbnail {
    width: auto;
    display: block;
    text-align: center;
  }
  .blog-card a span.blog-card-thumbnail img {
    width: 70px;
    height: 70px !important;
  }
  .blog-card a span.blog-card-content > i.blog-card-title {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 5px;
  }
  .blog-card a span.blog-card-content > i.blog-card-excerpt {
    font-size: 1.1rem;
    line-height: 1.8;
    display: block;
  }
  .blog-card a span.blog-card-thumbnail span.video::before {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 991px) {
  /* 文字切り取り */
  .cut_string::after {
    display: inline-block;
    content: "…";
  }
  .cut_string i {
    display: none !important;
  }
}

.movie {
  padding: 30px 0 10px;
}

.movie_ttl {
  background: #FF6868;
  padding: 10px 20px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 20px;
}

.movie_ttl > span {
  position: relative;
  padding-left: 55px;
  display: block;
}

.movie_ttl > span::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../img/img-common/icon_youtube.png) left center no-repeat;
  background-size: contain;
  width: 40px;
  height: 30px;
}

.movie_ttl + p {
  margin-bottom: 15px;
}

.movie_wrap {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.movie_wrap > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: inherit;
}

@media screen and (max-width: 991px) {
  .movie {
    padding: 0 0 20px;
  }
  .movie_ttl {
    font-size: 1.8rem;
    margin-bottom: 15px;
    padding: 10px 15px;
  }
  .movie_ttl + p {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .movie_ttl > span {
    padding-left: 45px;
  }
  .movie_ttl > span::before {
    width: 35px;
    height: 25px;
  }
}

/*===================================
  ポップアップバナー
===================================*/
#bnr_popup {
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 5%;
  width: 100%;
  z-index: 9999;
  display: none;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media screen and (max-width: 991px) {
  #bnr_popup {
    width: 100%;
    bottom: calc(60px + 3%);
  }
}

#bnr_popup.is_show {
  opacity: 1;
  pointer-events: all;
}

#bnr_popup .bnr_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

#bnr_popup .bnr_contents {
  display: table;
  margin: auto;
  position: relative;
}

@media screen and (max-width: 991px) {
  #bnr_popup .bnr_contents {
    width: 70%;
  }
}

#bnr_popup .image {
  max-width: 540px;
}

#bnr_popup .image img {
  width: 100%;
  height: auto;
}

#bnr_popup .close_btn {
  background: #999999;
  width: 38px;
  height: 38px;
  display: block;
  position: absolute;
  right: 15px;
  top: -20px;
  z-index: 99999;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  #bnr_popup .close_btn {
    width: 30px;
    height: 30px;
    top: -20px;
    right: 10px;
  }
}

#bnr_popup .close_btn > span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

#bnr_popup .close_btn > span::before, #bnr_popup .close_btn > span::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 18px;
  margin: auto;
  bottom: 0;
  width: 2px;
  height: 20px;
  background: #fff;
}

@media screen and (max-width: 991px) {
  #bnr_popup .close_btn > span::before, #bnr_popup .close_btn > span::after {
    right: 14px;
    height: 12px;
  }
}

#bnr_popup .close_btn > span::before {
  transform: rotate(-45deg);
}

#bnr_popup .close_btn > span::after {
  transform: rotate(45deg);
}

#bnr_popup .txt {
  background: #fff;
  padding: 10px;
  text-align: center;
  color: #010101;
  font-size: 1.6rem;
}

@media screen and (max-width: 991px) {
  #bnr_popup .txt {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
  }
}

.waterPrice-select {
  padding-top: 50px;
}

.waterPrice-select.--plan4 {
  padding: 80px 0 50px;
}

.waterPrice-select .flex {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (min-width: 992px) {
  .waterPrice-select .flex .item {
    width: 48%;
  }
  .waterPrice-select .flex .item:nth-child(n + 3) {
    margin-top: 4%;
  }
}

@media screen and (max-width: 991px) {
  .waterPrice-select {
    padding-top: 20px;
  }
  .waterPrice-select .flex .item {
    width: 100%;
  }
  .waterPrice-select .flex .item:not(:last-child) {
    margin-bottom: 25px;
  }
}

.waterPrice-select .flex .item dl {
  padding: 30px 20px 40px;
  border: 1px solid #cbe9fa;
  box-shadow: 0 0 5px #cbe9fa;
  border-radius: 10px;
}

.waterPrice-select .flex .item dl dt {
  margin-bottom: 15px;
}

.waterPrice-select .flex .item dl dt .t1 {
  font-size: 1.5rem;
  font-weight: 400;
  color: #199feb;
  text-align: center;
}

.waterPrice-select .flex .item dl dt .t2 {
  font-size: 3rem;
  letter-spacing: 0.5em;
  text-align: center;
  font-weight: 700;
}

.waterPrice-select .flex .item dl dt .t3 {
  font-size: 3rem;
  text-align: center;
  font-weight: 700;
}

.waterPrice-select .flex .item dl dt .t3 > span {
  font-size: 2.4rem;
}

.waterPrice-select .flex .item dl dd {
  width: 90%;
  margin: auto;
}

.waterPrice-select .flex .item dl dd .txt {
  padding: 20px 0;
  border-bottom: 1px dotted #ccc;
}

.waterPrice-select .flex .item dl dd .txt .t1 {
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 10px;
}

.waterPrice-select .flex .item dl dd .txt .t2 {
  line-height: 1.5;
  font-size: 1.5rem;
}

.waterPrice-select .flex .item dl dd .data {
  padding-top: 15px;
}

.waterPrice-select .flex .item dl dd .data ul {
  display: flex;
}

.waterPrice-select .flex .item dl dd .data ul li {
  width: 33%;
  text-align: center;
}

.waterPrice-select .flex .item dl dd .data ul li > div {
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  margin-bottom: 5px;
  font-size: 1.4rem;
}

.waterPrice-select .flex .item dl dd .waterPrice-btn {
  margin-top: 40px;
}

.waterPrice-select .flex .item dl dd .waterPrice-btn a {
  width: 80%;
}

.waterPrice-select .flex .item dl dd .waterPrice-btn a > div::before {
  background: #fff;
}

@media screen and (min-width: 992px) {
  .waterPrice-select .flex .item dl dd .waterPrice-btn a:hover div::before {
    background: #60b5e6;
  }
}

.waterPrice-select > .image {
  padding-top: 20px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .waterPrice-select .flex .item dl dt .t1 {
    font-size: 1.2rem;
  }
  .waterPrice-select .flex .item dl dt .t2 {
    font-size: 2.2rem;
  }
  .waterPrice-select .flex .item dl dd .data ul li > div {
    font-size: 1.2rem;
  }
  .waterPrice-select .flex .item dl dd .waterPrice-btn {
    margin-top: 30px;
  }
  .waterPrice-select .flex .item dl dd .txt .t2 {
    font-size: 1.3rem;
  }
  .waterPrice-select .flex .item dl dt .t3 {
    font-size: 2.2rem;
  }
  .waterPrice-select .flex .item dl dt .t3 > span {
    font-size: 1.6rem;
  }
  .waterPrice-select .flex .item dl {
    padding: 25px 20px 30px;
  }
  .waterPrice-select .flex {
    padding-top: 0;
  }
  .waterPrice-select > .image {
    padding-top: 0;
  }
  .waterPrice-select.--plan4 {
    padding: 50px 0 20px;
  }
}

.plan2Blk .list_caution {
  padding-top: 40px;
}

.plan2Blk .list_caution li {
  padding-left: 2em;
}

.plan2Blk .list_caution li:nth-child(1)::before {
  content: "※1";
}

.plan2Blk .list_caution li:nth-child(2)::before {
  content: "※2";
}

.plan2Blk .list_caution li:nth-child(3)::before {
  content: "※3";
}

.plan2Blk-txt {
  font-size: 1.4rem;
  font-weight: 500;
  color: #07a2de;
  text-align: center;
  padding: 30px 0;
  border-bottom: 2px dotted #cdcdcd;
}

@media screen and (max-width: 991px) {
  .plan2Blk-txt {
    font-size: 1.2rem;
    text-align: left;
    padding: 20px 0;
  }
}

.plan2Blk-more {
  padding: 50px 0 0;
}

@media screen and (max-width: 991px) {
  .plan2Blk-more {
    padding: 30px 0 0;
  }
}

.plan2Blk-acbox {
  padding-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .plan2Blk-acbox {
    padding-bottom: 15px;
  }
}

.plan2Blk-morettl {
  padding-bottom: 20px;
}

.plan2Blk-morettl .t1 {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .plan2Blk-morettl .t1 {
    font-size: 1.3rem;
  }
}

.plan2Blk-morettl .t2 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #07a2de;
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .plan2Blk-morettl .t2 {
    font-size: 1.8rem;
  }
}

.plan2Blk-morettl .t2 > b {
  font-size: 3rem;
}

@media screen and (max-width: 991px) {
  .plan2Blk-morettl .t2 > b {
    font-size: 2.2rem;
  }
}

.plan2Blk-ac span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -23px;
  margin: auto;
  width: 46px;
  height: 46px;
  background: #07a2de;
  border-radius: 50%;
  cursor: pointer;
}

.plan2Blk-ac span::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 17px;
  margin: auto;
  width: 14px;
  height: 14px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: all .3s;
}

.plan2Blk-ac.is_open span::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 12px;
}

.applyBox {
  padding: 60px 0;
}

.applyBox.--bottom {
  padding: 0 0 100px;
}

@media screen and (max-width: 991px) {
  .applyBox.--bottom {
    padding: 0 0 60px;
  }
}

.applyBox-ttl {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .applyBox {
    padding: 30px 0 0;
  }
  .applyBox-ttl {
    margin-bottom: 10px;
  }
  .applyBox-ttl img {
    margin-left: -7%;
  }
}

.applyBox .flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .applyBox .flex {
    flex-direction: column;
  }
}

.applyBox .flex .item {
  width: 48%;
  max-width: 450px;
}

@media screen and (max-width: 991px) {
  .applyBox .flex .item {
    width: 100%;
  }
}

.applyBox .flex .item + .item {
  margin-left: 30px;
}

@media screen and (max-width: 991px) {
  .applyBox .flex .item + .item {
    margin: 15px 0 0 0;
  }
}

.applyBox .flex .item a {
  position: relative;
}

@media screen and (min-width: 992px) {
  .applyBox .flex .item a {
    display: block;
    height: 88px;
  }
}

@media screen and (min-width: 992px) {
  .applyBox .flex .item a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    display: block;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
  }
}

@media screen and (max-width: 991px) {
  .applyBox .flex .item a img:nth-child(1) {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .applyBox .flex .item a:hover img:nth-child(2) {
    opacity: 0;
  }
}

.applyBox-caution {
  text-align: center;
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .applyBox-caution {
    font-size: 1.2rem;
    letter-spacing: 0.01em;
  }
}

.wserveBlk {
  padding: 60px 0 70px;
}

.wserveBlk .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0 60px;
}

.wserveBlk .flex .item {
  background: #fff;
  box-shadow: 0 0 5px #ccc;
  padding: 20px 20px 30px 20px;
  border-radius: 7px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.wserveBlk .flex .item dl dt {
  background: #60b5e6;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
  padding: 10px;
  line-height: 1.5;
  border-radius: 5px;
}

.wserveBlk .flex .item dl dd p {
  padding-bottom: 30px;
  font-size: 1.5rem;
}

.wserveBlk .flex .item .image {
  margin-top: auto;
}

.wserveBlk .flex .item .caution_txt {
  position: absolute;
  font-size: 1.2rem;
  bottom: -2.5em;
  right: 0;
}

.wserveBlk .btn-arrow-gd {
  max-width: 300px;
}

@media screen and (min-width: 992px) {
  .wserveBlk .flex .item {
    width: 48%;
  }
  .wserveBlk .flex .item:nth-child(n + 3) {
    margin-top: 4%;
  }
}

@media screen and (max-width: 991px) {
  .wserveBlk {
    padding: 60px 0 50px;
  }
  .wserveBlk .flex {
    padding-bottom: 40px;
  }
  .wserveBlk .flex .item {
    width: 100%;
  }
  .wserveBlk .flex .item:not(:last-child) {
    margin-bottom: 60px;
  }
  .wserveBlk .flex .item dl dt {
    font-size: 1.8rem;
  }
  .wserveBlk .flex .item {
    padding: 15px 15px 25px 15px;
  }
  .wserveBlk .flex .item .caution_txt {
    letter-spacing: 0.01em;
    font-size: 1.1rem;
  }
  .wserveBlk .btn-arrow-gd {
    width: 80%;
  }
}

.optBlk-item .wbox .flex01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 820px;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .optBlk-item .wbox .flex01 {
    flex-direction: column-reverse;
  }
}

.optBlk-item .wbox .flex01 .item:nth-child(1) {
  padding-top: 30px;
}

@media screen and (max-width: 991px) {
  .optBlk-item .wbox .flex01 .item:nth-child(1) {
    padding-top: 20px;
  }
}

.optBlk-item .wbox .flex01 .item p + p {
  margin-top: 20px;
}

@media screen and (min-width: 992px) {
  .optBlk-item .wbox .flex01 .item {
    width: 48%;
  }
  .optBlk-item .wbox .flex01 .item:nth-child(n + 3) {
    margin-top: 4%;
  }
}

@media screen and (max-width: 991px) {
  .optBlk-item .wbox .flex01 .item {
    width: 100%;
  }
  .optBlk-item .wbox .flex01 .item .image img {
    width: 80%;
    margin: auto;
    display: block;
  }
}

.optBlk-item .wbox .box02 {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.optBlk-item .wbox .box02 .item {
  display: flex;
  flex-direction: column;
}

.optBlk-item .wbox .box02 .item dl {
  padding-bottom: 25px;
}

@media screen and (max-width: 991px) {
  .optBlk-item .wbox .box02 .item dl {
    width: 85%;
    margin: auto;
    padding-bottom: 15px;
  }
}

.optBlk-item .wbox .box02 .item dl dt {
  margin-bottom: 10px;
}

.optBlk-item .wbox .box02 .item dl dt img {
  margin: 0 auto 15px;
  display: block;
}

@media screen and (min-width: 992px) {
  .optBlk-item .wbox .box02 .item dl dt img {
    max-width: 200px;
  }
}

.optBlk-item .wbox .box02 .item dl dt span {
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
  text-align: center;
}

.optBlk-item .wbox .box02 .item dl dd {
  width: 90%;
  margin: auto;
}

@media screen and (min-width: 992px) {
  .optBlk-item .wbox .box02 .item dl dd {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

@media screen and (max-width: 991px) {
  .optBlk-item .wbox .box02 .item dl dd {
    width: 100%;
  }
}

.optBlk-item .wbox .box02 .item .price {
  margin-top: auto;
  border-top: 1px solid #ccc;
  padding-top: 15px;
}

.optBlk-item .wbox .box02 .item .price > span {
  display: block;
  text-align: center;
}

.optBlk-item .wbox .box02 .item .price > div {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .optBlk-item .wbox .box02 .item .price > div {
    align-items: flex-end;
  }
}

.optBlk-item .wbox .box02 .item .price > div > b {
  color: #ff0000;
  font-size: 1.8rem;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .optBlk-item .wbox .box02 .item .price > div > b {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 992px) {
  .optBlk-item .wbox .box02 {
    position: relative;
  }
  .optBlk-item .wbox .box02 .item {
    width: 33.3333%;
    padding: 0 30px;
  }
  .optBlk-item .wbox .box02 .item:nth-child(2) {
    border-left: 1px dashed #aaa;
    border-right: 1px dashed #aaa;
  }
}

@media screen and (max-width: 991px) {
  .optBlk-item .wbox .box02 {
    padding-bottom: 10px;
  }
  .optBlk-item .wbox .box02 .item {
    width: 100%;
  }
  .optBlk-item .wbox .box02 .item:not(:last-child) {
    margin-bottom: 35px;
  }
}

.aboutBlk + .aboutBlk {
  padding-top: 0;
}

.aboutBlk dl dt {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .aboutBlk.--last {
    padding-bottom: 20px;
  }
  .aboutBlk dl dt {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 991px) {
  .aboutBlk dl dd .tbl_scroll {
    overflow: scroll;
  }
  .scroll-hint-icon {
    height: 90px !important;
  }
}

@media screen and (max-width: 991px) {
  .aboutBlk dl dd .image {
    width: 600px;
  }
}

.aboutBlk dl dd .list_no03 {
  width: 80%;
  margin: auto;
}
