@charset "UTF-8";
/* -------------------------------------
----------------------------------------
reset
* html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
* Richard Clark (http://richclarkdesign.com)
* http://cssreset.com
----------------------------------------
------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, 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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ffff99;
  color: #000000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ffff99;
  color: #000000;
  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 #a6a6a6;
  margin: 1rem 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

li {
  list-style: none;
}

address {
  font-style: normal;
}

a {
  overflow: hidden;
  outline: none;
  text-decoration: none;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Helvetica, Arial, sans-serif;
}

.cf {
  zoom: 1;
}
.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

html {
  /* Prevent iOS text size adjust after orientation change, without disabling user zoom. */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
}

/* -------------------------------------
----------------------------------------
fonts
----------------------------------------
------------------------------------- */
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot?a8hmel");
  src: url("../fonts/icomoon/icomoon.eot?#iefixa8hmel") format("embedded-opentype"), url("../fonts/icomoon/icomoon.woff?a8hmel") format("woff"), url("../fonts/icomoon/icomoon.ttf?a8hmel") format("truetype"), url("../fonts/icomoon/icomoon.svg?a8hmel#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* -------------------------------------
----------------------------------------
setting 
----------------------------------------
------------------------------------- */
.top-menu3 > li > a:before, .guide_box > li > a > span, .pankuzu > li:after, footer > div > a > span, #anchor {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 1.5rem;
  line-height: 1.5em;
  color: #4c4c4c;
  position: relative;
}

.grand_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.grand_wrap main {
  width: 100%;
  padding: 46px 0 0 240px;
  margin: 0;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
@media (max-width: 1000px) {
  .grand_wrap main {
    padding: 78px 0 0 240px;
  }
}
@media (max-width: 800px) {
  .grand_wrap main {
    padding: 102px 0 0 240px;
  }
}
@media (max-width: 620px) {
  .grand_wrap {
    flex-direction: column;
  }
  .grand_wrap main {
    margin-top: 152px;
    padding: 0;
  }
}

.translation2 {
  width: 100%;
  background-color: #e7e7e7;
  position: fixed;
  z-index: 9000;
  display: block;
}
.translation2 > ul {
  width: 98%;
  font-size: 1.1rem;
  line-height: 1.8rem;
  color: #4c4c4c;
  padding: 10px 0 4px 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
}
.translation2 > ul > li {
  margin-bottom: 6px;
}
.translation2 > ul > li:nth-child(1) > ul {
  display: flex;
  align-items: center;
}
.translation2 > ul > li:nth-child(1) > ul > li {
  height: 26px;
  font-size: 1.3rem;
  line-height: 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.translation2 > ul > li:nth-child(1) > ul > li:first-child {
  font-size: 1.1rem;
  text-align: center;
  margin-right: 5px;
}
.translation2 > ul > li:nth-child(1) > ul > li a {
  color: #4c4c4c;
  padding: 5px;
  margin-right: 5px;
  border: 1px solid #4c4c4c;
  background-color: #ffffff;
  display: block;
}
.translation2 > ul > li:nth-child(1) > ul > li a:hover {
  background-color: #ffff99;
}
.translation2 > ul > li:nth-child(2) {
  display: flex;
  align-items: center;
}
.translation2 > ul > li:nth-child(2) > i {
  width: 26px;
  height: 26px;
  margin-left: 1em;
  margin-right: 1em;
  display: block;
}
.translation2 > ul > li:nth-child(2) > i > a {
  display: block;
}
.translation2 > ul > li:nth-child(2) > i > a > img {
  width: 100%;
  height: auto;
}
.translation2 > ul > li:nth-child(2) > p {
  height: 26px;
  font-size: 1.3rem;
  line-height: 1.2em;
  margin-right: 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.translation2 > ul > li:nth-child(2) > p a {
  color: #4c4c4c;
  padding: 5px 10px;
  border: 1px solid #4c4c4c;
  background-color: #ffffff;
  display: block;
}
.translation2 > ul > li:nth-child(2) > p a:hover {
  background-color: #ffff99;
}
@media (max-width: 1000px) {
  .translation2 > ul {
    width: 90%;
  }
  .translation2 > ul > li:nth-child(2) > i {
    margin-left: 0;
  }
}
@media (max-width: 800px) {
  .translation2 > ul > li:nth-child(1) {
    width: 100%;
  }
  .translation2 > ul > li:nth-child(1) > ul {
    flex-wrap: wrap;
  }
  .translation2 > ul > li:nth-child(1) > ul > li {
    width: 19.5%;
    height: 24px;
    font-size: calc(0.91rem + 0.4642857143vw);
    margin-bottom: 2px;
  }
  .translation2 > ul > li:nth-child(1) > ul > li a {
    width: 100%;
    text-align: center;
    padding: 3px;
  }
  .translation2 > ul > li:nth-child(1) > ul > li:first-child {
    display: none;
  }
  .translation2 > ul > li:nth-child(2) #fontsizer {
    display: none;
  }
  .translation2 > ul > li:nth-child(2) > p {
    height: 24px;
    font-size: calc(0.9rem + 0.6vw);
  }
  .translation2 > ul > li:nth-child(2) > p a {
    padding: 3px 6px;
  }
  .translation2 > ul > li:nth-child(2) > i {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 400px) {
  .translation2 > ul > li:nth-child(1) > ul > li {
    width: 24.5%;
    margin-bottom: 0;
    margin-right: 0.6666666667%;
  }
  .translation2 > ul > li:nth-child(1) > ul > li:nth-child(5), .translation2 > ul > li:nth-child(1) > ul > li:nth-child(9) {
    margin-right: 0;
  }
}

.header {
  width: 220px;
  height: 100%;
  background-color: #ffffff;
  display: block;
  overflow-y: scroll;
  position: fixed;
  top: 46px;
  left: 0;
  z-index: 8000;
}
.header > section {
  padding: 0.6em 0.3em 0.3em 0.6em;
  box-sizing: content-box;
  position: relative;
}
.header > section > h3 {
  margin-bottom: 8px;
}
.header > section > h3 > a {
  display: block;
}
.header > section > h3 > a > img {
  width: 100px;
  height: auto;
  display: block;
}
.header > section > h3 > a:hover {
  opacity: 0.3;
}
.header > section > h2 {
  margin-bottom: 0.4em;
}
.header > section > h2 > a {
  font-size: 3rem;
  line-height: 1.3em;
  font-style: normal;
  color: #4c4c4c;
  display: block;
}
.header > section > h2 > a:hover {
  color: #d60d0d;
}
@media (max-width: 1000px) {
  .header {
    top: 78px;
  }
}
@media (max-width: 800px) {
  .header {
    top: 102px;
  }
}
@media (max-width: 620px) {
  .header {
    width: 100%;
    height: 50px;
    overflow-y: inherit;
  }
  .header > section {
    height: 50px;
    padding: 0;
    display: flex;
    align-items: center;
  }
  .header > section > h2, .header > section > h3 {
    margin-bottom: 0;
  }
  .header > section > h2 > a {
    font-size: 2.8rem;
    line-height: 1.3em;
  }
  .header > section > h3 {
    margin: 0 0.8em 0 1em;
  }
  .header > section > h3 > a > img {
    width: 90px;
    height: auto;
  }
}
@media (max-width: 400px) {
  .header {
    top: 98px;
  }
}

.fnwrap {
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.3em;
  padding-bottom: 70px;
  display: block;
  position: relative;
}
.fnwrap > ul {
  width: 100%;
  margin: 0;
  background-color: #ffffff;
  display: block;
  position: relative;
}
.fnwrap > ul > li {
  font-size: 1.4rem;
  line-height: 1.3em;
  padding: 0.5em;
  border-top: 1px solid #e7e7e7;
  display: block;
  position: relative;
}
.fnwrap > ul > li > a {
  color: #4c4c4c;
  display: flex;
  align-items: center;
}
.fnwrap > ul > li > a:hover {
  color: #d60d0d;
}
.fnwrap > ul > li:nth-of-type(1), .fnwrap > ul > li:nth-of-type(6) {
  color: #ffffff;
  padding: 0.8em 0.5em 0.8em 1em;
}
.fnwrap > ul > li:nth-of-type(1) {
  background-color: #98afd3;
}
.fnwrap > ul > li:nth-of-type(6) {
  background-color: #e4a8c2;
}
.fnwrap > ul > li:last-of-type {
  border-bottom: 1px solid #e7e7e7;
}
.fnwrap > ul > li:nth-of-type(2) > a, .fnwrap > ul > li:nth-of-type(3) > a, .fnwrap > ul > li:nth-of-type(4) > a, .fnwrap > ul > li:nth-of-type(5) > a, .fnwrap > ul > li:nth-of-type(7) > a, .fnwrap > ul > li:nth-of-type(8) > a, .fnwrap > ul > li:nth-of-type(9) > a, .fnwrap > ul > li:nth-of-type(10) > a, .fnwrap > ul > li:nth-of-type(11) > a, .fnwrap > ul > li:nth-of-type(12) > a, .fnwrap > ul > li:nth-of-type(13) > a, .fnwrap > ul > li:nth-of-type(14) > a {
  padding-left: 0.5em;
}
.fnwrap > ul > li:nth-of-type(2) > a:before, .fnwrap > ul > li:nth-of-type(3) > a:before, .fnwrap > ul > li:nth-of-type(4) > a:before, .fnwrap > ul > li:nth-of-type(5) > a:before, .fnwrap > ul > li:nth-of-type(7) > a:before, .fnwrap > ul > li:nth-of-type(8) > a:before, .fnwrap > ul > li:nth-of-type(9) > a:before, .fnwrap > ul > li:nth-of-type(10) > a:before, .fnwrap > ul > li:nth-of-type(11) > a:before, .fnwrap > ul > li:nth-of-type(12) > a:before, .fnwrap > ul > li:nth-of-type(13) > a:before, .fnwrap > ul > li:nth-of-type(14) > a:before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.5em;
  display: block;
}
.fnwrap > ul > li:nth-of-type(2) > a:before {
  background: url(../img/icon/icon01.svg) no-repeat center center;
  background-size: cover;
}
.fnwrap > ul > li:nth-of-type(3) > a:before {
  background: url(../img/icon/icon02.svg) no-repeat center center;
  background-size: cover;
}
.fnwrap > ul > li:nth-of-type(4) > a:before {
  background: url(../img/icon/icon03.svg) no-repeat center center;
  background-size: cover;
}
.fnwrap > ul > li:nth-of-type(5) > a:before {
  background: url(../img/icon/icon04.svg) no-repeat center center;
  background-size: cover;
}
.fnwrap > ul > li:nth-of-type(7) > a:before {
  background: url(../img/icon/icon05.svg) no-repeat center center;
  background-size: cover;
}
.fnwrap > ul > li:nth-of-type(8) > a:before {
  background: url(../img/icon/icon06.svg) no-repeat center center;
  background-size: cover;
}
.fnwrap > ul > li:nth-of-type(9) > a:before {
  background: url(../img/icon/icon07.svg) no-repeat center center;
  background-size: cover;
}
.fnwrap > ul > li:nth-of-type(10) > a:before {
  background: url(../img/icon/icon08.svg) no-repeat center center;
  background-size: cover;
}
.fnwrap > ul > li:nth-of-type(11) > a:before {
  background: url(../img/icon/icon09.svg) no-repeat center center;
  background-size: cover;
}
.fnwrap > ul > li:nth-of-type(12) > a:before {
  background: url(../img/icon/icon10.png) no-repeat center center;
  background-size: cover;
}
.fnwrap > ul > li:nth-of-type(13) > a:before {
  background: url(../img/icon/icon13.svg) no-repeat center center;
  background-size: cover;
}
.fnwrap > ul > li:nth-of-type(14) > a:before {
  background: url(../img/icon/icon14.svg) no-repeat center center;
  background-size: cover;
}
.fnwrap > ul > li > ul {
  display: none;
}
.fnwrap > ul > li > ul > li {
  width: 100%;
  padding-left: 1.5em;
  margin: 0.5em 0;
  position: relative;
}
.fnwrap > ul > li > ul > li > a {
  color: #4c4c4c;
  text-indent: -1em;
  padding-left: 1em;
  padding-right: 1em;
  display: block;
}
.fnwrap > ul > li > ul > li > a:hover {
  color: #d60d0d;
}
.fnwrap > ul > li > ul > li > a:before {
  content: "・";
}
@media (max-width: 1000px) {
  .fnwrap {
    padding-bottom: 100px;
  }
}
@media (max-width: 800px) {
  .fnwrap {
    padding-bottom: 120px;
  }
}
@media (max-width: 620px) {
  .fnwrap {
    padding-bottom: 0;
    position: fixed;
    top: 152px;
    left: 0;
    z-index: 7000;
  }
  .fnwrap > ul {
    display: none;
  }
  .fnwrap .show-on-mobile {
    height: calc(100vh - 182px);
    overflow-y: scroll !important;
    padding-bottom: 30px;
    max-height: 2000px;
    display: block;
    position: relative;
  }
}

.menu-dropdown-icon:after {
  content: "＋";
  font-size: 2rem;
  color: #4c4c4c;
  display: block;
  transition: transform 0.3s linear;
  cursor: pointer;
  position: absolute;
  top: 0.5em;
  right: 0.3em;
}
@media (max-width: 620px) {
  .menu-dropdown-icon:after {
    right: 0.7em;
  }
}

.menu-dropdown-icon.toactive:after {
  content: "ー";
  font-size: 2rem;
  color: #4c4c4c;
  display: block;
  transition: transform 0.3s linear;
  cursor: pointer;
  position: absolute;
  top: 0.5em;
  right: 0.3em;
}
@media (max-width: 620px) {
  .menu-dropdown-icon.toactive:after {
    right: 0.7em;
  }
}

.menu-mobile {
  width: 40px;
  height: 40px;
  color: #4c4c4c;
  cursor: pointer;
  background-color: #ffffff;
  display: block;
  position: absolute;
  top: 5px;
  right: 2.5%;
}
.menu-mobile > i {
  width: 85%;
  height: 1px;
  background-color: #4c4c4c;
  position: absolute;
  right: 0;
  top: 20px;
  transition: all 0.6s;
}
.menu-mobile > i:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #4c4c4c;
  position: absolute;
  top: -10px;
  left: 0;
  transition: all 0.6s;
}
.menu-mobile > i:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #4c4c4c;
  position: absolute;
  top: 10px;
  left: 0;
  transition: all 0.6s;
}
.menu-mobile .touch-button {
  display: none;
}
@media (min-width: 621px) {
  .menu-mobile {
    display: none;
  }
}
@media (max-width: 620px) {
  .menu-mobile {
    display: block;
  }
}

.active > i {
  transition: all 0.6s;
  background-color: rgba(255, 255, 255, 0);
}
.active > i:before {
  transform: translateY(10px) rotate(-45deg);
  transition: all 0.6s;
}
.active > i:after {
  transform: translateY(-10px) rotate(45deg);
  transition: all 0.6s;
}

.pankuzu {
  font-size: 1.2rem;
  line-height: 1.5em;
  margin: 10px 10px 10px 0;
  display: block;
}
.pankuzu > li {
  list-style-type: none;
  display: inline;
}
.pankuzu > li:after {
  content: "\e922";
  padding: 0 5px;
  vertical-align: text-bottom;
}
.pankuzu > li:last-child:after {
  content: "";
}
.pankuzu > li a {
  color: #000000;
}
.pankuzu > li a:hover {
  color: #d60d0d;
}

footer {
  width: calc(100% - 240px);
  margin-left: 240px;
  margin-right: 30px;
  box-sizing: border-box;
}
footer > div {
  margin-top: 50px;
}
footer > div > a {
  font-size: 1.4rem;
  line-height: 1.4em;
  color: #4c4c4c;
  display: block;
}
footer > div > a:hover {
  color: #d60d0d;
}
footer > address {
  margin: 15px 0;
  display: flex;
  align-items: flex-end;
}
footer > address > ul > li {
  font-size: 1.4rem;
  line-height: 2rem;
}
footer > address > ul > li:first-child {
  font-size: 1.6rem;
  line-height: 1.4em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
footer > address > figure {
  text-align: right;
  margin-left: auto;
  margin-right: 60px;
}
footer > address > figure > a > img {
  width: 150px;
  height: auto;
}
footer > address > figure > small {
  font-size: 1rem;
  line-height: 1.3em;
  margin-top: 10px;
  display: block;
}
@media (max-width: 1000px) {
  footer > div {
    text-align: center;
  }
  footer > address {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  footer > address > ul > li {
    text-align: center;
  }
  footer > address > figure {
    text-align: center;
    margin: 20px auto 0 auto;
  }
}
@media (max-width: 620px) {
  footer {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

#anchor {
  width: 40px;
  height: 40px;
  font-size: 3.4rem;
  line-height: 3.4rem;
  text-align: center;
  color: #ffffff;
  background-color: #4c4c4c;
  display: block;
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 500;
  border-radius: 20px;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

.ind1 {
  text-indent: 1em;
}

/*
$slick-prev-character: "\2190" !default;
$slick-next-character: "\2192" !default;
*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: calc(20px + 3vw);
  width: calc(20px + 3vw);
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.4;
}
.slick-prev:before,
.slick-next:before {
  font-family: "icomoon";
  font-size: calc(20px + 3vw);
  line-height: 1;
  color: white;
  opacity: 0.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: calc(-25px - 4vw);
}
[dir=rtl] .slick-prev {
  left: auto;
  right: calc(-25px - 4vw);
}
.slick-prev:before {
  content: "\e906";
}
[dir=rtl] .slick-prev:before {
  content: "\e907";
}

.slick-next {
  right: calc(-25px - 4vw);
}
[dir=rtl] .slick-next {
  left: calc(-25px - 4vw);
  right: auto;
}
.slick-next:before {
  content: "\e907";
}
[dir=rtl] .slick-next:before {
  content: "\e906";
}

/* Dots */
/*
.slick-dotted.slick-slider {
    padding-bottom: 1em;
}
*/
.slick-dots {
  position: absolute;
  bottom: -15px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
  width: 10px;
  height: 10px;
  font-family: "icomoon";
  font-size: 15px;
  line-height: 10px;
  text-align: center;
  color: #B5B5B6;
  opacity: 0.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.6;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slides_wrap {
  margin-bottom: 40px;
  position: relative;
  z-index: 10;
}

.slick-slide {
  width: 33.3%;
  margin: 20px 20px 20px 0;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
@media (max-width: 620px) {
  .slick-slide {
    margin: 10px 20px 30px 20px;
  }
}

.home_h1 {
  display: none;
}

.cat_title_h2 {
  font-size: 2rem;
  line-height: 1.3em;
  text-align: center;
  padding: 0 1em;
  margin: 2em auto 1.2em auto;
}

.top-menu {
  padding: 20px 0 0 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: #98afd3;
  display: block;
  position: relative;
}
.top-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid #7593bc;
  border-left: 50px solid #7593bc;
  border-right: 50px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
}
.top-menu:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 50px solid transparent;
  border-right: 50px solid #7593bc;
  border-bottom: 10px solid #7593bc;
  position: absolute;
  right: 0;
  bottom: 0;
}
.top-menu > h2 {
  font-size: 2rem;
  line-height: 1.3em;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
}
.top-menu > ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.top-menu > ul > li {
  width: 230px;
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: #ffffff;
}
.top-menu > ul > li > a {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 15px;
  box-sizing: border-box;
  display: block;
}
.top-menu > ul > li > a > h3 {
  color: #7593bc;
}
.top-menu > ul > li > a > i:before {
  content: "";
  width: 3em;
  height: 3em;
  margin: 0.5em auto;
  display: block;
}
.top-menu > ul > li > a > p {
  font-size: 1.3rem;
  line-height: 1.4em;
  text-align: left;
  color: #4c4c4c;
}
.top-menu > ul > li:nth-of-type(1) > a > i:before {
  background: url(../img/icon/icon01.svg) no-repeat center center;
  background-size: cover;
}
.top-menu > ul > li:nth-of-type(2) > a > i:before {
  background: url(../img/icon/icon02.svg) no-repeat center center;
  background-size: cover;
}
.top-menu > ul > li:nth-of-type(3) > a > i:before {
  background: url(../img/icon/icon03.svg) no-repeat center center;
  background-size: cover;
}
.top-menu > ul > li:nth-of-type(4) > a > i:before {
  background: url(../img/icon/icon04.svg) no-repeat center center;
  background-size: cover;
}

.top-menu2 {
  padding: 20px 0 0 20px;
  margin-right: 20px;
  margin-bottom: 30px;
  background-color: #e4a8c2;
  display: block;
  position: relative;
}
.top-menu2:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid #d087a7;
  border-left: 50px solid #d087a7;
  border-right: 50px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
}
.top-menu2:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 50px solid transparent;
  border-right: 50px solid #d087a7;
  border-bottom: 10px solid #d087a7;
  position: absolute;
  right: 0;
  bottom: 0;
}
.top-menu2 > h2 {
  font-size: 2rem;
  line-height: 1.3em;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
}
.top-menu2 > ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.top-menu2 > ul > li {
  width: 230px;
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: #ffffff;
}
.top-menu2 > ul > li > a {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 15px;
  box-sizing: border-box;
  display: block;
}
.top-menu2 > ul > li > a > h3 {
  color: #d087a7;
}
.top-menu2 > ul > li > a > i:before {
  content: "";
  width: 3em;
  height: 3em;
  margin: 0.5em auto;
  display: block;
}
.top-menu2 > ul > li > a > p {
  font-size: 1.3rem;
  line-height: 1.4em;
  text-align: left;
  color: #4c4c4c;
}
.top-menu2 > ul > li:nth-of-type(1) > a > i:before {
  background: url(../img/icon/icon05.svg) no-repeat center center;
  background-size: cover;
}
.top-menu2 > ul > li:nth-of-type(2) > a > i:before {
  background: url(../img/icon/icon06.svg) no-repeat center center;
  background-size: cover;
}
.top-menu2 > ul > li:nth-of-type(3) > a > i:before {
  background: url(../img/icon/icon07.svg) no-repeat center center;
  background-size: cover;
}
.top-menu2 > ul > li:nth-of-type(4) > a > i:before {
  background: url(../img/icon/icon08.svg) no-repeat center center;
  background-size: cover;
}
.top-menu2 > ul > li:nth-of-type(5) > a > i:before {
  background: url(../img/icon/icon09.svg) no-repeat center center;
  background-size: cover;
}
.top-menu2 > ul > li:nth-of-type(6) > a > i:before {
  background: url(../img/icon/icon10.png) no-repeat center center;
  background-size: cover;
}
.top-menu2 > ul > li:nth-of-type(7) > a > i:before {
  background: url(../img/icon/icon13.svg) no-repeat center center;
  background-size: cover;
}
.top-menu2 > ul > li:nth-of-type(8) > a > i:before {
  background: url(../img/icon/icon14.svg) no-repeat center center;
  background-size: cover;
}

.top-menu > ul > li, .top-menu2 > ul > li {
  cursor: pointer;
}
.top-menu > ul > li:hover, .top-menu2 > ul > li:hover {
  opacity: 0.5;
}
@media (max-width: 1300px) {
  .top-menu > ul > li, .top-menu2 > ul > li {
    width: calc(25% - 20px);
  }
}
@media (max-width: 1000px) {
  .top-menu > ul > li, .top-menu2 > ul > li {
    width: calc(33% - 20px);
  }
}
@media (max-width: 800px) {
  .top-menu > ul > li, .top-menu2 > ul > li {
    width: calc(50% - 20px);
  }
}
@media (max-width: 620px) {
  .top-menu, .top-menu2 {
    margin-right: 0;
  }
  .top-menu > h2, .top-menu2 > h2 {
    padding: 0 1em;
  }
}

.home_topics_new {
  margin-right: 20px;
  margin-bottom: 40px;
  display: block;
  box-sizing: border-box;
}
.home_topics_new > dl {
  background-color: #f8fcce;
  border: 10px solid #fadf2c;
  border-bottom: 0;
  display: flex;
  align-items: center;
}
.home_topics_new > dl > dt {
  width: 150px;
  font-size: 3rem;
  line-height: 1.1em;
  font-weight: bold;
  text-align: center;
  padding: 0.5em 0;
}
.home_topics_new > dl > dt > span {
  font-size: 70%;
  line-height: 1.1em;
  color: #cccccc;
  display: block;
}
.home_topics_new > dl > dt > i {
  font-style: normal;
}
.home_topics_new > dl > dt > i:nth-of-type(1) {
  -webkit-text-stroke: 2px #22c9ef;
  text-stroke: 2px #22c9ef;
  color: #22c9ef;
}
.home_topics_new > dl > dt > i:nth-of-type(2) {
  -webkit-text-stroke: 2px #fa979c;
  text-stroke: 2px #fa979c;
  color: #fa979c;
}
.home_topics_new > dl > dt > i:nth-of-type(3) {
  -webkit-text-stroke: 2px #3be30c;
  text-stroke: 2px #3be30c;
  color: #3be30c;
}
.home_topics_new > dl > dt > i:nth-of-type(4) {
  -webkit-text-stroke: 2px #f3ab0f;
  text-stroke: 2px #f3ab0f;
  color: #f3ab0f;
}
.home_topics_new > dl > dt > i:nth-of-type(5) {
  -webkit-text-stroke: 2px #bf8ef3;
  text-stroke: 2px #bf8ef3;
  color: #bf8ef3;
}
.home_topics_new > dl > dt > i:nth-of-type(6) {
  -webkit-text-stroke: 2px #d29f69;
  text-stroke: 2px #d29f69;
  color: #d29f69;
}
.home_topics_new > dl > dd {
  width: calc(100% - 120px);
  padding: 1em;
}
.home_topics_new > dl > dd > h2 {
  font-size: 1.8rem;
  line-height: 1.3em;
  margin-bottom: 0.3em;
}
.home_topics_new > dl > dd > p {
  font-size: 1.4rem;
  line-height: 1.5em;
}
.home_topics_new > ul {
  border: 10px solid #fadf2c;
  border-right: 0;
  display: flex;
}
.home_topics_new > ul > li {
  width: 33.3333333333%;
  padding: 20px;
  background-color: #ffffff;
  border-right: 10px solid #fadf2c;
  box-sizing: border-box;
}
.home_topics_new > ul > li > a {
  width: 100%;
  height: 100%;
  color: #4c4c4c;
  display: block;
}
.home_topics_new > ul > li > a:hover {
  opacity: 0.5;
}
.home_topics_new > ul > li > a > img {
  width: 100%;
  height: auto;
  display: block;
}
.home_topics_new > ul > li > a > div {
  width: 100%;
}
.home_topics_new > ul > li > a > div > b {
  font-size: 1.8rem;
  line-height: 1.3em;
  margin: 0.8em 0 0.4em 0;
  display: block;
}
.home_topics_new > ul > li > a > div > p {
  font-size: 1.4rem;
  line-height: 1.5em;
}
.home_topics_new > ul > li > a > div > small {
  font-size: 1.2rem;
  line-height: 1.3em;
  padding-top: 0.6em;
  margin-top: 0.6em;
  border-top: 1px solid #cccccc;
  display: block;
}
.home_topics_new > ul > li > a > div > small:nth-of-type(2) {
  margin-top: 0.3em;
  border-top: 0;
}
@media (min-width: 1301px) {
  .home_topics_new > dl > dt {
    width: 250px;
    box-sizing: border-box;
  }
  .home_topics_new > dl > dt > span {
    display: inline;
  }
  .home_topics_new > dl > dd {
    width: calc(100% - 250px);
  }
  .home_topics_new > dl > dd > p > br {
    display: none;
  }
  .home_topics_new > ul > li > a {
    display: flex;
    align-items: flex-start;
  }
  .home_topics_new > ul > li > a > img {
    width: 40%;
    height: auto;
  }
  .home_topics_new > ul > li > a > div {
    width: 55%;
    margin-left: 5%;
  }
  .home_topics_new > ul > li > a > div > b {
    margin: 0 0 0.4em 0;
  }
}
@media (max-width: 1000px) {
  .home_topics_new > dl {
    flex-direction: column;
  }
  .home_topics_new > dl > dt {
    width: 100%;
    box-sizing: border-box;
  }
  .home_topics_new > dl > dt > span {
    display: inline;
  }
  .home_topics_new > dl > dd {
    width: 100%;
    padding: 0 1em 1em 1em;
    box-sizing: border-box;
  }
  .home_topics_new > dl > dd > p > br {
    display: none;
  }
  .home_topics_new > ul {
    border: 10px solid #fadf2c;
    border-bottom: 0;
    flex-direction: column;
  }
  .home_topics_new > ul > li {
    width: 100%;
    border-right: none;
    border-bottom: 10px solid #fadf2c;
  }
  .home_topics_new > ul > li > a {
    display: flex;
    align-items: flex-start;
  }
  .home_topics_new > ul > li > a > img {
    width: 40%;
    height: auto;
  }
  .home_topics_new > ul > li > a > div {
    width: 55%;
    margin-left: 5%;
  }
  .home_topics_new > ul > li > a > div > b {
    margin: 0 0 0.4em 0;
  }
}
@media (max-width: 620px) {
  .home_topics_new {
    margin: 0 5% 30px 5%;
  }
  .home_topics_new > ul > li {
    padding: 15px;
  }
}

.top-menu3 {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.top-menu3 > li {
  width: 240px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.top-menu3 > li > a {
  font-size: 1.55rem;
  line-height: 1.3em;
  color: #4c4c4c;
  text-indent: -20px;
  text-align: left;
  font-weight: bold;
  padding-left: 20px;
  margin: 4px 0;
  display: block;
}
.top-menu3 > li > a:before {
  content: "\e903";
  padding-right: 3px;
  vertical-align: middle;
}
.top-menu3 > li > div {
  width: 100%;
  height: 0;
  padding-top: 150%;
  position: relative;
}
.top-menu3 > li > div > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1300px) {
  .top-menu3 > li {
    width: calc(25% - 20px);
  }
}
@media (max-width: 1000px) {
  .top-menu3 > li {
    width: calc(33% - 20px);
  }
}
@media (max-width: 800px) {
  .top-menu3 > li {
    width: calc(50% - 20px);
  }
}
@media (max-width: 620px) {
  .top-menu3 {
    padding-right: 0;
    padding-left: 20px;
  }
}

.top-menu3_s {
  font-size: 1.3rem;
  line-height: 1.3em;
  text-align: right;
  margin-right: 20px;
  margin-bottom: 50px;
  display: block;
}
.top-menu3_s > a {
  color: #4c4c4c;
  text-decoration: underline;
}
.top-menu3_s > a:hover {
  color: #d60d0d;
}
@media (max-width: 620px) {
  .top-menu3_s {
    margin-right: 20px;
  }
}

.iflame_adjust > div {
  position: relative;
  overflow: hidden;
}
.iflame_adjust > div > iframe {
  height: calc(100% + 310px) !important;
  position: absolute !important;
  top: -310px !important;
  left: 0 !important;
}

.iflame_adjust2 > div {
  position: relative;
  overflow: hidden;
}
.iflame_adjust2 > div > iframe {
  height: calc(100% + 300px) !important;
  position: absolute !important;
  top: -300px !important;
  left: 0 !important;
}

.guide_box {
  margin-right: 20px;
  box-sizing: border-box;
}
.guide_box > li > a {
  font-size: 1.6rem;
  line-height: 1.4em;
  color: #4c4c4c;
  padding: 1em;
  border: 1px solid #4c4c4c;
  box-sizing: border-box;
  display: block;
}
.guide_box > li > a > span {
  color: #d60d0d;
}
.guide_box > li > a:hover {
  color: #d60d0d;
  border: 1px solid #d60d0d;
}
@media (max-width: 620px) {
  .guide_box {
    margin-left: 20px;
    margin-right: 20px;
  }
}
