@charset "UTF-8";
/*!
global > font
------------------------------
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
/*!
global > color
------------------------------
*/
:root {
  --font-family-base: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

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

body {
  line-height: 1;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

/*!
foundation > base
------------------------------
*/
/* font reset
---------------------------------------------------------- */
body, html {
  font: 16px/1.231 "Noto Sans Japanese", sans-serif;
  font: 16px "Noto Sans Japanese", sans-serif;
  *font-size: small;
  *font: x-small;
  width: 100%;
  height: auto;
  color: #000;
  -webkit-text-size-adjust: none;
  -ms-font-feature-settings: "normal";
  font-weight: 400;
}

#wrapper {
  width: 100%;
  overflow: hidden;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: top;
}

select, input, button, textarea {
  font: 99% arial, helvetica, clean, sans-serif;
  font-family: "Noto Sans JP", sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

#yui3-css-stamp.cssfonts {
  display: none;
}

/***************************************
 * clear fix
****************************************/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  display: inline-block;
  min-height: 1%;
  /* for IE 7 and MacIE5.5*/
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/***************************************
 共通css
****************************************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
}
a:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
button {
  color: inherit;
  cursor: pointer;
}
button:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

img {
  max-width: 100%;
  width: 100%;
}

html, body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05rem;
  line-height: 1.75;
  color: #333333;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 416px) {
  body.add_overray {
    overflow: hidden;
  }
}

address {
  font-style: normal;
}

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

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

#wrapper {
  margin: 0 auto;
  background-color: #fff;
  position: relative;
}

/* フォントファミリー */
.font-serif {
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.font-lato {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.01em;
}

/* チェックボックス選択 共通 */
.checkbox_labelWrap:hover {
  cursor: pointer;
}
.checkbox_labelWrap input[type=checkbox] {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: absolute;
  vertical-align: middle;
}
.checkbox_labelWrap input[type=checkbox]:hover {
  cursor: pointer;
}
.checkbox_labelWrap input[type=checkbox] + span::before {
  display: inline-block;
  content: "";
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.5rem;
  vertical-align: middle;
  background-image: url("../../img/front/common/ico_check-01.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  border: none;
}
.checkbox_labelWrap input[type=checkbox]:checked + span::before {
  background-image: url("../../img/front/common/ico_checked-01.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  border: none;
}

/* inputボタンリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

/*!
utility > utility
------------------------------
*/
.u-mb-per67 {
  margin: 0 auto 6%;
}
@media screen and (max-width: 768px) {
  .u-mb-per67 {
    margin: 0 auto 7%;
  }
}

.u-mb-em05 {
  margin-bottom: 0.5em;
}

.u-mb-em1 {
  margin-bottom: 1em;
}

.u-mr-em05 {
  margin-right: 0.5em;
}

.u-mt-em05 {
  margin-top: 0.5em;
}

.u-space-minus {
  letter-spacing: -0.05em;
}

.u-ico_eternal-link-white::after {
  content: "";
  padding-right: 1.5em;
  background: url("../../img/front/common/ico_eternal-02.svg") no-repeat right center;
  background-size: 1em;
}

.u-txt-center {
  text-align: center;
}

.fixed_btn-top {
  position: fixed;
  z-index: 6;
  width: 44px;
  height: 44px;
  bottom: 20px;
  right: 1%;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .fixed_btn-top {
    width: 64px;
    height: 64px;
    bottom: 18px;
    right: 18px;
  }
}
.fixed_btn-top.active {
  opacity: 1;
}
.fixed_btn-top .btn-top {
  display: block;
}

.u-breadcrumb {
  padding: 0.5em 0;
}
.u-breadcrumb .u-breadcrumb_list {
  max-width: 1100px;
  width: 90%;
  margin: auto;
  line-height: 1.5;
  font-size: 0;
  color: #4d4d4d;
  text-shadow: 0px 0px 2px #fff, 0px 0px 5px #fff;
}
.u-breadcrumb .u-breadcrumb_list.whiteTxt {
  color: #fff;
  text-shadow: 0px 0px 5px #000;
}
@media screen and (max-width: 768px) {
  .u-breadcrumb .u-breadcrumb_list.spGray {
    color: #4d4d4d;
    text-shadow: 0px 0px 2px #fff, 0px 0px 5px #fff;
  }
}
.u-breadcrumb .u-breadcrumb_list li {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  display: inline;
}
@media screen and (min-width: 768px) {
  .u-breadcrumb .u-breadcrumb_list li {
    font-size: 1.3rem;
  }
}
.u-breadcrumb .u-breadcrumb_list li::after {
  content: ">";
  margin: 0 0.5em;
}
@media screen and (max-width: 416px) {
  .u-breadcrumb .u-breadcrumb_list li::after {
    margin: 0 0.25em;
  }
}
.u-breadcrumb .u-breadcrumb_list li:last-child::after {
  content: "";
  margin: 0;
}

.u-main_contents {
  padding-top: 40px;
  min-height: calc( 100vh - 380px );
}
@media screen and (min-width: 768px) {
  .u-main_contents {
    padding-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .u-main_contents {
    min-height: calc( 100vh - 454px );
  }
}

.u-bg_inner {
  position: relative;
  z-index: 2;
}

.u-bg_dash-blue1 {
  position: relative;
}
.u-bg_dash-blue1::before {
  content: "";
  width: 300px;
  height: 300px;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: -10%;
  background: url("../../img/front/common/bg_dash-01.svg") repeat left top #deecff;
  background-size: 30px;
  border-top: 30px solid #deecff;
  border-left: 30px solid #deecff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .u-bg_dash-blue1::before {
    width: 200px;
    height: 200px;
    left: -5.5%;
    border-top: 20px solid #deecff;
    border-left: 20px solid #deecff;
  }
}
@media screen and (max-width: 416px) {
  .u-bg_dash-blue1::before {
    width: 120px;
    height: 120px;
    background-size: 20px;
    border-top: 18px solid #deecff;
    border-left: 18px solid #deecff;
  }
}

.u-bg_dash-beige1 {
  position: relative;
}
.u-bg_dash-beige1::before {
  content: "";
  width: 300px;
  height: 300px;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  right: -10%;
  background: url("../../img/front/common/bg_dash-01.svg") repeat left top #f9f6ea;
  background-size: 30px;
  border-top: 30px solid #f9f6ea;
  border-left: 30px solid #f9f6ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .u-bg_dash-beige1::before {
    width: 200px;
    height: 200px;
    left: -5.5%;
    border-top: 20px solid #f9f6ea;
    border-left: 20px solid #f9f6ea;
  }
}
@media screen and (max-width: 416px) {
  .u-bg_dash-beige1::before {
    width: 100px;
    height: 100px;
    background-size: 20px;
    border-top: 18px solid #f9f6ea;
    border-left: 18px solid #f9f6ea;
  }
}

.u-page_tit {
  margin: 0 auto;
  position: relative;
}
.u-page_tit .u-breadcrumb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
}
.u-page_tit .u-page_tit-txt {
  color: #4d4d4d;
  text-shadow: 0px 0px 2px #fff, 0px 0px 5px #fff;
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .u-page_tit .u-page_tit-txt {
    font-size: 1.8rem;
  }
}
.u-page_tit .u-page_tit-txt::after {
  content: "";
  width: 50px;
  height: 2px;
  display: block;
  background-color: #4d4d4d;
  margin: 1em auto 0;
}
@media screen and (max-width: 768px) {
  .u-page_tit .u-page_tit-txt::after {
    width: 40px;
    height: 1px;
  }
}
.u-page_tit .u-page_tit-txt.whiteTxt {
  color: #fff;
  text-shadow: 0px 0px 5px #000;
}
.u-page_tit .u-page_tit-txt.whiteTxt::after {
  background-color: #fff;
}
.u-page_tit .u-page_tit-txt-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 90%;
}

.u-page_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2em auto 0;
}
.u-page_nav .u-page_nav-item {
  color: #182980;
  font-size: 1.6rem;
  min-width: 6em;
  text-align: center;
  display: block;
  padding: 0 0.5em 0.5em;
  margin-right: 0.5em;
  border-bottom: 2px solid #f2f2f2;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .u-page_nav .u-page_nav-item {
    font-size: 1.2rem;
  }
}
.u-page_nav .u-page_nav-item:last-child {
  margin-right: 0;
}
.u-page_nav .u-page_nav-item.active {
  color: #4d4d4d;
  border-bottom: 2px solid #182980;
  pointer-events: none;
}
.u-page_nav .u-page_nav-item:hover {
  opacity: 1;
  border-bottom: 2px solid #182980;
}
.u-page_nav .u-page_nav-item--gray {
  color: #4d4d4d;
}

.u-page_lead {
  color: #4d4d4d;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 2.4rem;
  margin: 2em auto;
}
@media screen and (max-width: 768px) {
  .u-page_lead {
    font-size: 1.5rem;
  }
}

.u-under_line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #deecff));
  background: linear-gradient(transparent 60%, #deecff 0%);
}

/*!
animation > text-animation
------------------------------
*/
/* ローディングアニメーション */
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(0.6);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0;
  }
}
#loader-bg {
  background: #fff;
  position: fixed;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  top: 0;
}

.spinner {
  width: 80px;
  height: 80px;
  content: url("../../img/front/common/logo-mark01.svg");
  -webkit-animation: sk-scaleout 3s infinite ease-in-out;
  animation: sk-scaleout 3s infinite ease-in-out;
  position: absolute;
  left: calc(50% - 40px);
  top: 0;
  bottom: 0;
}

/*!
component > btn
------------------------------
*/
.c-btn-en-arrow-gray {
  color: #4d4d4d;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  padding: 0 2em 0.5em;
  background: url("../../img/front/common/bg_decoration-01.svg") no-repeat center bottom;
}
@media screen and (max-width: 768px) {
  .c-btn-en-arrow-gray {
    font-size: 1.2rem;
  }
}

.c-btn-return {
  color: #4d4d4d;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 30px;
  position: relative;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .c-btn-return {
    padding: 0 50px;
    font-size: 1.8rem;
  }
}
.c-btn-return::after {
  content: "";
  background: url("../../img/front/common/bg_decoration-02.svg") no-repeat right center;
  position: absolute;
  bottom: 0.6em;
  left: 0;
  width: 140px;
  height: 11px;
}
@media screen and (min-width: 768px) {
  .c-btn-return::after {
    width: 220px;
    height: 16px;
  }
}
.c-btn-return .c-btn-return-inner, .c-btn-return span {
  color: #4d4d4d;
  background-color: #fff;
  display: inline-block;
  border: 1px solid #666;
  padding: 1.25em 3em;
}
.c-btn-return .c-btn-return-inner:hover, .c-btn-return span:hover {
  cursor: pointer;
}
.c-btn-next {
  color: #4d4d4d;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 30px;
  position: relative;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .c-btn-next {
    padding: 0 50px;
    font-size: 1.8rem;
  }
}
.c-btn-next::after {
  content: "";
  background: url("../../img/front/common/bg_decoration-01.svg") no-repeat right center;
  position: absolute;
  bottom: 0.6em;
  right: 0;
  width: 140px;
  height: 11px;
}
@media screen and (min-width: 768px) {
  .c-btn-next::after {
    width: 220px;
    height: 16px;
  }
}
.c-btn-next .c-btn-next-inner, .c-btn-next span {
  color: #4d4d4d;
  background-color: #fff;
  display: inline-block;
  border: 1px solid #666;
  border-radius: 0;
  padding: 1.25em 3em;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .c-btn-next .c-btn-next-inner, .c-btn-next span {
    font-size: 1.8rem;
  }
}
.c-btn-next .c-btn-next-inner:hover, .c-btn-next span:hover {
  cursor: pointer;
}
.c-btn-next-red {
  color: #c1272d;
}
.c-btn-next-red .c-btn-next-inner, .c-btn-next-red .c-btn-next span, .c-btn-next .c-btn-next-red span {
  color: #c1272d;
  border: 1px solid #c1272d;
}
.c-btn-next-red::after {
  background: url("../../img/front/common/bg_decoration-03.svg") no-repeat right center;
}

/*!
component > title
------------------------------
*/
.c-title-enGray {
  color: #b2b2b2;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .c-title-enGray {
    font-size: 2.6rem;
  }
}
.c-title-enGray::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  margin-top: 10px;
  background-color: #182980;
}
@media screen and (max-width: 768px) {
  .c-title-enGray::after {
    width: 21px;
    height: 1px;
    margin-top: 6px;
  }
}

.c-title-jpGray {
  color: #4d4d4d;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
  padding-top: 0.75em;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 768px) {
  .c-title-jpGray {
    font-size: 1.4rem;
  }
}

.c-title-line {
  line-height: 1.5;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  position: relative;
}
.c-title-line::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  background-color: #c3c3c3;
}
.c-title-line::after {
  content: "";
  width: 172px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #465499;
}

.c-title-serif {
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-title-serif {
    font-size: 2.1rem;
  }
}

.c-title-plane {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.4;
  padding-bottom: 0.75em;
}
@media screen and (max-width: 768px) {
  .c-title-plane {
    font-size: 1.9rem;
  }
}

.c-title-size28 {
  font-size: 2.8rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-title-size28 {
    font-size: 1.6rem;
  }
}

.c-title-size24 {
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-title-size24 {
    font-size: 1.6rem;
  }
}

.c-title-mbnone {
  margin-bottom: 0;
}

.c-title-square {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3;
  padding-left: 1em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .c-title-square {
    font-size: 1.6rem;
  }
}
.c-title-square::before {
  content: "□";
  margin-left: -1em;
}

/* Slider */
/*
.slick-list {
    .slick-loading & {
        background: #fff slick-image-url("ajax-loader.gif") center center no-repeat;
    }
}*/
/* Icons */
/*
@if $slick-font-family == "slick" {
    @font-face {
        font-family: "slick";
        src: slick-font-url("slick.eot");
        src: slick-font-url("slick.eot?#iefix") format("embedded-opentype"), slick-font-url("slick.woff") format("woff"), slick-font-url("slick.ttf") format("truetype"), slick-font-url("slick.svg#slick") format("svg");
        font-weight: normal;
        font-style: normal;
    }
}*/
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.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 {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*!
layout > container
------------------------------
*/
.l-container-i, .l-container, .l-container-m, .l-container-s {
  width: 90%;
  margin: 0 auto;
}

.l-container-s {
  max-width: 840px;
}

.l-container-m {
  max-width: 1100px;
}

.l-container {
  max-width: 1220px;
}

.l-container-right {
  text-align: right;
}

/*!
layout > header
------------------------------
*/
header {
  position: fixed;
  background-color: #fff;
  margin: auto;
  text-align: left;
  height: 40px;
  width: 100%;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  header {
    height: 70px;
  }
}
header .header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 40px);
}
@media screen and (min-width: 768px) {
  header .header_inner {
    width: calc(100% - 70px);
  }
}
header .headerLogo {
  width: 113px;
  margin-left: 14px;
}
@media screen and (min-width: 768px) {
  header .headerLogo {
    width: 196px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
header .header_pc-nav {
  color: #666;
  display: none;
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  header .header_pc-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
header .header_btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header_btn-wrap .header_pc-nav {
  font-size: 1.6rem;
  font-weight: 700;
}
header .header_btn-wrap .header_pc-nav li {
  border-left: 1px solid #4d4d4d;
  padding: 0 1.5em;
}
header .header_btn-wrap .header_pc-nav li:last-child {
  border-right: 1px solid #4d4d4d;
  margin-right: 1.5em;
}
@media screen and (max-width: 920px) {
  header .header_btn-wrap .header_pc-nav {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 860px) {
  header .header_btn-wrap .header_pc-nav {
    display: none;
  }
}
header .header_btn-contact {
  color: #4d4d4d;
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  padding: 1em 0.75em;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  border-bottom: 1px solid #fff;
  background: url("../../img/front/common/bg_decoration-04.svg") no-repeat right bottom;
  background-size: 98px;
  margin-right: 1em;
}
header .header_btn-contact::after {
  content: "";
  height: 22px;
  width: 1px;
  background-color: #666;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
header .ico_eternal-link::after {
  content: "";
  padding-right: 1.5em;
  background: url("../../img/front/common/ico_eternal-01.svg") no-repeat right center;
  background-size: 1em;
}

.site-header {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.site-header.hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.gnav_btn-wrap #gnav_btn {
  position: absolute;
  width: 40px;
  z-index: 300;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .gnav_btn-wrap #gnav_btn {
    width: 70px;
  }
}
.gnav_btn-wrap #gnav_btn:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.gnav_btn-wrap #gnav_btn span {
  background: url("../../img/front/common/btn_header-menu.svg") no-repeat;
  background-size: contain;
  position: relative;
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 768px) {
  .gnav_btn-wrap #gnav_btn span {
    width: 70px;
    height: 70px;
  }
}
.gnav_btn-wrap #gnav_btn span:hover {
  opacity: 0.7;
}
.gnav_btn-wrap #gnav_btn.open span {
  background: url("../../img/front/common/btn_header-close.svg") no-repeat;
  background-size: contain;
}
.gnav_btn-wrap nav {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: -webkit-fill-available;
  height: 100vh;
  -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.1));
  -moz-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.1));
  -ms-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.1));
  background-color: rgba(60, 60, 60, 0.1);
  z-index: 10000;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.gnav_btn-wrap nav::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 768px) {
  .gnav_btn-wrap nav {
    top: 70px;
  }
}
.gnav_btn-wrap nav #nav_inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  clear: both;
  height: 100%;
  height: -webkit-fill-available;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: scroll;
}
.gnav_btn-wrap .nav_inner-bottom {
  margin-top: 1em;
}
.gnav_btn-wrap .nav_inner-bottom p {
  margin-bottom: 1em;
}
.gnav_btn-wrap .nav_inner-bottom .header_btn-contact {
  display: inline-block;
}
.gnav_btn-wrap .nav_inner-bottom .header_language {
  margin-top: 2.5em;
}
.gnav_btn-wrap .nav_inner-flex {
  background-color: #fff;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 860px) {
  .gnav_btn-wrap .nav_inner-flex {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .gnav_btn-wrap .nav_inner-flex {
    display: block;
    width: 240px;
    margin-right: 0;
    padding: 30px 30px 40px;
  }
}
@media screen and (max-width: 768px) {
  .gnav_btn-wrap .nav_inner-flex .nav_inner-item {
    width: 100%;
  }
  .gnav_btn-wrap .nav_inner-flex .nav_inner-item:first-child {
    width: 100%;
  }
  .gnav_btn-wrap .nav_inner-flex .nav_inner-item:last-child {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .gnav_btn-wrap .nav_inner-flex .borderLeft {
    border-left: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .gnav_btn-wrap .nav_inner-flex .borderLeft-170 {
    border-left: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .gnav_btn-wrap .nav_inner-flex .nav_inner-listTit {
    padding: 1em 0;
    font-size: 1.4rem;
    color: #4d4d4d;
  }
}
@media screen and (max-width: 768px) {
  .gnav_btn-wrap .nav_inner-flex .nav_inner-listSmall {
    display: none;
  }
}

/* ナビ（header/footer共通部含む） */
.nav_inner-flex {
  background-color: #fff;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 860px) {
  .nav_inner-flex {
    padding: 5%;
  }
}
@media screen and (max-width: 768px) {
  .nav_inner-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.nav_inner-flex .nav_inner-item {
  width: 33%;
  padding: 0 0.5em 0 0;
}
@media screen and (max-width: 768px) {
  .nav_inner-flex .nav_inner-item {
    width: 50%;
  }
}
.nav_inner-flex .borderLeft {
  border-left: 1px solid #333333;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.nav_inner-flex .nav_inner-listTit {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0.5em 0 0.5em 10px;
}
.nav_inner-flex .nav_inner-listSmall {
  font-size: 1.4rem;
  padding-left: 1em;
}
.nav_inner-flex .nav_inner-listSmall li {
  line-height: 1.3;
  margin-bottom: 0.5em;
  padding-left: 1em;
}
.nav_inner-flex .nav_inner-listSmall li::before {
  content: "-";
  width: 0.5em;
  margin-right: 0.5em;
  margin-left: -1em;
}

/*!
layout > footer
------------------------------
*/
footer {
  color: #fff;
  background-color: #333333;
  display: block;
  padding: 40px 0 0;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 30px 0 0;
  }
}

.footer-inner {
  max-width: 1006px;
  width: 90%;
  margin: auto;
  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;
}
@media screen and (max-width: 768px) {
  .footer-inner {
    display: block;
  }
}

.footer-company {
  width: 49%;
}
@media screen and (max-width: 768px) {
  .footer-company {
    width: 100%;
    margin-bottom: 30px;
  }
}
.footer-company address {
  font-size: 1.6rem;
  line-height: 1.3;
  margin-top: 0.75em;
}
@media screen and (max-width: 768px) {
  .footer-company address {
    font-size: 1.2rem;
  }
}

.footer-company-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .footer-company-inner {
    display: block;
  }
}
.footer-company-inner .footer-company-logo {
  width: 48%;
  max-width: 204px;
  margin-right: 2%;
}
@media screen and (max-width: 768px) {
  .footer-company-inner .footer-company-logo {
    width: 100%;
    margin-right: 0;
  }
}
.footer-company-inner .footer-company-txt {
  width: 50%;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .footer-company-inner .footer-company-txt {
    width: 100%;
    font-size: 1.5rem;
    margin-top: 0.5em;
  }
}

.footer-contact {
  background-color: #fff;
  padding: 26px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .footer-contact {
    padding: 4%;
    width: 100%;
  }
}
.footer-contact .footer-contact-tit {
  color: #b8a54e;
  font-size: 2.7rem;
  margin-right: 0.75em;
}
@media screen and (max-width: 768px) {
  .footer-contact .footer-contact-tit {
    font-size: 2.1rem;
  }
}
.footer-contact .footer-contact-link {
  color: #fff;
  background: url("../../img/front/common/ico_arrow-right01.svg") no-repeat right 0.75em center;
  background-size: 0.5em;
  background-color: #333333;
  padding: 1em 1.75em 1em 1.25em;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .footer-contact .footer-contact-link {
    font-size: 1.1rem;
  }
}

.footer-link-big {
  max-width: 880px;
  width: 90%;
  margin: 34px auto 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .footer-link-big {
    margin: 33px auto 24px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer-link-big li {
  padding: 0.7em 0.75em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .footer-link-big li {
    width: 50%;
    font-size: 1.3rem;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 416px) {
  .footer-link-big li {
    padding: 0.7em 0.25em 0.7em 0.75em;
    letter-spacing: 0;
  }
}

.footer-bottom {
  text-align: center;
  max-width: 1100px;
  width: 90%;
  margin: auto;
}

.footer-link-small {
  font-size: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.footer-link-small li {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 0 1em;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .footer-link-small li {
    font-size: 1.1rem;
  }
}
.footer-link-small li:last-child {
  border-right: 1px solid #fff;
}

.footer-copy {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  padding: 1.5em 0 1.75em;
}
@media screen and (max-width: 768px) {
  .footer-copy {
    font-size: 1rem;
    padding: 1.5em 0 2em;
  }
}

/*!
page > top > top (common)
------------------------------
*/
.top-mainImg {
  position: relative;
  margin: 0 auto;
  width: 100%;
  z-index: 200;
  padding-bottom: 1px;
  background-image: url("../../img/front/top/img_main-pc.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  /*
  &::after{
  	content: '';
  	position: absolute;
  	background: url("../../img/front/top/bg_main-pc.svg") no-repeat center bottom;
  	background-size: cover;
  	z-index: 201;
  	display: block;
  	width: 100%;
  	height: 70px;
  	bottom: 0;
  	left: 0;
  	@include ll{
  		height: 90px;
  	}
  	@include mq{
  		background: url("../../img/front/top/bg_main-sp.svg") no-repeat center bottom;
  		height: 74px;
  	}
  }*/
}
@media screen and (max-width: 768px) {
  .top-mainImg {
    background-image: url("../../img/front/top/img_main-sp.jpg");
  }
}
@media screen and (min-width: 768px) {
  .top-mainImg {
    margin: 0 auto;
  }
}
.top-mainImg .top-mainImg-image {
  position: relative;
  z-index: 200;
}
.top-mainImg-txt {
  color: #fff;
  position: absolute;
  z-index: 201;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  margin: auto;
  text-align: center;
  letter-spacing: 0;
  line-height: 1;
}
.top-mainImg-txt-jp {
  margin-bottom: 1.1em;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-shadow: 0px 0px 10px #000e51, 0px 0px 10px #000e51;
}
@media screen and (max-width: 768px) {
  .top-mainImg-txt-jp {
    font-size: 2rem;
  }
}
.top-mainImg-txt-en {
  font-size: 5.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-shadow: 0px 0px 10px #000e51, 0px 0px 10px #000e51;
}
@media screen and (max-width: 768px) {
  .top-mainImg-txt-en {
    font-size: 3.4rem;
  }
}
.top-mainImg .top-mainImg-logo {
  width: 320px;
  margin: auto;
  -webkit-filter: drop-shadow(0px 0px 4px #000e51) drop-shadow(0px 0px 10px rgba(17, 72, 122, 0.7));
          filter: drop-shadow(0px 0px 4px #000e51) drop-shadow(0px 0px 10px rgba(17, 72, 122, 0.7));
}
@media screen and (max-width: 768px) {
  .top-mainImg .top-mainImg-logo {
    width: 54%;
  }
}

.top-lead {
  color: #4d4d4d;
  text-align: center;
  padding: 36px 0 40px;
}
@media screen and (min-width: 768px) {
  .top-lead {
    padding: 45px 0 100px;
  }
}
.top-lead .top-lead-tit {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1em;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .top-lead .top-lead-tit {
    font-size: 3.2rem;
  }
}
.top-lead .top-lead-txt {
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .top-lead .top-lead-txt {
    font-size: 2rem;
  }
}

.top-release {
  padding: 110px 0 100px;
  margin-bottom: 100px;
  background-color: #e8f2ff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-release {
    padding: 50px 0;
    margin-bottom: 50px;
  }
}
.top-release::before {
  content: "";
  width: 100%;
  height: 40px;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: url("../../img/front/top/bg_release-top.svg") no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .top-release::before {
    height: 20px;
  }
}
.top-release::after {
  content: "";
  width: 100%;
  height: 40px;
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  margin-top: 40px;
  background: url("../../img/front/top/bg_release-bottom.svg") no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .top-release::after {
    height: 20px;
  }
}

.top-release-list {
  width: 100%;
  line-height: 1.33;
  color: #4d4d4d;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .top-release-list {
    margin-top: 1.5em;
  }
}
.top-release-list .top-release-image {
  margin-bottom: 14px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-release-list .top-release-image {
    margin-bottom: 9px;
  }
}
.top-release-list .top-release-image::before {
  content: "";
  display: block;
  padding-top: 70%;
}
.top-release-list .top-release-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  /* IE用 object-fit-images */
  font-family: "object-fit: cover; object-position: bottom;";
  /* IE用 object-fit-images */
}
.top-release-list .top-release-tit {
  margin-bottom: 0.4em;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .top-release-list .top-release-tit {
    font-size: 1.7rem;
  }
}
.top-release-list .top-release-date {
  color: #333333;
  font-size: 1.6rem;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .top-release-list .top-release-date {
    font-size: 1.3rem;
  }
}
.top-release-list .top-release-txt {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 0.9em;
}
@media screen and (max-width: 768px) {
  .top-release-list .top-release-txt {
    font-size: 1.3rem;
  }
}
.top-release-list .slick-slide {
  margin: 0 10px 10px;
}
@media screen and (max-width: 768px) {
  .top-release-list .slick-slide {
    margin: 0 8px 8px;
  }
}
.top-release-list .slick-dots li {
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .top-release-list .slick-dots li {
    margin: 0 8px;
  }
}
.top-release-list .slick-dots li button::before {
  content: "●";
  font-size: 1.4rem;
  color: #fff;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .top-release-list .slick-dots li button::before {
    font-size: 1.1rem;
  }
}
.top-release-list .slick-dots li.slick-active button:before {
  color: #989898;
}

.top-release-more {
  padding-top: 1em;
}
@media screen and (max-width: 768px) {
  .top-release-more {
    padding-top: 2em;
  }
}

.top-contents {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .top-contents {
    width: 90%;
    margin: 0 auto 120px;
  }
}
@media screen and (max-width: 768px) {
  .top-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-contents .top-contents-image {
  width: 59%;
}
@media screen and (max-width: 768px) {
  .top-contents .top-contents-image {
    width: 100%;
    margin-bottom: 5%;
  }
  .top-contents .top-contents-image figure {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .top-contents .top-contents-image.top-contents-right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .top-contents .top-contents-image.top-contents-right figure {
    margin-left: 5%;
  }
}
.top-contents .top-contents-txt {
  width: 38%;
}
@media screen and (max-width: 768px) {
  .top-contents .top-contents-txt {
    width: 84%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .top-contents .top-contents-txt.top-contents-left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.top-contents .top-contents-txt-dl {
  margin: 1.75em auto 2em;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .top-contents .top-contents-txt-dl {
    font-size: 1.4rem;
  }
}
.top-contents .top-contents-txt-dl dt {
  margin-bottom: 1em;
  font-size: 3rem;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .top-contents .top-contents-txt-dl dt {
    font-size: 2rem;
  }
}

/*!
page > blog
------------------------------
*/
.blog-detail {
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  .blog-detail {
    margin: 50px auto 0;
  }
}

.blog-detail-top {
  color: #4d4d4d;
}

.blog-detail-ct {
  font-size: 1.4rem;
  line-height: 1.2;
  padding-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .blog-detail-ct {
    font-size: 2rem;
  }
}
.blog-detail-ct::after {
  content: "";
  width: 70px;
  height: 1px;
  display: block;
  background-color: #465499;
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .blog-detail-ct::after {
    width: 130px;
  }
}

.blog-detail-date {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .blog-detail-date {
    font-size: 2rem;
  }
}

.blog-detail-lead {
  padding-top: 65px;
}
@media screen and (max-width: 768px) {
  .blog-detail-lead {
    padding-top: 20px;
  }
}
.blog-detail-lead .blog-detail-lead_tit {
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 2.2rem;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .blog-detail-lead .blog-detail-lead_tit {
    font-size: 3.6rem;
    margin-bottom: 1em;
  }
}
.blog-detail-lead .blog-detail-lead_txt {
  font-size: 2rem;
  margin: 100px auto;
  padding: 46px 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .blog-detail-lead .blog-detail-lead_txt {
    margin: 40px auto;
    padding: 24px 18px;
    font-size: 1.3rem;
  }
}
.blog-detail-lead .blog-detail-lead_txt::before {
  content: "";
  width: 50px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
@media screen and (max-width: 768px) {
  .blog-detail-lead .blog-detail-lead_txt::before {
    width: 32px;
    height: 64px;
  }
}
.blog-detail-lead .blog-detail-lead_txt::after {
  content: "";
  width: 50px;
  height: 100px;
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
}
@media screen and (max-width: 768px) {
  .blog-detail-lead .blog-detail-lead_txt::after {
    width: 32px;
    height: 64px;
  }
}

.blog-detail-sec {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .blog-detail-sec {
    margin-bottom: 60px;
  }
}
.blog-detail-sec figure {
  text-align: right;
  width: 100%;
  margin: 30px auto;
}
@media screen and (max-width: 768px) {
  .blog-detail-sec figure {
    margin: 20px auto;
  }
}
.blog-detail-sec figure img {
  margin-right: 0;
  max-width: 524px;
  width: 100%;
}
.blog-detail-sec figure figcaption {
  display: block;
  color: #898989;
  font-size: 1.6rem;
  line-height: 1.4;
  margin-top: 0.25em;
}
@media screen and (max-width: 768px) {
  .blog-detail-sec figure figcaption {
    font-size: 1.2rem;
  }
}

.blog-detail-txt {
  font-size: 1.8rem;
  margin-bottom: 1em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .blog-detail-txt {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
.blog-detail-txt a {
  text-decoration: underline;
}
.blog-detail-txt a:hover {
  text-decoration: none;
  opacity: 1;
}

.blog-menu {
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 5% 6%;
  margin-bottom: 7%;
}
@media screen and (max-width: 768px) {
  .blog-menu {
    -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
  }
}
.blog-menu .blog-menu_image {
  margin-top: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blog-menu .blog-menu_image-big {
  text-align: right;
  width: 100%;
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  .blog-menu .blog-menu_image-big {
    width: 70%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
  }
}
.blog-menu .blog-menu_image-small {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .blog-menu .blog-menu_image-small {
    width: 28%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.blog-menu .blog-menu_image-small figure {
  margin-right: 2%;
  text-align: center;
  max-width: 32%;
}
.blog-menu .blog-menu_image-small figure:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .blog-menu .blog-menu_image-small figure {
    max-width: 130px;
  }
}
.blog-menu figcaption {
  display: block;
  color: #898989;
  font-size: 1.6rem;
  line-height: 1.4;
  margin-top: 0.25em;
}
@media screen and (max-width: 768px) {
  .blog-menu figcaption {
    font-size: 1.2rem;
  }
}

.blog-option {
  background-color: #f2f2f2;
  padding: 5% 6%;
  margin: 11% auto;
}
@media screen and (max-width: 768px) {
  .blog-option {
    margin: 13% auto;
  }
}
.blog-option .blog-option-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.blog-option .blog-option-item {
  width: 100%;
  font-size: 1.3rem;
  margin-bottom: 7%;
}
@media screen and (min-width: 768px) {
  .blog-option .blog-option-item {
    font-size: 1.8rem;
    width: 47%;
  }
}
.blog-option .blog-option-item-tit {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 768px) {
  .blog-option .blog-option-item-tit {
    font-size: 1.6rem;
  }
}
.blog-option .blog-option-item-img {
  height: auto;
  margin: 1em auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .blog-option .blog-option-item-img {
    height: 280px;
  }
}
.blog-option .blog-option-item-img img {
  width: auto;
  margin: auto;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .blog-option .blog-option-item-img img {
    max-height: 280px;
  }
}

.blog-link-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 13%;
}
.blog-link-pager .blog-link-pager-item {
  color: #ccc;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .blog-link-pager .blog-link-pager-item {
    font-size: 1.2rem;
  }
}
.blog-link-pager a {
  color: #4d4d4d;
}
.blog-link-pager a:hover {
  text-decoration: underline;
  opacity: 1;
}

.blog-link-list {
  text-align: center;
  margin-bottom: 13%;
}

/* ブログ一覧 */
.blog-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 7%;
  margin-top: 7%;
}
@media screen and (min-width: 768px) {
  .blog-list-wrap {
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
.blog-list-wrap .blog-list-item {
  width: 22.6%;
  margin-right: 3.2%;
  padding-bottom: 30px;
  border-bottom: 1px solid #808080;
  margin-bottom: 10px;
}
.blog-list-wrap .blog-list-item:nth-child(4n) {
  margin-right: 0;
}
.blog-list-wrap .blog-list-item:first-child {
  padding-top: 10px;
  border-top: 1px solid #808080;
}
.blog-list-wrap .blog-list-item:nth-of-type(2) {
  padding-top: 10px;
  border-top: 1px solid #808080;
}
.blog-list-wrap .blog-list-item:nth-of-type(3) {
  padding-top: 10px;
  border-top: 1px solid #808080;
}
.blog-list-wrap .blog-list-item:nth-of-type(4) {
  padding-top: 10px;
  border-top: 1px solid #808080;
}
@media screen and (max-width: 860px) {
  .blog-list-wrap .blog-list-item {
    width: 31%;
    margin-right: 3.5%;
  }
  .blog-list-wrap .blog-list-item:nth-child(4n) {
    margin-right: 3.5%;
  }
  .blog-list-wrap .blog-list-item:nth-child(3n) {
    margin-right: 0;
  }
  .blog-list-wrap .blog-list-item:nth-of-type(4) {
    padding-top: 0;
    border-top: none;
  }
}
@media screen and (max-width: 416px) {
  .blog-list-wrap .blog-list-item {
    width: 100%;
    padding-bottom: 15px;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .blog-list-wrap .blog-list-item:nth-of-type(3) {
    padding-top: 0;
    border-top: none;
  }
  .blog-list-wrap .blog-list-item:nth-of-type(2) {
    padding-top: 0;
    border-top: none;
  }
  .blog-list-wrap .blog-list-item:nth-child(4n) {
    margin-right: 0;
  }
}
.blog-list-wrap .blog-list-item-inner {
  display: block;
}
@media screen and (max-width: 416px) {
  .blog-list-wrap .blog-list-item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.blog-list-wrap .blog-list-item p {
  color: #4d4d4d;
  line-height: 1.5;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .blog-list-wrap .blog-list-item p {
    font-size: 1.6rem;
  }
}
.blog-list-wrap .blog-list-item figure {
  margin-bottom: 0.75em;
  position: relative;
}
@media screen and (max-width: 416px) {
  .blog-list-wrap .blog-list-item figure {
    width: 38%;
  }
}
.blog-list-wrap .blog-list-item figure::before {
  content: "";
  display: block;
  padding-top: 70%;
}
.blog-list-wrap .blog-list-item figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  /* IE用 object-fit-images */
  font-family: "object-fit: cover; object-position: bottom;";
  /* IE用 object-fit-images */
}
@media screen and (max-width: 416px) {
  .blog-list-wrap .blog-list-item article {
    width: 59%;
  }
}
.blog-list-wrap .blog-list-tit {
  color: #4d4d4d;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0.25em;
}
@media screen and (min-width: 768px) {
  .blog-list-wrap .blog-list-tit {
    font-size: 2rem;
  }
}

.blog-list_ct-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1.2;
  margin-bottom: 0.5em;
  color: #333333;
}
.blog-list_ct-date .blog-list-ct {
  text-align: center;
  font-size: 1rem;
  border-bottom: 2px solid #182980;
  padding: 0 0.5em 0.3em;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .blog-list_ct-date .blog-list-ct {
    min-width: 84px;
    font-size: 1.4rem;
  }
}
.blog-list_ct-date time {
  font-size: 1rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .blog-list_ct-date time {
    font-size: 1.6rem;
  }
}

/* ページャー部分 .content_pager */
.blog-pager {
  max-width: 600px;
  margin: 0 auto 7%;
}
@media screen and (min-width: 768px) {
  .blog-pager {
    margin: 0 auto 70px;
  }
}
.blog-pager .blog-pager_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .blog-pager .blog-pager_list {
    font-size: 2rem;
  }
}
.blog-pager .blog-pager_list li {
  width: 34px;
  height: 34px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .blog-pager .blog-pager_list li {
    width: 40px;
    height: 40px;
  }
}
.blog-pager .blog-pager_list a {
  color: #4d4d4d;
  position: relative;
  display: block;
}
.blog-pager .blog-pager_list a.pager-prev {
  width: 1em;
  height: 0.75em;
  text-align: left;
}
.blog-pager .blog-pager_list a.pager-next {
  width: 1em;
  height: 0.75em;
  text-align: right;
}
.blog-pager .blog-pager_list a.pager-active {
  color: #fff;
  background-color: #c9c5b5;
  width: 100%;
  height: 100%;
  padding-top: 0.6em;
}
@media screen and (min-width: 768px) {
  .blog-pager .blog-pager_list a.pager-active {
    padding-top: 0.5em;
  }
}

/*!
page > policy
------------------------------
*/
.policy-wrap {
  margin: 24px auto 8%;
}
@media screen and (min-width: 768px) {
  .policy-wrap {
    margin: 75px auto 8%;
  }
}

.policy-inner {
  padding-top: 18px;
}
@media screen and (min-width: 768px) {
  .policy-inner {
    padding-top: 60px;
  }
}

.policy-lead {
  font-size: 2.2rem;
  margin: 6% auto 8%;
}
@media screen and (max-width: 768px) {
  .policy-lead {
    font-size: 1.3rem;
  }
}

.policy-sec {
  font-size: 1.8rem;
  margin: 0 auto 6%;
}
@media screen and (max-width: 768px) {
  .policy-sec {
    font-size: 1.2rem;
    margin: 0 auto 7%;
  }
}
.policy-sec a {
  text-decoration: underline;
}
.policy-sec a:hover {
  text-decoration: none;
}
.policy-sec .ico_eternal-link::after {
  content: "";
  padding-right: 1.5em;
  background: url("../../img/front/common/ico_eternal-01.svg") no-repeat right center;
  background-size: 1em;
}

.policy-sec-tit {
  padding-bottom: 0;
  margin-bottom: 0.25em;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .policy-sec-tit {
    font-size: 1.6rem;
  }
}

.policy-sec-index {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .policy-sec-index {
    font-size: 1.4rem;
  }
}

.policy-list-ol_brackets {
  counter-reset: item;
  list-style-type: none;
}
.policy-list-ol_brackets li {
  padding-left: 2em;
  margin-bottom: 0.25em;
}
.policy-list-ol_brackets li::before {
  counter-increment: item;
  content: "（" counter(item) "）";
  padding-right: 0.3em;
  margin-left: -2em;
}

.policy-list-ol {
  counter-reset: item;
  list-style-type: none;
}
.policy-list-ol li {
  padding-left: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.policy-list-ol li::before {
  counter-increment: item;
  content: counter(item) ".";
  padding-right: 0.5em;
  margin-left: -1.5em;
}

.policy-indent {
  padding-left: 2.3em;
}

/*!
page > company
------------------------------
*/
.company-wrap {
  margin: 24px auto 8%;
}
@media screen and (min-width: 768px) {
  .company-wrap {
    margin: 55px auto 8%;
  }
}

.company-inner {
  padding-top: 18px;
}
@media screen and (min-width: 768px) {
  .company-inner {
    padding-top: 60px;
  }
}

.company-about {
  font-size: 1.8rem;
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .company-about {
    font-size: 1.3rem;
    margin-bottom: 30px;
  }
}
.company-about th {
  text-align: left;
  padding: 1em 0.5em 1em 0.5em;
  border-bottom: 1px solid #666;
  min-width: 9em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .company-about th {
    padding: 1em 0.5em 1em 0;
  }
}
.company-about th.th4em {
  min-width: 4em;
}
.company-about th.bb_noLine {
  padding-bottom: 0;
  border-bottom: none;
}
.company-about th.pt_small {
  padding-top: 0.5em;
}
.company-about td {
  padding: 1em 0;
  border-bottom: 1px solid #666;
}
.company-about td.company-about-until {
  padding: 1.5em 0.5em 0.5em;
}
@media screen and (max-width: 768px) {
  .company-about td.company-about-until {
    padding: 1.5em 0 0.5em;
  }
}
.company-about td.bb_noLine {
  padding-bottom: 0;
  border-bottom: none;
}
.company-about td.pt_small {
  padding-top: 0.5em;
}
.company-about a {
  color: #182980;
  text-decoration: underline;
}
.company-about a:hover {
  text-decoration: none;
  opacity: 1;
}

.company-img_right {
  text-align: right;
  width: 100%;
  margin: 30px auto;
}
@media screen and (max-width: 768px) {
  .company-img_right {
    margin: 20px auto;
  }
}
.company-img_right img {
  margin-right: 0;
  max-width: 524px;
  width: 100%;
}

.company-about-tit {
  color: #333333;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .company-about-tit {
    font-size: 1.6rem;
  }
}

.company-about-dl {
  margin-bottom: 5%;
}
.company-about-dl dt {
  color: #2f3e8d;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 768px) {
  .company-about-dl dt {
    font-size: 1.5rem;
  }
}
.company-about-dl dd {
  padding-left: 1em;
  font-size: 2rem;
}
.company-about-dl dd::before {
  content: "○";
  margin-left: -1em;
  display: inline;
}
@media screen and (max-width: 768px) {
  .company-about-dl dd {
    font-size: 1.4rem;
  }
}

.company-about-list {
  font-size: 1.8rem;
  margin-top: 0.1em;
}
@media screen and (max-width: 768px) {
  .company-about-list {
    font-size: 1.3rem;
  }
}
.company-about-list li {
  padding-left: 1em;
  margin-bottom: 0.25em;
  line-height: 1.5;
}
.company-about-list li::before {
  content: "・";
  margin-left: -1em;
  display: inline-block;
  width: 1em;
}

.company-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .company-group {
    margin-bottom: 6%;
  }
}
.company-group figure {
  width: 31%;
}
@media screen and (max-width: 768px) {
  .company-group figure {
    width: 38%;
  }
}
.company-group .company-group-txt {
  width: 67%;
}
@media screen and (max-width: 768px) {
  .company-group .company-group-txt {
    width: 59%;
  }
}
.company-group a {
  color: #465499;
  text-decoration: underline;
}
.company-group a:hover {
  text-decoration: none;
  opacity: 1;
}

.company-group-txt {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .company-group-txt {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.company-group-txt dt {
  font-size: 2rem;
  font-weight: 500;
  padding-left: 1em;
  margin-bottom: 0.25em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .company-group-txt dt {
    font-size: 1.5rem;
  }
}
.company-group-txt dt::before {
  content: "■";
  margin-left: -1em;
  width: 1em;
  display: inline-block;
  margin-right: 0.25em;
}
.company-group-txt .company-group-txt-big {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 1em;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .company-group-txt .company-group-txt-big {
    font-size: 1.5rem;
    margin-top: 0.1em;
  }
}

.company-lead-serif {
  color: #4d4d4d;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 3rem;
  line-height: 1.6;
  margin: 1em auto;
}
@media screen and (max-width: 768px) {
  .company-lead-serif {
    font-size: 1.8rem;
  }
}

.company-plane-txt {
  font-size: 1.8rem;
  margin-bottom: 1em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .company-plane-txt {
    font-size: 1.3rem;
    line-height: 1.75em;
  }
}

.company-message-sec {
  margin-bottom: 7%;
}
@media screen and (max-width: 768px) {
  .company-message-sec {
    margin-bottom: 8%;
  }
}

.company-message-tit {
  color: #4d4d4d;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 3rem;
  font-weight: normal;
  line-height: 1.5;
  margin: 0 auto 0.25em;
}
@media screen and (max-width: 768px) {
  .company-message-tit {
    font-size: 1.8rem;
  }
}

.company-message-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
/* .company-message-bottom-inner {
  width: 30%;
} */
/* @media screen and (max-width: 768px) {
    .company-message-bottom-inner {
        width: 65%;
    }
} */
.company-message-bottom .company-message-sign {
  width: 158px;
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .company-message-bottom .company-message-sign {
    width: 115px;
  }
}

.company-btn_wrap {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.company-btn_wrap .company-btn {
  margin: 1em auto;
}
.company-btn_wrap .company-btn span {
  min-width: 14em;
}

.company-sdgs-lead {
  font-size: 2.4rem;
  font-weight: 500;
  padding-bottom: 1.25em;
  border-bottom: 1px solid #808080;
}
@media screen and (max-width: 768px) {
  .company-sdgs-lead {
    font-size: 1.5rem;
  }
}
.company-sdgs-lead a {
  color: #182980;
  text-decoration: underline;
}
.company-sdgs-lead a:hover {
  text-decoration: none;
}

.company-sdgs-sec {
  padding-top: 24px;
  padding-bottom: 6%;
  border-bottom: 1px solid #808080;
}
@media screen and (max-width: 768px) {
  .company-sdgs-sec {
    padding-top: 5%;
  }
}

.company-sdgs-txt {
  font-size: 1.8rem;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  .company-sdgs-txt {
    font-size: 1.3rem;
  }
}

.company-sdgs-ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.company-sdgs-ico li {
  margin-left: 1%;
  margin-bottom: 1%;
  width: 24.25%;
  max-width: 132px;
}
.company-sdgs-ico li:first-child {
  margin-left: 0;
}

.company-sdgs-link {
  text-align: right;
  font-size: 1.8rem;
  margin-top: 1.5em;
}
@media screen and (max-width: 768px) {
  .company-sdgs-link {
    font-size: 1.3rem;
  }
}
.company-sdgs-link a {
  color: #182980;
  text-decoration: underline;
  overflow-wrap: break-word;
  line-height: 1.4;
}
.company-sdgs-link a:hover {
  text-decoration: none;
}

.company-ecolabel {
  max-width: 300px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .company-ecolabel {
    width: 70%;
    margin-bottom: 4%;
  }
}

/*!
page > product
------------------------------
*/
.product-wrap {
  margin: 14px auto 8%;
}
@media screen and (min-width: 768px) {
  .product-wrap {
    margin: 55px auto 8%;
  }
}

.product-inner {
  padding-top: 18px;
}
@media screen and (min-width: 768px) {
  .product-inner {
    padding-top: 60px;
  }
}

.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-list-item {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 6%;
}
.product-list-item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .product-list-item {
    width: 47%;
    margin-right: 6%;
    margin-bottom: 7%;
  }
  .product-list-item:nth-child(3n) {
    margin-right: 6%;
  }
  .product-list-item:nth-child(2n) {
    margin-right: 0;
  }
}
.product-list-item.product-list-item-w1col {
  width: 65%;
  margin-right: 5%;
}
.product-list-item.product-list-item-w1col figure {
  width: 46.16%;
}
@media screen and (max-width: 768px) {
  .product-list-item.product-list-item-w1col {
    width: 100%;
    margin-right: 0;
  }
}
.product-list-item.product-list-item-w2col {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .product-list-item.product-list-item-w2col {
    margin-right: 6%;
  }
}
.product-list-item.product-list-item-w3col {
  margin-right: 5%;
}
@media screen and (max-width: 768px) {
  .product-list-item.product-list-item-w3col {
    margin-right: 0;
  }
}
.product-list-item.product-list-item-w4col {
  margin-right: 5%;
}
@media screen and (max-width: 768px) {
  .product-list-item.product-list-item-w4col {
    margin-right: 6%;
  }
}
.product-list-item.product-list-item-w5col {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .product-list-item.product-list-item-w5col {
    margin-right: 0;
  }
}
.product-list-item .product-list-link {
  color: #465499;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin: 0.25em auto 0.4em;
}
@media screen and (max-width: 768px) {
  .product-list-item .product-list-link {
    font-size: 1.2rem;
  }
}
.product-list-item .product-list-link a {
  text-decoration: underline;
}
.product-list-item .product-list-link a:hover {
  text-decoration: none;
}
.product-list-item .product-list-tit {
  color: #465499;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0.25em auto 0.4em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .product-list-item .product-list-tit {
    font-size: 1.2rem;
  }
}
.product-list-item .product-list-tit .txt_nomal {
  font-weight: 400;
}
.product-list-item .product-list-txt {
  color: #4d4d4d;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .product-list-item .product-list-txt {
    font-size: 1rem;
  }
}

.product-list-ul {
  color: #4d4d4d;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .product-list-ul {
    font-size: 1rem;
  }
}
.product-list-ul.product-list-ul-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-list-ul.product-list-ul-flex li {
  width: 49%;
}
.product-list-ul li {
  line-height: 1.4;
  padding-left: 1em;
  margin-bottom: 0.25em;
}
.product-list-ul li::before {
  content: "・";
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.product-btn_wrap {
  text-align: center;
}
.product-btn_wrap .product-btn {
  margin: 1em auto;
}
.product-btn_wrap .product-btn span {
  min-width: 16em;
}

.product-detail-tit {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .product-detail-tit {
    font-size: 2.1rem;
  }
}

.product-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 7%;
}
.product-detail .product-detail-img {
  width: 100%;
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  .product-detail .product-detail-img {
    width: 47.6%;
    margin-bottom: 0;
  }
}
.product-detail .product-detail-txt {
  width: 100%;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .product-detail .product-detail-txt {
    width: 47.6%;
  }
}
@media screen and (max-width: 768px) {
  .product-detail .product-detail-txt {
    font-size: 1.2rem;
  }
}
.product-detail .product-detail-txt p {
  margin-bottom: 1.5em;
}

/*!
page > contact
------------------------------
*/
.contact-wrap {
  margin: 24px auto 8%;
}
@media screen and (min-width: 768px) {
  .contact-wrap {
    margin: 55px auto 8%;
  }
}

.contact-inner {
  padding-top: 18px;
}
@media screen and (min-width: 768px) {
  .contact-inner {
    padding-top: 60px;
  }
}

.contact-lead {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .contact-lead {
    font-size: 2.2rem;
  }
}

.contact-input {
  width: 100%;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
}
.contact-input th {
  width: 32%;
  text-align: left;
  background-color: #f7f5eb;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 0.5em 0.6em;
  border-bottom: 1px dotted #808080;
  vertical-align: middle;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .contact-input th {
    font-size: 1.8rem;
    padding: 1.5em 1em 1.5em 1.5em;
  }
}
.contact-input th.contact-input_var-top {
  vertical-align: top;
  padding-top: 1.5em;
}
.contact-input th.contact-input-th1 {
  border-bottom: none;
  padding: 0.5em 0.6em 0.25em;
}
@media screen and (min-width: 768px) {
  .contact-input th.contact-input-th1 {
    padding: 0.5em 1em 0.25em 1.5em;
  }
}
.contact-input th.contact-input-th2 {
  padding: 0.25em 0.6em 0.5em;
}
@media screen and (min-width: 768px) {
  .contact-input th.contact-input-th2 {
    padding: 0.25em 1em 0.5em 1.5em;
  }
}
.contact-input th.contact-input-confirm-th {
  line-height: 1.75;
}
.contact-input td {
  background-color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0.5em;
  border-bottom: 1px dotted #808080;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .contact-input td {
    font-size: 1.8rem;
    padding: 0.5em 0.75em;
  }
}
.contact-input td.contact-input-confirm {
  font-size: 1.1rem;
  padding: 0.5em 0.6em;
}
@media screen and (min-width: 768px) {
  .contact-input td.contact-input-confirm {
    font-size: 1.8rem;
    padding: 1.5em 1em;
  }
}
.contact-input td.contact-input-td1 {
  border-bottom: none;
  padding-bottom: 0.25em;
}
.contact-input td.contact-input-td2 {
  padding-top: 0.25em;
}
.contact-input .contact-input_plane {
  width: 100%;
  border: 1px solid #ccc;
  padding: 0.75em 1em;
  display: block;
}
@media screen and (min-width: 768px) {
  .contact-input .contact-input_plane {
    padding: 0.75em 0.5em;
  }
}
.contact-input .contact-input_margin {
  margin: 0.75em auto;
}
.contact-input .contact-input-bbline {
  padding-bottom: 0.75em;
  margin-bottom: 0.75em;
  border-bottom: 1px dotted #808080;
  padding-top: 0.25em;
}
@media screen and (min-width: 768px) {
  .contact-input .contact-input-bbline {
    padding-bottom: 1em;
    margin-bottom: 1em;
    padding-top: 0;
  }
}

.contact-mandatory {
  color: #fff;
  background-color: #c1272d;
  display: inline-block;
  padding: 0.25em 0.4em;
  border-radius: 3px;
  font-size: 1rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .contact-mandatory {
    font-size: 1.6rem;
    border-radius: 5px;
  }
}

.contact-txt_small {
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .contact-txt_small {
    font-size: 1.5rem;
  }
}

.contact-btn-wrap {
  text-align: center;
  margin-top: 8%;
}
.contact-btn-wrap .contact-btn {
  min-width: 14em;
  margin-bottom: 2em;
}
.contact-btn-wrap .contact-btn span {
  min-width: 14em;
  letter-spacing: 0.1em;
}
.contact-btn-wrap .c-btn-next-inner, .contact-btn-wrap .c-btn-return-inner {
  min-width: 14em;
  letter-spacing: 0.1em;
}
/*# sourceMappingURL=style.css.map */

/* 20220601社長名前変更 */
p.message_flex {
    width: 359px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

/* 20230630会長兼社長 */
.br-sp{
    display: none;
}
@media screen and (max-width:768px) {
    .br-sp{
        display: block;
    }
    p.message_flex {
        width: 290px;
    }
}

/* .l-container-s {
    max-width: 840px;
} */