@charset "UTF-8";
/* Scss Document */
/* Scss Document */
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
}

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

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

ul,
ol,
li {
  list-style: none;
}

html {
  font-size: 10px;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  color: #333;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  color: #333;
  font-size: 2rem;
  font-family: "Meiryo","Helvetica Neue","Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
  color: #333;
  line-height: 1.5;
}

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

p {
  font-size: 2rem;
}

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

カラー

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

メディアクエリ

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

サブメニュー 連番

----------------------------------------------------------*/
.g-menu__submenu-item:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.g-menu__submenu-item:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.g-menu__submenu-item:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.g-menu__submenu-item:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.g-menu__submenu-item:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.g-menu__submenu-item:nth-child(6) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

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

矢印モジュール

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

flex オプション

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

その他 オプション

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

カラー

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

メディアクエリ

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

サブメニュー 連番

----------------------------------------------------------*/
.g-menu__submenu-item:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.g-menu__submenu-item:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.g-menu__submenu-item:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.g-menu__submenu-item:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.g-menu__submenu-item:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.g-menu__submenu-item:nth-child(6) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

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

矢印モジュール

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

flex オプション

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

その他 オプション

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

outer

----------------------------------------------------------*/
.container-fixed {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media only screen and (max-width: 767px) {
  .container-fixed {
    margin-left: 4%;
    margin-right: 4%;
  }
}

.container-fluid {
  max-width: 100%;
  width: 100%;
  padding: 0;
}

.outer-box-L {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media only screen and (max-width: 767px) {
  .outer-box-L {
    padding-bottom: 90px;
    padding-top: 90px;
  }
}

.outer-box-M {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .outer-box-M {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.outer-box-S {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .outer-box-S {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .outer-sp {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.outer-box-XS {
  padding-top: 20px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .outer-box-XS {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.outer-pt-L {
  padding-top: 120px;
}

@media only screen and (max-width: 767px) {
  .outer-pt-L {
    padding-top: 90px;
  }
}

.outer-pt-M {
  padding-top: 60px;
}

@media only screen and (max-width: 767px) {
  .outer-pt-M {
    padding-top: 40px;
  }
}

.outer-pt-S {
  padding-top: 40px;
}

@media only screen and (max-width: 767px) {
  .outer-pt-S {
    padding-top: 30px;
  }
}

.outer-pt-XS {
  padding-top: 30px;
}

@media only screen and (max-width: 767px) {
  .outer-pt-XS {
    padding-top: 20px;
  }
}

.outer-mt-L {
  margin-top: 120px;
}

@media only screen and (max-width: 767px) {
  .outer-mt-L {
    margin-top: 90px;
  }
}

.outer-mt-M {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .outer-mt-M {
    margin-top: 40px;
  }
}

.outer-mt-S {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .outer-mt-S {
    margin-top: 30px;
  }
}

.outer-mt-XS {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .outer-mt-XS {
    margin-top: 20px;
  }
}

.mt-1 {
  margin-top: 10px;
}

.mt-2 {
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .mt-1-sp {
    margin-top: 10px;
  }
  .mt-2-sp {
    margin-top: 15px;
  }
}

.mx-auto {
  margin: 0 auto;
}

.w-100 {
  width: 100%;
}

/*
*	モジュール一覧
*
*		1. header
*		2. footer
* 	3. 矢印・ボタン・リンク
*		4. リストスタイル・行間
*		5. 文字スタイル
*		6. グリッド
*		7. フレックス
*		8. タイトル
*		9. tableレイアウト
*		10. imgレイアウト
*		11. カラー
*		12. topへ戻るボタン
*		13. タブ
*		14. お知らせ一覧/詳細/サイトマップ
*		15. ページネーション
*		16. 商品
*		17. QA
*
*/
@media only screen and (max-width: 1079px) {
  .pc-content {
    display: none;
  }
}

@media only screen and (min-width: 1080px) {
  .tb-content {
    display: none;
  }
}

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

@media only screen and (max-width: 1079px) {
  .tb-content {
    width: 100%;
  }
}

@media only screen and (min-width: 1080px) {
  .sp-content {
    display: none;
  }
}

@media only screen and (max-width: 1079px) {
  .sp-content {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .sp-content {
    display: block;
  }
}

@media only screen and (min-width: 1080px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.op:hover {
  opacity: 0.7;
}

.op:hover img {
  opacity: 0.7;
}

a:hover {
  opacity: 0.7;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
}

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

header (BEM化済み)

----------------------------------------------------------*/
.tb-content .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: #5E8CBA 2px solid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
  margin: auto;
}

@media only screen and (max-width: 1079px) {
  .tb-content .box {
    width: 40%;
  }
}

@media only screen and (max-width: 767px) {
  .tb-content .box {
    width: 95%;
  }
}

.tb-content .box p {
  color: #5E8CBA;
  padding-left: 5px;
  vertical-align: middle;
  font-size: 12px;
}

.header {
  padding-top: 11px;
}

@media only screen and (min-width: 1080px) {
  .header {
    top: 0;
    display: block;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: fixed;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    z-index: 999;
    /* box-shadow */
    -webkit-box-shadow: 0px 0px 9px -2px #c9c9c9;
            box-shadow: 0px 0px 9px -2px #c9c9c9;
  }
}

.header__border {
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 15px;
}

.header__top {
  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;
  max-width: 1080px;
  margin: 0 auto;
}

.header__container p {
  font-size: 11px;
}

@media only screen and (max-width: 1079px) {
  .header__container {
    top: 0;
    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: 100%;
    padding: 20px 4%;
    background: #fff;
    z-index: 9999;
    position: fixed;
    /* box-shadow */
    -webkit-box-shadow: 0px 0px 9px -2px #c9c9c9;
            box-shadow: 0px 0px 9px -2px #c9c9c9;
  }
}

@media only screen and (max-width: 767px) {
  .header__container {
    padding: 15px 4%;
  }
}

.header__container02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

@media only screen and (max-width: 1079px) {
  .header__container02 {
    display: none;
  }
}

.header__container02 .div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
}

.header__container02 .div .block {
  display: block;
  padding: 0 5px;
  margin-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__container02 .div .block .blue-border {
  position: relative;
}

.header__container02 .div .block .blue-border svg {
  height: 30px;
  position: relative;
  z-index: 2;
  -webkit-transition: fill 0.4s ease;
  transition: fill 0.4s ease;
  fill: rgba(59, 59, 59, 0.788);
  padding-top: 5px;
}

.header__container02 .div .block p {
  padding-top: 2px;
  font-size: 11px;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}

.header__container02 .div .block a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 60px;
  text-align: center;
  padding: 0;
  overflow: visible;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}

.header__container02 .div .block a:hover p {
  color: #5E8CBA;
}

.header__container02 .div .block a:hover svg {
  fill: #5E8CBA;
}

.header__container02 .div .block a:hover .blue-border::after {
  -webkit-transform: scale(40);
          transform: scale(40);
  opacity: 1;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.22, 1.42, 0.35, 0.99);
          transition-timing-function: cubic-bezier(0.22, 1.42, 0.35, 0.99);
}

.header__container02 .div .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: #5E8CBA 2px solid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
}

.header__container02 .div .box p {
  color: #5E8CBA;
  padding-left: 5px;
  vertical-align: middle;
  font-size: 12px;
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 200px;
}

.header__logo img {
  height: 40px;
  max-width: 250px;
}

@media only screen and (max-width: 767px) {
  .header__logo img {
    height: auto;
    width: 270px;
    max-width: 250px;
  }
}

@media only screen and (max-width: 1079px) {
  .header__logo {
    z-index: 9999;
  }
}

@media only screen and (max-width: 767px) {
  .header__logo {
    max-width: 120px;
  }
}

@media only screen and (max-width: 1079px) {
  .header__toggle {
    display: block;
    position: relative;
    width: 50px;
    height: 30px;
    z-index: 9999;
  }
  .header__toggle span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-transition: all .2s;
    transition: all .2s;
    background-color: #071849;
    border-radius: 2px;
  }
  .header__toggle span:nth-of-type(1) {
    top: 0;
  }
  .header__toggle span:nth-of-type(2) {
    top: 14px;
  }
  .header__toggle span:nth-of-type(3) {
    bottom: 0;
  }
  .header__toggle.active span:nth-of-type(1) {
    -webkit-transform: translateY(14px) rotate(-45deg);
    transform: translateY(14px) rotate(-45deg);
  }
  .header__toggle.active span:nth-of-type(2) {
    opacity: 0;
  }
  .header__toggle.active span:nth-of-type(3) {
    -webkit-transform: translateY(-14px) rotate(45deg);
    transform: translateY(-14px) rotate(45deg);
  }
}

@media only screen and (max-width: 767px) {
  .header__toggle {
    top: 50%;
    right: 0;
    width: 30px;
    height: 20px;
    z-index: 9999;
  }
  .header__toggle span:nth-of-type(1) {
    top: 0;
  }
  .header__toggle span:nth-of-type(2) {
    top: 9px;
  }
  .header__toggle span:nth-of-type(3) {
    bottom: 0;
  }
  .header__toggle.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }
  .header__toggle.active span:nth-of-type(2) {
    opacity: 0;
  }
  .header__toggle.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }
}

.header__nav {
  padding-top: 24px;
  padding-bottom: 10px;
  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;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 1079px) {
  .header__nav {
    display: none;
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    z-index: 999;
    overflow: scroll;
  }
}

@media only screen and (min-width: 1080px) {
  .header__nav .tel_btn {
    display: none;
  }
}

@media only screen and (max-width: 1079px) {
  .header__nav .tel_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #132F57;
    border-radius: 10px;
    margin: 10px auto;
    height: 80px;
    width: 40%;
    border: 1px solid #132F57;
  }
  .header__nav .tel_btn img {
    margin-right: 15px;
  }
  .header__nav .tel_btn p {
    color: #fff;
    font-size: 18px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .header__nav .tel_btn {
    width: 95%;
  }
}

.g-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 1079px) {
  .g-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    padding: 70px 4% 0;
  }
}

@media only screen and (max-width: 767px) {
  .g-menu {
    padding: 50px 4% 0;
    margin-bottom: 30px;
  }
}

.g-menu__item {
  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;
}

.g-menu__item a {
  font-size: 14px;
}

.g-menu__item a:hover span {
  color: #5E8CBA;
}

.g-menu__item span {
  padding-left: 5px;
  vertical-align: text-bottom;
}

@media screen and (min-width: 1300px) {
  .g-menu__item {
    margin-right: 60px;
  }
}

@media screen and (min-width: 1080px) and (max-width: 1299px) {
  .g-menu__item {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 1079px) {
  .g-menu__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid #eee;
  }
  .g-menu__item:first-child {
    border-top: 1px solid #eee;
  }
  .g-menu__item a {
    width: 100%;
    text-align: left;
    padding: 15px 0;
    display: block;
  }
}

.g-menu__item--submenu {
  position: relative;
}

@media only screen and (min-width: 1080px) {
  .g-menu__item--submenu:hover .g-menu__submenu {
    visibility: visible;
  }
  .g-menu__item--submenu:hover .g-menu__submenu-item {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: 9999;
  }
}

.g-menu__copy {
  margin-bottom: 5px;
  display: block;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  color: #5E8CBA;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 1079px) {
  .g-menu__copy {
    display: none;
  }
}

@media only screen and (min-width: 1080px) {
  .g-menu__submenu {
    position: absolute;
    top: 100%;
    left: 0;
    padding-top: 28px;
    width: 230px;
    visibility: hidden;
  }
  .g-menu__submenu-item:first-child {
    display: none;
  }
  .g-menu__submenu-item {
    position: relative;
    opacity: 0;
    border-bottom: 1px solid #fff;
    background-color: #5E8CBA;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
    -webkit-transition: 0.75s all cubic-bezier(0.52, 0.08, 0.18, 1);
    transition: 0.75s all cubic-bezier(0.52, 0.08, 0.18, 1);
    overflow: hidden;
  }
  .g-menu__submenu-item span {
    z-index: 999;
    -webkit-transition: none;
    transition: none;
  }
  .g-menu__submenu-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    width: 100%;
    height: 70px;
    padding: 20px;
    position: relative;
  }
  .g-menu__submenu-item::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    display: block;
    color: #5E8CBA;
    background-color: #fff;
    overflow: hidden;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: 0.3s all cubic-bezier(0.52, 0.08, 0.18, 1);
    transition: 0.3s all cubic-bezier(0.52, 0.08, 0.18, 1);
  }
  .g-menu__submenu-item:hover span {
    color: #5E8CBA;
  }
  .g-menu__submenu-item:hover::after {
    border-color: #5E8CBA;
  }
  .g-menu__submenu-item:hover::before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media only screen and (max-width: 1079px) {
  .g-menu__submenu {
    width: 100%;
    display: none;
  }
  .g-menu__submenu-item {
    background: #eee;
    padding: 0 10px;
  }
  .g-menu__submenu-item + li {
    margin-top: 1px;
  }
}

@media only screen and (max-width: 1079px) {
  .g-menu__parent {
    position: relative;
    cursor: pointer;
  }
  .g-menu__parent::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    height: 1px;
    width: 16px;
    background: #333;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all .1s;
    transition: all .1s;
  }
  .g-menu__parent::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 7px;
    height: 16px;
    width: 1px;
    background: #333;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all .1s;
    transition: all .1s;
  }
  .g-menu__parent.active::after {
    -webkit-transform: translateY(-10px) rotate(-90deg);
    transform: translateY(-10px) rotate(-90deg);
    opacity: 0;
  }
}

.catch-icon {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 120px;
  height: 100px;
}

@media only screen and (max-width: 1079px) {
  .catch-icon {
    margin-top: 30px;
    width: calc(50% - 5px);
    border-radius: 5px;
    height: 80px;
  }
}

.catch-icon--base {
  background: #5E8CBA;
  overflow: hidden;
  position: relative;
}

.catch-icon--base::before {
  content: "";
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.3s all cubic-bezier(0.52, 0.08, 0.18, 1);
  transition: 0.3s all cubic-bezier(0.52, 0.08, 0.18, 1);
}

.catch-icon--base:hover::before {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.catch-icon--base:hover span {
  color: #5E8CBA;
}

.catch-icon--base:hover svg {
  fill: #5E8CBA;
}

.catch-icon--accent {
  background: #071849;
}

@media only screen and (min-width: 1080px) {
  .catch-icon--accent {
    overflow: hidden;
    position: relative;
  }
  .catch-icon--accent::before {
    content: "";
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: 0.3s all cubic-bezier(0.52, 0.08, 0.18, 1);
    transition: 0.3s all cubic-bezier(0.52, 0.08, 0.18, 1);
  }
  .catch-icon--accent:hover::before {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .catch-icon--accent:hover span {
    color: #071849;
  }
  .catch-icon--accent:hover svg {
    fill: #071849;
  }
}

@media only screen and (max-width: 1079px) {
  .catch-icon--accent {
    margin-left: 10px;
  }
}

.catch-icon__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.catch-icon__box span {
  margin-top: 5px;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 999;
}

.catch-icon__box svg {
  width: 36px;
  height: 40px;
  fill: #fff;
  z-index: 999;
}

@media only screen and (max-width: 1079px) {
  .catch-icon__box svg {
    width: 27px;
    height: 30px;
  }
}

@media only screen and (min-width: 1080px) {
  .arrow--wh-pc {
    position: relative;
  }
  .arrow--wh-pc::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 20px;
    width: 6px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
}

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

footer

----------------------------------------------------------*/
footer {
  background-color: #260402;
  padding: 30px 0;
}

footer p {
  color: #fff;
  text-align: center;
}

.footer-top {
  height: auto;
  width: 100%;
  background-color: #F4F4F4;
  padding-bottom: 30px;
  position: relative;
  z-index: 98;
  -webkit-box-shadow: 4px 4px 8px rgba(128, 128, 128, 0.397);
          box-shadow: 4px 4px 8px rgba(128, 128, 128, 0.397);
}

.footer-top .footer-top01 {
  font-size: 24px;
  width: 100%;
  padding-top: 47px;
  padding-bottom: 31px;
}

.footer-top svg {
  padding-right: 25px;
}

.footer-top p {
  width: 95%;
  margin: 0 auto;
}

.footer-top p .common-arrow::after {
  border-top: solid 2px #132F57;
  border-right: solid 2px #132F57;
}

.footer-top a {
  display: block;
  font-size: 16px;
}

.footer-top a span {
  vertical-align: text-bottom;
}

.footer-top .common-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 0 4px 5px;
}

.footer-top .common-arrow::after {
  right: 10%;
}

.footer-top .ch:hover {
  color: #5E8CBA;
}

.footer-top .ch:hover .common-arrow::after {
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out;
  -webkit-transition-property: right;
  transition-property: right;
  right: 9%;
}

.footer-middle {
  position: relative;
  padding-top: 100px;
  padding-bottom: 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(#859eb6), to(#3e8dd8));
  background: linear-gradient(#859eb6, #3e8dd8);
  background-size: cover;
  z-index: 1;
}

@media only screen and (max-width: 1079px) {
  .footer-middle {
    padding: 0;
  }
}

.footer-middle::after {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.footer-middle .footer-middle01 {
  position: relative;
  background-color: #ffffff;
  padding-top: 40px;
  text-align: center;
  z-index: 3;
}

.footer-middle .footer-middle01 h2 {
  font-size: 24px;
  padding-bottom: 5px;
}

.footer-middle .footer-middle01 .m-border {
  margin: 0 auto;
  border-top: 2px solid #B2000F;
  width: 40px;
  padding-bottom: 30px;
}

.footer-middle .footer-middle01 .flex-between-wrap {
  padding-bottom: 52px;
}

.footer-middle .footer-middle01 .grid-45 {
  width: 45%;
  text-align: left;
}

@media only screen and (max-width: 1079px) {
  .footer-middle .footer-middle01 .grid-45 {
    width: 100%;
  }
}

.footer-middle .footer-middle01 .grid-45 .m-ttl01 {
  font-size: 18px;
}

.footer-middle .footer-middle01 .grid-45 .m-ttl02 {
  font-size: 24px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 1079px) {
  .footer-middle .footer-middle01 .grid-45 .m-ttl02 {
    padding-bottom: 30px;
  }
}

.footer-middle .footer-middle01 .grid-45 .table-layout-1 {
  font-family: "ヒラギノ角ゴ ProN";
  width: 95%;
}

@media only screen and (max-width: 1079px) {
  .footer-middle .footer-middle01 .grid-45 .table-layout-1 {
    width: 100%;
    margin-bottom: 30px;
  }
}

.footer-middle .footer-middle01 .grid-45 .table-layout-1 tr {
  border-bottom: 1px solid #ddd;
}

.footer-middle .footer-middle01 .grid-45 .table-layout-1 tr:last-child {
  border-bottom: none;
}

@media only screen and (max-width: 767px) {
  .footer-middle .footer-middle01 .grid-45 .table-layout-1 th {
    width: 40%;
  }
}

.footer-middle .footer-middle01 .grid-45 .table-layout-1 th, .footer-middle .footer-middle01 .grid-45 .table-layout-1 td {
  font-weight: 100;
  color: #6F7070;
}

.footer-middle .footer-middle01 .grid-55 {
  width: 55%;
}

@media only screen and (max-width: 1079px) {
  .footer-middle .footer-middle01 .grid-55 {
    width: 100%;
  }
}

.footer-middle .footer-middle01 .grid-55 iframe {
  width: 100% !important;
}

.footer-bottom {
  background-color: #F4F4F4;
  padding: 60px 0 40px 0;
}

.footer-bottom .footer-bottom01 {
  padding: 30px 65px;
  background-color: #FFF;
}

@media only screen and (max-width: 1079px) {
  .footer-bottom .footer-bottom01 {
    margin: 0 50px;
  }
}

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

.footer-bottom .footer-bottom01 .pt-s {
  padding-top: 10px;
  font-size: 14px;
}

.footer-bottom .footer-bottom01 .pt-s span {
  font-weight: bold;
}

.footer-bottom .footer-bottom01 p {
  font-size: 12px;
}

.footer-bottom .footer-bottom01 .grid-half .flex-between-wrap p {
  color: #333333;
  margin: 9px 0;
}

.footer-bottom .footer-bottom01 .grid-half .flex-between-wrap p span {
  padding-left: 15px;
}

@media only screen and (max-width: 767px) {
  .footer-bottom .footer-bottom01 .grid-half .flex-between-wrap p {
    width: 100%;
  }
}

.footer-bottom .footer-bottom01 .grid-half .flex-between-wrap .w25 {
  width: 25%;
}

@media only screen and (max-width: 1079px) {
  .footer-bottom .footer-bottom01 .grid-half .flex-between-wrap .w25 {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .footer-bottom .footer-bottom01 .grid-half .flex-between-wrap .w25 {
    width: 100%;
  }
  .footer-bottom .footer-bottom01 .grid-half .flex-between-wrap .w25:first-child {
    border-top: 1px solid #F2F2F2;
    margin-top: 30px;
    padding-top: 20px;
  }
}

@media only screen and (max-width: 1079px) {
  .footer-bottom .footer-bottom01 .grid-half .flex-between-wrap .sp50 {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .footer-bottom .footer-bottom01 .grid-half .flex-between-wrap .sp50 {
    width: 100%;
  }
}

.footer-bottom .footer-bottom01 .grid-half .flex-between-wrap .common-arrow::after {
  display: none;
}

.footer-bottom .footer-bottom01 .grid-half .flex-between-wrap .common-arrow::before {
  content: "";
  position: absolute;
  top: 25%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 6px;
  height: 6px;
  border-top: solid 2px #CCCCCC;
  border-right: solid 2px #CCCCCC;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.footer-bottom .footer-bottom01 .bt {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #F2F2F2;
}

.footer-bottom .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-bottom .flex img {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

.copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  color: #808080;
  padding: 15px 0;
}

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

矢印・ボタン・リンク

----------------------------------------------------------*/
.common-arrow {
  position: relative;
  padding-right: 20px;
}

.common-arrow::after {
  content: "";
  position: absolute;
  top: 25%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 6px;
  height: 6px;
  border-top: solid 2px #5E8CBA;
  border-right: solid 2px #5E8CBA;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

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

a[target="_blank"]:after{
  font-family: 'Material Icons';
  content: "\e895";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 0.2em;
  line-height: 1.4;
  vertical-align: middle;
}
a.imglink[target="_blank"]:after{
	content: "";
	margin: 0;
}
----------------------------------------------------------*/
a[href$=".pdf"]:after {
  font-family: 'Material Icons';
  content: "\e415";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 0.2em;
  line-height: 1.4;
  vertical-align: middle;
}

.link-text-1 {
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  color: #3866FF;
}

.link-text-1:hover {
  color: #5E8CBA;
}

.link-text-2 {
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  text-decoration: underline;
  color: #3866FF;
}

.common-btn-1 {
  display: inline-block;
  max-width: 300px;
  width: 100%;
  text-align: center;
  background-color: #5E8CBA;
  border: 1px solid #5E8CBA;
  font-size: 16px;
  color: #5E8CBA;
  text-decoration: none;
  font-weight: bold;
  line-height: 50px;
  border-radius: 4px;
  position: relative;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .common-btn-1 {
    max-width: 100%;
  }
}

.common-btn-1 span {
  position: relative;
  z-index: 1;
}

.common-btn-1::before, .common-btn-1::after {
  content: "";
  display: block;
  background-color: #FFF;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  -webkit-transition: .2s;
  transition: .2s;
}

.common-btn-1::before {
  left: 0;
}

.common-btn-1::after {
  right: 0;
}

.common-btn-1:hover {
  color: #FFF;
}

.common-btn-1:hover:before, .common-btn-1:hover:after {
  width: 0;
  background-color: #FFF;
}

.common-btn-2 {
  max-width: 300px;
  width: 100%;
  background: #5E8CBA;
  color: #fff;
  display: block;
  -webkit-transition-duration: .1s;
          transition-duration: .1s;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #5E8CBA;
}

@media only screen and (max-width: 767px) {
  .common-btn-2 {
    max-width: 100%;
  }
}

.common-btn-2 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 50px;
  position: relative;
}

.common-btn-2 span::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.common-btn-2:hover {
  background: #fff;
}

.common-btn-2:hover span {
  color: #5E8CBA;
}

.common-btn-2:hover span::after {
  border-top: solid 2px #5E8CBA;
  border-right: solid 2px #5E8CBA;
}

.common-btn-3 {
  max-width: 300px;
  width: 100%;
  border: 1px solid #5E8CBA;
  color: #5E8CBA;
  display: block;
  -webkit-transition-duration: .1s;
          transition-duration: .1s;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .common-btn-3 {
    max-width: 100%;
  }
}

.common-btn-3 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 50px;
  position: relative;
}

.common-btn-3 span::after {
  content: "";
  position: absolute;
  right: 15px;
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  background: url("https://placehold.jp/40x40.png") no-repeat center center;
  background-size: contain;
}

.common-btn-3:hover {
  opacity: .7;
}

.anchor-btn li {
  border: 1px solid #5E8CBA;
  display: block;
  -webkit-transition-duration: .1s;
          transition-duration: .1s;
  background: #5E8CBA;
  border-radius: 25px;
}

@media only screen and (max-width: 767px) {
  .anchor-btn li {
    width: 100%;
  }
}

.anchor-btn li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 50px;
  position: relative;
  color: #fff;
}

.anchor-btn li a::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.anchor-btn li:hover {
  background: #fff;
}

.anchor-btn li:hover a {
  color: #5E8CBA;
}

.anchor-btn li:hover a::after {
  border-top: solid 2px #5E8CBA;
  border-right: solid 2px #5E8CBA;
}

.find-item-link {
  cursor: pointer;
}

.arrow-down {
  margin-bottom: 60px;
  position: relative;
}

.arrow-down::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 22px 0 22px;
  border-color: #5E8CBA transparent transparent transparent;
}

.arrow-center-1 {
  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;
}

@media only screen and (max-width: 767px) {
  .arrow-center-1 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.arrow-center-1::before {
  content: '';
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 0 18px 18px;
  border-color: transparent transparent transparent #5E8CBA;
  margin: 20px;
}

@media only screen and (max-width: 767px) {
  .arrow-center-1::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.arrow-center-1 > *:nth-child(1), .arrow-center-1 > *:nth-child(2) {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .arrow-center-1 > *:nth-child(1), .arrow-center-1 > *:nth-child(2) {
    width: 100%;
  }
}

.arrow-center-1 > *:nth-child(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.arrow-center-1 > *:nth-child(2) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.arrow-center-2 {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.arrow-center-2::before {
  content: '';
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 0 18px 18px;
  border-color: transparent transparent transparent #5E8CBA;
  margin: 0 auto;
}

.arrow-center-2::after {
  content: '';
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 0 18px 18px;
  border-color: transparent transparent transparent #5E8CBA;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .arrow-center-2::before, .arrow-center-2::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.arrow-center-2 > *:nth-child(1), .arrow-center-2 > *:nth-child(2), .arrow-center-2 > *:nth-child(3) {
  width: 29%;
}

@media only screen and (max-width: 767px) {
  .arrow-center-2 > *:nth-child(1), .arrow-center-2 > *:nth-child(2), .arrow-center-2 > *:nth-child(3) {
    width: 100%;
  }
}

.arrow-center-2 > *:nth-child(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.arrow-center-2 > *:nth-child(2) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.arrow-center-2 > *:nth-child(3) {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.arrow-center-2 > *:nth-child(4) {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

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

リストスタイル・行間

----------------------------------------------------------*/
.text-box > * + * {
  margin-top: 10px;
}

.disc-list {
  padding-left: 1em;
}

.disc-list li {
  position: relative;
  display: block;
}

.disc-list li::before {
  position: absolute;
  content: '・';
  color: #333;
  top: 0;
  left: -20px;
}

.square-list {
  padding-left: 1em;
}

.square-list li {
  position: relative;
  display: block;
}

.square-list li::before {
  position: absolute;
  content: '■';
  color: #333;
  top: 0;
  left: -20px;
}

.note-list {
  padding-left: 1em;
  position: relative;
  display: block;
}

.note-list::before {
  position: absolute;
  content: '※';
  color: #333;
  top: 0;
  left: 0;
}

.notecount-list {
  counter-reset: note;
  /* 数字のカウントをリセットする */
}

.notecount-list li {
  position: relative;
  padding-left: 2em;
  display: block;
}

.notecount-list li::before {
  counter-increment: note;
  /* 任意の名前を付ける（もちろん英語で） */
  content: "※" counter(note);
  /* 名前を付けたカウンターをcontentで発動！ */
  position: absolute;
  color: #333;
  top: 0;
  left: 0;
}

.number-list {
  counter-reset: note;
  /* 数字のカウントをリセットする */
}

.number-list > li {
  position: relative;
  padding-left: 1.2em;
  display: block;
}

.number-list > li::before {
  counter-increment: note;
  /* 任意の名前を付ける（もちろん英語で） */
  content: counter(note) ".";
  /* 名前を付けたカウンターをcontentで発動！ */
  position: absolute;
  color: #333;
  top: 0;
  left: 0;
}

.number-list .brackets-limit-over {
  padding-left: 2em;
}

.bracketsw-list {
  counter-reset: note;
  /* 数字のカウントをリセットする */
}

.bracketsw-list > li {
  position: relative;
  padding-left: 1.4em;
  display: block;
}

.bracketsw-list > li::before {
  counter-increment: note;
  /* 任意の名前を付ける（もちろん英語で） */
  content: "(" counter(note) ")";
  /* 名前を付けたカウンターをcontentで発動！ */
  position: absolute;
  color: #333;
  top: 0;
  left: 0;
}

.checkmark {
  padding-left: 2em;
  position: relative;
}

.checkmark::before, .checkmark::after {
  content: "";
  display: block;
  position: absolute;
}

.checkmark::before {
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 1px solid #000000;
  left: 0;
  top: 2px;
}

.checkmark::after {
  border-left: 2px solid #ff0000;
  border-bottom: 2px solid #ff0000;
  width: 18px;
  height: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 5px;
  top: 3px;
}

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

文字スタイル

----------------------------------------------------------*/
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

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

.text-bold {
  font-weight: bold;
}

.text-normal {
  font-weight: normal;
}

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

グリッド

----------------------------------------------------------*/
.grid-full {
  width: 100%;
}

.grid-half {
  width: calc( 50% - 15px);
}

@media only screen and (max-width: 767px) {
  .grid-half {
    width: 100%;
  }
}

.grid-8-12 {
  width: calc( 8 * (100% / 12) - 30px);
}

@media only screen and (max-width: 767px) {
  .grid-8-12 {
    width: 100%;
  }
}

.grid-4-12 {
  width: calc( 4 * (100% / 12) - 30px);
}

@media only screen and (max-width: 767px) {
  .grid-4-12 {
    width: 100%;
  }
}

.grid-9-12 {
  width: calc( 9 * (100% / 12) - 15px);
}

@media only screen and (max-width: 767px) {
  .grid-9-12 {
    width: 100%;
  }
}

.grid-3-12 {
  width: calc( 3 * (100% / 12) - 16px);
}

@media only screen and (max-width: 767px) {
  .grid-3-12 {
    width: 100%;
  }
}

.column-3-2::after {
  content: "";
  display: block;
  width: 32%;
}

.column-3-2 > * {
  width: 32%;
  margin-top: 20px;
}

.column-3-2 > *:nth-child(1), .column-3-2 > *:nth-child(2), .column-3-2 > *:nth-child(3) {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .column-3-2 > * {
    width: calc(50% - 5px);
    margin-top: 10px;
  }
  .column-3-2 > *:nth-child(3) {
    margin-top: 10px;
  }
}

.column-3-1::after {
  content: "";
  display: block;
  width: 32%;
}

.column-3-1 > * {
  width: 32%;
  margin-top: 20px;
}

.column-3-1 > *:nth-child(1), .column-3-1 > *:nth-child(2), .column-3-1 > *:nth-child(3) {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .column-3-1 > * {
    width: 100%;
    margin-top: 20px;
  }
  .column-3-1 > *:nth-child(2), .column-3-1 > *:nth-child(3) {
    margin-top: 20px;
  }
}

.column-2-1 > * {
  width: calc( 50% - 15px);
  margin-top: 30px;
}

.column-2-1 > *:nth-child(1), .column-2-1 > *:nth-child(2) {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .column-2-1 > * {
    width: 100%;
    margin-top: 30px;
  }
  .column-2-1 > *:nth-child(2) {
    margin-top: 30px;
  }
}

.column-4-1::after {
  content: "";
  display: block;
  width: 22%;
}

.column-4-1 > * {
  width: 22%;
  margin-top: 20px;
}

.column-4-1 > *:nth-child(1), .column-4-1 > *:nth-child(2), .column-4-1 > *:nth-child(3), .column-4-1 > *:nth-child(4) {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .column-4-1 > * {
    width: 100%;
    margin-top: 20px;
  }
  .column-4-1 > *:nth-child(2), .column-4-1 > *:nth-child(3), .column-4-1 > *:nth-child(4) {
    margin-top: 20px;
  }
}

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

フレックス

----------------------------------------------------------*/
.flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-start-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-between-wrap {
  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;
}

.flex-between-wrapreverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.flex-between-wrap-center {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

タイトル

----------------------------------------------------------*/
.ttl-L {
  font-size: 3.6rem;
  text-align: center;
}

.ttl-L span {
  display: block;
  font-size: 1.6rem;
  color: #f53b3b;
  font-weight: bold;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .ttl-L {
    font-size: 3rem;
  }
}

.ttl-M {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.6rem;
  padding-bottom: 20px;
  position: relative;
}

.ttl-M::before {
  position: absolute;
  content: "";
  display: block;
  height: 1px;
  width: 20%;
  background: #5E8CBA;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.ttl-M::after {
  position: absolute;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #ddd;
  left: 0;
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  .ttl-M {
    font-size: 2.4rem;
  }
}

.ttl-M svg, .ttl-M figure {
  position: relative;
  top: 5px;
  padding-right: 10px;
}

.ttl-S {
  font-size: 2.0rem;
  font-weight: bold;
  padding: 10px;
  width: 100%;
  background: #ebf5f4;
  position: relative;
  color: #333;
}

.ttl-XS {
  font-size: 2.0rem;
  display: inline;
  padding-left: 10px;
  font-weight: bold;
  position: relative;
  color: #AA910C;
}

@media only screen and (max-width: 767px) {
  .ttl-XS {
    font-size: 1.6rem;
  }
}

.st-text {
  font-size: 1.8rem;
  color: #5E8CBA;
}

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

tableレイアウト

----------------------------------------------------------*/
.table-box {
  overflow: auto;
  overflow-y: hidden;
}

.table-layout-1 {
  width: 100%;
}

.table-layout-1 tr th,
.table-layout-1 tr td {
  margin-top: 10px;
  padding: 10px;
}

@media only screen and (max-width: 767px) {
  .table-layout-1 tr th,
  .table-layout-1 tr td {
    padding: 5px;
  }
}

.table-layout-1 tr th {
  width: 35%;
  text-align: left;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .table-layout-1 tr th {
    width: 30%;
  }
}

.table-layout-1 tr td {
  border-left: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
}

.table-layout-1 tr:first-child td {
  font-weight: bold;
}

.table-layout-2 {
  width: 100%;
  border: 1px solid #eee;
}

@media only screen and (max-width: 767px) {
  .table-layout-2 {
    width: 600px;
  }
}

.table-layout-2 tr th, .table-layout-2 tr td {
  margin-top: 10px;
  padding: 15px;
  border-left: 1px solid #ddd;
}

.table-layout-2 tr th {
  width: 35%;
  text-align: left;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .table-layout-2 tr th {
    width: 20%;
  }
}

.table-layout-2 tr td {
  text-align: center;
  vertical-align: middle;
}

.table-layout-2 tr:nth-child(odd) {
  background: #fafafa;
}

.table-layout-2 tr:first-child th, .table-layout-2 tr:first-child td {
  padding: 10px 15px;
  background: #5E8CBA;
  color: #fff;
  font-weight: bold;
}

.table-layout-3 {
  width: 100%;
  border: 1px solid #eee;
}

.table-layout-3 tr th, .table-layout-3 tr td {
  margin-top: 10px;
  padding: 15px;
  border-bottom: 1px solid #ddd;
}

.table-layout-3 tr th {
  width: 35%;
  background: #5E8CBA;
  color: #fff;
  text-align: left;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .table-layout-3 tr th {
    width: 20%;
  }
}

.table-layout-3 tr td {
  text-align: center;
  vertical-align: middle;
}

.table-layout-4 {
  width: 100%;
  border: 1px solid #eee;
}

@media only screen and (max-width: 767px) {
  .table-layout-4 {
    width: 600px;
  }
}

.table-layout-4 tr th, .table-layout-4 tr td {
  margin-top: 10px;
  padding: 15px;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.table-layout-4 tr th {
  width: 35%;
  background: #5E8CBA;
  color: #fff;
  text-align: left;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .table-layout-4 tr th {
    width: 20%;
  }
}

.table-layout-4 tr td {
  text-align: center;
  vertical-align: middle;
}

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

imgレイアウト

----------------------------------------------------------*/
.img-layout-1 figure {
  position: relative;
  overflow: hidden;
}

.img-layout-1 figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  width: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

.img-layout-1 figure:hover figcaption {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.img-layout-2 figcaption {
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
}

.img-layout-3 li {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .img-layout-3 li {
    margin-top: 30px;
  }
}

.img-layout-3 li figure {
  position: relative;
}

.img-layout-3 li figure figcaption {
  position: absolute;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  padding: 30px;
  width: 80%;
  font-size: 1.8rem;
  font-weight: bold;
  background: #fff;
}

.img-layout-3 li figure figcaption::after {
  content: "";
  position: absolute;
  display: block;
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  width: 8px;
  height: 8px;
  border-top: solid 2px #5E8CBA;
  border-right: solid 2px #5E8CBA;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .img-layout-3 li figure figcaption {
    padding: 20px 20px 0;
    font-size: 1.4rem;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .img-layout-3 li figure figcaption::after {
    top: 58%;
    right: 20px;
  }
}

.img-layout-3 li:hover figcaption {
  opacity: .6;
}

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

カラー

----------------------------------------------------------*/
.bg-Light-gray {
  background: #fafafa;
}

.border-top-gray {
  border-top: 1px solid #ddd;
}

.border-top-base {
  border-top: 1px solid #5E8CBA;
}

.color-red {
  color: red;
}

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

topへ戻るボタン

----------------------------------------------------------*/
#page-top {
  position: fixed;
  right: 60px;
  bottom: 60px;
  width: 60px;
  height: 60px;
  display: inline-block;
  cursor: pointer;
  opacity: 0;
}

#page-top:hover p {
  color: #fff;
}

#page-top:hover::before {
  border: 1px solid #5E8CBA;
  background-color: #5E8CBA;
}

@media only screen and (max-width: 767px) {
  #page-top {
    right: 20px;
    bottom: 30px;
  }
}

#page-top.top-anchor {
  opacity: 1;
  z-index: 99;
}

#page-top a {
  position: relative;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  font-size: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 1;
}

#page-top a p {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#page-top::before {
  position: absolute;
  width: 60px;
  height: 60px;
  margin: auto;
  content: "";
  vertical-align: middle;
  -webkit-transition-property: border;
  transition-property: border;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#page-top::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 60px;
  height: 60px;
  border: 1px solid #a1a1a1;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
}

@-webkit-keyframes arrow {
  50% {
    top: 13px;
    opacity: 1;
  }
  100% {
    top: 5px;
    opacity: 0;
  }
}

@keyframes arrow {
  50% {
    top: 13px;
    opacity: 1;
  }
  100% {
    top: 5px;
    opacity: 0;
  }
}

.nav-active {
  color: #5E8CBA;
  font-weight: bold;
}

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

タブ

----------------------------------------------------------*/
.tab-box .tab-name li {
  width: calc( 4 * (100% / 12));
  text-align: center;
  line-height: 60px;
  cursor: pointer;
  border-bottom: 2px solid #ddd;
}

.tab-box .tab-name li a {
  width: 100%;
  line-height: 40px;
  display: block;
}

.tab-box .tab-name li.current {
  border-bottom: 2px solid #5E8CBA;
}

.tab-box .tab-content {
  margin-top: 30px;
}

.tab-box .tab-content li {
  display: none;
}

.tab-box .tab-content .current {
  display: block;
}

/*---------------------------------
アコーディオンボックス
--------------------------------*/
.accordion-box {
  cursor: pointer;
  position: relative;
  border: 1px solid #ddd;
  padding: 20px;
}

.accordion-box dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.accordion-box dt h5 {
  padding-left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.accordion-box::before {
  position: absolute;
  top: 0;
  right: 20px;
  height: 0;
  content: "";
  display: block;
  height: 1px;
  width: 16px;
  background: #333;
  top: 31px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .1s;
  transition: all .1s;
}

.accordion-box::after {
  position: absolute;
  top: 0;
  right: 27px;
  height: 0;
  content: "";
  display: block;
  height: 16px;
  width: 1px;
  background: #333;
  top: 32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .1s;
  transition: all .1s;
}

.accordion-box .nav-menu-child li {
  background: #eee;
}

.accordion-box.active::after {
  -webkit-transform: translateY(-10px) rotate(-90deg);
  transform: translateY(-10px) rotate(-90deg);
  opacity: 0;
}

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

お知らせ一覧/詳細/サイトマップ

----------------------------------------------------------*/
.link-list li {
  border-bottom: 1px solid #eee;
  padding: 25px 10px;
}

.link-list li:first-child {
  border-top: 1px solid #eee;
}

.link-list li span {
  display: inline-block;
  max-width: 140px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .link-list li span {
    max-width: 100%;
  }
}

.link-list li.second-link {
  padding-left: 25px;
  position: relative;
}

.link-list li.second-link:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background: #ddd;
  left: 0;
  top: calc(50% - 3px);
}

.link-list li a {
  display: inline-block;
}

.link-list li:hover, .link-list li:hover a {
  color: #5E8CBA;
}

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

ページネーション

----------------------------------------------------------*/
.wp-pagenavi {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wp-pagenavi a.page, .wp-pagenavi span.current {
  text-decoration: none;
  margin: 2px;
  border: none;
  color: #5E8CBA;
  -webkit-transition: .3;
  transition: .3;
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wp-pagenavi a:hover {
  color: #fff;
  -webkit-transition: .1s;
  transition: .1s;
  background: #5E8CBA;
}

.wp-pagenavi .pages {
  text-decoration: none;
  border: 1px solid #BFBFBF;
  padding: 5px 5px;
  margin: 2px;
}

.wp-pagenavi span.current {
  font-weight: bold;
  background: #5E8CBA;
  margin: 2px;
  color: #fff;
}

.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #5E8CBA;
}

.wp-pagenavi .nextpostslink::after {
  content: "→";
  font-size: 1.8rem;
  margin-left: 10px;
}

.wp-pagenavi .previouspostslink::before {
  content: "←";
  font-size: 1.8rem;
  margin-right: 10px;
}

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

商品(BEM化済み)

----------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .cosme-item:nth-child(n +2) {
    margin-top: 30px;
  }
}

.cosme-item__img {
  max-height: 150px;
  width: auto;
}

@media only screen and (max-width: 767px) {
  .cosme-item__img {
    margin: 0 auto;
    max-height: 200px;
  }
}

.cosme-item__text {
  margin-top: 15px;
  padding: 15px;
  background: #fafafa;
}

.cosme-item__img--1 {
  height: 250px;
  width: auto;
}

@media only screen and (max-width: 767px) {
  .cosme-item__img--1 {
    margin: 0 auto;
    max-height: 200px;
  }
}

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

QA 質問(BEM化済み)

----------------------------------------------------------*/
.qa-container {
  padding: 15px 30px;
  background: #f9f4f0;
}

.qa-container:nth-child(n + 2) {
  margin-top: 15px;
}

.qa-container__q, .qa-container__a {
  width: 100%;
  position: relative;
  padding: 20px 0 20px 50px;
}

.qa-container__q::before {
  content: "Q";
  position: absolute;
  color: #7aa5fe;
  left: 0;
  top: 10px;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  font-family: 'Trebuchet MS', san-serif;
  font-size: 2.8rem;
}

.qa-container__a::before {
  content: "A";
  position: absolute;
  color: #5E8CBA;
  left: 0;
  top: 10px;
  font-family: 'Trebuchet MS', san-serif;
  font-size: 2.8rem;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
}

.qa-container__a {
  border-top: 1px solid #ddd;
}

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

タイムライン

----------------------------------------------------------*/
.timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #5E8CBA;
}

.timeline__ttl {
  width: 20%;
  background: #5E8CBA;
  color: #fff;
  padding: 15px;
  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 only screen and (max-width: 767px) {
  .timeline__ttl {
    width: 100%;
  }
}

.timeline__content {
  display: block;
  padding: 15px;
  width: 80%;
}

@media only screen and (max-width: 767px) {
  .timeline__content {
    width: 100%;
  }
}

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

パンくずリスト

----------------------------------------------------------*/
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  top: 40px;
  padding: 0 4%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media only screen and (max-width: 767px) {
  .breadcrumb {
    top: 30px;
  }
}

.breadcrumb__list:nth-child(n + 2) {
  margin-left: 10px;
}

.breadcrumb__list:nth-child(n + 2)::before {
  display: inline-block;
  content: "<";
  margin-right: 10px;
  color: #666;
}

.breadcrumb__list:not(:last-child) a {
  text-decoration: underline;
}

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

blog

----------------------------------------------------------*/
.blog__text-box {
  margin-top: 15px;
}

.blog__text {
  margin-top: 10px;
}

.blog__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog__desc--tag {
  margin-left: 15px;
}

.o-a {
  position: relative;
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 16px;
  height: 16px;
  border: 1px solid #969696;
  border-radius: 50%;
}

.o-a::after {
  content: "";
  position: absolute;
  top: 27%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 18%;
  width: 5px;
  height: 5px;
  border-top: solid 1px #969696;
  border-right: solid 1px #969696;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dotted {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px dotted #969696;
  padding: 10px 0;
}

.dotted p:first-child {
  padding-left: 20px;
  width: 20%;
  margin: auto 0;
}

@media only screen and (max-width: 767px) {
  .dotted p:first-child {
    padding-left: 0px;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .dotted p {
    width: 100%;
  }
}

.arrow {
  margin: auto;
}

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

@media only screen and (max-width: 767px) {
  .arrow img {
    height: 80px;
  }
}

.w30 {
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .w30 {
    width: 100%;
  }
}

.bb {
  border: 1px solid #5E8CBA;
  margin: 10px 0;
  padding: 20px;
  text-align: left;
}

@media screen and (-ms-high-contrast: none) {
  .ttl-L {
    padding-top: 183px;
  }
}

.gold-text {
  color: #C78C01;
}

p {
  font-size: 2rem;
  color: #313131;
}

@media only screen and (max-width: 767px) {
  p {
    font-size: 1.6rem;
  }
}

h2 {
  font-size: 4rem;
  font-family: "ヒラギノ明朝 ProN","Meiryo","Helvetica Neue","Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 3.2rem;
  }
}

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

 HONUについて

----------------------------------------------------------*/
#honu {
  background-image: url(/lp01/img/background01-pc.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #honu {
    background-image: url(/lp01/img/background01-sp.png);
  }
}

#honu p {
  color: #fff;
  text-shadow: 1px 1px 12px #fff;
  margin-left: 26%;
  z-index: 10;
  position: -webkit-sticky;
  position: sticky;
}

@media only screen and (max-width: 767px) {
  #honu p {
    margin-left: 0;
    margin-top: 40px;
  }
}

#honu figure {
  position: absolute;
  top: 0;
  left: 10%;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  #honu figure {
    top: 18%;
    left: 0%;
  }
}

#honu .button {
  margin-top: 20px;
  text-align: center;
}

#honu .button a {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  #honu .button {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 1080px) {
  #honu .button img {
    width: 50%;
  }
}

#honu h2 {
  position: -webkit-sticky;
  position: sticky;
  z-index: 10;
  text-shadow: white 1px 2px 10px;
}

#honu h2 span {
  color: #8DEFFF;
}

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

 こだわりポイント

----------------------------------------------------------*/
#product-point {
  background-image: url(/lp01/img/background02-pc.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  #product-point {
    background-image: url(/lp01/img/background02-sp.png);
  }
}

#product-point h2 {
  text-shadow: rgba(37, 83, 87, 0.77) 0px 3px 6px;
}

#product-point h2 span {
  color: #44A5ED;
}

#product-point .right-box, #product-point .left-box {
  margin-top: 50px;
  position: relative;
}

#product-point .right-box figure, #product-point .left-box figure {
  z-index: 10;
  position: relative;
}

#product-point .right-box figure img, #product-point .left-box figure img {
  width: 400px;
}

@media only screen and (max-width: 767px) {
  #product-point .right-box figure img, #product-point .left-box figure img {
    width: 92%;
  }
}

#product-point .right-box div, #product-point .left-box div {
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px #cbcbcb;
          box-shadow: 0px 3px 6px #cbcbcb;
  margin-top: -230px;
  width: 700px;
  z-index: 1;
}

#product-point .right-box h3, #product-point .left-box h3 {
  padding: 10px 20px 10px 60px;
  background: #7EC9C1;
  font-family: ヒラギノ明朝 ProN,MS P明朝,ヒラギノ明朝,"serif";
  color: #fff;
}

@media only screen and (max-width: 767px) {
  #product-point .right-box h3, #product-point .left-box h3 {
    padding: 60px 20px 10px 30px;
    font-size: 18px;
  }
}

#product-point .right-box h3 strong, #product-point .left-box h3 strong {
  font-size: 2.6rem;
}

#product-point .right-box div {
  margin: -200px 0 auto auto;
}

@media only screen and (max-width: 767px) {
  #product-point .right-box div {
    margin-top: -40px;
    width: 92%;
  }
}

#product-point .right-box div p {
  padding: 25px 20px 30px 60px;
}

@media only screen and (max-width: 767px) {
  #product-point .right-box div p {
    padding: 25px 20px 20px 20px;
  }
}

@media only screen and (max-width: 767px) {
  #product-point .right-box div h3.no1 {
    padding-left: 5em;
    text-indent: -3em;
  }
}

#product-point .left-box div {
  left: 0;
}

@media only screen and (max-width: 767px) {
  #product-point .left-box div {
    margin-top: -40px;
    width: 92%;
  }
}

#product-point .left-box div p {
  padding: 25px 60px 20px 30px;
}

@media only screen and (max-width: 767px) {
  #product-point .left-box div p {
    padding: 25px 20px 20px 20px;
  }
}

#product-point .left-box div h3 {
  padding: 10px 20px 10px 30px;
}

@media only screen and (max-width: 767px) {
  #product-point .left-box div h3 {
    padding: 60px 20px 10px 30px;
  }
}

@media only screen and (max-width: 767px) {
  #product-point .left-box div h3.no4 {
    padding-left: 5em;
    text-indent: -3em;
  }
}

#product-point .left-box img {
  margin: auto 0 auto auto;
}

@media only screen and (max-width: 767px) {
  #product-point .container-fixed > .right-box:nth-of-type(1) {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  #product-point .no1 {
    padding-left: 5em;
    text-indent: -3em;
  }
}

#product-point .no1:before {
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 48px;
  /*画像の幅*/
  height: 44px;
  /*画像の高さ*/
  background-image: url(/lp01/img/no1.png);
  background-size: contain;
  vertical-align: sub;
}

#product-point .no2:before {
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 48px;
  /*画像の幅*/
  height: 44px;
  /*画像の高さ*/
  background-image: url(/lp01/img/no2.png);
  background-size: contain;
  vertical-align: sub;
}

#product-point .no3:before {
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 48px;
  /*画像の幅*/
  height: 44px;
  /*画像の高さ*/
  background-image: url(/lp01/img/no3.png);
  background-size: contain;
  vertical-align: sub;
}

@media only screen and (max-width: 767px) {
  #product-point .no4 {
    padding-left: 5em;
    text-indent: -3em;
  }
}

#product-point .no4:before {
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 48px;
  /*画像の幅*/
  height: 44px;
  /*画像の高さ*/
  background-image: url(/lp01/img/no4.png);
  background-size: contain;
  vertical-align: sub;
}

/*-----------------------こだわりポイント--------------------------------------*/
/*-------------------------------------------------------

 お客様の声

----------------------------------------------------------*/
#voice {
  background-image: url(/lp01/img/background03-pc.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  #voice {
    background-image: url(/lp01/img/background03-sp.png);
  }
}

#voice h2 {
  text-shadow: rgba(119, 119, 119, 0.6) 0px 3px 6px;
}

#voice .balloon, #voice .balloon-right, #voice .balloon-left {
  display: inline-block;
  position: relative;
  margin: 0 20px;
  padding: 20px;
  background: #fff;
  border-radius: 30px;
  color: #313131;
}

@media only screen and (max-width: 767px) {
  #voice .balloon, #voice .balloon-right, #voice .balloon-left {
    margin: 20px;
  }
}

#voice .balloon p, #voice .balloon-right p, #voice .balloon-left p {
  z-index: 2;
  position: inherit;
}

#voice .balloon::after {
  content: "";
  position: absolute;
  margin: 0;
  bottom: -30px;
  right: 30px;
  width: 0;
  height: 0;
  border-top: 40px solid #fff;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

#voice .balloon-left::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 36px;
  left: -22px;
  border: 8px solid transparent;
  border-right: 20px solid #fff;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

@media only screen and (max-width: 767px) {
  #voice .balloon-left::after {
    top: -2px;
    -webkit-transform: rotate(78deg);
            transform: rotate(78deg);
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(0, 153, 255, 0);
    border-top-width: 0px;
    border-bottom-width: 37px;
    border-left-width: 36px;
    border-right-width: 36px;
    margin-left: -231px;
    border-bottom-color: #fff;
    bottom: 100%;
    left: 83%;
    z-index: 1;
  }
}

#voice .balloon-right::after {
  content: "";
  position: absolute;
  top: 36px;
  right: -22px;
  border: 8px solid transparent;
  border-left: 20px solid #fff;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

@media only screen and (max-width: 767px) {
  #voice .balloon-right::after {
    top: -2px;
    -webkit-transform: rotate(283deg);
            transform: rotate(283deg);
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(0, 153, 255, 0);
    border-top-width: 0px;
    border-bottom-width: 37px;
    border-left-width: 36px;
    border-right-width: 36px;
    margin-left: -50px;
    border-bottom-color: #fff;
    bottom: 100%;
    left: 83%;
    z-index: 1;
  }
}

#voice .balloon-grid {
  width: 84%;
}

@media only screen and (max-width: 767px) {
  #voice .balloon-grid {
    width: 100%;
  }
}

#voice .balloon-grid-2 {
  width: 72%;
}

@media only screen and (max-width: 767px) {
  #voice .balloon-grid-2 {
    width: 100%;
  }
}

#voice .balloon-grid-2 .balloon-left {
  margin: 0 0 0 40px;
}

@media only screen and (max-width: 767px) {
  #voice .balloon-grid-2 .balloon-left {
    margin: 40px 0 0 0;
  }
}

#voice .balloon-grid-2 .balloon-left:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 70px;
  left: -53px;
  border: 21px solid transparent;
  border-right: 51px solid #fff;
  -webkit-transform: rotate(30deg);
  transform: rotate(338deg);
}

@media only screen and (max-width: 767px) {
  #voice .balloon-grid-2 .balloon-left:after {
    top: -17px;
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(0, 153, 255, 0);
    border-top-width: 0px;
    border-bottom-width: 27px;
    border-left-width: 20px;
    border-right-width: 20px;
    margin-left: -20px;
    border-bottom-color: #fff;
    bottom: 100%;
    left: 50%;
  }
}

#voice .baloon-adjustment-1 {
  padding-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  #voice .baloon-adjustment-1 {
    padding-bottom: 20px;
  }
}

#voice .button {
  margin-top: 20px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #voice .button {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 1080px) {
  #voice .button img {
    width: 50%;
  }
}

#voice a {
  display: inline-block;
}

#voice .prof-pic {
  width: 300px;
}

@media only screen and (max-width: 767px) {
  #voice .prof-pic {
    margin: 0 auto;
  }
}

#voice .prof-pic figcaption {
  color: #fff;
  text-align: center;
}

#voice .grid-half {
  width: calc( 50% - 8px);
}

@media only screen and (max-width: 767px) {
  #voice .grid-half {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  #voice > .container-fixed > .flex-between-wrap > .grid-half:nth-of-type(2) figure {
    margin: auto 0 auto auto;
  }
}

#voice > .container-fixed > .flex-between-wrap > .grid-half:nth-of-type(2) .flex-between-wrap {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

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

 カラーバリエーション

----------------------------------------------------------*/
#color {
  position: relative;
}

@media only screen and (max-width: 767px) {
  #color {
    background-image: url(/lp01/img/background04-sp.png);
  }
}

#color h2 {
  color: #313131;
}

#color h2 span {
  color: #00AFCC;
}

#color h3 {
  color: #7EC9C1;
  font-family: ヒラギノ明朝 ProN;
  font-size: 2.6rem;
}

#color .turquoise-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #A8F3FF));
  background: linear-gradient(transparent 60%, #A8F3FF 60%);
}

#color .orenge-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFC898));
  background: linear-gradient(transparent 60%, #FFC898 60%);
}

#color .pink-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFC7EA));
  background: linear-gradient(transparent 60%, #FFC7EA 60%);
}

#color .camo-blue-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #547394));
  background: linear-gradient(transparent 60%, #547394 60%);
}

#color .camo-green-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #a5a985));
  background: linear-gradient(transparent 60%, #a5a985 60%);
}

#color .camo-pink-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #d96c8e));
  background: linear-gradient(transparent 60%, #d96c8e 60%);
}

#color .rainbow-line {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(15%, #EE353A), color-stop(30%, #FDA857), color-stop(45%, #FEFE00), color-stop(60%, #00A006), color-stop(85%, #0095FA), to(#AA60F2));
  background-image: linear-gradient(90deg, #EE353A 15%, #FDA857 30%, #FEFE00 45%, #00A006 60%, #0095FA 85%, #AA60F2 100%);
  background-repeat: no-repeat;
  background-size: 100% 40%;
  background-position: bottom;
}

#color .blueball {
  position: absolute;
  top: 82%;
  right: 7%;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  #color .blueball {
    width: 30%;
    top: 14%;
    right: 0%;
  }
}

#color .redball {
  position: absolute;
  top: 3%;
  left: -2%;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  #color .redball {
    top: 3%;
    left: -18%;
    width: 30%;
  }
}

#color .orangeball {
  position: absolute;
  top: 86%;
  left: -6%;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  #color .orangeball {
    width: 50%;
    bottom: -83px;
    top: auto;
  }
}

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

幸せの贈り物

----------------------------------------------------------*/
#gift {
  background-image: url(/lp01/img/background05-pc.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  #gift {
    background-image: url(/lp01/img/background05-sp.png);
  }
}

#gift h2 {
  text-shadow: rgba(82, 82, 82, 0.66) 0px 3px 6px;
}

#gift h2 span {
  color: #4AC692;
}

#gift .gift-box p {
  color: #fff;
  text-shadow: 1px 1px 15px #555;
}

@media only screen and (max-width: 767px) {
  #gift .gift-box p {
    margin-top: 10px;
  }
}

#gift .gift-box .gold-text {
  color: #f3d21a;
}

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

 商品詳細

----------------------------------------------------------*/
#detail {
  background-image: url(/lp01/img/background06-pc.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /*-------------------------------------------------------
ここからスライダー
----------------------------------------------------------*/
}

@media only screen and (max-width: 767px) {
  #detail {
    background-image: url(/lp01/img/background06-sp.png);
  }
}

#detail h2 {
  color: #000000;
  text-shadow: #959595 0px 3px 6px;
}

#detail h2 span {
  color: #0074FC;
}

#detail h3 {
  background-color: #7EC9C1;
  padding: 10px 30px;
  border-radius: 30px 30px 0 0;
  color: #fff;
  font-weight: bold;
}

#detail dl {
  width: 100%;
}

#detail dd {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#detail dt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#detail .accordion-box > dd {
  padding-top: 20px;
}

#detail .detail-box {
  background-color: #FFFDF7;
  border-radius: 30px;
  -webkit-box-shadow: 0px 3px 5px #777777;
          box-shadow: 0px 3px 5px #777777;
}

#detail .detail-box .inner-box {
  padding: 30px;
}

@media only screen and (max-width: 767px) {
  #detail .detail-box .inner-box {
    padding: 15px;
  }
}

#detail .detail-box .inner-box dl.accordion-box dd dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#detail .button {
  background: #7EC9C1;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  max-width: 250px;
  padding: 10px 0;
}

@media only screen and (max-width: 767px) {
  #detail .button {
    margin-left: auto;
    margin-right: auto;
  }
}

#detail .button a {
  color: #fff;
  position: relative;
  display: block;
}

#detail .button a:before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  /* 要素の右からの距離 */
  width: 10px;
  height: 2px;
  background: #fff;
  border-radius: 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#detail .button a:after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 19px;
  /* 要素の右からの距離 */
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(41deg);
          transform: rotate(41deg);
  border-radius: 2px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#detail .button a:hover:before {
  right: 20px;
  /* 要素の右からの距離 */
}

#detail .button a:hover:after {
  right: 15px;
  /* 要素の右からの距離 */
}

#detail .flex-between-wrap-center .grid-half {
  width: 50%;
}

#detail .swiper--wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 324px;
}

#detail .swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 400px;
}

#detail .swiper-slide:nth-child(1) {
  background-image: url(/lp01/img/ballmarker01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#detail .swiper-slide:nth-child(2) {
  background-image: url(/lp01/img/ballmarker02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#detail .swiper-slide:nth-child(3) {
  background-image: url(/lp01/img/ballmarker03.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#detail .swiper-slide:nth-child(4) {
  background-image: url(/lp01/img/ballmarker04.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#detail .swiper-slide:nth-child(5) {
  background-image: url(/lp01/img/ballmarker05.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#detail .swiper-slide:nth-child(6) {
  background-image: url(/lp01/img/ballmarker06.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#detail .swiper-slide:nth-child(7) {
  background-image: url(/lp01/img/ballmarker07.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#detail .swiper-slide:nth-child(8) {
  background-image: url(/lp01/img/ballmarker08.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#detail .mySwiper2 {
  height: 351px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  #detail .mySwiper2 {
    height: 260px;
  }
}

#detail .mySwiper {
  height: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
}

#detail .mySwiper .swiper-slide {
  width: 25%;
  height: 50%;
  opacity: 0.4;
  line-height: 80px;
}

#detail .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

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

 Himawari brand

----------------------------------------------------------*/
#himawari {
  background-image: url(/lp01/img/background07-pc.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #himawari {
    background-color: #F1ECE6;
    background-image: none;
  }
  #himawari:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-top: 10vw solid #B2A38F;
    border-right: 100vw solid transparent;
  }
  #himawari:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    border-bottom: 10vw solid #B2A38F;
    border-left: 100vw solid transparent;
  }
}

#himawari .flex-between-wrap:nth-of-type(3) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
}

#himawari .flex-between-wrap:nth-of-type(3) figure {
  margin-right: 20px;
}

#himawari h2 {
  color: #313131;
}

#himawari h2 span {
  color: #51DBA1;
}

#himawari figure a {
  display: inline-block;
}
/*# sourceMappingURL=common.css.map */