@charset "UTF-8";
/*** CSS Document ********************************************
		ホテル・マネジメント
		20190904 ver1.1 -> 20230301 ver2.0
		style.css
*************************************************************/
@import url("https://fonts.googleapis.com/css?family=Oswald:400,600");
@import url("https://fonts.googleapis.com/css?family=EB+Garamond:500");
@font-face {
  font-family: 'hotel';
  src: url("../fonts/hotel.ttf") format("truetype"), url("../fonts/hotel.woff") format("woff"), url("../fonts/hotel.svg#hotel") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="ico-"], [class*=" ico-"] {
  font-family: 'hotel' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ico-arr1:before {
  content: "\e900"; }

.ico-arr2:before {
  content: "\e901"; }

.ico-arr3:before {
  content: "\e902"; }

.ico-arr4:before {
  content: "\e903"; }

.ico-arr5:before {
  content: "\e904"; }

.ico-home:before {
  content: "\e905"; }

.ico-kentei-examiner:before {
  content: "\e906"; }

.ico-kentei-guide:before {
  content: "\e907"; }

.ico-kentei-home:before {
  content: "\e908"; }

.ico-kentei-seminar:before {
  content: "\e909"; }

.ico-kentei-target:before {
  content: "\e90a"; }

.ico-kentei-workbook:before {
  content: "\e90b"; }

.ico-kentei-about:before {
  content: "\e90f"; }

.ico-login:before {
  content: "\e90c"; }

.ico-mail:before {
  content: "\e90d"; }

.ico-tel:before {
  content: "\e90e"; }

.ico-minus:before {
  content: "\e910"; }

.ico-plus:before {
  content: "\e911"; }

.ico-kentei-access:before {
  content: "\e912"; }

.ico-pdf:before {
  content: "\e913"; }

/*
	wrap
----------------------------------------------------------- */
.wrap-01 {
  max-width: 820px;
  margin: auto; }

.wrap-02 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap; }
.wrap-02-img {
  width: 40%;
  min-width: 40%; }
.wrap-02-contents {
  width: 60%;
  min-width: 60%;
  padding-left: 2.5em; }

@media screen and (max-width: 599px) {
  .wrap-02 {
    display: block; }
  .wrap-02-img {
    width: auto;
    min-width: initial; }
  .wrap-02-contents {
    width: auto;
    min-width: initial;
    padding: 1em 0 0 0; } }
/*
	link
----------------------------------------------------------- */
/* next */
.link-next {
  display: inline-block; }
.link-next:after {
  content: "";
  display: inline-block;
  font-family: "hotel";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: .5em; }

/* back */
.link-back {
  display: inline-block; }
.link-back:before {
  content: "";
  display: inline-block;
  font-family: "hotel";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: .5em; }

/* 外部リンク */
.link-open {
  display: inline-block; }
.link-open:after {
  content: "";
  display: inline-block;
  font-family: "hotel";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: .5em;
  color: #666;
  font-size: .75em; }

/* ページ内リンク */
.link-jump {
  display: inline-block; }
.link-jump:after {
  content: "";
  display: inline-block;
  font-family: "hotel";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: .5em;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

/* メール */
.link-mail {
  display: inline-block;
  text-decoration: none;
  font-family: 'Oswald', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  line-height: 1; }
.link-mail:before {
  content: "";
  display: inline-block;
  font-family: "hotel";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #9b001b;
  margin-right: .5em; }

/* 電話 */
.link-tel {
  display: inline-block;
  text-decoration: none;
  pointer-events: none;
  font-family: 'Oswald', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400; }
.link-tel:before {
  content: "";
  display: inline-block;
  font-family: "hotel";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #9b001b;
  margin-right: .1em;
  font-size: 90%; }

/* xls */
.link-xls {
  display: inline-block;
  position: relative; }
.link-xls:before {
  content: "\e917";
  display: inline-block;
  font-family: "hotel";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #00914b;
  margin-right: .5em; }

/* doc */
.link-doc {
  display: inline-block;
  position: relative; }
.link-doc:before {
  content: "\e916";
  display: inline-block;
  font-family: "hotel";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0552c5;
  margin-right: .5em; }

/* ppt */
.link-ppt {
  display: inline-block;
  position: relative; }
.link-ppt:before {
  content: "\e918";
  display: inline-block;
  font-family: "hotel";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #e33812;
  margin-right: .5em; }


@media screen and (max-width: 599px) {
  .link-tel {
    pointer-events: auto; } }
/* ホーム */
.link-home {
  display: inline-block;
  position: relative; }
.link-home:before {
  content: "";
  display: inline-block;
  font-family: "hotel";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: .5em; }

/* pdf */
.link-pdf {
  display: inline-block;
  position: relative; }
.link-pdf:before {
  content: "";
  display: inline-block;
  font-family: "hotel";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #9b001b;
  margin-right: .5em; }

/*
	list
----------------------------------------------------------- */
/* ドット */
.list-type-dot > li {
  padding-left: 1.25em;
  margin: .5em 0;
  position: relative; }
.list-type-dot > li:before {
  content: "";
  display: block;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background-color: #999;
  position: absolute;
  top: 0.55em;
  left: 0.25em; }
.list-type-dot.border > li span {
  border-bottom: 2px solid #000;
  font-weight: bold; }

/* 番号 */
.list-type-number > li {
  margin: .5em 0 .5em 1.5em;
  list-style-type: decimal;
  list-style-position: outside; }
.list-type-number.border > li span {
  border-bottom: 2px solid #000;
  font-weight: bold; }

/* ボタン */
.list-type-btn {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -.625em;
  margin-right: -.625em; }
.list-type-btn > li {
  padding: .625em; }

@media screen and (max-width: 599px) {
  .list-type-btn {
    display: block;
    margin-left: 0;
    margin-right: 0; }
  .list-type-btn > li {
    padding: .5em 0 0 0; }
  .list-type-btn > li.grid-2, .list-type-btn > li.grid-3, .list-type-btn > li.grid-4, .list-type-btn > li.grid-5 {
    width: auto; } }
/*
	line-box
----------------------------------------------------------- */
.line-box-black {
  padding: 1.5em;
  border: 1px solid #000; }

.line-box-gray {
  padding: 1.5em;
  border: 1px solid #ddd; }

.line-box-red {
  padding: 1.5em;
  border: 1px solid #9b001b; }

.line-box-black.small, .line-box-gray.small, .line-box-red.small {
  padding: .8em 1em;
  line-height: 1.6; }

/*
	table
----------------------------------------------------------- */
.tbl-01 {
  background-color: #fff;
  border-collapse: collapse;
  line-height: 1.6; }
.tbl-01 th, .tbl-01 td {
  border: 1px solid #dad7d1;
  padding: .75em 1em; }
.tbl-01 tbody th {
  background-color: #f9f6ee;
  vertical-align: top;
  text-align: left;
  font-weight: normal; }

@media screen and (max-width: 599px) {
  .tbl-01 {
    width: 100%; }
  .tbl-01 tr, .tbl-01 td, .tbl-01 th {
    display: block;
    border-bottom: none;
    border: none; }
  .tbl-01 td + td {
    padding-top: 0;
    padding-left: 1em;
    border-bottom: 1px solid #dad7d1; }
  .tbl-01 th {
    font-size: .8714em;
    padding: .5em .75em; }
  .tbl-01 td {
    padding: .75em .5em; } }
.tbl-02 {
  border-collapse: collapse;
  line-height: 1.6;
  border-top: 1px solid #ccc; }
.tbl-02 tbody th, .tbl-02 tbody td {
  border-bottom: 1px solid #ccc;
  padding: .75em 1em; }
.tbl-02 tbody th {
  font-weight: bold;
  text-align: left;
  vertical-align: top; }

@media screen and (max-width: 599px) {
  .tbl-02 {
    width: 100%; }
  .tbl-02 tr, .tbl-02 td, .tbl-02 th {
    display: block; }
  .tbl-02 tbody th {
    padding: 1em 0 0;
    border-bottom: none; }
  .tbl-02 tbody td {
    padding: .25em 0 1em; } }
.tbl-03 {
  background-color: #fff;
  border-collapse: collapse;
  line-height: 1.6; }
.tbl-03 th, .tbl-03 td {
  border: 1px solid #dad7d1;
  padding: .75em 1em; }
.tbl-03 thead {
  background-color: #233052; }
.tbl-03 thead th, .tbl-03 thead td {
  padding: .5em 1em;
  color: #fff;
  border-top-color: #233052;
  border-bottom-color: #233052;
  border-left-color: #233052; }
.tbl-03 thead th:last-child, .tbl-03 thead td:last-child {
  border-right-color: #233052; }
.tbl-03 tbody th {
  background-color: #f9f6ee;
  vertical-align: top;
  text-align: left;
  font-weight: 500; }

@media screen and (max-width: 599px) {
  .tbl-03 {
    width: 100%; }
  .tbl-03 th {
    font-size: .8714em;
    line-height: 1.4; }
  .tbl-03 thead th {
    padding-top: .5em;
    padding-bottom: .5em; }
  .tbl-03 td, .tbl-03 th {
    padding-top: .75em;
    padding-bottom: .75em; }

  .nowrap {
    white-space: normal !important; } }
/* tableのスマホ対応 */
.scroll-tbl {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch; }

/*
	float
----------------------------------------------------------- */
.img-fr {
  float: right;
  width: 40%;
  margin: 0 0 2em 2em; }

.img-fl {
  float: left;
  width: 40%;
  margin: 0 2em 2em 0; }

/*
 clearfix
----------------------------------------------------------- */
.clearfix:after {
  content: '';
  display: block;
  clear: both; }

/*
 container(変更禁止)
----------------------------------------------------------- */
.container {
  max-width: 1120px;
  min-width: 708px;
  margin: auto; }

@media screen and (max-width: 599px) {
  .container {
    max-width: initial;
    min-width: initial;
    margin: auto; } }
/*
	text
----------------------------------------------------------- */
.bold {
  font-weight: bold; }

.normal {
  font-weight: 500; }

.txt-lead {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.6; }

.nowrap {
  white-space: nowrap; }

@media screen and (max-width: 599px) {
  .txt-lead {
    font-size: 1.125em;
    text-align: left; } }
.txt-indent-1em {
  padding-left: 1em;
  text-indent: -1em; }

.txt-caution:before {
  content: "";
  display: inline-block;
  font-family: "hotel";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #d00000;
  margin-right: .25em; }

/*
	color
----------------------------------------------------------- */
.fc-red {
  color: #9b001b !important; }

.fc-gold {
  color: #a38845 !important; }

.fc-gray {
  color: #777 !important; }

.fc-blue {
  color: #233052 !important; }

.fc-white {
  color: #fff !important; }

.fc-black {
  color: #000 !important; }

.bg-light-red {
  background-color: #f9ecef !important; }

.bg-light-gold {
  background-color: #f9f6ee !important; }

.bg-gray {
  background-color: #efefef !important; }

.bg-blue {
  background-color: #233052 !important; }

.bg-gold {
  background-color: #a38845 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-black {
  background-color: #111 !important; }

/*
	align
----------------------------------------------------------- */
.center {
  text-align: center; }

.center-pc {
  text-align: center; }

@media screen and (max-width: 599px) {
  .center-pc {
    text-align: initial; } }
.left {
  text-align: left; }

.right {
  text-align: right; }

/*
	margin
----------------------------------------------------------- */
.m0 {
  margin: 0 !important; }

.mt0 {
  margin-top: 0 !important; }

.mt05 {
  margin-top: .5em !important; }

.mt1 {
  margin-top: 1em !important; }

.mt2 {
  margin-top: 2em !important; }

.mt3 {
  margin-top: 3em !important; }

.mt4 {
  margin-top: 4em !important; }

.mt5 {
  margin-top: 5em !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mb05 {
  margin-bottom: .5em !important; }

.mb1 {
  margin-bottom: 1em !important; }

.mb2 {
  margin-bottom: 2em !important; }

.mb3 {
  margin-bottom: 3em !important; }

.mb4 {
  margin-bottom: 4em !important; }

@media screen and (max-width: 599px) {
  .mt2 {
    margin-top: 1em !important; }

  .mt3 {
    margin-top: 1.5em !important; }

  .mt4, .mt5 {
    margin-top: 2em !important; }

  .mb2 {
    margin-bottom: 1em !important; }

  .mb3 {
    margin-bottom: 1.5em !important; }

  .mb4 {
    margin-bottom: 2em !important; } }
/*
	padding
----------------------------------------------------------- */
.p1 {
  padding: 1em !important; }

.pt0 {
  padding-top: 0 !important; }

.pt1 {
  padding-top: 1em !important; }

.pb1 {
  padding-bottom: 1em !important; }

.pl1 {
  padding-left: 1em !important; }

.pr1 {
  padding-right: 1em !important; }

.p1-5 {
  padding: 1.5em !important; }

.pt1-5 {
  padding-top: 1.5em !important; }

.pb1-5 {
  padding-bottom: 1.5em !important; }

.pl1-5 {
  padding-left: 1.5em !important; }

.pr1-5 {
  padding-right: 1.5em !important; }

.p2 {
  padding: 2em !important; }

.pt2 {
  padding-top: 2em !important; }

.pb2 {
  padding-bottom: 2em !important; }

.pl2 {
  padding-left: 2em !important; }

.pr2 {
  padding-right: 2em !important; }

.p2-5 {
  padding: 2.5em !important; }

.pt2-5 {
  padding-top: 2.5em !important; }

.pb2-5 {
  padding-bottom: 2.5em !important; }

.pl2-5 {
  padding-left: 2.5em !important; }

.pr2-5 {
  padding-right: 2.5em !important; }

.p3 {
  padding: 3em !important; }

.pt3 {
  padding-top: 3em !important; }

.pb3 {
  padding-bottom: 3em !important; }

.pl3 {
  padding-left: 3em !important; }

.pr3 {
  padding-right: 3em !important; }

@media screen and (max-width: 599px) {
  .p1-5, .p2, .p2-5, .p3 {
    padding: 1.3333em !important; }

  .pt1-5, .pt2, .pt2-5, .pt3 {
    padding-top: 1.3333em !important; }

  .pb1-5, .pb2, .pb2-5, .pb3 {
    padding-bottom: 1.3333em !important; }

  .pl1-5, .pl2, .pl2-5, .pl3 {
    padding-left: 1.3333em !important; }

  .pr1-5, .pr2, .pr2-5, .pr3 {
    padding-right: 1.3333em !important; } }
/*
	grid
----------------------------------------------------------- */
.grid-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.grid-1 {
  width: 100%; }

.grid-2 {
  width: 50%; }

.grid-3 {
  width: 33.3333%; }

.grid-4 {
  width: 25%; }

.grid-5 {
  width: 20%; }

@media screen and (max-width: 599px) {
  .grid-3, .grid-4, .grid-5 {
    width: 50%; } }
/*
	font-size
----------------------------------------------------------- */
.fs12 {
  font-size: .75em; }

.fs13 {
  font-size: .8125em; }

.fs14 {
  font-size: .875em; }

.fs15 {
  font-size: .9375em; }

.fs16 {
  font-size: 1em; }

.fs18 {
  font-size: 1.125em; }

.fs20 {
  font-size: 1.25em; }

.fs22 {
  font-size: 1.375em; }

.fs24 {
  font-size: 1.5em; }

.fs26 {
  font-size: 1.625em; }

.fs28 {
  font-size: 1.75em; }

.fs30 {
  font-size: 1.875em; }

.fs32 {
  font-size: 2em; }

.fs34 {
  font-size: 2.125em; }

.fs36 {
  font-size: 2.25em; }

.fs38 {
  font-size: 2.375em; }

.fs40 {
  font-size: 2.5em; }

.fs-normal {
  font-size: 1em !important; }

@media screen and (max-width: 599px) {
  .fs18 {
    font-size: 1.0625em; }

  .fs20 {
    font-size: 1.125em; }

  .fs22 {
    font-size: 1.1875em; }

  .fs24 {
    font-size: 1.25em; }

  .fs26 {
    font-size: 1.3125em; }

  .fs28 {
    font-size: 1.375em; }

  .fs30 {
    font-size: 1.4375em; }

  .fs32 {
    font-size: 1.5em; }

  .fs34 {
    font-size: 1.5625em; }

  .fs36 {
    font-size: 1.625em; }

  .fs38 {
    font-size: 1.6875em; }

  .fs40 {
    font-size: 1.75em; } }
/*
	size
----------------------------------------------------------- */
.w10p {
  width: 10%; }

.w20p {
  width: 20%; }

.w30p {
  width: 30%; }

.w40p {
  width: 40%; }

.w50p {
  width: 50%; }

.w60p {
  width: 60%; }

.w70p {
  width: 70%; }

.w80p {
  width: 80%; }

.w90p {
  width: 90%; }

.w100p {
  width: 100%; }

.inline-b {
  display: inline-block !important; }

@media screen and (max-width: 599px) {
  .w10p, .w20p, .w30p, .w40p, .w50p, .w60p, .w70p, .w80p, .w90p {
    width: auto; } }
/*
 state
----------------------------------------------------------- */
.sp {
  display: none; }

.is-hide {
  display: none; }

.is-show {
  display: block; }

@media screen and (max-width: 599px) {
  .sp {
    display: block; }

  .pc {
    display: none; } }
/*
	br
----------------------------------------------------------- */
.br {
  display: block; }

@media screen and (max-width: 599px) {
  .br {
    display: inline; } }
/*------------------------------------------------------------

	20180423 ver1.0
	animation

----------------------------------------------------------- */
/* slideIn */
@-webkit-keyframes slideIn1 {
  0% {
    right: -100px; }
  100% {
    right: 0; } }
@keyframes slideIn1 {
  0% {
    right: -100px; }
  100% {
    right: 0; } }
/* fadeOut */
@-webkit-keyframes fadeOut1 {
  0% {
    right: 0; }
  100% {
    position: static; } }
@keyframes fadeOut1 {
  0% {
    right: 0; }
  100% {
    position: static; } }
*, *:before, *:after {
  box-sizing: border-box; }

body {
  margin: 0; }

ul, li {
  margin: 0;
  padding: 0;
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

figure, figcaption {
  margin: 0; }

hr {
  border: none;
  background-color: #ddd;
  height: 1px;
  margin: 1.5em 0; }

/*
 web font
----------------------------------------------------------- */
 /*
 default style
----------------------------------------------------------- */
img {
  max-width: 100%; }

html {
  font-size: 62.5%;
  height: 100%; }

a {
  color: #111;
  text-decoration: underline;
  transition: all .2s; }
a:hover {
  opacity: .85; }
a:hover {
  text-decoration: none; }

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none; }

@media screen and (max-width: 599px) {
  a[href^="tel"] {
    pointer-events: auto; } }
body {
  color: #111;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 1.6;
  font-family: Arial, Helvetica, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: normal;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-weight: 500;
  min-width: 768px; }

@media screen and (max-width: 599px) {
  body {
    font-size: 1.4rem;
    min-width: initial; } }
@media print {
  body {
    min-width: 1100px;
    font-size: 1.4rem;
    -webkit-print-color-adjust: exact; } }
/* form style */
input[type="text"], input[type="email"], input[type="tel"], input[type="number"] {
  border: 2px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  font-size: 1em;
  padding: 0 1em;
  height: 3.125em;
  max-width: 100%; }

textarea {
  width: 100%;
  border: 2px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  padding: .8em;
  min-height: 170px; }

select {
  border: 2px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  font-size: 1em;
  padding: 0 1em;
  height: 3.125em;
  max-width: 100%; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none; }

/* placeholder の色をカスタマイズ */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ccc;
  font-weight: normal;
  opacity: 1; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ccc;
  font-weight: normal;
  opacity: 1; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #ccc;
  font-weight: normal;
  opacity: 1; }

@media screen and (max-width: 599px) {
  input[type="text"], input[type="email"], input[type="tel"], input[type="number"] {
    min-width: initial;
    width: 100%;
    padding: 0 .5em;
    font-size: 1.6rem; }

  textarea {
    font-size: 1.6rem;
    min-height: 100px;
    padding: .5em; } }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  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;
  display: none; }
[dir="rtl"] .slick-slide {
  float: right; }
.slick-slide img {
  display: block; }
.slick-slide.slick-loading img {
  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; }

/*
	l-header
----------------------------------------------------------- */
.l-header {
  background-color: #fff;
  padding-left: 30px;
  padding-right: 30px; }
.l-header a {
  text-decoration: none; }
.l-header__container {
  min-height: 140px;
  position: relative; }

@media screen and (max-width: 599px) {
  .l-header {
    padding: 1em;
    position: relative; }
  .l-header__container {
    min-height: calc(60px - 2em);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center; } }
/* l-header-logo */
.l-header-logo {
  max-width: 398px;
  float: left;
  margin-top: 43px; }
.l-header-logo img {
  display: block; }

@media screen and (max-width: 1120px) {
  .l-header-logo {
    max-width: 350px; } }
@media screen and (max-width: 599px) {
  .l-header-logo {
    width: 59%;
    margin-top: 0; } }
/* l-header-nav */
.l-header-nav {
  float: right;
  margin: 17px 0 10px; }
.l-header-nav__list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap; }
.l-header-nav__list > li {
  border-style: solid;
  border-color: #000;
  border-width: 1px 0 1px 1px;
  font-size: .8125em;
  line-height: 1; }
.l-header-nav__list > li:last-child {
  border-width: 1px; }
.l-header-nav__list > li > a {
  padding: .65em 2em;
  display: block; }
.l-header-nav__list > li > a:hover {
  background-color: #eee; }

@media screen and (max-width: 599px) {
  .l-header-nav {
    display: none; } }
/* l-header-nav-global */
.l-header-nav-global {
  float: right; }

@media screen and (max-width: 1000px) {
  .l-header-nav-global {
    float: none;
    clear: both;
    margin-top: 1em; } }
@media screen and (max-width: 599px) {
  .l-header-nav-global {
    display: none; } }
/*
	l-footer
----------------------------------------------------------- */
.l-footer {
  background-color: #233052;
  color: #fff;
  padding-left: 30px;
  padding-right: 30px; }
.l-footer a {
  text-decoration: none;
  color: #fff; }
.l-footer__container {
  padding: 4em 0; }

@media screen and (max-width: 599px) {
  .l-footer {
    padding-right: 5.3333%;
    padding-left: 5.3333%; }
  .l-footer__container {
    padding: 8% 0; } }
/* l-footer-wrap */
.l-footer-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap; }
.l-footer-wrap__column-01 {
  width: 50%; }
.l-footer-wrap__column-02 {
  width: 50%; }

@media screen and (max-width: 599px) {
  .l-footer-wrap {
    display: block; }
  .l-footer-wrap__column-01, .l-footer-wrap__column-02 {
    width: auto;
    margin: 0 0 5% 0; } }
/* l-footer-info */
.l-footer-info__logo {
  width: 310px;
  margin: 0; }
.l-footer-info__logo img {
  display: block; }
.l-footer-info__address {
  font-size: .8125em;
  margin: 1.5em 0 0 0; }
.l-footer-info__tel {
  font-size: 1.5em;
  margin: 0; }
.l-footer-info__tel .link-tel:before {
  color: #fff; }

@media screen and (max-width: 599px) {
  .l-footer-info__logo {
    width: 62%;
    margin: auto; }
  .l-footer-info__address {
    text-align: center;
    font-size: .78571em; }
  .l-footer-info__tel {
    text-align: center; } }
/* l-footer-nav */
.l-footer-nav {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
.l-footer-nav__list {
  min-width: 40%; }

@media screen and (max-width: 599px) {
  .l-footer-nav {
    display: block; }
  .l-footer-nav__list {
    white-space: normal;
    min-width: initial;
    font-size: .92857em; } }
/* l-footer-copyright */
.l-footer-copyright {
  margin: 4em 0 0;
  text-align: center;
  font-size: .75em; }

@media screen and (max-width: 599px) {
  .l-footer-copyright {
    margin: 0; } }
/*
	sp
----------------------------------------------------------- */
.sp-btn-menu, .sp-nav-global {
  display: none; }

/*
	sp-btn-menu
----------------------------------------------------------- */
@media screen and (max-width: 599px) {
  .sp-btn-menu {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #a38845;
    color: #fff;
    width: 60px;
    height: 100%; }
  .sp-btn-menu__bar {
    width: 26px;
    height: 16px;
    position: absolute;
    top: 13px;
    left: 17px; }
  .sp-btn-menu__bar span {
    display: block;
    position: absolute;
    background-color: #fff;
    height: 2px; }
  .sp-btn-menu__bar span:nth-child(1) {
    width: 80%;
    top: 0;
    left: 10%; }
  .sp-btn-menu__bar span:nth-child(2) {
    width: 100%;
    top: 7px;
    left: 0; }
  .sp-btn-menu__bar span:nth-child(3) {
    width: 80%;
    top: 14px;
    left: 10%; }
  .sp-btn-menu__txt {
    position: absolute;
    bottom: 13px;
    left: 0;
    font-family: 'Oswald', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: 400;
    width: 100%;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center; } }
/*
	sp-nav-global
----------------------------------------------------------- */
@media screen and (max-width: 599px) {
  .sp-nav-global {
    display: block;
    position: fixed;
    top: 0;
    visibility: hidden;
    opacity: 0;
    right: -100vw;
    width: 100%;
    height: 100%;
    z-index: 1000;
    overflow: auto;
    transition: all .5s ease;
    background-color: rgba(35, 48, 82, 0.98); }
  .sp-nav-global__container {
    padding: 60px 8%;
    color: #fff; }
  .sp-nav-global__container a {
    color: #fff; }
  .sp-nav-global__btn-close {
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    cursor: pointer; }
  .sp-nav-global__btn-close:before, .sp-nav-global__btn-close:after {
    content: "";
    width: 28px;
    height: 1px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 28px;
    left: 15px;
    z-index: 1001; }
  .sp-nav-global__btn-close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .sp-nav-global__btn-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .sp-nav-global__list {
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
  .sp-nav-global__list > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .sp-nav-global__list > li > a {
    display: block;
    font-size: 1.142857em;
    line-height: 1.4;
    font-weight: bold;
    padding: 1em 2em 1em 0;
    cursor: pointer;
    position: relative; }
  .sp-nav-global__list > li > a:before {
    content: "";
    display: inline-block;
    font-family: "hotel";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -.5em;
    font-size: 1.1rem; }
  .sp-nav-global__trigger {
    display: block;
    font-size: 1.142857em;
    line-height: 1.4;
    font-weight: bold;
    padding: 1em 2em 1em 0;
    cursor: pointer;
    position: relative;
    transition: .2s; }
  .sp-nav-global__trigger:before, .sp-nav-global__trigger:after {
    transition: .2s;
    content: "";
    display: block;
    width: 13px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 3px; }
  .sp-nav-global__trigger:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  .sp-nav-global__trigger.is-active:before {
    display: none; }
  .sp-nav-global__trigger.is-active:after {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  .sp-nav-global__child-list {
    display: none;
    padding-bottom: 1em; }
  .sp-nav-global__child-list > li > a {
    position: relative;
    display: block;
    padding: .65em 2em .65em 1em; }
  .sp-nav-global__child-list > li > a:before {
    content: "";
    display: inline-block;
    font-family: "hotel";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -.5em;
    font-size: 1.1rem;
    color: #a38845; }

  .sp-nav-global-open .sp-nav-global {
    opacity: 1;
    visibility: visible;
    right: 0; } }
/*
	nav
----------------------------------------------------------- */
/* nav-global */
.nav-global a {
  text-decoration: none; }
.nav-global__list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }
.nav-global__list > li {
  white-space: nowrap;
  font-weight: bold; }
.nav-global__list > li:not(:first-child) {
  padding-left: 3em; }
.nav-global__list > li > a {
  display: block;
  padding: 1em 0 .75em;
  position: relative; }
.nav-global__list > li > a:before {
  transition: all .5s ease;
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background-color: #9b001b;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
.nav-global__list > li > a:hover {
  opacity: 1; }
.nav-global__list > li > a:hover:before {
  width: 100%; }

.page-about .nav-global__item-01 > a:before, .page-activity .nav-global__item-02 > a:before, .page-kentei .nav-global__item-03 > a:before, .page-inquiry .nav-global__item-04 > a:before {
  width: 100%; }

@media screen and (max-width: 1120px) {
  .nav-global__list > li:not(:first-child) {
    padding-left: 2em; } }
@media screen and (max-width: 1000px) {
  .nav-global__list {
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .nav-global__list > li > a {
    padding: 1.5em 0 1em; } }
/* nav-local */
.nav-local a {
  text-decoration: none; }
.nav-local__list {
  max-width: 1120px;
  margin: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center; }
.nav-local__list > li {
  background-color: #fff;
  width: 13%;
  margin: 0 .4%; }
.nav-local__list > li > a {
  display: block;
  padding: 5.5em .75em 1.5em;
  height: 100%;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  position: relative; }
.nav-local__list > li > a:before {
  font-size: 2.4em;
  position: absolute;
  top: 0.6em;
  left: 50%;
  margin-left: -.5em;
  color: #9b001b; }
.nav-local__list > li > a:hover {
  opacity: 1;
  background-color: rgba(155, 0, 27, 0.1); }
.nav-local__list > li:not(.nav-local__item-03):not(.nav-local__item-04).is-active {
  background-color: #9b001b; }
.nav-local__list > li:not(.nav-local__item-03):not(.nav-local__item-04).is-active > a {
  color: #fff; }
.nav-local__list > li:not(.nav-local__item-03):not(.nav-local__item-04).is-active > a:before {
  color: #fff; }
.nav-local__list > li.nav-local__item-03, .nav-local__list > li.nav-local__item-04 {
  width: 20%;
  font-weight: bold;
  border-top: 4px solid #9b001b; }
.nav-local__list > li.nav-local__item-03 .label, .nav-local__list > li.nav-local__item-04 .label {
  width: 100%;
  height: 50%;
  color: #111;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center; }
.nav-local__list > li.nav-local__item-03 .label:before, .nav-local__list > li.nav-local__item-04 .label:before {
  color: #9b001b;
  font-size: 2em;
  margin-right: .4em; }
.nav-local__list > li.nav-local__item-03.is-active .label, .nav-local__list > li.nav-local__item-04.is-active .label {
  background-color: rgba(155, 0, 27, 0.1); }
.nav-local__list > li.nav-local__item-03 .link, .nav-local__list > li.nav-local__item-04 .link {
  border-top: 2px solid #233052;
  width: 100%;
  height: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center; }
.nav-local__list > li.nav-local__item-03 .link > a, .nav-local__list > li.nav-local__item-04 .link > a {
  width: 50%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  text-align: center; }
.nav-local__list > li.nav-local__item-03 .link > a:hover, .nav-local__list > li.nav-local__item-04 .link > a:hover {
  opacity: 1;
  background-color: rgba(155, 0, 27, 0.1); }
.nav-local__list > li.nav-local__item-03 .link > a:nth-child(1), .nav-local__list > li.nav-local__item-04 .link > a:nth-child(1) {
  border-right: 1px solid #233052; }
.nav-local__list > li.nav-local__item-03 .link > a:nth-child(2), .nav-local__list > li.nav-local__item-04 .link > a:nth-child(2) {
  border-left: 1px solid #233052; }
.nav-local__list > li.nav-local__item-03 .link > a.is-active, .nav-local__list > li.nav-local__item-04 .link > a.is-active {
  background-color: #9b001b;
  color: #fff; }
.nav-local__link {
  display: none; }
.nav-local__item-01 > a:before {
  content: "";
  display: inline-block;
  font-family: "hotel";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.nav-local__item-02 > a:before {
  content: "";
  display: inline-block;
  font-family: "hotel";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.nav-local__item-03 .label:before {
  content: "";
  display: inline-block;
  font-family: "hotel";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.nav-local__item-04 .label:before {
  content: "";
  display: inline-block;
  font-family: "hotel";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.nav-local__item-05 > a:before {
  content: "";
  display: inline-block;
  font-family: "hotel";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.nav-local__item-06 > a:before {
  content: "";
  display: inline-block;
  font-family: "hotel";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media screen and (max-width: 599px) {
  .nav-local__list {
    max-width: initial;
    -webit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -.5%;
    font-size: 1.3rem; }
  .nav-local__list > li {
    width: 48%;
    margin: 0 1% 2%; }
  .nav-local__list > li > a {
    padding: 1.2em 1em 1.2em 1.5em; }
  .nav-local__list > li > a:before {
    font-size: 1.5em;
    left: 1rem;
    top: 50%;
    margin: -.5em 0 0 0; }
  .nav-local__list > li > a:after {
    content: "";
    display: inline-block;
    font-family: "hotel";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
    position: absolute;
    top: 50%;
    right: 0.5rem;
    margin-top: -.5em;
    color: #9b001b; }
  .nav-local__list > li.nav-local__item-03, .nav-local__list > li.nav-local__item-04 {
    width: 48%;
    border-top: none;
    border-left: 2px solid #9b001b; }
  .nav-local__list > li.nav-local__item-03 .label, .nav-local__list > li.nav-local__item-04 .label {
    height: auto;
    padding: .5em 0;
    position: relative; }
  .nav-local__list > li.nav-local__item-03 .label:before, .nav-local__list > li.nav-local__item-04 .label:before {
    font-size: 1.5em;
    position: absolute;
    left: 1rem;
    top: 50%;
    margin: -.5em 0 0 0; }
  .nav-local__list > li.nav-local__item-03 .link, .nav-local__list > li.nav-local__item-04 .link {
    height: auto;
    border-top-width: 1px;
    line-height: 1.2; }
  .nav-local__list > li.nav-local__item-03 .link > a, .nav-local__list > li.nav-local__item-04 .link > a {
    padding: 1.2em 1em 1.2em .5em;
    position: relative; }
  .nav-local__list > li.nav-local__item-03 .link > a:nth-child(2), .nav-local__list > li.nav-local__item-04 .link > a:nth-child(2) {
    border-left: none; }
  .nav-local__list > li.nav-local__item-03 .link > a:after, .nav-local__list > li.nav-local__item-04 .link > a:after {
    content: "";
    display: inline-block;
    font-family: "hotel";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
    position: absolute;
    top: 50%;
    right: 0.5rem;
    margin-top: -.5em;
    color: #9b001b; }
  .nav-local__link {
    display: block;
    text-align: center;
    margin: 1em 0 .25em;
    font-size: .92857em; }
  .nav-local__link > a {
    color: #fff; } }
/* nav-footer */
.nav-footer__list > li {
  line-height: 1;
  position: relative; }
.nav-footer__list > li:after {
  content: "";
  display: block;
  width: 2px;
  height: 2em;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0; }
.nav-footer__list > li > a {
  display: inline-block;
  padding: .5em 0 .5em 1.5em;
  font-weight: bold; }
.nav-footer__child-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding: .75em 0 0 1.5em; }
.nav-footer__child-list > li {
  width: 50%;
  font-size: .875em; }
.nav-footer__child-list > li > a {
  display: inline-block;
  padding: .75em 0; }

@media screen and (max-width: 599px) {
  .nav-footer__list {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: .75em 0; }
  .nav-footer__list:nth-child(1) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .nav-footer__list:nth-child(1) > li {
    width: 50%; }
  .nav-footer__list > li {
    line-height: inherit; }
  .nav-footer__list > li:after {
    display: none; }
  .nav-footer__list > li > a {
    display: block;
    padding: .5em 0;
    font-weight: normal; }
  .nav-footer__child-list {
    border-left: none;
    padding: 0; }
  .nav-footer__child-list > li {
    width: 50%;
    font-size: .923em; }
  .nav-footer__child-list > li > a {
    display: block;
    padding: .5em 1em .5em .5em;
    position: relative; }
  .nav-footer__child-list > li > a:before {
    content: "";
    display: inline-block;
    font-family: "hotel";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -.5em;
    font-size: 1rem; } }
/* nav-fix-menu */
.nav-fix-menu {
  position: fixed;
  right: 0;
  top: 120px;
  transition: .5s; }
.nav-fix-menu__item-01 {
  margin-bottom: 10px; }
.nav-fix-menu__item-02 {
  margin-bottom: 3px; }

.nav-fix-menu.is-hide {
  right: -100px;
  display: block; }

@media screen and (max-width: 599px) {
  .nav-fix-menu {
    position: static;
    display: block;
    background-color: #f9f6ee;
    padding-right: 5.3333%;
    padding-left: 5.3333%; }
  .nav-fix-menu .nav-fix-menu__container {
    padding: 8% 0; }
  .nav-fix-menu .nav-fix-menu__list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .nav-fix-menu .nav-fix-menu__item-01 {
    width: 100%;
    padding-right: 0;
    margin-bottom: .75em; }
  .nav-fix-menu .nav-fix-menu__item-02, .nav-fix-menu .nav-fix-menu__item-03 {
    width: 49%; } }
/*
	btn
----------------------------------------------------------- */
[class^="btn"] {
  text-decoration: none; }
[class^="btn"] a {
  text-decoration: none; }

/* btn-page-top */
.btn-page-top {
  display: none;
  bottom: 30px;
  right: 30px;
  position: fixed;
  z-index: 1000;
  width: 50px;
  height: 50px;
  cursor: pointer;
  text-align: center;
  transition: all .2s; }
.btn-page-top:hover {
  opacity: .85; }
.btn-page-top:before {
  color: #000;
  content: "";
  display: inline-block;
  font-family: "hotel";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-size: 3rem;
  line-height: 50px; }

@media screen and (max-width: 640px) {
  .btn-page-top {
    bottom: 2%;
    right: 2%;
    width: 30px;
    height: 30px; }
  .btn-page-top:before {
    font-size: 1.5rem;
    line-height: 30px; } }
/* btn-entry */
.btn-entry-01, .btn-entry-02 {
  display: block;
  background-color: #9b001b;
  color: #fff;
  font-size: 1.75em;
  line-height: 1;
  font-weight: bold;
  padding: 1.2em 1em;
  text-align: center; }
.btn-entry-01 .peronal, .btn-entry-02 .peronal {
  display: inline-block;
  background-color: #fff;
  color: #9b001b;
  font-size: .65em;
  padding: .4em 1em;
  margin: .5em;
  vertical-align: middle; }

.btn-entry-02 {
  font-size: 1.5em; }

@media screen and (max-width: 599px) {
  .btn-entry-01, .btn-entry-02 {
    padding: 1em;
    font-size: 1.28571em; } }
/* btn-mypage */
.btn-mypage-01, .btn-mypage-02 {
  display: block;
  background-color: #a38845;
  color: #fff;
  font-size: 1.25em;
  line-height: 1.4;
  font-weight: bold;
  padding: 1.5em 1em;
  text-align: center; }
.btn-mypage-01 span, .btn-mypage-02 span {
  position: relative;
  text-align: left;
  display: inline-block;
  padding-left: 2em; }
.btn-mypage-01 span:before, .btn-mypage-02 span:before {
  content: "";
  display: inline-block;
  font-family: "hotel";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5em;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -.5em; }

.btn-mypage-02 {
  padding: 1em; }

@media screen and (max-width: 599px) {
  .btn-mypage-01, .btn-mypage-02 {
    position: relative; }
  .btn-mypage-01 span, .btn-mypage-02 span {
    text-align: center;
    padding-left: 0;
    position: static; }
  .btn-mypage-01 span:before, .btn-mypage-02 span:before {
    font-size: 1.25em;
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    margin-top: 0; }

  .btn-mypage-01 {
    font-size: 1em;
    padding: 1.125em; }

  .btn-mypage-02 {
    font-size: 1.14285em; } }
/* btn-inquiry */
.btn-inquiry-01 {
  border: 3px solid #fff;
  text-align: center;
  display: block;
  font-size: 1.125em;
  color: #fff;
  font-weight: bold;
  padding: 1em; }
.btn-inquiry-01 span {
  display: inline-block;
  position: relative;
  padding-left: 2em; }
.btn-inquiry-01 span:before {
  content: "";
  display: inline-block;
  font-family: "hotel";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -.5em; }

@media screen and (max-width: 599px) {
  .btn-inquiry-01 {
    border-width: 2px;
    padding: .75em;
    font-size: 1.14285em; } }
/* btn-more */
.btn-more-01 {
  display: block;
  padding: 1em 2em;
  background: #233052;
  color: #fff;
  text-align: center;
  font-size: 1.125em;
  position: relative; }
.btn-more-01:before {
  content: "";
  display: inline-block;
  font-family: "hotel";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 1.5em;
  margin-top: -.5em;
  font-size: .6875em; }

@media screen and (max-width: 599px) {
  .btn-more-01 {
    padding: .75em 2em;
    font-size: 1.14285em; } }
/* btn-side */
.btn-side-entry, .btn-side-mypage {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  width: 80px;
  padding: 1em 0; }
.btn-side-entry > span, .btn-side-mypage > span {
  display: inline-block;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-align: left; }
.btn-side-entry:hover, .btn-side-mypage:hover {
  opacity: 1; }

.btn-side-entry {
  background-color: #9b001b;
  font-size: 1.25em; }
.btn-side-entry .peronal {
  background-color: #fff;
  color: #9b001b;
  font-size: .65em;
  padding: .8em .4em;
  margin-top: .5em; }

.btn-side-mypage {
  background-color: #a38845;
  font-size: 1em;
  line-height: 1.4; }
.btn-side-mypage > span {
  display: inline-block;
  position: relative;
  padding-top: 2em; }
.btn-side-mypage > span:before {
  content: "";
  display: inline-block;
  font-family: "hotel";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5em;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -.5em; }

@media screen and (max-width: 599px) {
  .btn-side-entry, .btn-side-mypage {
    width: auto; }
  .btn-side-entry > span, .btn-side-mypage > span {
    -ms-writing-mode: initial;
    -webkit-writing-mode: initial;
    writing-mode: initial; }

  .btn-side-entry {
    line-height: 1.2;
    padding: 1.125em;
    font-size: 1.28571em; }
  .btn-side-entry .peronal {
    padding: .4em 1em;
    margin: 0 0 0 .75em;
    vertical-align: middle; }

  .btn-side-mypage {
    padding: 1.125em;
    font-size: 1em;
    position: relative; }
  .btn-side-mypage > span {
    text-align: center;
    position: static;
    display: inline-block;
    padding: 0; }
  .btn-side-mypage > span:before {
    font-size: 1.25em;
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    margin: 0; } }
/* アコーディオンボタン */
.btn-accordion {
  display: block;
  padding: 1em 3em 1em 1.25em;
  line-height: 1.4;
  position: relative;
  font-weight: bold;
  background-color: #f1f1f1;
  border-radius: 4px;
  transition: all .2s;
  cursor: pointer; }
.btn-accordion:hover {
  opacity: .85; }
.btn-accordion.border {
  border-bottom: 1px solid #ccc; }
.btn-accordion:before {
  font-size: 1em;
  content: "";
  display: inline-block;
  font-family: "hotel";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -.5em; }
.btn-accordion.is-active:before {
  content: "";
  display: inline-block;
  font-family: "hotel";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.accordion-contents {
  display: none;
  padding: 1.5em 1em;
  margin: 0; }

/* 外部リンクボタン */
.btn-link-open {
  display: block;
  background-color: #efefef;
  text-decoration: none;
  line-height: 1.4;
  padding: 1.5em 2.5em 1.5em 1.75em;
  text-align: center;
  position: relative;
  transition: .2s; }
.btn-link-open:before {
  content: "";
  display: inline-block;
  font-family: "hotel";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: .875em;
  position: absolute;
  top: 50%;
  right: 1.5em;
  margin-top: -.5em;
  color: #666; }
.btn-link-open:hover {
  background-color: #ddd; }

@media screen and (max-width: 599px) {
  .btn-link-open {
    padding: 1em 2em 1em 1.5em; } }
/* ボタンをグレーアウト */
/*.btn-entry-01,
.btn-entry-02,
.btn-mypage-01,
.btn-mypage-02,
.btn-side-entry,
.btn-side-mypage {
	background-color: #aaa;
	color: #d7d7d7;
	pointer-events:none;
	.peronal {
		color: #aaa;
		opacity: .5;
	}
}
.nav-fix-menu,
.nav-local__link { display: none !important;}
*/
/*
	main
----------------------------------------------------------- */
/* main-local */
.main-local {
  background-color: #233052;
  color: #fff;
  position: relative;
  padding-bottom: 100px; }
.main-local .path {
  background-color: transparent; }
.main-local .path__container {
  padding: .75em 0; }
.main-local .path a {
  color: #fff; }
.main-local-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 50vw;
  max-height: 500px;
  max-width: 1200px;
  margin: auto;
  padding-bottom: 80px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }
.main-local-nav {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%; }
.main-local__txt-group {
  text-align: center;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8); }
.main-local-ttl {
  font-size: 3em;
  font-weight: bold;
  margin: 0; }
.main-local-txt {
  font-size: 1.5em;
  font-weight: bold;
  margin: 1em 0 0 0; }

@media screen and (max-width: 599px) {
  .main-local {
    padding: 0; }
  .main-local-img {
    padding-bottom: 0; }
  .main-local-nav {
    position: static;
    padding: 3%; }
  .main-local-ttl {
    font-size: 1.42857em; }
  .main-local-txt {
    font-size: .85714em; } }
/* main-local.subpage 下層ページ*/
.main-local.subpage .main-local-img {
  height: auto;
  max-height: initial; }
.main-local.subpage .main-local__txt-group {
  padding: 4em 0; }
.main-local.subpage .main-local-ttl {
  font-size: 1.5em; }
.main-local.subpage .main-local-txt {
  font-size: 2.5em;
  margin-top: .25em;
  letter-spacing: .1em; }

@media screen and (max-width: 599px) {
  .main-local.subpage .main-local-img {
    height: auto;
    max-height: initial; }
  .main-local.subpage .main-local__txt-group {
    padding: 2em 0; }
  .main-local.subpage .main-local-ttl {
    font-size: .85714em; }
  .main-local.subpage .main-local-txt {
    font-size: 1.42857em;
    font-weight: 500; } }
/* main-local-02 */
.main-local-02 {
  color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  max-width: 1400px;
  margin: auto;
  position: relative; }
.main-local-02 .path {
  background-color: rgba(0, 0, 0, 0.5); }
.main-local-02 .path a {
  color: #fff; }
.main-local-02-img {
  height: 15vw;
  max-height: 500px;
  min-height: 150px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }
.main-local-02__txt-group {
  text-align: center;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8); }
.main-local-02-ttl {
  font-size: 2em;
  font-weight: bold;
  margin: 0; }
.main-local-02-txt {
  font-size: 1em;
  font-weight: bold;
  margin: 1em 0; }

@media screen and (max-width: 599px) {
  .main-local-02-img {
    height: auto;
    max-height: initial;
    min-height: initial; }
  .main-local-02__txt-group {
    padding: 1.5em; }
  .main-local-02-ttl {
    font-size: 1.42857em;
    letter-spacing: .1em; }
  .main-local-02-txt {
    font-size: .85714em;
    margin-bottom: 0; } }
/* main-local-03 */
.main-local-03 {
  text-align: center; }
.main-local-03__container {
  padding: 2em 0 0; }
.main-local-03-ttl {
  font-size: 1.75em;
  font-weight: bold;
  margin: 0; }

@media screen and (max-width: 599px) {
  .main-local-03__container {
    padding: 1.5em; }
  .main-local-03-ttl {
    font-size: 1.42857em;
    letter-spacing: .1em; } }
/*
	section
----------------------------------------------------------- */
/* section-type-01 */
.section-type-01 {
  padding-left: 30px;
  padding-right: 30px;
  line-height: 2; }
.section-type-01.border {
  border-bottom: 1px solid #ddd; }
.section-type-01__container {
  padding: 4.5em 0; }

@media screen and (max-width: 599px) {
  .section-type-01 {
    padding-right: 5.3333%;
    padding-left: 5.3333%;
    line-height: 1.85; }
  .section-type-01__container {
    padding: 10% 0; } }
.section-type-02 {
  padding-left: 30px;
  padding-right: 30px;
  line-height: 2; }
.section-type-02.border {
  border-bottom: 1px solid #ddd; }
.section-type-02__container {
  padding: 2em 0 4.5em; }

@media screen and (max-width: 599px) {
  .section-type-02 {
    padding-right: 5.3333%;
    padding-left: 5.3333%;
    line-height: 1.85; }
  .section-type-02__container {
    padding: 5% 0 10%; } }
.section-type-03 {
  padding-left: 30px;
  padding-right: 30px;
  background-color: #f9f6ee;
  line-height: 2; }
.section-type-03__container {
  padding: 4em 0; }

@media screen and (max-width: 599px) {
  .section-type-03 {
    padding-right: 5.3333%;
    padding-left: 5.3333%;
    line-height: 1.85; }
  .section-type-03__container {
    padding: 10% 0; } }
/*
	top
----------------------------------------------------------- */
/* top-main */
.top-main {
  max-width: 1400px;
  margin: auto;
  font-size: 1em; }
.top-main-slider {
  position: relative; }
.top-main-item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 50vw;
  max-height: 560px; }
.top-main-item__img {
  width: 60%;
  background-size: cover;
  background-position: top center; }
.top-main-item__txt-group {
  width: 40%;
  padding: 3.5% 7% 3.5% 3.5%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  background-color: #233052;
  text-decoration: none; }
.top-main-info {
  color: #fff; }
.top-main-info__sub {
  margin: 0;
  padding: 0 0 .5em 0;
  color: #a38845;
  font-weight: bold;
  font-size: 1.125em;
  line-height: 1.2;
  display: inline-block;
  border-bottom: 2px solid #a38845; }
.top-main-info__ttl {
  margin: .75em 0 0 0;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.4; }
.top-main-info__txt {
  font-size: 1.125em; }
.top-main .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -1.8rem;
  font-size: 0;
  z-index: 10;
  cursor: pointer;
  max-width: 3.6rem;
  max-height: 3.6rem;
  display: block; }
.top-main .slick-arrow:before {
  font-size: 3.6rem;
  color: #fff;
  text-indent: 0; }
.top-main .slick-arrow.slick-disabled {
  opacity: .2; }
.top-main .slick-prev {
  left: 3%; }
.top-main .slick-prev:before {
  content: "";
  display: inline-block;
  font-family: "hotel";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.top-main .slick-next {
  right: 3%; }
.top-main .slick-next:before {
  content: "";
  display: inline-block;
  font-family: "hotel";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.top-main .slick-dots {
  position: absolute;
  left: 63%;
  bottom: 5%;
  line-height: 0; }
.top-main .slick-dots > li {
  display: inline-block;
  margin: 0 1em 0 0;
  height: 10px; }
.top-main .slick-dots > li button {
  width: 1vw;
  height: 1vw;
  max-width: 10px;
  max-height: 10px;
  background-color: #4f5975;
  font-size: 0;
  border-radius: 50%; }
.top-main .slick-dots > li.slick-active button {
  background-color: #a38845; }

@media all and (max-width: 1120px) and (min-width: 961px) {
  .top-main {
    font-size: .9375em; }

  .top-main .slick-arrow:before {
    font-size: 3rem; } }
@media all and (max-width: 960px) and (min-width: 769px) {
  .top-main {
    font-size: .875em; }

  .top-main .slick-arrow:before {
    font-size: 2.4rem; } }
@media all and (max-width: 768px) and (min-width: 600px) {
  .top-main {
    font-size: .75em; }

  .top-main .slick-arrow:before {
    font-size: 1.8rem; } }
@media screen and (max-width: 599px) {
  .top-main {
    max-width: initial;
    background-color: #233052; }
  .top-main-item {
    display: block;
    height: auto;
    max-height: initial; }
  .top-main-item__img {
    width: 100%;
    height: 66.666vw; }
  .top-main-item__txt-group {
    width: 100%;
    padding: 5.33%;
    display: block; }
  .top-main-info {
    text-align: center; }
  .top-main-info__sub {
    font-size: 1em; }
  .top-main-info__ttl {
    text-align: left;
    margin: .75em 0 0 0;
    font-size: 1.28571em; }
  .top-main-info__txt {
    text-align: left;
    font-size: .928571em; }
  .top-main .slick-arrow {
    display: none !important; }
  .top-main .slick-dots {
    padding: 0 5.33% 5.33% 5.33%;
    position: static;
    text-align: center; }
  .top-main .slick-dots > li {
    margin: 0 5px;
    height: 7px; }
  .top-main .slick-dots > li button {
    width: 7px;
    height: 7px; } }
/* top-kentei */
.top-kentei {
  padding-left: 30px;
  padding-right: 30px;
  background-color: #f9f6ee;
  margin-top: 7.5em; }
.top-kentei__container {
  padding: 4em 0 4.5em;
  position: relative; }
.top-kentei-copy {
  overflow: hidden;
  position: absolute;
  top: -0.75em;
  left: -0.5em;
  color: #000;
  font-size: 7.1875em;
  line-height: 1;
  white-space: nowrap;
  font-family: "Times New Roman","EB Garamond", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif; }
.top-kentei-copy small {
  font-size: .626em; }

@media screen and (max-width: 599px) {
  .top-kentei {
    padding-right: 5.3333%;
    padding-left: 5.3333%;
    margin-top: 16%; }
  .top-kentei__container {
    padding: 8% 0; }
  .top-kentei-copy {
    position: absolute;
    top: -0.75em;
    left: -0.3em;
    font-size: 3.57142em;
    font-family: "EB Garamond", serif;
    font-weight: 500; } }
/* top-kentei-header */
.top-kentei-header {
  text-align: center;
  margin-bottom: 2em; }
.top-kentei-header__copy {
  letter-spacing: .2em;
  margin: 0 0 .7em 0; }
.top-kentei-header__ttl {
  position: relative; }
.top-kentei-header__ttl:after {
  content: "";
  display: block;
  width: 100%;
  max-width: 90rem;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
  z-index: 0; }
.top-kentei-header__ttl > h1 {
  background-color: #f9f6ee;
  position: relative;
  display: inline-block;
  z-index: 1;
  font-size: 2em;
  font-weight: bold;
  margin: 0;
  padding: 0 1em; }
.top-kentei-header__ttl > h1 br {
  display: none; }

@media screen and (max-width: 599px) {
  .top-kentei-header__copy {
    letter-spacing: 0;
    font-size: .92857em; }
  .top-kentei-header__ttl:after {
    width: 30px;
    height: 3px;
    top: 100%;
    bottom: 0; }
  .top-kentei-header__ttl > h1 {
    font-size: 1.42857em;
    padding: 0 0 .5em; }
  .top-kentei-header__ttl > h1 br {
    display: block; } }
/* top-kentei-info */
.top-kentei-info-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

@media screen and (max-width: 599px) {
  .top-kentei-info-wrap {
    display: block; } }
.top-kentei-info {
  width: 48%; }
.top-kentei-info__ttl {
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
  line-height: 1.8;
  letter-spacing: .2em;
  margin: 0 0 1em 0; }
.top-kentei-info__date {
  margin: 1em 0 0 0;
  line-height: 1.2;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center; }
.top-kentei-info__date > dt {
  background-color: #fff;
  border: 3px solid #a38845;
  color: #a38845;
  font-weight: bold;
  line-height: 1;
  padding: .75em 0;
  text-align: center;
  width: 6em; }
.top-kentei-info__date > dd {
  flex: 1;
  padding: 0 0 0 .7em;
  margin: 0;
  font-size: 1.5em;
  font-weight: bold;
  font-family: 'Oswald', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 800; }
.top-kentei-info__date > dd em {
  font-style: normal;
  font-size: 1.5em; }

@media screen and (max-width: 599px) {
  .top-kentei-info {
    width: auto;
    margin-bottom: 2em; }
  .top-kentei-info__ttl {
    font-size: 1.14285em; }
  .top-kentei-info__date {
    margin-bottom: 1em; }
  .top-kentei-info__date > dt {
    border-width: 2px;
    font-size: .85714em;
    width: 5em;
    padding: .5em 0; }
  .top-kentei-info__date > dd {
    font-size: 1.125em;
    padding-left: .75em; }
  .top-kentei-info__date > dd em {
    font-size: 1.375em; } }
/* top-kentei-btn */
.top-kentei-btn {
  margin-top: 2.5em;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap; }
.top-kentei-btn__column-01 {
  width: 50%; }
.top-kentei-btn__column-02 {
  width: 50%;
  padding-left: 2.5em; }
.top-kentei-btn__list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
.top-kentei-btn__list > li {
  width: 49%; }

@media screen and (max-width: 599px) {
  .top-kentei-btn {
    margin-top: 6%;
    display: block; }
  .top-kentei-btn__column-01 {
    width: auto; }
  .top-kentei-btn__column-02 {
    width: auto;
    padding-left: 0;
    margin-top: .75em; }
  .top-kentei-btn__list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .top-kentei-btn__list > li {
    width: 49%; } }
/* top-inquiry */
.top-inquiry {
  padding-left: 30px;
  padding-right: 30px;
  background-color: #233052; }
.top-inquiry__container {
  padding: 2.25em 0;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center; }
.top-inquiry__column-01 {
  width: 49%; }
.top-inquiry__column-02 {
  width: 49%;
  margin-left: auto; }
.top-inquiry__txt-01 {
  font-size: 1.125em;
  margin: 0; }

@media screen and (max-width: 599px) {
  .top-inquiry {
    padding-right: 5.3333%;
    padding-left: 5.3333%; }
  .top-inquiry__container {
    padding: 8% 0;
    display: block; }
  .top-inquiry__column-01 {
    width: auto; }
  .top-inquiry__column-02 {
    width: auto;
    padding-left: 0; }
  .top-inquiry__txt-01 {
    font-size: 1em;
    margin: 0 0 1em 0;
    text-align: center; } }
/* top-header 共通：タイトルヘッダー*/
.top-header {
  text-align: center;
  margin-bottom: 2em; }
.top-header__en {
  font-family: 'Oswald', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 800;
  font-size: 2.5em;
  margin: 0; }
.top-header__ttl {
  font-size: 1em;
  font-weight: bold;
  letter-spacing: .2em;
  margin: 0; }

@media screen and (max-width: 599px) {
  .top-header {
    margin-bottom: 1em; }
  .top-header__en {
    font-size: 1.71428em; }
  .top-header__ttl {
    font-size: .85714em; } }
/* top-more-btn-wrap 共通：詳細リンクボタン*/
.top-more-btn-wrap {
  width: 50%;
  margin: 2.5em auto 0; }

@media screen and (max-width: 599px) {
  .top-more-btn-wrap {
    width: auto;
    margin-top: 6.5%; } }
/* top-news */
.top-news {
  padding-left: 30px;
  padding-right: 30px; }
.top-news__container {
  padding: 4em 0 6em; }
.top-news .news-list {
  border-top: 3px solid #000;
  padding-top: 1em; }

@media screen and (max-width: 599px) {
  .top-news {
    padding-right: 5.3333%;
    padding-left: 5.3333%; }
  .top-news__container {
    padding: 8% 0 10%; }
  .top-news .news-list {
    border-top-width: 2px;
    padding-top: 0; } }
/* top-closeup */
.top-closeup {
  padding-left: 30px;
  padding-right: 30px;
  background-color: #f9f6ee; }
.top-closeup__container {
  padding: 4em 0; }
.top-closeup-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1.5%; }
.top-closeup-list a {
  text-decoration: none; }
.top-closeup-list > li {
  width: 30.3333%;
  margin: 1.5%;
  background-color: #fff; }
.top-closeup-item {
  display: block; }
.top-closeup-item__img {
  height: 210px;
  background-size: cover; }
.top-closeup-item__txt-group {
  padding: 1.5em 1.75em; }
.top-closeup-item__ttl {
  margin: 0;
  font-size: 1.125em;
  font-weight: bold; }
.top-closeup-item__txt {
  margin: .75em 0 0; }

@media screen and (max-width: 599px) {
  .top-closeup {
    padding-right: 5.3333%;
    padding-left: 5.3333%; }
  .top-closeup__container {
    padding: 8% 0; }
  .top-closeup-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1.5%; }
  .top-closeup-list > li {
    width: 47%;
    margin: 1.5%; }
  .top-closeup-item__img {
    height: 26.4vw; }
  .top-closeup-item__txt-group {
    padding: 1em; }
  .top-closeup-item__ttl {
    font-size: 1em; }
  .top-closeup-item__txt {
    font-size: .85714em; } }
/*
	news
----------------------------------------------------------- */
/* news-list */
.news-list a {
  text-decoration: none; }
.news-list > li {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: start;
  align-items: start;
  border-bottom: 1px solid #ddd;
  padding: 1.5em 0; }
.news-list__date {
  font-family: 'Oswald', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  padding-right: 2em;
  margin: 0; }
.news-list__category {
  margin: 0;
  font-size: .875em;
  line-height: 1;
  border: 1px solid #000;
  padding: .5em;
  min-width: 120px;
  text-align: center; }
.news-list__txt {
  margin: 0;
  padding-left: 1.5em; }

@media screen and (max-width: 599px) {
  .news-list > li {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1.5em 0; }
  .news-list__date {
    padding-right: 1em; }
  .news-list__category {
    padding: .4em .5em;
    min-width: initial; }
  .news-list__txt {
    margin-top: .5em;
    width: 100%;
    padding-left: 0;
    font-size: .85714em; } }
/*
	bnr
----------------------------------------------------------- */
/* bnr-ad */
.bnr-ad {
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden; }
.bnr-ad__container {
  padding: 5.625em 0; }
.bnr-ad-slider {
  position: relative; }
.bnr-ad-slide a {
  display: block;
  padding: 10px; }
.bnr-ad .slick-arrow {
  opacity: 1;
  transition: .2s;
  position: absolute;
  top: 50%;
  margin-top: -1.8rem;
  font-size: 0;
  z-index: 1000;
  cursor: pointer;
  width: 3.6rem;
  height: 3.6rem;
  display: block; }
.bnr-ad .slick-arrow:before {
  font-size: 3.6rem;
  color: #000;
  text-indent: 0; }
.bnr-ad .slick-arrow.slick-disabled {
  opacity: .2; }
.bnr-ad .slick-prev {
  left: -5%; }
.bnr-ad .slick-prev:before {
  content: "";
  display: inline-block;
  font-family: "hotel";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.bnr-ad .slick-next {
  right: -5%; }
.bnr-ad .slick-next:before {
  content: "";
  display: inline-block;
  font-family: "hotel";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.bnr-ad .slick-dots {
  display: none !important; }

@media screen and (max-width: 1120px) {
  .bnr-ad .slick-arrow {
    opacity: 0 !important; } }
@media screen and (max-width: 599px) {
  .bnr-ad {
    padding-right: 5.3333%;
    padding-left: 5.3333%; }
  .bnr-ad__container {
    padding: calc(8% - 8px) 0;
    margin-right: -8px;
    margin-left: -8px; }
  .bnr-ad-slide a {
    display: block;
    padding: 8px; }
  .bnr-ad .slick-dots {
    display: block !important;
    line-height: 0;
    text-align: center;
    margin: 1em 0; }
  .bnr-ad .slick-dots > li {
    display: inline-block;
    margin: 0 10px 0 0;
    height: 7px; }
  .bnr-ad .slick-dots > li button {
    width: 7px;
    height: 7px;
    background-color: #ede7da;
    font-size: 0;
    border-radius: 50%; }
  .bnr-ad .slick-dots > li.slick-active button {
    background-color: #a38845; } }
/*
	path
----------------------------------------------------------- */
.path {
  padding-left: 30px;
  padding-right: 30px;
  background-color: #f1f1f1; }
.path a {
  text-decoration: none; }
.path__container {
  text-align: left;
  padding: .5em 0; }
.path-list {
  font-size: .75em; }
.path-list > li {
  display: inline-block;
  margin-right: 1em; }
.path-list > li:not(:last-child):after {
  content: "";
  display: inline-block;
  font-family: "hotel";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 1.5em;
  font-size: 65%;
  vertical-align: middle; }
.path-home {
  position: relative; }
.path-home:before {
  content: "";
  display: inline-block;
  font-family: "hotel";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media screen and (max-width: 599px) {
  .path {
    display: none; } }
/*
	heading
----------------------------------------------------------- */
.heading-01 {
  font-size: 1.25em;
  line-height: 1.4;
  font-weight: bold;
  margin: 2em 0 1.5em; }

.heading-02 {
  text-align: center;
  margin-bottom: 3em; }
.heading-02__ttl {
  font-size: 1.75em;
  line-height: 1.4;
  font-weight: bold;
  padding: 0 0 1em;
  margin: 0;
  position: relative; }
.heading-02__ttl:after, .heading-02__ttl:before {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 50%; }
.heading-02__ttl:after {
  background-color: #233052;
  margin-left: -50px; }
.heading-02__ttl:before {
  background-color: #a38845; }

@media screen and (max-width: 599px) {
  .heading-02 {
    margin-bottom: 5%; }
  .heading-02__ttl {
    font-size: 1.14285em; }
  .heading-02__ttl:after, .heading-02__ttl:before {
    width: 25px;
    height: 3px; }
  .heading-02__ttl:after {
    margin-left: -25px; } }
.heading-03 {
  font-size: 1.25em;
  line-height: 1.4;
  font-weight: bold;
  margin: 2em 0 1em; }
.heading-03.border {
  border-bottom: 3px solid #000;
  padding-bottom: .5em; }

@media screen and (max-width: 599px) {
  .heading-03 {
    font-size: 1.14285em;
    margin: 1.5em 0 1em; }
  .heading-03.border {
    border-bottom-width: 2px; } }
.heading-04 {
  font-size: 1.625em;
  line-height: 1.4;
  font-weight: bold;
  margin: 1em 0 .75em;
  padding: 0 0 0 1em;
  position: relative; }
.heading-04:before {
  content: "";
  display: block;
  width: .7em;
  height: .7em;
  background: #233052;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -.35em; }

@media screen and (max-width: 599px) {
  .heading-04 {
    font-size: 1.3125em; } }
/*
	heading-copy
----------------------------------------------------------- */
.heading-copy-01 {
  font-size: 2.25em;
  line-height: 1.4;
  font-weight: normal;
  text-align: center;
  margin: 1em 0; }

@media screen and (max-width: 599px) {
  .heading-copy-01 {
    font-size: 1.28571em;
    margin: 1em 0;
    text-align: left;
    font-weight: bold; }
  .heading-copy-01 br {
    display: none; } }
/*
	kentei
----------------------------------------------------------- */
/* kentei-main */
.kentei-main-img {
  background-image: url(/kentei/img/img-mv-kentei.jpg); }

/* kentei-ability */
.kentei-ability {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap; }
.kentei-ability__column-01 {
  width: 40%;
  padding: 2.5em; }
.kentei-ability__column-02 {
  width: 60%;
  padding-left: 1.5em; }
.kentei-ability__list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
.kentei-ability__list > li {
  width: 40%;
  padding: 0 3em 2em 0; }
.kentei-ability__num {
  font-family: 'Oswald', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  font-size: 1.75em;
  line-height: 1;
  padding-bottom: .4em;
  color: #9b001b;
  border-bottom: 3px solid #9b001b;
  display: inline-block;
  margin: 0; }
.kentei-ability__ttl {
  font-size: 1.125em;
  line-height: 1.6;
  font-weight: bold;
  margin: .75em 0 0; }
.kentei-ability__txt {
  line-height: 1.6;
  margin: .25em 0 0; }

@media screen and (max-width: 599px) {
  .kentei-ability {
    display: block; }
  .kentei-ability__column-01 {
    width: auto;
    padding: 0;
    text-align: center; }
  .kentei-ability__column-02 {
    width: auto;
    padding-left: 0; }
  .kentei-ability__figure {
    max-width: 70%;
    min-width: 187px;
    display: inline-block; }
  .kentei-ability__list {
    display: block;
    margin-top: 5%; }
  .kentei-ability__list > li {
    width: auto;
    padding: 0 0 5% 3em;
    position: relative; }
  .kentei-ability__num {
    position: absolute;
    top: 0;
    left: 0; }
  .kentei-ability__ttl {
    font-size: 1.14285em;
    margin: 0; }
  .kentei-ability__txt {
    margin: 0; } }
/* kentei-grade */
.kentei-grade-item {
  background-color: #f1f1f1;
  margin-top: .5em;
  padding: 2.25em 3.75em;
  line-height: 1.6;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center; }
.kentei-grade__column-01 {
  width: 25%;
  text-align: center; }
.kentei-grade__column-02 {
  width: 75%;
  padding-left: 3em; }
.kentei-grade__grade {
  margin: 0;
  font-size: 2.25em;
  line-height: 1; }
.kentei-grade__grade em {
  font-size: 1.33em;
  font-style: normal;
  margin-right: .1em; }
.kentei-grade__att {
  color: #9b001b;
  font-size: .875em;
  margin: .5em 0 0; }
.kentei-grade__att-ico {
  color: #9b001b;
  font-size: 1.8rem;
  vertical-align: top;
  display: inline-block; }
.kentei-grade-year {
  border-style: solid;
  border-width: 1px;
  margin: 1em 0 0 0; }
.kentei-grade-year > dt {
  color: #fff;
  line-height: 1.2;
  padding: .5em 1em; }
.kentei-grade-year > dd {
  background-color: #fff;
  padding: 1em;
  margin: 0;
  font-size: 1.25em;
  font-weight: bold; }
.kentei-grade__ttl {
  font-size: 1.125em;
  font-weight: bold;
  margin: 0 0 1em 0; }
.kentei-grade__list > li {
  margin: .75em 0; }

@media screen and (max-width: 599px) {
  .kentei-grade-item {
    padding: 5.97%;
    line-height: 1.6;
    display: block; }
  .kentei-grade__column-01 {
    width: auto; }
  .kentei-grade__column-02 {
    width: auto;
    padding: 1.25em 0 0 0; }
  .kentei-grade__grade {
    font-size: 1.42857em; }
  .kentei-grade__grade em {
    font-size: 1.5em; }
  .kentei-grade-year {
    display: table;
    width: 100%; }
  .kentei-grade-year > dt {
    display: table-cell;
    vertical-align: middle;
    font-size: .85714em;
    padding: 1em; }
  .kentei-grade-year > dd {
    display: table-cell;
    vertical-align: middle;
    padding: .75em;
    font-size: 1.14285em;
    white-space: nowrap; }
  .kentei-grade__ttl {
    font-size: 1.125em;
    font-weight: bold;
    margin: 0 0 1em 0; }
  .kentei-grade__list > li {
    margin: .75em 0; } }
.kentei-grade1 .kentei-grade__grade {
  color: #153076; }
.kentei-grade1 .kentei-grade-year {
  border-color: #153076; }
.kentei-grade1 .kentei-grade-year > dt {
  background-color: #153076; }
.kentei-grade1 .kentei-grade-year > dd {
  color: #153076; }

.kentei-grade2 .kentei-grade__grade {
  color: #3352a2; }
.kentei-grade2 .kentei-grade-year {
  border-color: #3352a2; }
.kentei-grade2 .kentei-grade-year > dt {
  background-color: #3352a2; }
.kentei-grade2 .kentei-grade-year > dd {
  color: #3352a2; }

.kentei-grade3 .kentei-grade__grade {
  color: #5673be; }
.kentei-grade3 .kentei-grade-year {
  border-color: #5673be; }
.kentei-grade3 .kentei-grade-year > dt {
  background-color: #5673be; }
.kentei-grade3 .kentei-grade-year > dd {
  color: #5673be; }

/* kentei-news */
.kentei-news {
  border: 2px solid #000;
  padding: 1em 3em 3em; }

.kentei-news-btn-wrap {
  width: 50%;
  margin: 2em auto 0; }

@media screen and (max-width: 599px) {
  .kentei-news {
    padding: 0 5.97% 5.97%; }

  .kentei-news-btn-wrap {
    width: auto;
    margin: 0; } }
.kentei-news-list > li:last-child {
  border-bottom: none; }

/* kentei-date */
.kentei-date {
  margin: 0;
  font-size: 1.5em;
  font-family: 'Oswald', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 800;
  font-weight: bold; }
.kentei-date em {
  font-style: normal;
  font-size: 1.5em; }

@media screen and (max-width: 599px) {
  .kentei-date {
    font-size: 1.14285em; }
  .kentei-date em {
    font-size: 1.375em; } }
/* kentei-info */
.kentei-info__date {
  margin: 1em 0 0 0;
  line-height: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center; }
.kentei-info__date > dt {
  background-color: #fff;
  border: 2px solid #a38845;
  color: #a38845;
  font-size: 1.125em;
  font-weight: bold;
  padding: .75em 0;
  text-align: center;
  width: 8em; }
.kentei-info__date > dd {
  padding: 0 0 0 1em;
  margin: 0; }
.kentei-info__date .kentei-date br {
  display: none; }
.kentei-info__date-txt-01 {
  margin: 1em 0 0 0; }

@media screen and (max-width: 599px) {
  .kentei-info {
    margin-top: 2em !important; }
  .kentei-info__date {
    align-items: flex-start; }
  .kentei-info__date > dt {
    border-width: 2px;
    font-size: .85714em;
    width: 6em;
    min-width: 6em; }
  .kentei-info__date > dd {
    line-height: 1.4; }
  .kentei-info__date > dd em {
    font-size: 1.375em; }
  .kentei-info__date .kentei-date br {
    display: block; } }
/* kentei-entry */
.kentei-entry-list {
  margin: 0 -1%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
.kentei-entry-list__item-01 {
  width: 50%; }
.kentei-entry-list__item-02 {
  width: 24%;
  padding-left: 1%;
  margin-left: 2%; }
.kentei-entry-list__item-03 {
  width: 24%;
  padding-left: 1%; }
.kentei-entry-txt-01 {
  text-align: center;
  margin: 1.5em 0 0 0;
  font-size: .875em;
  line-height: 1.6; }

@media screen and (max-width: 599px) {
  .kentei-entry-list {
    margin: 0; }
  .kentei-entry-list > li {
    padding: .75em 0 0; }
  .kentei-entry-list__item-01 {
    width: 100%; }
  .kentei-entry-list__item-02 {
    width: 49%;
    padding-left: 0;
    margin-left: 0; }
  .kentei-entry-list__item-03 {
    width: 49%;
    padding-left: 0; }
  .kentei-entry-txt-01 br {
    display: none; } }
.kentei-btn-list {
  margin-top: 2.5em;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.kentei-btn-item {
  width: 49%; }
.kentei-btn-item:not(:last-child) {
  margin-bottom: 1em; }

@media screen and (max-width: 599px) {
  .kentei-btn-list {
    margin-top: 6%;
    display: block; }

  .kentei-btn-item {
    width: auto; } }
/* kentei-comment-list */
.kentei-comment-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
.kentei-comment-list > li {
  width: 49%;
  margin-bottom: 2%;
  background-color: #f9f6ee;
  position: relative; }
.kentei-comment-list > li:after {
  content: "";
  border-style: solid;
  border-width: 10px;
  border-color: #fff transparent transparent #fff;
  position: absolute;
  top: 0;
  left: 0; }

@media screen and (max-width: 599px) {
  .kentei-comment-list {
    display: block;
    margin-bottom: 10%; }
  .kentei-comment-list > li {
    width: auto; } }
/* kentei-comment-item */
.kentei-comment-item {
  padding: 2em; }
.kentei-comment-item__txt {
  margin: 0; }
.kentei-comment-item__txt:first-letter {
  font-size: 3em;
  line-height: 1;
  float: left;
  margin: 0 .2em 0 0;
  padding: .1em 0;
  color: #a38845; }
.kentei-comment-item__name {
  text-align: right;
  margin: 1em 0 0 0; }

@media screen and (max-width: 599px) {
  .kentei-comment-item {
    padding: 5.97%; }
  .kentei-comment-item__txt:first-letter {
    font-size: 2em; }
  .kentei-comment-item__name {
    margin-top: .5em;
    font-size: .8571em; } }
/* kentei-target-list */
.kentei-target-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
.kentei-target-list > li {
  width: 24%;
  background-color: #f1f1f1;
  border-radius: 6px; }

@media screen and (max-width: 599px) {
  .kentei-target-list {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .kentei-target-list > li {
    width: 49%;
    margin-bottom: 2%; } }
.kentei-target-item {
  text-align: center;
  padding: 1.5em;
  line-height: 1.4; }
.kentei-target-item__ttl {
  font-weight: bold;
  font-size: 1.125em;
  margin: 0 0 1em 0; }
.kentei-target-item__ttl span {
  display: block; }
.kentei-target-item__img {
  width: 50%;
  margin: auto; }

@media screen and (max-width: 599px) {
  .kentei-target-item {
    padding: 5.97%; }
  .kentei-target-item__ttl {
    margin-bottom: .5em; }
  .kentei-target-item__ttl span {
    display: inline; }
  .kentei-target-item__img {
    width: 80%; } }
/* kentei-comment-box */
.kentei-comment-box {
  background-color: #f9f6ee;
  padding: 3em;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative; }
.kentei-comment-box__copy {
  position: absolute;
  top: -0.5em;
  right: 0.5em;
  color: #000;
  font-size: 4em;
  line-height: 1;
  white-space: nowrap;
  font-family: "Times New Roman","EB Garamond", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif; }
.kentei-comment-box__column-01 {
  width: 30%; }
.kentei-comment-box__column-02 {
  width: 70%;
  padding-left: 2.5em; }
.kentei-comment-box__ttl {
  margin: 0;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.6; }
.kentei-comment-box__name {
  margin: 1em 0 0 0;
  text-align: right; }

@media screen and (max-width: 599px) {
  .kentei-comment-box {
    padding: 5.97%;
    display: block; }
  .kentei-comment-box__copy {
    position: absolute;
    top: -0.6em;
    right: -0.2em;
    font-size: 2.25em;
    font-family: "EB Garamond", serif;
    font-weight: 500; }
  .kentei-comment-box__column-01 {
    width: 50%;
    margin: auto; }
  .kentei-comment-box__column-02 {
    width: auto;
    padding: 1em 0 0 0; }
  .kentei-comment-box__ttl {
    font-size: 1.28571em;
    text-align: center; } }
/* kentei-flow */
.kentei-flow {
  line-height: 1.6; }
.kentei-flow__heading-01, .kentei-flow__heading-02 {
  border-style: solid;
  border-width: 1px 1px 1px 10px;
  font-weight: bold;
  padding: .5em 1em;
  font-size: 1.25em; }
.kentei-flow__heading-01 .kentei-date, .kentei-flow__heading-02 .kentei-date {
  font-size: 1.25em; }
.kentei-flow__heading-01 .kentei-date em, .kentei-flow__heading-02 .kentei-date em {
  font-size: 1.25em; }
.kentei-flow__heading-01 {
  border-color: #233052;
  color: #233052;
  font-size: 1.5em; }
.kentei-flow__heading-02 {
  border-color: #9b001b;
  color: #9b001b; }
.kentei-flow__heading-txt-01 {
  display: inline-block;
  margin: 0;
  vertical-align: top; }
.kentei-flow__heading-txt-02 {
  display: inline-block;
  margin: 0 0 0 1em;
  font-size: .875em; }
.kentei-flow__contents {
  padding: 2% 0 2% 10%;
  position: relative; }
.kentei-flow__contents:before {
  content: "";
  display: block;
  width: 8px;
  height: calc(100% - 20px);
  position: absolute;
  top: 0;
  left: 5%; }
.kentei-flow__contents:after {
  content: "";
  border-style: solid;
  border-width: 16px 12px 0 12px;
  position: absolute;
  bottom: 4px;
  left: calc(5% - 8px); }
.kentei-flow__contents.flow1:before {
  background-color: #233052; }
.kentei-flow__contents.flow1:after {
  border-color: #233052 transparent transparent transparent; }
.kentei-flow__contents.flow2:before {
  background-color: #9b001b; }
.kentei-flow__contents.flow2:after {
  border-color: #9b001b transparent transparent transparent; }

@media screen and (max-width: 599px) {
  .kentei-flow__heading-01, .kentei-flow__heading-02 {
    font-size: 1.14285em; }
  .kentei-flow__heading-01 .kentei-date, .kentei-flow__heading-02 .kentei-date {
    font-size: 1em; }
  .kentei-flow__heading-01 .kentei-date em, .kentei-flow__heading-02 .kentei-date em {
    font-size: 1.25em; }
  .kentei-flow__heading-01 {
    font-size: 1.14285em; }
  .kentei-flow__heading-txt-01 {
    display: block; }
  .kentei-flow__heading-txt-02 {
    display: block;
    margin: 0; }
  .kentei-flow__contents {
    padding: 2% 0 2% 10%; }
  .kentei-flow__contents:before {
    width: 4px;
    left: 6px;
    height: calc(100% - 10px); }
  .kentei-flow__contents:after {
    border-width: 10px 6px 0 6px;
    position: absolute;
    bottom: 4px;
    left: 2px; } }
/* kentei-flow-apply */
.kentei-flow-apply {
  margin: 0 0 1em; }

/* kentei-flow-item */
.kentei-flow-item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 1.5em 0; }
.kentei-flow-item__column-01 {
  width: 15%;
  max-width: 150px; }
.kentei-flow-item__column-02 {
  padding-left: 3em;
  width: 85%; }
.kentei-flow-item__hd {
  margin: 0 0 1em 0;
  font-size: 1.25em;
  background-color: #f1f1f1;
  padding: .5em 1em;
  border-radius: 4px; }
.kentei-flow-item__grade {
  float: left;
  margin: 0;
  padding: 0 1em; }
.kentei-flow-item__grade > dt {
  margin: 0;
  display: inline-block;
  color: #9b001b;
  padding-bottom: .5em;
  border-bottom: 3px solid #9b001b;
  font-family: 'Oswald', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 800;
  font-size: 1.25em;
  line-height: 1; }
.kentei-flow-item__grade > dt em {
  font-size: 1.5em;
  font-style: normal;
  margin-right: .1em; }
.kentei-flow-item__grade > dd {
  margin: 0;
  padding: .75em 0 0 0; }

@media screen and (max-width: 599px) {
  .kentei-flow-item {
    padding: 1em 0; }
  .kentei-flow-item__column-02 {
    padding-left: 1.5em; }
  .kentei-flow-item__hd {
    margin: 0 0 1em 0;
    font-size: 1em;
    background-color: #f1f1f1;
    padding: .5em 1em;
    border-radius: 4px; }
  .kentei-flow-item__hd .time {
    display: block; }
  .kentei-flow-item__grade {
    float: none;
    width: auto;
    padding: 0;
    margin: .5em; }
  .kentei-flow-item__grade > dt {
    font-size: 1.125em; } }
/* kentei-app-date */
.kentei-app-date {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  margin: 2.5em 0 1.5em; }
.kentei-app-date > dt {
  margin: 0;
  border: 2px solid #111;
  font-weight: bold;
  padding: 1em 1.5em; }
.kentei-app-date > dd {
  margin: 0;
  padding-left: 1.5em; }
.kentei-app-date__date {
  margin: 0;
  line-height: 1; }
.kentei-app-date__txt {
  margin: .25em 0 0 0; }

@media screen and (max-width: 599px) {
  .kentei-app-date {
    display: block;
    margin: 2em 0 1em; }
  .kentei-app-date > dt {
    padding: .4em 2em;
    border: none;
    background-color: #f1f1f1;
    border-radius: 5em;
    display: inline-block;
    font-size: .85714em; }
  .kentei-app-date > dd {
    padding-left: 0;
    padding-top: .5em; }
  .kentei-app-date__date {
    margin: 0;
    line-height: 1; }
  .kentei-app-date__txt {
    margin: .25em 0 0 0; }
  .kentei-app-date .kentei-date {
    font-size: 1em; } }
/* kentei-workbook */
.kentei-workbook-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.kentei-workbook-item {
  line-height: 1.6;
  width: 48%;
  margin: 2% 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap; }
.kentei-workbook-item__img {
  width: 45%; }
.kentei-workbook-item__contents {
  width: 55%;
  padding-left: 1.5em; }

@media screen and (max-width: 599px) {
  .kentei-workbook-wrap {
    display: block; }

  .kentei-workbook-item {
    width: auto;
    margin: 10% 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .kentei-workbook-item__img {
    width: 30%; }
  .kentei-workbook-item__contents {
    width: 70%;
    padding-left: 1.5em; } }
/* kentei-faq */
.kentei-faq-item {
  border-bottom: 1px solid #ddd; }
.kentei-faq-item__q {
  padding: 1.5em 3em 1.5em 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: start;
  align-items: start;
  cursor: pointer;
  position: relative;
  transition: opacity .2s; }
.kentei-faq-item__q:hover {
  opacity: .8; }
.kentei-faq-item__q:before {
  font-size: 1em;
  content: "";
  display: inline-block;
  font-family: "hotel";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -.5em; }
.kentei-faq-item__q.is-active:before {
  content: "";
  display: inline-block;
  font-family: "hotel";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.kentei-faq-item__q .label {
  background-color: #233052;
  color: #fff;
  line-height: 1;
  padding: .3em 0;
  font-weight: normal;
  width: 3.5em;
  text-align: center;
  border-radius: 3px;
  margin-top: .2em; }
.kentei-faq-item__q .question {
  flex: 1;
  font-size: 1.25em;
  line-height: 1.6;
  margin: 0;
  padding: 0 0 0 1em; }
.kentei-faq-item__a {
  display: none;
  padding: 0 0 1.5em 0; }

@media screen and (max-width: 599px) {
  .kentei-faq-item__q {
    padding: 1.2em 1.5em 1.2em 0; }
  .kentei-faq-item__q:before {
    right: 0;
    font-size: .875em; }
  .kentei-faq-item__q .label {
    width: 3em;
    font-size: .9375em;
    margin-top: .2em; }
  .kentei-faq-item__q .question {
    font-size: 1.125em; }
  .kentei-faq-item__a {
    display: none;
    padding: 0 0 1.5em 0; } }
/*
	about
----------------------------------------------------------- */
/* about-main */
.about-main {
  background-image: url(/about/img/img-mv-about.jpg); }

/*
	activity
----------------------------------------------------------- */
/* activity-main */
.activity-main {
  background-image: url(/activity/img/img-mv-activity.jpg); }

/* activity-detail */
.activity-detail {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 4em; }
.activity-detail__column-01 {
  min-width: 10vw;
  width: 10vw; }
.activity-detail__column-02 {
  line-height: 1.6;
  width: calc(100% - 10vw); }
.activity-detail__ttl {
  font-size: 1.5em;
  margin: 0 0 1em 0; }
.activity-detail__num {
  font-family: 'Oswald', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  display: inline-block;
  font-size: 5vw;
  line-height: 1;
  margin: 0;
  padding-bottom: .4em;
  border-bottom: 4px solid #000; }

@media screen and (max-width: 599px) {
  .activity-detail {
    margin-top: 2em;
    display: block; }
  .activity-detail__column-01 {
    min-width: initial;
    width: auto;
    text-align: center; }
  .activity-detail__column-02 {
    width: auto; }
  .activity-detail__ttl {
    font-size: 1.14285em;
    margin: 0 0 1em 0;
    text-align: center; }
  .activity-detail__num {
    font-size: 7.5vw;
    line-height: 1;
    margin-bottom: .5em;
    border-bottom-width: 3px; } }
/*
	about
----------------------------------------------------------- */
/* inquiry-main */
.inquiry-main {
  background-image: url(/inquiry/img/img-mv-inquiry.jpg); }

.inquiry-email {
  font-family: 'Oswald', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  font-size: 1.5em;
  margin: 1em 0; }

/*
	sitemap
----------------------------------------------------------- */
.sitemap-list > li {
  margin-bottom: .5em; }
.sitemap-list > li > a {
  display: inline-block;
  position: relative;
  padding-left: 1.5em; }
.sitemap-list > li > a:before {
  content: "";
  display: inline-block;
  font-family: "hotel";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #a38845;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -.5em; }
.sitemap-list__child-list {
  margin: .5em 0 1em 2.5em; }
.sitemap-list__child-list > li {
  margin-bottom: .5em; }
.sitemap-list__child-list > li > a {
  display: inline-block;
  position: relative;
  padding-left: 1em; }
.sitemap-list__child-list > li > a:before {
  content: "";
  display: inline-block;
  font-family: "hotel";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #a38845;
  font-size: .6em;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -.5em; }

@media screen and (max-width: 599px) {
  .sitemap-list li {
    margin-bottom: 0; }
  .sitemap-list a {
    padding: .5em 0; } }
