@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:500,700|Work+Sans:500,600&display=swap");

/*------------------------------------------------------------
  リセット
------------------------------------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd,
address,
small {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}
body {
  position: relative;
  width: 100%;
  /* word-break: break-all; */
  word-wrap: break-word;
  overflow-wrap: break-word;
  scroll-behavior: smooth;
  overflow-x: hidden;
  color: #232323;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  left: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  letter-spacing: 0.17rem;
  line-height: 1.6;
}
main {
  display: block;
}
li {
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  font-weight: normal;
  text-align: left;
}
a {
  display: block;
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input,
button,
select,
textarea {
  padding: 0;
  border: none;
  border-radius: 0;
  font: inherit;
  background: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 1.6rem;
}
select::-ms-expand {
  display: none;
}
select {
  cursor: pointer;
}
::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
::-moz-selection {
  background: #d2d2d2;
  color: #fff;
}
::selection {
  background: #d2d2d2;
  color: #fff;
}

::-moz-selection {
  background: #d2d2d2;
  color: #fff;
}

.single_content p:not(:last-child) {
  margin-bottom: 2rem;
}

a,
a:focus {
  outline: none;
}
button,
input,
input:focus {
  outline: none;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: none;
}

/*------------------------------------------------------------
  フォント
------------------------------------------------------------*/
body {
  font-size: 1.5rem;
}

.font_en {
  font-family: 'Open Sans', sans-serif;
}

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

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

/*------------------------------------------------------------
  アイコンフォント
------------------------------------------------------------*/
@font-face {
  font-family: "everloy";
  src: url("fonts/everloy.eot?ryty9a");
  src: url("fonts/everloy.eot?ryty9a#iefix") format("embedded-opentype"),
    url("fonts/everloy.ttf?ryty9a") format("truetype"),
    url("fonts/everloy.woff?ryty9a") format("woff"),
    url("fonts/everloy.svg?ryty9a#everloy") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "everloy" !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;
}
.icon-arrow:before {
  content: "\e900";
}
.icon-crown:before {
  content: "\e901";
}
.icon-demo:before {
  content: "\e902";
}
.icon-mail:before {
  content: "\e903";
}
.icon-download:before {
  content: "\e904";
}
.icon-arrow2:before {
  content: "\e905";
}
.icon-rotate:before {
  content: "\e906";
}
.icon-home:before {
  content: "\e907";
}
.icon-window:before {
  content: "\e908";
}
.icon-search:before {
  content: "\e909";
} 
 
/*------------------------------------------------------------
  見出し
------------------------------------------------------------*/
.title-1 {
  font-size: 2.8rem;
    padding-bottom: 20px;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin: -2px 0 30px;
}

.title-1:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 5px;
  background-color: #065fad;
  position: absolute;
  bottom: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.title-1 span {
  font-size: 1.4rem;
  display: block;
  margin-bottom: 5px;
  line-height: 1.5;
}

.title-2 {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  margin: -7px 0 10px;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.title-2 span {
  color: #065fad;
}

.title-3 {
  font-size: 2rem;
  color: #065fad;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  margin: -6px 0 10px;
  letter-spacing: 0.08em;
}

.title-4 {
  font-size: 2.6rem;
  color: #fff;
  line-height: 1.4;
  margin: -5px 0 15px;
  text-align: center;
  font-weight: bold;
}

.title-5 {
  font-size: 2rem;
  font-weight: 500;
  background-color: #ededed;
  line-height: 1.4;
  padding: 13.5px 20px;
  position: relative;
  margin-bottom: 20px;
}

.title-5:before {
  content: "";
  display: inline-block;
  background-color: #1f518e;
  width: 4px;
  height: calc(100% - 25px);
  position: absolute;
  top: 12.5px;
  left: 0;
}


@media screen and (min-width: 992px) {
  .title-1 {
    font-size: 4rem;
    padding-bottom: 40px;
    margin: -6px 0 40px;
    line-height: .9;
  }
  .title-1:before {
    width: 60px;
  }
  .title-1 span {
    font-size: 2.4rem;
    margin-bottom: 5px;
  }
  .title-2 {
    font-size: 4rem;
    margin: -10px 0 20px;
  }
  .title-4 {
    font-size: 3.6rem;
    margin: -7px 0 30px;
  }
  .title-5 {
    font-size: 2.6rem;
    padding: 17px 35px;
    margin-bottom: 30px;
  }
  .title-5:before {
    height: calc(100% - 36px);
    top: 18px;
  }
  .title-6 {
    font-size: 2.4rem;
    padding-bottom: 10px;
  }
  .title-7 {
    font-size: 2rem;
  }
}

.title-txt {
  margin: -6px 0 25px;
}

@media screen and (min-width: 768px) {
  .title-txt {
    text-align: center;
  }
}

@media screen and (min-width: 992px) {
  .title-txt {
    margin: -8px 0 35px;
  }
}



/*------------------------------------------------------------
  装飾線
------------------------------------------------------------*/

@media screen and (min-width: 768px) {
  .decoration_line {
    position: relative;
    border-bottom: 1px solid #bdc3d0;
  }
  .decoration_line:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #bdc3d0;
    border-radius: 50px;
    position: absolute;
    left: 0;
    bottom: -2.5px;
    z-index: 2;
  }
  .decoration_line:after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #bdc3d0;
    border-radius: 50px;
    position: absolute;
    right: 0;
    bottom: -2.5px;
  }
  .decoration_line:hover:before,
  .decoration_line:hover:after {
    background: #0b4aca;
  }
  .decoration_line a:before {
    position: absolute;
    bottom: -1px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #0b4aca;
    -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 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .decoration_line a:hover:before {
    -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);
  }
}

/*------------------------------------------------------------
  テーブル
------------------------------------------------------------*/
.tbl01 {
  border-top: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
  border-left: 1px solid #cdcdcd;
}
.tbl01 tr {
  border-bottom: 1px solid #cdcdcd;
}
.tbl01 th,
.tbl01 td {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  padding: 15px 20px;
}
.tbl01 th {
  color: #1f518e;
  font-weight: bold;
  padding-bottom: 15px;
  font-size: 1.5rem;
  background: #e9f0f9;
}

/* tdを見出しにする */
.title-td {
  background: #ededed;
}

@media screen and (min-width: 991px) {
  .tbl01 th,
  .tbl01 td {
    display: table-cell;
    width: inherit;
    vertical-align: top;
    padding: 15px 20px;
    font-size: 1.6rem;
  }
  .tbl01 th {
    min-width: 200px;
    max-width: 200px;
    width: 10%;
  }
}

/* 見出し＋画像のテーブル */
.img_table th,
.img_table td {
  text-align: center;
}

/* 特殊系のテーブル */
.special_table01 th {
  color: #1f518e;
  font-weight: bold;
  padding-bottom: 15px;
  font-size: 1.5rem;
  background: #e9f0f9;
  border-right: 1px solid #cdcdcd;
}
.special_table01 td:not(:first-child) {
  text-align: center;
}

@media screen and (min-width: 991px) {

}

/*------------------------------------------------------------
  ページ内リンク
------------------------------------------------------------*/
.link_in_page a {
  border-top: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
  border-left: 1px solid #cdcdcd;
  padding: 13px 20px;
}
.link_in_page li:last-child a {
  border-bottom: 1px solid #cdcdcd;
}
.link_in_page .btn_txt {
  position: relative;
  font-size: 1.5rem;
}
.link_in_page .btn_txt .icon-arrow {
  transform: rotate(
90deg
);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    color: #1f518e;
    font-size: 1rem;
    margin: auto;
}

@media screen and (min-width: 768px) {
  .link_in_page ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-left: 1px solid #cdcdcd;
  }
  .link_in_page ul li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .link_in_page li a {
    border-bottom: 1px solid #cdcdcd;
    transition: .3s;
    border-left: none;
    border-top: none;
    padding: 16px 20px;
  }
  .link_in_page li:last-child a {
    border-bottom: 1px solid #cdcdcd;
  }
}

@media screen and (min-width:768px) and ( max-width:991px) {
  .link_in_page ul {
    border-top: 1px solid #cdcdcd;
  }
}


@media screen and (min-width: 992px) {

  .link_in_page ul li {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .link_in_page ul li:nth-child(-n+3) {
    border-top: 1px solid #cdcdcd;
  }
  
  .link_in_page li a:hover {
    color: #1f518e;
  }
}





/*------------------------------------------------------------
  リスト
------------------------------------------------------------*/
.list01 li {
  position: relative;
  padding-left: 1.5rem;
  line-height: 1.8;
}
.list01 li:not(:last-child) {
  margin-bottom: 1rem;
}
.list01 li:before {
  content: "";
    display: inline-block;
    width: 0.6rem;
    height: 0.6rem;
    background: #1f518e;
    position: absolute;
    top: 1.1rem;
    left: 0;
    margin: auto;
    border-radius: 2rem;
}

.list02 {
  counter-reset: item;
  list-style-type: none;
}
.list02 li {
  position: relative;
  padding-left: 2rem;
  line-height: 1.8;
}
.list02 li:not(:last-child) {
  margin-bottom: 1rem;
}
.list02 li:before {
  counter-increment: item;
  content: counter(item)".";
  position: absolute;
  font-size: 1.6rem;
  color: #1f518e;
  left: 0;
  top: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  letter-spacing: 0.8px;
}
.list03 li {
  position: relative;
  padding-left: 2.3rem;
  line-height: 1.8;
}
.list03 li:not(:last-child) {
  margin-bottom: 1rem;
}
.list03 li:before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  background: #0da1aa;
  position: absolute;
  top: 1.3rem;
  left: 0.9rem;
  margin: auto;
  border-radius: 20px;
}

@media screen and (min-width: 991px) {
  .list02 li:before {
    top: 0rem;
  }
}

@media screen and (min-width: 1500px) {
  .list01 li:before {
    top: 1.2rem;
  }
  .list02 li:before {
    top: 0.3rem;
  }
}



/*------------------------------------------------------------
  テキストリンク
------------------------------------------------------------*/
.txt_link01 {
  position: relative;
  display: inline-block;
  border-bottom: 0.1rem solid;
  text-indent: 0;
  color: #0595dd;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.4;
}
.txt_link02 {
  position: relative;
  display: inline-block;
  border-bottom: 0.1rem solid;
  text-indent: 0;
  color: #0595dd;
  margin-right: 3rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.4;
}
.txt_link02 i {
  position: absolute;
  right: -2.5rem;
  font-size: 1.7rem;
  height: 1.7rem;
  top: 3px;
  bottom: 0;
  margin: auto;
}
.txt_link03 {
  position: relative;
  display: inline-block;
  border-bottom: 0.1rem solid;
  text-indent: 0;
  color: #ec9f24;
  margin-left: 2rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.txt_link03 i {
  position: absolute;
  left: -2rem;
  font-size: 1.7rem;
  height: 1.7rem;
  top: 3px;
  bottom: 0;
  margin: auto;
}

@media screen and (min-width: 991px) {
  .txt_link01:hover,
  .txt_link02:hover,
  .txt_link03:hover {
    color: #065fad;
    border-color: #065fad;
  }
  .txt_link03 {
    font-size: 1.6rem;
  }
}

/*------------------------------------------------------------
  テキスト中央寄せ
------------------------------------------------------------*/
.txt_center {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .txt_center--m {
    text-align: center;
  }
}

/*------------------------------------------------------------
  強調テキスト
------------------------------------------------------------*/
.strong01 {
  color: #df5213;
}

/*------------------------------------------------------------
  テキストカラー
------------------------------------------------------------*/
.txt_color01 {
  color: #0b4aca;
}

/*------------------------------------------------------------
  注釈テキスト
------------------------------------------------------------*/
.annotation_txt {
  font-size: 1.4rem;
  color: #959faa;
  position: relative;
  padding-left: 1.8rem;
  display: inline-block;
}
.annotation_txt:before {
  content: "＊";
  display: inline-block;
  position: absolute;
  color: #959faa;
  left: 0;
  top: 0;
}

@media screen and (min-width: 991px) {
  .annotation_txt {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1500px) {
  .annotation_txt {
    font-size: 1.6rem;
  }
}

/*------------------------------------------------------------
  ボタンの見た目パターン
------------------------------------------------------------*/
.btn01 {
  background: #171819;
  font-family: "Oswald", sans-serif;
  width: 100%;
  display: block;
  max-width: 41.5rem;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  position: relative;
  padding: 2rem 0;
  margin: auto;
  font-weight: 500;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn01 .icon-arrow02 {
  position: absolute;
  right: 2rem;
  font-size: 1.6rem;
  height: 1.5rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

.btn01 p {
  margin-bottom: 0 !important;
  text-align: center;
  position: relative;
}

@media screen and (min-width: 991px) {
  .btn01 {
    font-size: 1.8rem;
    padding: 3rem 0;
  }
  .btn01 p {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .btn01:hover p {
    letter-spacing: 0.4rem;
  }
  .btn01:before {
    content: "";
    display: block;
    background: -o-linear-gradient(left, #21b7b6, #0193a3);
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#21b7b6),
      to(#0193a3)
    );
    background: linear-gradient(to right, #21b7b6, #0193a3);
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .btn01:hover:before {
    opacity: 1;
  }

  .btn01 .icon-arrow02 {
    font-size: 2.4rem;
    height: 2.1rem;
  }
}

/*------------------------------------------------------------
  ボタン
------------------------------------------------------------*/
.btn {
  position: relative;
  padding: 18px 25px;
  max-width: 335px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
  background: #232323;
  color: #fff;
  overflow: hidden;
  border-radius: 50px;
  transition: 0.3s;
}
.btn span {
  position: relative;
  width: 100%;
  display: block;
}
.btn span .icon-arrow {
  position: absolute;
  right: 0;
  font-size: 10px;
  height: 10px;
  margin: auto;
  top: 0;
  bottom: 0;
}
.btn span .icon-download {
  position: absolute;
  right: 0;
  font-size: 10px;
  height: 10px;
  margin: auto;
  top: 0;
  bottom: 0;
}

.btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 200px;
  background: #2b2a2a;
  margin: auto;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.33, -0.03, 0.06, 0.99);
  transition: all 0.5s cubic-bezier(0.33, -0.03, 0.06, 0.99);
}

.btn .icon-arrow02 {
  position: absolute;
  font-size: 18px;
  right: 20px;
  top: 30%;
}
.btn .icon-window {
  position: absolute;
  font-size: 14px;
  top: 24%;
  right: 20px;
}
.btn-mini {
  font-size: 12px;
  padding: 5px 0;
  max-width: 160px;
  background: #dde6f7;
  color: #232323;
}
.btn-mini.type-2 {
  border-color: #dddddd;
}
.btn-mini .icon-arrow {
  font-size: 11px;
  right: 15px;
  color: #0b4aca;
}
.btn__return span .icon-arrow {
  right: inherit;
  left: 0;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

@media screen and (max-width: 767px) {
  .btn {
    max-width: 360px;
  }
}
@media screen and (min-width: 768px) {
  .btn {
    background: #232323;
  }
  .btn.btn-mini {
    font-size: 14px;
  }
  .btn-mini:hover {
    color: #fff;
  }
  .btn:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@media screen and (min-width: 992px) {
  .btn {
    font-size: 16px;
  }
  .btn-mini.type-2 {
    font-size: 14px;
  }
  .btn span .icon-arrow {
    font-size: 12px;
    height: 12px;
  }
  .btn span .icon-download {
    font-size: 15px;
    height: 12px;
  }
}

/*------------------------------------------------------------
  ボタンカラー
------------------------------------------------------------*/
.btn-color01 {
  background: #0595dd;
  color: #fff;
  position: relative;
}
.btn-color01 input {
  color: #232323 !important;
}
.btn-color01 .icon-mail {
  margin-right: 15px;
}
.btn-color02 {
  color: #fff;
  background: #df5213;
}
.btn-color03 {
  background: #232323;
  color: #fff;
}

.btn-color04 {
  background: #fff;
  color: #1f518e;
  border: 1px solid #1f518e;
}
/* .btn-color04 .icon-arrow02 {
  color: #0b4aca;
}
.btn-color04.type-2,
.btn-color04.type-2 .icon-arrow02 {
  color: #232323;
  border-color: #232323;
} */
.btn-color04:not(.type-2):before {
  background: #1f518e;
}
.btn-color05 {
  color: #fff;
  background: #1f518e;
}
.btn-color05 .icon-arrow02 {
  color: #0b4aca;
}

@media screen and (min-width: 768px) {
  .btn-color01:before,
  .btn-color02:before,
  .btn-color05:before {
    background: #fff;
    opacity: .1;
  }
  .btn-color03:before {
    background: #2b2a2a;
  }
  .btn-color04:hover,
  .btn-color04:hover .icon-arrow02 {
    color: #fff;
  }
  .btn-color05:hover {
    color: #fff;
  }
  .mappoint_btn span {
    padding-left: 30px;
  }
  .mappoint_btn .mappoint-icon {
    height: 18px;
    width: 18px;
    bottom: 2px;
    left: 0;
  }
}

/*------------------------------------------------------------
  下層ページコンテンツ
------------------------------------------------------------*/
.txt_box p:not(:last-child) {
  margin-bottom: 2rem;
}

/*------------------------------------------------------------
  コンテンツ幅
------------------------------------------------------------*/
.content {
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
}
.content p {
  line-height: 1.75;
}
.content-bg {
  padding: 6rem 0;
}
.content-bg-front {
  padding-bottom: 6rem;
}
.content-bg-after {
  padding-top: 6rem;
}
.bgcolor01 {
  background: #f5f5f5;
}
.bgcolor02 {
  background: #f7f7f7;
}
.bgcolor03 {
  background: #eeeeee;
}
.content__inner {
  max-width: 80rem;
  padding: 0 1.5rem;
  margin: auto;
}

@media screen and (min-width: 991px) {
  .content {
    padding: 9rem 0;
  }

  /* .content p {
    line-height: 1.9;
  } */
  .content-bg {
    padding: 9rem 0;
  }
  .content-bg-front {
    padding-bottom: 9rem;
  }
  .content-bg-after {
    padding-top: 9rem;
  }
  .content__inner {
    padding: 0 3rem;
    max-width: 126rem;
  }
  .content__inner--s {
    max-width: 106rem;
  }
  .content__inner--ss {
    max-width: 102rem;
  }
  .content__inner__l {
    max-width: 174rem;
  }
}

@media screen and (min-width: 1200px) {
  .content__inner {
    padding: 0 3rem;
  }
  .content__inner--s {
    max-width: 108rem;
  }
}
@media screen and (min-width: 1500px) {
  .content__inner {
    padding: 0 3rem;
  }
  .content__inner--s {
    max-width: 102rem;
  }
}

/*------------------------------------------------------------
  横並びコンテンツ
------------------------------------------------------------*/
.flex-content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-content__100-xs {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.flex-content__50-xs {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.flex-column-15-s {
  margin: -15px -7.5px 0;
}
.flex-column-15-s > [class*="flex-content__"] {
  padding: 15px 7.5px 0;
}
.flex-column-40-s {
  margin: -4rem -1rem 0 -1rem;
}
.flex-column-40-s > [class*="flex-content__"] {
  padding: 4rem 1rem 0 1rem;
}
@media screen and (max-width: 990px) {
  [class^="flex-content__100"]:not(:last-child),
  [class*=" flex-content__100"]:not(:last-child) {
    margin-bottom: 2rem;
  }
  .flex-column-40-s {
    margin: 0rem -1rem 0 -1rem;
  }
  .flex-column-40-s > [class*="flex-content__"] {
    padding: 0rem 1rem 0 1rem;
  }
  .flex-column-15-s {
    margin: 0rem -7.5px 0 -7.5px;
  }
  .flex-column-15-s > [class*="flex-content__"] {
    padding: 0px 7.5px 0;
  }
}

@media screen and (min-width: 767px) {
  .flex-content:not(.flex-content_margin) {
    margin: 0 -2rem;
    margin-top: -5.5rem;
  }
  .flex-content.content-space__20:not(.flex-content_margin) {
    margin: 0 -2rem;
    margin-top: -5.5rem;
  }
  .flex-content.content-space__15:not(.flex-content_margin) {
    margin: 0 -1.5rem;
    margin-top: -5.5rem;
  }
  .flex-content.content-space__10:not(.flex-content_margin) {
    margin: 0 -1rem;
    margin-top: -5.5rem;
  }
  .flex-content:not(.flex-content_margin) [class^="flex-content__50"],
  .flex-content:not(.flex-content_margin) [class^="flex-content__33"],
  .flex-content:not(.flex-content_margin) [class^="flex-content__25"] {
    margin-top: 5.5rem;
  }
  .flex-content__50-s {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .flex-content__33-s {
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
    max-width: 33.3333%;
  }
  .flex-content__inner {
    padding: 0 2rem;
  }
  .content-space__20 .flex-content__inner {
    padding: 0 2rem;
  }
  .content-space__15 .flex-content__inner {
    padding: 0 1.5rem;
  }
  .content-space__10 .flex-content__inner {
    padding: 0 1rem;
  }
}

@media screen and (min-width: 991px) {
  .flex-content-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex-column-120-ll {
    margin: -12rem -4.5rem 0 -4.5rem;
  }
  .flex-column-120-ll > [class*="flex-content__"] {
    padding: 12rem 4.5rem 0 4.5rem;
  }
  .flex-content__50-m {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .flex-content__60-m {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    max-width: 60%;
  }
  .flex-content__33-m {
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
    max-width: 33.3333%;
  }
  .flex-content__25-m {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .flex-content:not(.flex-content_margin) {
    margin-top: -5.5rem;
  }
  .flex-content:not(.flex-content_margin) [class^="flex-content__50"],
  .flex-content:not(.flex-content_margin) [class^="flex-content__33"],
  .flex-content:not(.flex-content_margin) [class^="flex-content__25"] {
    margin-top: 5.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .flex-content__25-l {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .flex-content__33-l {
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
    max-width: 33.3333%;
  }
}

@media screen and (min-width: 1500px) {
  .flex-column-120-ll {
    margin: -12rem -6rem 0 -6rem;
  }
  .flex-column-120-ll > [class*="flex-content__"] {
    padding: 12rem 6rem 0 6rem;
  }
}

/*------------------------------------------------------------
  上余白
------------------------------------------------------------*/
.mt_0 {
  margin-top: 0 !important;
}

/*------------------------------------------------------------
  下余白
------------------------------------------------------------*/
.mb_10 {
  margin-bottom: 1rem;
}
.mb_15 {
  margin-bottom: 1.5rem;
}
.mb_ss {
  margin-bottom: 10px !important;
}
.mb_s {
  margin-bottom: 20px !important;
}
.mb_m {
  margin-bottom: 30px !important;
}
.mb_l {
  margin-bottom: 40px !important;
}
.mb_ll {
  margin-bottom: 60px !important;
}
.mb_xl {
  margin-bottom: 90px !important;
}

@media screen and (min-width: 991px) {
  .mb_ss {
    margin-bottom: 20px !important;
  }
  .mb_s {
    margin-bottom: 30px !important;
  }
  .mb_m {
    margin-bottom: 40px !important;
  }
  .mb_l {
    margin-bottom: 60px !important;
  }
  .mb_ll {
    margin-bottom: 90px !important;
  }
  .mb_xl {
    margin-bottom: 120px !important;
  }
}

/*------------------------------------------------------------
  デバイスごとに表示を切り替える
------------------------------------------------------------*/
.hidden--s,
.hidden--m,
.hidden--l,
.hidden--ll {
  display: block;
}
.visibility--s,
.visibility--m,
.visibility--l,
.visibility--ll {
  display: none;
}

@media screen and (min-width: 768px) {
  .hidden--s {
    display: none;
  }
  .visibility--s {
    display: block;
  }
}
/* ----- media END ----- */

@media screen and (min-width: 991px) {
  .hidden--m {
    display: none;
  }
  .visibility--m {
    display: block;
  }
}
/* ----- media END ----- */

@media screen and (min-width: 1200px) {
  .hidden--l {
    display: none;
  }
  .visibility--l {
    display: block;
  }
}
/* ----- media END ----- */

@media screen and (min-width: 1500px) {
  .hidden--ll {
    display: none;
  }
  .visibility--ll {
    display: block;
  }
}

/*------------------------------------------------------------
  ページローディング
------------------------------------------------------------*/
/*#loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: all .5s cubic-bezier(0,0,.25,1);
  background: -webkit-linear-gradient(0deg, #0193a3, #21b7b6);
  opacity: 1;
  background: -webkit-linear-gradient(0deg, #0193a3, #21b7b6);
  background: -o-linear-gradient(0deg, #0193a3, #21b7b6);
  background: linear-gradient(0deg, #0193a3, #21b7b6);

}
#loading.hidden {
  opacity: 0;
  pointer-events: none;
}
.page_loading__inner {
  position: absolute;
    top: calc(50% - 40px);
    right: 0;
    left: 0;
    margin: auto;
    width: 19rem;
}
.page_loading-img {
  width: 19rem;
  opacity: 1;
  transition: opacity .5s;
  animation: loadingLogo .4s cubic-bezier(.31,0,.25,1) forwards;
}
#loading.hidden .page_loading-img {
  opacity: 0;
}
.page_loading-img {
  height: 6.3rem;
}
.page_loading-animetion {
  position: relative;
  overflow: hidden;
  margin: 2rem auto;
  width: 100%;
  height: .1rem;
}
.page_loading-animetion::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  content: '';
  animation: sk-scrollline 1.6s .5s ease-in-out infinite;
}


@keyframes loadingLogo {
  0% {
    transform: translateY(10px) skewY(2deg) rotateX(-5deg)
  }
  100% {
    transform: translateY(0) skewY(0) rotateX(0)
  }
}

@keyframes sk-scrollline {
  0% {
    transform: translateX(-110%)
  }
  60% {
    transform: translateX(110%)
  }
  100% {
    transform: translateX(110%)
  }
}*/

/*------------------------------------------------------------
  ヘッダー
------------------------------------------------------------*/
.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.header__inner {
  /* padding: 1.45rem 1rem; */
  padding: 1rem;
  background: rgba(255, 255, 255, 0);
  /* height: 6rem; */
  height: 7rem;
}
.site__main-txt {
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 1.4;
  margin-top: 5px;
}
.header__logo {
  display: inline-block;
  /* max-width: 357px; */
}

.header__logo img{
  max-width: 200px;
}

@media screen and (max-width: 768px) {
  .header__logo {
    line-height: 1;
    width: auto;
  }
  
  .header__logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
  }
  .header__logo img {
    /* max-width: 295px; */
    max-width: 130px;
  }
}

@media screen and (max-width: 360px) {

  .header__logo img {
    max-width: 275px;
  }
  .gnav__contact {
    width: 75px;
    right: 50px;
  }
  .gnav__sp-trigger {
    width: 5rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 990px) {
  .header__inner {
    padding: 1.1rem 2rem;
  }
  .site__main-txt {
    /* font-size: 1.3rem; */
    font-size: 1.15rem;
    margin-bottom: 0.5rem;
    /* margin-top: 0; */
  }
  .site__main-txt br {
    display: none;
  }
}

@media screen and (max-width: 990px) {
  .header {
    background-color: #fff;
  }
  .header.fixed {
    position: fixed;
    top: 0;
    box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 10%);
  }
  .gnav__sp-on .header.fixed {
    left: -286px;
  }
  .header__menu {
    display: none;
  }
  .header-gnav {
    display: none;
  }
}

@media screen and (min-width: 991px) {
  .header {
    position: inherit;
    -webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
    -moz-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
    -ms-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
  }
  .header__inner {
    height: 10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-basis: auto;
  }
  /* .header__logo {
    max-width: 300px;
    width: 100%;
  } */
  .header__logo img{
    max-width: 150px;
  }
  /* .site__main-txt {
    margin-top: 0;
  } */
  .header__menu-content--txt {
    text-align: right;
    font-size: 12px;
    color: #8b8b8b;
    margin-bottom: 10px;
  }
  .header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header.fixed {
    position: fixed;
    background: #fff;
    
  }
  .header.fixed .header__inner {
    display: none;
  }
  .header__menu-tel {
    max-width: 220px;
    margin-right: 10px;
  }
  .header__menu-tel p {
    font-size: 1.2rem;
    margin-bottom: 5px;
    letter-spacing: 0;
  }
  .header.fixed .header__button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 52px;
  }
  .gnav__pc-buttonnav ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
    justify-content: flex-end;
    align-items: center;
  }
  .gnav__pc-buttonnav ul li {
    position: relative;
    padding: 0 5px;
  }
  .gnav__pc-buttonnav ul li .btn {
    font-size: 12px;
    padding: 15px 20px;
  }
  .gnav__pc-buttonnav ul li .btn i {
    margin-right: 10px;
    position: static;
  }
}

@media screen and (min-width: 1100px) {
  /* .header__logo {
    max-width: 405px;
  } */
  .site__main-txt {
    font-size: 1.3rem;
    margin-top: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .header__inner {
    padding: 0 3rem;
    max-width: 176rem;
    margin: 0 auto;
  }
  .header.fixed .gnav__pc__info-list li:first-child {
    margin-right: 60px;
  }
  .header.fixed .header__logo .header__logo-fixed img.hidden--s {
    display: none;
  }
  .header.fixed .header__logo .header__logo-fixed img.visibility--s {
    display: block;
  }
  .header__menu-tel {
    margin-right: 20px;
    max-width: 261px;
  }
  .header__menu-tel p {
    text-align: center;
    font-size: 1.4rem;
    letter-spacing: 0px;
  }
}

@media screen and (min-width: 1300px) {
  .gnav__pc-buttonnav ul li .btn {
    font-size: 14px;
    padding: 14px 30px;
  }
}

@media screen and (min-width: 1400px) {
  .header__logo {
    max-width: 500px;
  }
  .header__inner {
    padding: 0 3rem;
    max-width: 174rem;
    margin: auto;
  }
}

@media screen and (min-width: 1500px) {
  .header.fixed .header__button {
    height: 61px;
  }
  .header__menu-tel {
    margin-right: 30px;
  }
  .gnav__pc-buttonnav ul li .btn {
    font-size: 16px;
    padding: 13px 30px;
  }
}

@media screen and (min-width: 1600px) {
  .header__logo {
    max-width: 690px;
  }
  .site__main-txt {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}

/* スマホお問い合わせボタン */
.gnav__contact {
  display: inline-block;
  background: #0bbfca;
  color: #fff;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  right: 70px;
  font-size: 12px;
}
.gnav__contact__inner {
  position: relative;
  padding-top: 45px;
  line-height: 1.2;
  text-align: center;
}
.gnav__contact__inner .mappoint-icon {
  position: absolute;
  top: 17px;
  right: 0;
  left: 0;
  margin: 0 auto;
  font-size: 20px;
  height: 22px;
  width: 22px;
  color: #fff;
}

/* グロナビ */
.gnav__sp-trigger {
  position: absolute;
  display: block;
  width: 6rem;
  height: 100%;
  top: 0;
  right: 0;
  background: #103d74;
  display: inline-block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.gnav__sp-trigger__inner {
  position: relative;
  height: 1.5rem;
  margin: -15px 0 0 0;
}
.gnav__sp-trigger__inner:before {
  content: "MENU";
    font-size: 1.2rem;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -23px;
    font-weight: 600;
    letter-spacing: 1px;
}
.gnav__sp-on .gnav__sp-trigger__inner:before {
  content: "CLOSE";
}

.gnav__sp-trigger span {
  position: absolute;
  left: 0;
  right: 0;
  width: 2rem;
  height: 0.1rem;
  margin: auto;
  background-color: #fff;
}

.gnav__sp-trigger span:nth-of-type(1) {
  top: 0;
  /* ↓ 動きのスピードとkeyframe名 */
  -webkit-animation: menu-bar01 0.75s forwards;
  animation: menu-bar01 0.75s forwards;
}
.gnav__sp-trigger span:nth-of-type(2) {
  top: 0.7rem;
  -webkit-transition: all 0.25s 0.25s;
  -o-transition: all 0.25s 0.25s;
  transition: all 0.25s 0.25s;
  opacity: 1;
}
.gnav__sp-trigger span:nth-of-type(3) {
  bottom: 0;
  /* ↓ 動きのスピードとkeyframe名 */
  -webkit-animation: menu-bar02 0.75s forwards;
  animation: menu-bar02 0.75s forwards;
}

/* ↓　１本めの線の動き（translateYの数値を調整） */
@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(0.7rem) rotate(0);
  }
  50% {
    -webkit-transform: translateY(0.7rem) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(0.7rem) rotate(0);
    transform: translateY(0.7rem) rotate(0);
  }
  50% {
    -webkit-transform: translateY(0.7rem) rotate(0);
    transform: translateY(0.7rem) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

/* ↓　3本めの線の動き（translateYの数値を調整） */
@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-0.7rem) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-0.7rem) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-0.7rem) rotate(0);
    transform: translateY(-0.7rem) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-0.7rem) rotate(0);
    transform: translateY(-0.7rem) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

.gnav__sp-on .gnav__sp-trigger span:nth-of-type(1) {
  /* ハンバーガーメニューがクリックされたときの動き */
  -webkit-animation: active-menu-bar01 0.75s forwards;
  animation: active-menu-bar01 0.75s forwards;
}
/* ↓　ボタンクリックした際の1本めの線の動き（translateYの数値を調整） */
@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(0.7rem) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0.7rem) rotate(0);
  }
}
@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(0.7rem) rotate(0);
    transform: translateY(0.7rem) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0.7rem) rotate(0);
    transform: translateY(0.7rem) rotate(0);
  }
}
/*.gnav__sp-on .gnav__sp-trigger span:nth-of-type(2) {
  opacity: 0;
}*/
.gnav__sp-on .gnav__sp-trigger span:nth-of-type(3) {
  /* ハンバーガーメニューがクリックされたときの動き */
  -webkit-animation: active-menu-bar03 0.75s forwards;
  animation: active-menu-bar03 0.75s forwards;
}

/* ↓　ボタンクリックした際の3本めの線の動き（translateYの数値を調整） */
@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-0.7rem) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-0.7rem) rotate(0);
  }
}
@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-0.7rem) rotate(0);
    transform: translateY(-0.7rem) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-0.7rem) rotate(0);
    transform: translateY(-0.7rem) rotate(0);
  }
}

/* ▼ スマホメニュー横から出てくる */
.gnav__sp-on {
  overflow: hidden;
  left: -286px;
}
/*.gnav__sp-on .header {
    left: -286px;
}*/
.gnav__sp {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  right: -287px;
  left: auto;
  width: 287px;
  background: #103d74;
  -webkit-transition: right 0.4s;
  -o-transition: right 0.4s;
  transition: right 0.4s;
  position: fixed;
  top: 0;
  height: 100vh;
  overflow-y: scroll;
  padding-bottom: 15rem;
}
.gnav__sp-on .gnav__sp {
  right: 0;
}
/* ▲ スマホメニュー横から出てくる */
.gnav__sp__inner {
  padding-top: 3rem;
  padding-left: 3rem;
    overflow: hidden;
}
.gnav__sp-list {
  margin-bottom: 2rem;
}
.gnav__sp-list li {
  border-bottom: 1px solid #175299;
  position: relative;
}

.gnav__sp-list li a {
  color: #fff;
  font-size: 1.6rem;
  padding: 1.5rem 3rem 1.5rem 0;
  position: relative;
}
.gnav__sp-child_menu:before {
  content: "";
  display: inline-block;
  background: #0595dd;
  height: 2.5rem;
  width: 2.5rem;
  position: absolute;
  right: 15px;
  border-radius: 20px;
}
.gnav__sp-child_accordion__icon {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 5.5rem;
  width: 50%;
}
.gnav__sp-child_accordion__icon:before,
.gnav__sp-child_accordion__icon:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 11px;
  height: 1px;
  background: #fff;
  right: 2.2rem;
}
.gnav__sp-child_accordion__icon:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  -o-transition: transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.gnav__sp-child_accordion__icon.is-on:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.gnav__sp-child_accordion {
  display: none;
}
.gnav__sp-child_accordion li {
  border-bottom: none;
}
.gnav__sp-child_accordion li > a {
  font-weight: normal;
  font-size: 1.4rem;
  padding: 0.5rem 0rem;
}
.gnav__sp-child_accordion li:first-child > a {
  padding-top: 0;
}
.gnav__sp-child_accordion li:last-child > a {
  padding-bottom: 2rem;
}
.gnav__sp__other a {
  color: #fff;
  padding: 0 3rem 0 4.5rem;
  position: relative;
  font-size: 1.3rem;
}
.gnav__sp__other a span {
  position: relative;
}
.gnav__sp__other a span:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2px 0 2px 3px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  left: -1.5rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.gnav__sp__inner .language-menu {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1rem;
}
.gnav__sp__inner .language-menu li {
  padding: 0 1rem;
}
.gnav__sp__inner .language-menu a {
  color: #fff;
  font-size: 1.4rem;
}
.gnav__sp__inner .language-menu a .icon-arrow {
  font-size: 1rem;
  margin-right: .5rem;
}

/* PCメニュー */
@media screen and (min-width: 991px) {
  .header__menu-content__head {
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
  }
  .header__menu-content__head .header__menu-content--txt {
    margin-right: 3rem;
  }
  .header__menu-content__head .language-menu {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1rem;
  }
  .header__menu-content__head .language-menu li {
    padding: 0 1rem;
  }
  .header__menu-content__head .language-menu li a {
    color: #1f518e;
    font-size: 1.3rem;
    transition: .3s;
    font-weight: 600;
  }
  .header__menu-content__head .language-menu li a .icon-arrow {
    font-size: 1rem;
    margin-right: .5rem;
    transform: scale(0.8);
    display: inline-block;
  }
  .header__menu-content__head .language-menu li a:hover {
    color: #0595dd;
  }
 
  .header-gnav {
    display: block;
    padding: 0 10px;
    -webkit-transition: position 0.6s;
    -o-transition: position 0.6s;
    transition: position 0.6s;
    border-top: 1px solid #cdcdcd;
    background: #fff;
  }
  .header-gnav.scroll__active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    -webkit-animation: effect_opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
      both;
    animation: effect_opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  }
  .header-gnav .header-gnav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header-gnav .header-gnav-list {
    max-width: 1680px;
    margin: 0 auto;
  }
  .header-gnav .header-gnav-list > .menu-item {
    width: calc(100% / 7);
    position: relative;
  }
  .header-gnav .header-gnav-list > .menu-item:before {
    content: "";
    display: inline-block;
    height: 30px;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: #cdcdcd;
    margin: auto;
  }
  .header-gnav .header-gnav-list > .menu-item:first-child:after {
    content: "";
    display: inline-block;
    height: 30px;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #cdcdcd;
    margin: auto;
  }
  .header-gnav .header-gnav-list > .menu-item > a {
    color: #232323;
    font-size: 1rem;
    padding: 20px 0px;
    font-weight: 500;
    text-align: center;
    position: relative;
  }
  .header-gnav .header-gnav-list > .menu-item > a:hover {
    color: #1f518e;
  }
  .header-gnav .header-gnav-list > .menu-item > a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 49px;
    height: 4px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #1f518e;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  .header-gnav .header-gnav-list > .menu-item > a:hover:before {
    -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  }
}

@media screen and (min-width: 1200px) {
  .menu-header_gnav-container {
    padding: 0 30px;
    max-width: 176rem;
    margin: 0 auto;
  }
  .header-gnav .header-gnav-list > .menu-item > a {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1260px) {
  .header-gnav {
    padding: 0;
  }
}


@media screen and (min-width: 1500px) {
  .header-gnav .header-gnav-list > .menu-item > a {
    font-size: 1.6rem;
  }
}


/*------------------------------------------------------------
  スライダー01（PC時スライダーなし）
------------------------------------------------------------*/
.slick-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1740px;
  padding: 0 15px;
  margin: auto;
  right: 0;
  left: 0;
  bottom: 0;
  justify-content: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 7px;
  padding: 0;
  cursor: pointer;
  border-radius: 30px;
  background: #cecece;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  content: " ";
  line-height: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.2rem;
  height: 12px;
  text-align: center;
  opacity: 0.25;
  background-color: black;
  border-radius: 50%;
  display: none;
}

.slick-dots li.slick-active {
  width: 13px;
  height: 13px;
  background: #1f518e;
}

@media screen and (min-width: 991px) {
  .slick-dots {
    padding: 0 20px;
    bottom: 60px;
  }
  .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 10px;
  }
  .slick-dots li.slick-active {
    width: 15px;
    height: 15px;
  }
}

/*------------------------------------------------------------
  フッター上エントリーボタン
------------------------------------------------------------*/
.entry_content a {
  display: block;
  background: -o-linear-gradient(left, #0193a3, #21b7b6);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0193a3),
    to(#21b7b6)
  );
  background: linear-gradient(to right, #0193a3, #21b7b6);
  line-height: 1;
  padding: 4.6rem 0;
  position: relative;
}
.entry_content a:before {
  content: "";
  display: block;
  background: -o-linear-gradient(left, #21b7b6, #0193a3);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#21b7b6),
    to(#0193a3)
  );
  background: linear-gradient(to right, #21b7b6, #0193a3);
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.entry_content a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.entry_content a:hover:before {
  opacity: 1;
}
.entry_content p {
  text-align: center;
  position: relative;
  font-size: 3.2rem;
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.4rem;
}
.entry_content p .icon-arrow02 {
  position: absolute;
  right: 2rem;
  font-size: 2.5rem;
  height: 2.2rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .entry_content a {
    padding: 8.6rem 0;
  }
}

@media screen and (min-width: 991px) {
  .entry_content a {
    padding: 15rem 0;
  }
  .entry_content p {
    font-size: 6.5rem;
    max-width: 50rem;
    margin: auto;
  }
  .entry_content p span {
    letter-spacing: 0.5rem;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .entry_content a:hover p span {
    letter-spacing: 1rem;
  }
  .entry_content p .icon-arrow02 {
    font-size: 7rem;
    height: 7rem;
    right: 0;
  }
}

/*------------------------------------------------------------
  パンくずリスト
------------------------------------------------------------*/

.breadcrumb-area {
  margin-right: 1.5rem;
}
.breadcrumb__flex {
  /* display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; */
  display: flex;
  height: 15px;
  color: #8e989d;
  margin: 0 -1.5rem;
  overflow-x: hidden;
  overflow-y: auto;
  white-space: nowrap;
}
.breadcrumb__flex > span {
  padding: 0 1.5rem;
  position: relative;
  line-height: 1.1;
  float: left;
  display: inline-block;
}
.breadcrumb__flex > span + span::before {
  content: "";
  display: inline-block;
  background-color: #8e989d;
  width: 10px;
  height: 1px;
  position: absolute;
  top: 8px;
  left: -5px;
}
.breadcrumb__flex > span > span {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.breadcrumb__flex a {
  color: #0595dd;
  font-size: 1.2rem;
  line-height: 1.1;
  border-bottom: 1px solid #0595dd;
}
.breadcrumb__flex > span > span {
  font-size: 1.2rem;
}
.breadcrumb__flex .current-item {
  color: #8e989d;
  font-size: 1.2rem;
  display: block;
}
.breadcrumb__flex .icon-home01 {
  font-size: 1.2rem;
}
@media screen and (min-width: 991px) {
  .breadcrumb-area {
    margin-bottom: 1.8rem;
  }
  
  .breadcrumb__flex {
    margin: 0 -2.25rem;
    height: 20px;
  }
  .breadcrumb__flex > span {
    padding: 0 2.25rem;
  }
  .breadcrumb__flex > span + span::before {
    top: 8px;
  }
  .breadcrumb__flex > span > span {
    font-size: 1.4rem;
  }
  .breadcrumb__flex a {
    font-size: 1.4rem;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .breadcrumb__flex a:hover {
    color: #4e4e4e;
    border-bottom: 1px solid #4e4e4e;
  }
  .breadcrumb__flex .current-item {
    font-size: 1.4rem;
  }
  .breadcrumb__flex .icon-home01 {
    font-size: 1.55rem;
  }
}

/*------------------------------------------------------------
  フッター
------------------------------------------------------------*/
.footer {
  background: #232323;
  color: #fff;
  padding: 5rem 0;
}
.footer__inner {
  padding: 0 2rem;
}
.footer__content-flex p.foot-ttl {
  font-size: 1.5rem;
}
.foot-ttl {
  margin-bottom: 20px;
}
.foot-ttl01 {
  font-size: 1.6rem;
  margin-bottom: 15px;
  display: inline-block;
  font-weight: bold;
}
.footer__content-flex {
  margin-bottom: 4rem;
}
.footer__logo {
  margin-bottom: 2rem;
}
.footer__logo img{
  max-width: 23rem;
}
.footer__content-flex p,
.footer__content-flex a {
  font-size: 1.3rem;
}
.footer__content-flex a {
  position: relative;
  display: inline-block;
}
.footer__content-flex a .icon-window {
  position: absolute;
  right: -25px;
  top: 3px;
}
.footer__content__address:not(:last-child) {
  margin-bottom: 40px;
}


.footer__subnavi li {
  padding: 0 13px;
  margin-top: 1.5rem;
  line-height: 1;
}
.footer__subnavi li:first-child {
  padding-left: 0;
}
.footer__subnavi li:not(:first-child) {
  border-left: 1px solid #434343;
}
.footer__subnavi li a {
  font-size: 12px;
}
.footer__end__youtube img {
  max-width: 56px;
}
.footer__end__linkedin img {
  max-width: 30px;
}
.footer__end__facebook img {
  max-width: 26px;
}
.footer__end__issuu img {
  max-width: 26px;
}
.footer__subnavi {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin: -1.5rem -13px 25px;
  -ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.footer__copyright {
  font-size: 12px;
  letter-spacing: 1px;
}

@media screen and (max-width: 400px) {
  .footer__subnavi {
    display: block;
    margin: 0 0 30px;
    overflow: hidden;
  }
  .footer__subnavi li {
    padding: 0 10px;
    float: left;
  }
}

@media screen and (min-width:401px) and ( max-width:500px) {
  .footer__subnavi {
    margin: -1.5rem 0px 25px;
  }
  .footer__subnavi li {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
    text-align: center;
    letter-spacing: 0px;
    padding: 0 3px;
  }
}

@media screen and (max-width: 991px) {
  .footer {
    padding: 0;
  }
  .footer__inner {
    padding: 5rem 2rem;
  }
}

@media screen and (min-width: 991px) {
  .footer {
    padding: 9rem 0 4rem;
    position: relative;
  }
  .footer__content-flex {
    margin-bottom: 0;
  }
  .footer__content-flex p.foot-ttl {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
  
  .footer__inner {
    padding: 0 3rem;
    max-width: 126rem;
    margin: auto;
  }
  .footer__content {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -10px;
  }
  .footer__content-flex {
    padding: 0 10px;
  }
  .footer__content-flex {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .footer__logo {
    margin-bottom: 1.5rem;
  }
  .footer__content__address:not(:last-child) {
    margin-bottom: 20px;
}
  .footer__menu {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
  }
  .footer__menu-child {
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
    max-width: 33.3333%;
    padding: 0 2rem;
  }
  .footer__menu-child a {
    margin-bottom: 1rem;
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    font-size: 16px;
  }
  .footer__menu-child a .icon-arrow {
    position: absolute;
    font-size: 10px;
    color: #fff;
    left: -15px;
    top: 8px;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .footer__menu-child a:hover {
    color: #4e4e4e;
  }
  .footer__menu-child__inner li {
    position: relative;
    line-height: 1;
  }
  /* .footer__menu-child__inner li:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  } */
  .footer__menu-child__inner li a {
    margin-bottom: 4px;
    font-size: 14px;
    /* padding-left: 13px; */
  }
  .footer__menu-child p {
    border-bottom: #343434 0.1rem solid;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
  }
  .footer__menu-child .footer__menu-mini {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }
  .footer__menu-child:first-child li + li,
  .footer__menu-child:nth-child(2) li + li {
    margin-top: 10px;
  }
  .footer__copyright {
    font-size: 1.2rem;
    text-align: right;
  }
  .footer__subnavi {
    margin-bottom: 20px;
    margin: -1.5rem 0px 25px;
    justify-content: flex-end;
  }
  .footer__subnavi li:last-child {
    padding-right: 0;
  }
  .footer__subnavi li a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 14px;
    line-height: 1;
  }
  .footer__subnavi li a:hover {
    color: #4e4e4e;
  }
}

@media screen and (min-width: 1200px) {
  .footer__content-flex {
    -ms-flex-preferred-size: 40%;
    flex-basis:40%;
    max-width: 40%;
  }
  .footer__content-flex:first-child {
    -ms-flex-preferred-size: 60%;
    flex-basis:60%;
    max-width: 60%;
  }
  .footer__inner {
    padding: 0 6rem;
  }

  .footer__menu-child {
    -ms-flex-preferred-size: inherit;
    flex-basis: inherit;
    max-width: inherit;
  }
}

@media screen and (min-width: 1400px) {
  .footer__menu {
    margin: 0 -3rem;
  }
  .footer__menu-child {
    padding: 0 3rem;
  }
  .footer__content-flex {
    margin-bottom: 9rem;
  }
}

@media screen and (min-width: 1500px) {
  .footer__inner {
    padding: 0 3rem;
  }
}

@media screen and (min-width: 1600px) {
  .footer {
    padding: 9rem 0 6rem;
  }
  .footer__inner {
    padding: 0 3rem;
  }
}
/*------------------------------------------------------------
  固定フッター
------------------------------------------------------------*/
.fixed__footer__content {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.fixed__footer__content.scroll__item__active {
  opacity: 1;
  pointer-events: all;
}
.fixed__footer__content.scroll__footer__end {
  opacity: 0;
  pointer-events: none;
}
.fixed__footer__content .btn {
  width: 50%;
  font-size: 10px;
  padding: 6px 0;
  border-radius: inherit;
  border: none;
  letter-spacing: 0;
  
}
.fixed__footer__content .btn span {
  width: auto;
}
.fixed__footer__content .btn .mappoint-icon {
  left: -25px;
}
.fixed__footer__content .btn .icon-download,
.fixed__footer__content .btn .icon-mail {
  margin-right: 5px;
}

@media screen and (max-width: 991px) {
  .fixed__footer__content .btn {
    width: 50%;
    display: flex;
    align-items: center;
    padding: 1.7rem 2rem;
    justify-content: center;
    line-height: 1;
    max-width: inherit;
  }
  .fixed__footer__content .btn .icon-mail {
    font-size: 1.4rem;
  }
  .fixed__footer__content .btn span img {
    width: 22px;
    margin-right: 1rem;
  }
}

@media screen and (min-width: 992px) {
  .fixed__footer__content {
    bottom: 0;
    left: auto;
    top: 0;
    right: 0;
    display: block;
    margin: auto;
    width: auto;
    /* top: 12%; */
    top: 30%;
  }
  .fixed__footer__content .btn {
    /* width: 7rem; */
    width: 14rem;
    /* -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    -ms-text-orientation: upright;
    text-orientation: upright; */
    padding: 20px 21px;
    font-size: 18px;
  }
  /* .fixed__footer__content .btn > span {
    -webkit-writing-mode: rl-tb;
    -ms-writing-mode: rl-tb;
    writing-mode: rl-tb;
    display: inline-block;
    margin-bottom: 15px;
  } */
  .fixed__footer__content .btn .visibility--m span {
    display: inline-block;
  }
  
  .fixed__footer__content .btn:before {
    border-radius: 0;
    height: 100%;
  }
  .fixed__footer__content .btn:first-child {
    /* min-height: 21rem;
    max-height: 21rem; */
    min-height: 11rem;
    max-height: 11rem;
  }
  /* .fixed__footer__content .btn:nth-child(2) {
    min-height: 20.5rem;
    max-height: 20.5rem;
  } */
  .fixed__footer__content .btn:nth-child(2) .visibility--m {
    display: inline-block;
  }
  .fixed__footer__content .btn:nth-child(3) {
    min-height: 19rem;
    max-height: 19rem;
  }
  .fixed__footer__content .btn:not(:last-child) {
    border-bottom: 1px solid #fff;
  }
  .fixed__footer__content .btn .icon-download, .fixed__footer__content .btn .icon-mail, .fixed__footer__content .btn .icon-demo {
    position: static;
    margin-right: 0;
    font-size: 1.4rem;
  }
}

@media all and (-ms-high-contrast: none) {  
  .fixed__footer__content .btn .visibility--m span {
    display: inline-block;
    -webkit-writing-mode: rl-tb;
    -ms-writing-mode: rl-tb;
    writing-mode: rl-tb;
    line-height: 1;
    letter-spacing: 2px;
  }
}



/*------------------------------------------------------------
  お気軽にご相談ください
------------------------------------------------------------*/
.action_content {
  background: url(../img/common/bg_action_content.jpg);
  background-size: cover;
  background-position: center;
}
.action_content h2 {
  color: #fff;
  text-align: center;
  font-size: 2.6rem;
  margin-bottom: 2.5rem;
}
.action_content_txt {
  color: #fff;
  margin-bottom: 3rem;
}


.action_content__list-box:not(:last-child) {
  margin-bottom: 30px;
}

.action_content__list-box__inner {
  background: #fff;
  padding: 20px;
}
.action_content-ico {
  background: #0b4aca;
  height: 57px;
  width: 57px;
  border-radius: 50px;
  color: #fff;
  margin: auto;
  font-size: 22px;
  position: relative;
  margin-bottom: 20px;
}
.action_content-ico [class^="icon-"] {
  position: absolute;
  width: 23px;
  height: 23px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.action_content__list-box__inner h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0 25px;
  text-align: center;
}
.action_content__list-box__inner p {
  font-size: 14px;
  margin-bottom: 20px;
}
.action_content__list-box__inner .btn {
  max-width: 360px;
  font-size: 15px;
}
.action_content__list-box__inner .btn p {
  margin-bottom: 0;
}
/* .action_content__list-box__inner .quote-tel {
  border: 1px solid #232323;
  padding: 20px 0;
  margin: 0 auto;
  max-width: 360px;
  margin-bottom: 20px;
  border-radius: 50px;
} */

.action_content__list-box__inner .quote-tel .quote-tel-number img {
  max-width: 225px;
}

.action_content__list-box__inner .quote-tel p {
  font-size: 11px;
  margin-bottom: 0;
  text-align: center;
}
.action_content__list-box__inner .quote-tel > span {
  font-size: 12px;
  text-align: center;
  display: block;
}

@media screen and (max-width: 350px) {
  .action_content__list-box__inner .btn {
    font-size: 11px;
  }
  .action_content__list-box__inner .quote-tel p {
    letter-spacing: 0;
  }
  .action_content__list-box__inner .quote-tel .quote-tel-number {
    font-size: 20px;
    letter-spacing: inherit;
  }
}

@media screen and (min-width: 767px) {
  .action_content__list-box__inner p {
    font-size: 16px;
    margin-bottom: 30px;
    text-align: center;
  }
}

@media screen and (min-width: 991px) {
  .action_content {
    padding: 9rem 0;
  }
  .action_content h2 {
    font-size: 3.4rem;
    margin-bottom: 2rem;
  }
  .action_content__list-box:not(:last-child) {
    margin-bottom: 0;
  }
  .action_content__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -20px -20px 0;
  }
  .action_content__list-box {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    padding: 20px 20px 0;
    text-align: center;
  }
  .action_content-ico {
    height: 95px;
    width: 95px;
    font-size: 38px;
    margin-bottom: 25px;
  }
  .action_content-ico [class^="icon-"] {
    width: 36px;
    height: 35px;
  }
  .action_content__list-box__inner {
    padding: 60px 30px;
  }
  
  .action_content__list-box__inner .btn {
    font-size: 16px;
  }
  .action_content__list-box__inner h3 {
    font-size: 30px;
    margin-top: 0;
    letter-spacing: 0;
  }

  .quote-flex__box .btn {
    max-width: 360px;
  }
  .action_content__list-box__inner .quote-tel {
    border: none;
    padding: 0;
    pointer-events: none;
    margin-bottom: 30px;
    margin-top: 32px;
  }
  .action_content__list-box__inner .quote-tel .quote-tel-number {
    margin-bottom: 5px;
  }
  .action_content__list-box__inner .quote-tel .quote-tel-number img {
    min-width: 31rem;
  }
  .action_content__list-box__inner .quote-tel p {
    font-size: 1.4rem;
  }
  .action_content__list-box__inner .quote-tel-number .icon-tel {
    font-size: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .action_content__list-box {
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
    max-width: 33.3333%;
  }
}
@media screen and (min-width: 1500px) {
  .action_content__list-box:not(:nth-child(2))
    .action_content__list-box__inner {
      padding: 60px 40px;
  }
  .action_content__list-box__inner h3 {
    font-size: 36px;
  }
  
  .action_content__list-box__inner .quote-tel p {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .action_content__list-box__inner .quote-tel .quote-tel-number {
    letter-spacing: inherit;
  }
}
@media screen and (min-width: 1800px) {
  .action_content__list-box:nth-child(2) .action_content__list-box__inner h3 {
    font-size: 36px;
  }
}

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

.page_top {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 13px 0 13px;
}
.page_top.hidden--sp {
  display: none;
}
.page_top .icon-arrow:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: inline-block;
}

@media screen and (min-width: 992px) {
  .page_top {
    position: fixed;
    right: 60px;
    bottom: 60px;
    width: 70px;
    height: 70px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 99;
    -webkit-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
    opacity: 0;
    pointer-events: none;
    padding: 19px 0 19px;
    background: #103d74;
  }
  .page_top.hidden--pc {
    display: none;
  }
  .page_top.scroll__active {
    opacity: 1;
    pointer-events: all;
  }
  .page_top.fixed__end {
    position: absolute;
    top: -35px;
  }
  .page_top .icon-arrow {
    font-size: 1.4rem;
  }
  .page_top .icon-arrow:before {
    content: "\e905";
    -webkit-transform: rotate( 
-135deg
 );
    -ms-transform: rotate(-135deg);
    transform: rotate( 
-135deg
 );
  }
}

@media screen and (min-width: 992px) and (max-height: 900px) {
  .page_top {
    right: 100px;
  }
}

@media screen and (min-width: 992px) and (min-height: 900px) {
  .page_top {
    right: 60px;
  }
}


/*------------------------------------------------------------
  ページナビゲーション
------------------------------------------------------------*/
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 3rem;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .nextpostslink {
  margin: 0 5px;
  font-family: 'Open Sans', sans-serif;
  border-radius: 5px;
}
.wp-pagenavi .current {
  display: inline-block;
  background: #eeeeee;
  color: #858ea2;
  font-size: 1.4rem;
  padding: 1.1rem 0;
  font-weight: bold;
  width: 4.5rem;
  text-align: center;
  height: 4.5rem;
}
.wp-pagenavi .page {
  display: inline-block;
    background: #232323;
    color: #ffffff;
    font-size: 1.4rem;
    padding: 1.1rem 0;
    font-weight: bold;
    width: 4.5rem;
    text-align: center;
    height: 4.5rem;
}
.wp-pagenavi .nextpostslink {
  display: inline-block;
  background: #232323;
  color: #ffffff;
  font-size: 1.4rem;
  padding: 1.2rem 1.5rem;
  width: 9rem;
  text-align: left;
  font-weight: bold;
  height: 4.5rem;
}
.wp-pagenavi .previouspostslink {
  display: inline-block;
  background: #232323;
  color: #ffffff;
  font-size: 1.4rem;
  padding: 1.2rem 1.5rem;
  width: 9rem;
  text-align: right;
  font-weight: bold;
  height: 4.5rem;
}
.wp-pagenavi .nextpostslink p,
.wp-pagenavi .previouspostslink p {
  position: relative;
}
.wp-pagenavi .previouspostslink .icon-arrow {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  display: inline-block;
}
.wp-pagenavi .nextpostslink p .icon-arrow,
.wp-pagenavi .previouspostslink p .icon-arrow {
  position: absolute;
  font-size: 1.2rem;
}
.wp-pagenavi .nextpostslink p .icon-arrow {
  right: -5px;
  top: 50%;
  transform: translateY(-50%) translateX(0%);
  -webkit-transform: translateY(-50%) translateX(0%);
}
.wp-pagenavi .previouspostslink p .icon-arrow {
  left: -5px;
  top: 50%;
  transform: translateY(-50%) translateX(0%) scale(-1, 1);
  -webkit-transform: translateY(-50%) translateX(0%) scale(-1, 1);
  -ms-transform:  translateY(-50%) translateX(0%) scale(-1, 1);
}

@media screen and (min-width: 768px) {
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .page,
  .wp-pagenavi .current,
  .wp-pagenavi .nextpostslink {
    margin: 0 7.5px;
    border: 1px solid transparent;
    padding: 1.1rem 1.5rem;
  }
  .wp-pagenavi .current,
  .wp-pagenavi .page {
    font-size: 1.6rem;
    padding: 0.8rem 0;
  }
  .wp-pagenavi .previouspostslink .icon-arrow02,
  .wp-pagenavi .nextpostslink .icon-arrow02 {
    position: relative;
  }
  .wp-pagenavi .page,
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    position: relative;
    overflow: hidden;
    transition: .3s;
  }
  .wp-pagenavi .page p,
  .wp-pagenavi .previouspostslink p,
  .wp-pagenavi .nextpostslink p {
    position: relative;
  }
  .wp-pagenavi .page:hover,
  .wp-pagenavi .previouspostslink:hover,
  .wp-pagenavi .nextpostslink:hover {
    background: #2b2a2a;
  }
  /* .wp-pagenavi .page:before,
  .wp-pagenavi .previouspostslink:before,
  .wp-pagenavi .nextpostslink:before {
    content: "";
    display: block;
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -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 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .wp-pagenavi .previouspostslink:hover,
  .wp-pagenavi .page:hover,
  .wp-pagenavi .nextpostslink:hover {
    color: #232323;
    border-color: #232323;
  }
  .wp-pagenavi .page:hover:before,
  .wp-pagenavi .previouspostslink:hover:before,
  .wp-pagenavi .nextpostslink:hover:before {
    -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);
  } */
}

/*------------------------------------------------------------
  検索コンテンツ
------------------------------------------------------------*/
.search_content {
  background: #fff;
  padding: 1rem 20px;
  position: relative;
}
/* .search_content:before {
  content: "";
  display: inline-block;
  background: #0b4aca;
  position: absolute;
  height: 45px;
  width: 35px;
  top: 0;
  right: 0;
} */
.search_content input[type="text"] {
  width: 100%;
}
.search_content input[type="submit"] {
  width: 35px;
  position: absolute;
  right: 0;
  top: calc(50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
  cursor: pointer;
  height: 100%;
}
.search_content .icon-search02 {
  position: absolute;
  font-size: 20px;
  right: 0.5rem;
  top: 33%;
  color: #fff;
}

@media screen and (min-width: 991px) {
  .search_content {
    padding: 1.1rem 20px;
  }
  .search_content input {
    font-size: 2.4rem;
    width: 100%;
  }
  .search_content input[type="submit"] {
    width: 60px;
    cursor: pointer;
  }
  .search_content:before {
    height: 60px;
    width: 60px;
  }
  .search_content .icon-search02 {
    font-size: 2.5rem;
    right: 15px;
  }
}

/*------------------------------------------------------------
  追加　メイン
------------------------------------------------------------*/
main {
  padding-top: 60px;
}
main p {
  letter-spacing: 1.2px;
}
@media screen and (min-width: 991px) {
  main {
    padding-top: 0;
  }
}




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

  クッキー関連

------------------------------------------------------------*/
.cli-bar-btn_container a {
  border: 1px solid #1f518e ;
  transition: .3s;
  width: 100%;
}
.cli-bar-btn_container a:hover {
  background: #1f518e !important;
  color: #fff !important;
}

@media screen and (max-width: 767px) {
  .cli-style-v2 {
    font-size: 13px !important;
  }
  .cli-bar-btn_container {
    width: 100%;
  }
}

