@charset "UTF-8";
/* CSS Document */
/********** フォント設定 **********/
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html, body {
  font-size: 62.5%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", sans-serif;
  line-height: 1.0;
  -webkit-text-size-adjust: 100%;
}

/********** ベースタグ設定 **********/
* {
  max-height: 99999px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: inherit;
}
a:hover, a:active, a:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (min-width: 768px) {
  a:hover {
    opacity: 0.75;
  }
}

/********** #wrapper **********/
#wrapper {
  font-size: 1.4rem;
  line-height: 1.75;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  #wrapper {
    overflow: visible;
  }
}

/********** .container設定 **********/
.container {
  width: 100%;
  max-width: none;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .container {
    width: 1200px;
  }
}

/********** ガター設定 **********/
.gutter-50 {
  margin-left: -25px;
  margin-right: -25px;
}

.gutter-50 > [class*='col-'] {
  padding-left: 25px;
  padding-right: 25px;
}

@media (min-width: 0px) {
  .gutter-xs-50 {
    margin-left: -25px;
    margin-right: -25px;
  }

  .gutter-xs-50 > [class*='col-'] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 576px) {
  .gutter-sm-50 {
    margin-left: -25px;
    margin-right: -25px;
  }

  .gutter-sm-50 > [class*='col-'] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) {
  .gutter-md-50 {
    margin-left: -25px;
    margin-right: -25px;
  }

  .gutter-md-50 > [class*='col-'] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 992px) {
  .gutter-lg-50 {
    margin-left: -25px;
    margin-right: -25px;
  }

  .gutter-lg-50 > [class*='col-'] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1200px) {
  .gutter-xl-50 {
    margin-left: -25px;
    margin-right: -25px;
  }

  .gutter-xl-50 > [class*='col-'] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.gutter-40 {
  margin-left: -20px;
  margin-right: -20px;
}

.gutter-40 > [class*='col-'] {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 0px) {
  .gutter-xs-40 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .gutter-xs-40 > [class*='col-'] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 576px) {
  .gutter-sm-40 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .gutter-sm-40 > [class*='col-'] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .gutter-md-40 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .gutter-md-40 > [class*='col-'] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .gutter-lg-40 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .gutter-lg-40 > [class*='col-'] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .gutter-xl-40 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .gutter-xl-40 > [class*='col-'] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.gutter-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.gutter-20 > [class*='col-'] {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 0px) {
  .gutter-xs-20 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .gutter-xs-20 > [class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 576px) {
  .gutter-sm-20 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .gutter-sm-20 > [class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  .gutter-md-20 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .gutter-md-20 > [class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  .gutter-lg-20 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .gutter-lg-20 > [class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  .gutter-xl-20 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .gutter-xl-20 > [class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.gutter-16 {
  margin-left: -8px;
  margin-right: -8px;
}

.gutter-16 > [class*='col-'] {
  padding-left: 8px;
  padding-right: 8px;
}

@media (min-width: 0px) {
  .gutter-xs-16 {
    margin-left: -8px;
    margin-right: -8px;
  }

  .gutter-xs-16 > [class*='col-'] {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 576px) {
  .gutter-sm-16 {
    margin-left: -8px;
    margin-right: -8px;
  }

  .gutter-sm-16 > [class*='col-'] {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 768px) {
  .gutter-md-16 {
    margin-left: -8px;
    margin-right: -8px;
  }

  .gutter-md-16 > [class*='col-'] {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 992px) {
  .gutter-lg-16 {
    margin-left: -8px;
    margin-right: -8px;
  }

  .gutter-lg-16 > [class*='col-'] {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 1200px) {
  .gutter-xl-16 {
    margin-left: -8px;
    margin-right: -8px;
  }

  .gutter-xl-16 > [class*='col-'] {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.gutter-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.gutter-10 > [class*='col-'] {
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 0px) {
  .gutter-xs-10 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .gutter-xs-10 > [class*='col-'] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 576px) {
  .gutter-sm-10 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .gutter-sm-10 > [class*='col-'] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 768px) {
  .gutter-md-10 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .gutter-md-10 > [class*='col-'] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 992px) {
  .gutter-lg-10 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .gutter-lg-10 > [class*='col-'] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 1200px) {
  .gutter-xl-10 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .gutter-xl-10 > [class*='col-'] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
/********** 5分割設定 **********/
/*
ex)
col-5-1 20%
col-sm-5-3 60%
col-md-5-4 80%
*/
.col-5-1, .col-xs-5-1, .col-5-2, .col-xs-5-2, .col-5-3, .col-xs-5-3, .col-5-4, .col-xs-5-4, .col-5-5, .col-xs-5-5, .col-sm-5-1, .col-sm-5-2, .col-sm-5-3, .col-sm-5-4, .col-sm-5-5, .col-md-5-1, .col-md-5-2, .col-md-5-3, .col-md-5-4, .col-md-5-5, .col-lg-5-1, .col-lg-5-2, .col-lg-5-3, .col-lg-5-4, .col-lg-5-5, .col-xl-5-1, .col-xl-5-2, .col-xl-5-3, .col-xl-5-4, .col-xl-5-5 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 0px) {
  .col-xs-5-1 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-xs-5-2 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .col-xs-5-3 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }

  .col-xs-5-4 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }

  .col-xs-5-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 576px) {
  .col-sm-5-1 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-sm-5-2 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .col-sm-5-3 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }

  .col-sm-5-4 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }

  .col-sm-5-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-5-1 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-md-5-2 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .col-md-5-3 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }

  .col-md-5-4 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }

  .col-md-5-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-5-1 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-lg-5-2 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .col-lg-5-3 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }

  .col-lg-5-4 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }

  .col-lg-5-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-5-1 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-xl-5-2 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .col-xl-5-3 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }

  .col-xl-5-4 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }

  .col-xl-5-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/********** headerエリア **********/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 101;
}
@media (min-width: 768px) {
  #header {
    position: relative;
  }
}
#header a {
  display: block;
}
#header #header_core {
  z-index: 102;
  position: relative;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  #header #header_core {
    height: 60px;
  }
}
@media (min-width: 768px) {
  #header #header_menu {
    background-color: #cccccc;
  }
}
#header .drawer-menu-floor1 {
  font-size: 1.6rem;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #cccccc;
}
@media (min-width: 768px) {
  #header .drawer-menu-floor1 {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#header .drawer-menu-floor2 {
  font-size: 1.4rem;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  padding-right: 15px;
  background-color: #dddddd;
}
@media (min-width: 768px) {
  #header .drawer-menu-floor2 {
    padding-left: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#header .drawer-dropdown-switch {
  display: flex;
  align-items: center;
  background-color: #cccccc;
}
#header .drawer-dropdown-switch > a {
  flex-grow: 1;
}
#header .drawer-dropdown-switch .dropdown-toggle {
  width: 40px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .drawer-dropdown-switch .dropdown-toggle:after {
  content: "＋";
  font-size: 2.0rem;
  border: none;
  vertical-align: baseline;
}
@media (min-width: 768px) {
  #header .drawer-dropdown-switch .dropdown-toggle {
    display: none;
  }
}
#header .drawer-dropdown-switch .dropdown-toggle.opened:after {
  content: "ー";
}

/********** footerエリア **********/
.main_figure {
  width: 100%;
  position: relative;
  padding-top: 755%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .main_figure {
    padding-top: 5014px;
    /* overflow: visible; */
    min-width: 1200px;
    width: 100%;
  }
}
.main_figure:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: -100%;
  bottom: 0;
  background: url(../img/main_bg_sp.png) no-repeat center top/auto 100%;
  transition: 0.5s all ease;
}
@media (min-width: 768px) {
  .main_figure:before {
    right: 0;
    background-image: url(../img/main_bg_pc.png);
    background-size: 1400px 5014px;
    z-index: 2;
  }
  .main_figure {
    background: url(../img/bg_right_pc.png) repeat-x right 0;
    background-size: 50vw 5014px;
  }
  .main_figure:after {
    position: absolute;
    content: "";
    width: 50vw;
    height: 5014px;
    left: 0;
    top: 0;
    background: url(../img/bg_left_pc.png) repeat-x 0 0;
    background-size: auto 5014px;
    z-index: 1;
  }
}
.main_figure .main_figure_base {
  transition: 0.5s all ease;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
.main_figure .main_figure_contents {
  display: flex;
  width: 200%;
  /* margin-top: 13%; */
  margin-top: 12.5%;
}
@media (min-width: 768px) {
  .main_figure .main_figure_contents {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background: none;
    margin-top: 85px;
  }
}
.main_figure .main_figure_contents .main_figure_half {
  width: 50%;
}
.main_figure .main_figure_contents .main_figure_half a {
  text-align: center;
}
.main_figure .main_figure_contents .main_figure_frame {
  position: relative;
}
.main_figure .main_figure_contents .balloon_block {
  display: block;
}
.main_figure .main_figure_contents .balloon_block.type01 {
  bottom: 0;
  left: 16.5853658537%;
  width: 48%;
}
@media (min-width: 768px) {
  .main_figure .main_figure_contents .balloon_block.type01 {
    width: 215px;
    left: 0;
    position: relative;
  }
  .main_figure .main_figure_contents .balloon_block.type01 > img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 768px) {
  .main_figure .main_figure_contents .balloon_block.type01:hover {
    opacity: 1;
  }
  .main_figure .main_figure_contents .balloon_block.type01:hover > img.off {
    opacity: 0;
  }
}
.main_figure .main_figure_contents .balloon_block.type02 {
  bottom: 0;
  left: 54.9593495935%;
  width: 48%;
}
@media (min-width: 768px) {
  .main_figure .main_figure_contents .balloon_block.type02 {
    width: 215px;
    left: 0;
    position: relative;
  }
  .main_figure .main_figure_contents .balloon_block.type02 > img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 768px) {
  .main_figure .main_figure_contents .balloon_block.type02:hover {
    opacity: 1;
  }
  .main_figure .main_figure_contents .balloon_block.type02:hover > img.off {
    opacity: 0;
  }
}
.main_figure .main_figure_contents .balloon_block.type03 {
  width: 49.5%;
}
@media (min-width: 768px) {
  .main_figure .main_figure_contents .balloon_block.type03 {
    width: 224px;
    left: 0;
    position: relative;
  }
  .main_figure .main_figure_contents .balloon_block.type03 > img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 768px) {
  .main_figure .main_figure_contents .balloon_block.type03:hover {
    opacity: 1;
  }
  .main_figure .main_figure_contents .balloon_block.type03:hover > img.off {
    opacity: 0;
  }
}
.main_figure .main_figure_contents .balloon_block.type04 {
  width: 100%;
}
@media (min-width: 768px) {
  .main_figure .main_figure_contents .balloon_block.type04 {
    left: 0;
    position: relative;
  }
  .main_figure .main_figure_contents .balloon_block.type04 > img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 768px) {
  .main_figure .main_figure_contents .balloon_block.type04:hover {
    opacity: 1;
  }

  .main_figure .main_figure_contents .balloon_block.type04:hover > img.off {
    opacity: 0;
  }
}
.main_figure .main_figure_contents .balloon_block > img {
  opacity: 0;
  transform: translateY(50%);
  transition: all 0.8s ease;
}
.main_figure .main_figure_contents .balloon_block.active > img {
  opacity: 1;
  transform: translateY(0);
}
.main_figure .main_figure_contents .inner_box {
  margin-left: 5%;
  margin-right: 10%;
  /* padding-bottom: 10px; */
}
@media (min-width: 768px) {
  .main_figure .main_figure_contents .inner_box {
    width: 450px;
    margin-left: auto;
    margin-right: 45px;
    /* padding-bottom: 15px; */
  }
}
@media (min-width: 768px) {
  .main_figure .mt-md-230 {
    margin-top: 230px;
  }
}
.main_figure .switching {
  width: 88%;
  padding-top: 10.2666666667%;
  background: url(../img/img_switch.png) no-repeat center/cover;
  transform: translateX(50%);
  position: fixed;
  bottom: 2px;
  right: 0;
  z-index: 10;
  transition: 0.8s all ease;
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .main_figure .switching {
    display: none;
  }
}
.main_figure.active .switching {
  opacity: 1;
  pointer-events: auto;
}
.main_figure.active.absl .switching {
  position: absolute;
}
.main_figure.right:before {
  transform: translateX(-50%);
}
.main_figure.right .main_figure_base {
  transform: translateX(-100%);
}
@media (min-width: 768px) {
  .main_figure.right .main_figure_base {
    transform: translateX(0);
  }
}
.main_figure.right .switching {
  right: 100%;
}

.main_figure .main_figure_contents .right .inner_box {
  margin-left: 10%;
  margin-right: 5%;
  /* padding-bottom: 15px; */
}
@media (min-width: 768px) {
  .main_figure .main_figure_contents .right .inner_box {
    width: 450px;
    margin-left: 45px;
    margin-right: auto;
  }
}
.main_figure .main_figure_contents .right .inner_box a {
  text-align: center;
}

.col-6 {
  padding-right: 2.2%;
  padding-left: 2.2%;
}
@media (min-width: 768px) {
  .col-6 {
    width: 215px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.col-4 {
  padding-right: 1.56%;
  padding-left: 1.56%;
}
@media (min-width: 768px) {
  .col-4 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.col-12 {
  padding-right: 2%;
  padding-left: 2%;
}
@media (min-width: 768px) {
  .col-12 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.row {
  margin-left: -2%;
  margin-right: -2%;
}
@media (min-width: 768px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.row.colm-03 {
  margin-left: -2%;
  margin-right: -2%;
}
@media (min-width: 768px) {
  .row.colm-03 {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (min-width: 768px) {
  .pt-md-209 {
    padding-top: 209px;
  }
}

.empty {
  width: 100%;
  height: 17%;
}
@media (min-width: 768px) {
  .empty {
    width: 1px;
    height: 540px;
  }
}

.empty02 {
  display: none;
}
@media (min-width: 768px) {
  .empty02 {
    display: block;
    width: 100%;
    height: 320px;
  }
}

.empty03 {
  display: none;
}
@media (min-width: 768px) {
  .empty03 {
    display: block;
    width: 100%;
    height: 155px;
  }
}

.empty04 {
  display: none;
}
@media (min-width: 768px) {
  .empty04 {
    display: block;
    width: 100%;
    height: 110px;
  }
}

.empty05 {
  width: 100%;
  height: 14%;
}
@media (min-width: 768px) {
  .empty05 {
    width: 100%;
    height: 460px;
  }
}

@media (min-width: 768px) {
  body {
    overflow: visible;
    min-width: 1200px;
  }
}

@media (min-width: 768px) {
  .inner_block {
    width: 85%;
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
  }
}

/**************** header *****************/
header {
  width: 100%;
  border-bottom: 1px solid #009b63;
}
@media (min-width: 768px) {
  header {
    min-width: 1200px;
  }
}
header .logo1 {
  width: 36%;
}
@media (min-width: 768px) {
  header .logo1 {
    width: 100%;
  }
}

/**************** mv *****************/
.mv {
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .mv {
    width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }
}

/**************** nav *****************/
.nav {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .nav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }
}
.nav li {
  width: 32%;
  margin-right: 2%;
}
@media (min-width: 768px) {
  .nav li {
    width: 157px;
    margin-right: 9px;
  }
}
.nav li:nth-child(3), .nav li:nth-child(6) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .nav li:nth-child(3) {
    margin-right: 9px;
  }
}
.nav li a span {
  display: none;
}
@media (min-width: 768px) {
  .nav li a span {
    width: 157px;
    height: 122px;
    display: block;
    text-indent: -9999px;
    background: url(../img/link_btn01_pc.png) no-repeat center center/cover;
  }
}
@media (min-width: 768px) {
  .nav li a:hover span {
    background-image: url(../img/link_btn01_pc_on.png);
  }
}
@media (min-width: 768px) {
  .nav li:nth-child(2) a span {
    background-image: url(../img/link_btn02_pc.png);
  }
}
@media (min-width: 768px) {
  .nav li:nth-child(2) a:hover span {
    background-image: url(../img/link_btn02_pc_on.png);
  }
}
@media (min-width: 768px) {
  .nav li:nth-child(3) a span {
    background-image: url(../img/link_btn03_pc.png);
  }
}
@media (min-width: 768px) {
  .nav li:nth-child(3) a:hover span {
    background-image: url(../img/link_btn03_pc_on.png);
  }
}
@media (min-width: 768px) {
  .nav li:nth-child(4) a span {
    background-image: url(../img/link_btn04_pc.png);
  }
}
@media (min-width: 768px) {
  .nav li:nth-child(4) a:hover span {
    background-image: url(../img/link_btn04_pc_on.png);
  }
}
@media (min-width: 768px) {
  .nav li:nth-child(5) a span {
    background-image: url(../img/link_btn05_pc.png);
  }
}
@media (min-width: 768px) {
  .nav li:nth-child(5) a:hover span {
    background-image: url(../img/link_btn05_pc_on.png);
  }
}
@media (min-width: 768px) {
  .nav li:nth-child(6) a span {
    background-image: url(../img/link_btn06_pc.png);
  }
}
@media (min-width: 768px) {
  .nav li:nth-child(6) a:hover span {
    background-image: url(../img/link_btn06_pc_on.png);
  }
}

/************* #accordion ***************/
.accordion-container {
  position: relative;
  width: 100%;
  border-top: none;
  outline: 0;
  cursor: pointer;
}

.accordion-container .accordion-title {
  display: block;
  position: relative;
  padding: 10px 40px;
  font-size: 1.25em;
  font-weight: normal;
  color: #fff;
  background: #ee86a8;
  border-radius: 15px 15px 15px 15px;
  cursor: pointer;
}
.accordion-container .accordion-title span {
  line-height: 0;
  display: block;
}
.accordion-container .accordion-title.ttl02 {
  background: #5aa1d8;
}
.accordion-container .accordion-title.ttl03 {
  background: #9079b6;
}
.accordion-container .accordion-title.ttl04 {
  background: #f4a475;
}
.accordion-container .accordion-title.ttl05 {
  background: #b6a669;
}
.accordion-container .accordion-title.open {
  border-radius: 15px 15px 0 0;
}

.accordion-title {
  position: relative;
}

.accordion-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 18px;
  height: 4px;
  background: #ffffff;
}

.accordion-title:before {
  content: "";
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 4px;
  height: 18px;
  background: #ffffff;
}

.accordion-title.open:before {
  display: none;
}

.accordion-content {
  display: none;
}
.accordion-content a {
  display: block;
}

.link_block02 {
  background: #fff9e6;
  padding-top: 45px;
  padding-bottom: 45px;
}
@media (min-width: 768px) {
  .link_block02 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .link_block02 .pc_ac_link .ttl02 {
    width: 246px;
  }
  .link_block02 .pc_ac_link .ttl03 {
    width: 453px;
  }
  .link_block02 .pc_ac_link .ac_btn a {
    position: relative;
    display: block;
    width: 316px;
    height: 371px;
  }
  .link_block02 .pc_ac_link .ac_btn a img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .link_block02 .pc_ac_link .ac_btn a:hover {
    opacity: 1;
  }
  .link_block02 .pc_ac_link .ac_btn a:hover img.off {
    opacity: 0;
  }
  .link_block02 .pc_ac_link .ac_btn.btn02_01 a {
    width: 246px;
    height: 165px;
  }
  .link_block02 .pc_ac_link .ac_btn.btn02_02 a {
    width: 246px;
    height: 190px;
  }
  .link_block02 .pc_ac_link .ac_btn.btn03 a {
    width: 218px;
    height: 270px;
  }
  .link_block02 .pc_ac_link .ac_btn.btn03 a:last-child {
    height: 135px;
  }
  .link_block02 .pc_ac_link .ac_btn.btn04 a {
    width: 218px;
    height: 270px;
  }
  .link_block02 .pc_ac_link .ac_btn.btn05 a {
    width: 246px;
    height: 249px;
  }
}

@media (min-width: 768px) {
  .tentou_net {
    display: flex;
    justify-content: space-between;
  }
}
.tentou_net .tentou, .tentou_net .net {
  width: 100%;
  border: 3px solid #ed6d34;
  border-radius: 20px;
  text-align: center;
  padding-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .tentou_net .tentou, .tentou_net .net {
    width: 474px;
    padding-bottom: 35px;
    padding-left: 0;
    padding-right: 0;
  }
}
.tentou_net .tentou .tentou_net_ttl, .tentou_net .net .tentou_net_ttl {
  margin-top: -15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .tentou_net .tentou .tentou_net_ttl, .tentou_net .net .tentou_net_ttl {
    margin-top: -15px;
  }
}
.tentou_net .tentou .tentou_net_ttl.tentou_ttl, .tentou_net .net .tentou_net_ttl.tentou_ttl {
  width: 189px;
  height: 19px;
}
@media (min-width: 768px) {
  .tentou_net .tentou .tentou_net_ttl.tentou_ttl, .tentou_net .net .tentou_net_ttl.tentou_ttl {
    width: 242px;
    height: 23px;
  }
}
.tentou_net .tentou .tentou_net_ttl.net_ttl, .tentou_net .net .tentou_net_ttl.net_ttl {
  width: 284px;
  height: 19px;
}
@media (min-width: 768px) {
  .tentou_net .tentou .tentou_net_ttl.net_ttl, .tentou_net .net .tentou_net_ttl.net_ttl {
    width: 362px;
    height: 23px;
  }
}
.tentou_net .tentou a.img_link, .tentou_net .net a.img_link {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}
@media (min-width: 768px) {
  .tentou_net .tentou a.img_link, .tentou_net .net a.img_link {
    width: 320px;
    height: 40px;
    margin-top: 25px;
  }
}
.tentou_net .tentou a.img_link:hover, .tentou_net .net a.img_link:hover {
  opacity: 1;
}
.tentou_net .tentou a.img_link:hover .pc_btn img.off, .tentou_net .net a.img_link:hover .pc_btn img.off {
  opacity: 0;
}
.tentou_net .tentou a.img_link .sp_btn, .tentou_net .net a.img_link .sp_btn {
  display: block;
}
@media (min-width: 768px) {
  .tentou_net .tentou a.img_link .sp_btn, .tentou_net .net a.img_link .sp_btn {
    display: none;
  }
}
.tentou_net .tentou a.img_link .pc_btn, .tentou_net .net a.img_link .pc_btn {
  display: none;
}
@media (min-width: 768px) {
  .tentou_net .tentou a.img_link .pc_btn, .tentou_net .net a.img_link .pc_btn {
    display: block;
    position: relative;
    width: 320px;
    height: 40px;
  }
  .tentou_net .tentou a.img_link .pc_btn img, .tentou_net .net a.img_link .pc_btn img {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.text_link {
  position: relative;
  padding-left: 20px;
}
.text_link:before {
  position: absolute;
  content: ">";
  font-size: 1.6rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.text_link span {
  text-decoration: underline;
}

.bg-gray {
  background: #f4f4f4;
  color: #221815;
}
.bg-gray .source .list {
  line-height: 1.5;
}
@media (min-width: 768px) {
  .bg-gray .source .list {
    line-height: 1.8;
  }
}
.bg-gray .source .list span {
  font-size: 1.1rem;
  display: inline;
  position: relative;
  padding-left: 12px;
}
@media (min-width: 768px) {
  .bg-gray .source .list span {
    font-size: 1.4rem;
    padding-left: 12px;
  }
}
.bg-gray .source .list span:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #221815;
  border-radius: 50%;
  top: 2px;
  left: 0;
}
@media (min-width: 768px) {
  .bg-gray .source .list span:before {
    top: 3px;
  }
}

.fc-black {
  color: #000000;
}

.list_block .ttl {
  font-weight: 700;
  font-size: 1.1rem;
  color: #008ccf;
}
@media (min-width: 768px) {
  .list_block .ttl {
    font-size: 1.4rem;
  }
}
.list_block .ttl.pink {
  color: #ea608e;
}
.list_block .ttl.green {
  color: #32a238;
}
.list_block .ttl.yellow {
  color: #f8b500;
}
.list_block .ttl.purple {
  color: #9079b6;
}
.list_block .ttl.orange {
  color: #ed6d34;
}
.list_block .list {
  line-height: 1.5;
}
@media (min-width: 768px) {
  .list_block .list {
    line-height: 1.8;
  }
}
.list_block .list span {
  font-size: 1.1rem;
  display: inline;
  position: relative;
  padding-left: 12px;
}
@media (min-width: 768px) {
  .list_block .list span {
    font-size: 1.4rem;
    padding-left: 12px;
  }
}
.list_block .list span:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #008ccf;
  border-radius: 50%;
  top: 2px;
  left: 0;
}
@media (min-width: 768px) {
  .list_block .list span:before {
    top: 3px;
  }
}
.list_block .list.pink span:before {
  background: #ea608e;
}
.list_block .list.green span:before {
  background: #32a238;
}
.list_block .list.yellow span:before {
  background: #f8b500;
}
.list_block .list.purple span:before {
  background: #9079b6;
}
.list_block .list.orange span:before {
  background: #ed6d34;
}

footer {
  background: #535353;
  text-align: center;
  padding: 10px 0;
}
footer .copyright {
  color: #ffffff;
  font-size: 0.9rem;
}

@media (min-width: 768px) {
  footer .copyright {
    font-size: 1.2rem;
  }
}

.top_page {
  position: fixed;
  width: 35px;
  height: 35px;
  bottom: 50px;
  right: 10px;
  z-index: 10;
}
#side_btn {
  display: none;
  position: fixed;
  width: 40px;
  height: 390px;
  right: 0;
  left: auto;
  z-index: 10;
  /* top: 20vh; */
  bottom: 30vh;
  opacity: 0;
  transition: 0.8s opacity ease;
  pointer-events: none;
}
#side_btn a {
  display: block;
}
#side_btn .mb-05 {
  margin-bottom: 5px;
}
.main_figure.active #side_btn {
  opacity: 1;
  pointer-events: auto;
}
.main_figure.active.absl #side_btn {
  position: absolute;
}

@media (min-width: 768px) {
  .top_page {
    width: 50px;
    height: 50px;
    right: 10px;
    z-index: 10;
  }
  #side_btn {
    display: block;
  }
}
.top_page a {
  display: block;
}

.pt-90p.pt-md-180 {
  padding-top: 90%;
}
@media (min-width: 768px) {
  .pt-90p.pt-md-180 {
    padding-top: 180px;
  }
}

.pt-28p.pt-md-60 {
  padding-top: 28%;
}
@media (min-width: 768px) {
  .pt-28p.pt-md-60 {
    margin-top: 60px;
  }
}

/* #age20th {
  height: 17%;
} */
/* @media (min-width: 768px) {
  #age20th {
    height: auto;
  }
} */

/* #age30th {
  height: 25%;
} */
/* @media (min-width: 768px) {
  #age30th {
    height: auto;
  }
} */

/* .main_figure_frame.age_30 {
  height: 25%;
}
@media (min-width: 768px) {
  .main_figure_frame.age_30 {
    height: auto;
  }
} */

/* #age40th {
  height: 23.5%;
}
@media (min-width: 768px) {
  #age40th {
    height: auto;
  }
} */

/* .main_figure_frame.age_40 {
  height: 23.5%;
}
@media (min-width: 768px) {
  .main_figure_frame.age_40 {
    height: auto;
  }
} */

/* #age50th {
  height: 10%;
}
@media (min-width: 768px) {
  #age50th {
    height: auto;
  }
} */

/* .main_figure_frame.age_50 {
  height: 10%;
}
@media (min-width: 768px) {
  .main_figure_frame.age_50 {
    height: auto;
  }
} */

/* #age60th {
  height: 10%;
}
@media (min-width: 768px) {
  #age60th {
    height: auto;
  }
} */

.col-6 .mt-10, .col-12 .mt-10 {
  margin-top: 5%;
}
@media (min-width: 768px) {
  .col-6 .mt-10, .col-12 .mt-10 {
    margin-top: 10px;
  }
}

.row.mt-10 {
  margin-top: 3%;
}
@media (min-width: 768px) {
  .row.mt-10 {
    margin-top: 10px;
  }
  .l-img07 {
    width: 100%;
    min-width: 660px;
    /* overflow: hidden; */margin-right: -30px;
  }
  .l-img08 {
    width: 100%;
    max-width: 560px;
    overflow: hidden;
  }
  .l-img10 {
    width: 100%;
    max-width: 450px;
  }
  .main_figure .main_figure_contents .balloon_block > img.off {
    position: relative;
  }
  .main_figure .main_figure_contents .balloon_block > img.on {
   opacity: 0!important;
  }
  .main_figure .main_figure_contents .balloon_block:hover > img.off {
   transition: all 0.8s ease;
  }
  .main_figure .main_figure_contents .balloon_block:hover > img.on {
   opacity: 1!important;
   transition: all 0.2s ease;
  }
  .img_parts09_bg {
    position: relative;
  }
  .img_parts09_bg:before {
    position: absolute;
    content: "";
    width: 144px;
    height: 102px;
    top: -15px;
    left: -144px;
    background: url(../img/img14.png) no-repeat 0 0 / 100%;
  }
  .img_parts03_bg {
    position: relative;
  }
  .img_parts03_bg:before {
    position: absolute;
    content: "";
    width: 95px;
    height: 127px;
    top: 95px;
    left: -95px;
    background: url(../img/img03.png) no-repeat 0 0 / 100%;
  }
  a:hover {
    opacity: 1!important;
  }
  a.no_link {
    cursor: default;
  }
}
.life_stage_contents_ttl {
  color: #ed6d34;
}
@media (max-width: 767px) {
  .main_figure .main_figure_contents .type02_sp {
    width: 48%;
  }
  .main_figure .main_figure_contents .type02_sp .balloon_block.type02 {
    width: 100%;
  }
  .mt-n7v {
    margin-top: -6.5vw;
  }
   .ml-n15 {
     margin-left: -15px;
   }
}
