@charset "UTF-8";
@import url(base.css);
@import url(fonts.css);
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500;700;900&family=Poppins:wght@700&family=Barlow:wght@600&display=swap");
@font-face {
  font-family: 'NotoSansCJKjp';
  font-weight: 300;
  src: local("Noto Sans CJK JP Light"), url("../font/NotoSansCJKjp-Light.eot") format("eot"), url("../font/NotoSansCJKjp-Light.woff") format("woff");
}
@font-face {
  font-family: 'NotoSansCJKjp';
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("../font/NotoSansCJKjp-Regular.eot") format("eot"), url("../font/NotoSansCJKjp-Regular.woff") format("woff");
}
@font-face {
  font-family: 'NotoSansCJKjp';
  font-weight: 500;
  src: local("Noto Sans CJK JP Medium"), url("../font/NotoSansCJKjp-Medium.eot") format("eot"), url("../font/NotoSansCJKjp-Medium.woff") format("woff");
}
@font-face {
  font-family: 'NotoSansCJKjp';
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("../font/NotoSansCJKjp-Bold.eot") format("eot"), url("../font/NotoSansCJKjp-Bold.woff") format("woff");
}
@font-face {
  font-family: 'NotoSansCJKjp';
  font-weight: 900;
  src: local("Noto Sans CJK JP Black"), url("../font/NotoSansCJKjp-Black.eot") format("eot"), url("../font/NotoSansCJKjp-Black.woff") format("woff");
}
/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  Copyright (C) 2009 株式会社フリーセル All Rights Reserved.  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/
/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/
/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
  -webkit-text-size-adjust: none;
}
input, button, textarea, select, p, blockquote, th, td, pre, li, dt, dd {
  font-size: 180%;
}
p, dt, dd, td, th, li {
  line-height: 30px;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
a {
  color: #333333;
  text-decoration: underline;
}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
* {
  box-sizing: border-box;
}
html {
  background: none;
}
html.mac-os {
  /*-moz-transform-origin: top center;
	 -moz-transform: scale(0.95, 0.95); /* Moz-browsers */
  /*zoom: 0.95; /* Other non-webkit browsers */
  /*zoom: 90%; /* Webkit browsers */
}
header, section, footer, aside, nav, main, article, figure {
  display: block;
}
body {
  color: #333333;
	font-family: '游ゴシック体', 'YuGothic', '游ゴシック', 'Yu Gothic', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 400;
}
#wrapper {
  width: 100%;
  overflow: hidden;
}
.sp, .sp_320, .sp_375, .sp_480 {
  display: none;
}
.pc {
  display: block;
}
.bold {
  font-weight: bold;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.tel_link {
  cursor: auto;
}
.txt_tel {
  text-decoration: none;
}
.v_top {
  vertical-align: top;
}
.txt_ver {
  cursor: vertical-text;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  word-wrap: break-word;
}
/* table */
table {
  width: 100%;
}
table th, table td {
  border: none;
  box-sizing: border-box;
  padding: 15px 20px 12px;
  border: solid 1px #eee;
}
table th {
  background: #ffdddd;
  font-weight: 500;
}
.tbl_wrap_text {
  display: none;
}
.valign-top {
  vertical-align: top;
}
/* to top */
#totop {
  position: fixed;
  z-index: 50;
  margin: 0;
  display: none;
}
a[target="_blank"] {
  opacity: 1 !important;
}
@media (min-width: 641px) {
  a:hover, a:active {
    color: #333333;
  }
  a:hover {
    transition: all .3s;
    opacity: 0.8;
  }
  p {
    margin-bottom: 30px;
  }
  #wrapper {
    min-width: 1200px;
  }
  .inner {
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .image_l {
    float: left;
    margin: 0px 40px 25px 0;
  }
  .image_r {
    float: right;
    margin: 0px 0 25px 40px;
  }
  .image_l img, .image_r img {
    width: auto;
    max-width: 520px;
  }
  .image_r.mb0, .image_l.mb0 {
    margin-bottom: 0;
  }
  .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .alignleft {
    float: left;
    margin: 0px 40px 25px 0;
  }
  .alignright {
    float: right;
    margin: 0px 0 25px 40px;
  }
  .no-hover {
    opacity: 1 !important;
    text-decoration: none !important;
    color: #333 !important;
  }
  .tel_link {
    pointer-events: none;
    cursor: text;
  }
  .bottom_bar {
    display: none !important;
  }
  #totop {
    right: 40px;
    bottom: 40px;
  }
  #totop a {
    transition: all .3s;
  }
  #totop a:hover {
    opacity: 0.7;
  }
  /* topic path */
  .topic_path {
    width: 100%;
    padding: 10px 0;
    background: #fff;
  }
  .topic_path li {
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    line-height: 1;
    color: #333333;
    position: relative;
    padding: 4px 13px 5px 0;
  }
  .topic_path li:last-child {
    margin-right: 0;
  }
  .topic_path li:not(:last-child):before {
    content: '';
    border-right: solid 1px #333333;
    border-bottom: solid 1px #333333;
    padding: 3px;
    position: absolute;
    right: 1px;
    top: 9px;
    transform: rotate(-45deg) skew(5deg, 5deg);
  }
  .topic_path li a {
    display: inline-block;
    margin-right: 5px;
    text-decoration: none;
    color: #ef5350;
    position: relative;
  }
  .topic_path li a:hover {
    text-decoration: underline;
  }
}
/* end min-width 641 */
/*==========================================================================*/
/*                               Header                                     */
/*==========================================================================*/
header #logo {
  margin: 0;
}
header #logo a {
  opacity: 1 !important;
}
@media (min-width: 641px) {
  header {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    z-index: 100;
    min-width: 1200px;
  }
  #index header {
    top: 30px;
  }
  header .h_scroll {
    position: relative;
    height: 100px;
    transition: all .3s;
    min-width: 1200px;
  }
  header .h_scroll:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background: #fff;
    width: calc(100% - 40px);
    max-width: 1480px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100px;
    z-index: 1;
    transition: all .5s;
    box-shadow: 0 4px 10px rgba(123, 70, 70, 0.31);
  }
  header .h_scroll .inner {
    position: relative;
    z-index: 2;
    padding-left: 40px;
    padding-right: 40px;
  }
  header .inner {
    max-width: 1460px;
  }
  header #logo {
    float: left;
    padding: 30px 0 0 0;
  }
  header .h_right {
    float: right;
    padding-top: 12px;
    transition: all .3s;
  }
  header .h_right ul li {
    display: inline-block;
  }
  header .h_right .h_tel {
    font-size: 15px;
    margin-right: 16px;
  }
  header .h_right .h_tel .icn {
    font-family: "Roboto", "NotoSansCJKjp", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    font-weight: 700;
    color: #ef5350;
    font-size: 20px;
    background: url(../images/icon_tel_red.png) 0 7px no-repeat;
    display: inline-block;
    padding-left: 25px;
    letter-spacing: 0.4px;
    margin-left: 4px;
  }
  header .h_right .h_login_area {
    float: right;
  }
  header .h_right .h_login {
    margin: 0 24px 0 22px;
    vertical-align: 1px;
  }
  header .h_right .h_login a {
    text-decoration: none;
    font-size: 15px;
    opacity: 1 !important;
  }
  header #gnavi { /*float: right;*/ margin: 11px 0 0 0;
  }
  header .sp_h_login_area {
    display: none;
  }
  header.js-scroll .h_scroll {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 90px;
  }
  header.js-scroll .h_scroll:before {
    width: 100%;
    max-width: 100%;
    border-radius: 0;
  }
  header.js-scroll #logo {
    padding-top: 20px;
  }
  header.js-scroll .h_right {
    padding-top: 6px;
  }
  header.js-scroll .h_right .h_chat a {
    height: 36px;
  }
  html.mac-os header {
    /*-moz-transform-origin: top center;
	 -moz-transform: scale(0.9, 0.9); /* Moz-browsers */
    /* transform-origin: top center;
	/* transform: scale(0.9, 0.9);*/
  }
}
.h_chat {
  position: fixed;
  right: 20px;
  bottom: 20px;
  margin: 0;
  z-index: 90;
}
.h_chat a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0ed4b1;
  background: -moz-linear-gradient(90deg, #0ed4b1 0%, #00b392 100%);
  background: -webkit-linear-gradient(90deg, #0ed4b1 0%, #00b392 100%);
  background: -o-linear-gradient(90deg, #0ed4b1 0%, #00b392 100%);
  background: -ms-linear-gradient(90deg, #0ed4b1 0%, #00b392 100%);
  background: linear-gradient(180deg, #0ed4b1 0%, #00b392 100%);
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  border-radius: 0 0 4px 4px;
  width: 210px;
  height: 50px;
}
.h_chat .icn {
  display: inline-block;
  background: url(../images/icon_support_white.png) 0 2px no-repeat;
  padding-left: 35px;
  letter-spacing: -0.8px;
}
/*==========================================================================*/
/*                               Gnavi                                     */
/*==========================================================================*/
ul.menu {
  width: 100%;
  box-sizing: border-box;
}
ul.menu > li > a, ul.menu > li > span {
  text-decoration: none;
  display: block;
  font-weight: 700;
}
ul.menu .sub li:first-child {
  border-top: none;
}
ul.menu .sub li a {
  display: block;
  text-decoration: none;
  position: relative;
}
@media (min-width: 641px) {
  ul.menu {
    display: flex;
    height: 100%;
  }
  ul.menu > li {
    position: relative;
    box-sizing: border-box;
    text-align: center;
  }
  ul.menu > li:before {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    background: #d7d7d7;
    height: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  ul.menu > li > a, ul.menu > li > span {
    text-align: center;
    transition: color .3s;
    font-size: 16px;
    padding: 0 18px;
  }
  ul.menu > li:hover > a, ul.menu > li:hover > span {
    color: #ef5350;
    opacity: 1;
  }
}
/* end min-width 641 */
@media (min-width: 641px) and (max-width: 1420px) {
  ul.menu > li > a, ul.menu > li > span {
    font-size: 14px;
    padding: 0 15px;
  }
}
@media (min-width: 641px) and (max-width: 1320px) {
  ul.menu > li > a, ul.menu > li > span {
    padding: 0 12px;
  }
}
/*==========================================================================*/
/*                              Footer                                      */
/*==========================================================================*/
footer .ft_logo {
  text-align: center;
  padding: 58px 0 55px;
}
footer .ft_logo_txt {
  font-size: 26px;
  font-weight: 700;
  text-indent: 10px;
  margin-bottom: 21px;
}
footer .ft_logo_img img {
  margin-left: -38px;
}
footer .ft_logo + .box_labor .inner {
  padding: 83px 0 83px;
}
footer .ft_logo + .box_labor dd {
  margin-top: 0;
}
footer .ft_link {
  padding: 52px 0 0;
}
footer .ft_link ul {
  text-align: center;
  margin-left: 8px;
}
footer .ft_link li {
  display: inline-block;
  padding: 0 21px;
  position: relative;
}
footer .ft_link li:not(:last-child):before {
  content: '';
  position: absolute;
  right: 0;
  background: #343434;
  height: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
footer .ft_link li a {
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.2px;
}
footer .ft_link li a:hover {
  text-decoration: underline;
}
footer address {
  text-align: center;
  font-size: 13px;
  padding: 25px 0 50px;
  letter-spacing: 1.2px;
}
.float_bnr01 {
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 240px;
  height: 240px;
  z-index: 30;
  transition: all .8s;
  display: none;
}
.float_bnr01.show {
  display: block;
}
.float_bnr01.hide {
  left: -600px;
}
.float_bnr01 a {
  opacity: 1;
}
.float_bnr01 p {
  margin: 0;
}
.float_bnr01 .close {
  position: absolute;
  width: 32px;
  height: 32px;
  right: -10px;
  top: -40px;
  cursor: pointer;
  padding: 4px;
  transition: all .3s;
  border-radius: 50%;
}
.float_bnr01:hover .close {
  background: #ef5350;
}
.float_bnr01 .close img {
  vertical-align: 0;
}
@media screen and (max-width: 600px) {
  .float_bnr01.box_shadow1.show {
    width: 200px !IMPORTANT;
    height: auto;
  }
}
/*==========================================================================*/
/*                            Mainvisual                                    */
/*==========================================================================*/
.mainvisual {
  background: url(../images/mainvisual_bg.jpg) 0 0 repeat;
  padding-top: 140px;
  position: relative;
}
#index .mainvisual {
  height: 711px;
}
#index .mainvisual .inner {
  max-width: 1420px;
}
#index .mainvisual .box_text {
  max-width: 680px;
}
#index .mainvisual h2 {
  position: relative;
  font-size: 52px;
  font-weight: 900;
  color: #fff;
  margin-top: 70px;
}

#index .mainvisual .text_h2_sub1-1 p{
  font-size: 19px;
  line-height: 34px;
  margin: 20px 0 20px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 38px;
}

#index .mainvisual .text_h2_sub1-1 .top-dots{
  text-emphasis: circle filled white;
  -webkit-text-emphasis: circle filled white;
}

#index .mainvisual h2 .fix_spacing {
  display: inline-block;
  letter-spacing: -10px;
}
#index .mainvisual h2 .txt_small {
  font-size: 28px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 12px;
  letter-spacing: 0.8px;
}
#index .mainvisual h2 .no1 {
  position: absolute;
  right: -2px;
  bottom: 0;
}
#index .mainvisual .text_h2_sub1 {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin: 40px 0 20px;
  letter-spacing: 0.2px;
  line-height: 38px;
}
#index .mainvisual .text_h2_sub1 .txt1 {
  letter-spacing: 1px;
}
#index .mainvisual .text_h2_sub1 .dot_top {
  position: relative;
  display: inline-block;
  letter-spacing: 0;
}
#index .mainvisual .text_h2_sub1 .dot_top:before {
  content: '';
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
}
#index .mainvisual .text_h2_sub2 {
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  margin: 26px 0 35px;
  letter-spacing: -0.3px;
}
#index .mainvisual .text_h2_sub2 span.number {
  font-size: 36px;
  font-family: "Roboto", "NotoSansCJKjp", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  display: inline-block;
  vertical-align: -2px;
  letter-spacing: -0.1px;
  margin-left: 4px;
  margin-right: 4px;
}
#index .mainvisual .text_h2_sub2 span.deco {
  display: inline-block;
  padding: 15px 23px;
  position: relative;
}
#index .mainvisual .text_h2_sub2 span.deco:before, #index .mainvisual .text_h2_sub2 span.deco:after {
  content: '';
  position: absolute;
  top: 0;
  width: 24px;
  height: 62px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#index .mainvisual .text_h2_sub2 span.deco:before {
  background-image: url(../images/index_h2_sub2_deco01.png);
  left: 0;
}
#index .mainvisual .text_h2_sub2 span.deco:after {
  background-image: url(../images/index_h2_sub2_deco02.png);
  right: 0;
}
#index .mainvisual .text_h2_sub3 { /*display: flex; align-items: center; max-width: 470px; margin: 0 auto;*/
}
#index .mainvisual .text_h2_sub3 .img02 {
  width: 140px;
}
#index .mainvisual .text_h2_sub3 .text { /*width: calc(100% - 140px); text-indent: 15px;*/ width: 100%;
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  font-family: '游ゴシック体', 'YuGothic', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#index .mainvisual .btn {
  display: flex;
  justify-content: center;
  margin: 20px 0 0 3px;
}
#index .mainvisual .btn li {
  margin: 0 10px;
}
#index .mainvisual .btn li a {
  width: 300px;
  font-size: 20px;
  padding: 20px 33px 20px 55px;
  letter-spacing: 0.5px;
}
#index .mainvisual .img {
  position: absolute;
  left: 50%;
  bottom: 52px;
  width: 750px;
  margin-left: 10px;
  z-index: 2;
}
#index .mainvisual .note {
  position: absolute;
  bottom: 7px;
  left: 50%;
  margin-left: 352px;
  width: 610px;
  font-size: 10px;
  color: #fff;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 0.5px;
  transform: scale(0.97, 0.97);
  z-index: 2;
}
@media (min-width: 641px) and (max-width: 1900px) {
  #index .mainvisual .note {
    left: auto;
    margin-left: auto;
    right: 0;
  }
}
@media (min-width: 641px) and (max-width: 1520px) {
  #index .mainvisual {
    height: 600px;
  }
  #index .mainvisual {
    padding-top: 170px;
  }
  #index .mainvisual .inner {
    max-width: 1200px;
  }
  #index .mainvisual .box_text {
    max-width: 550px;
  }
  #index .mainvisual h2 {
    font-size: 42px;
    margin-top: 20px;
  }
  #index .mainvisual h2 .txt_small {
    font-size: 22px;
  }
  #index .mainvisual h2 .no1 {
    top: -5px;
    width: 250px;
  }
  #index .mainvisual .text_h2_sub1 {
    font-size: 19px;
    line-height: 34px;
    margin: 20px 0 20px;
  }

  #index .mainvisual .text_h2_sub1-1 p{
    font-size: 19px;
    line-height: 34px;
    margin: 20px 0 20px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 38px;
  }

  #index .mainvisual .text_h2_sub1-1 .top-dots{
    text-emphasis: circle filled white;
    -webkit-text-emphasis: circle filled white;
  }

  #index .mainvisual .text_h2_sub2 {
    font-size: 18px;
    margin: 20px 0 25px;
  }

  #index .mainvisual .btn {
    margin: 20px 0 0 0;
  }
  #index .mainvisual .btn li {
    margin: 0 5px;
  }
  #index .mainvisual .btn li a {
    width: 260px;
  }
  #index .mainvisual .img {
    width: 570px;
    margin-left: 10px;
  }
}
.under .mainvisual {
  height: 250px;
  padding-top: 110px;
}
.under .mainvisual .inner {
  box-sizing: border-box;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.under .mainvisual h1 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}
.under .mainvisual h1 .en {
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
}
/*==========================================================================*/
/*                             Common                                     	*/
/*==========================================================================*/
section p:last-child {
  margin-bottom: 0;
}
.clr_red {
  color: #ef5350;
}
.bg_gradient {
  background: #ef5350;
  background: -moz-linear-gradient(0deg, #ef5350 0%, #ef7450 100%);
  background: -webkit-linear-gradient(0deg, #ef5350 0%, #ef7450 100%);
  background: -o-linear-gradient(0deg, #ef5350 0%, #ef7450 100%);
  background: -ms-linear-gradient(0deg, #ef5350 0%, #ef7450 100%);
  background: linear-gradient(90deg, #ef5350 0%, #ef7450 100%);
}
.box_gradient {
  background: #ef5350;
  background: -moz-linear-gradient(0deg, #ef5350 50%, #ef7450 50%);
  background: -webkit-linear-gradient(0deg, #ef5350 50%, #ef7450 50%);
  background: -o-linear-gradient(0deg, #ef5350 50%, #ef7450 50%);
  background: -ms-linear-gradient(0deg, #ef5350 50%, #ef7450 50%);
  background: linear-gradient(90deg, #ef5350 50%, #ef7450 50%);
  position: relative;
}
.box_gradient:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
  background: #ef5350;
  background: -moz-linear-gradient(0deg, #ef5350 0%, #ef7450 100%);
  background: -webkit-linear-gradient(0deg, #ef5350 0%, #ef7450 100%);
  background: -o-linear-gradient(0deg, #ef5350 0%, #ef7450 100%);
  background: -ms-linear-gradient(0deg, #ef5350 0%, #ef7450 100%);
  background: linear-gradient(90deg, #ef5350 0%, #ef7450 100%);
}
.box_labor .inner {
  position: relative;
  z-index: 2;
  padding: 60px 0 68px;
}
.box_labor dl dt {
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  text-indent: 13px;
}
.box_labor dl dd {
  display: flex;
  justify-content: center;
  margin-top: 38px;
}
.box_labor dl dd p {
  margin: 0 20px;
  width: 280px;
}
.box_labor dl dd a {
  width: 100%;
}
.btn_group a {
  width: 100%;
  text-align: center;
}
.btn01 a {
  display: inline-block;
  font-size: 18px;
  padding: 17px 32px 17px 55px;
  text-decoration: none;
  background: #fff;
  border-radius: 4px;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  letter-spacing: 0.3px;
}
.btn01 a:before {
  content: '';
  position: absolute;
  width: 24px;
  height: 25px;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 2px;
}
/* .btn01.blue a { background: #0ed4b1; background: -moz-linear-gradient(90deg, #0ed4b1 0%, #00b392 100%); background: -webkit-linear-gradient(90deg, #0ed4b1 0%, #00b392 100%); background: -o-linear-gradient(90deg, #0ed4b1 0%, #00b392 100%); background: -ms-linear-gradient(90deg, #0ed4b1 0%, #00b392 100%); background: linear-gradient(180deg, #0ed4b1 0%, #00b392 100%); color: #fff; }

.btn01.blue a:before { background: url(../images/btn_blue_arrow.png) 0 0 no-repeat; }

.btn01.pink a { background: white; background: -moz-linear-gradient(90deg, white 60%, #f0c1c0 100%); background: -webkit-linear-gradient(90deg, white 60%, #f0c1c0 100%); background: -o-linear-gradient(90deg, white 60%, #f0c1c0 100%); background: -ms-linear-gradient(90deg, white 60%, #f0c1c0 100%); background: linear-gradient(180deg, white 60%, #f0c1c0 100%); color: #ef5350; }

.btn01.pink a:before { background: url(../images/btn_pink_arrow.png) 0 0 no-repeat; } */
.btn01.blue a, .btn01.pink a {
  font-size: 21px !important;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.5rem 1rem 0.5rem 3rem !important;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em !important;
  color: #212529;
  border-radius: 0.5rem;
  width: 300px !important;
}
.btn01.blue a {
  color: #ffffff;
  background: #3AC2A0;
  -webkit-box-shadow: 0 5px 0 #318973;
  box-shadow: 0 5px 0 #318973;
}
.btn01.pink a {
  color: #EE534F;
  background: #ffffff;
  -webkit-box-shadow: 0 5px 0 #CF4642;
  box-shadow: 0 5px 0 #CF4642;
}
.btn01.blue a span, .btn01.pink a span {
  font-size: 12px;
  letter-spacing: 0;
  display: inline-block;
  width: 100%;
  margin-bottom: 0.5em;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  background: #fff;
}
.btn01.blue a span {
  color: #3AC2A0;
}
.btn01.pink a span {
  color: #EE534F;
  border: solid 1px #EE534F;
}
.btn01.blue a img, .btn01.pink a img {
  font-size: 1.8rem;
  line-height: 1;
  position: absolute;
  top: 40%;
  left: 0.5rem;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn01.blue a:hover, .btn01.pink a:hover {
  opacity: 1;
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
}
.btn01.blue a:hover {
  -webkit-box-shadow: 0 2px 0 #318973;
  box-shadow: 0 2px 0 #318973;
}
.btn01.pink a:hover {
  -webkit-box-shadow: 0 2px 0 #CF4642;
  box-shadow: 0 2px 0 #CF4642;
}
.btn01.blue a:hover {
  color: #ffffff;
}
.btn01.pink a:hover {
  color: #EE534F;
}
.btn01.blue a:hover img, .btn01.pink a:hover img {
  left: 1rem;
}
@media (min-width: 1600px) {
  .btn01.blue a, .btn01.pink a {
    font-size: 20px;
    padding: 0.7rem 1rem 0.7rem 3rem !important;
    width: 340px !important;
  }
  .btn01.blue a span, .btn01.pink a span {
    font-size: 14px;
  }
  .box_labor dl dd p.btn01.blue, .box_labor dl dd p.btn01.pink {
    width: auto;
  }
  body #side_topics ul li a img{
    max-width:unset;
    width:165px;
  }
  body #side_topics{
    height:auto;
  }
}
@media (max-width: 1399.98px) {
  .btn01.blue a, .btn01.pink a {
    width: 286px !important;
  }
}
.btn02 a {
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  border-radius: 4px;
  padding: 6px 45px;
}
.btn03 a {
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  border-radius: 4px;
  padding: 6px 45px;
  background: #ef5350;
}
.btn_download a {
  padding: 15px 20px;
}
.box_style1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.box_style1 .col_head {
  width: calc(100% - 420px);
  display: flex;
  align-items: center;
}
.box_style1 .col_head .text p {
  font-size: 20px;
  line-height: 36px;
  font-weight: 500;
}
.box_style1 .col_img {
  width: 400px;
  text-align: center;
}
.box_style2 {
  padding: 40px;
}
.box_style2 .icn {
  text-align: center;
}
.box_style2 .label {
  color: #cccccc;
}
.box_style2 .label + .ttl {
  text-align: left;
  /*justify-content: flex-start;*/
}
.box_style2 .ttl {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.box_style2 .ttl h4 {
  color: #ef5350;
  width: 100%;
  margin-bottom: 0 !important;
}
.box_style2 p {
  line-height: 36px;
}
.box_style3 {
  margin-top: 20px;
  padding: 20px 50px;
  display: flex;
  position: relative;
}
.box_style3:before {
  content: '';
  position: absolute;
  left: 511px;
  top: 20px;
  bottom: 20px;
  background: #666666;
  width: 1px;
}
.box_style3 .col_head {
  width: 460px;
  display: flex;
  align-items: center;
}
.box_style3 .col_head .icn {
  width: 140px;
  margin: 0;
}
.box_style3 .col_head h4 {
  width: calc(100% - 190px);
  margin: 0;
  color: #ef5350;
}
.box_style3 .col_text {
  width: calc(100% - 460px);
  padding-left: 50px;
}
.box_style3 .col_text p {
  line-height: 32px;
}
.box_shadow1 {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.box_qa1 {
  margin-top: 20px;
}
.box_qa1 .question, .box_qa1 .anwser {
  font-size: 20px;
  font-weight: 700;
  padding: 40px 40px 40px 118px;
  position: relative;
}
.box_qa1 .question:before, .box_qa1 .question:after, .box_qa1 .anwser:before, .box_qa1 .anwser:after {
  content: '';
  position: absolute;
}
.box_qa1 .question:before, .box_qa1 .anwser:before {
  width: 48px;
  height: 48px;
  left: 39px;
  top: 32px;
}
.box_qa1 .question {
  cursor: pointer;
}
.box_qa1 .question:before {
  background-image: url(../images/icon_qa_question.png);
}
.box_qa1 .question:after {
  border-right: solid 2px #707070;
  border-bottom: solid 2px #707070;
  padding: 5px;
  right: 55px;
  top: 50%;
  transform: rotate(-45deg);
  margin-top: -5px;
}
.box_qa1 .anwser {
  display: none;
}
.box_qa1 .anwser:before {
  background-image: url(../images/icon_qa_anwser.png);
  opacity: 0;
  transition: all .5s;
  transform: translateY(-20px);
}
.box_qa1 .anwser:after {
  top: 0;
  height: 1px;
  background: #cccccc;
  left: 30px;
  right: 30px;
  opacity: 0;
  transition: all .5s;
}
.box_qa1 .active .question:after {
  transform: rotate(45deg);
  margin-top: -7px;
  right: 53px;
  padding: 4px;
}
.box_qa1 .active .anwser:before {
  opacity: 1;
  transform: translateY(0);
}
.box_qa1 .active .anwser:after {
  opacity: 1;
}
.box_col2, .box_col3 {
  display: flex;
  flex-wrap: wrap;
  margin-top: -40px;
}
.box_col2 .col, .box_col3 .col {
  margin-right: 40px;
  margin-top: 40px;
}
.box_col2 .col {
  width: calc(100% / 2 - 20px);
}
.box_col3 .col {
  width: calc(100% / 3 - 27px);
}
.box_col2 .col:nth-child(2n+0), .box_col3 .col:nth-child(3n+0) {
  margin-right: 0;
}
.box_anchor {
  margin-top: 50px;
}
.box_anchor .btn a {
  width: 100%;
  text-align: center;
  padding: 15px 20px;
}
.h3_style1 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  padding-bottom: 26px;
  letter-spacing: 1px;
}
.h3_style1 .en {
  font-size: 58px;
  font-family: '游ゴシック体', 'YuGothic', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  display: inline-block;
  margin-bottom: 13px;
  letter-spacing: 2.5px;
}
.h3_style1:before {
  content: '';
  position: absolute;
  width: 28px;
  height: 4px;
  background: #ef5350;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.h3_style2 {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  position: relative;
  line-height: 43px;
  letter-spacing: 1.5px;
}
.h3_style2 span.txt_large {
  font-size: 130%;
}
.h3_style2 span.deco {
  position: relative;
  display: inline-block;
  padding: 14px 45px 16px;
}
.h3_style2 span.deco:before, .h3_style2 span.deco:after {
  content: '';
  position: absolute;
  width: 29px;
  border: solid 2px #333333;
  top: 0;
  bottom: 0;
}
.h3_style2 span.deco:before {
  border-right: 0;
  left: 0;
}
.h3_style2 span.deco:after {
  border-left: 0;
  right: 0;
}
.h4_style1 {
  padding: 0 0 20px 0;
  border-bottom: solid 1px #ef5350;
  margin-bottom: 40px !important;
}
.list_number {
  padding-left: 20px !important;
}
.list_number li {
  list-style: decimal;
  padding-left: 10px !important;
}
.list_number li:not(:first-child) {
  margin-top: 15px;
}
.list_number li:before {
  display: none !important;
}
/*==========================================================================*/
/*                             Index                                     	*/
/*==========================================================================*/
.index01 {
  padding: 48px 0 54px;
}
.index01 h3 {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin: 0 0 14px 19px;
}
.index01 .carousel {
  overflow: hidden;
}
.index01 .carousel-auto {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  padding-top: 31px;
}
.index01 .carousel-auto .items {
  display: flex;
  width: 100%;
  position: relative;
  -webkit-animation: carouselAuto linear infinite;
  animation: carouselAuto linear infinite;
  animation-duration: 120s;
}
.index01 .carousel-auto .item {
  padding-right: 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.index01 .carousel-auto .item img {
  height: 33px;
}
@-webkit-keyframes carouselAuto {
  0% {
    left: 0;
  }
  to {
    left: -50%;
  }
}
@keyframes carouselAuto {
  0% {
    left: 0;
  }
  to {
    left: -50%;
  }
}
.index02 {
  background: url(../images/bg02.jpg) 0 0 repeat;
  padding: 47px 0 60px;
  position: relative;
  min-height: 700px;
}
.index02 h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 78px;
  margin: 0 0 39px 18px;
  letter-spacing: 1.5px;
}
.index02 h3 .txt01 {
  font-size: 120%;
  letter-spacing: 0px;
}
.index02 h3 .txt02 {
  letter-spacing: -2px;
}
.index02 .text {
  max-width: 350px;
  margin: 0 0 0 21px;
}
.index02 .text p {
  letter-spacing: 1px;
}
.index02 .img {
  position: absolute;
  top: 128px;
  left: 50%;
  margin: 0 0 0 -240px;
  width: 880px;
}
@media (min-width: 641px) and (max-width: 1520px) {
  .index02 {
    min-height: auto;
  }
  .index02 .img {
    left: auto;
    right: 100px;
    margin-left: auto;
    width: 60%;
  }
}
.index03 {
  padding: 62px 0 82px;
}
.index03 .inner {
  max-width: 1280px;
}
.index03 h3 + .item {
  margin-top: 50px;
}
.index03 .item {
  padding: 34px 0 35px 145px;
  border-left: solid 15px #ef5350;
  position: relative;
  min-height: 180px;
  margin-top: 90px;
}
.index03 .item .col_text {
  max-width: 400px;
}
.index03 .item .col_text h4 {
  font-size: 26px;
  font-weight: 700;
  position: relative;
  margin-bottom: 25px;
  letter-spacing: 1.5px;
}
.index03 .item .col_text h4 .number {
  position: absolute;
  font-family: "Barlow", "NotoSansCJKjp", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 600;
  font-size: 62px;
  color: #ef5350;
  left: -101px;
  top: -16px;
  letter-spacing: -2px;
  transform: scaleY(1.1);
}
.index03 .item .col_text .text {
  margin-left: 2px;
}
.index03 .item .col_text .text p {
  font-weight: 500;
  letter-spacing: 0.3px;
}
.index03 .item .col_img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.index03 .item .col_img p {
  margin: 0;
}
.index03 .item_reverse {
  padding-left: 0;
  padding-right: 50px;
}
.index03 .item_reverse .col_text {
  margin-left: auto;
  margin-right: 0;
}
.index03 .item_reverse .col_img {
  left: auto;
}
.index03 .item1 .col_img {
  right: 126px;
  margin-top: -20px;
}
.index03 .item2 {
  border-left: 0;
  border-right: solid 15px #ef5350;
}
.index03 .item2 .col_text {
  max-width: 442px;
  margin-right: -27px;
}
.index03 .item2 .col_text h4 {
  margin-left: 3px;
}
.index03 .item2 .col_text h4 .number {
  left: -111px;
  top: -15px;
}
.index03 .item2 .col_img {
  left: 63px;
  margin-top: 2px;
}
.index03 .item3 {
  margin-top: 100px;
  padding-top: 39px;
}
.index03 .item3 .col_text h4 .number {
  left: -103px;
  top: -20px;
}
.index03 .item3 .col_text h4 .clr_red {
  display: inline-block;
  margin-left: 2px;
  letter-spacing: 3px;
}
.index03 .item3 .col_img {
  right: 201px;
  margin-top: -21px;
}
@media (min-width: 641px) and (max-width: 1280px) {
  .index03 .item1 .col_img {
    right: 60px;
  }
  .index03 .item3 .col_img {
    right: 80px;
  }
}
.index04 {
  padding: 59px 0 49px;
  background: #f8f8f8;
}
.index04 .inner {
  max-width: 1140px;
}
.index04 h3 {
  margin-bottom: 44px;
  margin-left: 5px;
}
.index04 .box_col3 {
  margin-left: 26px;
}
.index04 .item {
  margin-right: 68px;
  width: calc(100% / 3 - 46px);
}
.index04 .item:nth-child(3n+0) {
  margin-right: 0;
}
.index04 .item .thumb {
  text-align: center;
  border-radius: 50%;
  width: 280px;
  height: 280px;
  overflow: hidden;
  margin: 0 auto;
}
.index04 .item .thumb img {
  max-height: 100%;
}
.index04 .item h4 {
  font-size: 26px;
  color: #ef5350;
  font-weight: 700;
  text-align: center;
  margin: 19px 0 23px;
  letter-spacing: 1.5px;
}
.index04 .item .text {
  padding: 0 5px;
}
.index04 .item .text p {
  letter-spacing: 2.1px;
}
.index05 {
  background: url(../images/index05_bg.png)no-repeat 50% 0;
  background-size:cover;
  background-color: #ef5350;
  padding: 61px 0 100px;
  position: relative;
}
.index05 .inner {
  max-width: 1290px;
}
.index05 h3 {
  color: #fff;
  margin-bottom: 37px;
  line-height: 39px;
  letter-spacing: 2px;
}
.index05 h3 .txt_small {
  font-size: 96.155%;
}
.index05 h3 .deco {
  padding: 19px 54px 20px;
}
.index05 h3 .deco:before, .index05 h3 .deco:after {
  border-color: #fff;
}
.index05 .list_items {
  position: relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
  z-index: 2;
}
.index05 .item {
  background: #fff;
  width: 390px;
  margin: 0 15px;
  padding:16px 20px 20px;
  box-sizing:border-box;
  text-align: center;
  position: relative;
  transition: all .5s;
}
@media screen and (max-width: 640px) {
.index05 .item {
  margin: 0;
}
}
.index05 .item:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-15px);
}
.index05 .item .img {
  min-height:74px;
  margin: 0;
}
.index05 .item .ttl {
  font-size: 22px;
  font-weight: 700;
  margin: 9px 0 26px;
}
.index05 .item .link {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color:#fff;
  margin:0;
}
.index05 .item .link .btn {
  display:inline-block;
  width:160px;
  margin:0;
  padding:10px;
  box-sizing:border-box;
  background: rgb(239,84,80);
  background: linear-gradient(90deg, rgba(239,84,80,1) 0%, rgba(239,113,80,1) 100%);
  border-radius:4px;
}
.index05 .item a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -9999px;
}
.index05 .item.item-license {
  margin:50px auto 0;
  background:#20b0c2;
}
.index05 .item.item-license .img{
  min-height:unset;
}
.index05 .item.item-license{
  padding:26px 20px 23px;
}
.index05 .item.item-license .ttl{
  margin-bottom:19px;
  font-size:34px;
  color:#fff;
}
.index05 .item.item-license .ttl .ttl_txt-small{
  padding:0 10px 0 15px;
  font-size:22px;
}
.index05 .item.item-license .ttl span{
  vertical-align:bottom;
}
.index05 .item.item-license .txt{
  margin-bottom:27px;
  font-size:22px;
  font-weight:700;
}
.index05 .item.item-license .btn {
  width:190px;
  background:#333;
}
@media (min-width: 641px){
  .index05 .item:nth-child(1) .img {
    padding-top: 14px;
  }
  .index05 .item.item-license {
    width:810px;
  }
}
.index06 {
  background: url(../images/index06_bg01.jpg) center center no-repeat;
  background-size: cover;
  padding: 60px 0 60px;
}
.index06 .inner {
  /*max-width: 1428px; */
}
.index06 h3 {
  margin-bottom: 40px;
}
.index06 h3 .deco {
  padding: 14px 57px 16px;
}
.index06 .list_items {
  display: flex;
  flex-wrap: wrap; /*margin-left: 4px;*/
}
.index06 .item {
  width: calc(100% / 3 - 20px);
  margin-right: 30px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 280px 20px 20px;
}
.index06 .item:nth-child(3n+0) {
  margin-right: 0;
}
.index06 .item .box_in {
  height: 100%;
  border: solid 4px #fff;
  position: relative;
}
.index06 .item .label {
  position: absolute;
  margin: 0;
  top: -52px;
  left: -4px;
  background: #fff;
  color: #333333;
  font-family: "Roboto", "NotoSansCJKjp", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 900;
  width: 120px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 4px;
  letter-spacing: 0.3px;
  text-indent: 3px;
}
.index06 .item .ttl {
  padding: 12px 15px 15px;
  border-bottom: solid 4px #fff;
}
.index06 .item h4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
  display: flex;
  align-items: center;
}
.index06 .item .text {
  padding: 17px 15px 18px;
}
.index06 .item .text p {
  line-height: 25px;
  font-weight: 400;
}
.index06 .item1 {
  background-image: url(../images/index06_img01.jpg);
}
.index06 .item2 {
  background-image: url(../images/index06_img02.jpg);
}
.index06 .item2 .ttl {
  letter-spacing: -1px;
}
.index06 .item3 {
  background-image: url(../images/index06_img03.jpg);
}
.index06 .item3 .ttl {
  letter-spacing: -1px;
}
.index07 {
  background: url(../images/bg03.jpg) 0 0 repeat;
  padding: 53px 0 60px;
}
.index07 .inner {
  max-width: 1300px;
}
.index07 h3 {
  margin-bottom: 60px;
  margin-left: 5px;
  letter-spacing: 2px;
}
.index07 h3 .en {
  margin-bottom: 10px;
}
.index07 .box_blog {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.index07 .box_blog:before {
  content: '';
  position: absolute;
  width: 200px;
  height: 184px;
  background: url(../images/index07_deco01.png) 0 0 no-repeat;
  left: -61px;
  top: -88px;
  z-index: 2;
}
.index07 .box_blog .col {
  width: calc(100% / 2 - 29px);
  margin-right: 52px;
  padding: 48px 30px 141px;
  position: relative;
  border-radius: 0;
}
.index07 .box_blog .col:nth-child(2n+0) {
  margin-right: 0;
}
.index07 h4 {
  font-size: 26px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 51px;
  letter-spacing: 1.5px;
}
.index07 .list_items ul {
  border-top: solid 1px #cccccc;
}
.index07 .list_items ul li {
  border-bottom: solid 1px #cccccc;
  font-size: 18px;
  padding: 22px 0px 24px 10px;
}
.index07 .list_items ul a {
  text-decoration: none;
}
.index07 .list_items ul a:hover {
  color: #ef5350;
  opacity: 1;
  text-decoration: underline;
}
.index07 .list_items ul span {
  display: block;
  width: 100%;
}
.index07 .list_items ul .date {
  font-weight: 500;
  font-family: "Roboto", "NotoSansCJKjp", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  margin-bottom: 4px;
}
.index07 .list_items ul .ttl {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index07 .btn {
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 48px;
}
.index07 .btn a {
  margin-left: 18px;
}
@media (min-width: 641px) and (max-width: 1420px) {
  .index07 .box_blog:before {
    left: -20px;
  }
}
.index08 {
  padding: 60px 0 60px;
  position: relative;
}
.index08:before, .index08:after {
  content: '';
  position: absolute;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.index08:before {
  background-image: url(../images/index08_deco01.png);
  left: 50%;
  margin-left: 501px;
  top: 10px;
  width: 600px;
  height: 418px;
}
.index08:after {
  background-image: url(../images/index08_deco02.png);
  left: 50%;
  margin-left: -1076px;
  bottom: -112px;
  width: 734px;
  height: 510px;
}
/*.index08 .inner { max-width: 1920px; }*/
.index08 h3 {
  margin-bottom: 60px;
}
.index08 .slider {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
}
.index08 .slider .slick-list {
  padding: 20px 11px;
}
.index08 .slider .slick-prev, .index08 .slider .slick-next {
  margin-top: 0;
  ;
  z-index: 10;
  width: 80px;
  height: 80px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-top: -11px;
}
.index08 .slider .slick-prev:hover, .index08 .slider .slick-next:hover {
  opacity: 0.8;
}
.index08 .slider .slick-prev {
  background-image: url(../images/slider_btn_left.jpg);
  left: -50px;
}
.index08 .slider .slick-next {
  background-image: url(../images/slider_btn_right.jpg);
  right: -50px;
}
.index08 .slider .slick-slide:not(.slick-active) {
  box-shadow: none;
}
.index08 .item {
  outline: none !important;
  height: 100%;
  margin: 0 11px;
  overflow: hidden;
  position: relative;
  width: 293px;
}
.index08 .item:hover .box_text {
  background: #f5f5f5;
}
.index08 .item .thumb {
  margin: 0;
  height: 195px;
  overflow: hidden;
}
.index08 .item .box_text {
  padding: 23px 19px 26px;
  transition: all .5s;
}
.index08 .item .ttl {
  margin-bottom: 40px;
}
.index08 .item h4 { /*font-size: 22px; line-height: 32px;*/ font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}
.index08 .item .company {
  margin-bottom: 16px;
  font-size: 14px;
}
.index08 .item .link {
  font-size: 14px;
}
.index08 .item .link .icn {
  display: inline-block;
  padding-right: 14px;
  position: relative;
}
.index08 .item .link .icn:before {
  content: '';
  position: absolute;
  right: 1px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  border-right: solid 1px #666666;
  border-bottom: solid 1px #666666;
  padding: 3px;
  margin-top: 1px;
}
.index08 .item a {
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  outline: none !important;
}
.index08 .item1 h4 {
  letter-spacing: 0.4px;
}
.index08 .item2 h4 {
  letter-spacing: -0.4px;
}
.index08 .item3 h4 {
  letter-spacing: 0.3px;
}
.index08 .btn {
  margin-top: 60px;
  z-index: 2;
  position: relative;
}
/*
@media (min-width: 641px) and (max-width: 1800px) { .index08 .slider { max-width: 1420px; margin: 0 auto; }
  .index08 .slider .slick-prev, .index08 .slider .slick-next { width: 60px; height: 60px; margin-top: -30px; }
  .index08 .slider .slick-prev { left: -10px; }
  .index08 .slider .slick-next { right: -10px; } }

@media (min-width: 641px) and (max-width: 1600px) { .index08:before { left: auto; margin-left: auto; right: 0; margin-right: -300px; }
  .index08:after { left: 0; margin-left: -280px; } }*/
.index09 {
  background: #f8f8f8;
  padding: 53px 0 62px;
}
.index09 .inner {
  max-width: 1040px;
}
.index09 h3 {
  margin-bottom: 60px;
  font-size: 15px;
  padding-bottom: 24px;
  letter-spacing: 2.5px;
  margin-left: 6px;
}
.index09 h3 .en {
  margin-bottom: 18px;
  letter-spacing: 1px;
  margin-left: -3px;
}
.index09 .btn {
  margin-top: 60px;
}
/*==========================================================================*/
/*                             Under Page                                 	*/
/*==========================================================================*/
.under section {
  padding: 100px 0 100px;
}
.under section:nth-child(2n+0) {
  background-color: #f9f9f9;
}
.under .topic_path + section {
  padding-top: 15px;
  background-image: url(../images/bg01.jpg);
  background-repeat: repeat;
  background-position: 0 0;
  background-size: auto;
}
.under .topic_path + section h2:first-child {
  padding-top: 40px;
}
.under h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 35px;
}
.under h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 25px;
}
.under h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 40px;
  margin-top: 50px;
  background: #fff7f7;
  padding: 7px 20px;
  border-left: solid 5px #ef5350;
  border-radius: 2px;
}
.under section ul {
  margin-bottom: 30px
}
.under section ul li {
  position: relative;
  padding-left: 20px;
}
.under section ul li:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ef5350;
  left: 0;
  top: 11px;
}
.under section ul li:not(:first-child) {
  margin-top: 15px;
}
.mb0 {
  margin-bottom: 0 !important;
}
.cases_pickup {
  background: #fff !important;
  padding: 0 0 40px !important;
}
.cases_pickup:before {
  content: '';
  display: block;
  height: 50px;
  width: 100%;
  background: #f9f9f9;
  margin-bottom: 35px;
}
.cases_pickup .inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.cases_pickup .col_img {
  width: 620px;
}
.cases_pickup .col_img img {
  border-radius: 4px;
}
.cases_pickup .col_text {
  width: calc(100% - 690px);
}
.cases_pickup .label {
  margin-bottom: 19px;
}
.cases_pickup .label span {
  display: inline-block;
  border: solid 1px #ef5350;
  color: #ef5350;
  font-family: "Roboto", "NotoSansCJKjp", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  border-radius: 4px;
  padding: 7px 13px 5px;
  line-height: 1;
}
.cases_pickup h3 {
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 27px;
}
.cases_pickup .text p {
  font-size: 16px;
  /* line-height: 24px; */
  line-height: 32px;
}
.cases_pickup .company {
  font-weight: 500;
  margin: 30px 0 43px;
  font-size: 160%;
}
.cases_pickup .btn a {
  position: relative;
}
.cases_pickup .btn a:before {
  content: '';
  position: absolute;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  padding: 3px;
  transform: rotate(-45deg);
  right: 10px;
  top: 50%;
  margin-top: -3px;
}
.cases_list {
  background: #f9f9f9;
  padding: 30px 0 0 !important;
}
.cases_list .inner {
  display: flex;
  flex-wrap: wrap;
  max-width: 1440px;
}
.cases_list .item {
  width: calc(100% / 3 - 17px);
  margin-right: 25px;
  margin-bottom: 90px;
  overflow: hidden;
  position: relative;
}
.cases_list .item:nth-child(3n+0) {
  margin-right: 0;
}
.cases_list .item .thumb {
  margin-bottom: 0;
  height: 255px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.cases_list .item .thumb img {
  opacity: 0;
}
.cases_list .item .box_text {
  padding: 25px 30px 100px;
}
.cases_list .item .ttl {
  margin-bottom: 25px;
}
.cases_list .item h4 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 0;
}
.cases_list .item .btn {
  position: absolute;
  left: 135px;
  bottom: 30px;
}
.cases_list .item .btn a {
  position: relative;
}
.cases_list .item .btn a:before {
  content: '';
  position: absolute;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  padding: 3px;
  transform: rotate(-45deg);
  right: 10px;
  top: 50%;
  margin-top: -3px;
}
.cases_detail {
  background: #fff !important;
}
.cases_detail .box_img {
  margin: 0 auto 60px;
  position: relative;
  max-width: 720px;
}
.cases_detail .box_img .company {
  position: absolute;
  top: 30px;
  left: 30px;
  border: solid 2px #ef5350;
  background: rgba(255, 255, 255, 0.9);
  padding: 5px 30px;
  border-radius: 100px;
  z-index: 2;
}
.cases_detail .box_img .img {
  margin: 0;
  text-align: center;
  height: 480px;
}
.cases_detail .box_img .img img {
  max-height: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.cases_detail .box_company {
  margin-top: 60px;
  margin-bottom: 30px;
  background: rgba(38, 50, 56, 0.05);
  padding: 30px;
}
.cases_detail .box_company > h3:first-child {
  padding-top: 0 !important;
}
.bg_white {
  background: #fff !important;
}
.seminar_list .item a {
  display: block;
  text-decoration: none;
}
.download_list .item .thumb, .seminar_list .item .thumb {
  height: 260px;
  text-align: center;
  background-color: #ffefef;
  background-size: cover;
  background-position: center center;
}
.download_list .item .thumb img, .seminar_list .item .thumb img {
  /*max-height: 100%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);*/
  opacity: 0;
}
.seminar_list .item .datetime {
  font-family: "Roboto", "NotoSansCJKjp", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  margin-bottom: 0;
  font-size: 16px;
  color: #666;
  line-height: 24px;
}
.seminar_list .item h3 {
  /*font-weight: 400;*/
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}
.seminar_detail .datetime {
  margin-bottom: 0;
  font-family: "Roboto", "NotoSansCJKjp", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
.download_list .item {
  position: relative;
  padding-bottom: 65px;
  background: #fafafa;
}
.download_list h3 {
  margin-top: 60px;
  background: #f5f5f5;
  padding: 10px;
  font-size: 18px;
  border-radius: 4px;
}
.download_list h3 span {
  display: inline-block;
  border: solid 2px #ef5350;
  border-radius: 100px;
  padding: 2px 50px;
  text-align: center;
  background: #fff;
}
.download_list .item h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin: 10px 0;
  background: none;
  padding: 0 13px;
  border: none;
}
.download_list .text {
  margin-top: 5px;
  padding: 0 14px;
}
.download_list .text p {
  font-size: 14px;
}
.download_list .btn {
  text-align: center;
  margin-top: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-bottom: 10px;
}
.news_list .inner {
  max-width: 1120px;
}
.news_list ul li {
  padding: 20px 30px;
  margin-top: 0 !important;
}
.news_list ul li:before {
  display: none;
}
.news_list ul li a {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  line-height: 24px;
  font-size: 15px;
}
.news_list ul li .date {
  width: 110px;
  font-family: "Roboto", "NotoSansCJKjp", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
.news_list ul li .cate {
  width: 130px;
  background: #e1524e;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 0 5px;
}
.news_list ul li .ttl {
  width: calc(100% - 280px);
  margin-left: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_list ul li:nth-child(even) {
  background: #f5f5f5;
}
.news_list ul li:nth-child(even) .cate {
  background: #06c2a0;
}
.news_list ul li a:hover {
  opacity: 1;
}
.news_list ul li a:hover .ttl {
  text-decoration: underline;
}
.btn_loadmore {
  text-align: center;
  margin-top: 60px;
}
.form_contact, .mktoForm {
  max-width: 920px !important;
  margin: 0 auto;
  width: 100% !important;
  box-sizing: border-box;
}
.mktoForm {
  padding: 0 !important;
}
.form_contact .row, .mktoForm .mktoFormRow {
  margin: 10px 0 0;
}
.mktoForm .mktoFormRow .mktoLabel, .mktoForm .mktoFormRow .mktoFieldWrap, .mktoForm .mktoFormRow .mktoFormCol, .mktoForm .mktoFormRow .mktoField, .mktoForm .mktoFormRow .mktoCheckboxList {
  /*width: 100% !important;*/
  float: none !important;
}
.mktoForm .mktoFormRow .mktoOffset, .mktoForm .mktoFormRow .mktoGutter, .mktoForm .mktoFormRow .mktoClear {
  display: none;
}
.form_contact .row_flex, .mktoForm .mktoFormRow:nth-child(3) {
  display: flex;
}
.form_contact .row_flex.row_col2, .mktoForm .mktoFormRow:nth-child(3) {
  justify-content: space-between;
}
.form_contact .row_col2 .col, .mktoForm .mktoFormRow:nth-child(3) .mktoFormCol {
  width: calc(100% / 2 - 10px) !important;
}
.form_contact .form_ttl, .mktoForm .mktoLabel {
  margin-bottom: 10px;
}
.form_contact .form_ttl label, .mktoForm .mktoLabel {
  font-size: 15px;
  font-weight: 500 !important;
}
.mktoForm .mktoLabel {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.mktoForm .mktoLabel .mktoAsterix {
  float: none;
}
.form_contact input[type="text"], .form_contact input[type="email"], .form_contact input[type="tel"], .form_contact textarea, .mktoForm input[type="text"], .mktoForm input[type="email"], .mktoForm input[type="tel"], .mktoForm textarea {
  width: 100% !important;
  padding: 8px 10px !important;
  border-radius: 4px !important;
  border: solid 1px #ddd !important;
  font-size: 16px !important;
  background: #fefefe !important;
  outline: none !important;
  box-shadow: none !important;
  line-height: 20px !important;
}
.form_contact input[type="text"]:focus, .form_contact input[type="email"]:focus, .form_contact input[type="tel"]:focus, .form_contact textarea:focus, .mktoForm input[type="text"]:focus, .mktoForm input[type="email"]:focus, .mktoForm input[type="tel"]:focus, .mktoForm textarea:focus {
  border-color: #ef5350 !important;
}
.form_contact .checkbox {
  background: #eee;
  padding: 30px;
  border-radius: 4px;
  overflow: hidden;
}
.form_contact .checkbox > span {
  width: 50%;
  float: left;
  display: block;
  margin: 15px 0 0 !important;
}
.form_contact .checkbox > span:nth-child(-n+2) {
  margin-top: 0 !important;
}
.form_contact .checkbox label {
  font-size: 16px;
}
.form_contact .checkbox input[type="checkbox"] {
  width: 15px;
  height: 15px;
  vertical-align: -2px;
}
.mktoForm .mktoCheckboxList {
  background: #e6e6e6;
  padding: 15px 30px 0 !important;
  border-radius: 4px;
  overflow: hidden;
}
.mktoForm .mktoCheckboxList input[type="checkbox"] {
  width: 15px !important;
  height: 15px !important;
  float: left !important;
}
.mktoForm .mktoCheckboxList label {
  font-size: 16px;
  float: left !important;
  margin: -3px 0 15px 10px !important;
  width: calc(50% - 30px) !important;
}
.mktoForm .mktoCheckboxList label:nth-of-type(2n+0) {
  clear: right;
}
.form01, .form02 {
  background: #f1f1f1;
  padding: 1% 4% 3%;
}
.form01 .mktoForm .mktoFormRow:nth-child(10) {
  display: none;
}
.form01 .mktoForm .mktoFormRow:nth-child(11), .form02 .mktoForm .mktoFormRow:nth-child(8) {
  display: flex;
  justify-content: center;
}
.form01 .mktoForm .mktoFormRow:nth-child(11) a, .form02 .mktoForm .mktoFormRow:nth-child(8) a {
  font-size: 16px;
}
.form01 .mktoForm .mktoFormRow:nth-child(11) .mktoHtmlText, .form01 .mktoForm .mktoFormRow:nth-child(11) .mktoHtmlText p, .form02 .mktoForm .mktoFormRow:nth-child(8) .mktoHtmlText, .form02 .mktoForm .mktoFormRow:nth-child(8) .mktoHtmlText p {
  width: 100% !important;
  text-align: right !important;
}
.form01 .mktoForm .mktoFormRow:nth-child(11) .mktoHtmlText p, .form02 .mktoForm .mktoFormRow:nth-child(8) .mktoHtmlText p {
  padding-right: 30px;
}
.form01 .mktoForm .mktoFormRow:nth-child(11) #Lblprivacy_policy__c, .form02 .mktoForm .mktoFormRow:nth-child(8) #Lblprivacy_policy__c {
  width: auto !important;
  float: left !important;
}
.form01 .mktoForm .mktoFormRow:nth-child(11) .mktoCheckboxList, .form02 .mktoForm .mktoFormRow:nth-child(8) .mktoCheckboxList {
  background: none;
  padding: 0 !important;
  border-radius: 0;
  width: auto !important;
}
.form01 .mktoForm .mktoFormRow:nth-child(11) .mktoCheckboxList input, .form02 .mktoForm .mktoFormRow:nth-child(8) .mktoCheckboxList input {
  margin: 9px 0 0 10px;
}
.form02 .mktoForm input[type=checkbox], .form02 .mktoForm input[type=radio] {
  opacity: 1 !important;
}
.form02 label.mktoLabel, .request_resource_block .mktoForm label.mktoLabel {
  font-weight: 500 !important;
  font-family: "NotoSansCJKjp", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
.form02 .mktoForm .mktoCheckboxList label:before {
  display: none;
}
.form02 .mktoForm input[type=checkbox] + #Lblprivacy_policy__c {
  display: none !important;
}
.form_contact .form_btn {
  text-align: center;
  margin-top: 60px;
}
.mktoForm .mktoButtonRow {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 60px;
}
.mktoForm .mktoButtonWrap {
  /*width: 100%;*/
  margin: 0 !important;
  background: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.mktoForm .mktoButtonWrap.mktoLight {}
.mktoForm .mktoFormRow:nth-of-type(7) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mktoForm .mktoFormRow:nth-of-type(7) .mktoFieldDescriptor.mktoFormCol .mktoFieldWrap {
  display: flex;
  align-items: center;
}
.mktoForm .mktoFormRow:nth-of-type(7) .mktoFieldDescriptor.mktoFormCol {
  margin-left: 15px;
}
.mktoLogicalField.mktoCheckboxList.mktoHasWidth.mktoRequired {
  padding: 10px 5px 0 5px !important;
  width: auto !important;
}
.mktoHtmlText.mktoHasWidth {
  font-size: 0.7em;
}
.mktoForm .mktoFormRow:nth-of-type(5), .mktoForm .mktoFormRow:nth-of-type(6), {
  width: 100%;
}
.form_contact .form_btn input, .mktoForm button.mktoButton, .mktoForm .mktoButtonWrap.mktoInset .mktoButton {
  background: #ef5350 !important;
  border: none !important;
  color: #fff !important;
  border-radius: 4px !important;
  width: 200px !important;
  height: 50px !important;
  outline: none !important;
  cursor: pointer !important;
  box-shadow: none !important;
  padding: revert !important;
}
.request_resource_block .mktoForm input[type=checkbox] + label:before, .request_resource_block .mktoForm input[type=radio] + label:before {
  border-radius: 0.2rem;
  border: solid 1px #767676;
  box-shadow: none;
}
.request_resource_block .mktoForm input[type=checkbox]:checked + label:before, .request_resource_block .mktoForm input[type=radio]:checked + label:before {
  color: #fff;
  background: #1875FF;
}
.form_contact .form_btn input:hover {
  opacity: 0.8;
}
.form_contact .form_confirm {
  text-align: center;
}
.form_contact .form_confirm a {
  display: inline-block;
  font-size: 16px;
}
.form_contact .confirm_input {
  margin-left: 30px;
}
.form_contact .confirm_input span.mwform-checkbox-field {
  display: inline-block;
  font-size: 22px;
}
.form_contact .confirm_input label {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.form_contact .confirm_input input {
  margin: 0 0 0 10px;
  width: 15px;
  height: 15px;
}
.form_contact .required {
  color: #ef5350;
}
.form_contact .error {
  font-size: 14px;
  color: #ef5350;
  margin-top: 5px;
  display: inline-block;
}
.features_txt01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 60px;
  align-items: center;
}
.features_txt01 .text {
  font-size: 22px;
  font-weight: 700;
  margin-left: 20px;
  background: url(../images/line_dot.png) left bottom repeat;
  line-height: 48px;
}
.bnr_contact {
  margin-top: 60px;
}
.bnr_contact a {
  display: block;
  text-align: center;
  padding: 20px;
  font-size: 20px;
  background: #ef5350;
  color: #fff;
  text-decoration: none;
  max-width: 500px;
  margin: 0 auto;
  border-radius: 4px;
}
@media (min-width: 641px) and (max-width: 1500px) {
  .under br.pc {
    display: none;
  }
  .under section .inner {
    max-width: 1100px;
  }
  .under section .cases_list .inner {
    max-width: 1120px
  }
  .under h3 {
    font-size: 24px;
    line-height: 54px;
    margin-bottom: 25px;
  }
  .under h4 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 15px;
  }
  .under h5 {
    line-height: 32px;
  }
  .box_col2 .col, .box_col3 .col {
    margin-right: 20px;
  }
  .box_col2 .col {
    width: calc(100% / 2 - 10px);
  }
  .box_col3 .col {
    width: calc(100% / 3 - 17px);
  }
  .box_col2 .col:nth-child(2n+0), .box_col3 .col:nth-child(3n+0) {
    margin-right: 0;
  }
  .box_style1 .col_head {
    width: calc(100% - 320px);
  }
  .box_style1 .col_img {
    width: 300px;
  }
  .box_style2 {
    padding: 20px;
  }
  .cases_pickup .col_img {
    width: 460px;
  }
  .cases_pickup .col_text {
    width: calc(100% - 500px);
  }
  .cases_pickup .label {
    margin-bottom: 10px;
  }
  .cases_pickup h2 {
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 17px;
  }
  .cases_list .item {
    width: calc(100% / 3 - 14px);
    margin-right: 20px;
    margin-bottom: 60px;
  }
  .cases_list .item:nth-child(3n+0) {
    margin-right: 0;
  }
  .cases_list .item .box_text {
    padding: 20px 15px 60px;
  }
  .cases_list .item .thumb {
    height: 180px;
  }
  .cases_list .item .ttl {
    margin-bottom: 15px;
  }
  .cases_list .item h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .cases_list .item .btn {
    left: 15px;
    bottom: 15px;
  }
  .download_list .item .thumb, .seminar_list .item .thumb {
    height: 230px;
  }
  .download_list .item h4 {
    font-size: 18px;
  }
  .features_txt01 .icn img {
    width: 50px;
  }
  .features_txt01 .text {
    font-size: 14px;
    line-height: 26px;
    margin-left: 10px;
    background-size: auto 40px;
  }
  .under section.features_sec {
    padding: 40px 0 70px;
  }
}
/*===========================================================================*/
/*                             request_resource                              */
/*===========================================================================*/
.header-subpage {
  position: fixed;
  top: 0;
  background: #fff;
  box-shadow: 0 4px 10px rgb(123 70 70 / 31%);
}
.header-subpage .header_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px 0;
}
.header-subpage .header_inner.hil {
  margin: 0 10px;
}
.header-subpage #logo {
  float: none;
  padding: 0;
}
.request_resource_contentWrapper {
  margin: 72px auto 0;
  max-width: 1000px;
  padding: 0;
  box-sizing: border-box;
}
.request_resource_flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.request_resource_flexbox .request_resource_block {
  width: 47%;
}
.request_resource_flexbox .request_resource_textArea {
  padding: 20px;
}
.request_resource_flexbox .request_resource_textArea p, .request_resource_flexbox .request_resource_textArea li {
  font-size: 14px;
  line-height: 1.5;
}
.request_resource_flexbox .request_resource_title {
  margin-bottom: .8em;
  padding-bottom: .5em;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  border-bottom: 2px solid #e6e6e6;
}
.request_resource_block.block-right > p {
  margin: 0;
}
.request_resource_footerText p {
  margin-top: 20px;
}
.footer-subpage {
  margin-top: 20px;
  padding-bottom: 52px;
  background: #f8f8f8;
}
.request_resource_block .mktoHtmlText p span {
  font-size: 100%;
}
.request_resource_block .mktoForm {
  padding: 20px 35px 15px !important;
  background: #eee;
  border-radius: 5px;
  font-size: 10px !important;
}
.request_resource_block .mktoForm label, .request_resource_block .mktoForm input, .request_resource_block .mktoForm select, .request_resource_block .mktoForm textarea {
  font-size: 14px !important;
}
.request_resource_block .mktoFormRow {
  margin: 0;
}
.request_resource_block .mktoButtonRow {
  margin-top: 20px !important;
}
.request_resource_block .mktoButton {
  font-size: 16px !important;
  height: 40px !important;
}
.request_resource_block .mktoHtmlText {
  width: auto !important;
}
.request_resource_block .mktoHtmlText a {
  font-size: 12px !important;
}
.request_resource_block .mktoFieldWrap > #Lblprivacy_policy__c {
  float: left !important;
  width: auto !important;
  margin: 0;
  padding-top: 5px;
}
.request_resource_block #Lblprivacy_policy__c ~ .mktoLogicalField {
  margin-left: 10px;
  padding: 5px !important;
  float: left !important;
  width: auto !important;
}
.request_resource_block .mktoLogicalField #Lblprivacy_policy__c {
  position: relative;
  margin: 0 !important;
}
.request_resource_block #Lblprivacy_policy__c ~ .mktoLogicalField label::before {
  left: -15px;
  margin: 0 !important;
}
#side_topics {
  position: fixed;
  bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 166px;
  padding: 0 30px 0 0;
  background-color: #fff;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, .40);
  box-sizing: border-box;
  z-index: 999;
  border-radius: 0 5px 5px 0;
  transition: all 500ms 0s ease;
}
#side_topics.change {
  transform: translateX(calc(-100% + 30px));
}
#side_topics.change-hide {
  transform: translateX(calc(-100% + 30px));
  transition: 0s;
}
#side_topics ul {
  position: relative;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  padding: 10px 5px;
}
#side_topics ul li {
  margin: 0;
}
#side_topics ul li a {
  display: block;
  margin: 0 5px;
}
#side_topics ul li a img {
  max-width: 137px;
  height: auto;
}
@media screen and (max-width: 480px) {
  #side_topics {
    height: auto;
  }
  #side_topics ul {
    justify-content: center;
    padding: 10px 5px;
  }
  #side_topics ul li {
    margin: 0;
    padding: 0;
  }
  #side_topics ul li a img {
    width: 100%;
    max-width: auto;
    height: auto;
  }
}
.hover {
  opacity: 1;
  transition: .5s;
}
.hover:hover {
  opacity: .7;
  transition: .5s;
}
#topics-r {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 100%;
  text-align: center;
  background-color: #09c9a6;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  outline: none;
}
#topics-r span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  letter-spacing: 2px;
  color: #fff;
  font-size: 14.5px;
  font-family: '游ゴシック体', 'YuGothic', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 400;
  transform: rotate(90deg);
}

#thanks{
	display: block;
	width: 100%;
	margin: 90px 0 0;
	padding: 0;
}
#thanks_s1{
	display: block;
	width: 100%;
	margin: 0;
	padding: 40px 0 0;
	background: #fff;
}
#thanks_s2{
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
#thanks_s3{
	display: block;
	width: 100%;
	margin: 0;
	padding: 30px 0 50px;
	background-color: #F9F9F9;
	background-image: url(https://pr.crowd-agent.com/wp-content/themes/crowdagent/images/bg01.jpg);
}
.thanks-inner{
	display: block;
	max-width: 1000px;
	margin: 20px auto;
}
#thanks h1{
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 30px;
	text-align: center;
	line-height: 1.3;
	font-size: 32px;
	font-weight: 700;
	color: #333;
}
#thanks h1 br{
	display: none;
}
#thanks h1::after{
	content: "";
	display: none;
	position: absolute;
	left: calc(50% - 10px);
	bottom: 0;
	width: 20px;
	height: 3px;
	background-color: #fff;
}
#thanks h2{
	margin-bottom: 20px;
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	color: #222;
}
#thanks p{
	text-align: left;
	color: #333;
}
#thanks #thanks_s1 p{
	text-align: center;
	color: #333;
	font-weight: 600;
}
#thanks #thanks_s1 .btn{
	position: relative;
	bottom: 0;
	display: block;
	max-width: 430px;
	margin: 0 auto;
	padding: 20px 15px;
	text-decoration: none;
	line-height: 1;
	text-align: center;
	font-weight: 800;
	font-size: 24px;
	color: #fff;
	background-color: #ef5350;
	transition: .3s;
	box-sizing: border-box;
}
#thanks #thanks_s1 .btn:hover{
	bottom: 10px;
	transition: .3s;
}
#thanks #thanks_s1 .btn::before{
	content: "";
	position: absolute;
	top: calc(50% - 5px);
    left: 15px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#thanks #thanks_s1 .btn span{
	position: relative;
	display: inline-block;
	width: calc(100% - 60px);
	margin: 0 auto 10px;
	padding: 8px 10px;
	line-height: 1;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	border: 1px solid #fff;
}
#thanks #thanks_s3 img{
	object-fit: cover;
	width: 100%;
	height: 200px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
}
#thanks #thanks_s3 .ttl{
	display: block;
	padding: 5px 10px;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
}
#thanks #thanks_s3 p{
	margin-bottom: 10px;
	padding: 5px 10px;
	line-height: 1.8;
	font-size: 14px;
}
#thanks #thanks_s3 .btn{
	position: absolute;
	bottom: 30px;
	left: calc(50% - 125px);
	display: block;
	width: 250px;
	margin: 0 auto;
	padding: 12px 30px;
	line-height: 1.3;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	background-color: #ef5350;
	transition: .3s;
}
#thanks #thanks_s3 .btn::before{
	content: "";
	position: absolute;
	top: calc(50% - 5px);
    left: 15px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#thanks_s3 ul{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 0;
}
#thanks_s3 ul::after{
	content: "";
	position: absolute;
	display: block;
	width: calc(33% - 10px);
}
#thanks_s3 ul li{
	position: relative;
	list-style: none;
	display: flex;
	width: calc(33% - 10px);
	margin: 0;
	padding: 0;
	background: #fff;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    border-radius: 4px;
}
#thanks_s3 ul li::before{
	content: "";
	display: none;
}
#thanks_s3 ul li a{
	padding: 0 0 85px;
	text-decoration: none;
	opacity: 1;
	transition: .5s;
}
#thanks_s3 ul li a:hover{
	text-decoration: none;
	opacity: .6;
	transition: .5s;
}
#thanks #thanks_s3 a:hover img{
	object-fit: cover;
	width: 100%;
	height: 200px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
}
#thanks #thanks_s3 a:hover .btn{
	bottom: 35px;
	transition: .3s;
}
#thanks .btn_download{
	
}
@media screen and (max-width: 640px) {
#thanks{
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
#thanks_s1{
	padding: 15px 0 0;
}
#thanks_s2{
	margin: 0;
	padding: 0;
}
.thanks-inner{
	margin: 0;
	padding: 0 10px;
}
#thanks h1{
	margin-bottom: 10px;
	font-size: 6.6vw;
}
#thanks h1 br{
	display: block;
}
#thanks_s3 ul li{
	width: 100%;
	margin: 0 0 15px;
}
}
/*                             ie                                     	*/
/*==========================================================================*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  header {
    overflow: hidden;
    height: 140px;
  }
  header .h_right ul li {
    vertical-align: top;
  }
  header .h_right .h_tel {
    margin-top: 10px;
  }
  header .h_right .h_login {
    margin-top: 10px;
  }
}


/*レスポンシブ(本番環境で反映されない為)*/
@media (max-width: 480px) {
  #index .mainvisual .text_h2_sub1-1 p{
    font-size: 12px;
    line-height: 34px;
    margin: 20px 0 14px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 28px;
  }

  #index .mainvisual .text_h2_sub1-1 .top-dots{
    text-emphasis: circle filled white;
    -webkit-text-emphasis: circle filled white;
  }
}

/* 20230901 tane add start */
.cases_detail .cases_detail_container{
  max-width: 720px;
  margin: auto;
}

.cases_detail .cases_detail__date{
  margin-bottom: 0;
  font-weight: bold;
}

/* ******************************************************************** */
/* SNSシェアボタンリスト */
/* ******************************************************************** */
.cases_detail .sns_list{
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-bottom: 30px;
}

.cases_detail .sns_list__head{
  margin-bottom: 0;
  font-weight: bold;
}

.cases_detail .sns_list__list{
  display: flex;
  margin: 0px -8px 0px 10px;
}

.cases_detail .sns_list__list img{
  vertical-align: top;
}

.under .cases_detail .sns_list__item{
  margin-top: 0;
  padding: 0 8px;
}


@media only screen and (min-width:768px){
  .under .cases_detail .sns_list__item.--fb:hover,
  .under .cases_detail .sns_list__item.--x:hover{
    filter: brightness(90%);
  }  
}


.cases_detail .sns_list__item-inner{
  width: 40px;
  height: 40px;
}

.cases_detail .sns_list__item-inner a{
  display: block;
  width: 100%;
  height: 100%;
}
.cases_detail .sns_list__item-inner img{
  width: 100%;
}

.cases_detail .sns_list__item:before{
  content: none;
}

.under .mainvisual .main_visual_txt{
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1;
}
.under .mainvisual .main_visual_txt .en{
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
}

.under .cases_detail .cases_detail_container h1{
  font-size: 36px;
  font-weight: 700;
  line-height: 60px;
  /* margin-bottom: 35px; */
  /* padding: 80px; */
  padding: 80px 0;
}

.under .cases_detail .banner{
  margin-bottom: 30px;
}
.under .cases_detail .banner img{
  width: 100%;
}
/* 20230901 tane add end */

/* 20230921 tane add start */
.under .cases_detail p{
  font-size: 16px;
  line-height: 36px;
}

.under .cases_detail h3{
  line-height: 38px;
  margin-top: 60px;
}

.under .cases_detail p strong{
  display: inline-block;
  /* font-size: 170%; */
}

.under .cases_detail h3,
.under .cases_detail p strong
{
  /* margin-top: 60px;  */
}

.under .cases_detail h4{
  margin-top:0;
  margin-bottom: 16px;
  background: transparent;
  border: none;
  padding: 0;
}

/* responsive.cssは640px以下にならないと読み込まれないのでここに書く */
@media only screen and (min-width:1500px){
	.cases_pickup .text p{
		/* font-size: 30px;
		line-height: 42px; */
    font-size: 16px;
	}
	.cases_pickup .company{
		/* font-size: 160%; */
		margin: 20px 0;
	}
	.cases_list .item .ttl {
		margin: 0;
	}
	.under .cases_list .item h3{
		margin: 0;
		/* line-height:46px;
		font-size: 32px;	 */
    font-size: 24px;
    line-height: 36px;
	}

  .cases_list .item .box_text{
    padding-bottom: 80px;
  }
}
/* 20230921 tane add end */

/* 20231002 tane add start */
.under h2{
  font-size: 28px;
  line-height: 42px;
}

.cases_pickup .company {
  font-size: 16px;
}

.cases_list .item .box_text .company{
  margin-bottom: 28px;
  margin-top: 28px;
}
/* 20231002 tane add end */