@charset "UTF-8";
/*==========================================
変数 inc.scss
===========================================*/
/*==========================================
@mixin inc.scss
===========================================*/
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-BoldItalic.ttf");
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Italic.ttf");
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-MediumItalic.ttf");
}
@font-face {
  font-family: "Monoton";
  src: url("../fonts/Monoton-Regular.ttf");
}
/*==========================================
 共通設定
===========================================*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 0;
  min-width: 0;
}

*:focus {
  outline: none;
}

/*=== フォント ===*/
html {
  font-size: 62.5%;
}

body {
  color: #000;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
  overflow-x: hidden;
}

input[type=button], input[type=text], input[type=submit] {
  -webkit-appearance: none;
}

body, html {
  width: 100%;
  height: auto;
  position: relative;
}

/*IE*/
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  }
}
.expletus {
  font-family: "Expletus Sans", cursive;
}

/*=== リンク ===*/
a {
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
  color: unset;
  word-break: break-all;
}

a::before, a::after {
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none !important;
    cursor: default !important;
  }
}
/*=== 画像 ===*/
body img[src$=".svg"] {
  width: 100%;
}

img, svg {
  max-width: 100%;
  height: auto;
}

/*=== パンくずリスト ===*/
/*=== 文字数制限 ===*/
/* 一行表示 */
.clamp01 {
  display: -webkit-box;
  height: 1.5em;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

/* 二行表示 */
.clamp02 {
  display: -webkit-box;
  height: 3em;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* 三行表示 */
.clamp03 {
  display: -webkit-box;
  height: 4.5em;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/*=== 全体の設定 ===*/
.flex00 {
  display: flex;
  flex-wrap: wrap;
}

.flex01 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.flex02 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

/*==========================================
 汎用css
===========================================*/
.maw {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 2%;
}

.pc_none {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .pc_none {
    display: block !important;
  }
}

@media screen and (min-width: 481px) {
  .pc_none_s {
    display: none !important;
  }
}
@media screen and (min-width: 1141px) {
  .pc_none_lg {
    display: none !important;
  }
}
.sp_none {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: none !important;
  }
}

@media screen and (max-width: 1140px) {
  .sp-none_lg {
    display: none;
  }
}

/*==========================================
 中ページ共通設定
===========================================*/
/* 中ページ上部余白 */
.page_main {
  padding: 90px 0 150px;
}
@media screen and (max-width: 768px) {
  .page_main {
    padding: 90px 0 80px;
  }
}

/* パンくず */
.bread_area {
  font-size: 1.4rem;
  font-weight: 100;
}
.bread_area a {
  display: inline;
}

/* 中ページ見出し */
.page_ttl {
  margin: 70px 0 100px;
  padding: 67px 0;
  background: url(../img/news/news_img01.jpg);
  position: relative;
  overflow: hidden;
}
.page_ttl::before {
  content: "";
  background: rgba(31, 44, 92, 0.9);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .page_ttl {
    margin: 30px 0 50px;
  }
}
.page_ttl_inr {
  position: relative;
  z-index: 10;
  display: block;
  color: #fff;
}
.page_ttl_inr::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 125px 0 125px 180px;
  border-color: transparent transparent transparent #ad8800;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -10;
  transform: translate(0, -50%);
}
.page_ttl_en {
  font-size: 5rem;
  letter-spacing: 0.15em;
}
.page_ttl_ja {
  font-size: 2.2rem;
  letter-spacing: 0.5em;
}

/* コンバージョンバナー */
.cnv_list {
  display: flex;
  justify-content: space-between;
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .cnv_list {
    display: block;
  }
}
.cnv_list a {
  line-height: 0;
}
.cnv_list a:hover {
  opacity: 0.7;
}
.cnv_item:last-child {
  margin-left: 4%;
}
@media screen and (max-width: 480px) {
  .cnv_item:last-child {
    margin-left: 0;
    margin-top: 20px;
  }
}

/*==========================================
 アンカーリンク
===========================================*/
.anchor_link {
  position: relative;
  top: -89px;
  display: block;
}

@media screen and (max-width: 768px) {
  .anchor_link {
    top: -70px;
  }
}
/*==========================================
 HEADER
===========================================*/
#header {
  background: #fff;
  margin-top: -130px;
  padding: 8px 0;
}

#header.scrl {
  margin-top: 0;
}

#header {
  position: fixed;
  background: #fff;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  transition: 0.4s;
}

#header .header-inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

#header .header-l {
  font-size: 0;
  flex-basis: 300px;
  width: 100%;
  height: 51px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  #header .header-l {
    flex-basis: 200px;
  }
}

#header .header-l a {
  display: block;
  width: 100%;
}

#header .header-l img {
  width: 100%;
  backface-visibility: hidden;
}

#header .header-logo {
  width: 100%;
  transition: 0.3s;
  display: block;
}

#header svg.header-logo {
  width: 100%;
}

#header .header-r {
  flex-basis: calc(100% - 300px);
}
@media screen and (max-width: 480px) {
  #header .header-r {
    flex-basis: calc(100% - 200px);
  }
}

#header .header-contents {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  max-width: 600px;
  margin: 0 0 0 auto;
}

#header .header-menu {
  font-size: 1.6rem;
  flex-basis: 220px;
  width: 100%;
  text-align: center;
}
#header .header-menu.last {
  margin: 0 6% 0 4%;
}
@media screen and (max-width: 960px) {
  #header .header-menu {
    display: none;
  }
}

#header .header-menu a {
  display: block;
  padding: 12px 0;
  width: 100%;
  color: rgb(31, 44, 92);
  font-weight: bold;
  border: solid 1px rgb(31, 44, 92);
  letter-spacing: 0.2em;
}
#header .header-menu a i {
  margin-right: 0.5em;
}
#header .header-menu a:hover {
  color: #fff;
  background: rgb(31, 44, 92);
}

#header .header-logo.logo01 {
  transition: 0.3s;
}

/*===== ハンバーガーメニュー =====*/
.hamburger-btn_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.hamburger-btn {
  width: 28px;
}

.hamburger-bar,
.hamburger-btn:before,
.hamburger-btn:after {
  display: block;
  width: 28px;
  content: "";
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-bottom: solid 1px #fff;
}

.hamburger-bar.blue,
.hamburger-btn.blue:before,
.hamburger-btn.blue:after {
  border-bottom: solid 1px rgb(31, 44, 92);
}

.hamburger-menu {
  flex-basis: 90px;
  cursor: pointer;
  transition: 0.3s;
}

.hamburger-menu:hover {
  opacity: 0.7;
}

.menu_txt {
  font-family: Raleway;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1;
}

.menu_txt.blue {
  color: rgb(31, 44, 92);
}

.hamburger-bar {
  position: relative;
  margin: 8px 0;
}

.tp02 .hamburger-menu {
  z-index: 10;
  position: absolute;
  top: 14px;
  right: 0;
}
.tp02 .hamburger-btn_block {
  width: 90px;
}
.tp02 .hamburger-btn {
  height: 20px;
}
.tp02 .hamburger-bar {
  border-bottom: none;
}
.tp02 .hamburger-btn:before {
  transform: rotate(45deg);
  top: 9px;
  position: relative;
  border-bottom: solid 1px rgb(31, 44, 92);
}
.tp02 .hamburger-btn:after {
  transform: rotate(-45deg);
  top: 0;
  position: relative;
  border-bottom: solid 1px rgb(31, 44, 92);
}
.tp02 .hamburger-menu:hover .hamburger-btn span {
  background: none;
}
.tp02 .menu_txt {
  color: rgb(31, 44, 92);
}

/*===== scrl =====*/
#header .hamburger-btn.active span,
#header .hamburger-btn.active:before,
#header .hamburger-btn.active:after,
#header.scrl .hamburger-btn.active span,
#header.scrl .hamburger-btn.active:before,
#header.scrl .hamburger-btn.active:after {
  background-color: #fff;
}

#header.scrl {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
  #header {
    padding: 10px 0;
  }
}
@media screen and (max-width: 480px) {
  #header .header-inner {
    padding: 0 4%;
  }
}
/*==========================================
 GLOBAL NAV
===========================================*/
#header .gnav-wrap {
  top: -100vh;
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: 0.2s;
  z-index: -3;
  -ms-overflow-style: none;
  overflow-x: hidden;
  background: #bfbfbf;
}

#header .gnav-wrap.open {
  opacity: 1;
  z-index: 9;
  visibility: visible;
}

#header .gnav-wrap.close {
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}

#header .gnav {
  max-width: 1140px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 12px 2.5%;
  color: rgb(31, 44, 92);
}

#header .gnav-inner {
  position: relative;
  padding: 12px 0;
}
@media screen and (max-width: 960px) {
  #header .gnav-inner {
    padding: 50px 0;
  }
}

#header .gnav-logo {
  width: 100%;
  max-width: 690px;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  #header .gnav-logo {
    max-width: 400px;
    margin-bottom: 20px;
  }
}

#header .gnav-block-pc {
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  #header .gnav-block-pc {
    display: none;
  }
}

#header .gnav-main-block {
  flex-basis: 500px;
  position: relative;
}
#header .gnav-main-block::before {
  content: "";
  border-right: solid 1px rgb(31, 44, 92);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -300;
  height: 100%;
}
#header .gnav-main-block .gnav-main-list .item {
  font-size: 2rem;
  letter-spacing: 0.2em;
  position: relative;
}
#header .gnav-main-block .gnav-main-list .item.top {
  font-size: 2.4rem;
}
#header .gnav-main-block .gnav-main-list .item button {
  background: none;
  border: none;
  padding: 0;
  color: unset;
  font-size: unset;
  font-family: unset;
  cursor: pointer;
  display: block;
  text-align: left;
}
#header .gnav-main-block .gnav-main-list .item button::after {
  content: "";
  border-bottom: solid 1px rgb(31, 44, 92);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 50px;
  right: 450px;
  z-index: 10;
  transition: 0.3s;
}
#header .gnav-main-block .gnav-main-list .item button:hover .plus {
  z-index: 10;
}
#header .gnav-main-block .gnav-main-list .item button:hover::after {
  right: 86px;
}
#header .gnav-main-block .gnav-main-list .item button .plus {
  position: absolute;
  right: 40px;
  width: 32px;
  height: 32px;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.3s;
}
#header .gnav-main-block .gnav-main-list .item button .plus::before, #header .gnav-main-block .gnav-main-list .item button .plus::after {
  content: "";
  position: absolute;
  top: 50%;
  border-bottom: solid 1px rgb(31, 44, 92);
  width: 16px;
  left: 50%;
}
#header .gnav-main-block .gnav-main-list .item button .plus::before {
  transform: translate(-50%);
}
#header .gnav-main-block .gnav-main-list .item button .plus::after {
  transform: translate(-50%) rotate(90deg);
}
#header .gnav-main-block .gnav-main-list .item button .plus.open {
  z-index: 10;
}
#header .gnav-main-block .gnav-main-list .item button .plus.open::before {
  opacity: 0;
}
#header .gnav-main-block .gnav-main-list .item button .plus.open::after {
  transform: translate(-50%) rotate(0);
  z-index: 20;
}
#header .gnav-main-block .gnav-main-list .item button .span {
  position: relative;
  z-index: 20;
  display: inline-block;
  padding-right: 20px;
  background: #bfbfbf;
}
#header .gnav-main-block .gnav-main-list .item button, #header .gnav-main-block .gnav-main-list .item a {
  display: inline-block;
  padding: 5px 0 5px 20px;
}
#header .gnav-main-block .gnav-main-list .item button::before, #header .gnav-main-block .gnav-main-list .item a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 7px;
  border-color: transparent transparent transparent rgb(31, 44, 92);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  opacity: 0;
}
#header .gnav-main-block .gnav-main-list .item button:hover::before, #header .gnav-main-block .gnav-main-list .item a:hover::before {
  opacity: 1;
}
#header .gnav-main-block .gnav-main-list .item input {
  display: none;
}

.gnav-sub-block {
  flex-basis: calc(100% - 500px);
  position: relative;
}
.gnav-sub-block .gnav-sub-inr {
  position: absolute;
  width: calc(100% + 100px);
  left: -100px;
  border: solid 1px rgb(31, 44, 92);
  background: #bfbfbf;
  opacity: 0;
  padding: 60px 2% 40px;
  text-align: center;
  height: 100%;
  pointer-events: none;
}
.gnav-sub-block .gnav-sub-inr.open {
  opacity: 1;
  pointer-events: auto;
}
.gnav-sub-block .gnav-sub-inr .gnav-sub {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.gnav-sub-block .gnav-sub-inr .gnav-sub .item {
  margin-bottom: 20px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 0;
}
.gnav-sub-block .gnav-sub-inr .gnav-sub .item a {
  display: inline-block;
}
.gnav-sub-block .gnav-sub-inr .gnav-sub .item a:hover {
  color: #fff;
}

#header .gnav-btm {
  display: flex;
}
@media screen and (max-width: 960px) {
  #header .gnav-btm {
    display: block;
  }
}
#header .gnav-btm .gnav-btm_l {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 400px;
  padding-right: 4%;
}
@media screen and (max-width: 960px) {
  #header .gnav-btm .gnav-btm_l {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
#header .gnav-btm .gnav-btm_l .item {
  flex-basis: 48%;
  border: solid 1px rgb(31, 44, 92);
  text-align: center;
}
#header .gnav-btm .gnav-btm_l .item:first-child {
  flex-basis: 100%;
  padding: 0;
  margin-bottom: 30px;
  font-size: 1.8rem;
}
#header .gnav-btm .gnav-btm_l .item:first-child a {
  padding: 0;
}
#header .gnav-btm .gnav-btm_l .item:last-child {
  margin-left: 4%;
}
#header .gnav-btm .gnav-btm_l .item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0 4px;
  height: 100%;
}
#header .gnav-btm .gnav-btm_l .item a:hover {
  color: #bfbfbf;
  background: rgb(31, 44, 92);
}
#header .gnav-btm .gnav-btm_l .item a i {
  font-size: 2.4rem;
  margin-right: 0.8em;
}
#header .gnav-btm .gnav-btm_r {
  flex-basis: calc(100% - 400px);
  display: flex;
  justify-content: space-between;
  text-align: center;
}
#header .gnav-btm .gnav-btm_r .item {
  flex-basis: 32%;
}
@media screen and (max-width: 480px) {
  #header .gnav-btm .gnav-btm_r .item {
    flex-basis: 80%;
    margin: 0 auto;
  }
}
#header .gnav-btm .gnav-btm_r .item a {
  line-height: 0;
}
#header .gnav-btm .gnav-btm_r .item a:hover {
  opacity: 0.7;
}
#header .gnav-btm .gnav-btm_r .item img {
  width: 100%;
}
@media screen and (max-width: 480px) {
  #header .gnav-btm .gnav-btm_r {
    flex-wrap: wrap;
  }
}

.gnav-block-sp {
  display: none;
}
@media screen and (max-width: 960px) {
  .gnav-block-sp {
    display: block;
    margin-bottom: 40px;
  }
}

.accordion_one .accordion_header {
  color: rgb(31, 44, 92);
  font-size: 1.8rem;
  position: relative;
  cursor: pointer;
  transition-duration: 0.2s;
  padding-left: 1em;
}
.accordion_one .accordion_header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 9px;
  height: 9px;
  background: rgb(31, 44, 92);
}
.accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  box-sizing: border-box;
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.accordion_one .accordion_header.open .i_box {
  transform: rotate(-90deg);
}
.accordion_one .accordion_header .i_box .one_i:before, .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: "";
  background-color: rgb(31, 44, 92);
  border-radius: 10px;
  width: 16px;
  height: 2px;
  position: absolute;
  top: 7px;
  left: 0;
  transform: rotate(0deg);
  transform-origin: center center;
}
.accordion_one .accordion_header .i_box .one_i:before {
  width: 2px;
  height: 16px;
  top: 0;
  left: 7px;
}
.accordion_one .accordion_header.open .i_box .one_i:before {
  transform: rotate(-45deg);
}
.accordion_one .accordion_header.open .i_box .one_i:after {
  content: none;
}
.accordion_one .accordion_inner {
  display: none;
  list-style: square;
  padding-left: 3em;
  font-size: 1.5rem;
}
/*==========================================
 main_common
===========================================*/
.main_top_area {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 80;
}

.main_logo {
  flex-basis: 150px;
}
.main_logo a {
  display: inline-block;
  width: 100%;
  padding: 24px 6px;
  background: rgba(255, 255, 255, 0.8);
  line-height: 0;
}
.main_logo a:hover {
  opacity: 0.7;
}

.hamburger_area {
  position: relative;
  z-index: 100;
}
.hamburger_area.tp03 {
  flex-basis: 90px;
  margin-top: 24px;
}
/*==========================================
 FOOTER
===========================================*/
#footer {
  padding: 80px 0 50px;
  background: rgb(31, 44, 92);
}
@media screen and (max-width: 960px) {
  #footer {
    padding: 20px 0 80px;
  }
}

.footer_add {
  letter-spacing: 0.05em;
  color: #fff;
}
.footer_add .company {
  font-size: 2rem;
  margin-bottom: 0.5em;
}
.footer_add .address {
  margin-bottom: 4px;
  letter-spacing: 0.1em;
}
.footer_add .address .span01 {
  display: block;
}
.footer_add .address .span02 {
  display: inline-block;
}
.footer_add .address .span03 {
  display: inline-block;
}
.footer_sitemap {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: left;
  margin-bottom: 80px;
}
@media screen and (max-width: 960px) {
  .footer_sitemap {
    display: none;
    margin-bottom: 40px;
  }
}
.footer_sitemap .inr {
  flex-basis: 29.3333333333%;
  margin: 0 2%;
  border-left: 1px solid rgb(174, 136, 0);
  padding-bottom: 1em;
}
.footer_sitemap .inr:last-child {
  border-right: 1px solid rgb(174, 136, 0);
}
.footer_sitemap .inr .head {
  position: relative;
  letter-spacing: 0.1em;
  font-size: 2.4rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: rgb(174, 136, 0);
  padding: 0 4%;
  margin-bottom: 1em;
}
.footer_sitemap .inr .head a {
  display: inline;
  position: relative;
}
.footer_sitemap .inr .head a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  border-bottom: solid 1px #fff;
}
.footer_sitemap .inr .head a:hover::before {
  right: 0;
}
.footer_sitemap .inr .body {
  list-style: square;
  padding: 0 4% 0 calc(6% + 1em);
}
.footer_sitemap .inr .body .item {
  color: rgb(174, 136, 0);
  margin-bottom: 0.5em;
}
.footer_sitemap .inr .body .item a {
  color: #fff;
  font-size: 1.6rem;
  display: inline;
  position: relative;
}
.footer_sitemap .inr .body .item a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  border-bottom: solid 1px #fff;
}
.footer_sitemap .inr .body .item a:hover::before {
  right: 0;
}
.footer_copyright {
  color: #fff;
  font-size: 1.4rem;
  text-align: right;
  margin-top: -2.2em;
  display: block;
}
.footer_copyright .span {
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .footer_copyright {
    margin-top: 0em;
    text-align: left;
  }
}

/*==========================================
 FOOTER 【SP】
===========================================*/
.footer-nav-sp {
  display: none;
}

@media screen and (max-width: 960px) {
  .footer-nav-sp {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    flex-wrap: nowrap;
    width: 100%;
    z-index: 9;
    line-height: 1.5rem;
    letter-spacing: normal;
    display: flex;
    border-top: 1px solid #fff;
    background: rgb(31, 44, 92);
  }
  .footer-nav-sp li {
    margin: 0;
    width: 25%;
    text-align: center;
  }
  .footer-nav-sp li a {
    height: 100%;
    font-size: 1.4rem;
    padding: 7px 0 5px;
    display: block;
    color: #fff;
  }
  .footer-nav-sp li a > i {
    display: block;
    font-size: 2.6rem;
    margin: 0 auto 2px;
    color: #fff;
  }
  .footer-nav-sp li a:active {
    background: #333;
    color: #fff;
  }
  .footer-nav-sp li a:active > i {
    color: #fff;
  }
}
@media screen and (max-width: 480px) {
  .footer-nav-sp li a {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 350px) {
  .footer-nav-sp li a {
    font-size: 1rem;
  }
}
/*==========================================
 【SIDE BUTTON】
===========================================*/
.side-conversion-btn {
  position: fixed;
  right: -130px;
  top: 120px;
  display: block;
  z-index: 5;
}

.side-conversion-btn li {
  font-size: 0;
}

.side-conversion-btn li:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (max-width: 1090px) {
  .side-conversion-btn li {
    max-width: 55px;
  }
}
@media screen and (max-width: 768px) {
  .side-conversion-btn {
    display: none;
  }
}
/*==========================================
 トップに戻るボタン
===========================================*/
.pagetop {
  position: fixed;
  bottom: 20px;
  right: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
}

.pagetop a {
  color: #fff;
  font-size: 12px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: block;
}

@media screen and (max-width: 768px) {
  .pagetop {
    display: none !important;
  }
}
/*==========================================
 トリミング
===========================================*/
.trim_h,
.trim_w {
  position: relative;
  height: 0;
  overflow: hidden;
  width: 100%;
  display: block;
}

.trim_h img,
.trim_w img {
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.trim_h img { /*縦*/
  height: 100%;
  max-width: inherit;
  transition: 0.3s;
}

.trim_w img { /*横*/
  height: auto;
  width: 100%;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .trim_h img {
    height: auto;
    width: 100%;
  }
}
/*==========================================
 エディター
===========================================*/
.editor_area {
  padding-bottom: 80px;
  line-height: 2;
  letter-spacing: 0.05rem;
  overflow: hidden;
}
.editor_area h2, .editor_area h1 {
  color: #fff;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  margin-bottom: 20px;
  padding: 4px 1rem;
  background: #000;
  display: block;
}
.editor_area h3 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  border-bottom: solid 1px #000;
}
.editor_area h4, .editor_area strong {
  font-weight: bold;
}
.editor_area em {
  font-style: italic;
}
.editor_area p {
  margin-bottom: 1em;
}
.editor_area ol {
  list-style: decimal;
  padding-left: 2em;
  margin-bottom: 1em;
}
.editor_area ul {
  list-style: inherit;
  padding-left: 2em;
  margin-bottom: 1em;
}
.editor_area ul.wp-block-gallery {
  padding-left: 0;
}
.editor_area a {
  transition: 0.3s;
  font-weight: bold;
  text-decoration: underline !important;
}
.editor_area a:hover {
  opacity: 0.7;
}
.editor_area .wp-block-quote {
  position: relative;
  padding: 35px 15px 10px 15px;
  box-sizing: border-box;
  font-style: italic;
  background: #f5f5f5;
  color: #777777;
  border-left: 4px solid #9dd4ff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
  margin-bottom: 20px;
}
.editor_area .wp-block-quote:before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 15px;
  content: "\f10d";
  font-family: FontAwesome;
  color: #9dd4ff;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}
.editor_area .wp-block-quote p {
  padding: 0;
  margin: 7px 0;
  line-height: 1.7;
}
.editor_area .wp-block-quote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

/*==========================================
 戻るボタン
===========================================*/
.return_btn {
  display: block;
  text-align: center;
  margin-top: 80px;
}

.return_btn a {
  color: #1f2c5c;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  display: block;
  border: solid 1px #1f2c5c;
  position: relative;
  width: 100%;
  max-width: 270px;
  margin: 0px auto;
  padding: 20px 0;
  background: #fff;
}

.return_btn a::before, .return_btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8%;
  border-bottom: solid 1px #1f2c5c;
  margin: auto;
  height: 0;
}

.return_btn a::before {
  width: 22px;
}

.return_btn a::after {
  transform: rotate(45deg);
  width: 6px;
  transform-origin: right;
}

.return_btn a:hover {
  color: #fff;
  background: #1f2c5c;
}

.return_btn a:hover::before, .return_btn a:hover::after {
  border-bottom: solid 1px #fff;
}

@media screen and (max-width: 768px) {
  .return_btn {
    margin-top: 50px;
  }
}
/*==========================================
 inner-ft-nav フッター上メニュー
===========================================*/
.sec_com .inner-ft-nav {
  margin-bottom: 120px;
}
.sec_com .inner-ft-nav .ft-nav-inner {
  width: 100%;
  margin: 0 auto;
  border-top: solid #1F2C5C 5px;
  text-align: center;
}
.sec_com .inner-ft-nav .ft-nav-inner.col2 {
  max-width: 720px;
}
.sec_com .inner-ft-nav .ft-nav-inner .li {
  flex-basis: 49%;
  margin: 0 0.5% 6px;
}
.sec_com .inner-ft-nav .ft-nav-inner .li a {
  display: block;
  width: 100%;
  background: #1F2C5C;
  color: #fff;
  padding: 1em 2%;
  font-size: 1.6rem;
  left: 0.1em;
  border: 1px solid #1F2C5C;
  height: 100%;
}
.sec_com .inner-ft-nav .ft-nav-inner .li a:hover {
  background: #fff;
  color: #1F2C5C;
}
.sec_com .inner-ft-nav .ft-nav-inner.col3 {
  max-width: inherit;
}
.sec_com .inner-ft-nav .ft-nav-inner.col3 .li {
  flex-basis: 32.3333333333%;
  margin: 0 0.5% 6px;
}
.sec_com .inner-ft-nav .ft-nav-inner .ttl {
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  padding: 0.5em 0px;
  color: #1F2C5C;
}

@media screen and (max-width: 768px) {
  .sec_com .inner-ft-nav {
    margin-bottom: 60px;
  }
  .sec_com .inner-ft-nav .ft-nav-inner .li a {
    font-size: 1.4rem;
  }
  .sec_com .inner-ft-nav .ft-nav-inner.col3 .li {
    flex-basis: 49%;
    margin: 0 0.5% 6px;
  }
  .sec_com .inner-ft-nav .ft-nav-inner .ttl {
    font-size: 1.8rem;
  }
}/*# sourceMappingURL=common.css.map */