@charset "utf-8";
/*
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;
}
* {
  box-sizing:border-box;
}
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:#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 {
	vertical-align:bottom;
}
.flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.sp-m {
  display: none;
}

body {
  /*
			font: 14px/1.5 "Noto Sans JP", sans-serif;
  */
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #333;
  box-sizing:border-box;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
}
a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
  	-ms-filter: "alpha(opacity=70)";
}
/* 色
        */
.clr-green {
  color: #008e5f;
}
.clr-pink {
  color: #ec7980;
}
.clr-lblue {
  color: #34bbd7;
}
#wrapper {
	width:100%;
	margin: 0 auto; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。 */
	padding:0;
}
header {
  width: 1280px;
  margin: 0 auto;
  padding: 10px 0 10px;
}
nav#top-menu {
  width: 1280px;
  margin: 0 auto;
}
nav#top-menu ul {
    padding-left: 44px;
}
nav#top-menu li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  display: inline-block;
  margin-right: 3em;
}
#main-image {
  margin: 10px auto 0;
  padding-top: 40px;
  width: 100%;
  height: 712px;
  background-image: url(../img/img_top_header.jpg);
  background-repeat: no-repeat;
  background-size:cover;
  background-position: bottom center;
}
#main-catch {
  font-size: 38px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.48em;
}
#main-title {
  width: 604px;
  margin: 90px auto;
}
#main-title img {
  width: 100%;
}
#sub-image {
  height: 160px;
  background-image: url("../img/img_header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding-top: 16px;
  margin-top: 10px;  
}
#sub-image-logo {
  width: 790px;
  margin: 0 auto;
}
#sub-image-logo img {
  width: 100%;
}

/* footer
          */
footer {
  width: 100%;
  background-color: #34bbd7;
  padding: 20px 0 50px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
#footer-wrap {
  width: 980px;
  margin: 0 auto;
  display: flex;
}
#footer-l {
  width: 50%;
  text-align: center;
}
#footer-l img {
  width: 65%;
  
}
#footer-r {
  width: 50%;
}
#footer-logo {
  width: 116px;
  margin: 0 auto 10px;
}
#footer-logo img {
  width: 100%;
}
p.com-sub {
  font-size: 13px;
  margin-bottom: 4px;
  text-align: center;
}
p.com-name {
  font-size: 16px;
  text-align: center;
  margin-bottom: 15px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
address {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  font-style: normal;
  text-align: center;
}
/*　ハンバーガーメニュー　*/
.hamburger {
  display : block;
  position: absolute;
  z-index : 4;
  right : 2vw;
  top   : 1vw;
  width : 12vw;
  height: 11vw;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 10vw;
  height  : 1vw ;
  left    : 1vw;
  background : #555;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition   : 0.5s ease-in-out;
  transition        : 0.5s ease-in-out;
}
.hamburger span:nth-child(1) {
  /*
  top: 6px;
  */
  top:1vw;
}
.hamburger span:nth-child(2) {
  /*
  top: 28px;
  */
  top:3vw;
}
.hamburger span:nth-child(3) {
  /*
  top: 50px;
  */
  top:5vw;
}
.hamburger p {
	margin-top:6.5vw;
	font-size:4vw;
	font-weight:500;
}
/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  /*
  top : 24px;
  left: 6px;
  */
  top:3vw;
  left:1vw;
  -webkit-transform: rotate(315deg);
  -moz-transform   : rotate(315deg);
  transform        : rotate(315deg);
}
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  /*
  top: 24px;
  */
  top:3vw;
  -webkit-transform: rotate(-315deg);
  -moz-transform   : rotate(-315deg);
  transform        : rotate(-315deg);
}
nav.globalMenuSp {
  position: fixed;
  z-index : 3;
  top  : 12vw;
  left : 0;
	height:100%;
  color: #000;
	overflow:auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
  background: #fff;
  text-align: left;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%;
}
#menu-wrap {
  background: #ccc;
  margin: 0 auto 10vw auto;
  padding: 0;
  width: 100%;
}
nav.globalMenuSp p {
  padding: 0 0 0 10vw;
  width: 100%;
  border-bottom: 1px solid #fff;
}
.a-content-lst {
	border-bottom: 1px solid #fff;
}
nav.globalMenuSp p:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp p:hover{
  background :#ddd;
}
nav.globalMenuSp p a {
  display: block;
  color: #000;
  padding: 2em 0;
	font-size: 4.5vw;
  text-decoration :none;
}
nav.globalMenuSp p img {
	vertical-align:middle;
	margin-right:1vw;
}
.article-title {
  display: block;
  position: relative;
  margin:0;
  /*
  padding: 0.8vw 0.4vw 0.8vw 2vw;
  */
  font-size: 110%;
  font-weight: normal;
  color: #fff;
  /*background: #036eb8;*/
  cursor: pointer;
	border-bottom:solid 1px #fff;
}
.article-title:after {
  content: "";
  position: absolute;
  right: 18vw;
  top: 46%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 1.8vw;
  height: 1.8vw;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.article-title.open:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 40%;
}
/*
.accordion-content {
  display: none;
	border-bottom: 1px solid #fff;
}
*/
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}
/* メニューだけをスクロールさせる工夫 */
.overflowHidden {
    overflow: hidden;
}
.indent-menu p {
  text-indent: 1em;
}
#bottom-menu {
  width: 980px;
  margin: 80px auto 120px;
}
#bottom-menu ul {
  display: flex;
  justify-content: space-between;
}
#bottom-menu li {
  width: 160px;
}
#bottom-menu li img {
  width: 100%;
}
/* ----------1280px以下---------- */

@media only screen and (max-width:1280px) {
  header {
  width: 100%;
  margin: 0 auto;
  padding: 1.04vw 0 1.04vw 2.08vw;
}
  nav#top-menu {
  width: 100%;
  margin: 0 auto;
}
nav#top-menu ul {
  width: 100%;
  padding-left: 2.08vw;
}
nav#top-menu li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  display: inline-block;
  margin-right: 3em;
  line-height: 2;
}
#main-image {
  margin: 1.04vw auto 0;
  padding-top: 4.17vw;
  width: 100%;
  height: 74.17vw;
  background-image: url(../img/img_top_header.jpg);
  background-repeat: no-repeat;
  background-size:cover;
  background-position: bottom center;
}  
#main-catch {
  font-size: 3.96vw;
  text-align: center;
  letter-spacing: 0.3em;
}
#main-title {
  width: 62.92vw;
  margin: 9.38vw auto;
}
#sub-image {
  height: 16.67vw;
  background-image: url("../img/img_header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding-top: 1.67vw;
  margin-top: 1.04vw;  
}
#sub-image-logo {
  width: 82.29vw;
  margin: 0 auto;
}
#bottom-menu {
  width: 95%;
  margin: 3.125vw auto 12.5vw;
}
#bottom-menu ul {
  display: flex;
  justify-content: space-between;
}
#bottom-menu li {
  width: 15.6vw;
}
#bottom-menu li img {
  width: 100%;
}
/* footer
          */
footer {
  width: 100%;
  background-color: #34bbd7;
  padding: 2.08vw 0 5.21vw;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
#footer-wrap {
  width: 90%;
  margin: 0 auto;
  display: flex;
}
#footer-logo {
  width: 12.08vw;
  margin: 0 auto 1.04vw;
}
#footer-logo img {
  width: 100%;
}
p.com-sub {
  font-size: 13px;
  margin-bottom: 4px;
  text-align: center;
}
p.com-name {
  font-size: 16px;
  text-align: center;
  margin-bottom: 15px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
address {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  font-style: normal;
  text-align: center;
}
  
}


/* ----------700px以下---------- */

@media only screen and (max-width:700px) {
  
  .pc-m {
    display: none;
  }
  .sp-m {
    display: block;
  }
  header {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0 10px 10px;
}
  header h1 {
    width: 70vw;
  }
  header h1 img {
    width: 100%;
  }
#bottom-menu {
  width: 95%;
  margin: 3.125vw auto 8vw;
}
#bottom-menu ul {
  display: flex;
  justify-content: space-between;
}
#bottom-menu li {
  width: 15.4vw;
}
#bottom-menu li img {
  width: 100%;
}
footer {
  width: 100%;
  background-color: #34bbd7;
  padding: 2.08vw 0 5.21vw;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
#footer-wrap {
  display: block;
}
#footer-l {
  width: 100%;
  margin-bottom: 5vw;
}
#footer-logo {
  width: 12.08vw;
  margin: 0 auto 1.04vw;
}
#footer-logo img {
  width: 100%;
}
p.com-sub {
  font-size: 10px;
  margin-bottom: 4px;
  text-align: center;
}
p.com-name {
  font-size: 12px;
  text-align: center;
  margin-bottom: 15px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
address {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.5;
  font-style: normal;
  text-align: center;
}
  
}