@charset "UTF-8";
/* CSS Document */

/*---------------------------------------------
reset
---------------------------------------------*/
/*
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;
}
/* 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;
}
li {
	list-style-type: none;
}

/*---------------------------------------------
base
---------------------------------------------*/
html {
	font-size: 62.5%;
}
body{
	color:#223;
	background: #fff;
	font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	position:relative;
	line-height: 1.6;
}
a {
  color: #314da5;
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
a:hover,a:active,a:focus {
  color: #0074bd;
}
strong {
  color: #ff3971;
}
b {
  font-weight: bold;
}

/*---------------------------------------------
common
---------------------------------------------*/
.pcNone {
	display: none !important;
}

@media only screen and (max-width: 767px) {
.spNone {
	display: none !important;
}
.pcNone {
	display: block !important;
}
}

/*---------------------------------------------
モジュール
---------------------------------------------*/
/* 見出し */
.hdg-2 {
  font-size: 2.2rem;
  margin: 60px 0 25px;
  position: relative;
  padding-left: 15px;
}
.hdg-2::before {
  position: absolute;
  content: '';
  top: 10%;
  bottom: 10%;
  left: 0;
  width: 5px;
  background: #223;
}

/* ボタン */
.mod-btn {
  margin: 50px 0;
  text-align: center;
}
.mod-btn a {
  color: #fff;
  background: #223;
  font-size: 20px;
  font-size: 2rem;
  min-width: 230px;
  padding: 12px 20px;
  display: inline-block;
  border: 2px solid #223;
  border-radius: 30px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-decoration: none;
  text-align: center;
}
.mod-btn a:hover {
  color: #223;
  background: transparent;
}
@media only screen and (max-width: 1200px) {
.mod-btn {
  margin: 40px 0;
}
.mod-btn a {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 10px 15px;
}
}
@media only screen and (max-width: 767px) {
.mod-btn {
  margin: 25px 0 10px;
}
.mod-btn a {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 7px 10px;
}
}

/* 箇条書きリスト */
.mod-list > li {
  position: relative;
  padding-left: 20px;
  color: #223;
}
.mod-list > li::before {
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-block;
  content: '●';
  font-size: 1rem;
}
.mod-list > li + li {
  margin-top: 14px;
}

/* リンクリスト */
.mod-linkList {
  margin: 20px 0;
}
.mod-linkList > ul > li + li {
  margin-top: 10px;
}
.mod-linkList a {
  position: relative;
  z-index: 1;
  padding-left: 15px;
}
.mod-linkList a::before {
  position: absolute;
  top: .2em;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin-top: 0;
  margin-bottom: auto;
  content: '';
  border: 5px solid transparent;
  border-left-color: #333;
}
.mod-linkList + p {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
.mod-linkList {
  margin: 15px 0;
}
}

/* 注釈リスト */
.mod-noticeList {
  font-size: 1.3rem;
  line-height: 1.45;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mod-noticeList > li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 1.3em;
  margin-top: 7px;
  text-align: left;
}
.mod-noticeList > li::before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 1.2em;
  content: '';
  text-align: center;
  vertical-align: middle;
}
.mod-noticeList > li > .mark {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 1.2em;
  content: '';
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

/* 定義リスト */
.mod-defList > dl > dt:first-child {
  margin-top: 80px;
}
.mod-defList.type-in > dl > dt:first-child {
  margin-top: 40px;
}
.mod-defList dt {
  margin-top: 40px;
  position: relative;
  padding-left: 1em;
}
.mod-defList > dl > dt::before {
  content: '■';
  position: absolute;
  top: 0;
  left: 0;
}
.mod-defList dd {
  margin-bottom: 20px;
}
.mod-defList > dl > dd > dl > dt:first-child {
  margin-top: 20px;
}
.mod-defList > dl > dd > dl > dt::before {
  content: '□';
  position: absolute;
  top: 0;
  left: 0;
}


/* レイアウト */
.mod-col > ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mod-col.type-col2 > ul > li {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}
.mod-col.type-col2 > ul > li + li {
  margin-left: 20px;
}
.mod-col.type-col2 > ul > li + li:nth-child(odd) {
  margin-left: 0;
}
.mod-col.type-col2 > ul > li img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
.mod-col > ul {
  display: block;
}
.mod-col.type-col2 > ul > li {
  width: 100%;
}
.mod-col.type-col2 > ul > li + li {
  margin-left: 0;
}
}

/* 別窓リンク */
a[target="_blank"] {
  position: relative;
}
a[target="_blank"]::after {
  display: inline-block;
  font-family: "Font Awesome 5 Free"; /*←ココ！！！！！！！*/
  font-weight: 400;
  /* content: "\f35d"; */
  content: "\f2d2";
  margin-left: 5px;
  margin-right: 5px;
}
a[target="_blank"].no_icon::after {
  content: none;
}


/*---------------------------------------------
font-awesome
---------------------------------------------*/
.cmn-sns a {
	color: #223;
	padding: 8px;
	border: 2px solid #223;
	border-radius: 50%;
	transition: .3s;
	display: inline-block;
	text-align: center;
	line-height: 1;
}
.cmn-sns a:hover {
	color: #fff;
	background: #223;
}
.cmn-sns a i {
	width: 32px;
	height: 32px;
	display: inline-block;
}
.cmn-sns ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: flex-end;
}
.cmn-sns ul li + li {
	margin-left: 15px;
}

@media only screen and (max-width: 1200px) {
.cmn-sns a i.fa-2x {
  font-size: 1.5em;
  width: 24px;
  height: 24px;
}
.cmn-sns ul li + li {
  margin-left: 8px;
}
}

@media only screen and (max-width: 767px) {
.cmn-sns ul {
  justify-content: center;
}
.cmn-sns a {
  padding: 4px;
  border: 1px solid #223;
}
.cmn-sns a i.fa-2x {
  font-size: 1em;
  width: 16px;
  height: 16px;
}
}

/* 共通 */
body > section {
  padding: 100px 0 70px;
}
body > section > h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 40px;
  font-size: 4rem;
  margin-bottom: 40px;
  text-align: center;
}
.inner {
  width: 60%;
  max-width: 1200px;
  margin: 0 auto;
}
a img {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
a img:hover {
  opacity: .7;
}

.header {
  width: 60%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0 15px;
  position: relative;
}
.logo_wrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.logo {
  margin-right: 20px;
  padding-top: 3px;
}
.subTtl {
  font-family: serif;
  line-height: 1.4;
  font-weight: 700;
}
.global-nav {
  position: absolute;
  top: 25px;
  right: 0;
}
.hamburger {
  display: none;
}
.global-nav__list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.global-nav__list li + li {
  margin-left: 30px;
}
.global-nav__list li a {
  color: #223;
  text-decoration: none;
  font-family:'Lato', sans-serif;
  font-weight: 400;
  font-size: 20px;
  font-size: 2rem;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}
.global-nav__list li a:hover {
  color: #ff3971;
}
h2 + .lead {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  margin-top: -40px;
  margin-bottom: 50px;
}

/* スライダー */
.slider{
  margin: 0 auto;
  width: 60%;
  max-width: 1200px;
  opacity: 0;
}
.slick-initialized{
  opacity: 1
}
.slider img{
  height: auto;
  width: 100%;
}
.slick-prev:before,
.slick-next:before {
  color: #000;
}

/* delighter */
.delighter_op_07.delighter.started {
  transform: none;
  opacity: 1;
}
.delighter_op_07.delighter {
  transition: all .5s ease-out;
  transform: translateY(30px);
  opacity: 0;
}

@media only screen and (max-width: 1500px) {
.global-nav__list li + li {
  margin-left: 20px;
}
.global-nav__list li a {
  font-size: 18px;
  font-size: 1.8rem;
}
}

@media only screen and (max-width: 1200px) {
/* 共通 */
body > section {
  padding: 50px 0 50px;
}
body > section > h2 {
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 20px;
}
.inner {
  width: 90%;
}
.header {
  width: 90%;
  padding-bottom: 12px;
}
.logo {
  padding-top: 5px;
}
.logo img {
  width: 120px;
}
h2 + .lead {
  font-size: 16px;
  font-size: 1.6rem;
}
.subTtl {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}
.global-nav__list li + li {
    margin-left: 20px;
}
.global-nav__list li a {
  font-size: 16px;
  font-size: 1.6rem;
}
h2 + .lead {
  margin-top: -20px;
  margin-bottom: 30px;
}

/* スライダー */
.slider{
    width: 90%;
}
}

@media only screen and (max-width: 767px) {
body > section {
  padding: 30px 0;
}
body > section > h2 {
  font-size: 24px;
  font-size: 2.4rem;
}
.inner {
  width: 100%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header {
  width: 100%;
  padding: 13px 12px 9px;
  box-sizing: border-box;
}
.logo {
  margin-right: 12px;
}
.logo img {
  width: 100px;
}
h2 + .lead {
  font-size: 14px;
  font-size: 1.4rem;
}

/* ハンバーガーメニュー */
.hamburger {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 300;
}
.global-nav {
  position: fixed;
  right: -320px;
  top: 0;
  width: 300px;
  height: 100vh;
  padding-top: 40px;
  background-color: #fff;
  transition: all .6s;
  z-index: 200;
  overflow-y: auto;
}
.global-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.global-nav__item {
  text-align: center;
  padding: 0 14px;
}
.global-nav__list li + li {
  margin-left: 0;
}
.global-nav__item a {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  color: #111;
}
.global-nav__item a:hover {
  background-color: #eee;
}
.hamburger__line {
  position: absolute;
  left: 14px;
  width: 23px;
  height: 1px;
  background-color: #111;
  transition: all .6s;
}
.hamburger__line--1 {
  top: 19px;
}
.hamburger__line--2 {
  top: 25px;
}
.hamburger__line--3 {
  top: 31px;
}
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer;
}
/* 表示された時用のCSS */
.nav-open .global-nav {
  right: 0;
}
.nav-open .black-bg {
  opacity: .8;
  visibility: visible;
}
.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 25px;
}
.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}
.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 25px;
}

/* スライダー */
.slider {
  width: 100%;
}
.slick-arrow {
  display: none !important;
}
}

@media only screen and (max-width: 374px) {
.logo {
  margin-right: 10px;
}
.logo img {
  width: 80px;
}
.subTtl {
  font-size: 11px;
  font-size: 1.1rem;
}
}

/* フッターエリア */
.copyright {
  color: #333;
  padding: 100px 0 30px;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
.copyright {
  font-size: 11px;
  font-size: 1.1rem;
  padding-top: 50px;
}
}


/*---------------------------------------------
サイドカラム content_side
---------------------------------------------*/
.content_side .photo_list > ul > li:nth-child(n + 7) {
  display: none;
}


/*---------------------------------------------
page-topへ
---------------------------------------------*/
#page-top {
	position: fixed;
  bottom: 20px;
  font-size: 77%;
  text-align: right;
  width: 100%;
}
#page-top > span {
	max-width: 1200px;
  margin: 0 auto;
  display: block;
  text-align: right;
}
#page-top a {
	position: relative;
  background: #000;
  text-decoration: none;
  color: #fff;
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  opacity: 0.7;
  margin-left: auto;
}
#page-top a:hover {
  text-decoration: none;
  background: #999;
}
#page-top a::before {
	position: absolute;
  top: 5px;
  bottom: 0;
  left: 14px;
  display: block;
  width: 11px;
  height: 11px;
  margin: auto;
  content: '';
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#page-top a > span {
  position: relative;
  z-index: -1;
  display: inline-block;
  overflow: hidden;
  width: 10px;
  height: 10px;
  color: transparent;
}

@media (max-width: 1200px) {
#page-top a {
	margin-right: 10px;
}
}

/*---------------------------------------------
JS調整
---------------------------------------------*/
/* ページネーション */
#js-pager {
  margin-top: 50px;
}
.pager,
.pager_list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pager_item + .pager_item {
  margin-left: 10px;
}
.pager > a {
  color: #223;
  padding: 7px 10px;
  border: 1px solid #223;
  display: inline-block;
}
.pager_item > a {
  color: #223;
  padding: 7px 15px;
  border: 1px solid #223;
  display: inline-block;
}
.pager > a.pager_prev,
.pager > a.pager_next {
  margin: 0 10px;
}
.pager_item.is-current > a,
.pager_item > a:hover,
.pager > a:hover {
  background: #223;
  color: #fff;
}

@media only screen and (max-width: 767px) {
.pager > a {
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0 10px;
  padding: 7px;
}
.pager_item > a {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 7px 12px;
}
a.pager_prev,
a.pager_next {
  display: none;
}
}

@media only screen and (max-width: 374px) {
.pager_item + .pager_item {
  margin-left: 3px;
}
a.pager_first {
  margin: 0 3px 0 0;
}
a.pager_last {
  margin: 0 0 0 3px;
}
}
