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

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

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

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

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

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

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

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

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

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

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

fieldset, img {
  border: 0;
}

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

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

em, i {
  font-style: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

hr {
  display: none;
}

abbr, acronym {
  border: 0;
}

iframe {
  width: 100%;
}

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

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

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

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

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

.clearfix {
  display: block;
}

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

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

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

area {
  outline: none;
}

a:focus {
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

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

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

.txt_co_orange {
  color: #FF7F00;
}

.txt_co_red {
  color: #FF0000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer_info {
  padding: 50px 0;
}

.footer_logo {
  display: table;
}

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

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

.footer_address {
  margin-top: 15px;
}

.footer_point3 {
  margin-bottom: 25px;
}

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

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

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

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

.footer_contact {
  margin-top: 20px;
}

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

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

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

.footer_gmap {
  width: 50%;
}

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

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

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

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

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

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

.pagetop.is_active {
  opacity: 1;
}

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

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

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

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

.bread_crumb a:hover {
  text-decoration: none !important;
  opacity: 1;
}
@charset "UTF-8";
/*===================================
  
  pタグ間の余白

===================================*/
section p + p {
  margin-top: 30px;
}

/* SP */
@media screen and (max-width: 991px) {
  section p + p {
    margin-top: 15px;
  }
}

/*===================================
  
  flex

===================================*/
.flex_2column, .flex_3column, .flex_4column, .flex_3column_l, .flex_3column_m {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex_2column > .flex_item {
  width: 440px;
}

.flex_3column > .flex_item {
  width: 260px;
}

.flex_3column_m > .flex_item {
  width: 280px;
}

.flex_4column > .flex_item {
  width: 200px;
}

.flex_3column_l > .flex_item {
  width: 300px;
}

/* PC */
@media print, screen and (min-width: 992px) {
  .flex_2column > .flex_item:nth-child(n+3),
  .flex_3column > .flex_item:nth-child(n+4),
  .flex_3column_l > .flex_item:nth-child(n+4),
  .flex_3column_m > .flex_item:nth-child(n+4),
  .flex_4column > .flex_item:nth-child(n+5) {
    margin-top: 50px;
  }
  .flex_3column,
  .flex_3column_l,
  .flex_3column_m {
    position: relative;
  }
  .flex_3column::after {
    content: '';
    display: block;
    width: 260px;
    height: 0;
  }
  .flex_3column_l::after {
    content: '';
    display: block;
    width: 300px;
    height: 0;
  }
  .flex_3column_m::after {
    content: '';
    display: block;
    width: 280px;
    height: 0;
  }
  .flex_4column::after,
  .flex_4column::before {
    content: "";
    display: block;
    width: 200px;
    height: 0;
  }
  .flex_4column::before {
    order: 1;
  }
}

/* SP */
@media screen and (max-width: 991px) {
  .flex_2column > .flex_item,
  .flex_3column_l > .flex_item {
    width: 100%;
  }
  .flex_2column > .flex_item:not(:last-child),
  .flex_3column_l > .flex_item:not(:last-child) {
    margin-bottom: 30px;
  }
  .flex_3column > .flex_item,
  .flex_3column_m > .flex_item,
  .flex_4column > .flex_item {
    width: 47%;
  }
  .flex_3column > .flex_item:nth-child(n+3),
  .flex_3column_m > .flex_item:nth-child(n+3),
  .flex_4column > .flex_item:nth-child(n+3) {
    margin-top: 30px;
  }
}

/*===================================
  
  list

===================================*/
.list_no > li, .list_dot > li, .list_caution > li, .list_circle > li {
  position: relative;
  padding-left: 1.3em;
}

.list_no > li::before, .list_dot > li::before, .list_caution > li::before, .list_circle > li::before {
  position: absolute;
  display: block;
  left: 0;
  font-size: inherit;
}

.list_no > li:nth-child(1)::before {
  content: '1.';
}

.list_no > li:nth-child(2)::before {
  content: '2.';
}

.list_no > li:nth-child(3)::before {
  content: '3.';
}

.list_no > li:nth-child(4)::before {
  content: '4.';
}

.list_no > li:nth-child(5)::before {
  content: '5.';
}

.list_no > li:nth-child(6)::before {
  content: '6.';
}

.list_no > li:nth-child(7)::before {
  content: '7.';
}

.list_no > li:nth-child(8)::before {
  content: '8.';
}

.list_no > li:nth-child(9)::before {
  content: '9.';
}

.list_no > li:nth-child(10)::before {
  content: '10.';
}

.list_dot > li::before {
  content: '・';
}

.list_caution > li::before {
  content: '※';
}

.list_circle > li::before {
  content: '●';
}

/*===================================
  
  text

===================================*/
.lead {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin: -20px 0 50px;
}

@media screen and (max-width: 991px) {
  .lead {
    font-size: 1.2rem;
    margin: -10px 0 30px;
  }
}

/*===================================
  
  table

===================================*/
.tbl_bd {
  margin: 0;
  padding: 0px;
  width: 100%;
  table-layout: fixed;
  word-wrap: break-word;
  white-space: normal;
}

.tbl_bd th, .tbl_bd td {
  font-size: 1.5rem;
  vertical-align: middle;
  border-bottom: 2px solid #bbbbbb;
  padding: 20px 15px;
  line-height: 1.6;
}

.tbl_bd th {
  font-weight: bold;
  border-bottom-color: #01BFF2;
  width: 20%;
}

.tbl_bd td {
  padding-left: 20px;
}

/* SP */
@media screen and (max-width: 991px) {
  .tbl_bd th, .tbl_bd td {
    font-size: 1.1rem;
    padding: 15px 5px;
  }
  .tbl_bd th {
    width: 22%;
  }
  .tbl_bd td {
    padding-left: 11px;
  }
}

/*===================================
  
  text

===================================*/
@media print, screen and (min-width: 992px) {
  .txt_inner {
    padding-right: 50px;
  }
}

/*===================================
  
  section（上部の余白）

===================================*/
.sect {
  margin-top: 90px;
}

.sect_s {
  margin-top: 80px;
}

.sect_ss {
  margin-top: 20px;
}

.mv_lower + .sect {
  margin-top: 60px;
}

/* PC */
@media print, screen and (min-width: 992px) {
  .movie .main > .sect:first-child {
    margin-top: 20px;
  }
}

/* SP */
@media screen and (max-width: 991px) {
  .sect {
    margin-top: 50px;
  }
  .sect_s {
    margin-top: 40px;
  }
  .sect_ss {
    margin-top: 15px;
  }
  .mv_lower + .sect {
    margin-top: 40px;
  }
}

/*===================================
  
  hidden

===================================*/
.hidden {
  overflow: hidden;
}

/*===================================
  
  mv_lower（下層メインビジュアル）

===================================*/
.mv_lower {
  position: relative;
}

.mv_lower_ttl {
  position: absolute;
  font-size: 2.2rem;
  font-weight: bold;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -54%);
  white-space: nowrap;
  z-index: 1;
}

.mv_lower_ttl > b {
  display: block;
  text-align: center;
  font-size: 3.4rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  border-bottom: 3px solid #00238C;
  padding: 0 10px 10px;
  margin-bottom: 15px;
}

.mv_lower_ttl > span {
  display: block;
  text-align: center;
  color: #00238C;
  letter-spacing: 0.2em;
}

.mv_lower img {
  width: 100%;
  z-index: -1;
}

/* PC */
@media print, screen and (min-width: 992px) {
  .mv_lower {
    height: 240px;
    overflow: hidden;
  }
  .mv_lower img {
    height: 100%;
    width: auto;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
  }
}

/* SP */
@media screen and (max-width: 991px) {
  .mv_lower_ttl {
    font-size: 1.2rem;
    transform: translate(-50%, -52%);
  }
  .mv_lower_ttl > b {
    font-size: 2rem;
    border-bottom: 3px solid #00238C;
    padding: 0 7px 5px;
    margin-bottom: 10px;
  }
}

/*===================================
  
  ttl_main

===================================*/
.ttl_main {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.2em;
  margin-bottom: 5px;
}

.ttl_sub {
  display: block;
  font-weight: bold;
  text-align: center;
  color: #01BFF2;
  letter-spacing: 0.2em;
  margin-bottom: 50px;
}

.ttl_bd {
  color: #00238C;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #00238C;
}

/* SP */
@media screen and (max-width: 991px) {
  .ttl_main {
    font-size: 1.7rem;
    margin-bottom: 3px;
  }
  .ttl_sub {
    font-size: 1rem;
    margin-bottom: 30px;
  }
  .ttl_bd {
    font-size: 1.4rem;
  }
}

/*===================================
  
  block_bg

===================================*/
.block_bg, .block_bg_dot {
  position: relative;
  padding: 50px 0 100px;
}

.block_bg {
  background: #EBFBFF;
}

.block_bg_dot {
  background-color: #fff;
  background-image: radial-gradient(#ddd 35%, transparent 36%), radial-gradient(#ddd 35%, transparent 36%);
  background-size: 3px 3px;
  background-position: 0 0, 3px 3px;
}

/* SP */
@media screen and (max-width: 991px) {
  .block_bg, .block_bg_dot {
    padding: 30px 0 50px;
  }
}

.block_bg_photo {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}

.block_bg_photo_lead {
  font-weight: bold;
  text-align: center;
}

.bg_concept {
  background-image: url(../img/img-common/bg_concept_pc.jpg);
}

@media screen and (max-width: 991px) {
  .block_bg_photo {
    min-height: auto;
    padding: 35px 0;
    background-size: cover;
  }
  .block_bg_photo_lead {
    text-align: left;
  }
  .bg_concept {
    background-image: url(../img/img-common/bg_concept_sp.jpg);
  }
}

/*===================================
  
  block_img

===================================*/
.block_img {
  padding-bottom: 80px;
  position: relative;
}

.block_img::before {
  content: '';
  position: absolute;
  background: #EBFBFF;
  width: 100%;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.block_img_mv {
  width: 100%;
  max-width: 960px;
  display: block;
  margin: 0 auto 30px;
  z-index: 2;
  position: relative;
  z-index: 2;
}

.block_img_main {
  position: relative;
  z-index: 2;
}

.block_img_ttl {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin: 0 auto 30px;
  max-width: 770px;
}

/* SP */
@media screen and (max-width: 991px) {
  .block_img {
    padding-bottom: 40px;
  }
  .block_img::before {
    top: 60px;
  }
  .block_img_mv {
    margin: 0 auto 15px;
  }
  .block_img_ttl {
    font-size: 1.3rem;
    margin: 0 auto 15px;
    max-width: 240px;
  }
  .block_img_text > .txt_center {
    text-align: left !important;
  }
}

/*===================================
  
  block_accordion

===================================*/
.block_accordion {
  position: relative;
}

.block_accordion:not(:last-child) {
  margin-bottom: 60px;
}

.block_accordion_img {
  position: relative;
}

.block_accordion_img > picture {
  display: block;
}

.block_accordion_img img {
  width: 100%;
}

.block_accordion_main {
  border-left: 2px solid #00BFF2;
  border-right: 2px solid #00BFF2;
  border-bottom: 2px solid #00BFF2;
  background: #fff;
  padding: 40px 40px 50px 40px;
}

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

.block_accordion_lead {
  position: absolute;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 55%;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  padding: 20px 30px 20px 0;
}

.block_accordion_lead > dt {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  height: 50%;
  border-bottom: 1px solid #fff;
}

.block_accordion_lead > dd {
  height: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
}

.block_accordion_name > span {
  font-weight: bold;
  color: #fff;
  display: block;
  text-align: left;
}

.block_accordion_name > span:nth-child(2) {
  font-size: 2rem;
}

.block_accordion_name > span:nth-child(2) > b {
  font-size: 1.4rem;
  font-weight: normal;
  padding-left: 1em;
}

.block_accordion_more {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -23px;
  margin: auto;
  width: 46px;
  height: 46px;
  background: #fff;
  border: 1px solid #00BFF2;
  border-radius: 50%;
  cursor: pointer;
}

.block_accordion_more::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 17px;
  margin: auto;
  width: 14px;
  height: 14px;
  border-top: 3px solid #00BFF2;
  border-right: 3px solid #00BFF2;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: all .3s;
}

.block_accordion_more.is_open::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 12px;
}

.block_accordion_flex {
  display: flex;
}

.block_accordion_flex > p {
  width: 60%;
}

.block_accordion_flex > img {
  display: block;
  margin: 5px 0 0 20px;
  width: 40%;
}

#voice02 .block_accordion_more {
  background-color: #00BFF2;
}

#voice02 .block_accordion_more::after {
  border-color: #fff;
}

#voice04 .block_accordion_more {
  border-color: #FF8B17;
}

#voice04 .block_accordion_more::after {
  border-color: #FF8B17;
}

#voice04 .block_accordion_main {
  border-color: #FF8B17;
}

#voice04 .block_accordion_item .ttl_bd {
  color: #FF8B17;
  border-color: #FF8B17;
}

/* SP */
@media screen and (max-width: 991px) {
  .block_accordion:not(:last-child) {
    margin-bottom: 40px;
  }
  .block_accordion_main {
    padding: 20px 20px 30px 20px;
  }
  .block_accordion_item .ttl_bd {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }
  .block_accordion_item:not(:last-child) {
    margin-bottom: 25px;
  }
  .block_accordion_lead {
    height: 62%;
    width: 55%;
    top: 50%;
    right: 7%;
    padding: 0;
  }
  .block_accordion_lead > dt {
    font-size: 1.5rem;
    padding-bottom: 10px;
    height: auto;
  }
  .block_accordion_lead > dd {
    height: 100%;
  }
  .block_accordion_name > span {
    text-align: right;
  }
  .block_accordion_name > span:nth-child(2) {
    font-size: 1.1rem;
  }
  .block_accordion_name > span:nth-child(2) > b {
    font-size: 0.9rem;
    letter-spacing: 0.01em;
  }
  .block_accordion_more {
    bottom: -19px;
    width: 38px;
    height: 38px;
  }
  .block_accordion_more::after {
    bottom: 13px;
    width: 14px;
    height: 14px;
  }
  .block_accordion_more.is_open::after {
    bottom: 8px;
  }
  .block_accordion_flex {
    flex-direction: column;
  }
  .block_accordion_flex > p {
    width: 100%;
  }
  .block_accordion_flex > img {
    margin: 10px 0 0 0;
    width: 100%;
  }
}

/*===================================
  
  block_flow01

===================================*/
.block_flow01 {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}

.block_flow01_item {
  width: 29%;
  background: #FFF8EE;
  position: relative;
  padding: 30px;
}

.block_flow01_item::before {
  content: '';
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 72px;
  height: 72px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}

.block_flow01_item:nth-child(1)::before {
  background-image: url(../img/img-flow/img_step01_01.png);
}

.block_flow01_item:nth-child(2)::before {
  background-image: url(../img/img-flow/img_step01_02.png);
}

.block_flow01_item:nth-child(3)::before {
  background-image: url(../img/img-flow/img_step01_03.png);
}

.block_flow01_item:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -13%;
  margin: auto;
  width: 18px;
  height: 18px;
  border-top: 3px solid #01BFF2;
  border-right: 3px solid #01BFF2;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.block_flow01_item dt {
  margin-top: 30px;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6rem;
}

.block_flow01_item dd {
  font-weight: bold;
}

/* SP */
@media screen and (max-width: 991px) {
  .block_flow01 {
    flex-wrap: wrap;
    padding-top: 20px;
  }
  .block_flow01_item {
    width: 100%;
    padding: 20px;
  }
  .block_flow01_item::before {
    top: -30px;
    width: 60px;
    height: 60px;
  }
  .block_flow01_item:not(:last-child) {
    margin-bottom: 80px;
  }
  .block_flow01_item:not(:last-child)::after {
    top: inherit;
    bottom: -25px;
    left: 0;
    right: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .block_flow01_item dt {
    margin-top: 25px;
    font-size: 1.3rem;
    margin-bottom: 20px;
    height: auto;
  }
}

/*===================================
  
  block_flow02

===================================*/
.block_flow02_item {
  background: #fff;
  position: relative;
  padding: 40px 55% 25px 100px;
  min-height: 264px;
}

.block_flow02_item::before {
  position: absolute;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: italic;
  text-indent: -0.2em;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background: #01BFF2;
  color: #fff;
  text-align: center;
  line-height: 60px;
}

.block_flow02_item:nth-child(1)::before {
  content: '01';
}

.block_flow02_item:nth-child(2)::before {
  content: '02';
}

.block_flow02_item:nth-child(3)::before {
  content: '03';
}

.block_flow02_item:nth-child(4)::before {
  content: '04';
}

.block_flow02_item:nth-child(5)::before {
  content: '05';
}

.block_flow02_item:nth-child(6)::before {
  content: '06';
}

.block_flow02_item:not(:last-child) {
  margin-bottom: 75px;
}

.block_flow02_item:not(:last-child)::after {
  content: '';
  position: absolute;
  bottom: -50px;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 32px 0 32px;
  border-color: #AAEEFF transparent transparent transparent;
}

.block_flow02_item dt {
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px dotted #01BFF2;
}

.block_flow02_item dd {
  color: #444;
}

.block_flow02_item dd img {
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* SP */
@media screen and (max-width: 991px) {
  .block_flow02_item {
    background: #fff;
    position: relative;
    padding: 0 20px 20px 20px;
    min-height: inherit;
  }
  .block_flow02_item::before {
    font-size: 1.7rem;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .block_flow02_item:not(:last-child) {
    margin-bottom: 45px;
  }
  .block_flow02_item:not(:last-child)::after {
    content: '';
    position: absolute;
    bottom: -35px;
    right: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 28px 0 28px;
    border-color: #AAEEFF transparent transparent transparent;
  }
  .block_flow02_item dt {
    font-size: 1.5rem;
    padding-left: 10px;
    padding-bottom: 0;
    height: 50px;
    display: flex;
    margin-left: 40px;
    justify-content: flex-start;
    align-items: center;
  }
  .block_flow02_item dd img {
    margin-top: 20px;
    position: relative;
    right: 0;
  }
  .block_flow02_flex {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
  }
  .block_flow02_flex .block_flow02_img {
    width: 45%;
  }
  .block_flow02_flex .block_flow02_img img {
    margin-top: 0;
    width: 100%;
  }
  .block_flow02_flex p {
    width: 50%;
  }
}

/*===================================
  
  block_flow03

===================================*/
.block_flow03_item {
  background-color: #FFF4E6;
  position: relative;
  padding: 35px 35px 35px 170px;
  background-position: left 35px center;
  background-repeat: no-repeat;
  background-size: 90px auto;
  min-height: 160px;
}

.block_flow03_item:nth-child(2n) {
  background-color: #E3FAFF;
}

.block_flow03_item:nth-child(2n)::after {
  border-color: #E3FAFF transparent transparent transparent !important;
}

.block_flow03_item:nth-child(1) {
  background-image: url(../img/img-flow/img_flow03_01.png);
}

.block_flow03_item:nth-child(2) {
  background-image: url(../img/img-flow/img_flow03_02.png);
}

.block_flow03_item:nth-child(3) {
  background-image: url(../img/img-flow/img_flow03_03.png);
}

.block_flow03_item:not(:last-child)::after {
  content: '';
  position: absolute;
  bottom: -22px;
  left: 55px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 22px 0 22px;
  border-color: #FFF4E6 transparent transparent transparent;
  z-index: 1;
}

.block_flow03_item dt {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 20px;
}

/* SP */
@media screen and (max-width: 991px) {
  .block_flow03_item {
    padding: 20px 20px 20px 110px;
    background-position: left 20px center;
    background-repeat: no-repeat;
    background-size: 60px auto;
    min-height: auto;
  }
  .block_flow03_item:not(:last-child)::after {
    bottom: -18px;
    left: 35px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 18px 0 18px;
    border-color: #FFF4E6 transparent transparent transparent;
    z-index: 1;
  }
  .block_flow03_item dt {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 10px;
  }
}

/*===================================
  
  box_menu

===================================*/
.box_menu {
  display: block;
}

.box_menu_img {
  overflow: hidden;
}

.box_menu_img > img {
  width: auto;
}

.box_menu_main {
  width: 350px;
  height: 100%;
  margin: -85px 0 0 auto;
  padding: 30px;
  opacity: 0.9;
  background: #fff;
  border-top: 2px solid #01BFF2;
}

.box_menu_ttl {
  margin-bottom: 15px;
}

.box_menu_ttl > span {
  display: block;
}

.box_menu_ttl > span:nth-child(1) {
  color: #01BFF2;
  font-size: 1.5rem;
  font-weight: bold;
}

.box_menu_ttl > span:nth-child(2) {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.box_menu_more {
  text-align: right;
}

.box_menu_more > span {
  font-size: 1.3rem;
  color: #01BFF2;
  display: inline-block;
  position: relative;
  padding-left: 35px;
}

.box_menu_more > span::before {
  content: '';
  position: absolute;
  background: #01BFF2;
  height: 2px;
  width: 25px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

/* PC */
@media print, screen and (min-width: 992px) {
  .box_menu {
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .box_menu_img > img {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .box_menu:hover .box_menu_img > img {
    transform: scale(1.1, 1.1);
  }
  .box_menu_description {
    padding-bottom: 50px;
  }
  .box_menu_more {
    position: absolute;
    right: 30px;
    bottom: 30px;
  }
  .flex_3column_l .box_menu {
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .flex_3column_l .box_menu_img {
    height: 240px;
  }
  .flex_3column_l .box_menu_img > img {
    width: auto;
    height: 240px;
  }
  .flex_3column_l .box_menu_main {
    width: 85%;
    margin-top: -50px;
    padding: 20px;
  }
  .flex_3column_l .box_menu_description {
    padding-bottom: 30px;
  }
  .flex_3column_l .box_menu_more {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
}

/* SP */
@media screen and (max-width: 991px) {
  .box_menu_img > img {
    width: 84%;
  }
  .box_menu_main {
    width: 70%;
    margin: -60px 0 0 auto;
    padding: 20px;
  }
  .box_menu_ttl {
    margin-bottom: 10px;
  }
  .box_menu_ttl > span:nth-child(1) {
    font-size: 0.9rem;
  }
  .box_menu_ttl > span:nth-child(2) {
    font-size: 1.4rem;
  }
  .box_menu_more {
    margin-top: 30px;
  }
  .box_menu_more > span {
    font-size: 1.1rem;
  }
}

/*===================================
  
  box_no01

===================================*/
.box_no01 {
  display: flex;
}

.box_no01_main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.box_no01_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 65px 0 0 20px;
  position: relative;
  border-left: 2px solid #01BFF2;
}

.box_no01_ttl > b {
  color: #FF5B26;
}

.box_no01_ttl::before {
  position: absolute;
  font-size: 5rem;
  color: #B8F1FF;
  top: 0;
  left: 20px;
  height: 50px;
  line-height: 50px;
  letter-spacing: 0.1em;
}

.box_no01:nth-child(1) .box_no01_ttl::before {
  content: '01';
}

.box_no01:nth-child(2) .box_no01_ttl::before {
  content: '02';
}

.box_no01:nth-child(3) .box_no01_ttl::before {
  content: '03';
}

.box_no01_text {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}

.box_no01_btn {
  width: 70%;
  margin-right: 0;
  padding: 7px 20px 7px 15px;
}

/* SP */
@media screen and (max-width: 991px) {
  .box_no01_ttl {
    font-size: 1.4rem;
    margin-bottom: 15px;
    padding: 40px 0 0 20px;
  }
  .box_no01_ttl > b {
    color: #FF5B26;
  }
  .box_no01_ttl::before {
    position: absolute;
    font-size: 3rem;
    color: #B8F1FF;
    top: 0;
    left: 20px;
    height: 35px;
    line-height: 35px;
  }
  .box_no01_btn {
    margin-top: 20px;
  }
}

/*===================================
  
  box_no02

===================================*/
.box_no02 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.box_no02_main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 0 15px;
}

.box_no02_main > dt {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.box_no02_main > dt > b {
  color: #FF5B26;
}

.box_no02_main > dd {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.box_no02_img {
  margin-bottom: 15px;
  position: relative;
}

.box_no02_img::before {
  position: absolute;
  font-size: 2rem;
  letter-spacing: 0.1em;
  padding-left: 0.1em;
  color: #fff;
  background: rgba(1, 191, 242, 0.7);
  text-align: center;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.box_no02_more {
  margin-top: 10px;
  text-align: right;
}

.box_no02_more > span {
  font-size: 1.3rem;
  color: #01BFF2;
  display: inline-block;
  position: relative;
  padding-left: 35px;
}

.box_no02_more > span::before {
  content: '';
  position: absolute;
  background: #01BFF2;
  height: 2px;
  width: 25px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.box_no02:nth-child(1) .box_no02_img::before {
  content: '01';
}

.box_no02:nth-child(2) .box_no02_img::before {
  content: '02';
}

.box_no02:nth-child(3) .box_no02_img::before {
  content: '03';
}

/* SP */
@media screen and (max-width: 991px) {
  .box_no02_main > dt {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .box_no02_main > dt > b {
    color: #FF5B26;
  }
  .box_no02_img img {
    width: 100%;
  }
  .box_no02_img::before {
    font-size: 1.6rem;
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
  .box_no02_more > span {
    font-size: 1.1rem;
  }
}

/*===================================
  
  box_no03

===================================*/
.box_no03 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  padding: 35px 20px 25px;
  border: 3px solid #BBF1FF;
  position: relative;
}

.box_no03::before {
  position: absolute;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #01BFF2;
  text-align: center;
  top: -0.6em;
  left: 20px;
  line-height: 1;
}

.box_no03_main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.box_no03_main > dt {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.box_no03_main > dt > b {
  color: #FF5B26;
}

.box_no03_main > dt > span {
  margin-top: 10px;
  display: block;
  color: #01BFF2;
  font-size: 1.2rem;
}

.box_no03_main > dd {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.box_no03_img {
  margin-top: 15px;
}

.box_no03_img > img {
  display: block;
  margin: auto;
}

.box_no03:nth-child(1)::before {
  content: '01';
}

.box_no03:nth-child(2)::before {
  content: '02';
}

.box_no03:nth-child(3)::before {
  content: '03';
}

/* SP */
@media screen and (max-width: 991px) {
  .box_no03 {
    padding: 25px 15px 15px;
  }
  .box_no03::before {
    font-size: 1.6rem;
    left: 15px;
  }
  .box_no03_main > dt {
    font-size: 1.4rem;
  }
  .box_no03_main > dt > span {
    font-size: 1.1rem;
  }
  .box_no03_img > img {
    width: 50%;
  }
}

/*===================================
  
  box_icon

===================================*/
.box_icon_main {
  padding: 0 15px;
}

.box_icon_main > dt {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.box_icon_img {
  margin-bottom: 15px;
}

.box_icon_img > img {
  display: block;
  margin: auto;
}

/* SP */
@media screen and (max-width: 991px) {
  .box_icon_main {
    padding: 0 5px;
  }
  .box_icon_main > dt {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .box_icon_img {
    margin-bottom: 10px;
  }
  .box_icon_img > img {
    width: 100px;
  }
  .box_icon:nth-child(3) {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .box_icon:nth-child(3) .box_icon_main {
    width: calc(100% - 120px);
  }
  .box_icon:nth-child(3) .box_icon_main > dt {
    text-align: left;
  }
}

/*===================================
  
  box_subcnt

===================================*/
.box_subcnt:hover img {
  transform: scale(1.1, 1.1);
}

.box_subcnt_img {
  position: relative;
  width: 90%;
  margin-bottom: 40px;
}

.box_subcnt_img > span {
  display: block;
  overflow: hidden;
}

.box_subcnt_img > span > img {
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.box_subcnt_img::after {
  content: "";
  display: block;
  position: absolute;
  top: 12%;
  left: 10%;
  width: 100%;
  height: 100%;
  border: 2px solid #01BFF2;
  z-index: -1;
}

.box_subcnt_main > dt {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .box_subcnt_img {
    margin-bottom: 25px;
  }
}

/*===================================
  
  box_article

===================================*/
.box_article > img {
  width: 100%;
}

.box_article_main {
  font-size: 1.5rem;
  margin-top: 10px;
}

.box_article_ttl {
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 10px;
}

a.box_article {
  text-decoration: underline;
}

a.box_article:hover {
  text-decoration: none;
}

/* SP */
@media screen and (max-width: 991px) {
  .box_article_main {
    font-size: 1.1rem;
    margin-top: 10px;
  }
  .box_article_main > .txt_center {
    text-align: left;
  }
  .box_article_ttl {
    font-size: 1.3rem;
  }
}

/*===================================
  
  会社概要

===================================*/
/*------------------------------------
代表メッセージ
------------------------------------*/
/* PC */
@media print, screen and (min-width: 992px) {
  .company_message {
    display: flex;
    align-items: flex-start;
  }
  .company_message > img {
    width: 230px;
  }
  .company_message_text {
    margin-left: 40px;
  }
  .company_message_text > img {
    display: block;
    margin: 20px 20px 0 auto;
    width: 236px;
  }
}

/* SP */
@media screen and (max-width: 991px) {
  .company_message > img {
    float: left;
    width: 40%;
    margin: 0 20px 20px 0;
  }
  .company_message_text > img {
    width: 50%;
    display: block;
    margin: 20px 0 0 auto;
  }
}

/*------------------------------------
沿革
------------------------------------*/
.company_history {
  position: relative;
}

.company_history::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  top: 10px;
  left: 9px;
  background: #ACE4FF;
}

.company_history > dl {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px;
}

.company_history > dl:last-child::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 8px;
  bottom: -42px;
  left: 9px;
  background: #ACE4FF;
}

.company_history > dl:last-child::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 10px;
  bottom: -27px;
  left: 9px;
  background: #ACE4FF;
}

.company_history_date {
  padding-left: 35px;
  position: relative;
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}

.company_history_date::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #009FE9;
  border: 5px solid #ACE4FF;
  border-radius: 50%;
}

.company_history_img {
  display: block;
  margin-top: 30px;
}

/* PC */
@media print, screen and (min-width: 992px) {
  .company_history > dl {
    justify-content: space-between;
  }
  .company_history > dl > dd {
    width: 660px;
  }
  .company_history_date {
    width: 180px;
  }
}

/* SP */
@media screen and (max-width: 991px) {
  .company_history > dl {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .company_history > dl > dd {
    margin-left: 30px;
    width: calc(100% - 120px);
  }
  .company_history_date {
    padding-left: 35px;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100px;
  }
  .company_history_date > span {
    display: block;
    margin: 0 0 0 auto;
    text-align: right;
  }
  .company_history_date::before {
    bottom: auto;
  }
  .company_history_img {
    margin-top: 30px;
    width: 70%;
  }
}

/*===================================
  
  スライダー

===================================*/
/*------------------------------------
TOPメインビジュアル
------------------------------------*/
.mv_slider {
  height: 680px;
  overflow: hidden;
  position: relative;
}

.mv_slider_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  z-index: 3;
}

.mv_slider_item {
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: fade_slider 12s linear infinite 0s;
  animation: fade_slider 12s linear infinite 0s;
}

.mv_slider li:nth-child(2) .mv_slider_item {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.mv_slider li:nth-child(3) .mv_slider_item {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}

/* SP */
@media screen and (max-width: 991px) {
  .mv_slider {
    height: 80vh;
  }
}

@keyframes fade_slider {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale(1.17);
    z-index: 2;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fade_slider {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.17);
    z-index: 2;
  }
  100% {
    opacity: 0;
  }
}

/*------------------------------------
流れるだけのスライダー
------------------------------------*/
.flow_slider {
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}

.flow_slider_item {
  margin-right: 10px;
}

.flow_slider.slick-initialized {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .flow_slider {
    position: relative;
  }
  .flow_slider_item {
    max-width: 150px;
  }
  .flow_slider::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
}

/*------------------------------------
スライダー1
------------------------------------*/
.slider_l {
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  margin-bottom: 25px;
}

.slider_l a {
  outline: none;
}

.slider_l a > picture > img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.slider_l a:hover > picture > img {
  opacity: 0.8;
  outline: none;
}

.slider_l_item {
  margin: 0 25px;
}

.slider_nav {
  display: flex;
  justify-content: center;
}

.slider_nav_main {
  position: relative;
}

.slider_nav .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slider_nav .slick-prev {
  margin-right: 20px;
}

.slider_nav .slick-next {
  margin-left: 20px;
}

.slider_nav .slick-dots {
  padding: 0;
}

.slider_nav .slick-dots > li {
  display: inline-block;
  margin: 0 10px;
}

.slider_nav .slick-dots button {
  padding: 0;
  border: none;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #BBBBBB;
  color: transparent;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}

.slider_nav .slick-dots .slick-active button {
  background-color: #00BFF2;
}

.slider_l.slick-initialized {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .slider_l {
    margin-bottom: 15px;
  }
  .slider_l_item {
    margin: 0 5px;
  }
  .slider_nav .slick-arrow {
    display: none !important;
  }
  .slider_nav .slick-dots > li {
    display: inline-block;
    margin: 0 6px;
  }
  .slider_nav .slick-dots button {
    width: 10px;
    height: 10px;
  }
}

.slick-prev {
  right: 100%;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 13px;
  width: 24px;
  height: 24px;
  border-top: 4px solid #00BFF2;
  border-right: 4px solid #00BFF2;
  transform: rotate(-135deg);
}

.slick-next {
  left: 100%;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-next::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 13px;
  width: 24px;
  height: 24px;
  border-top: 4px solid #00BFF2;
  border-right: 4px solid #00BFF2;
  transform: rotate(45deg);
}

/*------------------------------------
スライダー2
------------------------------------*/
.slider_s, .slider_movie {
  position: relative;
  opacity: 0;
  overflow: hidden;
  margin: 0 100px;
  transition: all 0.4s ease;
}

.slider_s a, .slider_s .slider_movie_link, .slider_movie a, .slider_movie .slider_movie_link {
  outline: none;
  cursor: pointer;
}

.slider_s a > img, .slider_s .slider_movie_link > img, .slider_movie a > img, .slider_movie .slider_movie_link > img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.slider_s a:hover > img, .slider_s .slider_movie_link:hover > img, .slider_movie a:hover > img, .slider_movie .slider_movie_link:hover > img {
  opacity: 0.8;
  outline: none;
}

.slider_s_item, .slider_movie_item {
  max-width: 300px;
}

.slider_s_item:not(:last-child), .slider_movie_item:not(:last-child) {
  margin-right: 10px;
}

.slider_s_text, .slider_movie_text {
  margin-top: 10px;
}

.slider_s_more, .slider_movie_more {
  display: none;
}

.slider_s .slick-disabled, .slider_movie .slick-disabled {
  opacity: 0 !important;
  z-index: -1 !important;
}

.slider_s .slick-arrow, .slider_movie .slick-arrow {
  position: absolute;
  top: 0;
}

.slider_s .slick-next, .slider_movie .slick-next {
  width: 150px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#EBFBFF 70%));
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #EBFBFF 70%);
  z-index: 2;
  margin-left: -150px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 1;
}

.slider_s .slick-next::after, .slider_movie .slick-next::after {
  left: auto;
  right: 30px;
}

.slider_s .slick-prev, .slider_movie .slick-prev {
  width: 150px;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(#EBFBFF 70%));
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #EBFBFF 70%);
  z-index: 2;
  margin-right: -150px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 1;
}

.slider_s .slick-prev::after, .slider_movie .slick-prev::after {
  right: auto;
  left: 30px;
}

.slider_movie_item {
  max-width: 400px;
}

.slider_movie_iframe {
  display: none;
}

.slider_s.slick-initialized,
.slider_movie.slick-initialized {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .slider_s {
    opacity: 1;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin: 0;
  }
  .slider_s_item {
    max-width: inherit;
    width: 40%;
    display: inline-block;
  }
  .slider_s_item:first-child {
    margin-left: 6%;
  }
  .slider_s_item:last-child {
    margin-right: 6%;
  }
  .slider_s_text {
    font-size: 1rem;
    white-space: pre-wrap;
  }
  .slider_s::-webkit-scrollbar {
    display: none !important;
    -webkit-appearance: none;
  }
  .slider_movie {
    opacity: 1;
    margin: 0;
    display: block;
    padding: 0 6%;
  }
  .slider_movie.is_more {
    position: relative;
    height: 800px;
    padding-bottom: 50px;
    overflow: hidden;
  }
  .slider_movie.is_more::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 80px;
    background: linear-gradient(to bottom, rgba(235, 251, 255, 0) 0%, #ebfbff 70%);
    background: -webkit-linear-gradient(to bottom, rgba(235, 251, 255, 0) 0%, #ebfbff 70%);
    background: -mozlinear-gradient(to bottom, rgba(235, 251, 255, 0) 0%, #ebfbff 70%);
    background: -ms-linear-gradient(to bottom, rgba(235, 251, 255, 0) 0%, #ebfbff 70%);
  }
  .slider_movie_item {
    max-width: inherit;
    width: 100%;
    display: block;
  }
  .slider_movie_item:not(:last-child) {
    margin-bottom: 30px;
  }
  .slider_movie_text {
    font-size: 1rem;
    white-space: pre-wrap;
  }
  .slider_movie_link > img {
    display: none;
  }
  .slider_movie_iframe {
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  .slider_movie_iframe > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .slider_movie_more {
    display: block;
    font-size: 1.4rem;
    color: #01BFF2;
    margin-top: -30px;
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    z-index: 1;
  }
  .slider_movie_more b {
    position: relative;
  }
  .slider_movie_more b::after {
    content: "";
    position: absolute;
    margin: auto;
    vertical-align: middle;
    right: -20px;
    top: 0;
    bottom: 4px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #01BFF2;
    border-right: 2px solid #01BFF2;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}

/*===================================
  
  新着情報

===================================*/
.block_arrival_ttl {
  margin-bottom: 20px;
}

.block_arrival_ttl > span {
  display: block;
  font-weight: bold;
  letter-spacing: 0.2em;
}

.block_arrival_ttl > span:nth-child(1) {
  color: #01BFF2;
}

.block_arrival_ttl > span:nth-child(2) {
  font-size: 1.8rem;
}

.block_arrival_date {
  color: #aaa;
  margin-bottom: 10px;
}

.block_arrival dl:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px dotted #01BFF2;
}

.block_arrival dd > a {
  font-weight: bold;
  display: block;
  text-decoration: underline;
}

.block_arrival dd > a:hover {
  text-decoration: none;
}

.block_arrival_blog dl:not(:last-child) {
  border-bottom: 2px dotted #01BFF2;
  padding-bottom: 20px;
}

.block_arrival_blog dd > a {
  font-weight: normal;
  text-decoration: underline;
}

.block_arrival_blog dd > a > ul {
  display: flex;
  align-items: flex-start;
}

.block_arrival_blog dd > a > ul > li:first-child img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.block_arrival_blog dd > a > ul > li:last-child {
  margin-left: 15px;
}

.block_arrival_blog dd > a:hover img {
  opacity: 0.8;
}

.block_arrival_btn {
  position: relative;
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #01BFF2;
  width: 100%;
  max-width: 200px;
  margin: 40px auto 0;
  padding: 5px 10px;
  text-decoration: none;
  border: 1px solid #01BFF2;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.block_arrival_btn::after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 2px #01BFF2;
  border-right: solid 2px #01BFF2;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
}

.block_arrival_btn:hover {
  background: #01BFF2;
  color: #fff;
  border-color: #fff;
}

.block_arrival_btn:hover::after {
  border-color: #fff;
}

.block_arrival_lead {
  font-size: 1.4rem;
  margin-top: 5px;
}

.block_arrival_icon {
  margin-left: 8px;
  display: inline-block;
}

.block_arrival iframe {
  display: block;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .block_arrival_ttl > span:nth-child(2) {
    font-size: 1.6rem;
  }
  .block_arrival > dl:not(:last-child) {
    margin-bottom: 15px;
  }
  .block_arrival_news {
    padding-bottom: 25px;
  }
  .block_arrival_date {
    margin-bottom: 5px;
  }
  .block_arrival_blog dd > a > ul > li:first-child {
    width: 30%;
  }
  .block_arrival_blog dd > a > ul > li:first-child > img {
    display: block;
    width: 100%;
  }
  .block_arrival_blog dd > a > ul > li:last-child {
    width: 60%;
  }
  .block_arrival_blog dd > a > ul > li > div:not(:first-child) {
    display: none !important;
  }
  .block_arrival_btn {
    width: 75%;
    max-width: 250px;
    font-size: 1.4rem;
    padding: 10px 15px;
  }
  .block_arrival_icon {
    width: 18px;
    vertical-align: middle;
    margin-left: 5px;
  }
  .block_arrival_lead {
    font-size: 1.1rem;
  }
}

/*===================================
  
  ブログ一覧

===================================*/
.box_blog {
  display: block;
}

.box_blog > img {
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.box_blog_main {
  margin-top: 10px;
}

.box_blog_main > dd > p {
  font-size: 1.5rem;
  line-height: 1.5;
}

.box_blog_ttl {
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
}

.box_blog_notice, .box_blog_event, .box_blog_sale {
  display: table;
  padding: 5px 15px;
  margin-bottom: 7px;
  line-height: 1;
  color: #fff;
}

.box_blog_notice {
  background: #01BFF2;
}

.box_blog_event {
  background: #FF8001;
}

.box_blog_sale {
  background: #FF2626;
}

@media print, screen and (min-width: 992px) {
  a.box_blog:hover {
    cursor: pointer;
  }
  a.box_blog:hover dd {
    text-decoration: underline;
  }
  a.box_blog:hover > img {
    opacity: 0.8;
  }
}

@media screen and (max-width: 991px) {
  .box_blog_main > dd > p {
    font-size: 1.1rem;
  }
  .box_blog_notice, .box_blog_event, .box_blog_sale {
    padding: 5px 10px;
  }
}

/*===================================
  
  3つの情報

===================================*/
.block_three_item {
  position: relative;
}

.block_three_item::before {
  content: '';
  position: absolute;
  height: 100%;
  background: #EBFBFF;
  right: 200px;
  left: -300%;
  z-index: -1;
}

.block_three_item::after {
  content: '01';
  position: absolute;
  font-size: 5rem;
  font-weight: bold;
  top: -0.5em;
  line-height: 1;
  letter-spacing: 0.1em;
  left: 0;
  color: #0CC5F2;
}

.block_three_main {
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.block_three_text {
  padding: 0 40px 0 0;
}

.block_three_text > dt {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.block_three_text > dt > b {
  color: #FF5B26;
}

.block_three_img {
  max-width: 500px;
}

.block_three_item:nth-child(2n)::before {
  background: #FFF8F0;
  right: -300%;
  left: 200px;
}

.block_three_item:nth-child(2n)::after {
  right: 0;
  left: inherit;
}

.block_three_item:not(:last-child) {
  margin-bottom: 70px;
}

.block_three_item:nth-child(1)::after {
  content: '01';
}

.block_three_item:nth-child(2)::after {
  content: '02';
}

.block_three_item:nth-child(3)::after {
  content: '03';
}

@media print, screen and (min-width: 992px) {
  .block_three_item:nth-child(2n) .block_three_main {
    flex-direction: row-reverse;
  }
  .block_three_item:nth-child(2n) .block_three_text {
    padding: 0 0 0 40px;
  }
}

@media screen and (max-width: 991px) {
  .block_three_item::before {
    right: 10%;
    height: 50%;
  }
  .block_three_item::after {
    font-size: 2.6rem;
    left: 5%;
  }
  .block_three_main {
    padding: 30px 0 30px 5%;
    flex-direction: column;
  }
  .block_three_text {
    padding: 0;
  }
  .block_three_text > dt {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  .block_three_img {
    margin-bottom: 15px;
  }
  .block_three_item:nth-child(2n) .block_three_main {
    padding: 30px 5% 30px 0;
  }
  .block_three_item:nth-child(2n)::before {
    left: 10%;
  }
  .block_three_item:nth-child(2n)::after {
    right: 5%;
  }
  .block_three_item:nth-child(2n) .block_three_text > dt {
    display: table;
    margin-left: auto;
  }
  .block_three_item:not(:last-child) {
    margin-bottom: 30px;
  }
}

/*===================================
  
  フル背景画像
   - block_fullimg

===================================*/
.block_fullimg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}

.block_fullimg_main {
  position: relative;
  padding: 30px;
  width: 53%;
  background: #fff;
}

.block_fullimg_main::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
  height: 2px;
  background: #00BFF2;
}

.block_fullimg_main dt {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.block_fullimg_main dt > span {
  font-size: 1.4rem;
  color: #00BFF2;
  display: block;
  margin-bottom: 5px;
}

.block_fullimg_main dt > b {
  color: #FF5B26;
}

.block_fullimg_main dd {
  padding-bottom: 30px;
}

.block_fullimg-r .block_fullimg_main {
  margin-left: auto;
}

.bg_layout01 {
  background-image: url(../img/img-layout/bg_layout01_pc.jpg);
}

.bg_layout02 {
  background-image: url(../img/img-layout/bg_layout02_pc.jpg);
}

/* SP */
@media screen and (max-width: 991px) {
  .block_fullimg {
    padding: 35px 0 0;
    background-size: 100% auto;
    background-position: top center;
  }
  .block_fullimg_main {
    margin-top: 45%;
    padding: 25px;
    width: 100%;
  }
  .block_fullimg_main dt {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  .block_fullimg_main dt > span {
    font-size: 1.2rem;
  }
  .block_fullimg_main dd {
    padding-bottom: 0;
  }
  .block_fullimg-r .block_fullimg_main {
    margin-left: auto;
  }
  .bg_layout01 {
    background-image: url(../img/img-layout/bg_layout01_sp.jpg);
  }
  .bg_layout02 {
    background-image: url(../img/img-layout/bg_layout02_sp.jpg);
  }
}

/*===================================
  
  アクセス
   - block_map

===================================*/
.block_map_address {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.block_map_iframe {
  height: 440px;
}

.block_map_iframe iframe {
  width: 100%;
  height: 100%;
  border: 3px solid #BBF1FF;
}

.block_map_link {
  margin-top: 10px;
  text-align: right;
}

/* SP */
@media screen and (max-width: 991px) {
  .block_map_address {
    font-size: 1.2rem;
  }
  .block_map_iframe {
    height: 300px;
  }
}

.link_outer {
  position: relative;
  padding-right: 30px;
  text-decoration: none;
}

.link_outer::before {
  content: '';
  position: absolute;
  background: url(../img/img-common/icon_outer.png) left center no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.link_outer:hover {
  text-decoration: underline;
}

/* SP */
@media screen and (max-width: 991px) {
  .link_outer {
    font-size: 1.1rem;
    padding-right: 25px;
  }
  .link_outer::before {
    width: 15px;
    height: 15px;
  }
}

/*===================================
  
  動画

===================================*/
.movie_wrap {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.movie_wrap > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie_ttl01, .movie_ttl02, .movie_ttl03 {
  display: flex;
  justify-content: center;
  font-size: 1.5rem;
  align-items: flex-start;
  margin: 15px auto 0;
  line-height: 1.5;
}

.movie_ttl02 {
  flex-direction: column;
}

.movie_ttl02 > span {
  font-size: 1.4rem;
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 3px;
}

.movie_ttl02 > b {
  font-size: 2rem;
  width: 100%;
  display: block;
  text-align: center;
}

.movie_ttl03 {
  font-size: 2rem;
  font-weight: bold;
}

.movie_ttl03 > b {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 5px 20px;
  background: #FF0000;
  margin: 0.3em 15px 0 0;
  font-size: 1.6rem;
  line-height: 1;
}

/* SP */
@media screen and (max-width: 991px) {
  .movie_ttl01, .movie_ttl02, .movie_ttl03 {
    margin-top: 10px;
    font-size: 1.1rem;
  }
  .movie_ttl02 {
    flex-direction: column;
  }
  .movie_ttl02 > span {
    font-size: 1.1rem;
  }
  .movie_ttl02 > b {
    font-size: 1.3rem;
    text-align: left;
  }
  .movie_ttl03 {
    font-size: 1.3rem;
  }
  .movie_ttl03 > b {
    padding: 5px 10px;
    font-size: 1.1rem;
    margin-right: 10px;
  }
}

.movie_modal {
  margin: 0;
  padding: 0;
  position: fixed;
  display: none;
  z-index: 99999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.movie_modal_inner {
  width: 800px;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.movie_modal_inner > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#modal-overlay {
  z-index: 9999;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

.page_nav {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page_nav > li {
  display: flex;
  justify-content: center;
  width: 33%;
  margin-bottom: 40px;
}

.page_nav > li > a {
  border-right: 1px solid #BBBBBB;
  display: flex;
  justify-content: center;
  width: 100%;
  min-height: 80px;
  position: relative;
}

.page_nav > li > a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 8px 0 8px;
  border-color: #00238C transparent transparent transparent;
}

.page_nav > li > a > span {
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 3.7em;
  padding: 0 30px 10px;
  line-height: 1.6;
}

/* PC */
@media print, screen and (min-width: 992px) {
  .page_nav > li:nth-child(3n-2) {
    border-left: 1px solid #BBBBBB;
  }
}

/* SP */
@media screen and (max-width: 991px) {
  .page_nav > li {
    width: 49%;
    margin-bottom: 20px;
    text-align: center;
  }
  .page_nav > li:nth-child(2n-1) {
    border-left: 1px solid #BBBBBB;
  }
  .page_nav > li > a {
    min-height: auto;
  }
  .page_nav > li > a > span {
    height: auto;
    padding: 0 15px 20px;
  }
}

/*===================================
  
  Q＆A

===================================*/
.faq_block_item {
  border-bottom: 1px solid #DDDDDD;
  min-height: 96px;
}

.faq_block_q {
  font-size: 1.6rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  min-height: 96px;
  position: relative;
  padding: 20px 80px 20px 56px;
  cursor: pointer;
}

.faq_block_q::before {
  content: '';
  position: absolute;
  background: url("../img/img-faq/icon_q.png") left center no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.faq_block_q::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 35px;
  margin: auto;
  width: 11px;
  height: 11px;
  border-top: 2px solid #00238C;
  border-right: 2px solid #00238C;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.faq_block_q.is_open::after {
  width: 1px;
  height: 15px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.faq_block_ans {
  padding: 0 80px 30px 56px;
  position:relative;
}
.faq_block_ans::before {
  content: '';
  position: absolute;
  background: url("../img/img-faq/icon_a.png") left center no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  top: 0;
  bottom: 0;
  left: 0;
}
.faq_block_link {
  display: flex;
  justify-content: flex-end;
  margin: 30px auto 0;
  text-align: center;
}

.faq_block_link > a {
  font-weight: bold;
  flex-basis: auto;
  color: #00238C;
  border: 1px solid #00238C;
  padding: 5px 15px;
  border-radius: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.faq_block_link > a > span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-right: 15px;
}

.faq_block_link > a > span::after {
  content: "";
  position: absolute;
  border-right: 2px solid #00238C;
  border-top: 2px solid #00238C;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 8px;
  width: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.faq_block_link > a:hover {
  color: #fff;
  border-color: #00238C;
  background: #00238C;
}

.faq_block_link > a:hover > span::after {
  border-color: #fff;
}

/* SP */
@media screen and (max-width: 991px) {
  .faq_block_item {
    border-bottom: 1px solid #DDDDDD;
    min-height: inherit;
  }
  .faq_block_q {
    font-size: 1.3rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    min-height: inherit;
    position: relative;
    padding: 20px 35px 20px 42px;
    cursor: pointer;
  }
  .faq_block_q::before {
    width: 30px;
    height: 30px;	
	margin-top: 18px;
  }
  .faq_block_q::after {
    right: 10px;
    width: 10px;
    height: 10px;
  }
  .faq_block_q.is_open::after {
    width: 1px;
    height: 14px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .faq_block_ans {
    font-size: 1.2rem;
    padding: 0 35px 20px 42px;
  }
  .faq_block_ans::before {
    width: 30px;
    height: 30px;
  }
  .faq_block_link {
    margin: 20px auto 0;
  }
}

/*===================================
  
  プライバシーポリシー

===================================*/
.privacy_lead {
  padding-top: 50px;
}

.privacy_list {
  margin-top: 60px;
}

.privacy_list > dl:not(:last-child) {
  margin-bottom: 30px;
}

.privacy_contact {
  margin-top: 60px;
  line-height: 2;
}

@media screen and (max-width: 991px) {
  .privacy_lead {
    padding-top: 0;
  }
  .privacy_list {
    margin-top: 30px;
  }
  .privacy_list > dl:not(:last-child) {
    margin-bottom: 25px;
  }
  .privacy_contact {
    margin-top: 30px;
  }
}

/*===================================
  
  もっと見る

===================================*/
.is_hide {
  height: 0 !important;
  opacity: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  z-index: -1;
}

.js_more_items > * {
  opacity: 1;
  transition: all 0.4s ease;
}

.js_more_items .is_hide * {
  display: none;
}

@media screen and (max-width: 991px) {
  .is_hide_sp {
    height: 0 !important;
    opacity: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    z-index: -1;
  }
}

.block_more.is_more {
  position: relative;
  height: 200px;
  padding-bottom: 50px;
  overflow: hidden;
}

.block_more.is_more::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 80px;
  background: linear-gradient(to bottom, rgba(235, 251, 255, 0) 0%, #EBFBFF 70%);
  background: -webkit-linear-gradient(to bottom, rgba(235, 251, 255, 0) 0%, #EBFBFF 70%);
  background: -mozlinear-gradient(to bottom, rgba(235, 251, 255, 0) 0%, #EBFBFF 70%);
  background: -ms-linear-gradient(to bottom, rgba(235, 251, 255, 0) 0%, #EBFBFF 70%);
}

.list_ac_item {
  border: 2px solid #8CE8FF;
  box-shadow: 10px 10px #EEEEEE;
}

.list_ac_item:not(:first-child) {
  margin-top: 30px;
}

.list_ac_link {
  position: relative;
  font-weight: bold;
  padding: 25px 70px 25px 60px;
  cursor: pointer;
  background: #fff url(../img/img-common/icon_person.png) no-repeat left 30px center;
  background-size: auto 30px;
}

.list_ac_link::before, .list_ac_link::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #999999;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 25px;
  width: 20px;
  height: 4px;
}

.list_ac_link::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: all 0.4s ease;
}

.list_ac_link.is_open::after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.list_ac_main {
  padding: 10px 70px 30px 30px;
}

.list_ac_person {
  margin-top: 10px;
  display: block;
  font-weight: bold;
  text-align: right;
}

@media screen and (max-width: 991px) {
  .list_ac_item {
    box-shadow: 5px 5px #EEEEEE;
  }
  .list_ac_item:not(:first-child) {
    margin-top: 20px;
  }
  .list_ac_link {
    font-size: 1.2rem;
    padding: 15px 40px 15px 50px;
    background: #fff url(../img/img-common/icon_person.png) no-repeat left 15px center;
    background-size: auto 25px;
  }
  .list_ac_link::before, .list_ac_link::after {
    right: 15px;
    width: 15px;
    height: 3px;
  }
  .list_ac_main {
    padding: 5px 40px 20px 20px;
  }
}

/*------------------------------------
 MOREリンク1
------------------------------------*/
.link_more01 {
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  display: block;
  border: 1px solid #00BFF2;
  color: #00BFF2 !important;
  padding: 12px 15px;
  margin: 50px auto 0;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.link_more01 > span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-right: 25px;
}

.link_more01 > span::after {
  content: "";
  position: absolute;
  border-right: 2px solid #00BFF2;
  border-top: 2px solid #00BFF2;
  right: 0;
  top: -5px;
  bottom: 0;
  margin: auto;
  height: 10px;
  width: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* PC */
@media print, screen and (min-width: 992px) {
  .link_more01 > span::before {
    content: "";
    position: absolute;
    background: #00BFF2;
    left: 0;
    right: 25px;
    bottom: -5px;
    height: 1px;
    width: auto;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .link_more01:hover > span::before {
    opacity: 1;
  }
}

/* SP */
@media screen and (max-width: 991px) {
  .link_more01 {
    margin: 25px auto 0;
  }
}

/*------------------------------------
 MOREリンク2
------------------------------------*/
.link_more02 {
  font-weight: bold;
  display: block;
  color: #01BFF2;
  margin-top: -30px;
  width: 100%;
  height: 30px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  z-index: 1;
}

.link_more02 > span {
  position: relative;
}

.link_more02 > span::after {
  content: "";
  position: absolute;
  margin: auto;
  vertical-align: middle;
  right: -20px;
  top: 0;
  bottom: 4px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #01BFF2;
  border-right: 2px solid #01BFF2;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* PC */
@media print, screen and (min-width: 992px) {
  .link_more02 > span::before {
    content: "";
    position: absolute;
    background: #00BFF2;
    left: 0;
    right: 0;
    bottom: -5px;
    height: 1px;
    width: auto;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .link_more02:hover > span::before {
    opacity: 1;
  }
}

/*------------------------------------
 MOREリンク3
------------------------------------*/
.link_more03 {
  letter-spacing: 0.1em;
  font-weight: bold;
  display: table;
  max-width: 6em;
  margin: 50px auto 0;
  height: 30px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.link_more03 > span {
  position: relative;
  padding-right: 25px;
}

.link_more03 > span::after {
  content: "";
  position: absolute;
  margin: auto;
  vertical-align: middle;
  right: 0;
  top: 0;
  bottom: 4px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: -1;
}

.link_more03 > span::before {
  content: "";
  position: absolute;
  background: #333;
  left: -5px;
  right: -5px;
  bottom: -8px;
  height: 2px;
  width: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* PC */
@media print, screen and (min-width: 992px) {
  .link_more03:hover {
    color: #01BFF2;
  }
  .link_more03:hover > span::after {
    border-color: #01BFF2;
  }
  .link_more03:hover > span::before {
    background: #01BFF2;
  }
}

/* SP */
@media screen and (max-width: 991px) {
  .link_more03 {
    margin: 20px auto 0;
  }
}

/*===================================
  
  タブ

===================================*/
.js_tab_items > * {
  display: none;
}

.js_tab_items > *.is_active {
  display: block;
}

/*------------------------------------
 タブ1
------------------------------------*/
.tab01_menu {
  margin-bottom: 40px;
  border-bottom: 2px solid #01BFF2;
}

.tab01_menu > ul {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.tab01_menu > ul > li {
  display: flex;
  justify-content: center;
  width: 31%;
}

.tab01_menu > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  position: relative;
  width: 100%;
  text-align: center;
  padding: 20px 20px 33px 20px;
  border-top: 2px solid #01BFF2;
  border-left: 2px solid #01BFF2;
  border-right: 2px solid #01BFF2;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tab01_menu > ul > li > a::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  background: #fff;
  width: 104%;
  left: -2%;
  right: -2%;
  z-index: 1;
}

.tab01_menu > ul > li > a::before {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #01BFF2;
  border-right: 2px solid #01BFF2;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.tab01_menu > ul > li.is_active > a, .tab01_menu > ul > li:hover > a {
  background: #01BFF2;
  color: #fff;
  transform: translate3d(0, 13px, 0);
}

.tab01_menu > ul > li.is_active > a::after, .tab01_menu > ul > li:hover > a::after {
  content: none;
}

@media screen and (max-width: 991px) {
  .tab01_menu {
    margin-bottom: 30px;
  }
  .tab01_menu > ul > li {
    width: 32%;
  }
  .tab01_menu > ul > li > a {
    padding: 7px 5px 18px 5px;
    border-width: 1px;
  }
  .tab01_menu > ul > li > a::after {
    height: 2px;
  }
  .tab01_menu > ul > li > a::before {
    bottom: 7px;
    width: 8px;
    height: 8px;
  }
}

/*------------------------------------
 タブ2
------------------------------------*/
.tab02_menu > ul {
  display: flex;
  justify-content: space-between;
}

.tab02_menu > ul > li {
  display: flex;
  justify-content: center;
  width: 100%;
}

.tab02_menu > ul > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  position: relative;
  background: #fff;
  width: 100%;
  text-align: center;
  padding: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tab02_menu > ul > li > a > span {
  position: relative;
  padding-left: 30px;
}

.tab02_menu > ul > li > a > span::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 19px;
  height: 19px;
  background: #01BFF2;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tab02_menu > ul > li > a > span::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  margin: auto;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tab02_menu > ul > li > a::after {
  content: '';
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translate(-50%, 0);
  border-style: solid;
  border-width: 9px 8px 0 8px;
  border-color: #01BFF2 transparent transparent transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}

.tab02_menu > ul > li.is_active > a, .tab02_menu > ul > li:hover > a {
  background: #01BFF2;
  color: #fff;
}

.tab02_menu > ul > li.is_active > a::after, .tab02_menu > ul > li:hover > a::after {
  opacity: 1;
}

.tab02_menu > ul > li.is_active > a > span::before, .tab02_menu > ul > li:hover > a > span::before {
  background: #fff;
}

.tab02_menu > ul > li.is_active > a > span::after, .tab02_menu > ul > li:hover > a > span::after {
  border-color: #01BFF2;
  left: 6px;
  bottom: 2px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.tab02_main {
  background: #E8FAFF;
  padding: 60px 0;
}

.tab02_lead {
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .tab02_menu > ul > li > a {
    padding: 10px;
    text-align: left;
    justify-content: flex-start;
  }
  .tab02_menu > ul > li > a > span {
    padding-left: 25px;
  }
  .tab02_menu > ul > li > a > span::before {
    width: 18px;
    height: 18px;
  }
  .tab02_menu > ul > li > a > span::after {
    left: 5px;
    width: 6px;
    height: 6px;
  }
  .tab02_menu > ul > li.is_active > a, .tab02_menu > ul > li:hover > a {
    background: #01BFF2;
    color: #fff;
  }
  .tab02_menu > ul > li.is_active > a::after, .tab02_menu > ul > li:hover > a::after {
    opacity: 1;
  }
  .tab02_menu > ul > li.is_active > a > span::before, .tab02_menu > ul > li:hover > a > span::before {
    background: #fff;
  }
  .tab02_menu > ul > li.is_active > a > span::after, .tab02_menu > ul > li:hover > a > span::after {
    border-color: #01BFF2;
    left: 6px;
    bottom: 1px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .tab02_main {
    padding: 30px;
  }
  .tab02_lead {
    margin-bottom: 15px;
  }
}

.box_price {
  background: #fff;
  padding: 30px;
  max-width: 880px;
  margin: 0 auto;
}

.box_price > dt {
  text-align: center;
  color: #FF0000;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.box_price > dt > b {
  font-size: 4rem;
}

.box_price > dd {
  display: table;
  margin: auto;
  position: relative;
  padding: 15px 30px;
}

.box_price > dd::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  border-left: 2px solid #00BFF2;
  border-top: 2px solid #00BFF2;
  border-bottom: 2px solid #00BFF2;
}

.box_price > dd::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 100%;
  border-right: 2px solid #00BFF2;
  border-top: 2px solid #00BFF2;
  border-bottom: 2px solid #00BFF2;
}

@media screen and (max-width: 991px) {
  .box_price {
    padding: 20px;
  }
  .box_price > dt {
    font-size: 1.6rem;
  }
  .box_price > dt > b {
    font-size: 2.2rem;
  }
  .box_price > dd {
    padding: 0px 20px;
  }
}

/*------------------------------------
 タブ3
------------------------------------*/
.tab03_menu {
  margin-bottom: 40px;
}

.tab03_menu > ul {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.tab03_menu > ul > li {
  display: flex;
  justify-content: center;
  width: 100%;
}

.tab03_menu > ul > li:first-child {
  border-left: 1px solid #DDDDDD;
}

.tab03_menu > ul > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  position: relative;
  width: 100%;
  text-align: center;
  padding: 20px;
  border-right: 1px solid #DDDDDD;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tab03_menu > ul > li > a > span {
  position: relative;
}

.tab03_menu > ul > li > a > span::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  border-bottom: 2px solid #01BFF2;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tab03_menu > ul > li.is_active > a, .tab03_menu > ul > li:hover > a {
  background: #E8FAFF;
}

.tab03_menu > ul > li.is_active > a > span::after, .tab03_menu > ul > li:hover > a > span::after {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .tab03_menu {
    margin-bottom: 30px;
  }
  .tab03_menu > ul > li {
    position: relative;
  }
  .tab03_menu > ul > li > a {
    padding: 10px 10px;
    border-width: 1px;
  }
  .tab03_menu > ul > li > a > span::after {
    content: none;
  }
  .tab03_menu > ul > li::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
    width: 75%;
    height: 2px;
    border-bottom: 2px solid #01BFF2;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .tab03_menu > ul > li.is_active::after {
    opacity: 0;
  }
}

/*===================================
  
  モーダル

===================================*/
.modal {
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  visibility: hidden;
  opacity: 0;
}

.modal.is_open {
  opacity: 1;
  visibility: visible;
}

.modal_bg {
  background: rgba(1, 191, 242, 0.5);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal_inner {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 100%;
  max-width: 760px;
  max-height: 70%;
}

.modal_main {
  height: 100%;
  padding: 40px;
  max-height: 100%;
  overflow-y: scroll;
  z-index: 99999;
}

.modal_main::-webkit-scrollbar {
  display: none;
}

.modal_close {
  background: #999999;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: -10px;
  top: -10px;
  border-radius: 50%;
  z-index: 99999;
}

.modal_close > span::before, .modal_close > span::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 18px;
  margin: auto;
  bottom: 0;
  width: 3px;
  height: 20px;
  background: #fff;
}

.modal_close > span::before {
  transform: rotate(-45deg);
}

.modal_close > span::after {
  transform: rotate(45deg);
}

@media screen and (max-width: 991px) {
  .modal_inner {
    width: 90%;
    height: 90%;
    transform: translate(-50%, -55%);
  }
  .modal_main {
    padding: 30px 20px;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .modal_close {
    width: 35px;
    height: 35px;
  }
  .modal_close > span::before, .modal_close > span::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 16px;
    margin: auto;
    bottom: 0;
    width: 2px;
    height: 18px;
    background: #fff;
  }
}

/*===================================
  
  ポップアップcss（モーダル・別窓共通）

===================================*/
.popup_wrap {
  max-width: 600px;
  padding: 30px;
  margin: auto;
}

.popup_ttl {
  font-size: 2.2rem;
  color: #00A3D8;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px dotted #777777;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.popup_list {
  margin-top: 20px;
}

.popup_list > li:not(:last-child) {
  margin-bottom: 10px;
}

.popup_list > li::before {
  color: #00A3D8;
}

.popup_close {
  display: flex;
  justify-content: center;
  margin: 50px auto 0;
  width: 60%;
  max-width: 220px;
  color: #00A3D8 !important;
  border: 1px solid #00A3D8;
  font-size: 1.6rem;
  font-weight: bold;
  background-size: auto 20px;
  padding: 10px 0;
  text-align: center;
  cursor: pointer;
}

.popup_close > span {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.popup_close > span::before, .popup_close > span::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  width: 2px;
  height: 15px;
  background: #00A3D8;
}

.popup_close > span::before {
  transform: rotate(-45deg);
}

.popup_close > span::after {
  transform: rotate(45deg);
}

@media screen and (max-width: 991px) {
  .popup_ttl {
    font-size: 1.4rem;
    border-width: 1px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .popup_list {
    margin-top: 15px;
  }
  .popup_close {
    margin: 35px auto 0;
    font-size: 1.4rem;
    padding: 5px 0;
  }
}

/*===================================
  
  スマホ下部固定ボタン

===================================*/
@media screen and (max-width: 991px) {
  .sp_bottom_cv {
    width: 200px;
    position: fixed;
    bottom: 30px;
    right: 0;
    left: 0;
    margin: auto;
    transition: opacity 0.5s;
    opacity: 0;
    cursor: pointer;
    z-index: 99;
  }
  .sp_bottom_cv.is_active {
    opacity: 1;
  }
  .sp_bottom_cv img {
    display: block;
    width: 100%;
  }
}

/*===================================
  
  TOP

===================================*/
/* メインビジュアル */
.mv {
  padding-top: 50px;
  background: #1e74e1;
  /* Old browsers */
  background: -moz-linear-gradient(top, #1e74e1 0%, #1d73e0 83%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #1e74e1 0%, #1d73e0 83%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #1e74e1 0%, #1d73e0 83%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e74e1', endColorstr='#1d73e0',GradientType=0 );
  /* IE6-9 */
  border-bottom: 5px solid #0080FF;
}

.mv_top {
  position: relative;
}

.mv_main {
  z-index: 2;
  position: relative;
  margin-left: 50px;
}

.mv_R {
  position: absolute;
  max-width: 915px;
  width: 70%;
  left: -30%;
  bottom: -50%;
}

.mv_bottom {
  padding-bottom: 50px;
  position: relative;
}

.mv_bottom_wrap {
  position: relative;
  z-index: 1;
}

.mv_bottom::after {
  content: '';
  position: absolute;
  background: url(../img/img-index/mv_bg.png) left center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.mv_txt01 {
  font-size: 4rem;
  font-weight: bold;
  padding-top: 12px;
  margin-bottom: 70px;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 3;
}

.mv_txt01 > b {
  font-size: 3.6rem;
}

.mv_txt01::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  background: url(../img/img-index/mv_arrow.png) center center no-repeat;
  background-size: contain;
  width: 1137px;
  height: 160px;
  opacity: 0.8;
  z-index: -1;
}

.mv_txt02 {
  text-align: center;
  position: relative;
  z-index: 1;
}

.mv_txt02 > P {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  padding-top: 5px;
}

.mv_txt02 > P sup {
  font-size: 1.8rem;
}

.mv_safe {
  margin-top: 30px;
}

.mv_safe dt {
  text-align: center;
}

.mv_safe dd {
  max-width: 800px;
  margin-left: auto;
  padding-right: 50px;
}

.mv_safe dd p {
  font-size: 1.9rem;
  font-weight: bold;
  margin-top: -10px;
  color: #fff;
  line-height: 1.6;
}

.mv_safe_item + .mv_safe_item {
  margin-top: 10px;
}

.mv_caution {
  padding-top: 30px;
  display: flex;
  justify-content: flex-end;
  max-width: 870px;
  margin: auto;
}
.mv_caution p {
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.01em;
  color: #fff;
}
.mv_txt02 p.price_txt01 {
  font-size: 3.8rem;
  font-weight: bold;
  padding-top: 12px;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 3;
  line-height: 1.4;
}
.mv_txt02 p.price_txt01 strong {
  color: #ffff00;
  font-size: 4.2rem;
  background: linear-gradient(transparent 85%, #cc0000 85%);
}
.mv_txt02 p.price_txt02{
	background: #ffff00;
	color: #333;
    font-size: 3.6rem;
	width: 84%;
	margin: 0 auto 60px;
	padding: 0;
}
.mv_txt02 p.price_txt03{
	position: absolute;
	right: 8%;
	bottom: -42px;
	font-size: 2.0rem;
	font-weight: normal;
}
.mv_txt02 i {
  font-size: 3.0rem;
}
.mv_txt02 .price {
  font-size: 4.5rem;
}

@media screen and (max-width: 991px) {
  .mv {
    padding-top: 0;
  }
  .mv > .inner {
    padding: 0;
  }
  .mv_main {
    margin-left: 0;
    width: 94%;
  }
  .mv_top::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #14509c;
  }
  .mv_bottom {
    padding-bottom: 30px;
    position: relative;
  }
  .mv_bottom::after {
    background: url(../img/img-index/mv_bg_sp.png) left center no-repeat;
    background-size: cover;
  }
  .mv_txt01 {
    font-size: 1.8rem;
    padding-top: 3%;
  }
  .mv_txt01 b {
    font-size: 2.2rem;
    line-height: 1.4;
    letter-spacing: -0.01em;
  }
  .mv_txt01::after {
    background: url(../img/img-index/mv_arrow_sp.png) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding-top: 37.55868544600939%;
  }
  .mv_txt02 {
    padding-top: 10px;
  }
  .mv_txt02 > P {
    font-size: 1.1rem;
  }
  .mv_txt02 > P sup {
    font-size: 0.9rem;
    vertical-align: text-top;
  }
  .mv_safe {
    margin-top: 15px;
  }
  .mv_safe dt {
    text-align: center;
  }
  .mv_safe dd {
    padding-right: 0;
  }
  .mv_safe dd p {
    font-size: 1.1rem;
    margin-top: 10px;
    padding-left: 10%;
  }
  .mv_safe_item + .mv_safe_item {
    margin-top: 15px;
  }
  .mv_caution {
    padding-top: 25px;
  }
  .mv_caution p {
    font-size: 0.9rem;
    padding-left: 15%;
  }
  .mv_txt02 p.price_txt01 {
    font-size: 1.6rem;
    font-weight: bold;
    padding-top: 12px;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 3;
    line-height: 1.4;
  }
  .mv_txt02 p.price_txt01 strong {
    color: #ffff00;
    font-size: 2.0rem;
    background: linear-gradient(transparent 85%, #cc0000 85%);
  }
  .mv_txt02 p.price_txt02{
      background: #ffff00;
      color: #333;
      font-size: 1.6rem;
      width: 84%;
      margin: 0 auto 60px;
      padding: 6px 0;
	  line-height: 1.4
  }
  .mv_txt02 p.price_txt03{
      position: absolute;
      right: 7.5vw;
      bottom: -3.5vh;
      font-size: 1.2rem;
      font-weight: normal;
  }
  .mv_txt02 i {
    font-size: 1.6rem;
  }
  .mv_txt02 .price {
    font-size: 2.0rem;
  }	
}

/* 一般的な商標登録出願サービスは・・・・ */
.top_block01 {
  padding-top: 50px;
  overflow: hidden;
}

.top_block01_anim {
  display: flex;
  max-width: 975px;
  margin: 0 auto 30px;
}

.top_block01_anim li:not(:last-child) {
  margin-right: 30px;
}

.top_block01_ttl {
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.top_block01_ttl > b {
  font-size: 4.5rem;
}

.top_block01_img {
  text-align: center;
}









@media screen and (max-width: 991px) {
  .top_block01 {
    padding-top: 30px;
  }
  .top_block01_anim {
    width: 90%;
    display: block;
    margin: 0 auto 10px;
  }
  .top_block01_anim li:not(:last-child) {
    margin-right: 0;
  }
  .top_block01_ttl {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .top_block01_ttl > b {
    font-size: 2rem;
  }
  .top_block01_ttl > span {
    letter-spacing: -0.5em;
  }
  .top_block01_img {
    margin: auto;
    width: 60%;
  }
}

/* こんな不安を解消するため */
.top_block02 {
  margin-top: -30px;
  padding: 60px 0;
  background: url(../img/img-index/bg01.png) left center no-repeat;
  background-size: cover;
}

.top_block02_ttl {
  font-size: 4rem;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}

.top_block02_ttl > b {
  font-size: 5rem;
  font-weight: bold;
}

.top_block02_wbox {
  background: #fff;
  padding: 40px;
  text-align: center;
  border-radius: 20px;
  position: relative;
}

.top_block02_wbox::after {
  content: '';
  position: absolute;
  bottom: -60px;
  right: -50px;
  margin: auto;
  background: url(../img/img-common/illust_woman04.png) right bottom no-repeat;
  background-size: contain;
  width: 219px;
  height: 352px;
}

.top_block02_txt01 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
}

.top_block02_txt02 {
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
}

.top_block02_txt02 span {
  color: #FF0000;
  font-size: 5rem;
}

.top_block02_txt02 span b {
  font-size: 6.5rem;
  padding: 0 5px;
}

.top_block02_txt03 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  font-weight: bold;
}

.top_block02_txt03 img {
  margin-right: 10px;
}

.top_block02_txt04 {
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 30px;
}

.top_block02_txt04 > span {
  display: inline;
  background: linear-gradient(transparent 85%, #73B9FF 85%);
}

.top_block02_txt05 {
  font-size: 1.8rem;
  text-align: left;
  display: table;
  width: 650px;
  margin: auto;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 991px) {
  .top_block02 {
    padding: 40px 0 30px;
    background: url(../img/img-index/bg01_sp.png) left center no-repeat;
    background-size: cover;
  }
  .top_block02_ttl {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .top_block02_ttl > b {
    font-size: 2.5rem;
  }
  .top_block02_wbox {
    padding: 20px 10px 20px 20px;
    border-radius: 15px;
  }
  .top_block02_wbox::after {
    bottom: 0;
    right: 0;
    background: url(../img/img-common/illust_woman04_sp.png) right bottom no-repeat;
    background-size: contain;
    width: 30%;
    height: 30%;
  }
  .top_block02_txt01 {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  .top_block02_txt02 {
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .top_block02_txt02 span {
    color: #FF0000;
    font-size: 2.5rem;
  }
  .top_block02_txt02 span b {
    font-size: 3rem;
    padding: 0 2px;
  }
  .top_block02_txt03 {
    font-size: 1.6rem;
    margin-bottom: 10px;
    letter-spacing: 0.01em;
  }
  .top_block02_txt03 img {
    margin-right: 5px;
    width: 20%;
  }
  .top_block02_txt04 {
    font-size: 2.5rem;
    line-height: 1.3;
    text-align: left;
    padding-left: 20%;
    margin-bottom: 20px;
  }
  .top_block02_txt05 {
    font-size: 1rem;
    width: 100%;
    padding-right: 30%;
    letter-spacing: 0.01em;
  }
}

/* 商標登録サポートが全て解決 */
.top_block03 {
  padding: 60px 0 100px;
  background: url(../img/img-index/bg02.png) left center no-repeat;
  background-size: cover;
}

.top_block03_ttl {
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

.top_block03_ttl > span {
  display: block;
  color: #fff;
  line-height: 1.5;
}

.top_block03_ttl > span:nth-child(1) {
  font-size: 3.6rem;
}

.top_block03_ttl > span:nth-child(2) > b {
  font-size: 4.5rem;
}

.top_block03_ttl > span:nth-child(2) img {
  display: inline-block;
  margin-left: 10px;
}

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

.top_block03_list > div:nth-child(n+4) {
  margin-top: 30px;
}

.top_block03_list > div:nth-child(1) dt::after {
  background-image: url(../img/img-index/icon_support01.png);
}

.top_block03_list > div:nth-child(2) dt::after {
  background-image: url(../img/img-index/icon_support02.png);
}

.top_block03_list > div:nth-child(3) dt::after {
  background-image: url(../img/img-index/icon_support03.png);
}

.top_block03_list > div:nth-child(4) dt::after {
  background-image: url(../img/img-index/icon_support04.png);
}

.top_block03_list > div:nth-child(5) dt::after {
  background-image: url(../img/img-index/icon_support05.png);
}

.top_block03_list > div:nth-child(6) dt::after {
  background-image: url(../img/img-index/icon_support06.png);
}

.top_block03_item {
  background: #fff;
  width: 300px;
  height: 100%;
  padding: 15px 25px 25px 25px;
  text-align: center;
  border: 3px solid #73B9FF;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.top_block03_item dt {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 70px;
}

.top_block03_item dt::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 66px;
}

.top_block03_item dt span {
  font-size: 2.8rem;
  letter-spacing: 0.01em;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3em;
}

.top_block03_item dd p {
  font-size: 1.4rem;
  text-align: left;
  letter-spacing: 0.01em;
}

@media screen and (min-width: 992px) {
  .top_block03_list > div:hover .top_block03_item {
    background: #4DA6FF;
  }
  .top_block03_list > div:hover .top_block03_item dt {
    color: #fff;
  }
  .top_block03_list > div:hover .top_block03_item dd p {
    color: #fff;
  }
  .top_block03_list > div:hover:nth-child(1) dt::after {
    background-image: url(../img/img-index/icon_support01_on.png);
  }
  .top_block03_list > div:hover:nth-child(2) dt::after {
    background-image: url(../img/img-index/icon_support02_on.png);
  }
  .top_block03_list > div:hover:nth-child(3) dt::after {
    background-image: url(../img/img-index/icon_support03_on.png);
  }
  .top_block03_list > div:hover:nth-child(4) dt::after {
    background-image: url(../img/img-index/icon_support04_on.png);
  }
  .top_block03_list > div:hover:nth-child(5) dt::after {
    background-image: url(../img/img-index/icon_support05_on.png);
  }
  .top_block03_list > div:hover:nth-child(6) dt::after {
    background-image: url(../img/img-index/icon_support06_on.png);
  }
  .top_block03_item {
    transition: all 0.4s ease;
  }
  .top_block03_item dt {
    transition: all 0.4s ease;
  }
  .top_block03_item dt::after {
    transition: all 0.4s ease;
  }
  .top_block03_item dd p {
    transition: all 0.4s ease;
  }
}

@media screen and (max-width: 991px) {
  .top_block03 {
    padding: 30px 0 30px;
    background: url(../img/img-index/bg02_sp.png) left top no-repeat;
    background-size: contain;
    position: relative;
  }
  .top_block03::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #00238C;
    opacity: 0.8;
    z-index: 1;
  }
  .top_block03 .inner {
    position: relative;
    z-index: 2;
  }
  .top_block03_ttl {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
  }
  .top_block03_ttl > span {
    display: block;
    color: #fff;
    line-height: 1.5;
  }
  .top_block03_ttl > span:nth-child(1) {
    font-size: 1.8rem;
    margin-bottom: 3px;
  }
  .top_block03_ttl > span:nth-child(2) > b {
    font-size: 2.3rem;
  }
  .top_block03_ttl > span:nth-child(2) img {
    display: inline-block;
    margin-left: 7px;
    width: 15px;
    margin-top: 5px;
  }
  .top_block03_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .top_block03_list > div:nth-child(n+4) {
    margin-top: 0;
  }
  .top_block03_list > div:not(:last-child) {
    margin-bottom: 10px;
  }
  .top_block03_item {
    width: 100%;
    padding: 10px;
    border: 2px solid #73B9FF;
  }
  .top_block03_item dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .top_block03_item dt {
    width: 45%;
    margin-bottom: 0;
    line-height: 1.5;
    letter-spacing: 0.01em;
    padding-bottom: 50px;
  }
  .top_block03_item dt::after {
    width: 70px;
    height: 50px;
  }
  .top_block03_item dt span {
    font-size: 1.4rem;
    letter-spacing: 0.01em;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 10px;
    height: auto;
  }
  .top_block03_item dt img {
    height: 50px;
    display: block;
    margin: auto;
  }
  .top_block03_item dd {
    padding-left: 15px;
    width: 55%;
  }
  .top_block03_item dd p {
    font-size: 1rem;
  }
}

/* 商標登録をサポート致します */
.top_block04 {
  padding: 60px 0;
}

.top_block04_txt01 {
  text-align: center;
  margin-bottom: 30px;
}

.top_block04_txt01 dt {
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 4rem;
}

.top_block04_txt01 dt > b {
  color: #00228C;
}

.top_block04_txt01 dd p {
  font-size: 1.8rem;
  font-weight: bold;
}

.top_block04_txt01 dd p > b {
  color: #D80000;
}

.top_block04_txt02 {
  margin-bottom: 50px;
}

.top_block04_txt02 dt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 4rem;
  margin-bottom: 10px;
  min-height: 109px;
}

.top_block04_txt02 dt > img {
  display: inline-block;
  margin-right: 20px;
}

.top_block04_txt02 dd p {
  width: 840px;
  margin: auto;
  display: table;
  text-align: left;
}

.top_block04_txt03 {
  font-weight: bold;
  font-size: 4rem;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .top_block04 {
    padding: 30px 0;
  }
  .top_block04_txt01 {
    margin-bottom: 30px;
  }
  .top_block04_txt01 dt {
    margin-bottom: 10px;
    letter-spacing: 0.01em;
    font-size: 1.8rem;
  }
  .top_block04_txt01 dd p {
    font-size: 1.1rem;
  }
  .top_block04_txt02 {
    margin-bottom: 20px;
  }
  .top_block04_txt02 dt {
    font-size: 1.7rem;
    margin-bottom: 15px;
    line-height: 1.3;
    min-height: inherit;
  }
  .top_block04_txt02 dt > img {
    margin-right: 15px;
    width: 60px;
  }
  .top_block04_txt02 dd p {
    font-size: 1rem;
    width: auto;
  }
  .top_block04_txt03 {
    font-size: 1.7rem;
  }
}

/* 商標登録は自分で出願するのが「一番安い」 */
.top_block05 {
  padding: 60px 0 0;
  background: #F4F4F4;
  margin-bottom: 50px;
  position: relative;
}

.top_block05::after {
  content: '';
  position: absolute;
  width: 100%;
  background: #fff;
  bottom: 0;
  left: 0;
  height: 51px;
  z-index: 1;
}

.top_block05 .inner {
  z-index: 2;
  position: relative;
}

.top_block05_ttl {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 40px;
}

.top_block05_ttl > b {
  font-size: 4rem;
  display: block;
}

.top_block05_ttl > span {
  font-size: 2.5rem;
  font-weight: bold;
  display: block;
}

.top_block05_ttl > span > b {
  color: #00218C;
}

.top_block05_img01 {
  text-align: center;
}

.top_block05_arrow {
  margin-top: 20px;
  text-align: center;
}

.top_block05_txt01 {
  line-height: 1.5;
  margin: 30px 0;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
}

.top_block05_txt01 .co01 {
  color: #00218C;
}

.top_block05_txt01 .co02 {
  color: #B20000;
}

.top_block05_txt02 {
  width: 750px;
  margin: 30px auto 0;
}

.top_block05_img02 {
  position: relative;
  text-align: center;
  height: 102px;
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .top_block05 {
    padding: 30px 0 0;
    margin-bottom: 30px;
  }
  .top_block05::after {
    height: 40px;
  }
  .top_block05_ttl {
    margin-bottom: 20px;
  }
  .top_block05_ttl > b {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .top_block05_ttl > span {
    font-size: 1.2rem;
  }
  .top_block05_img01 {
    text-align: center;
  }
  .top_block05_arrow {
    width: 50%;
    margin: 10px auto 0;
  }
  .top_block05_txt01 {
    margin: 20px 0 0;
    font-size: 1.5rem;
  }
  .top_block05_txt01 .co01 {
    color: #00218C;
  }
  .top_block05_txt01 .co02 {
    color: #B20000;
  }
  .top_block05_txt02 {
    width: auto;
    margin: 20px auto;
  }
  .top_block05_img02 {
    margin-top: 20px;
    position: relative;
    text-align: center;
    height: auto;
  }
  .top_block05_img02 img {
    position: relative;
    z-index: 2;
    top: 0;
  }
}

/* 低リスクの商標登録出願サービス */
.top_block06 {
  position: relative;
  padding: 150px 0 60px;
}

.top_block06_ttl {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

.top_block06_ttl > span {
  margin-top: 10px;
  display: block;
  font-size: 4.5rem;
  font-weight: bold;
}

.top_block06_ttl > span > b {
  font-size: 5rem;
}

.top_block06_ttl > span > b.txt_red {
  color: #D80000;
}

.top_block06_ttl::after {
  content: '';
  position: absolute;
  top: -180px;
  right: 0;
  left: 0;
  margin: auto;
  background: url(../img/img-index/icon_arrow_b02.png) center bottom no-repeat;
  background-size: contain;
  width: 479px;
  height: 139px;
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
}

.top_block06_ttl.is_show::after {
  opacity: 1;
}

.top_block06_item {
  border: 1px solid #bbb;
  padding: 20px 30px 30px;
  position: relative;
}

.top_block06_item::after {
  content: '';
  position: absolute;
  top: -7px;
  left: 0;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  width: 108px;
  height: 142px;
}

.top_block06_item:nth-child(1)::after {
  background-image: url(../img/img-index/icon_no01.png);
}

.top_block06_item:nth-child(2)::after {
  background-image: url(../img/img-index/icon_no02.png);
}

.top_block06_item + .top_block06_item {
  margin-top: 50px;
}

.top_block06_item h3 {
  font-size: 3.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #00238C;
  padding-left: 70px;
}

.top_block06_tbl {
  margin: 0 auto 30px;
  position: relative;
  max-width: 863px;
}

.top_block06_tbl .fade_b {
  position: absolute;
  right: 0;
  top: 0;
}

.top_block06_img01 {
  text-align: center;
}

.top_block06 .list_circle {
  max-width: 850px;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .top_block06 {
    position: relative;
    padding: 60px 0 40px;
  }
  .top_block06::after {
    background: url(../img/img-index/icon_arrow_b02.png) center bottom no-repeat;
    background-size: contain;
    width: 100%;
    height: 70px;
  }
  .top_block06_ttl {
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.3;
  }
  .top_block06_ttl > span {
    margin-top: 10px;
    font-size: 2.2rem;
  }
  .top_block06_ttl > span > b {
    font-size: 2.6rem;
  }
  .top_block06_ttl img {
    width: 85px;
  }
  .top_block06_ttl::after {
    top: -90px;
    width: 200px;
    height: 70px;
  }
  .top_block06_item {
    padding: 15px 20px 20px;
  }
  .top_block06_item::after {
    width: 70px;
    height: 100px;
  }
  .top_block06_item:nth-child(1)::after {
    background-image: url(../img/img-index/icon_no01.png);
  }
  .top_block06_item:nth-child(2)::after {
    background-image: url(../img/img-index/icon_no02.png);
  }
  .top_block06_item + .top_block06_item {
    margin-top: 25px;
  }
  .top_block06_item h3 {
    font-size: 1.9rem;
    margin-bottom: 15px;
    padding-left: 40px;
  }
  .top_block06_tbl {
    margin-bottom: 25px;
  }
  .top_block06_tbl .fade_b img {
    width: 55%;
    display: block;
    margin-left: auto;
  }
  .top_block06_img01 {
    margin-left: 10px;
  }
}

/* ITによる効率化とサービス品質の両面を追及 */
.top_block07 {
  padding-bottom: 100px;
}

.top_block07_ttl {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}

.top_block07_ttl b {
  background: linear-gradient(transparent 85%, #73B9FF 85%);
}

.top_block07_flex {
  position: relative;
}

.top_block07_flex p {
  width: 47%;
}

.top_block07_flex img {
  position: absolute;
  top: -40px;
}

.top_block07_item h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #1E6BDF;
  width: 47%;
  margin-bottom: 10px;
}

.top_block07_item + .top_block07_item {
  margin-top: 30px;
}

.top_block07_item:nth-child(1) .top_block07_flex img {
  right: 0;
}

.top_block07_item:nth-child(2) h3 {
  margin-left: auto;
}

.top_block07_item:nth-child(2) .top_block07_flex {
  min-height: 400px;
}

.top_block07_item:nth-child(2) .top_block07_flex p {
  margin-left: auto;
}

.top_block07_item:nth-child(2) .top_block07_flex img {
  left: 0;
}

.top_block07 .list_caution {
  margin: 20px auto 0;
  width: 90%;
}

@media screen and (max-width: 991px) {
  .top_block07 {
    padding-bottom: 40px;
  }
  .top_block07_ttl {
    font-size: 1.5rem;
    line-height: 1.7;
    margin-bottom: 20px;
  }
  .top_block07_main {
    width: 90%;
    margin: auto;
  }
  .top_block07_flex {
    display: flex;
    flex-direction: column-reverse;
  }
  .top_block07_flex p {
    width: 100%;
  }
  .top_block07_flex img {
    position: inherit;
    top: 0;
    margin-bottom: 10px;
  }
  .top_block07_item h3 {
    font-size: 1.2rem;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .top_block07_item + .top_block07_item {
    margin-top: 25px;
  }
  .top_block07_item:nth-child(2) .top_block07_flex {
    min-height: inherit;
  }
  .top_block07 .list_caution {
    width: 95%;
  }
}

/* ご安心ください */
.top_block08 {
  padding: 60px 0;
}

.top_block08_ttl {
  text-align: center;
}

.top_block08_ttl span {
  line-height: 1.5;
  display: block;
  font-size: 4rem;
  font-weight: bold;
  margin-top: 10px;
}

.top_block08_ttl span > b {
  color: #00228C;
}

.top_block08_img {
  text-align: center;
  margin: 20px 0 50px;
}

.top_block08_txt01 {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 30px;
  letter-spacing: 0.01em;
}

.top_block08_txt02 {
  width: 70%;
  margin: auto;
}

.top_block08_txt02 + .top_block08_txt02 {
  margin-top: 25px;
}

.top_block08_txt02 dt {
  color: #00238C;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.top_block08_txt02 dd {
  padding-left: 2em;
}

@media screen and (max-width: 991px) {
  .top_block08 {
    padding: 20px 0 30px;
  }
  .top_block08_ttl span {
    line-height: 1.5;
    font-size: 2rem;
    margin-top: 5px;
  }
  .top_block08_ttl img {
    width: 150px;
  }
  .top_block08_img {
    text-align: center;
    margin: 10px 0 30px;
  }
  .top_block08_txt01 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .top_block08_txt02 {
    width: 100%;
    margin: auto;
  }
  .top_block08_txt02 + .top_block08_txt02 {
    margin-top: 15px;
  }
  .top_block08_txt02 dt {
    font-size: 1.3rem;
  }
  .top_block08_txt02 dd {
    padding-left: 0;
  }
}

/* お申込みから登録までの流れ */
.top_block09 {
  padding: 30px 0 60px;
  background: url(../img/img-index/bg03.png) left center no-repeat;
  background-size: cover;
}

.top_block09_ttl {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top_block09_ttl span {
  display: block;
  font-size: 3.8rem;
  font-weight: bold;
  color: #fff;
  padding-left: 20px;
}

.top_block09_wbox {
  background: #fff;
  padding: 30px;
}

.top_block09_img {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .top_block09 {
    padding: 25px 0 40px;
    background: url(../img/img-index/bg03_sp.png) left center no-repeat;
    background-size: cover;
  }
  .top_block09_ttl {
    margin-bottom: 15px;
  }
  .top_block09_ttl span {
    font-size: 1.9rem;
    padding-left: 10px;
    line-height: 1.4;
  }
  .top_block09_ttl img {
    width: 70px;
  }
  .top_block09_wbox {
    padding: 20px;
  }
}

/* よくあるご質問 */
.top_faq {
  padding: 60px 0 80px;
}

.top_faq_ttl {
  font-size: 3.8rem;
  color: #00238C;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}

.top_faq_list {
  width: 90%;
  margin: auto;
}

.top_faq_item {
  border: 2px solid #00238C;
  box-shadow: 0px 0px 8px 3px #efefef;
}

.top_faq_item:not(:first-child) {
  margin-top: 20px;
}

.top_faq_link {
  position: relative;
  font-weight: bold;
  padding: 20px 70px 20px 20px;
  cursor: pointer;
}

.top_faq_link > span {
  font-size: 2.2rem;
  line-height: 1.5;
}

.top_faq_link > span > b {
  color: #007FFF;
  display: inline-block;
  margin-right: 10px;
}

.top_faq_link::before, .top_faq_link::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #0080FF;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 25px;
  width: 20px;
  height: 3px;
}

.top_faq_link::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: all 0.4s ease;
}

.top_faq_link.is_open::after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.top_faq_main {
  background: #fff;
  padding: 10px 70px 30px 30px;
}

@media screen and (max-width: 991px) {
  .top_faq {
    padding: 30px 0 70px;
  }
  .top_faq_ttl {
    font-size: 1.9rem;
    margin-bottom: 20px;
  }
  .top_faq_list {
    width: 100%;
  }
  .top_faq_item:not(:first-child) {
    margin-top: 15px;
  }
  .top_faq_link {
    padding: 15px 30px 15px 10px;
  }
  .top_faq_link > span {
    font-size: 1.15em;
    line-height: 1.5;
    letter-spacing: 0;
    margin-right: 10px;
    }
  .top_faq_link > span > b {
    margin-right: 5px;
  }
  .top_faq_link::before, .top_faq_link::after {
    content: "";
    display: block;
    position: absolute;
    background-color: #0080FF;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
    width: 15px;
    height: 2px;
  }
  .top_faq_main {
    background: #fff;
    padding: 5px 30px 15px 15px;
  }
}

/* 安心サービス */
.top_block10 {
  background: #F4F4F4;
  padding: 60px 0;
}

.top_block10_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.8rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 50px;
}

.top_block10_ttl .co01 {
  color: #00218C;
}

.top_block10_ttl .co02 {
  color: #FF0000;
}

.top_block10_ttl > span {
  display: block;
  margin-left: 20px;
  text-align: center;
}

.top_block10_ttl > span b {
  display: inline-block;
  font-size: 5rem;
  padding: 0 3px;
}

.top_block10_item {
  background: #fff;
  padding: 30px 30px 30px 110px;
  position: relative;
}

.top_block10_item::after {
  content: '';
  position: absolute;
  top: -20px;
  left: 20px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  width: 62px;
  height: 100px;
}

.top_block10_item:nth-child(1)::after {
  background-image: url(../img/img-index/icon_flag_no01.png);
}

.top_block10_item:nth-child(2)::after {
  background-image: url(../img/img-index/icon_flag_no02.png);
}

.top_block10_item:nth-child(3)::after {
  background-image: url(../img/img-index/icon_flag_no03.png);
}

.top_block10_item:not(:last-child) {
  margin-bottom: 50px;
}

.top_block10_item dt {
  font-size: 3.2rem;
  letter-spacing: 0.01em;
  color: #00238C;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.5;
}

.top_block10_item dt > b {
  display: inline-block;
  color: #fff;
  background: #00238C;
  padding: 0 10px;
  margin-right: 10px;
}

@media screen and (max-width: 991px) {
  .top_block10 {
    padding: 0 0 30px;
    position: relative;
  }
  .top_block10_ttl {
    display: block;
    font-size: 1.9rem;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .top_block10_ttl > span {
    padding-top: 55px;
    display: block;
    margin-left: 0;
  }
  .top_block10_ttl > span b {
    font-size: 2.5rem;
    padding: 0 1px;
  }
  .top_block10_ttl img {
    position: absolute;
    height: 90px;
    top: -45px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .top_block10_item {
    background: #fff;
    padding: 20px;
    position: relative;
  }
  .top_block10_item::after {
    top: -15px;
    left: 15px;
    width: 40px;
    height: 70px;
  }
  .top_block10_item:not(:last-child) {
    margin-bottom: 35px;
  }
  .top_block10_item dt {
    font-size: 1.7rem;
    margin-bottom: 15px;
    padding-left: 45px;
  }
  .top_block10_item dt > b {
    margin-right: 5px;
  }
}

/*===================================
  
  コンバージョン

===================================*/
.cvBlock_box01 {
  min-height: 370px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.cvBlock_box01_bg {
  background: #FFFFE3;
  width: 100vw;
}

.cvBlock_box01_wrap {
  position: relative;
  max-width: 800px;
  margin: auto;
  padding: 50px 0 100px;
}

.cvBlock_box01_wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -220px;
  margin: auto;
  background: url(../img/img-common/illust_woman02.png) right bottom no-repeat;
  background-size: contain;
  width: 245px;
  height: 370px;
}

.cvBlock_box02 {
  position: relative;
  padding: 50px 0;
  background: #001144;
  /* Old browsers */
  background: -moz-linear-gradient(top, #001144 0%, #001a66 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #001144 0%, #001a66 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #001144 0%, #001a66 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001144', endColorstr='#001a66',GradientType=0 );
  /* IE6-9 */
}

.cvBlock_box02 .inner {
  position: relative;
}

.cvBlock_arrow {
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
  margin: auto;
  text-align: center;
}

.cvBlock_woman {
  position: absolute;
  left: -130px;
  bottom: -50px;
}

.cvBlock_txt01 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.6;
}

.cvBlock_txt01 > b {
  color: #00218C;
}

.cvBlock_txt02 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.cvBlock_txt02 > b {
  color: #D80000;
}

.cvBlock_txt03 {
  margin-top: 60px;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}

.cvBlock_txt03 > b {
  color: #0683FF;
}

.cvBlock_txt04 {
  width: 85%;
  display: table;
  margin: 30px auto 0;
  margin-top: 30px;
  font-size: 1.4rem;
}

.cvBlock_txt05 {
  font-size: 3rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 25px;
  position: relative;
}

.cvBlock_txt05 > b {
  background: linear-gradient(transparent 85%, #FF0000 85%);
}

.cvBlock_txt05::before {
  content: '';
  position: absolute;
  top: -110px;
  right: 0;
  left: 0;
  margin: auto;
  background: url(../img/img-common/icon_arrow_b.png) center bottom no-repeat;
  background-size: contain;
  width: 157px;
  height: 77px;
  z-index: 3;
  -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition-delay: 0.3s;
}
.index .cvBlock_txt05::before {
  opacity: 0;
}

.cvBlock_txt05.is_show::before {
  opacity: 1;
}

.cvBlock_txt06 {
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}

.cvBlock_btn {
  display: table;
  margin: 25px auto 20px;
  position: relative;
}

.cvBlock_btn img {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  z-index: 2;
}

.cvBlock_btn:hover img {
  transform: translate(2px, 2px);
}

.cvBlock_btn::after {
  content: '';
  position: absolute;
  background: url(../img/img-common/btn_form_cv_bg.png) left top no-repeat;
  background-size: contain;
  width: 499px;
  height: 105px;
  z-index: 1;
  top: 0;
  left: 0;
  transform: translate(10px, 10px);
}

.cvBlock_caution {
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1366px) {
    .cvBlock_txt03 {
	  z-index: 100;
	  position: relative;
    }	
    .cvBlock_box01_wrap::after {
      right: -190px;
	  z-index: 10;
    }
}

@media screen and (max-width: 991px) {
  .cvBlock_arrow {
    top: -20px;
  }
  .cvBlock_arrow img {
    height: 30px;
  }
  .cvBlock_box01 {
    min-height: auto;
  }
  .cvBlock_box01_wrap {
    padding: 30px 6% 50px;
  }
  .cvBlock_box01_wrap::after {
    background: url(../img/img-common/illust_woman03.png) right bottom no-repeat;
    background-size: contain;
    right: 10px;
    width: 120px;
    height: 150px;
  }
  .cvBlock_woman {
    position: inherit;
    left: inherit;
    bottom: inherit;
    width: 35%;
  }
  .cvBlock_box02 {
    padding: 35px 0;
  }
  .cvBlock_box02_flex {
    display: flex;
    align-items: flex-end;
  }
  .cvBlock_box02_flex .cvBlock_txt06 {
    width: 65%;
    padding-left: 10px;
    text-align: left;
  }
  .cvBlock_txt01 {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .cvBlock_txt02 {
    font-size: 1.1rem;
    text-align: left;
    padding-right: 100px;
  }
  .cvBlock_txt03 {
    margin-top: 20px;
    font-size: 1.3rem;
  }
  .cvBlock_txt03 > b {
    color: #0683FF;
  }
  .cvBlock_txt04 {
    width: auto;
    margin: 20px 120px 0 0;
    margin-top: 30px;
    font-size: 1rem;
  }
  .cvBlock_txt05 {
    font-size: 1.5rem;
    margin-bottom: 25px;
  }
  .cvBlock_txt05::before {
    top: -60px;
    width: 80px;
    height: 40px;
  }
  .cvBlock_txt06 {
    font-size: 1.1rem;
    letter-spacing: 0.01em;
  }
  .cvBlock_btn {
    margin: 20px auto 15px;
    width: 250px;
  }
  .cvBlock_btn img {
    z-index: 2;
  }
  .cvBlock_btn::after {
    width: 250px;
    height: 100px;
    z-index: 1;
    top: 0;
    left: 0;
    transform: translate(2px, 2px);
  }
  .cvBlock_caution {
    font-size: 0.9rem;
    text-align: left;
  }
  .page_index .cvBlock_box01_wrap {
    padding: 30px 6% 30px;
  }
  .page_index .cvBlock_box01_wrap::after {
    background: url(../img/img-common/illust_woman02.png) right bottom no-repeat;
    background-size: contain;
    width: 150px;
    height: 200px;
  }
  .page_index .cvBlock_txt02 {
    text-align: center;
    padding-right: 0;
  }
}

/*===================================
  
  料金のご案内

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

@media screen and (max-width: 991px) {
  .page_price .main {
    padding-top: 20px;
  }
}

/* 汎用 */
.caution {
  font-size: 1.4rem;
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .caution {
    font-size: 0.9rem;
    margin-top: 10px;
  }
}

.tbl {
  margin: 0;
  padding: 0px;
  width: 100%;
  table-layout: fixed;
  word-wrap: break-word;
  white-space: normal;
  border-top: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
}

.tbl th, .tbl td {
  font-size: 2rem;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  vertical-align: middle;
  padding: 10px;
  text-align: center;
  line-height: 1.5;
}

.tbl th.bd_solid, .tbl td.bd_solid {
  border-bottom-style: solid !important;
}

.tbl th {
  font-weight: bold;
  background: #F4F4F4;
  border-bottom: none;
}

.tbl td {
  background: #fff;
}

.tbl tr:not(:last-child) td {
  border-bottom-style: dashed;
}

.tbl_item + .tbl_item {
  margin-top: 50px;
}

.tbl_caution_r {
  margin-top: 5px;
  text-align: right;
}

.tbl_txt_m {
  font-size: 1.6rem !important;
}

.tbl_txt_s {
  font-size: 1.4rem !important;
}

.tbl .print_only {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tbl sup {
  font-size: 1.6rem;
  vertical-align: text-top;
}

.tbl_caption {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 5px;
}

@media screen and (max-width: 991px) {
  .tbl th, .tbl td {
    font-size: 1.1rem;
  }
  .tbl caption {
    font-size: 1.2rem;
  }
  .tbl_item + .tbl_item {
    margin-top: 20px;
  }
  .tbl_item .mt0 {
    margin-top: 15px !important;
  }
  .tbl_caution_r {
    font-size: 1rem !important;
  }
  .tbl_txt_m {
    font-size: 1.1rem !important;
  }
  .tbl_txt_s {
    font-size: 0.9rem !important;
  }
  .tbl sup {
    font-size: 0.9rem;
  }
  .tbl_caption {
    font-size: 1.2rem;
  }
  /* スクロールテーブル */
  .scroll_tbl .inner {
    width: 100%;
    padding: 0 0 0 6%;
  }
  .scroll_tbl .tbl {
    display: block;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
  .fix_cell {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    border-left: none;
    border-bottom: none;
  }
  .fix_cell:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    width: 100%;
    background-image: linear-gradient(to right, #aaaaaa, #aaaaaa 3px, #fff 3px, #fff 5px);
    background-size: 5px 1px;
    background-repeat: repeat-x;
  }
  .fix_cell::after {
    position: absolute;
    display: block;
    content: "";
    right: -10px;
    top: 0;
    width: 10px;
    height: 100%;
    z-index: 99;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.2) 0, transparent 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.1)), color-stop(100%, transparent));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0, transparent 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.2) 0, transparent 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.2) 0, transparent 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14000000', endColorstr='#00000000', GradientType=1 );
  }
  tr:last-child .fix_cell::before {
    content: none;
  }
}

.wid25 {
  width: 25%;
}

.wid22 {
  width: 22%;
}

.wid15 {
  width: 15%;
}

/* タイトル */
.price_ttl {
  border-bottom: 2px solid #DDDDDD;
  margin-bottom: 5px;
}

.price_ttl span {
  display: inline-block;
  position: relative;
  font-size: 2.6rem;
  font-weight: bold;
  padding-bottom: 5px;
}

.price_ttl span > b {
  font-size: 1.6rem;
  color: #658FE9;
  font-weight: normal;
  display: inline-block;
  padding-left: 15px;
}

.price_ttl span::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #326BE1;
  width: 100%;
  height: 2px;
}

@media screen and (max-width: 991px) {
  .price_ttl span {
    font-size: 1.6rem;
  }
  .price_ttl span > b {
    font-size: 1rem;
    padding-left: 10px;
  }
}

.price_numberttl {
  text-align: center;
  font-weight: bold;
  margin-bottom: 25px;
}

.price_numberttl > span {
  padding-top: 15px;
  font-size: 2.4rem;
  display: block;
}

@media screen and (max-width: 991px) {
  .price_numberttl {
    margin-bottom: 20px;
  }
  .price_numberttl img {
    max-width: 40px;
  }
  .price_numberttl > span {
    padding-top: 10px;
    font-size: 1.6rem;
  }
}

/* リードテキスト */
.price_lead_wrap {
  display: table;
  margin: auto;
  position: relative;
  height: 210px;
}

.price_lead_wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -180px;
  margin: auto;
  background: url(../img/img-common/illust_woman01.png) right bottom no-repeat;
  background-size: contain;
  width: 170px;
  height: 210px;
}

.price_lead dl dt {
  text-align: center;
  font-size: 4rem;
  margin-bottom: 5px;
  font-weight: bold;
}

.price_lead dl dt > span > b {
  font-size: 5rem;
  padding: 0 5px;
  display: inline-block;
}

.price_lead_txt01 {
  font-size: 2rem;
  text-align: center;
}

.price_lead_txt01 sup {
  vertical-align: text-top;
  line-height: 1.5;
}

.price_lead_txt02 {
  margin-top: 10px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .price_lead_wrap {
    padding: 10px 0 20px;
    height: auto;
  }
  .price_lead_wrap::after {
    right: -20px;
    width: 100px;
    height: 120px;
  }
  .price_lead dl dt {
    font-size: 2rem;
  }
  .price_lead dl dt > span > b {
    font-size: 2.6rem;
    padding: 0 3px;
  }
  .price_lead_txt01 {
    font-size: 1.1rem;
    letter-spacing: 0.01em;
    text-align: left;
    padding-right: 60px;
  }
  .price_lead_txt02 {
    font-size: 0.9rem;
    letter-spacing: 0.01em;
    text-align: left;
    padding-right: 80px;
  }
}

/* 商標登録にかかる費用 */
.price_trademark {
  background: url(../img/img-price/bg_price01.png) left center no-repeat;
  background-size: cover;
  padding: 60px 0 70px;
  margin-bottom: 70px;
}

.price_trademark_ttl {
  line-height: 1;
  font-size: 3.5rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin-bottom: 50px;
}

.price_trademark_img {
  display: block;
  margin-left: auto;
}

.price_trademark_wbox {
  background: #fff;
  padding: 40px 30px;
}

@media screen and (max-width: 991px) {
  .price_trademark {
    background: url(../img/img-price/bg_price01_sp.png) left center no-repeat;
    background-size: cover;
    padding: 35px 0 40px;
    margin-bottom: 40px;
  }
  .price_trademark_ttl {
    line-height: 1;
    font-size: 1.7rem;
    margin-bottom: 25px;
  }
  .price_trademark_wbox {
    padding: 25px 20px;
  }
}

/* 費用1～2 */
.price_block + .price_block {
  margin-top: 70px;
}

.price_block_lead {
  margin-bottom: 25px;
}

@media screen and (max-width: 991px) {
  .price_block + .price_block {
    margin-top: 30px;
  }
  .price_block_lead {
    margin-bottom: 20px;
  }
}

/* オプション */
.price_opt {
  margin: 70px 0 50px;
  padding: 70px 0;
  background-color: #eeeeee;
  background-image: repeating-linear-gradient(-45deg, #eeeeee, #f5f5f5 4px, transparent 0, transparent 6px);
}

.price_opt_wbox {
  background: #fff;
  padding: 25px 40px;
}

.price_opt_ttl {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}

.price_opt_ttl + p {
  /*margin-bottom: 15px;*/
}

@media screen and (max-width: 991px) {
  .price_opt {
    margin: 30px 0 20px;
    padding: 35px 0;
  }
  .price_opt_wbox {
    padding: 20px 15px;
  }
  .price_opt_ttl {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .price_opt_ttl + p {
    /*margin-bottom: 15px;*/
  }
}


#option_price {
  margin-top: -160px;
  padding-top: 160px;
}

@media screen and (max-width: 991px) {
  #option_price {
    margin-top: -100px;
    padding-top: 100px;
  }
}


/*===================================
  
  フェードインアニメーション

===================================*/
.fade_b {
  opacity: 0;
  transform: translateY(25px);
  transition-property: opacity, transform;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
}

.fade_slow {
  opacity: 0;
  -webkit-transition: opacity 3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: opacity 3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
}

.is_show .fade_b,
.fade_b.is_show {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.15s;
}

.is_show .fade,
.fade.is_show,
.is_show .fade_slow,
.fade.is_show_slow {
  opacity: 1;
}

.move_l, .move_r {
  opacity: 0;
}

.is_show .move_r {
  display: block;
  -webkit-animation: fadeIn_r 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
  animation: fadeIn_r 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
}

.is_show .move_l {
  -webkit-animation: fadeIn_l 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
  animation: fadeIn_l 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
}

.delay01 {
  transition-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}

.delay02 {
  transition-delay: 0.45s !important;
}

.delay03 {
  transition-delay: 0.6s !important;
}

.delay04 {
  transition-delay: 0.75s !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn_l {
  0% {
    opacity: 0;
    transform: translateX(-50vw);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeIn_r {
  0% {
    opacity: 0;
    transform: translateX(50vw);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/*===================================
  
  プライバシーポリシー

===================================*/
.privacy .sect:first-of-type{
	margin-top: 0;
}
@media screen and (max-width: 991px) {
    .privacy .sect:first-of-type{
        margin-top: 30px;
    }
}

/*===================================
  
  よくあるご質問

===================================*/
.faq div.sect:first-of-type{
	margin-top: 60px;
}
@media screen and (max-width: 991px) {
    .faq div.sect:first-of-type{
        margin-top: 5px;
    }
}

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

===================================*/
.index .main {
  padding-top: 0;
}

@media screen and (max-width: 991px) {
.index .cvBlock_txt02 {
    text-align: center;
    padding-right: 0;
  }
.index .cvBlock_txt03 {
    margin-top: 20px;
    font-size: 1.2rem;
  }
}

/*===================================
  
 フォーム

===================================*/

.form #picture{
        margin: 10px 0 5px;
}
.form .sect:first-of-type{
	margin-top: 30px;
}

@media screen and (max-width: 991px) {
	
    .form #picture{
        margin: 10px 0 5px;
    }	
    .form #picture input{
        font-size: 1.2rem;
    }	
	.form .sect:first-of-type{
        margin-top: 30px;
    }
}

/*===================================

事務所概要

===================================*/

#support01,#support02, #support03, #support04, #support05, #support06{
    margin-top: -140px;
    padding-top: 140px;
}

/* アバウトテキスト */

.about_lead_wrap {
  display: table;
  margin: auto;
  position: relative;
  height: 210px;
}

.about_lead_wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -180px;
  margin: auto;
  background: url(../img/img-common/illust_woman01.png) right bottom no-repeat;
  background-size: contain;
  width: 170px;
  height: 210px;
}

.about_lead dl dt {
  text-align: center;
  font-size: 4rem;
  margin-bottom: 5px;
  font-weight: bold;
}

.about_lead dl dt > span > b {
  font-size: 5rem;
  padding: 0 5px;
  display: inline-block;
}

.about_lead_txt01 {
  font-size: 2rem;
  text-align: center;
}

.about_lead_txt01 sup {
  vertical-align: text-top;
  line-height: 1.5;
}

.about_lead_txt02 {
  margin-top: 10px;
  text-align: center;
}

.txt_co_blue{
	color: #00218C;
}

.about_lead dl{
	margin-top: 20px;
}

.about table tr td a{
	text-decoration: underline;
}
.about table tr td a:hover{
	text-decoration: none;
}

@media screen and (max-width: 991px) {
    #support01,#support02, #support03, #support04, #support05, #support06{
        margin-top: -70px;
        padding-top: 70px;
    }	
	
  .about_lead_wrap {
    padding: 10px 0 20px;
    height: auto;
  }
  .about_lead_wrap::after {
    right: -20px;
    width: 100px;
    height: 120px;
  }
  .about_lead dl dt {
    font-size: 2rem;
  }
  .about_lead dl dt > span > b {
    font-size: 2.6rem;
    padding: 0 3px;
  }
  .about_lead_txt01 {
    font-size: 1.1rem;
    letter-spacing: 0.01em;
    text-align: left;
    padding-right: 96px;
  }
  .about_lead_txt02 {
    font-size: 0.9rem;
    letter-spacing: 0.01em;
    text-align: left;
    padding-right: 80px;
  }
	
	.about .ttl_main{
		letter-spacing: 0;
	}
}

.about .tbl_bd th{
   border-bottom-color: #326BE1;
}

/* アバウトメイン */
.block_bg_gray{
	background: #F4F4F4;
	padding: 90px 0;
}

.about .block_bg {
    background: #F2F9FF;
	padding: 50px 0;
}

.about .block_img{
	padding-bottom: 0 !important;
}

.about .fv_sect{
	margin-top: 0 !important;
}

.about .block_img::before{
	background: none;
}

.about .block_img_mv{
	width: auto;
}

.about_img_txt{
	text-align: center;
	margin: 40px 0 20px 0;
	font-weight: bold;
    font-size: 2.4rem;
}

 .about_img_txt01{
		margin-top: 65px;
}

.about .ttl_main{
	position: relative;
	font-size: 3rem;
	letter-spacing: 0;
}

.about .ttl_main small{
	font-size: 2.4rem
}

.about .ttl_main::after{
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    background-color: #326BE1;
    position: absolute;
    bottom: 0px;
    left: 10px;
    left: 48%;
    top: 265px;
}

.cvBlock{
	margin-top: 50px;
}

.page_price .cvBlock,.index .cvBlock{
	margin-top: 0;
}

.about .sect{
	margin-top: 50px;
}

@media screen and (max-width: 991px){
	.about .ttl_main::after {
    width: 26px;
    height: 2px;
    top: 110%;
    }
	
	.about_img_txt{
		font-size: 1.5rem;
	}
	
	.block_bg_gray{
	padding: 30px 0 50px;
    }

	.about_img_txt{
		margin: 20px 0 10px 0;
	}
	
	.about_img_txt01{
		margin-top: 40px;
	}
	
	.about .ttl_main {
    position: relative;
    font-size: 1.7rem;
    }
	
	.about .ttl_main small {
    font-size: 1.4rem;
    }
	
	.about .sect{
	margin-top: 30px;
    }
	
	.about .block_bg {
	padding: 30px 0;
    }
}


/*===================================

ご利用の流れ

===================================*/

/* flowテキスト */

.flow_lead_wrap {
  display: table;
  margin: auto;
  position: relative;
  height: 210px;
}

.flow_lead_wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -180px;
  margin: auto;
  background: url(../img/img-common/illust_woman01.png) right bottom no-repeat;
  background-size: contain;
  width: 170px;
  height: 210px;
}

.flow_lead dl dt {
  text-align: center;
  font-size: 4rem;
  margin-bottom: 5px;
  font-weight: bold;
}

.flow_lead dl dt > span > b {
  font-size: 5rem;
  padding: 0 5px;
  display: inline-block;
}

.flow_lead_txt01 {
  font-size: 2rem;
  text-align: center;
}

.flow_lead_txt01 sup {
  vertical-align: text-top;
  line-height: 1.5;
}

.flow_lead_txt02 {
  margin-top: 10px;
  text-align: center;
}

.flow .txt_co_blue{
	color: #3198FF;
}

.flow_lead dl{
	margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .flow_lead_wrap {
    padding: 10px 0 20px;
    height: auto;
  }
  .flow_lead_wrap::after {
    right: -20px;
    width: 100px;
    height: 120px;
  }
  .flow_lead dl dt {
    font-size: 2rem;
  }
  .flow_lead dl dt > span > b {
    font-size: 2.6rem;
    padding: 0 3px;
  }
  .flow_lead_txt01 {
    font-size: 1.1rem;
    letter-spacing: 0.01em;
    text-align: left;
    padding-right: 80px;
  }
  .flow_lead_txt02 {
    font-size: 0.9rem;
    letter-spacing: 0.01em;
    text-align: left;
    padding-right: 80px;
  }
}

/* 商標登録までの流れ */
.flow_trademark {
  background: url("../img/img-flow/bg_flow01.jpg") left center no-repeat;
  background-size: cover;
  padding: 60px 0 70px;
  margin-bottom: 70px;
}

.flow .block_bg{
	background: #F2F9FF;
	padding: 60px 0;
}

.flow_trademark_ttl {
  line-height: 1;
  font-size: 3.5rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin-bottom: 50px;
}

.flow_trademark_img {
  display: block;
  margin-left: auto;
}

.flow_trademark_wbox {
  background: #fff;
  padding: 40px 30px;
}

@media screen and (max-width: 991px) {
  .flow_trademark {
    background: url("../img/img-flow/bg_flow01_sp.jpg") left center no-repeat;
    background-size: cover;
    padding: 35px 0 40px;
    margin-bottom: 40px;
  }
  .flow_trademark_ttl {
    line-height: 1;
    font-size: 1.7rem;
    margin-bottom: 25px;
  }
  .flow_trademark_wbox {
    padding: 25px 20px;
  }
}

.flow_numberttl {
  text-align: center;
  font-weight: bold;
  margin-bottom: 25px;
}

.flow_numberttl > span {
  padding-top: 15px;
  font-size: 2.4rem;
  display: block;
}

.flow .scroll_tbl dl dt{
	font-size: 2rem;
	font-weight: bold;
}

.flow_block{
	position: relative;
	margin-top: 60px;
}

.flow_block::before{
	content: "";
    display: block;
    position: absolute;
    top: -13px;
    left: 50%;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    border: 55px solid transparent;
    border-top: 30px solid #B8DBFF;
    border-bottom-width: 0;
    z-index: 1;
}

.flow_before_none{
	margin-top: 0;
}

.flow_before_none::before{
	content: none;
}

.flow_before::before{
	top: -74px;
}

@media screen and (max-width: 991px) {
  .flow_numberttl {
    margin-bottom: 20px;
  }
  .flow_numberttl img {
    max-width: 40px;
  }
  .flow_numberttl > span {
    padding-top: 10px;
    font-size: 1.6rem;
  }
	
  .flow .scroll_tbl dl dt{
	font-size: 1.2rem;
	font-weight: bold;
 }
  .flow_block{
	margin-top: 30px;
 }
	
 .flow .block_bg {
    padding: 40px 0 30px;
}
	
 .flow_before::before {
    top: -46px;
}
	
	.flow .scroll_tbl .inner{
		padding: 0 6%;
	}
  
}


