@charset "UTF-8";
/*===================================
  
  マスターCSS（PC） ※編集不可※
  共通部分のcss

===================================*/
/* フォントサイズ
------------------------------------------------------------------------------------*/
@media screen and (min-width: 200px) {
  html {
    font-size: 62.5%;
  }
}

@media screen and (min-width: 375px) {
  html {
    font-size: 72.5%;
  }
}

@media screen and (min-width: 414px) {
  html {
    font-size: 82.5%;
  }
}

@media screen and (min-width: 992px) {
  html {
    font-size: 62.5%;
    width: 100%;
  }
}

/* 初期化
------------------------------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333333;
  background: #FFF;
  width: 100%;
  font-size: 1.4rem;
}

@media screen and (min-width: 992px) {
  body {
    font-size: 1.5rem;
  }
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, th, td {
  margin: 0;
  padding: 0;
  color: #333333;
}

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

fieldset, img {
  border: 0;
}

img {
  vertical-align: top;
  -webkit-backface-visibility: hidden;
}

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

em, i {
  font-style: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 1rem;
}

hr {
  display: none;
}

abbr, acronym {
  border: 0;
}

iframe {
  width: 100%;
}

/*------------------------------------
初期化（SP）
------------------------------------*/
@media screen and (max-width: 991px) {
  html, body, div, span, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  abbr, address, cite, code,
  del, dfn, em, ins, kbd, q, samp,
  small, strong, sub, sup, var,
  b, i,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td,
  article, aside, canvas, details, figcaption, figure,
  footer, header, hgroup, menu, nav, section, summary,
  time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
  }
  h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 1rem;
  }
  body {
    line-height: 1.6;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-text-size-adjust: none;
    position: relative;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
  }
  article, aside, details, figcaption, figure,
  footer, header, hgroup, menu, nav, section {
    display: block;
  }
  nav ul {
    list-style: none;
  }
  blockquote, q {
    quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }
  a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    background: transparent;
    color: #333;
  }
  /* change colours to suit your needs */
  ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
  }
  /* change colours to suit your needs */
  mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
  }
  del {
    text-decoration: line-through;
  }
  abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  /* change border colour to suit your needs */
  hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
  }
  input, select {
    vertical-align: middle;
  }
  img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    border: none;
  }
  ul, ol {
    list-style: none;
  }
  em, i {
    font-style: normal;
  }
}

/*------------------------------------
コンテンツ幅
------------------------------------*/
.inner {
  width: 960px;
  margin: 0 auto;
}

.inner_s {
  width: 880px;
  margin: 0 auto;
}

/* SP */
@media screen and (max-width: 991px) {
  .inner, .inner_s {
    width: 100%;
    padding: 0 6%;
  }
  .inner .inner_s {
    padding: 0;
  }
}

/*------------------------------------
clearfix 
------------------------------------*/
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.clearfix {
  display: block;
}

/* End IE-mac */
.clear {
  clear: both;
}

/*------------------------------------
リンク 
------------------------------------*/
a {
  color: #333333;
}

a:hover {
  text-decoration: none;
  color: #333333;
}

area {
  outline: none;
}

a:focus {
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  /* ホバーアクション */
  .hover {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .hover:hover {
    opacity: 0.6 !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/*------------------------------------
テキスト
------------------------------------*/
.txt_bold {
  font-weight: bold;
}

.txt_co_orange {
  color: #FF7F00;
}

.txt_co_red {
  color: #FF0000;
}

/*------------------------------------
ボタン
------------------------------------*/
.btn_cmn {
  position: relative;
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #fff;
  max-width: 240px;
  width: 100%;
  margin: 35px auto 0;
  padding: 10px 15px;
  text-decoration: none;
  background: #01BFF2;
  border: 2px solid #01BFF2;
  cursor: pointer;
  z-index: 3;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.btn_cmn::before {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
}

.btn_cmn:hover {
  background: #fff;
  color: #01BFF2;
}

.btn_cmn:hover::before {
  border-color: #01BFF2;
}

@media screen and (max-width: 991px) {
  .btn_cmn {
    width: 75%;
    max-width: 250px;
    font-size: 1.4rem;
  }
}

.btn01 {
  position: relative;
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #00238C;
  max-width: 200px;
  width: 100%;
  margin: 35px auto 0;
  padding: 10px 15px;
  text-decoration: none;
  background: #fff;
  border: 2px solid #00238C;
  cursor: pointer;
  z-index: 3;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.btn01::before {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  border-top: solid 2px #00238C;
  border-right: solid 2px #00238C;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
}

.btn01:hover {
  background: #00238C;
  color: #fff;
}

.btn01:hover::before {
  border-color: #fff;
}

@media screen and (max-width: 991px) {
  .btn_cmn {
    width: 75%;
    max-width: 250px;
    font-size: 1.4rem;
  }
  .btn01 {
    width: 75%;
    margin-top: 20px;
    max-width: 160px;
    font-size: 1.2rem;
    line-height: 1.2;
    border-width: 1px;
  }
  .btn01::before {
    width: 8px;
    height: 8px;
    border-top: solid 1px #00238C;
    border-right: solid 1px #00238C;
    right: 10px;
  }
}

/*------------------------------------
スマホ　非表示
------------------------------------*/
@media screen and (min-width: 992px) {
  .disp_sp {
    display: none !important;
  }
}

/*------------------------------------
PC　非表示
------------------------------------*/
@media screen and (max-width: 991px) {
  .disp_pc {
    display: none !important;
  }
}

/*------------------------------------
margin
------------------------------------*/
.mt0 {
  margin-top: 0!important;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}

@media screen and (min-width: 992px) {
  .pc_mt0 {
    margin-top: 0!important;
  }
}
@charset "UTF-8";
/*===================================
  
  共通CSS

===================================*/
body {
  position: static;
  height: 100%;
}

@media screen and (max-width: 991px) {
  body.is_hidden {
    overflow: hidden;
  }
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* アコーディオン */
.js_ac_box {
  height: 0;
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out;
  visibility: hidden;
  overflow: hidden;
}

.is_open + .js_ac_box {
  height: auto;
  opacity: 1;
  visibility: visible;
}

/*===================================
  
  ヘッダー

===================================*/
/*------------------------------------
ヘッダー （PC） 
------------------------------------*/
@media print, screen and (min-width: 992px) {
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    height: 85px;
    z-index: 100;
  }
  .header_wrap {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    background: #fff;
  }
  .header_inner {
    max-width: 1020px;
    min-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .header_logo {
    height: 45px;
    align-self: center;
  }
  .header_logo > img {
    height: 100%;
  }
  /* ハンバーガー */
  .header_hamburger {
    height: 100px;
  }
  .header_hamburger .header_inner {
    align-items: center;
  }
}

/*------------------------------------
ヘッダー （SP） 
------------------------------------*/
@media screen and (max-width: 991px) {
  .header {
    background: #fff;
    position: fixed;
    height: 50px;
    width: 100%;
    z-index: 9999;
  }
  .header_inner {
    width: 100%;
    height: 50px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 5%;
  }
  .header #sp_menu_btn {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 101;
    cursor: pointer;
  }
  .header #sp_menu_btn span {
    width: 20px;
    height: 2px;
    display: block;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    background: #333;
    border-radius: 50px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .header #sp_menu_btn span:nth-of-type(1) {
    top: 16px;
  }
  .header #sp_menu_btn span:nth-of-type(2) {
    top: 0;
    bottom: 0;
    z-index: -1;
  }
  .header #sp_menu_btn span:nth-of-type(3) {
    bottom: 16px;
  }
  .header #sp_menu_btn.active span:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg);
  }
  .header #sp_menu_btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .header #sp_menu_btn.active span:nth-of-type(3) {
    transform: translateY(-7px) rotate(45deg);
  }
  .header_logo {
    height: 30px;
  }
  .header_logo > img {
    height: 30px;
  }
  .header_point3 {
    height: 35px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 55px;
    margin: auto;
    display: flex;
    align-items: center;
  }
  .header_point3 img {
    height: 100%;
    display: block;
  }
}

/*===================================
  
  グローバルナビ

===================================*/
/*------------------------------------
グローバルナビ（PC）
------------------------------------*/
@media print, screen and (min-width: 992px) {
  .gnav_hamburger > ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .gnav_hamburger > ul > li:not(:first-child) {
    margin-left: 20px;
  }
  .gnav_hamburger_menu {
    display: block;
    width: 40px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    cursor: pointer;
  }
  .gnav_hamburger_mail {
    padding-right: 60px;
  }
  .gnav_hamburger #pc_menu_btn {
    position: absolute;
  }
  .gnav_hamburger #pc_menu_btn span {
    width: 40px;
    height: 4px;
    display: block;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    background: #333;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .gnav_hamburger #pc_menu_btn span:nth-of-type(1) {
    top: 0;
  }
  .gnav_hamburger #pc_menu_btn span:nth-of-type(2) {
    top: 0;
    bottom: 0;
  }
  .gnav_hamburger #pc_menu_btn span:nth-of-type(3) {
    bottom: 0;
  }
  .gnav_hamburger #pc_menu_btn.active {
    position: fixed;
    z-index: 101;
  }
  .gnav_hamburger #pc_menu_btn.active span {
    background: #fff;
  }
  .gnav_hamburger #pc_menu_btn.active span:nth-of-type(1) {
    transform: translateY(14px) rotate(-45deg);
  }
  .gnav_hamburger #pc_menu_btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .gnav_hamburger #pc_menu_btn.active span:nth-of-type(3) {
    transform: translateY(-14px) rotate(45deg);
  }
  .gnav_hamburger_main {
    position: fixed;
    top: -100%;
    visibility: hidden;
    overflow-y: scroll;
    opacity: 0;
    right: 0;
    left: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    width: 100%;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -webkit-overflow-scrolling: touch;
    z-index: 100;
  }
  .gnav_hamburger_main::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    right: 0;
    background: #1D73E0;
  }
  .gnav_hamburger_main.active {
    opacity: 1;
    visibility: visible;
    top: 0;
  }
  .gnav_hamburger_inner {
    display: flex;
  }
  .gnav_hamburger_left {
    width: 50%;
    position: relative;
  }
  .gnav_hamburger_logo {
    position: fixed;
    top: 300px;
    right: 65%;
    z-index: 101;
  }
  .gnav_hamburger_logo > img {
    height: 45px;
  }
  .gnav_hamburger_right {
    padding: 140px 80px 80px 80px;
    width: 50%;
    background: #1D73E0;
    position: relative;
    z-index: 101;
  }
  .gnav_hamburger_right > ul > li:not(:last-child) {
    margin-bottom: 15px;
  }
  .gnav_hamburger_right > ul > li > a, .gnav_hamburger_right > ul > li > span {
    position: relative;
    font-size: 1.6rem;
    font-weight: bold;
    display: inline-block;
    color: #fff;
  }
  .gnav_hamburger_right > ul > li > a {
    overflow: hidden;
    padding-bottom: 3px;
  }
  .gnav_hamburger_right > ul > li > a::after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: -100%;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .gnav_hamburger_right > ul > li > a:hover::after {
    width: 100%;
    left: 0;
  }
  .gnav_hamburger .gnav_hamburger_submenu {
    width: 100%;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
  }
  .gnav_hamburger .gnav_hamburger_submenu > li {
    width: 33.333333%;
  }
  .gnav_hamburger .gnav_hamburger_submenu > li > a {
    display: inline-block;
    position: relative;
    color: #fff;
    padding: 5px 0 5px 20px;
    margin-right: 25px;
    overflow: hidden;
  }
  .gnav_hamburger .gnav_hamburger_submenu > li > a::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .gnav_hamburger .gnav_hamburger_submenu > li > a::after,
  .gnav_hamburger .gnav_hamburger_privacy::after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: -100%;
    bottom: 3px;
    background-color: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .gnav_hamburger .gnav_hamburger_submenu > li > a:hover::after,
  .gnav_hamburger .gnav_hamburger_privacy:hover::after {
    width: 100%;
    left: 20px;
  }
  .gnav_hamburger .gnav_hamburger_contact {
    width: 281px;
    display: block;
    margin-top: 40px;
    position: relative;
  }
  .gnav_hamburger .gnav_hamburger_contact img {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: relative;
    z-index: 2;
  }
  .gnav_hamburger .gnav_hamburger_contact:hover img {
    transform: translate(5px, 5px);
  }
  .gnav_hamburger .gnav_hamburger_contact::after {
    content: '';
    position: absolute;
    background: url(../img/img-common/btn_form_gnavbg.png) left top no-repeat;
    background-size: contain;
    width: 281px;
    height: 51px;
    z-index: 1;
    top: 0;
    left: 0;
    transform: translate(5px, 5px);
  }
  .gnav_hamburger .gnav_hamburger_privacy {
    position: relative;
    display: inline-block;
    margin-top: 25px;
    padding: 0 0 5px 20px;
    color: #fff !important;
    overflow: hidden;
  }
  .gnav_hamburger .gnav_hamburger_privacy::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .gnav_hamburger_main .gnav_hamburger_right > ul > li,
  .gnav_hamburger_main .gnav_hamburger_right > .gnav_hamburger_contact,
  .gnav_hamburger_main .gnav_hamburger_right > .gnav_hamburger_privacy {
    transform: translateY(10px);
    transition: all .25s ease;
    opacity: 0;
  }
  .gnav_hamburger_main.active .gnav_hamburger_right > ul > li,
  .gnav_hamburger_main.active .gnav_hamburger_right > .gnav_hamburger_contact,
  .gnav_hamburger_main.active .gnav_hamburger_right > .gnav_hamburger_privacy {
    opacity: 1;
    transform: translateY(0);
  }
  .gnav_hamburger_main.active .gnav_hamburger_right > ul > li:nth-child(1) {
    transition-delay: .5s;
  }
  .gnav_hamburger_main.active .gnav_hamburger_right > ul > li:nth-child(2) {
    transition-delay: .6s;
  }
  .gnav_hamburger_main.active .gnav_hamburger_right > ul > li:nth-child(3) {
    transition-delay: .7s;
  }
  .gnav_hamburger_main.active .gnav_hamburger_right > ul > li:nth-child(4) {
    transition-delay: .8s;
  }
  .gnav_hamburger_main.active .gnav_hamburger_right > ul > li:nth-child(5) {
    transition-delay: .9s;
  }
  .gnav_hamburger_main.active .gnav_hamburger_right > .gnav_hamburger_contact {
    transition-delay: 1s;
  }
  .gnav_hamburger_main.active .gnav_hamburger_right > .gnav_hamburger_privacy {
    transition-delay: 1.1s;
  }
}

@media screen and (max-width: 1480px) {
  .gnav_hamburger .gnav_hamburger_submenu {
    width: 100%;
  }
  .gnav_hamburger .gnav_hamburger_submenu > li {
    width: 50%;
  }
}

/*------------------------------------
グローバルナビ（SP）
------------------------------------*/
@media screen and (max-width: 991px) {
  .sp_gnav {
    position: fixed;
    top: -100%;
    opacity: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: #1D73E0;
    width: 100%;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 100;
  }
  .sp_gnav.active {
    top: 0;
    opacity: 1;
  }
  .sp_gnav_logo {
    padding: 40px 0 40px;
    display: flex;
    justify-content: center;
    background: #fff;
  }
  .sp_gnav_logo > img {
    height: 30px;
  }
  .sp_gnav_main {
    padding: 10% 10% 20% 10%;
  }
  .sp_gnav_main > ul > li > a, .sp_gnav_main > ul > li > span {
    font-weight: bold;
    font-size: 1.3rem;
    display: block;
    color: #fff;
  }
  .sp_gnav_main > ul > li:not(:last-child) {
    margin-bottom: 20px;
  }
  .sp_gnav_submenu {
    padding: 10px 0;
  }
  .sp_gnav_submenu > li > a {
    display: block;
    position: relative;
    color: #fff;
    padding: 5px 0 5px 20px;
  }
  .sp_gnav_submenu > li > a::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .sp_gnav_contact {
    width: 250px;
    display: block;
    margin-top: 30px;
    position: relative;
  }
  .sp_gnav_contact::after {
    content: '';
    position: absolute;
    background: url(../img/img-common/btn_form_gnavbg.png) left top no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    transform: translate(5px, 5px);
  }
  .sp_gnav_privacy {
    position: relative;
    display: block;
    margin-top: 20px;
    padding-left: 20px;
    color: #fff !important;
  }
  .sp_gnav_privacy::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .sp_gnav_close {
    position: relative;
    width: 150px;
    display: block;
    margin: 40px auto 0;
    color: #fff !important;
    font-size: 1.2rem;
    font-weight: bold;
    background: #1A64BF;
    padding: 7px 20px;
    text-align: center;
    cursor: pointer;
  }
  .sp_gnav_close::before {
    content: '×';
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
  }
  .sp_gnav .sp_gnav_main > ul > li,
  .sp_gnav .sp_gnav_main > .sp_gnav_contact,
  .sp_gnav .sp_gnav_main > .sp_gnav_privacy,
  .sp_gnav .sp_gnav_main > .sp_gnav_close {
    transform: translateY(10px);
    transition: all .25s ease;
    opacity: 0;
  }
  .sp_gnav.active .sp_gnav_main > ul > li,
  .sp_gnav.active .sp_gnav_main > .sp_gnav_contact,
  .sp_gnav.active .sp_gnav_main > .sp_gnav_privacy,
  .sp_gnav.active .sp_gnav_main > .sp_gnav_close {
    opacity: 1;
    transform: translateY(0);
  }
  .sp_gnav.active .sp_gnav_main > ul > li:nth-child(1) {
    transition-delay: .5s;
  }
  .sp_gnav.active .sp_gnav_main > ul > li:nth-child(2) {
    transition-delay: .6s;
  }
  .sp_gnav.active .sp_gnav_main > ul > li:nth-child(3) {
    transition-delay: .7s;
  }
  .sp_gnav.active .sp_gnav_main > ul > li:nth-child(4) {
    transition-delay: .8s;
  }
  .sp_gnav.active .sp_gnav_main > ul > li:nth-child(5) {
    transition-delay: .9s;
  }
  .sp_gnav.active .sp_gnav_main > .sp_gnav_contact {
    transition-delay: 1s;
  }
  .sp_gnav.active .sp_gnav_main > .sp_gnav_privacy {
    transition-delay: 1.1s;
  }
  .sp_gnav.active .sp_gnav_main > .sp_gnav_close {
    transition-delay: 1.2s;
  }
}

/*===================================
  
  メイン

===================================*/
.main {
  margin-top: 85px;
  padding-top: 30px;
}

.header_submenu_on + .main {
  margin-top: 120px;
}

.header_hamburger + .main {
  margin-top: 100px;
}

/*------------------------------------
メイン（SP）
------------------------------------*/
@media screen and (max-width: 991px) {
  .main {
    margin-top: 50px !important;
	padding-top: 20px;
  }
}

/*===================================
  
  フッター

===================================*/
.footer {
  margin-top: auto;
  background: #fff;
  padding: 0;
}

.footer_inner {
  width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.footer_info {
  padding: 50px 0;
}

.footer_logo {
  display: table;
}

.footer_logo > a > img {
  display: block;
  max-width: 329px;
}

.footer_logo > span {
  font-size: 16px;
  font-weight: bold;
}

.footer_address {
  margin-top: 15px;
}

.footer_point3 {
  margin-bottom: 25px;
}

.footer_tel {
  margin-top: 30px;
  display: flex;
  align-items: center;
}

.footer_tel > img {
  display: block;
  height: 45px;
  margin-right: 15px;
}

.footer_tel span {
  font-size: 2rem;
  color: #333;
  display: block;
  font-weight: bold;
  line-height: 1;
}

.footer_tel span:nth-child(2) {
  font-size: 1.4rem;
  margin-top: 8px;
  font-weight: normal;
}

.footer_contact {
  margin-top: 20px;
}

.footer_contact a {
  width: 200px;
  display: inline-block;
  color: #FFF !important;
  font-size: 1.4rem;
  font-weight: bold;
  background: #1D73E0 url(../img/img-common/icon_mail.png) no-repeat 15% center;
  background-size: 22px auto;
  padding: 10px 0 10px 20px;
  text-align: center;
  cursor: pointer;
}

.footer_copyright {
  text-align: center;
  padding: 10px;
  color: #444;
  background: #EEEEEE;
}

.footer_copyright a {
  color: #444 !important;
}

.footer_gmap {
  width: 50%;
}

.footer_gmap > iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*------------------------------------
フッター（PC）
------------------------------------*/
@media print, screen and (min-width: 992px) {
  .footer_logo > span {
    white-space: nowrap;
  }
  .footer_address {
    white-space: nowrap;
  }
  .footer_nav {
    padding: 50px 0;
  }
  .footer_nav > span {
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .footer_nav_wrap {
    display: flex;
  }
  .footer_nav_wrap > ul > li > a {
    font-size: 1.4rem;
    position: relative;
    display: block;
    margin-bottom: 10px;
    padding-left: 25px;
  }
  .footer_nav_wrap > ul > li > a::before {
    content: '';
    width: 7px;
    height: 1px;
    border: 0px;
    background: #333;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
  }
  .footer_nav_wrap > ul > li > a:hover {
    text-decoration: underline;
  }
  .footer_nav_wrap > ul:nth-child(1) {
    margin-right: 100px;
  }
  .footer_catnav {
    padding: 60px 0 100px;
    background: #eee;
  }
  .footer_catnav_inner {
    display: flex;
    width: 960px;
    margin: auto;
  }
  .footer_catnav_item {
    width: 25%;
  }
  .footer_catnav_item > dt {
    font-size: 1.8rem;
    font-weight: bold;
    color: #1D73E0;
    margin-bottom: 20px;
  }
  .footer_catnav_item > dd > ul > li:not(:last-child) {
    margin-bottom: 10px;
  }
  .footer_catnav_item > dd > ul > li > a {
    position: relative;
    display: block;
    padding-left: 15px;
  }
  .footer_catnav_item > dd > ul > li > a::before {
    content: '';
    position: absolute;
    background: #009fe9;
    width: 5px;
    height: 2px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .footer_catnav_item > dd > ul > li > a:hover {
    text-decoration: underline;
  }
}

/*------------------------------------
フッター（SP）
------------------------------------*/
@media screen and (max-width: 991px) {
  .footer {
    background: #fff;
  }
  .footer_inner {
    width: 100%;
    display: block;
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .footer_info {
    padding: 0 5%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .footer_logo {
    margin: auto;
  }
  .footer_logo > a {
    display: block;
    margin: auto;
  }
  .footer_logo > a > img {
    height: 30px;
    margin: 0 auto 20px;
  }
  .footer_logo > span {
    width: 100%;
  }
  .footer_address {
    margin-top: 10px;
    text-align: center;
  }
  .footer_tel {
    justify-content: center;
  }
  .footer_tel span {
    font-size: 1.6rem;
  }
  .footer_tel span:nth-child(2) {
    font-size: 1.2rem;
  }
  .footer_contact {
    justify-content: center;
  }
  .footer_contact a {
    width: 75%;
    display: block;
    margin: 0 auto;
  }
  .footer_point3 {
    margin-bottom: 15px;
  }
  .footer_point3 img {
    display: block;
    height: 20px;
  }
  .footer_nav {
    margin-bottom: 40px;
  }
  .footer_nav > ul {
    border-bottom: 1px dotted #444;
  }
  .footer_nav > ul > li > a {
    position: relative;
    text-decoration: none;
    font-size: 1.1rem;
    width: 100%;
    display: block;
    padding: 4% 5%;
    background: #eee;
  }
  .footer_nav > ul > li > a::after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #00BFF2;
    border-right: solid 1px #00BFF2;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 7%;
    margin: auto;
  }
  .footer_nav > ul > li:not(:first-child) {
    border-top: 1px dotted #444;
  }
  .footer_ac {
    position: relative;
    text-decoration: none;
    font-size: 1.1rem;
    width: 100%;
    display: block;
    padding: 4% 5%;
    background: #eee;
    cursor: pointer;
  }
  .footer_ac::before {
    content: '';
    position: absolute;
    background-color: #1D73E0;
    top: 50%;
    right: 6%;
    width: 12px;
    height: 2px;
    margin-top: -1px;
  }
  .footer_ac::after {
    content: '';
    position: absolute;
    background-color: #1D73E0;
    top: 50%;
    right: 6%;
    width: 12px;
    height: 2px;
    margin-top: -1px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .footer_ac.is_open::after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .footer_submenu {
    padding: 2% 0;
  }
  .footer_submenu > li > a {
    position: relative;
    text-decoration: none;
    font-size: 1rem;
    width: 100%;
    display: block;
    padding: 2.5% 10%;
  }
  .footer_submenu > li > a::after {
    content: '';
    width: 7px;
    height: 7px;
    border: 0px;
    border-top: solid 1px #444;
    border-right: solid 1px #444;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10%;
    margin: auto;
  }
  .sp_footer_privacy {
    position: relative;
    display: block;
    text-align: right;
    width: 75%;
    margin: 15px auto 0;
    padding-right: 15px;
  }
  .sp_footer_privacy::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #1D73E0;
    border-right: solid 1px #1D73E0;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
}

/*===================================
  
  ページトップ

===================================*/
.pagetop {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 50px;
  right: 20px;
  transition: opacity 1s;
  opacity: 0;
  cursor: pointer;
  z-index: 99;
}

.pagetop img {
  display: block;
  width: 100%;
}

.pagetop.is_active {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .pagetop {
    width: 35px;
    height: 35px;
    bottom: 30px;
    right: 10px;
  }
}

/*===================================
  
  パンくず

===================================*/
.bread_crumb {
  height: 30px;
  text-align: right;
  padding: 0;
  line-height: 30px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  position: relative;
  color: #403b3b;
}

.bread_crumb a {
  text-decoration: underline !important;
  color: #403b3b;
}

.bread_crumb a:hover {
  text-decoration: none !important;
  opacity: 1;
}
