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

		style reset

------------------------------------------------------------------------- */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input, textarea {
  margin: 0;
  padding: 0;
}

small {
  font-size: smaller;
}

sup {
  font-size: 0.7em;
  vertical-align: top;
}

sub {
  font-size: 0.7em;
  vertical-align: baseline;
}

/* -------------------------------------------------------------------------

		font styles

------------------------------------------------------------------------- */
/* YUI 3.9.1 (build 5852) Copyright 2013 Yahoo! Inc. http://yuilibrary.com/license/ */
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
  font: 81.25%/1.231 arial,sans-serif;
  *font-size: small;
  /* for IE */
  *font: x-small;
  /* for IE in quirks mode */
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */
select,
input,
button,
textarea {
  font: 99% arial,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
  font-size: inherit;
  font: 100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

header .inner h1, header .inner .hd_contact, header.hd_fixed .sp_hamb, .breadcrumbs li a, footer .info .inner .means .box:last-child a, .pagetop a {
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -ms-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

footer .info .inner {
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

header .inner h1:hover, header .inner .hd_contact:hover, header.hd_fixed .sp_hamb:hover, footer .info .inner .means .box:last-child a:hover {
  opacity: .7;
}

header .inner .tel_area a::before, footer .info .inner .means .box a::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?y09cij");
  src: url("../fonts/icomoon.eot?y09cij#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?y09cij") format("truetype"), url("../fonts/icomoon.woff?y09cij") format("woff"), url("../fonts/icomoon.svg?y09cij#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* layout
------------------------------------------------- */
.image_text_view_l,
.image_text_view_r {
  overflow: hidden;
}

@media only screen and (max-width: 736px) {
  .image_text_view_l,
  .image_text_view_r {
    overflow: visible;
  }
}

.image_text_view_l .img {
  float: left;
  margin-right: 50px;
}

@media only screen and (max-width: 736px) {
  .image_text_view_l .img {
    width: 100%;
    float: none;
    margin: 0 auto 20px;
  }
}

.image_text_view_r .img {
  float: right;
  margin-left: 50px;
}

@media only screen and (max-width: 736px) {
  .image_text_view_r .img {
    width: 100%;
    float: none;
    margin: 0 auto 20px;
  }
}

.image_text_view_l .img > div,
.image_text_view_r .img > div {
  margin-bottom: 15px;
}

.image_text_view_l .img img,
.image_text_view_r .img img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

.image_text_view_l .text,
.image_text_view_r .text {
  overflow: hidden;
  line-height: 1.8;
}

.image_text_view_l .text p,
.image_text_view_r .text p {
  margin-bottom: 1em;
  line-height: 1.8;
}

.image_text_view_l .text p:last-child,
.image_text_view_r .text p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 736px) {
  .image_text_view_l .text,
  .image_text_view_r .text {
    overflow: visible;
  }
}

@media only screen and (max-width: 736px) {
  .image_text_view_l .text {
    margin-left: 0 !important;
  }
}

@media only screen and (max-width: 736px) {
  .image_text_view_r .text {
    margin-right: 0 !important;
  }
}

/* br
------------------------------------------------- */
.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 736px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

/* float clear
------------------------------------------------- */
/*for modern browser*/
.clear_fix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
}

/*for IE 5.5-7*/
.clear_fix　 {
  zoom: 　1;
}

/* float
------------------------------------------------- */
.float_r {
  float: right;
  display: inline;
}

.float_l {
  float: left;
  display: inline;
}

/* margin + padding （0から5刻みでクラスを定義 ex: mb0, mb5, mb10...）
------------------------------------------------- */
.mb0 {
  margin-bottom: 0px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

/* list style
------------------------------------------------- */
/* ---- ※ ---- */
/* ---- ・ ---- */
/* ---- ● ---- */
/* ---- 1. ---- */
/* ---- (1) ---- */
/* ---- [1] ---- */
/* ---- 丸数字 ---- */
/* ---- upper alpha ---- */
/* 注釈 (IE8以上)
------------------------------------------------- */
/* ---- ※（注釈） ---- */
/* ---- ※n （番号付き注釈）---- */
/* 章番号用mixin (IE8以上)
usage:
■キャプションに章番号をつける場合
$counterName: oreoreCounter;
.parent-section {
	@include resetCounter($counterName);
	h2 {
		@include addCounter($counterName, '第', '章');
	}
}
■入れ子になってるリストに通し番号(1-1-1など）を付ける場合
$counterName: listCounter;
ol {
	@include resetCounter($counterName);
	li {
		@include addCounters($counterName, '-');
	}
}
------------------------------------------------- */
/* グリッドレイアウト用mixin (IE8以上)
usage:
■12分割で間隔が20pxのグリッドのクラスを作る場合
・SASS
@include grid_system(12, 20px);
・HTML
<div class="grid_system_12">  ← このdivへの幅指定はNG
	<div class="grid_6"></div> ┐
	<div class="grid_3"></div> ├ 子要素は合計が12になるようにクラス名を付ける
	<div class="grid_3"></div> ┘
</div>
------------------------------------------------- */
/* link
------------------------------------------------- */
a {
  text-decoration: none;
}

a.tel {
  cursor: default;
  pointer-events: none;
  color: inherit;
}

@media only screen and (max-width: 767px) {
  a.tel {
    pointer-events: visible;
  }
}

/*img
------------------------------------------------- */
img {
  line-height: 1;
  vertical-align: top;
  height: auto;
  max-width: 100%;
  -ms-transition: 　none;
}

/* form
------------------------------------------------- */
/* column
------------------------------------------------- */
.l_col {
  float: left;
}

.r_col {
  float: right;
}

header .inner h1, header .inner .hd_contact, header.hd_fixed .sp_hamb, .breadcrumbs li a, footer .info .inner .means .box:last-child a, .pagetop a {
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -ms-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

footer .info .inner {
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

header .inner h1:hover, header .inner .hd_contact:hover, header.hd_fixed .sp_hamb:hover, footer .info .inner .means .box:last-child a:hover {
  opacity: .7;
}

header .inner .tel_area a::before, footer .info .inner .means .box a::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* html
------------------------------------------------- */
html {
  overflow-y: scroll;
  line-height: 1;
  font-size: 62.5%;
}

/* body
------------------------------------------------- */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "游ゴシック Medium", YuGothic, sans-serif;
  font-weight: normal;
  background-color: #fff;
  color: #333;
  word-break: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  position: relative;
  overflow-x: hidden;
  right: 0;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
    line-height: 1.5;
    padding-top: 50px;
  }
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-x: visible;
}

main {
  margin-bottom: 110px;
}

@media only screen and (max-width: 767px) {
  main {
    margin-bottom: 40px;
    padding-top: 0;
  }
}

/* header
------------------------------------------------- */
header {
  padding-top: 13px;
  border-bottom: 1px solid #123166;
  width: 100%;
  background-color: #fff;
  z-index: 100;
}

@media only screen and (max-width: 767px) {
  header {
    padding: 0;
    position: relative;
    border-bottom: none;
  }
}

header .inner {
  max-width: 1256px;
  margin: 0 auto 12px;
}

@media only screen and (max-width: 1277px) {
  header .inner {
    margin: 0 3% 12px;
  }
}

@media only screen and (max-width: 767px) {
  header .inner {
    background: #123166;
    margin: 0;
    height: 50px;
  }
}

header .inner h1 {
  width: 380px;
  float: left;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

@media only screen and (max-width: 1277px) {
  header .inner h1 {
    width: 216px;
  }
}

@media only screen and (max-width: 767px) {
  header .inner h1 {
    width: 200px;
    margin: 9px 0 0 2%;
  }
}

header .inner h1 .hd_scroll {
  display: none;
}

header .inner h1 picture img[src$=".svg"] {
  width: 100%;
}

header .inner .tel_area {
  display: inline-block;
  margin-top: 4px;
}

@media only screen and (max-width: 767px) {
  header .inner .tel_area {
    display: none;
  }
}

header .inner .tel_area a {
  font-family: Arial;
  font-weight: bold;
  font-size: 32px;
  line-height: 1;
  display: block;
}

header .inner .tel_area a::before {
  content: '\e900';
  font-size: 28px;
}

header .inner .tel_area a span {
  display: inline-block;
  line-height: 1;
}

header .inner .tel_area p {
  text-align: right;
  font-size: 14px;
  line-height: 1;
}

header .inner .hd_contact {
  display: inline-block;
  margin-left: 66px;
  color: #fff;
  font-weight: bold;
  font-size: 19px;
  text-align: center;
  line-height: 1;
  background-color: #f06028;
  padding: 16px 50px 15px;
  vertical-align: top;
}

@media only screen and (max-width: 1039px) {
  header .inner .hd_contact {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  header .inner .hd_contact {
    display: none;
  }
}

header .sp_menu {
  display: none;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 1277px) {
  header .sp_menu {
    background-color: rgba(27, 27, 27, 0.95);
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    overflow-y: auto;
  }
}

@media only screen and (max-width: 767px) {
  header .sp_menu {
    background-color: rgba(27, 27, 27, 0.95);
    padding: 10px 0 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
}

header .sp_menu nav a {
  color: #fff;
}

header .sp_menu .close {
  display: none;
}

@media only screen and (max-width: 1277px) {
  header .sp_menu .close {
    display: block;
    background-color: #000;
    width: 45px;
    height: 45px;
    padding-top: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    margin-left: calc(100% - 77px);
  }
}

@media only screen and (max-width: 767px) {
  header .sp_menu .close {
    margin-left: calc(100% - 67px);
  }
}

header .sp_menu .close span {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #999;
  margin: 0 auto;
}

header .sp_menu .close span:first-of-type {
  -webkit-transform: translateY(1px) rotate(45deg);
  -ms-transform: translateY(1px) rotate(45deg);
  transform: translateY(1px) rotate(45deg);
}

header .sp_menu .close span:last-of-type {
  -webkit-transform: translateY(-1px) rotate(-45deg);
  -ms-transform: translateY(-1px) rotate(-45deg);
  transform: translateY(-1px) rotate(-45deg);
}

header .sp_menu .sp_hd_addr {
  display: none;
}

@media only screen and (max-width: 767px) {
  header .sp_menu .sp_hd_addr {
    display: block;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 12.5px;
    line-height: 1.6;
  }
}

header .sp_menu .sp_hd_addr .logo {
  width: 60%;
  padding-bottom: 5px;
}

header .sp_menu .sp_hd_addr p:first-of-type {
  margin-bottom: 0.5em;
}

header nav {
  background-color: #123166;
}

@media only screen and (max-width: 767px) {
  header nav {
    background-color: transparent;
    margin: 0 0 20px;
  }
}

header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 969px) {
  header nav ul {
    max-width: 100%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  header nav ul {
    width: 100%;
    display: block;
  }
}

header nav ul li {
  line-height: 1;
}

header nav ul li a {
  display: block;
  color: #fff;
  font-weight: bold;
  padding: 27px 22px;
  position: relative;
}

@media only screen and (max-width: 960px) {
  header nav ul li a {
    padding: 20px 15px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  header nav ul li a {
    width: 100%;
    padding: 12px 0;
    text-align: center;
    font-size: 15px;
  }
}

header nav ul li a::after {
  position: absolute;
  bottom: 10px;
  left: 0;
  content: '';
  width: 80%;
  height: 2px;
  margin: 0 10%;
  background-color: #fff;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

@media only screen and (max-width: 1277px) {
  header nav ul li a::after {
    background-color: #fff;
  }
}

@media only screen and (max-width: 767px) {
  header nav ul li a::after {
    display: none;
  }
}

header nav ul li a:hover::after {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

@media only screen and (max-width: 767px) {
  header.hd_top {
    display: none;
  }
}

header.hd_fixed {
  position: fixed;
  top: -100px;
  left: 0;
  padding-top: 7px;
}

@media only screen and (max-width: 767px) {
  header.hd_fixed {
    top: 0;
    padding-top: 0;
  }
}

header.hd_fixed .inner {
  margin-bottom: 7px;
}

@media only screen and (max-width: 767px) {
  header.hd_fixed .inner {
    margin-bottom: 0;
  }
}

header.hd_fixed .inner h1 {
  width: 60px;
}

@media only screen and (max-width: 1277px) {
  header.hd_fixed .inner h1 {
    width: 216px;
  }
}

@media only screen and (max-width: 767px) {
  header.hd_fixed .inner h1 {
    width: 200px;
    margin: 9px 0 0 2%;
  }
}

header.hd_fixed .inner .tel_area {
  margin-top: 7px;
}

header.hd_fixed nav {
  float: left;
  margin: 0 20px;
  background-color: transparent;
}

@media only screen and (max-width: 1277px) {
  header.hd_fixed nav {
    float: none;
  }
}

header.hd_fixed nav ul li a {
  color: #000;
  padding: 22px;
}

@media only screen and (max-width: 960px) {
  header.hd_fixed nav ul li a {
    padding: 20px 15px;
  }
}

@media only screen and (max-width: 767px) {
  header.hd_fixed nav ul li a {
    padding: 12px 0;
  }
}

header.hd_fixed nav ul li a::after {
  background-color: #123166;
}

header.hd_fixed .r_col .hd_contact {
  margin: 4px 0 0 0;
}

header.hd_fixed .sp_hamb {
  display: none;
  background-color: #123166;
  width: 50px;
  height: 50px;
  float: right;
  padding-top: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 1277px) {
  header.hd_fixed .sp_hamb {
    display: block;
    margin: 4px 0 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  header.hd_fixed .sp_hamb {
    background-color: #f06028;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    margin: 0;
  }
}

header.hd_fixed .sp_hamb span {
  display: block;
  width: 18px;
  height: 3px;
  margin: 0 auto;
  background-color: #fff;
  margin-bottom: 5px;
}

header.hd_fixed .sp_menu nav {
  margin: 0 0 15px 0;
}

header.hd_fixed .sp_menu nav ul li a {
  color: #fff;
}

header.hd_fixed .sp_menu nav ul li a::after {
  background-color: #fff;
}

/* mv_sub
------------------------------------------------- */
.mv_sub {
  width: 100%;
  position: relative;
  margin-bottom: 32px;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media only screen and (max-width: 969px) {
  .mv_sub {
    height: 250px;
  }
}

@media only screen and (max-width: 767px) {
  .mv_sub {
    margin-bottom: 16px;
    height: 120px;
  }
}

.mv_sub::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -12px;
  left: -6.6145%;
  height: 12px;
  width: 106.6145%;
  margin: 0 auto;
  background: -webkit-repeating-linear-gradient(left, #123166, #123166 13.2291%, #f06028 13.2291%, #f06028 26.4583%);
  background: -o-repeating-linear-gradient(left, #123166, #123166 13.2291%, #f06028 13.2291%, #f06028 26.4583%);
  background: repeating-linear-gradient(to right, #123166, #123166 13.2291%, #f06028 13.2291%, #f06028 26.4583%);
}

@media only screen and (max-width: 767px) {
  .mv_sub::after {
    height: 6px;
    bottom: -6px;
    background: -webkit-repeating-linear-gradient(left, #123166, #123166 25%, #f06028 25%, #f06028 50%);
    background: -o-repeating-linear-gradient(left, #123166, #123166 25%, #f06028 25%, #f06028 50%);
    background: repeating-linear-gradient(to right, #123166, #123166 25%, #f06028 25%, #f06028 50%);
    left: -17.5%;
    width: 135%;
  }
}

.mv_sub h2 {
  color: #123166;
  font-size: 48px;
  text-align: center;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .mv_sub h2 {
    font-size: 30px;
    -webkit-transform: translateY(-44%);
    -ms-transform: translateY(-44%);
    transform: translateY(-44%);
  }
}

.mv_sub h2 span {
  display: block;
  font-family: Arial, serif;
  font-size: 16px;
  font-weight: normal;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .mv_sub h2 span {
    margin-top: 8px;
    font-size: 12px;
  }
}

/* breadcrumbs
------------------------------------------------- */
.breadcrumbs {
  font-size: 0;
  max-width: 1000px;
  margin: 0 auto 70px;
}

@media only screen and (max-width: 1060px) {
  .breadcrumbs {
    margin: 0 3% 70px;
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumbs {
    margin-bottom: 30px;
  }
}

.breadcrumbs li {
  display: inline-block;
  line-height: 1;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .breadcrumbs li {
    font-size: 12px;
  }
}

.breadcrumbs li::after {
  content: '/';
  padding: 0 5px;
}

.breadcrumbs li:last-child::after {
  display: none;
}

.breadcrumbs li a {
  color: #000;
}

.breadcrumbs li a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* footer
------------------------------------------------- */
footer {
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  footer {
    padding-bottom: 30px;
  }
}

footer .info {
  background-color: #123166;
  padding: 70px 0;
  margin-bottom: 110px;
}

@media only screen and (max-width: 767px) {
  footer .info {
    padding: 37px 0;
    margin-bottom: 27.5px;
  }
}

footer .info .inner {
  max-width: 928px;
  margin: 0 auto;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(15%);
  -ms-transform: translateY(15%);
  transform: translateY(15%);
}

@media only screen and (max-width: 949px) {
  footer .info .inner {
    max-width: 100%;
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  footer .info .inner {
    width: 87%;
  }
}

footer .info .inner.fade {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

footer .info .inner .ttl {
  font-size: 50px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.09em;
  border-bottom: 3px solid #f06028;
  line-height: 1.4;
  margin-bottom: 30px;
}

@media only screen and (max-width: 949px) {
  footer .info .inner .ttl {
    font-size: 40px;
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  footer .info .inner .ttl {
    font-size: 25px;
    line-height: 1.4;
    border-width: 1px;
  }
}

footer .info .inner .ttl span::before {
  content: '・';
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  footer .info .inner .ttl span::before {
    display: none;
  }
}

footer .info .inner .means {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

@media only screen and (max-width: 899px) {
  footer .info .inner .means {
    display: block;
  }
}

@media only screen and (max-width: 899px) {
  footer .info .inner .means .box:first-of-type {
    margin-bottom: 1.5em;
  }
}

footer .info .inner .means .box p {
  font-size: 21px;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  footer .info .inner .means .box p:first-of-type {
    font-size: 17.5px;
  }
}

@media only screen and (max-width: 767px) {
  footer .info .inner .means .box p:last-of-type {
    font-size: 12.5px;
  }
}

footer .info .inner .means .box a {
  display: block;
  min-width: 433px;
  font-weight: bold;
  line-height: 1;
  margin: 15px 0;
}

@media only screen and (max-width: 899px) {
  footer .info .inner .means .box a {
    width: 50%;
    margin: 15px auto;
  }
}

@media only screen and (max-width: 767px) {
  footer .info .inner .means .box a {
    min-width: 100%;
  }
}

footer .info .inner .means .box a::before {
  vertical-align: bottom;
  margin-right: 10px;
}

footer .info .inner .means .box:first-child a {
  background-color: #fff;
  color: #123166;
  font-family: Arial;
  font-size: 36px;
  padding: 19px 0 17px;
}

@media only screen and (max-width: 767px) {
  footer .info .inner .means .box:first-child a {
    font-size: 27.5px;
    padding: 15px 0;
  }
}

footer .info .inner .means .box:first-child a::before {
  content: '\e900';
}

footer .info .inner .means .box:last-child a {
  background-color: #f06028;
  color: #fff;
  font-size: 27px;
  padding: 20px 0 15px;
}

@media only screen and (max-width: 767px) {
  footer .info .inner .means .box:last-child a {
    font-size: 20px;
    padding: 13px 0 9px;
  }
}

footer .info .inner .means .box:last-child a::before {
  content: '\e904';
  font-size: 40px;
  vertical-align: middle;
  margin-top: -3px;
  display: inline-block;
}

footer .ft_nav {
  max-width: 1500px;
  margin: 0 auto;
}

@media only screen and (max-width: 1499px) {
  footer .ft_nav {
    margin: 0 3%;
  }
}

@media only screen and (max-width: 767px) {
  footer .ft_nav {
    width: 89%;
  }
}

footer .ft_nav ul {
  margin-bottom: 40px;
}

@media only screen and (max-width: 1049px) {
  footer .ft_nav ul {
    max-width: 540px;
  }
}

@media only screen and (max-width: 767px) {
  footer .ft_nav ul {
    margin-bottom: 22px;
  }
}

footer .ft_nav ul li {
  display: inline-block;
  margin-right: 3em;
}

@media only screen and (max-width: 767px) {
  footer .ft_nav ul li {
    margin-right: 1.5em;
    font-size: 12.5px;
    margin-bottom: 1em;
  }
}

footer .ft_nav ul li:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1049px) {
  footer .ft_nav ul li:nth-child(-n+3) {
    margin-bottom: 1em;
  }
}

footer .ft_nav ul li a {
  font-weight: bold;
  color: #123166;
}

@media only screen and (max-width: 767px) {
  footer .ft_nav ul li a::before {
    content: '・';
  }
}

footer .ft_nav ul li a:hover {
  text-decoration: underline;
}

footer .ft_nav .ft_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 1139px) {
  footer .ft_nav .ft_wrap {
    display: block;
  }
}

@media only screen and (max-width: 1139px) {
  footer .ft_nav .ft_wrap .ft_about {
    margin-bottom: 1em;
  }
}

footer .ft_nav .ft_wrap .ft_about img {
  width: 370px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  footer .ft_nav .ft_wrap .ft_about img {
    width: 60%;
  }
}

footer .ft_nav .ft_wrap .ft_about p {
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  footer .ft_nav .ft_wrap .ft_about p {
    font-size: 10px;
  }
}

footer .ft_nav .ft_wrap .copyright {
  text-align: right;
  font-weight: bold;
  color: #123166;
}

@media only screen and (max-width: 1139px) {
  footer .ft_nav .ft_wrap .copyright {
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  footer .ft_nav .ft_wrap .copyright {
    font-size: 10px;
  }
}

footer .fTtl {
	margin-top: 40px;
	font-weight: 700;
}


footer .fLinks {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0 -20px;
	line-height: 1.5;
}
footer .fLinks li {
	padding: 10px 0 0 20px;
	font-size: 0.9em;
}
footer .fLinks a {
	display: inline-block;
	color: #fff;
	letter-spacing: 0.075em;
	text-decoration: none;
}
footer .fLinks a:after {
	display: inline-block;
	content: '';
	width: 1em;
	height: 1em;
	margin-left: 0.3em;
	background: url(../images/common/ico_blank.svg) no-repeat center top / 100% auto;
	vertical-align: middle;
}

/* pagetop
------------------------------------------------- */
.pagetop.stop a {
  position: absolute;
  bottom: 180px;
}

@media only screen and (max-width: 767px) {
  .pagetop.stop a {
    bottom: 50px;
  }
}

.pagetop a {
  position: fixed;
  right: 40px;
  bottom: 40px;
  font-family: Arial, serif;
  z-index: 99;
  font-weight: bold;
  border-radius: 50%;
  display: block;
  color: #fff;
  background-image: url(../images/common/check_bg.png);
  background-color: #5f5f5f;
  width: 80px;
  height: 80px;
  font-size: 16px;
  text-align: center;
  line-height: 1;
  float: right;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
}

@media only screen and (max-width: 767px) {
  .pagetop a {
    width: 45px;
    height: 45px;
    font-size: 9px;
    right: 10px;
    bottom: 10px;
  }
}

.pagetop a span {
  position: absolute;
  display: inline-block;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pagetop a span:first-line {
  font-size: 12px;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .pagetop a span:first-line {
    font-size: 7px;
  }
}

.pagetop a:hover {
  background-color: #f06028;
}

@media print {
  /* IE zoom
	------------------------------------------------- */
  /* for IE6 or older */
  * html body {
    zoom: 0.7;
  }
  /* for IE7 */
  * + html body {
    zoom: 1;
  }
}

.mv_sub h1 {
  color: #123166;
  font-size: 48px;
  text-align: center;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mv_sub h1 span {
  display: block;
  font-family: Arial, serif;
  font-size: 16px;
  font-weight: normal;
  margin-top: 20px;
}
@media only screen and (max-width: 767px){
  .mv_sub h1 {
    font-size: 30px;
    -webkit-transform: translateY(-44%);
    -ms-transform: translateY(-44%);
    transform: translateY(-44%);
  }
  .mv_sub h1 span {
    margin-top: 8px;
    font-size: 12px;
  }
}
