@import url('https://fonts.googleapis.com/css2?family=Lato:wght@700&display=swap');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
  font-size: 62.5%;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
}
body {
  background-color: #f4f6fa;
  -webkit-text-size-adjust: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.5;
}
a,
button {
  text-decoration: none;
  -webkit-transition: opacity .4s ease , color .4s ease , background-image .4s ease;
  transition: opacity .4s ease , color .4s ease , background-image .4s ease;
  color: #000;
}
a img {
  border: none;
}
a:hover,
button:hover {
  opacity: .7;
}

ol, ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

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

@media screen and (max-width: 812px) {
  a:hover,
  button:hover {
    opacity: 1; }
}

img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 812px) {
  img {
    width: 100%; }
}

table {
  width: 100%;
}

input[type="text"],
input[type="email"],
textarea {
  -webkit-appearance: none;
  border: none;
  font-family: inherit;
}
input[type="text"]:focus,
input[type="email"]:focus {
  outline: 0;
}
input[type="button"],
input[type="text"],
input[type="submit"],
input[type="image"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
::-webkit-input-placeholder {
  color: #cccccc; }

:-ms-input-placeholder {
  color: #cccccc; }

::-ms-input-placeholder {
  color: #cccccc; }

::placeholder {
  color: #cccccc; }

:-ms-input-placeholder {
  color: #cccccc; }

::-ms-input-placeholder {
  color: #cccccc; }

.pc_none {
  display: none;
}
@media screen and (max-width: 812px) {
  .pc_none {
    display: block; }
}

@media screen and (max-width: 812px) {
  .sp_none {
    display: none; }
}

.column {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.column-jc-start {
  justify-content: flex-start;
}
.column-jc-end {
  justify-content: flex-end;
}
.column-jc-center {
  justify-content: center;
}
.column-jc-sa {
  justify-content: space-around;
}
.column-ai-start {
  align-items: flex-start;
}
.column-wrap {
  flex-wrap: wrap;
}
.order1 {
  order: 1;
}
.order2 {
  order: 2;
}
.order3 {
  order: 3;
}

/* ------------------------------
    clearfix
------------------------------ */
.cf:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

.cf {display: inline-block;}

/* Hides from IE Mac */
* html .cf {height: 1%;}
.cf {display:block;}
/* End Hack */


/* ----------------------------------------------------------------------------------------------------
  *  header
  * --------------------------------------------------------------------------------------------------*/
header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
header .wrap {
  max-width: none;
  padding: 5px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header .logo {
  width: 270px;
  transition:all .3s ease-out;
}
header .header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header .header-nav .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5rem;
}
header .header-nav .menu li:nth-child(n+2) {
  padding-left: 38px; }

header .header-nav .menu a {
  padding: 0 0 .5rem;
  color: #000;
  font-weight: bold;
}
header .toggle-nav {
  display: none;
}


/* ----------------------------------------------------------------------------------------------------
  *  footer
  * --------------------------------------------------------------------------------------------------*/
footer {
  background-color: #fff;
}
footer .wrap {
  max-width: none;
  padding: 25px 50px 50px;
}
footer .wrap .access_block .name {
  margin-bottom: .5rem;
  font-size: 1.4rem;
  font-weight: bold;
}
footer .wrap .access_block .address {
  margin-bottom: .5rem;
  font-size: 1.4rem;
}
footer .wrap .access_block .address a {
  color: #009fe8;
  text-decoration: underline;
}
footer .wrap .access_block .access {
  margin-bottom: 20px;
  font-size: 1.4rem;
}
footer .wrap .privacy-policy,
footer .wrap .copyright {
  font-size: 1.2rem;
  text-align: center;
}

.wrap {
  position: relative;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

#contents-title-block {
  padding: 90px 0;
  text-align: center;
}
#contents-title-block .contents-title {
  font-family: 'Lato',sans-serif;
  display: inline-block;
  font-size: 60px;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
}
#contents-title-block .contents-title span {
  display: block;
  margin-top: 25px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1em;
}
.contents-sub-title {
  margin-bottom: 30px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

.color_blue {
  color: #009fe8;
}
.color_red {
  color: #ff0000;
}

.more-button {
  margin-top: 50px;
  text-align: center;
}
.more-button a {
  display: block;
  width: 80%;
  max-width: 410px;
  margin: 0 auto;
  padding: 1.5em;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  text-align: center;
}


/* ----------------------------------------------------------------------------------------------------
*  TAB
* --------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  @media (orientation: portrait) {
    header .logo {
      width: 200px;
    }
    header .wrap {
      padding: 5px 20px;
    }
  }
  footer .wrap .access_block .access .pc_none {
    display: inline-block;
  }
}


/* ----------------------------------------------------------------------------------------------------
*  SP
* --------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .column-pc {
    display: block;
  }

  /* ----------------------------------------------------------------------------------------------------
	*  header
	* --------------------------------------------------------------------------------------------------*/
  header .wrap {
    padding: 1rem;
  }
  header .logo {
    width: 230px;
  }
  header .toggle-nav {
    display: block;
    position: absolute;
    z-index: 200;
    right: 3%;
    top: 50%;
    transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0);
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #000;
    border-radius: 5px;
  }
  header .toggle-nav span {
    display: block;
    position: absolute;
    height: 2px;
    width: 26px;
    background: #111;
    border-radius: 1px;
    opacity: 1;
    right: 11px;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  header .toggle-nav span:nth-child(1) {
    top: 12px;
  }
  header .toggle-nav span:nth-child(2) {
    top: 23px;
  }
  header .toggle-nav span:nth-child(3) {
    top: 34px;
  }
  header .toggle-nav.open span:nth-child(1) {
    top: 23px;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  header .toggle-nav.open span:nth-child(2) {
    opacity: 0;
    right: 30px;
  }
  header .toggle-nav.open span:nth-child(3) {
    top: 23px;
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  header .header-nav {
    display: none;
    position: fixed;
    z-index: 99;
    background-color: rgba(255, 255, 255, 1.0);
    width: 100%;
    left: 0;
    top: 0;
    height: calc( 100vh );
    padding: 0;
    overflow-y: scroll;
  }
  header .header-nav .menu {
    display: block;
    margin-right: 0;
    padding-top: 100px;
  }
  header .header-nav .menu li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  header .header-nav .menu li a {
    display: block;
    padding: 10px 20px;
    color: #4d4d4d;
    font-size: 2rem;
    text-align: center;
  }
  header .header-nav .menu li:nth-child(n+2) {
    padding-left: 0;
  }


  /* ----------------------------------------------------------------------------------------------------
	*  footer
	* --------------------------------------------------------------------------------------------------*/
  footer .wrap {
    padding: 25px 5%;
  }
  footer .wrap .logo {
    width: 60%;
    margin: 0 auto 2rem;
  }
  footer .wrap .access_block {
    text-align: center;
  }
  footer .wrap .copyright {
    margin-top: 1.5em;
  }

  section .wrap {
    width: 90%;
  }

  .more-button {
    margin-top: 30px;
  }
  .more-button a {
    width: 100%;
    padding: 1em 1.5em;
  }

  #contents-title-block {
    padding: 50px 0;
  }
  #contents-title-block .contents-title {
    font-size: 34px;
  }
  #contents-title-block .contents-title span {
    margin-top: 10px;
    font-size: 16px;
  }

}