@charset "UTF-8";
*, *:before, *:after {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

html:focus {
  outline: none; }

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin: 0;
  overflow-x: hidden; }

address {
  font-style: normal; }

.pc {
  display: block !important; }

.sp {
  display: none !important; }

@media screen and (max-width: 767px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }
/* ----------------------------------- */
/* コンテナ
/* ----------------------------------- */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  transition: ease-in .1s; }

@media screen and (min-width: 1211px) {
  .container {
    max-width: 1170px; } }
@media screen and (min-width: 768px) and (max-width: 1210px) {
  .container {
    max-width: 1060px;
    padding-left: 5%;
    padding-right: 5%; } }
@media screen and (max-width: 767px) {
  .container {
    max-width: 750px; } }
/* ----------------------------------- */
/* clearfix
/* ----------------------------------- */
.clearfix:before, .clearfix:after, .container:before, .container:after {
  content: " ";
  display: table; }

.clearfix:after, .container:after {
  clear: both; }

/* ----------------------------------- */
/* リンク */
/* ----------------------------------- */
a {
  color: #00F;
  text-decoration: underline;
  transition: all ease .3s; }

a:hover, a:focus {
  color: #F00;
  text-decoration: none;
  transition: all ease .3s; }

a:focus, a:active, a:hover {
  outline: 0;
  text-decoration: none; }

a img:hover {
  opacity: 0.8; }

/* ---------------------------------------------------------------- */
/* ヘッダー */
/* ---------------------------------------------------------------- */
#header_top {
  height: 90px; }

@media screen and (max-width: 767px) {
  #header_top {
    height: auto; } }
header {
  height: 90px;
  padding-bottom: 5px;
  width: 100%;
  margin: 0 auto;
  z-index: 5;
  top: 0;
  transition: ease-in .1s;
  transition: all ease .3s;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0; }

@media screen and (max-width: 767px) {
  header {
    position: fixed;
    height: 45px; } }
header .container {
  max-width: 100% !important;
  padding: 0 15px; }

header.fixed {
  position: fixed; }

header h1 {
  margin: 0;
  display: inline-block; }

header .header_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 90px; }

header .logo_area {
  width: 320px; }
  header .logo_area a {
    text-decoration: none;
    color: #040000;
    font-size: 20px;
    font-weight: 400; }
    header .logo_area a h1 {
      display: flex;
      align-items: center;
      font-size: 20px;
      font-weight: 400; }
      header .logo_area a h1 img {
        max-width: 180px; }
      header .logo_area a h1 span {
        font-size: 30px;
        margin-right: 15px;
        color: #707070; }

@media screen and (max-width: 768px) {
  header .header_inner {
    height: 45px; }

  header .logo_area {
    width: 200px;
    padding-right: 80px; }
    header .logo_area a h1 {
      font-size: 14px; }
      header .logo_area a h1 img {
        max-width: 106px; }
      header .logo_area a h1 span {
        font-size: 20px;
        margin-right: 12px; } }
header .logo_area img {
  margin-right: 14px; }

header .logo_area p {
  width: 60px;
  height: 55px;
  background: #ED9F22;
  color: #fff;
  font-size: 13px;
  text-align: center;
  display: inline-block;
  margin: 0;
  padding-top: 7px;
  border-radius: 4px; }

header .headerCnt {
  width: auto;
  position: relative;
  padding-right: 0; }

header .headerCnt #mainNavi ul {
  margin: 0;
  padding: 0;
  display: flex; }

header .headerCnt #mainNavi ul li {
  display: block;
  margin-left: 20px; }

header .headerCnt #mainNavi ul li a {
  font-size: 14px;
  color: #111111;
  text-decoration: none;
  height: 40px;
  line-height: 43px;
  display: block;
  font-weight: bold;
  letter-spacing: 0.03em; }

header .headerCnt #mainNavi ul li.type2 a {
  background: #D62042;
  padding: 0 30px;
  border-radius: 30px;
  color: #fff; }

header .headerCnt #mainNavi ul li.type2 a:hover {
  opacity: 0.6;
  color: #fff !important; }

header .headerCnt #mainNavi ul li.type3 {
  margin-right: 0;
  position: relative; }

header .headerCnt #mainNavi ul li.type3 .menu-button {
  background: #D62042;
  padding: 0 0 0 0;
  border-radius: 4px 0 0 4px;
  color: #fff;
  display: block;
  width: 40px;
  background: #D62042 url("../images/tel.svg") no-repeat;
  background-position: center;
  height: 40px; }

header .headerCnt #mainNavi ul li.type3 .menu-button:hover {
  opacity: 0.6; }

header .headerCnt #mainNavi ul li.type4 {
  margin-left: 0; }

header .headerCnt #mainNavi ul li.type4 a {
  background: #040000;
  padding: 0 23px 40px 40px;
  border-radius: 0 4px 4px 0;
  color: #fff;
  display: block;
  background: #040000 url("../images/mail.svg") no-repeat;
  background-position: center left 13px;
  background-size: 13px;
  color: #fff; }

header .headerCnt #mainNavi ul li.type4 a:hover {
  color: #fff;
  background: #D62042 url("../images/mail.svg") no-repeat;
  background-position: center left 13px;
  background-size: 12ppx; }

@media screen and (max-width: 1200px) {
  header .headerCnt {
    margin-right: 48px; }

  header .headerCnt #mainNavi ul li {
    display: none; } }
@media screen and (max-width: 1200px) {
  header .headerCnt #mainNavi ul li.type2 {
    display: block !important; }

  header .headerCnt #mainNavi ul li.type3 {
    display: block !important; }

  header .headerCnt #mainNavi ul li.type4 {
    display: block !important; } }
header .headerCnt #mainNavi ul li a:hover {
  color: #D62042;
  text-decoration: none; }

header .headerContact {
  display: block;
  width: 120px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  border-radius: 4px;
  padding-top: 30px;
  background: #0094D3 url("../images/Contact.svg") no-repeat;
  background-position: top 10px center;
  background-size: 18px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); }

header .headerContact:hover {
  opacity: 0.8; }

@media screen and (max-width: 768px) {
  #header .headerCnt #mainNavi {
    display: none; } }
@media screen and (max-width: 767px) {
  header {
    height: 80px; }

  header .headerCnt {
    display: none; }

  header .logo_area {
    width: auto;
    position: relative;
    padding-right: 73px; }

  header .logo_area p {
    background: #364966;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 12px;
    width: 60px;
    height: 40px;
    padding-top: 3px;
    line-height: 1.3; } }
#header #headerCnt {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 15px; }

#header #headerCnt #logoArea {
  flex-basis: 180px;
  width: 180px;
  align-self: center; }

#header #headerCnt #logoArea a {
  display: block;
  width: 100%;
  height: 50px;
  max-width: 180px;
  text-align: center;
  text-decoration: none; }

#header #headerCnt #logoArea a img {
  max-width: 240px;
  height: auto; }

#header #headerCnt #headerContact {
  display: inline-flex;
  margin-left: auto;
  			/*ul {
  				margin: 0 auto 0 15px;
  				padding: 0;
  				display: flex;
  				justify-content: flex-end;
  
  				li {
  					list-style: none;
  				}
  			}*/ }

#header #headerCnt #headerContact .header_contact {
  display: flex;
  align-items: center; }

#header #headerCnt #headerContact .header_contact .hc_col {
  margin-right: 30px; }

#header #headerCnt #headerContact .header_contact .hc_col2 .h_contact {
  background: #1D976C url("images/home/mail.svg") no-repeat;
  background-size: 16px;
  background-position: left 22px center;
  font-size: 16px;
  color: #FFFFFF;
  text-decoration: none;
  width: 165px;
  height: 52px;
  font-weight: bold;
  display: block;
  text-align: center;
  border: #1D976C solid 1px;
  padding: 13px 31px 15px 48px; }

#header #headerCnt #headerContact .header_contact .hc_col2 .h_contact span {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold; }

#header #headerCnt #headerContact .header_contact .hc_col2 .h_contact:hover {
  background: #FFFFFF url("images/home/h_mail.svg") no-repeat;
  background-size: 16px;
  background-position: left 22px center;
  color: #1D976C; }

#header #headerCnt #headerContact .header_contact .hc_col2 .h_contact:hover span {
  color: #1D976C;
  font-size: 16px;
  font-weight: bold; }

@media screen and (min-width: 1025px) {
  #header #headerCnt {
    max-width: 1200px; } }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #header #headerCnt {
    max-width: 970px;
    padding-left: 5%;
    padding-right: 5%; }

  #header #headerCnt #headerContact #mainNaviArea ul li a {
    font-size: 10px; }

  #header #headerCnt #headerContact .header_contact .hc_col {
    margin-right: 0px; }

  #header #headerCnt #headerContact .header_contact .hc_col .h_tel {
    width: 40px;
    height: 40px; }

  #header #headerCnt #headerContact .header_contact .hc_col2 .h_contact {
    background: url("images/home/h_sp_mail.svg") no-repeat;
    background-size: 40px;
    background-position: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none; }

  #header #headerCnt #headerContact .header_contact .hc_col2 .h_contact span {
    display: none; }

  #header #headerCnt #headerContact .header_contact .hc_col2 .h_contact:hover {
    background: #FFFFFF url("images/home/header_sp_mail.svg") no-repeat;
    background-size: 40px;
    background-position: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none; }

  #header #headerCnt #headerContact .header_contact .hc_col2 .h_contact:hover span {
    display: none; } }
@media screen and (max-width: 767px) {
  #header {
    height: 45px; }

  #header #headerCnt {
    max-width: 750px;
    justify-content: space-between;
    height: 78px;
    padding: 0; }

  #header #headerCnt #logoArea #logo {
    margin: 0 0 0 15px; }

  #header #headerCnt #mainNaviArea {
    display: none; }

  #header #headerCnt #headerContact {
    margin-right: 50px; }

  #header #headerCnt #headerContact .header_contact .hc_col {
    margin-right: 0px; }

  #header #headerCnt #headerContact .header_contact .hc_col .h_tel {
    width: 40px;
    height: 40px; }

  #header #headerCnt #headerContact .header_contact .hc_col2 .h_contact {
    background: url("images/home/h_sp_mail.svg") no-repeat;
    background-size: 40px;
    background-position: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none; }

  #header #headerCnt #headerContact .header_contact .hc_col2 .h_contact span {
    display: none; }

  #header #headerCnt #headerContact .header_contact .hc_col2 .h_contact:hover {
    background: #FFFFFF url("images/home/header_sp_mail.svg") no-repeat;
    background-size: 40px;
    background-position: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none; }

  #header #headerCnt #headerContact .header_contact .hc_col2 .h_contact:hover span {
    display: none; } }
/* ----------------------------------- */
/* PCメニュー */
/* ----------------------------------- */
#drawerNaviWrap {
  display: none; }

@media screen and (max-width: 1300px) {
  #mainNaviArea {
    display: none; }

  #drawerNaviWrap {
    display: block; } }
#drawerNaviWrap .d_link {
  background: #D62042;
  padding: 0 30px;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  height: 40px;
  line-height: 43px;
  display: block;
  font-weight: bold;
  text-align: center; }

#drawerNaviWrap .link_fa {
  display: flex;
  margin-top: 40px; }

#drawerNaviWrap .link_fa .t_link {
  padding: 0 0 0 0;
  border-radius: 4px 0 0 4px;
  color: #fff;
  display: block;
  width: 40px;
  background: #D62042 url("../images/tel.svg") no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-position: center;
  height: 40px; }

#drawerNaviWrap .link_fa .m_link {
  padding: 0 23px 40px 62px;
  border-radius: 0 4px 4px 0;
  color: #fff;
  display: block;
  background: #040000 url("../images/mail.svg") no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-position: center left 30px;
  background-size: 12ppx;
  color: #fff;
  height: 40px;
  line-height: 43px;
  text-decoration: none;
  width: calc(100% - 40px); }

/* ---------------------------------------------------------------- */
/* フッターエリア */
/* ---------------------------------------------------------------- */
footer {
  width: 100%;
  text-align: center;
  background: #fff;
  padding: 65px 0 70px; }
  footer .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    footer .inner .logoArea {
      max-width: 290px;
      flex-basis: 290px; }
    footer .inner .box {
      max-width: calc(100% - 290px);
      flex-basis: calc(100% - 290px);
      display: flex;
      align-items: flex-end;
      flex-direction: column; }
      footer .inner .box .Navi {
        margin-bottom: 45px; }
        footer .inner .box .Navi ul {
          display: flex;
          justify-content: flex-end;
          margin: 0;
          padding: 0;
          list-style: none; }
          footer .inner .box .Navi ul li {
            margin-left: 40px; }
            footer .inner .box .Navi ul li a {
              text-decoration: none;
              color: #5A5A5A;
              font-size: 14px;
              font-weight: 500;
              letter-spacing: 0.03em; }
      footer .inner .box .col {
        display: flex;
        justify-content: flex-end; }
        footer .inner .box .col .footer_pp_box {
          margin-right: 50px; }
          footer .inner .box .col .footer_pp_box a {
            font-size: 11px;
            font-weight: 500;
            text-decoration: none;
            color: #040000;
            letter-spacing: 0.02em; }
        footer .inner .box .col #copyright p {
          font-size: 11px;
          font-weight: 500;
          margin: 0;
          letter-spacing: 0.02em; }

@media screen and (max-width: 767px) {
  footer {
    padding: 50px 0; }
    footer .inner .box {
      max-width: 100%;
      flex-basis: 100%;
      display: block; }
      footer .inner .box .Navi ul {
        display: block;
        max-width: 200px;
        margin: 0 auto; }
        footer .inner .box .Navi ul li {
          text-align: left;
          padding-bottom: 15px; }
      footer .inner .box .logoArea {
        margin-bottom: 65px;
        max-width: 100%;
        flex-basis: 100%; }
        footer .inner .box .logoArea a img {
          margin: 0 auto;
          text-align: center;
          display: block; }
      footer .inner .box .col {
        display: block; }
        footer .inner .box .col .footer_pp_box {
          margin-right: 0; } }
/* ---------------------------------------------------------------- */
/* フォーム設定 */
/* ---------------------------------------------------------------- */
/* フォームナビ */
/* ---------------------------- */
ul.formFlow {
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin: 0 0 30px;
  padding: 0; }

ul.formFlow li {
  display: inline-flex;
  justify-content: center;
  flex: 1 0 33.333%;
  background: #e3eff6;
  color: #333333;
  list-style: none;
  padding: 0;
  margin: 0 !important;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  align-items: center;
  position: relative; }

ul.formFlow li:before {
  display: none; }

ul.formFlow li.visited {
  background: #999;
  color: #fff; }

ul.formFlow li.active {
  background: #1D976C;
  color: #fff;
  position: relative; }

ul.formFlow li.active:after {
  position: absolute;
  content: '';
  right: -40px;
  top: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-left: 20px solid #1D976C; }

ul.formFlow li.second.active:before {
  display: block;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  z-index: 3;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-left: 20px solid #999; }

ul.formFlow li.third.active {
  background: #1D976C !important;
  color: #fff; }

ul.formFlow li.third.active:after {
  display: none; }

ul.formFlow li.third.active:before {
  background: none;
  display: inline;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  z-index: 2;
  width: 0;
  height: 0;
  border-radius: 0;
  border: 20px solid transparent;
  border-left: 20px solid #999; }

/* ---------------------------- */
/* フォームエレメント */
/* ---------------------------- */
#formArea dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

#formArea dl dt {
  flex-basis: 250px;
  text-align: right; }

#formArea dl dd {
  flex-basis: calc(100% - 280px); }

#formArea dl dd.fb100 {
  flex-basis: 100%; }

#formArea .att {
  color: crimson;
  font-size: 12px; }

#formArea .error {
  margin: 0; }

#formArea .radio_wrap {
  margin-top: 10px; }

#formArea .vertical-item {
  display: block !important; }

#formArea input[type="text"],
#formArea input[type="email"],
#formArea input[type="number"],
#formArea textarea {
  padding: 8px .5em 8px 10px;
  margin: 0;
  background: #EEEEEE;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 0;
  border: 1px solid #EEEEEE; }

#formArea input[type="text"]:focus,
#formArea input[type="email"]:focus,
#formArea input[type="number"]:focus,
#formArea textarea:focus {
  background: #fff; }

#formArea input[type="text"]:hover,
#formArea input[type="email"]:hover,
#formArea input[type="number"]:hover,
#formArea textarea:hover {
  background: #fff; }

#formArea input[type="text"] + input,
#formArea input[type="email"] + input,
#formArea input[type="number"] + input,
#formArea textarea + input {
  margin-top: 10px; }

#formArea input[type="number"].short {
  width: 60px; }

#formArea input[type="text"],
#formArea input[type="email"] {
  width: 100%; }

#formArea input[type="text"] .short,
#formArea input[type="email"] .short {
  max-width: 150px; }

#formArea select {
  padding: .4em 0 .3em .5em;
  margin-bottom: 5px;
  display: block;
  border-color: #e7e7e7; }

#formArea select option {
  word-wrap: normal; }

#formArea input[type="text"].short {
  width: 200px;
  text-align: left;
  margin-bottom: 0; }

#formArea input[type="text"].hasDatepicker {
  margin: 5px 0;
  background: #EEEEEE; }

#formArea input[type="text"].hasDatepicker:hover, #formArea input[type="text"].hasDatepicker:focus {
  background: #fff; }

#formArea .mwform-checkbox-field {
  display: inline-block;
  width: auto;
  margin: 5px 5px;
  font-size: 14px; }

#formArea input[type="checkbox"] {
  border: 1px solid #aaaaaa;
  vertical-align: -8px;
  -webkit-appearance: none;
  position: relative;
  margin-right: 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  width: 26px;
  height: 26px;
  /*Other Browser*/
  background: #e2e2e2;
  /*For Old WebKit*/
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #e2e2e2));
  /*For Modern Browser*/
  background: linear-gradient(to bottom, #ffffff 0%, #e2e2e2 100%); }

#formArea input[type="checkbox"]:checked {
  /*Other Browser*/
  background: #1D976C;
  /*For Old WebKit*/
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1D976C), color-stop(1, #1D976C));
  /*For Modern Browser*/
  background: linear-gradient(to bottom, #1D976C 0%, #1D976C 100%);
  border: 1px solid #1D976C; }

#formArea input[type="checkbox"]:checked:before {
  position: absolute;
  left: 1px;
  top: 16px;
  display: block;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  content: "";
  width: 10px;
  height: 4px;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: right center; }

#formArea input[type="checkbox"]:checked:after {
  display: block;
  position: absolute;
  left: 9px;
  top: 16px;
  content: "";
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  width: 16px;
  height: 4px;
  background: #ffffff;
  -webkit-transform: rotate(-53deg);
  -webkit-transform-origin: left center; }

#formArea .mwform-zip-field input {
  width: inherit; }

#formArea .mwform-tel-field input {
  margin: 0 !important;
  width: auto; }

#formArea .mwform-radio-field {
  display: inline-block;
  margin: 0 15px 5px 0; }

#formArea .mwform-radio-field input {
  margin: 0 15px 0 0; }

#formArea .mwform-radio-field-text {
  margin-left: 10px; }

#formArea input[type="file"] {
  margin-bottom: 10px; }

#formArea .inline_wrap select {
  display: inline-block; }

#formArea .btnArea {
  display: flex;
  justify-content: space-between; }

#formArea .btnArea .submitArea {
  flex-basis: 100%; }

#formArea .btnArea .submitArea .submit {
  max-width: 290px;
  margin: 0 auto; }

#formArea .btnArea .submitArea .submit:hover, #formArea .btnArea .submitArea .submit:focus {
  color: #fff;
  background: #0D6F9A;
  transition: .3s;
  cursor: pointer;
  border-color: #0D6F9A; }

#formArea .btnArea .returnArea {
  flex-basis: 100%;
  display: none; }

#formArea .btnArea .returnArea .return {
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
  background: #fff;
  border: 1px solid #1D976C;
  color: #1D976C;
  padding: .4em 0;
  transition: .3s;
  font-size: 14px; }

#formArea .btnArea .returnArea .return:hover, #formArea .btnArea .returnArea .return:focus {
  color: #fff;
  background: #1D976C;
  transition: .3s; }

#formArea .mw_wp_form_confirm .btnArea .submitArea .submit {
  margin: 0 auto 0 0; }

#formArea .mw_wp_form_confirm .btnArea .returnArea {
  display: inline-flex; }

#formArea .mw_wp_form_confirm .btnArea .returnArea .return {
  margin: 0 0 0 auto; }

@media screen and (max-width: 767px) {
  #formArea dl {
    display: flex;
    flex-wrap: wrap; }

  #formArea dl dt {
    flex-basis: 100%;
    padding: 5px 0 0 0;
    margin: 0 0 15px; }

  #formArea dl dd {
    flex-basis: 100%;
    margin-bottom: 15px;
    align-self: center; }

  #formArea select {
    margin-bottom: 5px; }

  #formArea .mwform-checkbox-field {
    display: block;
    width: 100%; }

  #formArea .mwform-radio-field {
    display: block;
    margin: 5px 0 10px; }

  #formArea .mwform-radio-field .mwform-radio-field-text {
    margin-right: 15px; }

  #formArea .mwform-radio-field input {
    margin: 0; }

  #formArea .btnArea {
    flex-wrap: wrap; }

  #formArea .btnArea .submitArea {
    flex-basis: 100%;
    margin: 0 0 25px; }

  #formArea .mw_wp_form_confirm .btnArea .submitArea .submit {
    margin: 0; }

  #formArea .mw_wp_form_confirm .btnArea .returnArea {
    display: block; }

  #formArea .mw_wp_form_confirm .btnArea .returnArea .return {
    margin: 0; } }
/* ---------------------------------------------------------------- */
/* effectFade */
/* ---------------------------------------------------------------- */
.effectFade.effectFadeUp {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1.2s ease; }

.effectFade.effectFirst {
  opacity: 0;
  transition: opacity 2s linear, transform 5s linear; }

.effectFade.effectFadeDown {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 1.2s ease;
  transition: opacity 2s linear, transform 5s linear; }

.effectFade.effectActive {
  opacity: 1;
  transform: translate(0, 0); }

.effectFade.td1 {
  transition-delay: 0.1s; }

.effectFade.td2 {
  transition-delay: 0.2s; }

.effectFade.td3 {
  transition-delay: 0.3s; }

.effectFade.td4 {
  transition-delay: 0.4s; }

.effectFade.effectShow {
  opacity: 1;
  transition-delay: 0s;
  transition: .3s ease-in; }

@media screen and (max-width: 767px) {
  .effectFade {
    transition-delay: 0s !important; } }
/* for IE */
#mv_area {
  width: 100%;
  height: 640px;
  background: #EAEFF5 url("../images/main.jpg") no-repeat;
  background-size: auto 100%;
  background-position: top center;
  position: relative; }

#mv_area .fukidasi_mv {
  position: absolute;
  top: 226px;
  right: 50%;
  width: 160px;
  margin-right: -280px; }

@media screen and (max-width: 1200px) {
  #mv_area {
    background: #EAEFF5 url("../images/main.jpg") no-repeat;
    background-size: auto 100%;
    background-position: top right -98px; }

  #mv_area .fukidasi_mv {
    position: absolute;
    top: 226px;
    right: 244px;
    width: 160px;
    margin-right: 0; } }
#mv_area .container {
  padding-top: 138px;
  position: relative; }

@media screen and (max-width: 1075px) {
  #mv_area .container .mv_logo {
    width: 50%; } }
#mv_area .container .mv_btn_area {
  width: 413px;
  margin-top: 38px; }

#mv_area .container .mv_btn_area p {
  position: relative;
  display: table;
  margin: 1.5em auto 0;
  padding: 7px 28px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 16px;
  background: #364966;
  border-radius: 4px;
  font-weight: bold; }

#mv_area .container .mv_btn_area p::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -11px;
  border: 11px solid transparent;
  border-top-width: 11px;
  border-top-style: solid;
  border-top-color: transparent;
  border-top: 18px solid #364966; }

#mv_area .container .mv_btn_area a {
  display: block;
  width: 100%;
  max-width: 340px;
  height: 80px;
  background: #DB3435;
  border-radius: 50px;
  border: 2px solid #fff;
  padding: 5px 15px 20px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  line-height: 1.3;
  margin: 30px auto 10px; }

#mv_area .container .mv_btn_area a:hover {
  opacity: 0.8; }

#mv_area .container .mv_btn_area a::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 100px;
  height: 100%;
  background: url("../images/btn_icon.svg") no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-size: 14px;
  background-position: center right 25px; }

#mv_area .container .mv_btn_area a span {
  font-size: 16px; }

#mv_area .container .Invoice {
  position: absolute;
  bottom: -131px;
  left: 412px; }

#mv_area .container .Invoice.type2 {
  position: absolute;
  bottom: -35px;
  left: 412px; }

#mv_area .container .mv_btn_area a.type2 {
  background: #0094D3;
  font-size: 20px;
  margin-bottom: -17px !important; }

#mv_area .container .mv_btn_area a.type2 span {
  font-size: 14px; }

@media screen and (max-width: 1075px) {
  #mv_area .container .Invoice {
    position: absolute;
    bottom: -205px;
    left: 50%;
    width: 300px;
    margin-left: -150px; }

  #mv_area .container .Invoice.type2 {
    position: absolute;
    bottom: -112px;
    left: 560px;
    width: 300px;
    margin-left: -150px; } }
@media screen and (max-width: 767px) {
  #mv_area {
    width: 100%;
    height: auto;
    background: #EAEFF5;
    padding-top: 80px; } }
main h2 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #364966;
  margin-top: 10px; }

@media screen and (max-width: 767px) {
  main h2 {
    font-size: 24px; } }
main .fukidasi {
  position: relative;
  display: table;
  margin: 1.5em auto 0;
  padding: 7px 28px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 16px;
  background: #364966;
  border-radius: 4px;
  font-weight: bold; }

main .fukidasi:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -11px;
  border: 11px solid transparent;
  border-top: 18px solid #364966; }

table {
  width: 100%;
  border-top: 1px solid #EFEFEF;
  border-collapse: collapse; }

#company_area table tr {
  border-bottom: 1px solid #EFEFEF; }

#company_area table tr th {
  padding: 20px 0 20px;
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  width: 200px;
  vertical-align: top; }

#company_area table tr td {
  padding: 20px 0 20px;
  text-align: left;
  font-weight: 500;
  font-size: 16px; }

@media screen and (max-width: 767px) {
  #company_area table tr {
    border-bottom: 1px solid #EFEFEF; }

  #company_area table tr th {
    width: 100%;
    display: block;
    padding-bottom: 10px; }

  #company_area table tr td {
    width: 100%;
    display: block;
    padding-top: 0; } }
.img_center img {
  display: block;
  margin: 0 auto; }

@media screen and (max-width: 767px) {
  .img_center img {
    max-width: 400px;
    width: 100%; } }
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden; }

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0; }

.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both; }

.scroll-infinity__item {
  width: calc(100vw / 6); }

.scroll-infinity__item > img {
  width: 100%; }

.inspiration_box {
  background: #FFF2DD;
  padding: 20px 15px;
  border-radius: 8px;
  margin-bottom: 20px; }

.inspiration_box p {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #ED9F22;
  margin: 0;
  padding: 0 76px;
  background: url("../images/idea.png") no-repeat;
  background-position: center left;
  background-size: 60px;
  display: table;
  margin: 0 auto; }

@media screen and (max-width: 767px) {
  .inspiration_box {
    background: #FFF2DD;
    padding: 20px 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    margin-top: 50px; }

  .inspiration_box p {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #ED9F22;
    margin: 0;
    padding: 65px 15px 0;
    background: url("../images/idea.png") no-repeat;
    background-position: center top;
    background-size: 60px;
    display: table;
    margin: 0 auto;
    margin-top: -62px; } }
.function_list_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px; }

.function_list_box .c_box {
  width: calc( ( 100% - ( 20px * ( 4 - 1) ) ) / 4 );
  background: #F8F8F8;
  padding: 20px 15px 20px;
  margin-bottom: 20px; }

.function_list_box .c_box .icon_box {
  width: 100px;
  height: 100px;
  display: block;
  background: #fff;
  margin: 0 auto;
  border-radius: 50px; }

.function_list_box .c_box p {
  text-align: center;
  font-size: 16px;
  font-weight: bold; }

@media screen and (max-width: 1200px) {
  .function_list_box {
    margin-bottom: 0; }

  .function_list_box .c_box {
    width: calc( ( 100% - ( 0px * ( 2 - 1) ) ) / 2 );
    margin-bottom: 0; }

  .function_list_box .c_box .icon_box {
    width: 78px;
    height: 78px; }

  .function_list_box .c_box p {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0; } }
.function_list_box .c_box .icon_img1 {
  background: #fff url("../images/clipboard.png") no-repeat;
  background-size: 66%;
  background-position: center; }

.function_list_box .c_box .icon_img2 {
  background: #fff url("../images/box.png") no-repeat;
  background-size: 66%;
  background-position: center; }

.function_list_box .c_box .icon_img3 {
  background: #fff url("../images/in-stock.png") no-repeat;
  background-size: 66%;
  background-position: center; }

.function_list_box .c_box .icon_img4 {
  background: #fff url("../images/funeral.png") no-repeat;
  background-size: 66%;
  background-position: center; }

.function_list_box .c_box .icon_img5 {
  background: #fff url("../images/budget.png") no-repeat;
  background-size: 66%;
  background-position: center; }

.function_list_box .c_box .icon_img6 {
  background: #fff url("../images/earnings.png") no-repeat;
  background-size: 66%;
  background-position: center; }

.function_list_box .c_box .icon_img7 {
  background: #fff url("../images/refund.png") no-repeat;
  background-size: 66%;
  background-position: center; }

.function_list_box .c_box .icon_img8 {
  background: #fff url("../images/person.png") no-repeat;
  background-size: 66%;
  background-position: center; }

.reason_box {
  width: 100%;
  background: #FFFFFF;
  padding: 45px;
  margin-bottom: 30px; }

.reason_box .reason_box_header p {
  font-size: 20px;
  font-weight: bold;
  color: #ED9F22;
  margin: 0 0 10px; }

.reason_box .reason_box_header h3 {
  font-size: 28px;
  margin: 0 0 20px; }

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

.reason_box .reason_box_body .text_box {
  width: calc( 100% - 330px ); }

.reason_box .reason_box_body .text_box p {
  margin-top: 0; }

.reason_box .reason_box_body .img_box {
  width: 300px; }

.reason_box .reason_box_body .img_box .imgbox {
  width: 100%;
  padding-bottom: 56%;
  background: #eee;
  position: relative;
  overflow: hidden;
  transition: all ease .3s; }

.reason_box .reason_box_body .img_box .imgbox img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;' !important;
  transition: all ease .3s; }

@media screen and (max-width: 767px) {
  .reason_box {
    width: 100%;
    background: #FFFFFF;
    padding: 20px;
    margin-bottom: 10px;
    position: relative; }

  .reason_box .reason_box_header {
    padding-right: 110px; }

  .reason_box .reason_box_header p {
    font-size: 18px; }

  .reason_box .reason_box_header h3 {
    font-size: 18px;
    margin: 0 0 20px; }

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

  .reason_box .reason_box_body .text_box {
    width: 100%; }

  .reason_box .reason_box_body .text_box p {
    margin-top: 0;
    font-size: 14px; }

  .reason_box .reason_box_body .img_box {
    width: 90px;
    position: absolute;
    top: 20px;
    right: 20px; }

  .reason_box .reason_box_body .img_box .imgbox {
    width: 100%;
    padding-bottom: 100%;
    background: #eee;
    position: relative;
    overflow: hidden;
    transition: all ease .3s; }

  .reason_box .reason_box_body .img_box .imgbox img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;' !important;
    transition: all ease .3s; } }
.cando_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0 10px; }

.cando_box .cando_c_box {
  width: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 ); }

.cando_box .cando_c_box .img_box h3 {
  font-size: 28px;
  color: #ED9F22;
  margin: 0 0 10px; }

.cando_box .cando_c_box .img_box .imgbox {
  width: 100%;
  padding-bottom: 56%;
  background: #fff;
  position: relative;
  overflow: hidden;
  transition: all ease .3s;
  margin-bottom: 20px; }

.cando_box .cando_c_box .img_box .imgbox img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: contain;
  font-family: 'object-fit: contain;' !important;
  transition: all ease .3s; }

.cando_box .cando_c_box .text_box ul {
  margin: 0;
  padding: 0; }

.cando_box .cando_c_box .text_box ul li {
  list-style: none;
  color: #111111;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px; }

@media screen and (max-width: 767px) {
  .cando_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0 0; }

  .cando_box .cando_c_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #F5F5F5;
    padding: 15px; }

  .cando_box .cando_c_box:nth-child(2) {
    background: #fff; }

  .cando_box .cando_c_box .img_box {
    width: 120px; }

  .cando_box .cando_c_box .img_box h3 {
    font-size: 24px;
    color: #ED9F22;
    margin: 0 0 10px; }

  .cando_box .cando_c_box .img_box .imgbox {
    width: 100%;
    padding-bottom: 56%;
    background: none;
    position: relative;
    overflow: hidden;
    transition: all ease .3s;
    margin-bottom: 20px; }

  .cando_box .cando_c_box .img_box .imgbox img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: contain;
    font-family: 'object-fit: contain;' !important;
    transition: all ease .3s; }

  .cando_box .cando_c_box .text_box {
    width: calc( 100% - 140px ); }

  .cando_box .cando_c_box .text_box ul {
    margin: 0;
    padding: 0;
    margin-top: 9px; }

  .cando_box .cando_c_box .text_box ul li {
    list-style: none;
    color: #111111;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: left; }

  .cando_container {
    max-width: 100% !important;
    padding: 0 !important; } }
.mb_30 {
  margin-bottom: 30px;
  margin-top: -10px; }

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

.flow_box .flow_c_box {
  width: calc( ( 100% - ( 36px * ( 3 - 1) ) ) / 3 ); }

.flow_box .flow_c_box .step_text {
  text-align: center;
  color: #ED9F22;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 -13px;
  position: relative; }

.flow_box .flow_c_box h3 {
  font-size: 16px;
  font-weight: bold;
  text-align: center; }

.flow_box .flow_c_box img {
  width: 100%; }

@media screen and (max-width: 767px) {
  .flow_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 519px;
    margin: 0 auto; }

  .flow_box .flow_c_box {
    width: 100%;
    margin-bottom: 30px; }

  .flow_box .flow_c_box .step_text {
    text-align: center;
    color: #ED9F22;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 -13px;
    position: relative; }

  .flow_box .flow_c_box h3 {
    font-size: 16px;
    font-weight: bold;
    text-align: center; }

  .flow_box .flow_c_box img {
    width: 100%;
    max-width: 290px;
    display: block;
    margin: 0 auto; } }
.k_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px; }

.k_list .k_box {
  width: calc( ( 100% - ( 20px * ( 4 - 1) ) ) / 4 );
  background: none;
  padding: 0;
  margin-bottom: 20px; }

.k_list .k_box .imgbox {
  width: 100%;
  padding-bottom: 56%;
  position: relative;
  overflow: hidden;
  transition: all ease .3s; }

.k_list .k_box .imgbox img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: 'object-fit: contain;' !important;
  transition: all ease .3s; }

.k_list .k_box .fukidasi_text {
  position: relative;
  display: block;
  margin: 1.5em auto 0;
  padding: 7px 28px;
  min-width: 120px;
  max-width: 90%;
  color: #fff;
  font-size: 20px;
  background: #364966;
  border-radius: 4px;
  font-weight: bold; }

@media screen and (max-width: 1200px) {
  .k_list .k_box .fukidasi_text {
    position: relative;
    display: block;
    margin: 1.5em auto 0;
    padding: 7px 28px;
    min-width: 120px;
    max-width: 90%;
    color: #fff;
    font-size: 1.3vw;
    background: #364966;
    border-radius: 4px;
    font-weight: bold; } }
.k_list .k_box .fukidasi_text::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -11px;
  border: 11px solid transparent;
  border-top-width: 11px;
  border-top-style: solid;
  border-top-color: transparent;
  border-top: 18px solid #364966; }

.k_list .k_box .w_box {
  background: #fff;
  margin-top: -10px;
  padding: 40px 15px 15px; }

.k_list .k_box .w_box .imgbox2 {
  width: 50%;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
  transition: all ease .3s;
  margin: 0 auto; }

.k_list .k_box .w_box .imgbox2 img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: 'object-fit: contain;' !important;
  transition: all ease .3s;
  top: 0;
  left: 0; }

.k_list .k_box .w_box p {
  font-size: 20px !important; }

@media screen and (max-width: 1200px) {
  .k_list .k_box .w_box p {
    font-size: 1.3vw !important; } }
@media screen and (max-width: 767px) {
  .k_list {
    margin-bottom: 0px; }

  .k_list .k_box {
    width: calc( ( 100% - ( 20px * ( 2 - 1) ) ) / 2 );
    background: none;
    padding: 0;
    margin-bottom: 30px; }

  .k_list .k_box .fukidasi_text {
    font-size: 12px; }

  .k_list .k_box p {
    font-size: 12px; }

  .k_list .k_box .w_box p {
    font-size: 2.9vw !important; } }
.contact_area {
  position: relative; }

.contact_area .tel_text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #364966;
  text-align: center;
  min-height: 50px; }

.contact_area .tel_text p {
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin: 8px 0 0; }

.contact_area .tel_text p span {
  margin-right: 10px;
  font-size: 16px; }

.contact_area .tel_text p a {
  margin-right: 10px;
  margin-left: 10px;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  background: url("../images/tel.svg") no-repeat;
  background-size: 15px;
  background-position: top 9px left 1px;
  padding-left: 18px;
  font-weight: bold; }

.contact_area .container .inner {
  width: 100%;
  height: 280px;
  position: relative;
  padding-top: 26px; }

.contact_area .container::before {
  display: none; }

.contact_area .container .inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 280px;
  background: url("../images/hito2.png") no-repeat;
  background-size: 240px;
  background-position: bottom left;
  z-index: 0; }

.contact_area .container .inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 280px;
  background: url("../images/hito1.png") no-repeat;
  background-size: 240px;
  background-position: bottom right;
  z-index: 0; }

.contact_area .container .inner p {
  position: absolute;
  display: table;
  margin: 1.5em auto 0;
  padding: 7px 28px;
  min-width: 300px;
  text-align: center;
  max-width: 100%;
  color: #fff;
  font-size: 16px;
  background: #364966;
  border-radius: 4px;
  font-weight: bold;
  z-index: 1;
  top: -43px;
  left: 50%;
  margin-left: -150px; }

.contact_area .container .inner p::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -11px;
  border: 11px solid transparent;
  border-top-width: 11px;
  border-top-style: solid;
  border-top-color: transparent;
  border-top: 18px solid #364966; }

.contact_area .container .inner h2 {
  font-size: 24px;
  color: #fff;
  line-height: 1.3;
  position: relative;
  z-index: 1; }

.contact_area .container .inner h2 span {
  font-size: 30px;
  color: #fff; }

.contact_area .container .inner a {
  display: block;
  width: 100%;
  max-width: 340px;
  height: 80px;
  background: #DB3435;
  border-radius: 50px;
  border: 2px solid #fff;
  padding: 5px 15px 20px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  line-height: 1.3;
  margin: 30px auto 10px;
  z-index: 1; }

.contact_area .container .inner a:hover {
  opacity: 0.6; }

.contact_area .container .inner a::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 100px;
  height: 100%;
  background: url("../images/btn_icon.svg") no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-size: 14px;
  background-position: center right 25px; }

.contact_area .container .inner a span {
  font-size: 16px; }

.contact_area .container .inner .btm_w {
  display: flex;
  max-width: 727px;
  margin: -25px auto 0; }

.contact_area .container .inner a.type2 {
  display: block;
  width: 100%;
  max-width: 340px;
  height: 80px;
  background: #0094D3;
  border-radius: 50px;
  border: 2px solid #fff;
  padding: 8px 15px 20px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  line-height: 1.3;
  margin: 30px auto 10px;
  z-index: 1; }

.contact_area .container .inner a.type2 span {
  font-size: 14px; }

@media screen and (max-width: 1000px) {
  .contact_area .container .inner::before {
    display: none; }

  .contact_area .container .inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 280px;
    background: url("../images/hito1.png") no-repeat;
    background-size: 187px;
    background-position: bottom right;
    z-index: 0; } }
@media screen and (max-width: 767px) {
  .contact_area {
    background: #43B5CD;
    width: 100%;
    min-height: auto; }

  .contact_area .tel_text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #364966;
    text-align: center;
    min-height: 80px; }

  .contact_area .container .inner {
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 48px;
    max-width: 390px;
    margin: 0 auto;
    padding-bottom: 80px; }

  .contact_area .container .inner h2 {
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
    position: relative;
    z-index: 1;
    text-align: left;
    margin: 0; }

  .contact_area .container .inner h2 span {
    font-size: 18px; }

  .contact_area .container .inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 256px;
    background: url("../images/hito1.png") no-repeat;
    background-size: 187px;
    background-position: bottom right;
    z-index: 0; }

  .contact_area .container .inner .btm_w {
    display: block;
    max-width: 100%;
    margin: 0 auto 30px; }

  .contact_area.type2 .container .inner::after {
    content: "";
    position: absolute;
    top: auto;
    left: 0;
    width: 100%;
    height: 256px;
    background: url("../images/hito1.png") no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-size: 147px;
    background-position: bottom right 24px;
    z-index: 0;
    bottom: 238px; } }
@media screen and (max-width: 400px) {
  .contact_area.type2 .container .inner::after {
    content: "";
    position: absolute;
    top: auto;
    left: 0;
    width: 100%;
    height: 256px;
    background: url("../images/hito1.png") no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-size: 147px;
    background-position: bottom right 0;
    z-index: 0;
    bottom: 238px; } }
@media screen and (max-width: 350px) {
  .contact_area {
    background: #43B5CD;
    width: 100%;
    min-height: auto; }

  .contact_area .tel_text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #364966;
    text-align: center;
    min-height: 80px; }

  .contact_area .container .inner {
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 48px;
    max-width: 390px;
    margin: 0 auto;
    padding-bottom: 80px; }

  .contact_area .container .inner h2 {
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
    position: relative;
    z-index: 1;
    text-align: left;
    margin: 0; }

  .contact_area .container .inner h2 span {
    font-size: 14px; }

  .contact_area .container .inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 256px;
    background: url("../images/hito1.png") no-repeat;
    background-size: 131px;
    background-position: bottom right;
    z-index: 0; }

  .contact_area .container .inner a {
    display: block;
    width: 100%;
    max-width: 340px;
    height: 80px;
    background: #DB3435;
    border-radius: 50px;
    border: 2px solid #fff;
    padding: 16px 15px 20px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    line-height: 1.3;
    margin: 30px auto 10px;
    z-index: 1; }

  .contact_area .container .inner a:hover {
    opacity: 0.6; }

  .contact_area .container .inner a::after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 100px;
    height: 100%;
    background: url("../images/btn_icon.svg") no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-size: 14px;
    background-position: center right 10px; }

  .contact_area .container .inner a span {
    font-size: 12px; }

  .contact_area .tel_text p {
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin: 8px 0 0; }

  .contact_area .tel_text p span {
    margin-right: 10px;
    font-size: 12px; }

  .contact_area .tel_text p a {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    background: url("../images/tel.svg") no-repeat;
    background-size: 8px;
    background-position: top 6px left 1px;
    padding-left: 14px;
    font-weight: bold; } }
.fb_area {
  width: 160px;
  height: 160px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99; }

.fb_area_sp {
  display: none; }

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

  .fb_area_sp {
    width: 100%;
    height: 60px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 90;
    background: #DB3435;
    display: flex; } }
.fb_area_sp .tel_btn {
  width: 60px;
  height: 60px;
  background: #364966 url("../images/tel_w.svg") no-repeat;
  background-position: center;
  background-size: 15px; }

.fb_area_sp .contact_btn {
  width: calc( 100% - 60px );
  height: 60px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.2;
  background: url("../images/btn_icon.svg") no-repeat;
  background-position: center right 15px;
  padding-top: 5px; }

.fb_area_sp .contact_btn span {
  font-size: 14px; }

@media screen and (max-width: 400px) {
  .fb_area_sp .contact_btn {
    font-size: 5vw;
    padding-top: 2vw; }

  .fb_area_sp .contact_btn span {
    font-size: 3vw; } }
#formWrap {
  margin-top: 80px !important;
  margin-bottom: 80px !important; }

.title_style3 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #364966;
  margin-top: 10px; }

@media screen and (max-width: 767px) {
  .title_style3 {
    font-size: 28px; } }
#formWrap form input[type="submit"] {
  display: block;
  width: 100%;
  max-width: 340px;
  height: 80px;
  background: #0094D3;
  border-radius: 50px;
  border: 2px solid #fff;
  padding: 5px 15px 5px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  line-height: 1.3;
  margin: 30px auto 10px;
  z-index: 1;
  cursor: pointer;
  transition: all ease .3s; }

@media screen and (max-width: 767px) {
  #formWrap form input[type="submit"] {
    height: 60px;
    font-size: 18px; } }
@media screen and (min-width: 768px) {
  #formWrap form input[type="submit"]:hover {
    opacity: 0.6; } }
#formWrap input[type="button"] {
  display: block;
  width: 100%;
  max-width: 340px;
  height: 80px;
  background: #E8ECF2;
  border-radius: 50px;
  border: 2px solid #E8ECF2;
  padding: 5px 15px 5px;
  text-align: center;
  color: #111111;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  line-height: 1.3;
  margin: 30px auto 10px;
  z-index: 1;
  cursor: pointer;
  transition: all ease .3s; }

@media screen and (max-width: 767px) {
  #formWrap input[type="button"] {
    height: 60px;
    font-size: 18px; } }
@media screen and (min-width: 768px) {
  #formWrap input[type="button"]:hover {
    opacity: 0.6; } }
#formWrap input[type="text"] {
  padding: 8px 0.5em 8px 10px;
  width: 100%; }

#formWrap form textarea {
  padding: 8px 0.5em 8px 10px;
  width: 100%; }

#formWrap .require {
  color: #DB3435;
  font-size: 18px; }

.home_page {
  background: url("../images/main_pc.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 700px;
  position: relative;
  overflow: hidden; }

.marquee-left {
  position: absolute;
  bottom: 0;
  overflow: hidden;
  width: 100%; }
  .marquee-left ul {
    margin: 0;
    padding: 0; }
    .marquee-left ul li {
      list-style: none; }
  .marquee-left.marquee-left02 {
    position: relative;
    margin-bottom: 40px; }
    .marquee-left.marquee-left02 ul li img {
      margin: 0 auto;
      display: block;
      text-align: center; }

.home_page h1 {
  font-size: 18px;
  margin: 45px 0 0;
  padding: 0; }

.home_page h1 img {
  margin: 30px 0 0; }

.home_page main {
  padding: 27px 0 0; }

@media screen and (max-width: 768px) {
  .home_page {
    height: 100vh;
    background: url("../images/bg_main_sp.jpg") no-repeat;
    background-position: center;
    background-size: cover; } }
.main_v_inner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .main_v_inner .txtbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px; }
    .main_v_inner .txtbox .txt {
      display: inline-block;
      background: #000;
      font-size: 54px;
      font-weight: 700;
      margin: 0;
      color: #fff;
      padding: 10px 15px;
      letter-spacing: 0.04em;
      line-height: 1.2;
      transform-origin: left center; }
      .main_v_inner .txtbox .txt span {
        font-size: 35px; }
    .main_v_inner .txtbox .txt02 {
      display: inline-block;
      background: #000;
      font-size: 35px;
      font-weight: 700;
      margin: 0;
      color: #fff;
      padding: 10px 15px;
      line-height: 1.2;
      letter-spacing: 0.04em;
      transform-origin: left center; }
    .main_v_inner .txtbox .txt03 {
      font-size: 20px;
      font-weight: 700;
      display: inline-block;
      background: #000;
      color: #fff;
      margin: 0;
      padding: 10px 15px;
      line-height: 1.2;
      letter-spacing: 0.04em;
      transform-origin: left center; }
  .main_v_inner .link_area {
    display: block;
    text-align: center;
    margin: 0 auto; }
    .main_v_inner .link_area a {
      width: 360px;
      height: 60px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 20px;
      font-weight: 700;
      color: #fff;
      background: linear-gradient(to bottom, #ED1A24, #770D12);
      border-radius: 20px;
      text-decoration: none;
      margin: 0 auto;
      position: relative;
      letter-spacing: 0.04em; }
      .main_v_inner .link_area a::after {
        content: "";
        position: absolute;
        width: 22px;
        height: 22px;
        display: block;
        background: url("../images/arrow.svg") no-repeat;
        background-position: center;
        background-size: 22px;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%); }
      @media print, screen and (min-width: 768px) {
        .main_v_inner .link_area a:hover, .main_v_inner .link_area a:focus {
          opacity: .9; } }

@media screen and (max-width: 768px) {
  .main_v_inner .txtbox {
    margin-bottom: 40px; }
    .main_v_inner .txtbox .txt {
      font-size: 37px;
      padding: 10px; }
      .main_v_inner .txtbox .txt span {
        font-size: 20px; }
    .main_v_inner .txtbox .txt02 {
      font-size: 20px;
      padding: 10px; }
    .main_v_inner .txtbox .txt03 {
      font-size: 15px;
      padding: 10px; }
  .main_v_inner .link_area a {
    max-width: 284px;
    font-size: 16px;
    width: 284px; }
    .main_v_inner .link_area a::after {
      right: 15px; } }
/* ---------------------------------------------------------------- */
/* ヘッダーメニュー */
/* ---------------------------------------------------------------- */
/* SPメニュー */
/* ----------------------------------- */
.admin-bar #navi_contents.navi_contents-on {
  padding-top: 46px !important; }

@media screen and (max-width: 1300px) {
  .openSpNavi {
    width: 100%;
    height: 100%;
    overflow: hidden !important; } }
#drawerNaviWrap {
  position: fixed;
  top: 8px;
  right: 30px;
  font-weight: 400;
  display: none; }

@media screen and (max-width: 768px) {
  #drawerNaviWrap {
    position: fixed;
    top: 0 !important;
    right: 0 !important;
    font-weight: 400;
    display: none; } }
#drawerNaviWrap .drawerNaviBtnWrap {
  width: 45px;
  height: 45px;
  position: relative;
  cursor: pointer; }

#drawerNaviWrap .drawerNaviBtn {
  display: block;
  position: absolute;
  top: 15px;
  left: 50%;
  width: 25px;
  margin-left: -15px;
  height: 17px;
  transition: all .5s;
  z-index: 3; }

#drawerNaviWrap .drawerNaviBtn span {
  display: block;
  position: absolute;
  left: 0;
  width: 25px;
  height: 2px;
  background-color: #27282B;
  border-radius: 2px;
  transition: all .5s; }

#drawerNaviWrap .drawerNaviBtn span:nth-child(1) {
  top: 0; }

#drawerNaviWrap .drawerNaviBtn span:nth-child(2) {
  top: 7px; }

#drawerNaviWrap .drawerNaviBtn span:nth-child(3) {
  bottom: 0; }

#drawerNaviWrap .drawer-nav {
  display: block;
  position: fixed;
  top: 0;
  right: -300px;
  bottom: 0;
  width: 300px;
  height: 100vh;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 999;
  opacity: 0; }

#drawerNaviWrap .drawer-nav .drawerInner {
  padding: 0; }

#drawerNaviWrap #overlay {
  display: none;
  transition: all .5s; }

#drawerNaviWrap.open#drawerNaviWrap {
  position: relative;
  right: 125px; }

#drawerNaviWrap.open .drawerNaviBtnWrap {
  border: none;
  z-index: 10;
  width: 50px;
  height: 50px;
  display: none; }

#drawerNaviWrap.open .drawerNaviBtn {
  top: 10px;
  left: 10px;
  margin-left: 0; }

#drawerNaviWrap .drawerNavClose {
  font-size: 0px; }

#drawerNaviWrap.open .drawerNavClose {
  font-size: 28px;
  line-height: 1;
  color: #000;
  border: 1px solid #fff;
  background-color: #fff;
  position: fixed;
  width: 50px;
  height: 50px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  cursor: pointer; }

#drawerNaviWrap.open .drawerNavClose span {
  position: relative;
  top: -1px; }

#drawerNaviWrap.open .drawerNavClose:after {
  content: "";
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);
  position: absolute;
  width: 30px;
  color: #fff;
  display: block;
  font-size: 10px;
  font-weight: 400;
  font-family: 'Noto Sans JP', sans-serif; }

#drawerNaviWrap.open .drawer-nav {
  right: 0;
  opacity: 1;
  background: #fff; }

#drawerNaviWrap.open #overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: #000;
  opacity: .6;
  z-index: 2; }

@media screen and (max-width: 1200px) {
  #drawerNaviWrap {
    display: block;
    position: absolute;
    top: 24px;
    right: 2px;
    font-weight: 400; } }
.nav_area {
  padding: 44px 15px 30px;
  box-sizing: border-box; }

.globalNavList_s {
  margin: 20px auto 20px;
  padding: 0;
  width: 100%; }

.globalNavList_s li {
  padding: 0;
  width: 100%;
  -webkit-transition: .4s all;
  transition: .4s all;
  border-bottom: 1px solid #EFEFEF;
  list-style: none; }

.globalNavList_s li a {
  display: block;
  color: #333333 !important;
  padding: 10px 0;
  text-decoration: none;
  font-size: 14px !important;
  transition: .4s all; }

.globalNavList_s li a:hover {
  background: #eee; }

/*--------------------*/
/*    page    */
/*--------------------*/
#page01, #page02, #page03, #page04, #page05, #page06, #page07, #page08 {
  height: 1px;
  display: block;
  padding-top: 80px;
  margin-top: -80px; }

/*--------------------*/
/*    content    */
/*--------------------*/
.content {
  padding: 120px 0; }
  .content .tllimg {
    margin: 0 auto 20px;
    display: block;
    text-align: center; }

@media screen and (max-width: 768px) {
  .content {
    padding: 60px 0; } }
/*--------------------*/
/*    pr_area    */
/*--------------------*/
#pr_area {
  text-align: center;
  background: #FFFFFF; }
  #pr_area .inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 35px;
    grid-row-gap: 0px; }
    #pr_area .inner .box a {
      font-size: 16px;
      font-weight: 500;
      color: #fff;
      text-decoration: none; }
      #pr_area .inner .box a .imgbox {
        border-radius: 6px 6px 0 0;
        margin-bottom: -7px;
        overflow: hidden; }
        #pr_area .inner .box a .imgbox span {
          font-size: 18px;
          font-weight: 500;
          color: #fff;
          background: #010179;
          border-radius: 6px 6px 0 0;
          width: 100%;
          height: 40px;
          display: flex;
          justify-content: center;
          align-items: center;
          font-family: "Montserrat", sans-serif;
          letter-spacing: 0.05em; }
      #pr_area .inner .box a .txtbox {
        background: #000000;
        padding: 20px 10px 30px;
        border-radius: 0 0 6px 6px; }
        #pr_area .inner .box a .txtbox h3 {
          font-size: 25px;
          font-weight: 500;
          margin: 0 0 20px;
          color: #fff;
          letter-spacing: 0.03em; }
        #pr_area .inner .box a .txtbox p {
          font-size: 16px;
          font-weight: 500;
          color: #fff;
          margin: 0 0 35px;
          letter-spacing: 0.03em; }
    #pr_area .inner .box .btnWrap .btn {
      width: 100%;
      max-width: 120px;
      height: 25px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 13px;
      font-weight: 700;
      color: #fff;
      background: linear-gradient(to bottom, #ED1A24, #770D12);
      border-radius: 15px;
      margin: 0 auto;
      text-decoration: none;
      text-align: center;
      transition: transform .3s ease; }
    @media print, screen and (min-width: 768px) {
      #pr_area .inner .box:hover .btnWrap .btn, #pr_area .inner .box:focus .btnWrap .btn {
        transition: transform .3s ease;
        background: linear-gradient(to bottom, #770D12, #ED1A24); } }

#pr_area h2 {
  margin: 0 0 35px;
  font-size: 36px;
  line-height: 64px;
  font-weight: 700;
  color: #040000;
  letter-spacing: 0.08em; }
  #pr_area h2 img {
    margin-bottom: -10px; }

#pr_area p {
  font-size: 19px;
  color: #040000;
  font-weight: 500;
  margin: 0 0 90px;
  line-height: 2;
  letter-spacing: 0.03em; }

@media screen and (max-width: 768px) {
  #pr_area .inner {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 10px;
    padding: 0 10px; }
    #pr_area .inner .box {
      background: #000;
      border-radius: 6px;
      padding: 40px 15px 10px;
      position: relative; }
      #pr_area .inner .box span {
        position: absolute;
        top: 0;
        font-size: 18px;
        font-weight: 500;
        color: #fff;
        background: #010179;
        border-radius: 6px 6px 0 0;
        width: 100%;
        height: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 0; }
      #pr_area .inner .box a .box_inner {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 10px; }
        #pr_area .inner .box a .box_inner .imgbox {
          max-width: 120px;
          flex-basis: 120px;
          margin-bottom: 0;
          border-radius: 0;
          position: relative;
          width: 100%;
          padding-bottom: 80px;
          overflow: hidden; }
          #pr_area .inner .box a .box_inner .imgbox img {
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover;
            left: 0; }
        #pr_area .inner .box a .box_inner .txtbox {
          max-width: calc(100% - 135px);
          flex-basis: calc(100% - 135px);
          padding: 0; }
          #pr_area .inner .box a .box_inner .txtbox h3 {
            font-size: 16px;
            color: #fff;
            margin: 0 0 5px;
            text-align: left;
            font-weight: 700; }
          #pr_area .inner .box a .box_inner .txtbox p {
            font-size: 14px;
            color: #fff;
            margin: 0;
            text-align: left;
            letter-spacing: 0.03em; }

  #pr_area h2 {
    margin: 0 0 30px;
    font-size: 26px;
    line-height: 38px; }
    #pr_area h2 img {
      max-width: 20px;
      margin-bottom: -12px; }

  #pr_area p {
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 30px; } }
/*--------------------*/
/*    media    */
/*--------------------*/
#media_area {
  background: #010179;
  padding: 70px 0; }
  #media_area .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #media_area .inner .txtbox {
      max-width: 348px;
      flex-basis: 348px; }
      #media_area .inner .txtbox img {
        margin-bottom: 40px; }
      #media_area .inner .txtbox h2 {
        font-size: 34px;
        font-weight: 500;
        color: #fff;
        margin: 0 0 20px;
        letter-spacing: 0.08em; }
      #media_area .inner .txtbox p {
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        line-height: 2;
        letter-spacing: 0.03em; }
    #media_area .inner .box {
      max-width: calc(100% - 398px);
      flex-basis: calc(100% - 398px); }
      #media_area .inner .box .m_inner {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 20px;
        grid-row-gap: 0;
        margin-bottom: 50px; }
        #media_area .inner .box .m_inner .m_box .imgbox {
          margin-bottom: 15px; }
        #media_area .inner .box .m_inner .m_box .txtbox {
          background: #FEF200;
          padding: 15px;
          border-radius: 4px;
          height: 230px; }
          #media_area .inner .box .m_inner .m_box .txtbox h3 {
            font-size: 14px;
            background: #fff;
            font-weight: 500;
            border-radius: 13px;
            width: 100%;
            height: 26px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 0 0 10px;
            line-height: 1.6;
            letter-spacing: 0.05em; }
          #media_area .inner .box .m_inner .m_box .txtbox .txt {
            font-size: 12px;
            padding: 8px 0;
            margin: 0 0 10px;
            border-bottom: #000 solid 1px;
            border-top: #000 solid 1px;
            color: #000;
            font-weight: 400;
            letter-spacing: 0.05em; }
          #media_area .inner .box .m_inner .m_box .txtbox .txt02 {
            font-size: 14px;
            font-weight: 400;
            color: #000;
            margin: 0;
            letter-spacing: 0.03em;
            line-height: 1.6; }

@media screen and (min-width: 768px) and (max-width: 1210px) {
  #media_area .inner .txtbox {
    max-width: 100%;
    flex-basis: 100%;
    margin-bottom: 40px; }
  #media_area .inner .box {
    max-width: 100%;
    flex-basis: 100%; } }
@media screen and (max-width: 768px) {
  #media_area .inner .txtbox {
    max-width: 100%;
    flex-basis: 100%;
    margin-bottom: 40px; }
    #media_area .inner .txtbox img {
      margin-bottom: 10px; }
    #media_area .inner .txtbox h2 {
      font-size: 26px; }
  #media_area .inner .box {
    max-width: 100%;
    flex-basis: 100%; }
    #media_area .inner .box .m_inner {
      grid-template-columns: repeat(1, 1fr);
      grid-template-rows: repeat(1, 1fr);
      grid-column-gap: 0;
      grid-row-gap: 10px; }
      #media_area .inner .box .m_inner .m_box {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        #media_area .inner .box .m_inner .m_box .imgbox {
          max-width: 140px;
          flex-basis: 140px;
          position: relative;
          width: 100%;
          overflow: hidden;
          padding-bottom: 140px; }
          #media_area .inner .box .m_inner .m_box .imgbox img {
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: contain;
            object-position: top; }
        #media_area .inner .box .m_inner .m_box .txtbox {
          max-width: calc(100% - 155px);
          flex-basis: calc(100% - 155px);
          padding: 10px;
          height: auto; }
          #media_area .inner .box .m_inner .m_box .txtbox h3 {
            font-size: 14px; }
          #media_area .inner .box .m_inner .m_box .txtbox .txt {
            text-align: center; }
          #media_area .inner .box .m_inner .m_box .txtbox .txt02 {
            font-size: 13px; }
        #media_area .inner .box .m_inner .m_box.m_box02 .txtbox .txt02 {
          padding-bottom: 35px; } }
/*--------------------*/
/*    why    */
/*--------------------*/
#why_area {
  background: #E9F8F7; }
  #why_area h2 {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 18px;
    text-align: center;
    letter-spacing: 0.08em;
    color: #000; }
  #why_area .tllimg {
    position: relative;
    left: -35px; }
  #why_area .marquee-left02 {
    margin-bottom: 50px; }
  #why_area p {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin: 0 0 55px;
    letter-spacing: 0.03em;
    color: #040000; }
  #why_area .inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 45px;
    margin-bottom: 45px; }
    #why_area .inner .box {
      background: #fff;
      padding: 25px 15px 30px;
      border-radius: 12px; }
      #why_area .inner .box .w_box .txtbox h3 {
        text-align: center;
        margin: 0 0 20px;
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 0.03em; }
      #why_area .inner .box .w_box .imgbox {
        margin-bottom: 30px; }
        #why_area .inner .box .w_box .imgbox img {
          margin: 0 auto;
          text-align: center;
          display: block; }
      #why_area .inner .box p {
        font-size: 14px;
        font-weight: 400;
        margin: 0;
        text-align: left;
        color: #000000;
        letter-spacing: 0.03em; }
  #why_area .inner02 {
    display: flex;
    justify-content: center;
    gap: 0 45px; }
    #why_area .inner02 .box {
      background: #fff;
      padding: 25px 15px 30px;
      border-radius: 12px;
      max-width: 360px; }
      #why_area .inner02 .box .w_box .txtbox h3 {
        text-align: center;
        margin: 0 0 20px;
        font-size: 20px;
        font-weight: 500; }
      #why_area .inner02 .box .w_box .imgbox {
        margin-bottom: 30px; }
        #why_area .inner02 .box .w_box .imgbox img {
          margin: 0 auto;
          text-align: center;
          display: block; }
      #why_area .inner02 .box p {
        font-size: 14px;
        font-weight: 400;
        margin: 0;
        text-align: left; }

@media screen and (min-width: 768px) and (max-width: 1210px) {
  #why_area .inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    flex-wrap: wrap; }
  #why_area .inner02 .box {
    max-width: 100%; } }
@media screen and (max-width: 768px) {
  #why_area .tllimg {
    max-width: 226px;
    left: -10px; }
  #why_area h2 {
    font-size: 26px; }
  #why_area p {
    font-size: 15px;
    text-align: left;
    margin-bottom: 20px;
    padding: 0 10px; }
  #why_area .inner {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 15px;
    margin-bottom: 15px; }
    #why_area .inner .box {
      padding: 20px; }
      #why_area .inner .box .w_box {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        flex-direction: row-reverse;
        margin-bottom: 10px; }
        #why_area .inner .box .w_box .imgbox {
          max-width: 64px;
          flex-basis: 64px;
          margin-bottom: 0; }
          #why_area .inner .box .w_box .imgbox img {
            max-width: 64px; }
        #why_area .inner .box .w_box .txtbox {
          max-width: calc(100% - 84px);
          flex-basis: calc(100% - 84px); }
          #why_area .inner .box .w_box .txtbox h3 {
            text-align: left;
            margin: 0;
            font-size: 16px; }
      #why_area .inner .box p {
        font-size: 13px; }
  #why_area .inner02 {
    display: block; }
    #why_area .inner02 .box {
      padding: 20px; }
      #why_area .inner02 .box:first-child {
        margin-bottom: 15px; }
      #why_area .inner02 .box .w_box {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        flex-direction: row-reverse;
        margin-bottom: 10px; }
        #why_area .inner02 .box .w_box .imgbox {
          max-width: 64px;
          flex-basis: 64px;
          margin-bottom: 0; }
          #why_area .inner02 .box .w_box .imgbox img {
            max-width: 64px; }
        #why_area .inner02 .box .w_box .txtbox {
          max-width: calc(100% - 84px);
          flex-basis: calc(100% - 84px); }
          #why_area .inner02 .box .w_box .txtbox h3 {
            text-align: left;
            margin: 0;
            font-size: 16px; }
      #why_area .inner02 .box p {
        font-size: 13px; } }
/*--------------------*/
/*    about    */
/*--------------------*/
#about_area {
  padding: 120px 0 0; }
  #about_area .tllimg {
    position: relative;
    left: -35px; }
  #about_area h2 {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 20px;
    text-align: center;
    letter-spacing: 0.08em;
    color: #000000; }
  #about_area h3 {
    font-size: 28px;
    text-align: center;
    margin: 0 0 50px;
    font-weight: 700;
    color: #040000;
    letter-spacing: 0.08em; }
  #about_area p {
    font-size: 20px;
    font-weight: 500;
    margin: 0 auto 80px;
    display: block;
    max-width: 830px;
    letter-spacing: 0.06em;
    line-height: 2.1;
    color: #000; }
    #about_area p span {
      background: #E9F8F7; }
  #about_area .inner {
    background: linear-gradient(180deg, #fff 0%, #fff 50%, #010179 50%, #010179 100%); }
    #about_area .inner .a_box {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: 1fr;
      grid-column-gap: 20px;
      grid-row-gap: 0px; }
      #about_area .inner .a_box .box {
        background: #000;
        padding: 20px 40px 40px;
        border-radius: 12px; }
        #about_area .inner .a_box .box span {
          font-size: 14px;
          font-weight: 700;
          margin: 0 auto 25px;
          text-align: center;
          display: block;
          color: #CCEAFF; }
        #about_area .inner .a_box .box h3 {
          font-size: 22px;
          font-weight: 700;
          margin: 0 0 25px;
          text-align: center;
          color: #fff; }
        #about_area .inner .a_box .box p {
          font-size: 14px;
          font-weight: 500;
          color: #fff;
          margin: 0 0 25px;
          letter-spacing: 0.03em;
          min-height: 117px; }
        #about_area .inner .a_box .box img {
          margin: 0 auto;
          text-align: center;
          display: block; }

@media screen and (max-width: 768px) {
  #about_area {
    padding: 60px 0 0; }
    #about_area .tllimg {
      max-width: 232px;
      left: -10px; }
    #about_area h2 {
      font-size: 26px; }
    #about_area h3 {
      font-size: 24px;
      margin: 0 0 40px; }
    #about_area p {
      margin: 0 0 100px;
      font-size: 15px; }
    #about_area .inner .a_box {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      grid-template-rows: 1fr;
      grid-column-gap: 0;
      grid-row-gap: 20px; }
      #about_area .inner .a_box .box {
        padding: 20px 15px 30px; }
        #about_area .inner .a_box .box span {
          font-size: 12px;
          margin-bottom: 7px; }
        #about_area .inner .a_box .box h3 {
          font-size: 17px;
          margin: 0 0 5px; }
        #about_area .inner .a_box .box p {
          font-size: 13px;
          min-height: auto; } }
/*--------------------*/
/*    service   */
/*--------------------*/
#service_area {
  background: #010179; }
  #service_area .tllimg {
    position: relative;
    left: -25px; }
  #service_area h2 {
    font-size: 36px;
    color: #fff;
    margin: 0 0 20px;
    text-align: center;
    letter-spacing: 0.08em; }
  #service_area h3 {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 110px;
    text-align: center;
    color: #fff;
    letter-spacing: 0.05em; }
  #service_area .box {
    background: #fff;
    border-radius: 20px;
    max-width: 1000px;
    margin: 0 auto 40px;
    display: block; }
    #service_area .box .bg_w {
      padding: 45px 70px 40px; }
      #service_area .box .bg_w .txt {
        font-size: 20px;
        font-weight: 500;
        margin: 0 0 7px;
        text-align: center;
        letter-spacing: 0.03em; }
      #service_area .box .bg_w h4 {
        font-size: 38px;
        font-weight: 700;
        margin: 0 0 10px;
        text-align: center;
        letter-spacing: 0.05em;
        color: #000; }
      #service_area .box .bg_w .txt02 {
        font-size: 15px;
        font-weight: 500;
        margin: 0 0 40px;
        text-align: center;
        letter-spacing: 0.03em; }
      #service_area .box .bg_w .txt03 {
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        margin: 0 0 20px;
        letter-spacing: 0.03em; }
      #service_area .box .bg_w .inner {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 32px;
        grid-row-gap: 0px; }
        #service_area .box .bg_w .inner .s_box {
          background: #FEF200;
          border-radius: 6px;
          padding: 10px 19px 20px; }
          #service_area .box .bg_w .inner .s_box span {
            font-size: 17px;
            font-weight: 600;
            display: block;
            text-align: center;
            margin: 0 auto 20px;
            letter-spacing: 0.03em;
            font-family: "Montserrat", sans-serif; }
          #service_area .box .bg_w .inner .s_box h5 {
            font-size: 20px;
            font-weight: 700;
            margin: 0 0 10px;
            text-align: center;
            min-height: 60px;
            letter-spacing: 0.03em; }
          #service_area .box .bg_w .inner .s_box .txt04 {
            font-size: 15px;
            font-weight: 500;
            margin: 0;
            text-align: center;
            letter-spacing: 0.03em; }
    #service_area .box .bg_blue {
      background: #E9F8F7;
      padding: 30px 70px 40px;
      border-radius: 0 0 20px 20px; }
      #service_area .box .bg_blue .txt05 {
        width: 100%;
        background: #000;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 25px;
        font-size: 20px;
        font-weight: 500;
        color: #fff;
        margin: 0 0 35px;
        letter-spacing: 0.10em; }
      #service_area .box .bg_blue .column {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        #service_area .box .bg_blue .column .leftbox {
          max-width: 260px;
          flex-basis: 260px;
          background: #fff;
          border-radius: 10px;
          padding: 30px 40px; }
          #service_area .box .bg_blue .column .leftbox span {
            font-size: 15px;
            font-weight: 700;
            background: #FEF200;
            border-radius: 4px;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 182px;
            height: 30p;
            margin: 0 auto;
            text-align: center;
            margin: 0 0 25px;
            letter-spacing: 0.10em; }
          #service_area .box .bg_blue .column .leftbox .txt06 {
            font-size: 18px;
            font-weight: 500;
            text-align: center;
            margin: 0 0 50px;
            letter-spacing: 0.02em; }
        #service_area .box .bg_blue .column .rightbox {
          max-width: calc(100% - 300px);
          flex-basis: calc(100% - 300px); }
          #service_area .box .bg_blue .column .rightbox h6 {
            font-size: 20px;
            font-weight: 500;
            margin: 0 0 20px;
            letter-spacing: 0.08em; }
          #service_area .box .bg_blue .column .rightbox .txt07 {
            font-size: 15px;
            font-weight: 400;
            margin: 0 0 30px;
            letter-spacing: 0.08em; }
          #service_area .box .bg_blue .column .rightbox .columnWrap {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap; }
            #service_area .box .bg_blue .column .rightbox .columnWrap .col {
              max-width: calc(100% - 230px);
              flex-basis: calc(100% - 230px); }
            #service_area .box .bg_blue .column .rightbox .columnWrap .col02 {
              max-width: 200px;
              flex-basis: 200px; }
      #service_area .box .bg_blue .column_3Wrap {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 55px;
        grid-row-gap: 0;
        margin: 0 auto 30px;
        max-width: 767px; }
        #service_area .box .bg_blue .column_3Wrap .colbox .txt08 {
          background: #FEF200;
          border-radius: 4px;
          height: 60px;
          width: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 16px;
          font-weight: 500;
          text-align: center;
          margin: 0 0 12px;
          letter-spacing: 0.02em; }
        #service_area .box .bg_blue .column_3Wrap .colbox .txt09 {
          font-size: 14px;
          font-weight: 400;
          margin: 0 0 10px;
          min-height: 140px;
          letter-spacing: 0.03em; }
      #service_area .box .bg_blue .txt10 {
        font-size: 16px;
        font-weight: 500;
        margin: 0;
        text-align: center;
        letter-spacing: 0.03em; }

@media screen and (max-width: 768px) {
  #service_area .tllimg {
    left: -16px;
    max-width: 259px; }
  #service_area h2 {
    font-size: 26px; }
  #service_area h3 {
    font-size: 15px;
    margin: 0 0 40px; }
  #service_area .box {
    max-width: 100%; }
    #service_area .box .bg_w {
      padding: 30px 20px 15px; }
      #service_area .box .bg_w .txt {
        font-size: 15px; }
      #service_area .box .bg_w h4 {
        font-size: 26px; }
      #service_area .box .bg_w .txt02 {
        font-size: 14px;
        margin: 0 0 30px; }
      #service_area .box .bg_w .txt03 {
        font-size: 13px;
        margin: 0 0 12px; }
      #service_area .box .bg_w .inner {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 0;
        grid-row-gap: 10px; }
        #service_area .box .bg_w .inner .s_box {
          padding: 8px 12px 12px; }
          #service_area .box .bg_w .inner .s_box span {
            font-size: 15px;
            margin: 0 auto 5px; }
          #service_area .box .bg_w .inner .s_box h5 {
            font-size: 16px;
            margin: 0 0 10px;
            min-height: auto; }
          #service_area .box .bg_w .inner .s_box .txt04 {
            font-size: 14px; }
    #service_area .box .bg_blue {
      padding: 15px 35px 40px; }
      #service_area .box .bg_blue .txt05 {
        height: 32px;
        font-size: 15px;
        margin: 0 0 18px; }
      #service_area .box .bg_blue .column .leftbox {
        max-width: 100%;
        flex-basis: 100%;
        padding: 20px 30px;
        margin-bottom: 30px; }
        #service_area .box .bg_blue .column .leftbox span {
          font-size: 13px;
          margin: 0 auto 7px;
          text-align: center;
          display: block; }
        #service_area .box .bg_blue .column .leftbox .txt06 {
          font-size: 14px;
          margin: 0 0 10px; }
      #service_area .box .bg_blue .column .rightbox {
        max-width: 100%;
        flex-basis: 100%; }
        #service_area .box .bg_blue .column .rightbox h6 {
          font-size: 18px;
          margin: 0 0 10px; }
        #service_area .box .bg_blue .column .rightbox .txt07 {
          font-size: 13px;
          margin: 0 0 15px; }
        #service_area .box .bg_blue .column .rightbox .columnWrap {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; }
          #service_area .box .bg_blue .column .rightbox .columnWrap .col {
            max-width: 100%;
            flex-basis: 100%;
            order: 2; }
          #service_area .box .bg_blue .column .rightbox .columnWrap .col02 {
            max-width: 100%;
            flex-basis: 100%;
            order: 1;
            margin-bottom: 25px; }
            #service_area .box .bg_blue .column .rightbox .columnWrap .col02 img {
              margin: 0 auto;
              text-align: center;
              display: block; }
      #service_area .box .bg_blue .column_3Wrap {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 0;
        grid-row-gap: 35px;
        margin: 0 auto 30px;
        max-width: 100%; }
        #service_area .box .bg_blue .column_3Wrap .colbox .txt08 {
          height: 36px;
          font-size: 15px; }
        #service_area .box .bg_blue .column_3Wrap .colbox .txt09 {
          margin: 0 0 14px;
          min-height: auto; }
        #service_area .box .bg_blue .column_3Wrap .colbox .bg_blue_imgbox {
          position: relative;
          padding-bottom: 85px;
          overflow: hidden;
          width: 100%;
          max-width: 120px;
          margin: 0 auto; }
          #service_area .box .bg_blue .column_3Wrap .colbox .bg_blue_imgbox img {
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover; }
    #service_area .box.box03 .bg_w h4 {
      font-size: 24px; } }
/*--------------------*/
/*    drama   */
/*--------------------*/
#drama_area h2 {
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 25px;
  text-align: center;
  color: #010179;
  letter-spacing: 0.08em; }
#drama_area .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #FEF200;
  padding: 50px 65px; }
  #drama_area .inner .leftbox {
    max-width: 300px;
    flex-basis: 300px; }
    #drama_area .inner .leftbox img {
      margin: 0 0 20px; }
    #drama_area .inner .leftbox h3 {
      font-size: 29px;
      font-weight: 500;
      margin: 0 0 10px;
      letter-spacing: 0.03em; }
    #drama_area .inner .leftbox p {
      font-size: 15px;
      font-weight: 400;
      letter-spacing: 0.03em; }
  #drama_area .inner .rightbox {
    max-width: calc(100% - 340px);
    flex-basis: calc(100% - 340px);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 0px; }
    #drama_area .inner .rightbox .box img {
      margin-bottom: 10px; }
    #drama_area .inner .rightbox .box .txtbox {
      background: #fff;
      padding: 15px 10px; }
      #drama_area .inner .rightbox .box .txtbox h4 {
        font-size: 22px;
        font-weight: 700;
        margin: 0 0 15px;
        color: #010179;
        letter-spacing: 0.05em; }
      #drama_area .inner .rightbox .box .txtbox .txt {
        font-size: 14px;
        font-weight: 400;
        margin: 0 0 20px;
        letter-spacing: 0.03em; }
      #drama_area .inner .rightbox .box .txtbox .txt02 {
        font-size: 13px;
        font-weight: 400;
        margin: 0;
        letter-spacing: 0.07em; }

@media screen and (max-width: 768px) {
  #drama_area h2 {
    font-size: 26px; }
  #drama_area .inner {
    padding: 50px 30px; }
    #drama_area .inner .leftbox {
      max-width: 100%;
      flex-basis: 100%;
      margin-bottom: 15px; }
      #drama_area .inner .leftbox img {
        margin: 0 auto 25px;
        text-align: center;
        display: block; }
      #drama_area .inner .leftbox h3 {
        font-size: 28px;
        text-align: center; }
      #drama_area .inner .leftbox p {
        font-size: 14px;
        text-align: center; }
    #drama_area .inner .rightbox {
      max-width: 100%;
      flex-basis: 100%;
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      grid-template-rows: 1fr;
      grid-column-gap: 0;
      grid-row-gap: 25px; }
      #drama_area .inner .rightbox .box .txtbox {
        padding: 10px 20px; }
        #drama_area .inner .rightbox .box .txtbox h4 {
          font-size: 20px;
          margin: 0 0 5px; }
        #drama_area .inner .rightbox .box .txtbox .txt {
          margin: 0 0 5px; } }
/*--------------------*/
/*    cta_area   */
/*--------------------*/
.cta_area {
  background: #000;
  height: 400px;
  padding: 70px 0;
  position: relative;
  overflow: hidden; }
  .cta_area .cta_box p {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 50px;
    text-align: center;
    letter-spacing: 0.04em; }
  .cta_area .cta_box .btnbox a {
    width: 100%;
    max-width: 360px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(to bottom, #ED1A24, #770D12);
    border-radius: 20px;
    text-decoration: none;
    margin: 0 auto;
    position: relative;
    letter-spacing: 0.04em; }
    .cta_area .cta_box .btnbox a::after {
      content: "";
      position: absolute;
      width: 22px;
      height: 22px;
      display: block;
      background: url("../images/arrow.svg") no-repeat;
      background-position: center;
      background-size: 22px;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%); }
    @media print, screen and (min-width: 768px) {
      .cta_area .cta_box .btnbox a:hover, .cta_area .cta_box .btnbox a:focus {
        opacity: .9; } }

@media screen and (max-width: 768px) {
  .cta_area {
    padding: 60px 0; }
    .cta_area .cta_box p {
      font-size: 20px;
      margin: 0 0 45px; }
    .cta_area .cta_box .btnbox a {
      max-width: 285px;
      font-size: 16px; }
      .cta_area .cta_box .btnbox a::after {
        right: 13px; } }
/*--------------------*/
/*    price   */
/*--------------------*/
#price_area .tllimg {
  position: relative;
  left: -38px; }
#price_area h2 {
  font-size: 32px;
  font-weight: 500;
  margin: 0 0 30px;
  text-align: center;
  letter-spacing: 0.08em; }
#price_area p {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 20px;
  text-align: center;
  letter-spacing: 0.05em; }
#price_area .box {
  background: #FEF200;
  border-radius: 10px;
  max-width: 940px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px; }
  #price_area .box p {
    font-size: 28px;
    font-weight: 500;
    margin: 0;
    letter-spacing: 0.10em; }
    #price_area .box p ._01 {
      font-size: 54px;
      font-weight: 600;
      font-family: "Montserrat", sans-serif;
      letter-spacing: 0.02em;
      margin: 0 12px; }
    #price_area .box p ._02 {
      letter-spacing: 0.02em;
      margin: 0 12px;
      font-size: 34px;
      font-weight: 500; }
#price_area .inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  max-width: 940px;
  margin: 0 auto 20px; }
  #price_area .inner .p_box {
    background: #FEF200;
    border-radius: 10px;
    padding: 20px; }
    #price_area .inner .p_box p {
      font-size: 16px;
      font-weight: 500;
      margin: 0;
      letter-spacing: 0.04em;
      text-align: left; }
#price_area .box02 {
  background: #010179;
  border-radius: 10px;
  padding: 35px;
  max-width: 940px;
  margin: 0 auto; }
  #price_area .box02 .txt {
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    color: #FEF200;
    margin: 0 0 10px;
    letter-spacing: 0.07em; }
  #price_area .box02 .box02tll {
    display: block;
    margin: 0 auto 30px;
    text-align: center; }
    #price_area .box02 .box02tll h3 {
      font-size: 36px;
      font-weight: 700;
      display: inline-block;
      border-bottom: #fff solid 6px;
      color: #fff;
      text-align: center;
      margin: 0;
      letter-spacing: 0.08em; }
  #price_area .box02 .txt02 {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 25px;
    text-align: center;
    color: #fff;
    letter-spacing: 0.05em; }
  #price_area .box02 .txt03 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 12px;
    text-align: center;
    color: #fff;
    letter-spacing: 0.10em; }
  #price_area .box02 .btnbox a {
    width: 100%;
    max-width: 360px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(to bottom, #ED1A24, #770D12);
    border-radius: 20px;
    text-decoration: none;
    margin: 0 auto;
    position: relative;
    letter-spacing: 0.04em; }
    #price_area .box02 .btnbox a::after {
      content: "";
      position: absolute;
      width: 22px;
      height: 22px;
      display: block;
      background: url("../images/arrow.svg") no-repeat;
      background-position: center;
      background-size: 22px;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%); }
    @media print, screen and (min-width: 768px) {
      #price_area .box02 .btnbox a:hover, #price_area .box02 .btnbox a:focus {
        opacity: .9; } }

@media screen and (max-width: 768px) {
  #price_area .tllimg {
    left: -26px;
    max-width: 200px; }
  #price_area h2 {
    font-size: 26px;
    margin: 0 0 20px; }
  #price_area p {
    font-size: 15px; }
  #price_area .box {
    padding: 15px 30px 30px;
    max-width: 100%; }
    #price_area .box p {
      font-size: 24px;
      text-align: left;
      letter-spacing: 5px; }
      #price_area .box p ._01 {
        font-size: 16px;
        line-height: 1; }
      #price_area .box p ._02 {
        font-size: 40px;
        line-height: 1;
        font-family: "Montserrat", sans-serif;
        font-weight: 600; }
  #price_area .inner {
    display: block;
    background: #FEF200;
    border-radius: 10px;
    padding: 15px;
    max-width: 100%; }
    #price_area .inner .txt04 {
      text-align: left;
      font-size: 13px;
      font-weight: 500;
      margin: 0; }
  #price_area .box02 {
    padding: 30px;
    max-width: 100%; }
    #price_area .box02 .txt {
      font-size: 18px; }
    #price_area .box02 .box02tll {
      margin-bottom: 0; }
      #price_area .box02 .box02tll h3 {
        font-size: 24px;
        margin: 0 0 20px;
        padding-bottom: 10px; }
    #price_area .box02 .txt02 {
      font-size: 15px;
      margin: 0 0 30px; }
    #price_area .box02 .txt03 {
      font-size: 14px; }
    #price_area .box02 .btnbox a {
      font-size: 14px;
      height: 48px; } }
/*--------------------*/
/*    process_area   */
/*--------------------*/
#process_area {
  padding-top: 0; }
  #process_area .tllimg {
    margin: 0 auto 7px;
    display: block;
    text-align: center; }
  #process_area h2 {
    font-size: 38px;
    font-weight: 500;
    margin: 0 0 30px;
    text-align: center;
    letter-spacing: 0.08em; }
  #process_area .inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 48px;
    grid-row-gap: 20px; }
    #process_area .inner .box {
      background: #E9F8F7;
      border-radius: 10px;
      padding: 17px 20px 20px;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      align-items: center; }
      #process_area .inner .box .number {
        max-width: 50px;
        flex-basis: 50px;
        font-size: 40px;
        font-weight: 600;
        color: #B7B7B7;
        font-family: "Montserrat", sans-serif;
        line-height: 1;
        letter-spacing: 0.04em; }
      #process_area .inner .box .txtbox {
        max-width: calc(100% - 90px);
        flex-basis: calc(100% - 90px); }
        #process_area .inner .box .txtbox h3 {
          font-size: 20px;
          margin: 0 0 10px;
          font-weight: 500;
          letter-spacing: 0.05em; }
        #process_area .inner .box .txtbox p {
          font-size: 14px;
          font-weight: 400;
          margin: 0;
          letter-spacing: 0.04em; }
      #process_area .inner .box.box7 {
        background: #FEF200; }
        #process_area .inner .box.box7 .txtbox h3 {
          margin: 0; }

@media screen and (max-width: 768px) {
  #process_area {
    padding-top: 0; }
    #process_area h2 {
      font-size: 18px;
      margin: 0 0 40px; }
    #process_area .inner {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      grid-template-rows: repeat(1, 1fr);
      grid-column-gap: 0;
      grid-row-gap: 10px; }
      #process_area .inner .box {
        padding: 10px;
        align-items: flex-start; }
        #process_area .inner .box .number {
          max-width: 30px;
          flex-basis: 30px;
          font-size: 20px; }
        #process_area .inner .box .txtbox {
          max-width: calc(100% - 50px);
          flex-basis: calc(100% - 50px); }
          #process_area .inner .box .txtbox h3 {
            margin: 0 0 5px; }
        #process_area .inner .box.box7 {
          padding: 40px 10px;
          position: relative; }
          #process_area .inner .box.box7 .number {
            position: absolute;
            top: 10px;
            left: 10px; }
          #process_area .inner .box.box7 .txtbox {
            padding-left: 50px; } }
/*--------------------*/
/*    web   */
/*--------------------*/
#web_area {
  background: #E1EAE9; }
  #web_area h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 50px;
    text-align: center;
    letter-spacing: 0.08em; }
  #web_area .inner {
    max-width: 840px;
    margin: 0 auto 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #web_area .inner .imgbox {
      max-width: 270px;
      flex-basis: 270px; }
    #web_area .inner .txtbox {
      max-width: calc(100% - 320px);
      flex-basis: calc(100% - 320px); }
      #web_area .inner .txtbox p {
        font-size: 16px;
        font-weight: 400;
        margin: 0;
        letter-spacing: 0.04em; }
  #web_area .btnWrap {
    margin: 0 0 40px; }
    #web_area .btnWrap a {
      max-width: 300px;
      height: 36px;
      border-radius: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 14px;
      font-weight: 700;
      text-align: center;
      color: #D62142;
      text-decoration: none;
      margin: 0 auto;
      letter-spacing: 0.07em; }
  #web_area .txt {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px;
    text-align: center;
    letter-spacing: 0.08em; }
  #web_area .inner02 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 18px;
    grid-row-gap: 0; }
    #web_area .inner02 .box P {
      font-size: 16px;
      font-weight: 400;
      text-align: center;
      margin: 0;
      letter-spacing: 0.05em; }

@media screen and (max-width: 768px) {
  #web_area h2 {
    font-size: 20px;
    margin: 0 0 30px; }
  #web_area .inner {
    max-width: 100%;
    margin: 0 auto 80px;
    padding: 0 35px; }
    #web_area .inner .imgbox {
      max-width: 100%;
      flex-basis: 100%;
      margin-bottom: 40px; }
      #web_area .inner .imgbox img {
        margin: 0 auto;
        text-align: center;
        display: block; }
    #web_area .inner .txtbox {
      max-width: 100%;
      flex-basis: 100%; }
  #web_area .inner02 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 45px;
    padding: 0 15px; }
    #web_area .inner02 .box .imgbox {
      position: relative;
      width: 100%;
      padding-bottom: 86px;
      overflow: hidden;
      margin-bottom: 10px; }
      #web_area .inner02 .box .imgbox img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    #web_area .inner02 .box P {
      font-size: 13px; } }
@media screen and (max-width: 768px) {
  .messages_box3 {
    position: relative;
    width: 100%;
    padding: 53px 0 0 0;
    margin-top: 0; }
    .messages_box3 img {
      position: absolute;
      bottom: auto;
      top: 0;
      left: 3px;
      width: 80px; }
    .messages_box3 .inner {
      width: 100%;
      background: #27282B;
      border-radius: 16px;
      overflow: hidden; }
      .messages_box3 .inner .head_box {
        width: 100%;
        text-align: center;
        padding: 18px 15px 18px;
        background: #D62042; }
        .messages_box3 .inner .head_box p {
          text-align: center;
          font-size: 16px;
          color: #fff;
          margin: 0; }
      .messages_box3 .inner .bottom_box {
        width: 100%;
        text-align: center;
        padding: 18px 15px 18px; }
        .messages_box3 .inner .bottom_box p {
          text-align: center;
          font-size: 14px;
          color: #fff;
          margin: 0; } }
/*--------------------*/
/*    アニメーション   */
/*--------------------*/
.anim1 {
  animation-delay: 0.5s !important; }

.anim2 {
  animation-delay: 0.8s !important; }

.anim3 {
  animation-delay: 1.1s !important; }

.plan_box {
  margin: 60px auto 120px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 60px 15px 60px;
  border-radius: 4px;
  overflow: hidden; }
  .plan_box h3 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 10px; }
    .plan_box h3 span {
      font-size: 20px; }
  @media screen and (max-width: 768px) {
    .plan_box h3 {
      text-align: center;
      font-size: 24px; }
      .plan_box h3 span {
        font-size: 18px; } }
  .plan_box .text_type2 {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin: -14px 0 20px; }
    .plan_box .text_type2 .span1 {
      font-family: "Oswald", sans-serif;
      font-optical-sizing: auto;
      font-weight: bold;
      font-style: normal;
      font-size: 80px; }
    .plan_box .text_type2 .span2 {
      font-size: 18px; }
    @media screen and (max-width: 768px) {
      .plan_box .text_type2 .span3 {
        display: block;
        text-align: center;
        margin: -19px 0 -33px; } }
  .plan_box .text_type3 {
    text-align: center;
    font-size: 20px; }
  .plan_box .text_type4 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px; }
  .plan_box .text_type5 {
    text-align: center; }
  @media screen and (max-width: 768px) {
    .plan_box .text_type3 {
      text-align: center;
      font-size: 16px; }
    .plan_box .text_type4 {
      text-align: center;
      font-size: 16px;
      margin-bottom: 30px; }
    .plan_box .text_type5 {
      text-align: center; } }
  .plan_box a {
    display: block;
    width: 100%;
    max-width: 345px;
    height: 80px;
    background: #D62042;
    border-radius: 50px;
    padding: 10px 15px 20px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    position: relative;
    line-height: 1.3;
    margin: 10px auto 10px;
    z-index: 1; }
  @media screen and (min-width: 767px) {
    .plan_box a:hover {
      opacity: 0.8; } }
  .plan_box a span {
    font-size: 16px; }
  .plan_box a::after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 100px;
    height: 100%;
    background: url("../images/btn_icon.svg") no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-size: 14px;
    background-position: center right 25px; }

@media screen and (max-width: 768px) {
  .plan_box {
    margin: 37px auto 20px;
    width: 100%;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 12px 15px 28px;
    border-radius: 4px;
    overflow: hidden; } }
.c_bk {
  background: #F5F5F5; }

.menu {
  opacity: 0;
  position: absolute;
  top: 70px;
  left: 50%;
  margin-left: -120px;
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.8);
  width: 240px;
  padding: 0 10px 10px;
  text-align: center; }
  .menu a {
    text-align: center;
    font-size: 23px !important;
    font-weight: 900;
    background: url("../images/tel_b.svg") no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position: top 13px left;
    background-size: 23px;
    display: inline-block !important;
    padding-left: 37px;
    transition: all ease .3s; }
  .menu p {
    text-align: center;
    font-size: 14px;
    margin: 0 0 0; }

.menu.open {
  opacity: 1;
  transition: all ease .3s; }

.hiki {
  background: url("../images/hiki.svg") no-repeat;
  background-position: center;
  background-size: 314px;
  margin: 0;
  padding: 43px 0; }

#fixedBtnSpArea {
  width: 95%;
  opacity: 0;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  position: fixed;
  bottom: -48px;
  height: 48px;
  transition: .6s;
  background-image: linear-gradient(180deg, #ed1a24, #e2232b 50%, #770d12);
  border-radius: 12px 12px 0 0; }
  #fixedBtnSpArea #fixedBtnSp {
    display: none !important; }
    #fixedBtnSpArea #fixedBtnSp a {
      width: 100%;
      height: 48px;
      display: flex;
      justify-content: center;
      align-items: center;
      text-decoration: none;
      color: #fff;
      font-size: 16px;
      font-weight: 700;
      letter-spacing: 0.04em;
      position: relative; }
      #fixedBtnSpArea #fixedBtnSp a::after {
        content: "";
        position: absolute;
        width: 22px;
        height: 22px;
        display: block;
        background: url("../images/arrow.svg") no-repeat;
        background-position: center;
        background-size: 22px;
        right: 40px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%); }
  @media screen and (max-width: 768px) {
    #fixedBtnSpArea.fixedsp {
      opacity: 1;
      transition: .6s;
      bottom: 0; }
    #fixedBtnSpArea #fixedBtnSp {
      display: block !important; } }
