@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap");
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

.clearfix:after {
  clear: both;
}

html {
  font-size: calc(100vw / 32);
}
@media only screen and (min-width: 751px) {
  html {
    font-size: 16px;
  }
}

li {
  list-style: none;
}

body {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

a {
  text-decoration: none;
}

#wrapper {
  opacity: 0;
}
#wrapper.open {
  -webkit-animation: alpha 0.6s ease-out forwards;
  -moz-animation: alpha 0.6s ease-out forwards;
  -o-animation: alpha 0.6s ease-out forwards;
  animation: alpha 0.6s ease-out forwards;
}

@keyframes alpha {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (min-width: 751px) {
  .sp {
    display: none;
  }

  #wrapper {
    min-width: 1200px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 750px) {
  .pc {
    display: none;
  }

  img {
    width: 100%;
  }
}
.global_navi {
  position: relative;
  z-index: 500;
}
.global_navi h1 {
  display: none;
}
.global_navi .over_nav {
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 500;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.global_navi .menu_header {
  position: relative;
  width: 100%;
  z-index: 501;
}
.global_navi .menu_header .menu_icon {
  position: absolute;
  left: 50%;
  height: 100%;
  top: 0;
  width: 30px;
  margin-left: -15px;
  background: url("../img/menu/menu_bullet_off.png") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.global_navi .menu_header .menu_icon p {
  width: 100%;
  height: 4px;
  background: #000;
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.global_navi .menu_header .menu_icon p:nth-child(1) {
  top: 34%;
}
.global_navi .menu_header .menu_icon p:nth-child(2) {
  top: 50%;
  margin-top: -2px;
}
.global_navi .menu_header .menu_icon p:nth-child(3) {
  bottom: 34%;
}
.global_navi .global_menu {
  background: url("../img/bg_repeat_paper.jpg") center top;
  position: absolute;
  width: 100%;
  z-index: 502;
  display: none;
}
.global_navi .global_menu ul {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.global_navi .global_menu li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 2px solid #b7986a;
  border-bottom: 2px solid #b7986a;
}
.global_navi .global_menu li a {
  display: block;
  background: url("../img/menu/menu_bullet_off.png") no-repeat center;
  color: #000;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.global_navi .global_menu li.current a {
  background-image: url("../img/menu/menu_bullet_on.png");
}
.global_navi.open_menu .over_nav {
  display: block;
}
.global_navi.open_menu .global_menu {
  opacity: 1;
}
.global_navi.open_menu .menu_header .menu_icon p:nth-child(2) {
  opacity: 0;
}
.global_navi.open_menu .menu_header .menu_icon p:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
}
.global_navi.open_menu .menu_header .menu_icon p:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: auto;
  top: 50%;
}
.global_navi.open_menu.close_menu .over_nag {
  display: none;
}
.global_navi.open_menu.close_menu .glogal_menu {
  opacity: 0;
}
@media only screen and (min-width: 751px) {
  .global_navi .menu_header {
    background: url("../img/menu/pc/menu_flower_l.png") no-repeat left center, url("../img/menu/pc/menu_flower_r.png") no-repeat right center, url("../img/menu/pc/menu_bg.jpg") repeat-x;
    height: 80px;
  }
  .global_navi .menu_header .menu_icon {
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
  }
  .global_navi .menu_header .menu_icon p {
    width: 30px;
    left: calc(50% - 15px);
  }
  .global_navi .global_menu ul {
    width: 1300px;
    margin: auto;
    padding: 50px 0;
  }
  .global_navi .global_menu li {
    width: 260px;
    text-align: center;
    height: 150px;
  }
  .global_navi .global_menu li a {
    -webkit-background-size: 74px;
    -o-background-size: 74px;
    background-size: 74px;
    font-size: 22px;
    line-height: 1.6;
    padding: 20px 0;
  }
  .global_navi .global_menu li a:hover {
    background-image: url("../img/menu/menu_bullet_on.png");
  }
  .global_navi .global_menu li:nth-child(5n) {
    border-right: none;
  }
  .global_navi .global_menu li:nth-child(11) {
    border-bottom: none;
  }
  .global_navi .global_menu li:nth-child(12) {
    border-bottom: none;
  }
}
@media only screen and (max-width: 750px) {
  .global_navi .menu_header {
    background: url("../img/menu/sp/menu_bg_sp.jpg") no-repeat center top;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    height: 15.8vw;
  }
  .global_navi .menu_header .menu_icon {
    background: none;
  }
  .global_navi .global_menu ul {
    margin: 0 5vw;
    padding: 5vw 0;
  }
  .global_navi .global_menu ul li {
    width: 50%;
    font-size: 1.4rem;
    text-align: center;
  }
  .global_navi .global_menu ul li a {
    -webkit-background-size: 10vw;
    -o-background-size: 10vw;
    background-size: 10vw;
    padding: 1.2em;
    line-height: 1.3;
  }
  .global_navi .global_menu ul li:nth-child(even) {
    border-right: none;
  }
  .global_navi .global_menu ul li:nth-child(11) {
    border-bottom: none;
  }
  .global_navi .global_menu ul li:nth-child(12) {
    border-bottom: none;
  }
}

.banner_area {
  background: url("../img/bg_repeat_paper.jpg");
}
.banner_area ul {
  text-align: center;
  letter-spacing: -.4em;
}
.banner_area ul li {
  display: inline-block;
}
@media only screen and (min-width: 751px) {
  .banner_area {
    padding: 82px 0;
  }
  .banner_area li {
    width: 290px;
    margin-left: 65px;
  }
  .banner_area li:first-child {
    margin-left: 0;
  }
  .banner_area li a {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    cursor: pointer;
  }
  .banner_area li a:hover {
    opacity: 0.65;
  }
}
@media only screen and (max-width: 750px) {
  .banner_area {
    padding: 12% 0;
  }
  .banner_area li {
    width: 310px;
    width: 41.33%;
    margin: 0 7px 14px;
  }
}

footer {
  background: #000;
  text-align: center;
  position: relative;
}
footer p {
  color: #FFF;
  line-height: 1.8;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
footer .share li {
  display: inline-block;
}
@media only screen and (min-width: 751px) {
  footer {
    padding: 60px -0px 80px;
  }
  footer .pagetop {
    background: url("../img/foot/btn_page_top_pc.png");
    width: 103px;
    height: 103px;
    position: absolute;
    left: 50%;
    margin-left: 422px;
    top: 50px;
  }
  footer .pagetop:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("../img/foot/btn_page_top_pc.png") no-repeat bottom;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  footer .pagetop:hover:after {
    opacity: 1;
  }
  footer .share {
    margin-bottom: 40px;
  }
  footer .share li {
    margin: 0 18px;
    width: 30px;
  }
  footer .share li img {
    width: 100%;
  }
  footer p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 750px) {
  footer {
    padding: 8% 0 12%;
  }
  footer .pagetop {
    background: url("../img/foot/btn_page_top_sp.png");
    width: 62px;
    height: 62px;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    margin: 0 auto 40px;
  }
  footer .share li {
    width: 10%;
    margin: 0 10px 30px;
  }
  footer p {
    font-size: 12px;
    font-weight: 300;
  }
}

.main_contents {
  background: url("../img/news/bg_repeat_gray.jpg") center top;
  padding: 60px 0 95px;
}
@media only screen and (min-width: 751px) {
  .main_contents h2 {
    text-align: center;
    margin-bottom: 58px;
  }
  .main_contents h2 img {
    width: auto;
    height: 216px;
  }
}
@media only screen and (max-width: 750px) {
  .main_contents {
    padding-top: 122px;
  }
  .main_contents h2 {
    width: 578px;
    width: 77.06%;
    margin: 0 auto 8%;
  }
}