@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
	text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; /* Safari */
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* -----------------------------------------
	common 
-----------------------------------------*/
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  padding-top: 65px;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
a[href^="tel:"] {
  cursor: default;
}
a[href^="tel:"]:hover {
  opacity: 1;
}
.clear {
  overflow: hidden;
}
.clear:after {
  clear: both;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin: auto;
}
.alignleft {
  float: left;
}
.txtcenter {
  text-align: center;
}
.txtright {
  text-align: right;
}
a {
  color: #030000;
}
.bold {
  font-weight: bold;
}
.red {
  color: #ff0b44;
}
.blue {
  color: #13A7D5;
}
.orange {
  color: #EB990C;
}
.green {
  color: #19B48F;
}
.pink {
  color: #DE617F;
}
.sp {
  display: none;
}
.pc {
  display: inline-block;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}
.en {
  font-family: 'Shippori Mincho', serif;
  font-weight: 700;
}
.l_continar {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
#achievement .l_continar {
  max-width: 1780px;
  width: 100%;
  margin: 0 auto;
}
.s_continar {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#kaitori_ichiran {
  background-color: #F9F9F9;
  padding: 50px 0;
}
#kaitori_ichiran ul {
  border: 2px solid #4e649b;
  padding: 20px 100px;
  margin-top: 15px;
  background-color: #fff;
}
#kaitori_ichiran li {
  margin-right: 20px;
  display: inline-block;
  line-height: 28px;
}
#kaitori_ichiran h2 {
  color: #001958;
  font-size: 31px;
  /* font-size: 3.9rem; */
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2rem;
}
#kaitori_ichiran span {
  font-size: 42px;
  color: #ef7a01;
}
.circle {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #eed700;
  margin-bottom: 1px;
  margin-right: 6px;
}
.slider { /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 94%;
  margin: 0 auto;
}
.slider img {
  width: 100%; /*スライダー内の画像を横幅100%に*/
  height: auto;
}
/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide {
  margin: 0 10px;
}
.slider2 { /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 94%;
  margin: 0 auto;
}
.slider2 img {
  width: 100%; /*スライダー内の画像を横幅100%に*/
  height: auto;
}
/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider2 .slick-slide {
  margin: 0 10px;
}
/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev, .slick-next {
  position: absolute; /*絶対配置にする*/
  top: 42%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  height: 30px;
  width: 30px;
}
.slick-prev { /*戻る矢印の位置と形状*/
  left: -1.5%;
}
.slick-next { /*次へ矢印の位置と形状*/
  right: -1.5%;
}
.slick-arrow {
  z-index: 2 !important;
}
.slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.slick-next:before {
  background: url(../images/ar_ri.png) !important;
  background-size: contain !important;
}
.slick-prev:before {
  background: url(../images/ar_le.png) !important;
  background-size: contain !important;
}
/*ドットナビゲーションの設定*/
.slick-dots {
  text-align: center;
  margin: 0 auto;
  padding-top: 30px;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px; /*ドットボタンのサイズ*/
  height: 8px; /*ドットボタンのサイズ*/
  display: block;
  background: #ccc; /*ドットボタンの色*/
  text-indent: -9999px;
  border: none;
}
.slick-dots .slick-active button {
  background: #333; /*ドットボタンの現在地表示の色*/
}
#area_s {
  background-color: #FAF6ED;
  padding: 50px 0;
}
#area_s .l_continar {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#line_bnr {
  background-color: #E4FBE4;
  padding: 40px 0 50px;
}
#line_bnr .l_continar {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.line_btn {
  margin: 30px auto 0;
  text-align: center;
}
.line_btn a {
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  color: #fff;
  background: #ff710a;
  border-radius: 50px;
  padding: 10px 5px;
  display: inline-block;
  font-weight: bold;
  width: 30%;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, .3);
}
.line_btn a:hover {
  cursor: pointer;
}
#mv_anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}
@media screen and (max-width: 1090px) {
  .line_btn a {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .line_btn {
    margin: 0px auto 30px;
  }
  .line_btn a {
    width: 90%;
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1780px) {
  #achievement .l_continar {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1400px) {
  .l_continar {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .s_continar {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.object-fit-img {
  object-fit: cover;
  font-family: "object-fit: cover;";
}
#header {
  padding: 4px 50px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #fff;
}
#header .header_inner {
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#header h1 {
  width: 240px;
}
#header h1 span {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #061F5E;
  padding-bottom: 5px;
}
#header #menu {
  width: calc(100% - 240px);
  padding-top: 15px;
  text-align: right;
}
#header #menu ul li {
  display: inline-block;
  padding-left: 25px;
  padding-right: 25px;
}
#header #menu ul li:first-child {
  padding-left: 0px;
}
#header #menu ul li:last-child {
  padding-right: 0px;
}
#header #menu ul li.menu_parent {
  position: relative;
}
#header #menu ul li.menu_parent:before {
  content: "";
  width: 11px;
  height: 6px;
  background: url(../images/common/menu_arrow.png) 0 0 no-repeat;
  background-size: 100% auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}
#header #menu ul li.menu_parent:hover:before {
  -webkit-transform: translateX(-50%) rotateX(180deg);
  transform: translateX(-50%) rotateX(180deg);
}
#header #menu ul li.menu_parent:hover .menu_child {
  display: block;
}
#header #menu ul li a {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  color: #061F5E;
  letter-spacing: 0;
  padding: 10px 0;
}
#header #menu ul li a.assessment_btn {
  color: #fff;
  background-color: #061F5E;
  padding: 10px 20px;
}
#header #menu .menu_child {
  display: none;
  width: 185px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  border-bottom: 1px solid #061F5E;
  text-align: center;
  z-index: 100;
  padding-top: 13px;
}
#header #menu .menu_child:before {
  content: "";
  width: 100%;
  height: 13px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/common/menu_child.png) 0 0 no-repeat;
  background-size: 100% auto;
}
#header #menu .menu_child p {
  border-bottom: 1px solid #D2D2D2;
  border-left: 1px solid #061F5E;
  border-right: 1px solid #061F5E;
}
#header #menu .menu_child p:last-of-type {
  border-bottom: none;
}
#header #menu .menu_child p a {
  display: block;
  color: #061F5E;
  font-weight: 500;
  padding: 10px 0;
}
@media screen and (max-width: 1570px) {
  #header {
    padding: 6px 15px;
  }
  #header h1 {
    width: 240px;
  }
  #header h1 span {
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #061F5E;
    padding-bottom: 5px;
  }
  #header #menu {
    width: calc(100% - 240px);
    padding-top: 25px;
  }
  #header #menu ul li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#eyecatch {
  position: relative;
  background: url(../images/common/eyecatch.jpg) center center no-repeat;
  background-size: cover;
  height: 230px;
}
#eyecatch.franchise {
  height: auto;
}
#eyecatch h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  z-index: 1;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.9);
  width: 100%;
  text-align: center;
}
.l_flex {
  flex-wrap: wrap;
  display: flex;
}
#blog_li {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
#blog_li li {
  width: calc(25% - 15px);
  margin-left: 20px;
  margin-bottom: 20px;
}
#blog_li li:nth-child(4n+1) {
  margin-left: 0;
}
#blog_li li .trim {
  width: 100%;
  padding-top: 63%;
  position: relative;
}
#blog_li li .trim img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
#blog_li li dt {
  position: relative;
  padding-top: 10px;
}
#blog_li li dt .cat {
  position: absolute;
  left: 8px;
  top: 0;
  z-index: 2;
}
#blog_li li dd {
  text-align: left;
  padding: 15px 10px;
}
.second_ttl {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 25px;
}
.second_ttl span {
  border-bottom: 3px solid #EBD500;
}
#pagetop {
  position: fixed;
  bottom: 160px;
  right: 20px;
  z-index: 10;
}
#footer {
  border-top: 1px solid #001F6E;
  padding-top: 40px;
  padding-bottom: 130px;
}
#footer .footer_in {
  display: flex;
  flex-wrap: wrap;
}
#footer .footer_info {
  width: 40%;
}
#footer .footer_info .footer_logo {
  padding-bottom: 20px;
}
#footer .footer_info p {
  padding-bottom: 30px;
  font-size: 14px;
}
#footer .footer_menu {
  width: 20%;
}
#footer .footer_menu p {
  padding-bottom: 1em;
}
#footer .footer_menu dl dt {
  padding-bottom: 1em;
}
#footer .footer_menu dl dd a {
  position: relative;
  padding-left: 1em;
}
#footer .footer_menu dl dd a:before {
  content: "";
  width: 14px;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 50%;
}
#footer .footer_menu .sns {
  padding-top: 10px;
}
#footer .footer_menu .sns a {
  display: inline-block;
  margin-right: 20px;
}
#footer .footer_menu .sns a:last-of-type {
  margin-right: 0;
}
#footer .footer_menu .sns img {
  width: 40px;
}
#footer .footer_link {
  background-color: #f9f9f9;
  padding-top: 10px;
  text-align: center;
}
#footer .footer_link ul {
  font-size: 0;
}
#footer .footer_link ul li {
  display: inline-block;
  padding: 0 20px;
  border-right: 1px solid #000;
}
#footer .footer_link ul li:last-child {
  border: none;
}
#footer .footer_link ul li a {
  font-size: 14px;
}
#footer .copyright {
  background-color: #f9f9f9;
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  font-size: 12px;
}
@media screen and (max-width: 840px) {
  #footer .footer_menu {
    font-size: 14px;
  }
  #footer .footer_menu .sns a {
    margin-right: 10px;
  }
  #footer .footer_menu .sns a:last-of-type {
    margin-right: 0;
  }
  #footer .footer_menu .sns img {
    width: 35px;
  }
}
#fixed_menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 100;
  border-top: 2px solid #001F6E;
}
#fixed_menu .fixed_menu_inner {
  width: 830px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
#fixed_menu .fix_tel {
  color: #001F6E;
  width: 50%;
  padding-top: 8px;
  padding-bottom: 8px;
}
#fixed_menu .fix_tel.pc {
  display: block;
}
#fixed_menu .fix_tel.sp {
  display: none;
}
#fixed_menu .fix_tel p {
  line-height: 1;
  font-weight: bold;
}
#fixed_menu .fix_tel .txt1 {
  line-height: 1;
  font-size: 21px;
  display: none;
}
#fixed_menu .fix_tel .txt2 {
  font-size: 0;
  padding-bottom: 10px;
}
#fixed_menu .fix_tel .txt2 a {
  pointer-events: none;
  color: #001F6E;
  background: url(../images/fixed_tel.png) 0 0 no-repeat;
  width: 352px;
  height: 36px;
  display: block;
}
#fixed_menu .fix_tel .txt3 {
  font-size: 16px;
}
#fixed_menu .fix_form {
  width: 46%;
  position: relative;
  padding-top: 20px;
}
#fixed_menu .fix_form::before {
  content: "";
  background: url("../../images/saitan_illa.png")no-repeat;
  background-size: contain;
  aspect-ratio: 65.35 / 57.21;
  width: 19%;
  height: auto;
  position: absolute;
  bottom: 6px;
  left: -30px;
  z-index: 7;
}
#fixed_menu .fix_form a {
  position: relative;
  z-index: 2;
  display: inline-block;
  border-radius: 30px;
  background-color: #FFE600;
  color: #00176D;
  border: 2px solid #00176D;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  padding: 8px 75px 8px;
}
#fixed_menu .fix_form a:hover, #fixed_menu .fix_form a:active {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
  opacity: 1;
}
#fixed_menu .fix_form a:before {
  content: "";
  display: inline-block;
  height: 23px;
  vertical-align: middle;
}
#fixed_menu .fix_form a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #00176D;
}
#fixed_menu .fix_form img {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 70px;
  width: 140px;
}
.indent {
  padding-left: 1em;
  text-indent: -1em;
}
.wp-pagenavi {
  padding: 20px 0 50px 0;
  clear: both;
  text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  color: #0097C4;
  padding: 3px 5px;
  margin: 2px;
  background-color: #fff;
  border: 1px solid #092467;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  background-color: #092467;
  color: #fff;
}
.wp-pagenavi span.current {
  font-weight: bold;
}
#breadcrumb {
  padding-top: 20px;
  padding-bottom: 90px;
}
#breadcrumb ul {
  font-size: 0;
}
#breadcrumb ul li {
  display: inline-block;
  font-size: 14px;
}
#breadcrumb ul li:after {
  content: ">";
  display: inline-block;
  padding: 0 5px;
}
#breadcrumb ul li:last-child:after {
  display: none;
}
.btn {
  background-color: #001958;
  border-radius: 20px;
  display: block;
  width: 180px;
  margin: 0 auto;
  letter-spacing: 0.02em;
  text-align: center;
  padding: 10px 0;
  line-height: 1;
  color: #fff;
}
.btn:before {
  content: "";
  display: inline-block;
  height: 16px;
  vertical-align: middle;
}
.btn-white {
  border: 1px solid #001958;
  color: #001958;
  background-color: #fff;
}
.btn-white:hover {
  background-color: #001958;
  color: #fff;
}
.btn-orange {
  background-color: #ff8800;
  border-radius: 50px;
  display: block;
  max-width: 430px;
  width: 100%;
  margin: 0 auto;
  letter-spacing: 0.02em;
  text-align: center;
  padding: 0.8em 0;
  line-height: 1;
  color: #fff;
  font-size: 20px;
}
.btn-orange:before {
  content: "";
  display: inline-block;
  height: 20px;
  vertical-align: middle;
}
.cat {
  width: 145px;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  display: inline-block;
}
.cat span {
  display: block;
  width: 100%;
}
.cat-ishikawa {
  background-color: #ff9226;
  padding: 4px 0;
}
.cat-osaka {
  background-color: #214BB4;
  padding: 4px 0;
}
@media screen and (max-width: 1366px) {
  .drawer--right .drawer-hamburger {
    display: block;
    right: 0px;
    top: 0px;
    background-color: #fff;
    color: #091044;
    cursor: pointer;
    padding: 0;
    margin: 0;
    width: 60px;
    height: 60px;
  }
  .drawer-hamburger-icon, .drawer-hamburger-icon::before, .drawer-hamburger-icon::after {
    background-color: #091044;
    height: 2px;
    width: 30px;
    left: 50%;
    margin-left: -15px;
    margin-top: 0;
  }
  .drawer-hamburger-icon:before {
    top: -8px;
  }
  .drawer-hamburger-icon:after {
    top: 8px;
  }
  .drawer--right .drawer-nav {
    right: -26rem;
  }
  .drawer-nav {
    z-index: 2000;
    width: 26rem;
  }
  .drawer-nav .tel a {
    border-left: none;
    text-align: center;
    font-weight: bold;
    color: #001F6E;
    font-size: 2.0rem;
    border-bottom: none;
  }
  .drawer-nav a, .drawer-nav p {
    text-align: left;
    padding: 8px 5px;
    color: #000;
    border-bottom: 1px solid #dddddd;
    border-left: 4px solid #001F6E;
    display: block;
    font-size: 1.4rem;
  }
  .drawer-nav .navi_li {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 15px;
  }
  .drawer-nav .navi_li img {
    width: 30px;
    margin-right: 5px;
  }
  .drawer-nav .navi_child a {
    padding-left: 2em;
  }
  .drawer-nav .drawer-dropdown-menu-child {
    display: none;
  }
  .drawer-nav .drawer-dropdown-menu-child a {
    line-height: 1;
    background-color: #F4F7FB;
  }
  .drawer-overlay {
    z-index: 1000;
  }
  body {
    padding-top: 60px;
  }
  #header {
    width: 100%;
    padding: 0 10px;
    height: 60px;
    -webkit-align-items: center;
    align-items: center;
    display: flex;
  }
  #header h1 span {
    display: none;
  }
  #header h1 img {
    height: 24px;
    width: auto;
    max-width: inherit;
  }
  #header #menu {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: inline-block;
  }
  .l_continar {
    padding-left: 15px;
    padding-right: 15px;
  }
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #breadcrumb {
    padding-bottom: 50px;
  }
  .l_block .photo {
    width: 100%;
    order: 2;
    text-align: center;
  }
  .l_block .txt {
    width: 100%;
    order: 1;
    padding-bottom: 20px;
  }
  #eyecatch {
    height: 120px;
  }
  #eyecatch h2 {
    font-size: 21px;
    font-size: 2.1rem;
    width: 100%;
  }
  #eyecatch h2 span {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .ttl {
    margin-bottom: 30px;
    line-height: 1;
  }
  .ttl span {
    line-height: 2.8rem;
    font-size: 20px;
    font-size: 2.0rem;
    padding-bottom: 5px;
  }
  #pagetop {
    position: fixed;
    bottom: 80px;
    right: 10px;
    z-index: 10; }
  #pagetop img {
    width: 40px;
  }
  #blog_li li {
    width: 100%;
    margin-left: 0%;
    margin-bottom: 25px;
  }
  #blog_li li:nth-child(4) {
    display: block;
  }
  #blog_li li:nth-child(4n+1) {
    margin-left: 0;
  }
  #blog_li li:nth-child(3n) {
    margin-left: 0%;
  }
  #blog_li li:nth-child(2n) {
    margin-left: 0;
  }
  #blog_li li dt {
    position: relative;
  }
  #blog_li li dd {
    text-align: left;
  }
  .btn {
    width: 170px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #kaitori_ichiran {
    background-color: #F9F9F9;
    padding: 50px 0;
  }
  #kaitori_ichiran ul {
    border: 2px solid #4e649b;
    padding: 20px 20px;
    margin-top: 15px;
    background-color: #fff;
  }
  #kaitori_ichiran li {
    margin-right: 20px;
    display: inline-block;
    line-height: 28px;
  }
  #kaitori_ichiran h2 {
    color: #001958;
    font-size: 31px;
    /* font-size: 3.9rem; */
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.2rem;
  }
  #kaitori_ichiran span {
    font-size: 42px;
    color: #ef7a01;
  }
}
@media (orientation: portrait) and (max-width: 768px) {
  #blog_li li {
    width: calc(50% - 10px);
    margin-left: 0;
  }
  #blog_li li:nth-child(2n) {
    margin-left: auto;
  }
  #blog_li li:nth-child(3n) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .drawer--right .drawer-hamburger {
    width: 50px;
    height: 50px;
  }
  #header {
    height: 50px;
  }
  .drawer-hamburger-icon, .drawer-hamburger-icon::before, .drawer-hamburger-icon::after {
    width: 26px;
    margin-left: -13px;
  }
  .second_ttl {
    font-size: 22px;
    line-height: 1.5;
    padding-bottom: 15px;
  }
  .second_ttl span {
    display: block;
    padding-bottom: 5px;
  }
}
/*
@media screen and (max-width: 640px) {
	#blog_li{
	    li{
	    	width:100%;
	    	margin-left:0px;
	    	&:nth-child(3n){
	    		margin-left:0;
	    	}
	    }
	}

}
*/
#notfound {
  text-align: center;
  padding-bottom: 150px;
}
#thanks {
  text-align: center;
  padding-bottom: 150px;
}
#thanks .btn_wrap {
  padding-top: 100px;
}
.buy_link {
  padding-top: 100px;
  padding-bottom: 100px;
}
.buy_link ul {
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.buy_link li {
  padding-bottom: 50px;
  width: calc(33.333% - 20px);
  margin-left: 30px;
}
.buy_link li:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .buy_link {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .buy_link ul {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .buy_link li {
    padding-bottom: 5px;
    width: 50%;
    margin-left: 0px;
  }
  .buy_link li:nth-child(2n+1) {
    margin-left: 0;
  }
  .buy_link li img {
    width: 100%;
  }
  #footer {
    border-top: 1px solid #001F6E;
    padding-top: 0px;
    padding-bottom: 50px;
  }
  #footer .footer_in {
    padding-left: 0;
    padding-right: 0;
  }
  #footer .footer_info {
    width: 100%;
    border-bottom: 1px solid #707070;
    padding: 25px 0;
  }
  #footer .footer_info .footer_logo {
    padding-bottom: 0;
    text-align: center;
  }
  #footer .footer_info .footer_logo img {
    width: 56%;
  }
  #footer .footer_info p {
    display: none;
  }
  #footer .footer_menu {
    width: 100%;
    text-align: center;
    font-size: 16px;
  }
  #footer .footer_menu p {
    padding-bottom: 0;
    border-bottom: 1px solid #707070;
  }
  #footer .footer_menu p.sp {
    display: block;
  }
  #footer .footer_menu p a {
    padding: 10px 0;
    display: block;
  }
  #footer .footer_menu dl dt {
    padding: 10px 0;
    display: block;
    cursor: pointer;
    border-bottom: 1px solid #707070;
  }
  #footer .footer_menu dl dt.is-open span:after {
    -webkit-transform: translateY(-50%) rotateX(180deg);
    transform: translateY(-50%) rotateX(180deg);
  }
  #footer .footer_menu dl dt span {
    display: inline-block;
    padding-right: 30px;
    position: relative;
  }
  #footer .footer_menu dl dt span:after {
    content: "";
    width: 15px;
    height: 8px;
    background: url(../images/common/footer_arrow.png) 0 0 no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #footer .footer_menu dl dd {
    background-color: #F4F7FB;
    display: none;
  }
  #footer .footer_menu dl dd a {
    padding: 10px 0;
    display: block;
  }
  #footer .footer_menu dl dd a:before {
    display: none;
  }
  #footer .footer_menu dl dd a:last-of-type {
    border: none;
  }
  #footer .footer_menu .sns {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
  #footer .footer_menu .sns a {
    margin-right: 20px;
  }
  #footer .footer_menu .sns a:last-of-type {
    margin-right: 0;
  }
  #footer .footer_menu .sns img {
    width: 35px;
  }
  #footer .footer_link {
    display: none;
  }
  #footer .copyright {
    background-color: #f9f9f9;
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
  #fixed_menu {
    background: #000000c4;
    border-top: 0;
  }
  #fixed_menu ul {
    justify-content: space-between;
  }
  #fixed_menu ul li {
    width: calc(50% - 5px);
    align-content: stretch;
    display: grid;
  }
  #fixed_menu ul li a {
    background: #FFE600;
    border-radius: 5px;
    color: #00176D;
    padding: 5px;
    text-align: center;
    display: block;
    font-weight: bold;
  }
  #fixed_menu ul li.tel a {
    font-size: 4.87vw;
    line-height: 2;
  }
  #fixed_menu ul li.form a {
    font-size: 5.12vw;
  }
  #fixed_menu ul li a img {
    width: 20px;
    margin-right: 2px;
    vertical-align: middle;
  }
  #fixed_menu ul li:nth-child(2) a img {
    width: 74.25%;
  }
  #fixed_menu .fixed_menu_inner {
    width: 100%;
	  padding-left: 10px;
    padding-right: 10px;
  }
  #fixed_menu .fix_tel {
    color: #001F6E;
    width: 100%;
    padding: 5px 10px;
    display: flex;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
  }
  #fixed_menu .fix_tel.pc {
    display: none;
  }
  #fixed_menu .fix_tel.sp {
    display: block;
    padding: 7px 0;
  }
  #fixed_menu .fix_tel p {
    line-height: 1;
    font-weight: normal;
    color: #fff;
    font-size: 13px;
    text-align: center;
    margin-top: 3px;
  }
  #fixed_menu .fix_tel .txt1 {
    display: none;
  }
  #fixed_menu .fix_tel .txt2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
    padding: 0;
    width: 60%;
  }
  #fixed_menu .fix_tel .txt2 a {
    pointer-events: auto;
    background: url(../images/icon_tel.png) 0 center no-repeat;
    background-size: 20px auto;
    padding-left: 30px;
    padding-bottom: 3px;
    padding-top: 4px;
  }
  #fixed_menu .fix_tel .txt3 {
    width: 40%;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  #fixed_menu .fix_form {
    display: none;
  }
}
.bg_gray {
  background-color: #F9F9F9;
}
/*------------------------
加点方式
--------------------------*/
#buy-satei {
  padding-top: 150px;
  padding-bottom: 200px;
}
#buy-satei .second_ttl {
  padding-bottom: 60px;
  color: #001958;
	font-size: 46px;
	position: relative;
}
#buy-satei .second_ttl span.souba {
	border: none;
	position: relative;
}
#buy-satei .second_ttl span.souba::before {
	content: "";
	background: url("../../images/souba_ttl.png")no-repeat;
	background-size: contain;
	width: 182px;
	height: 107px;
	position: absolute;
	top: -83%;
    right: 10%;
}#buy-satei .second_ttl {
  padding-bottom: 60px;
  color: #001958;
	font-size: 46px;
	position: relative;
}
#buy-satei .second_ttl span.souba {
	border: none;
	position: relative;
}
#buy-satei .second_ttl span.souba::before {
	content: "";
	background: url("../../images/souba_ttl.png")no-repeat;
	background-size: contain;
	width: 182px;
	height: 107px;
	position: absolute;
	top: -83%;
    right: 10%;
}#buy-satei .second_ttl {
  padding-bottom: 60px;
  color: #001958;
	font-size: 46px;
	position: relative;
}
#buy-satei .second_ttl span.souba {
	border: none;
	position: relative;
}
#buy-satei .second_ttl span.souba::before {
	content: "";
	background: url("../../images/souba_ttl.png")no-repeat;
	background-size: contain;
	width: 182px;
	height: 107px;
	position: absolute;
	top: -83%;
    right: 10%;
}#buy-satei .second_ttl {
  padding-bottom: 60px;
  color: #001958;
	font-size: 46px;
	position: relative;
}
#buy-satei .second_ttl span.souba {
	border: none;
	position: relative;
}
#buy-satei .second_ttl span.souba::before {
	content: "";
	background: url("../../images/souba_ttl.png")no-repeat;
	background-size: contain;
	width: 182px;
	height: 107px;
	position: absolute;
	top: -83%;
    right: 10%;
}
#buy-satei .second_ttl span {
  display: inline-block;
}
#buy-satei .second_ttl b {
  color: #F96423;
  font-size: 65px;
}
#buy-satei .l_flex {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
#buy-satei .plus {
  width: calc(50% - 20px);
  border: 8px solid #FFDBCB;
  border-radius: 10px;
  background-color: #FFFAF8;
  text-align: center;
  padding: 30px 25px;
}
#buy-satei .plus h4 {
  font-size: 23px;
  font-weight: bold;
  padding-left: 50px;
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  color: #F96423;
}
#buy-satei .plus h4 img {
  position: absolute;
  left: -140px;
  top: -90px;
}
#buy-satei .plus h4:before {
  content: "";
  width: 37px;
  height: 37px;
  background: url(../images/icon_plus.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#buy-satei .plus h4 span {
  font-size: 30px;
}
#buy-satei .plus ul {
  margin-left: 20px;
}
#buy-satei .plus ul li {
  list-style: disc;
  font-size: 20px;
  line-height: 1.7;
  padding-bottom: 1em;
  text-align: left;
}
#buy-satei .plus ul li:last-child {
  padding-bottom: 0;
}
#buy-satei .plus ul li span {
  font-size: 25px;
  font-weight: 500;
  color: #F96423;
  border-bottom: 2px solid #F96423;
}
#buy-satei .minus {
  width: calc(50% - 20px);
  border: 8px solid #E3E3E3;
  border-radius: 10px;
  background-color: #FBFBFB;
  padding: 30px 25px;
  text-align: center;
}
#buy-satei .minus h4 {
  font-size: 23px;
  font-weight: bold;
  padding-left: 50px;
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  color: #434343;
}
#buy-satei .minus h4:before {
  content: "";
  width: 37px;
  height: 37px;
  background: url(../images/icon_minus.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#buy-satei .minus h4 span {
  font-size: 30px;
}
#buy-satei .minus ul {
  margin-left: 20px;
}
#buy-satei .minus ul li {
  list-style: disc;
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 1em;
  text-align: left;
  color: #444444;
}
#buy-satei .minus ul li:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 1000px) {
  #buy-satei .plus h4 img {
    left: -36%;
  }
}
@media screen and (max-width: 768px) {
  .second_ttl span {
    display: inline-block;
  }
  #buy-satei {
    padding-top: 30px;
    padding-bottom: 70px;
  }
  #buy-satei .plus {
    width: 100%;
    margin-bottom: 30px;
    padding: 20px 15px;
  }
  #buy-satei .plus h4 {
    font-size: 24px;
    padding-left: 40px;
    margin-bottom: 20px;
  }
  #buy-satei .plus h4 img {
    left: -80px;
    top: -90px;
  }
  #buy-satei .plus h4:before {
    width: 30px;
    height: 30px;
  }
  #buy-satei .plus h4 span {
    font-size: 24px;
  }
  #buy-satei .plus ul {
    margin-left: 20px;
  }
  #buy-satei .plus ul li {
    font-size: 16px;
    padding-bottom: 0.5em;
  }
  #buy-satei .plus ul li span {
    font-size: 19px;
  }
  #buy-satei .minus {
    width: 100%;
    padding: 20px 15px;
  }
  #buy-satei .minus h4 {
    font-size: 24px;
    padding-left: 40px;
    margin-bottom: 20px;
  }
  #buy-satei .minus h4:before {
    width: 30px;
    height: 30px;
  }
  #buy-satei .minus h4 span {
    font-size: 24px;
  }
  #buy-satei .minus ul li {
    font-size: 16px;
    padding-bottom: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  #buy-satei .second_ttl {
    padding-bottom: 30px;
	  font-size: 23px;
	  margin-top: 30px;
  }
  #buy-satei .second_ttl b {
    font-size: 31px;
  }
	#buy-satei .second_ttl span.souba {
		position: static;
	}
  #buy-satei .second_ttl span.souba::before {
    content: "";
    background: url(../../images/souba_ttl.png) no-repeat;
    background-size: contain;
    aspect-ratio: 281 / 170;
        width: 39%;
        height: auto;
        position: absolute;
        top: -43%;
        right: 0%;
  }
  #buy-satei .minus ul {
    padding-bottom: 15px;
  }
  #buy-satei .minus_area {
    display: none;
  }
  #buy-satei .a_btn {
    width: 50%;
  }
}
/*------------------------

--------------------------*/
#kamei {
  background-color: #F1733C;
  padding-top: 35px;
  padding-bottom: 50px;
}
#kamei h2 {
  text-align: center;
  color: #fff;
  font-size: 46px;
  font-size: 4.6rem;
  font-weight: 700;
  padding-bottom: 30px;
}
#kamei .col2 {
  justify-content: space-between;
}
#kamei .kamei_inner {
  background-color: #fff;
  padding: 35px 5%;
  width: calc(50% - 30px);
  display: flex;
  flex-direction: column;
}
#kamei .kamei_inner h3 {
  color: #EA5413;
  font-size: 33px;
  font-weight: bold;
}
#kamei .kamei_inner h3 span {
  font-size: 17px;
  display: block;
}
#kamei .kamei_inner p {
  width: 100%;
  font-size: 18px;
  line-height: 1.8;
  padding-top: 20px;
  flex-grow: 1;
}
#kamei .kamei_inner .pic {
  width: 58.02%;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  #kamei {
    background-color: #FFF6F2;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #kamei h2 {
    display: none;
  }
  #kamei .kamei_inner {
    padding: 20px 10px;
    width: 100%;
  }
  #kamei .kamei_inner:first-child {
    margin-bottom: 20px;
  }
  #kamei .kamei_inner h3 {
    font-size: 24px;
    text-align: center;
  }
  #kamei .kamei_inner h3 span {
    font-size: 15px;
  }
  #kamei .kamei_inner p {
    width: 100%;
    font-size: 16px;
    padding-top: 20px;
  }
  #kamei .kamei_inner .pic {
    width: 100%;
    text-align: center;
  }
  #kamei .kamei_inner .pic img {
    width: 46%;
  }
}
/*------------------------
LINE
--------------------------*/
#line #sec02 {
  background-color: #f9f9f9;
  padding-top: 120px;
  padding-bottom: 60px;
}
#line #sec02 h2 {
  text-align: center;
  font-weight: 700;
  font-size: 33px;
  color: #001958;
  padding-bottom: 45px;
}
#line #sec02 h2 span {
  font-size: 55px;
  font-weight: 700;
}
#line #sec02 h2 span.color {
  color: #00B900;
}
#line #sec02 p {
  color: #585858;
  font-size: 20px;
  line-height: 1.45;
  text-align: center;
}
#line #sec02 ul {
  max-width: 910px;
  margin: 0 auto;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#line #sec02 ul li {
  width: 47%;
}
#line #sec02 ul li a {
  display: block;
  text-align: center;
  border: 2px solid #00A40B;
  color: #00A40B;
  padding: 15px 0;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.05em;
  background: url(../images/line_arrow_down.png) center bottom 5px no-repeat #EFF8EF;
}
#line #sec02 ul li a:before {
  content: "";
  display: inline-block;
  height: 25px;
  vertical-align: middle;
}
#line #satei01, #line #satei02 {
  background-color: #f9f9f9;
}
#line #satei01 h3, #line #satei02 h3 {
  background-color: #e8f5e8;
  text-align: center;
  padding: 25px 0;
  color: #00A40B;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 80px;
}
#line #satei01 ol li, #line #satei02 ol li {
  border-radius: 10px;
  background: #fff;
  border: 3px solid #ececec;
  position: relative;
  padding: 20px;
}
#line #satei01 ol li:last-child:before, #line #satei02 ol li:last-child:before {
  display: none;
}
#line #satei01 ol li:before, #line #satei02 ol li:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -45px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 33px 0 33px 35px;
  border-color: transparent transparent transparent #E6E6E6;
}
#line #satei01 ol li h4, #line #satei02 ol li h4 {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  padding-bottom: 20px;
  line-height: 1;
}
#line #satei01 ol li h4 .num, #line #satei02 ol li h4 .num {
  color: #00A40B;
  font-size: 34px;
  line-height: 1;
}
#line #satei01 ol li h4 .jp, #line #satei02 ol li h4 .jp {
  display: block;
  color: #001958;
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
#line #satei01 ol li .pic, #line #satei02 ol li .pic {
  text-align: center;
}
#line #satei01 ol li .pic a, #line #satei02 ol li .pic a {
  margin-top: 15px;
  display: block;
}
#line #satei01 ol li .pic .line_id, #line #satei02 ol li .pic .line_id {
  display: flex;
  flex-wrap: wrap;
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  max-width: 260px;
  margin: 30px auto 15px;
}
#line #satei01 ol li .pic .line_id dt, #line #satei02 ol li .pic .line_id dt {
  width: 25%;
  padding: 15px 0;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  background-color: #00C300;
}
#line #satei01 ol li .pic .line_id dd, #line #satei02 ol li .pic .line_id dd {
  width: 75%;
  padding: 15px 0;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #D4D4D4;
}
#line #satei01 ol li p, #line #satei02 ol li p {
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
  padding-top: 20px;
}
#line #satei01 ol li p a, #line #satei02 ol li p a {
  color: #00A40B;
  text-decoration: underline;
}
#line #satei01 ol li .box2, #line #satei02 ol li .box2 {
  display: none;
}
#line #satei01 {
  padding-bottom: 60px;
}
#line #satei01 ol {
  margin-left: -60px;
}
#line #satei01 ol li {
  width: calc(33.333% - 60px);
  margin-left: 60px;
}
#line #satei02 {
  padding-bottom: 170px;
}
#line #satei02 .satei02_inner {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1575px;
  width: 100%;
  margin: 0 auto;
}
#line #satei02 ol {
  margin-left: -40px;
}
#line #satei02 ol li {
  width: calc(25% - 40px);
  margin-left: 40px;
}
#line #satei02 ol li:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -35px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #E6E6E6;
}
#line #line_add {
  background-color: #f9f9f9;
  padding: 0 15px 100px;
}
#line #line_add .line_add_inner {
  background: #fff;
  border: 1px solid #d1d1d1;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}
#line #line_add .line_add_inner h3 {
  color: #0FC60F;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 20px;
}
#line #line_add .line_add_inner p {
  font-size: 22px;
  text-align: center;
  padding-bottom: 40px;
}
#line #line_add .line_add_inner .l_flex {
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
}
#line #line_add .line_add_inner .line_left {
  width: 49%;
  padding-top: 26px;
}
#line #line_add .line_add_inner .line_left img {
  width: 100%;
  margin-bottom: 15px;
}
#line #line_add .line_add_inner .line_right {
  width: 51%;
  text-align: right;
}
#line #line_add .line_add_inner .line_id {
  display: flex;
  flex-wrap: wrap;
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
}
#line #line_add .line_add_inner .line_id dt {
  width: 25%;
  padding: 15px 0;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  background-color: #00C300;
}
#line #line_add .line_add_inner .line_id dd {
  width: 75%;
  padding: 15px 0;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #D4D4D4;
}
@media screen and (max-width: 1024px) {
  #line #satei01 ol li, #line #satei02 ol li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 30px;
  }
  #line #satei01 ol li:last-child:before, #line #satei02 ol li:last-child:before {
    display: none;
  }
  #line #satei01 ol li:before, #line #satei02 ol li:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 20px 0 20px;
    border-color: #E6E6E6 transparent transparent transparent;
    top: auto;
    bottom: -25px;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  #line #satei01 ol li .box, #line #satei02 ol li .box {
    width: 60%;
    padding-top: 30px;
    padding-right: 30px;
  }
  #line #satei01 ol li .box .pic, #line #satei02 ol li .box .pic {
    display: none;
  }
  #line #satei01 ol li .box2, #line #satei02 ol li .box2 {
    width: 40%;
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #line #sec02 {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  #line #sec02 p {
    font-size: 16px;
    padding-bottom: 30px;
  }
  #line #sec02 ul li {
    width: 100%;
    padding-bottom: 20px;
  }
  #line #sec02 ul li a {
    font-size: 20px;
  }
  #line #sec02 ul li a:before {
    height: 20px;
  }
  #line #satei01 h3, #line #satei02 h3 {
    padding: 15px 0;
    font-size: 20px;
    margin-bottom: 40px;
  }
  #line #satei01 ol li, #line #satei02 ol li {
    border-radius: 10px;
    background: #fff;
    border: 3px solid #ececec;
    position: relative;
    padding: 20px;
  }
  #line #satei01 ol li h4, #line #satei02 ol li h4 {
    font-size: 16px;
    padding-bottom: 20px;
  }
  #line #satei01 ol li h4 .num, #line #satei02 ol li h4 .num {
    font-size: 20px;
  }
  #line #satei01 ol li h4 .jp, #line #satei02 ol li h4 .jp {
    font-size: 22px;
  }
  #line #satei01 ol li .pic a, #line #satei02 ol li .pic a {
    margin-top: 10px;
  }
  #line #satei01 ol li .pic .line_id, #line #satei02 ol li .pic .line_id {
    font-size: 18px;
    margin: 20px auto 10px;
  }
  #line #satei01 ol li .pic .line_id dt, #line #satei02 ol li .pic .line_id dt {
    padding: 10px 0;
  }
  #line #satei01 ol li .pic .line_id dd, #line #satei02 ol li .pic .line_id dd {
    padding: 10px 0;
  }
  #line #satei01 ol li p, #line #satei02 ol li p {
    font-size: 16px;
    padding-top: 15px;
  }
  #line #satei01 ol li .box, #line #satei02 ol li .box {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }
  #line #satei01 ol li .box .pic, #line #satei02 ol li .box .pic {
    display: block;
  }
  #line #satei01 ol li .box2, #line #satei02 ol li .box2 {
    display: none;
  }
  #line #satei01 {
    padding-bottom: 40px;
  }
  #line #satei01 ol {
    margin-left: 0;
  }
  #line #satei01 ol li {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 30px;
  }
  #line #satei02 {
    padding: 0 0 40px;
  }
  #line #satei02 ol {
    margin-left: 0;
  }
  #line #satei02 ol li {
    width: 100%;
    margin-left: 0px;
    /*
        margin-bottom:30px;
        &:before{
        	border-style: solid;
        	border-width: 15px 20px 0 20px;
        	border-color: #D0EFD0 transparent transparent transparent;
        	top:auto;
        	bottom:-25px;
        	right:auto;
        	left:50%;
        	-webkit-transform: translate(-50%,0);
        	transform: translate(-50%,0);
        	
        }			
        */
  }
  #line #line_add {
    padding: 0 15px 60px;
  }
  #line #line_add .line_add_inner {
    padding: 25px 25px;
  }
  #line #line_add .line_add_inner h3 {
    font-size: 20px;
    padding-bottom: 20px;
  }
  #line #line_add .line_add_inner p {
    font-size: 16px;
  }
  #line #line_add .line_add_inner .l_flex {
    padding-top: 0;
  }
  #line #line_add .line_add_inner .line_left {
    width: 100%;
    padding: 0px 20px;
  }
  #line #line_add .line_add_inner .line_left a {
    display: block;
    border-radius: 5px;
    padding: 5px 0;
    background-color: #00C300;
    margin-bottom: 20px;
  }
  #line #line_add .line_add_inner .line_left img {
    width: 66%;
    display: block;
    margin: 0 auto;
  }
  #line #line_add .line_add_inner .line_right {
    display: none;
  }
  #line #line_add .line_add_inner .line_id {
    font-size: 18px;
  }
  #line #line_add .line_add_inner .line_id dt {
    padding: 10px 0;
  }
  #line #line_add .line_add_inner .line_id dd {
    padding: 10px 0;
  }
}
/*------------------------

--------------------------*/
#mv {
  position: relative;
  overflow: hidden;
}
#mv:before {
  content: "";
  width: 30%;
  height: 100%;
  background-color: #D1F2FF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#mv:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #F3F3F3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#mv .mv_pic {
  position: absolute;
  z-index: 3;
  /*bottom:0;*/
  top: calc(52 / 1920* 100vw);
  left: calc(25 / 1920* 100vw);
  width: calc(1615 / 1920* 100vw);
}
#mv_form {
  z-index: 10;
  width: 415px;
  margin-left: auto;
  position: relative;
  padding-top: 40px;
  padding-bottom: 70px;
  margin-right: calc(40 / 1920 * 100vw);
}
#mv_form h2 {
  border-radius: 8px 8px 0 0;
  color: #fff;
  background-color: #05228A;
  font-size: 31px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 10px 0;
  position: relative;
}
#mv_form h2::before {
  position: absolute;
  content: "";
  background: url("../../images/saitan.png")no-repeat;
  background-size: contain;
  width: 130px;
  height: 113px;
  top: 1%;
  left: -25%;
}
#mv_form .mv_form_inner {
  padding: 0 20px;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
}
#mv_form h3 {
  text-align: center;
  color: #05228A;
  font-size: 23px;
  font-weight: bold;
  line-height: 1;
  padding: 15px 0 5px;
}
#mv_form .car_info {
  background-color: #fffeef;
  border-top: 1px solid #EED700;
  padding: 10px 10px 0;
}
#mv_form .customer_info {
  background-color: #F1F4FF;
  border-top: 1px solid #9CB2FF;
  padding: 10px 10px 0;
  margin-bottom: 8px;
}
#mv_form dl {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 8px;
}
#mv_form dl dt {
  width: 51%;
  font-size: 17px;
  font-weight: bold;
}
#mv_form dl dt .hissu {
  color: #FF1C1C;
  font-size: 12px;
  font-weight: bold;
  background-color: #FFD2D2;
  display: inline-block;
  line-height: 1;
  padding: 3px 5px;
  margin-right: 5px;
}
#mv_form dl dt .nini {
  color: #505050;
  font-size: 12px;
  font-weight: bold;
  background-color: #D5D5D5;
  display: inline-block;
  line-height: 1;
  padding: 3px 5px;
  margin-right: 5px;
}
#mv_form dl dd {
  width: 49%;
  font-size: 14px;
}
#mv_form dl dd select {
  width: 100% !important;
  border: 1px solid #ABABAB;
  padding: 4px 10px;
  font-size: 100%;
  background-color: #fff;
}
#mv_form dl dd input {
  border: 1px solid #ABABAB;
  padding: 4px 10px;
  width: 100% !important;
  font-size: 100%;
}
#mv_form dl dd textarea {
  border: 1px solid #ABABAB;
  padding: 4px 10px;
  width: 100% !important;
  font-size: 100%;
  height: 44px;
  resize: vertical;
}
#mv_form button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  width: 100%;
  max-width: 410px;
  margin: 0 auto;
  padding: 0 0 10px;
}
#mv_form button:hover {
  opacity: 0.8;
}
#mv_form a {
  display: block;
  margin: 8px 0;
  text-align: center;
}
#mv_form .mv_tel2 {
  padding-top: 15px;
}
@media screen and (max-width: 1700px) {
  #mv .mv_pic {
    width: calc(1444 / 1920* 100vw);
  }
}
@media screen and (max-width: 1366px) {
  #mv:before {
    width: 43%;
  }
  #mv .mv_pic {
    position: relative;
    z-index: 3;
    /*bottom:0;*/
    top: 0;
    left: 0;
    width: 100vw;
  }
  #mv_form {
    padding-top: 0;
    width: 100%;
    border-radius: 0;
    background-color: #fff;
    position: relative;
    padding-bottom: 20px;
    top: 0;
    right: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  #mv_form h2 {
    border-radius: 0;
    font-size: 20px;
    padding: 8px 0;
  }
  #mv_form h2::before {
    position: absolute;
    content: "";
    background: url(../../images/saitan_sp.png) no-repeat;
    background-size: contain;
    width: 130px;
    height: 113px;
    top: -222%;
    left: 16%;
  }
  #mv_form .mv_form_inner {
    padding: 0 15px;
    background-color: #F9F9F9;
  }
  #mv_form h3 {
    font-size: 18px;
    padding: 10px 0 5px;
  }
  #mv_form .car_info {
    padding: 6px 6px 0;
  }
  #mv_form .customer_info {
    padding: 6px 6px 0;
    margin-bottom: 5px;
  }
  #mv_form dl {
    padding-bottom: 8px;
  }
  #mv_form dl dt {
    width: 100%;
    font-size: 16px;
  }
  #mv_form dl dd {
    width: 100%;
    padding-top: 8px;
    font-size: 16px;
  }
  #mv_form dl dd textarea {
    padding: 4px 10px;
    height: 160px !important;
  }
  #mv_form button {
    font-size: 20px;
    max-width: 490px;
  }
  #mv_form button img {
    width: 100%;
  }
  #mv_form .mv_tel2 {
    padding: 0;
    max-width: 490px;
    width: 100%;
    margin: 8px auto;
  }
}
#reason {
  padding-top: 120px;
  padding-bottom: 70px;
}
#reason h2 {
  text-align: center;
  margin-bottom: 60px;
}
#reason h2 span {
  display: inline-block;
  position: relative;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #001958;
  padding-right: 80px;
  padding-left: 110px;
  padding-top: 50px;
}
#reason h2 .reason_ttl_left {
  width: 195px;
  position: absolute;
  top: 0;
  left: 0;
}
#reason h2 .reason_ttl_right {
  width: 80px;
  right: 0;
}
#reason .reason_inner {
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#reason .reason_block {
  width: 47.5%;
  background: #fff;
  border: 1px solid #d9d9d9;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  margin-bottom: 70px;
}
#reason .reason_block h3 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  color: #001958;
  padding: 25px 25px 25px 135px;
}
#reason .reason_block h3 .num {
  position: absolute;
  left: 30px;
  top: -15px;
  width: 87px;
}
#reason .reason_block .pic {
  text-align: center;
}
#reason .reason_block .pic img {
  width: 82%;
  display: block;
  margin: 0 auto;
}
#reason .reason_block p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  padding: 20px;
}
@media screen and (max-width: 1000px) {
  #reason h2 {
    margin-bottom: calc(60 / 1000 * 100vw);
  }
  #reason h2 span {
    font-size: calc(48 / 1000 * 100vw);
    padding-right: calc(80 / 1000 * 100vw);
    padding-left: calc(110 / 1000 * 100vw);
    padding-top: calc(50 / 1000 * 100vw);
  }
  #reason h2 .reason_ttl_left {
    width: calc(195 / 1000 * 100vw);
  }
  #reason h2 .reason_ttl_right {
    width: calc(80 / 1000 * 100vw);
  }
}
@media screen and (max-width: 900px) {
	#mv_form h2::before {
        position: absolute;
        content: "";
        background: url(../../images/saitan_sp.png) no-repeat;
        background-size: contain;
        width: 82px;
        height: 92px;
        top: -186%;
        left: 3%;
    }
}
@media screen and (max-width: 768px) {
  #mv:before {
    width: 35%;
  }
  #mv_form .mv_form_inner {
    padding: 30px 15px 0;
  }
  #mv_form h3 {
    padding: 10px 0;
  }
  #mv_form dl:nth-child(5) dd textarea {
    height: 180px !important;
    font-size: 17px;
  }
  #mv_form .bikou {
    margin: 0 auto 10px;
  }
  #mv_form dl dd select {
    padding: 5px 10px;
    height: 40px;
  }
  #mv_form dl dd input {
    padding: 10px;
    font-size: 17px;
  }
  #mv_form dl dt {
    font-size: 17px;
  }
  #mv_form .car_info {
    margin-bottom: 30px;
  }
  #mv_form .car_info, #mv_form .customer_info {
    padding: 15px 6px;
  }
  #reason {
    padding: 70px 0 50px;
  }
  #reason .reason_block {
    width: 100%;
    margin-bottom: 40px;
  }
  #reason .reason_block h3 {
    font-size: 20px;
    padding: 10px 10px 10px 60px;
  }
  #reason .reason_block h3 .num {
    position: absolute;
    left: 10px;
    top: -7px;
    width: 40px;
  }
  #reason .reason_block .pic {
    text-align: center;
    padding: 0 15px;
  }
  #reason .reason_block .pic img {
    width: 100%;
    margin: 0 auto;
  }
  #reason .reason_block p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 10px 15px;
  }
  #mv_form .mv_tel2 {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  #reason h2 {
    margin-bottom: 30px;
    text-align: center;
  }
  #reason h2 span {
    font-size: 22px;
    padding-right: 0px;
    padding-left: 0;
    padding-top: 30px;
  }
  #reason h2 .reason_ttl_left {
    width: 120px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #reason h2 .reason_ttl_right {
    width: 35px;
    right: 0;
  }
}
#point {
  background-color: #F9F9F9;
  padding-top: 90px;
  padding-bottom: 110px;
}
#point h2 {
  text-align: center;
  padding-bottom: 50px;
}
#point h2 img {
  width: 352px;
}
#point ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#point ol li {
  width: calc(33.33% - 40px);
  margin-right: 40px;
  margin-bottom: 40px;
  padding: 40px 20px 25px;
  background: #fff;
  border-radius: 10px;
}
#point ol li:last-child {
  margin-right: 0;
}
#point ol li:nth-last-child(-n + 2) {
  margin-bottom: 0;
}
#point ol li h3 {
  font-size: 31px;
  font-size: 3.1rem;
  min-height: 90px;
  height: 100%;
  align-content: center;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
  color: #001C85;
  letter-spacing: 0.1rem;
  line-height: 43px;
}
#point ol li h3 span {
  font-size: 22px;
  font-size: 2.2rem;
  display: block;
  color: #242424;
}
#point ol li p {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.05rem;
    padding-top: 30px;
}
#point ol li picture {
  width: 38.63%;
  display: block;
  margin: 0 auto;
}
#point .five_point {
  margin: 80px 0 60px;
  border: 2px solid #FF6407;
  border-radius: 10px;
  background-color: #FFFBF9;
  padding: 30px 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
#point .five_point h4 {
  width: 25.75%;
}
#point .five_point .l_flex {
  width: 79.16%;
  justify-content: space-between;
}
#point .five_point p {
  width: calc(20% - 10px);
}
@media screen and (max-width: 1250px) {
  #point ol li {
    width: calc(33.33% - 25px);
    margin-right: 25px;
  }
}
@media screen and (max-width: 1140px) {
  #point ol li {
    width: calc(50% - 25px);
    margin-right: 50px;
  }
  #point ol li:nth-child(2n) {
    margin-right: 0;
  }
  #point ol li:nth-last-child(-n + 2) {
    margin-bottom: 40px;
  }
  #point ol li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1080px) {
  #point ol li {
    width: calc(50% - 15px);
    margin-right: 30px;
  }
  #point ol li p {
    font-size: 17px;
    line-height: 1.57;
    padding-top: 35px;
    text-align: left;
  }
  #point .five_point .l_flex {
    width: 61.16%;
    padding-left: 25px;
    justify-content: flex-start;
  }
  #point .five_point h4 {
    width: 33.75%;
  }
  #point .five_point p {
    width: 33.33%;
  }
  #line #sec02 h2 {
    font-size: 28px;
  }
  #line #sec02 h2 span {
    font-size: 43px;
  }
}
@media screen and (max-width: 767px) {
  #line #sec02 h2 {
    font-size: 16px;
    padding-bottom: 25px;
  }
  #line #sec02 h2 span {
    font-size: 18px;
  }
  #line #sec02 h2 span.color {
    font-size: 24px;
  }
  #line .second_ttl b {
    font-size: 22px;
    padding-right: 2px;
  }
}
@media screen and (max-width: 767px) {
  #point {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  #point h2 {
    padding-bottom: 30px;
  }
  #point h2 img {
    width: 240px;
  }
  #point ol {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
  }
  #point ol li {
    width: 100%;
    margin: 0 auto 15px;
    border-bottom: 1px solid #BBBBBB;
    position: relative;
    padding: 40px 15px 5px;
  }
  #point ol li:nth-last-child(-n + 2) {
    margin: 0 auto 15px;
  }
  #point ol li:last-child {
    margin: 0 auto;
  }
  #point ol li picture {
    width: 30%;
  }
  #point .five_point .l_flex {
    width: 100%;
    padding-left: 0;
  }
  #point ol li p {
    padding: 20px 0;
	line-height: 27px;
  }
#point ol li h3 {
    min-height: auto;
}
  #point .five_point {
    margin: 80px 0 60px;
    padding: 30px 5px;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  #point .five_point h4 {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
  #point .five_point h4 img {
    width: 80%;
  }
  #point .five_point p {
    width: 50%;
    margin-left: 0;
  }
  #point .five_point p:nth-of-type(1), #point .five_point p:nth-of-type(4) {
    margin-left: 0;
  }
  #point .five_point p img {
    width: 100%;
  }
}
.request {
  position: relative;
  background-color: #001958;
  padding: 60px 0 15px;
}
.request .l_continar {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
}
.request h2 {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  display: block;
  width: 100%;
  text-align: center;
}
.request h2 img {
  width: 17.45%;
}
.request ul {
  justify-content: space-between;
}
.request ul li {
  width: calc(50% - 20px);
  display: grid;
  align-items: normal;
  position: relative;
}
.request ul li::before {
  content: "";
  background: url("../../images/satei01_img.png")no-repeat;
  background-size: contain;
  width: 28%;
  height: auto;
  aspect-ratio: 136.79 / 136.79;
  position: absolute;
  top: -102px;
  left: -70px;
  z-index: 100;
}
.request ul li:nth-child(2)::before {
  content: "";
  background: url("../../images/satei02_img.png")no-repeat;
  background-size: contain;
  width: 28%;
  height: auto;
  aspect-ratio: 136.79 / 136.79;
  position: absolute;
  top: -102px;
  right: -70px;
  left: auto;
}
.request ul li a {
  background: #FFE600;
  box-shadow: 0 4px 0 0 rgb(178 161 0);
  border-radius: 10px;
  display: block;
  color: #001958;
  text-align: center;
  align-content: center;
  padding: 15px 5px;
}
.request ul li a:hover, .request ul li a:active {
  box-shadow: none;
  position: relative;
  top: 4px;
  opacity: 1;
}
.request ul li a span.txt {
  font-weight: bold;
  letter-spacing: 0.05rem;
  font-size: 19px;
  font-size: 1.9rem;
  margin-bottom: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.request ul li a span.icon {
  width: 53.68px;
  height: 30.71px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: text-bottom;
}
.request ul li a span.icon img {
  vertical-align: top;
}
.request ul li a span.tel {
  font-size: 54px;
  font-size: 5.4rem;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.2rem;
  line-height: 1;
}
.request ul li:nth-child(2) img {
  width: 66.72%;
  margin: 0 auto;
}
.request p {
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 20px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 1160px) {
  .request ul li::before {
    left: -50px;
  }
  .request ul li:nth-child(2)::before {
    right: -50px;
  }
  .request h2 img {
    width: 27.45%;
  }
}
@media screen and (max-width: 1120px) {
  .request ul li::before {
    left: -30px;
  }
  .request ul li:nth-child(2)::before {
    right: -30px;
  }
}
@media screen and (max-width: 1070px) {
  .request ul li::before {
    width: 23%;
    top: -92px;
    left: 0;
  }
  .request ul li:nth-child(2)::before {
    width: 23%;
    top: -92px;
    right: 0;
  }
  .request ul li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 970px) {
  .request ul li a span.tel {
    font-size: 4.94vw;
  }
}
@media screen and (max-width: 767px) {
  .request {
    padding: 50px 0 15px;
  }
  .request h2 img {
    width: 50.45%;
  }
  .request ul {
    display: block;
  }
  .request ul li {
    width: 100%;
  }
  .request ul li:first-child {
    margin-bottom: 40px;
  }
  .request ul li a {
    padding: 10px 5px;
  }
  .request ul li a span.txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .request ul li a span.tel {
    font-size: 43px;
    font-size: 4.3rem;
  }
  .request ul li a span.icon {
    width: 39.68px;
    height: 25.71px;
  }
  .request ul li:nth-child(2) img {
    width: 71.72%;
  }
  .request ul li::before {
    content: "";
    background: url(../../images/satei01_img_sp.png) no-repeat;
    background-size: contain;
    width: 17%;
    height: auto;
    aspect-ratio: 103.2 / 103.2;
    position: absolute;
    top: -27px;
    left: 0;
  }
  .request ul li:nth-child(2)::before {
    content: "";
    background: url(../../images/satei02_img_sp.png) no-repeat;
    background-size: contain;
    width: 17%;
    height: auto;
    aspect-ratio: 103.2 / 103.2;
    position: absolute;
    top: -27px;
    right: 0;
  }
}
#request02:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 270px 0 270px;
  border-color: #001958 transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  #request02:after {
    border-width: 20px 70px 0 70px;
  }
}
.main_ttl {
  text-align: center;
  font-size: 45px;
  font-size: 4.5rem;
  color: #001958;
  letter-spacing: 0.09em;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .main_ttl {
    font-size: 22px;
  }
}
#achievement {
  padding-top: 100px;
  padding-bottom: 110px;
}
#achievement h2 {
  padding-bottom: 70px;
}
#achievement ul.slider {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
#achievement ul.slider li.achievement {
  width: calc(25% - 30px);
  margin-left: 30px;
  padding-top: 30px;
  position: relative;
  background-color: #fff;
}
#achievement ul.slider li .mark {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 108px;
}
#achievement ul.slider li .txt {
  padding: 10px 0;
}
#achievement ul.slider li .cat {
  color: #002667;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  padding: 0 20px;
  display: block;
  width: 100%;
}
#achievement ul.slider li .name {
  font-size: 25px;
  font-weight: 700;
  padding: 0 20px;
}
#achievement ul.slider li .name-s {
  font-size: 20px;
  font-weight: 700;
}
#achievement ul.slider li .info {
  font-size: 14px;
  font-weight: 700;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 10px;
  border-top: 1px solid #C2C2C2;
  border-bottom: 1px solid #C2C2C2;
}
#achievement ul.slider li .info dl {
  display: inline-block;
  padding-right: 1em;
}
#achievement ul.slider li .info dl dt {
  display: inline-block;
}
#achievement ul.slider li .info dl dd {
  display: inline-block;
}
#achievement ul.slider li .l_flex {
  margin-top: 10px;
}
#achievement ul.slider li .price {
  width: 50%;
  pading-right: 5px;
}
#achievement ul.slider li .price dt {
  background-color: #F2F2F2;
  padding: 10px 5px;
  font-weight: 700;
  text-align: center;
  color: #1D1D1D;
}
#achievement ul.slider li .price dd {
  text-align: center;
  font-weight: bold;
}
#achievement ul.slider li .price dd span {
  font-size: 30px;
  font-size: 3.0rem;
  color: #1D1D1D;
}
#achievement ul.slider li .price02 {
  width: 50%;
  padding-left: 5px;
}
#achievement ul.slider li .price02 p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  background: #E00000;
  padding: 8px 5px;
  color: #fff;
}
#achievement ul.slider li .price02 img {
  width: 100%;
  margin-top: 10px;
}
@media screen and (max-width: 1366px) {
  #achievement h2 {
    padding-bottom: 30px;
  }
  #achievement ul.slider {
    max-width: 1366px;
    margin: 0 auto;
  }
  #achievement ul.slider li.achievement {
    width: calc(25% - 25px);
    margin-left: 0;
    margin-bottom: 0;
  }
  #achievement ul.slider li .txt {
    padding: 0;
  }
  #achievement ul.slider li .mark {
    width: 35%;
  }
  #achievement ul.slider li .pic img {
    width: 100%;
    margin-bottom: 10px;
  }
  #achievement.list .slider {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  #achievement {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  #achievement h2 {
    padding-bottom: 10px;
  }
  #achievement ul.slider {
    margin-bottom: 10px;
  }
  #achievement ul.slider li.achievement {
    width: calc(50% - 15px);
    margin-left: 15px;
    margin-bottom: 0;
    padding-top: 35px;
  }
  #achievement ul.slider li.achievement:nth-child(2n) {
    margin-left: 15px;
  }
  #achievement ul.slider li .mark {
    top: 0;
    width: 30%;
  }
  #achievement ul.slider li .txt {
    padding: 10px 0;
  }
  #achievement ul.slider li .name {
    font-size: 24px;
  }
  #achievement ul.slider li .info {
    font-size: 14px;
    padding: 10px;
  }
  #achievement ul.slider li .info dl {
    display: flex;
    flex-wrap: wrap;
    padding-right: 0;
  }
  #achievement ul.slider li .info dl dt {
    width: 45%;
  }
  #achievement ul.slider li .info dl dd {
    width: 55%;
  }
  #achievement ul.slider li .price {
    font-size: 14px;
  }
  #achievement ul.slider li .price dt {
    width: 100%;
  }
  #achievement ul.slider li .price dd {
    width: 100%;
    margin-top: 10px;
  }
  #achievement ul.slider li .price dd span {
    font-size: 20px;
    font-size: 2.0rem;
  }
  #achievement ul.slider li .price02 {
    font-size: 16px;
  }
  #achievement ul.slider li .cat {
    font-size: 20px;
  }
}
#voice {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #F9F9F9;
}
#voice h2 {
  padding-bottom: 40px;
}
#voice .voice_inner {
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#voice .voice_block {
  width: 48.2%;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #f2f2f2;
  box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding: 10px 15px 20px;
}
#voice .voice_block h3 {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  padding-bottom: 15px;
}
#voice .voice_block .pic {
  width: 38%;
}
#voice .voice_block .txt {
  width: 62%;
  padding-left: 20px;
}
#voice .voice_block .txt p {
  padding-bottom: 15px;
}
#voice .voice_block .orange {
  color: #EA5413;
  font-weight: 700;
  padding-bottom: 0;
}
#voice .btn_area {
  text-align: center;
  margin-top: 30px;
  letter-spacing: 0.05rem;
}
#voice .btn_area a {
  width: 18.41%;
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 10px 5px;
  background: #001958;
  color: #fff;
}
#voice .btn_area a span {
  width: 12px;
  height: 12px;
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
}
#voice .btn_area a span img {
  vertical-align: top;
}
#voice .btn_area p {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 10px;
}
@media screen and (max-width: 1100px) {
	#voice .btn_area a {
    width: 25.41%;
	}
}
@media screen and (max-width: 767px) {
  #voice {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #voice h2 {
    padding-bottom: 20px;
  }
  #voice .voice_block {
    width: 100%;
    margin-bottom: 25px;
    padding: 10px 15px 20px;
  }
  #voice .voice_block h3 {
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 10px;
    text-align: left;
  }
  #voice .voice_block .pic {
    width: 38%;
  }
  #voice .voice_block .txt {
    width: 62%;
    padding-left: 10px;
  }
  #voice .voice_block .txt p {
    padding-bottom: 10px;
  }
  #voice .voice_block .orange {
    color: #EA5413;
    font-weight: 700;
    padding-bottom: 0;
  }
	#voice .btn_area a {
    width: 80%;
  }
  #voice .btn_area {
    margin-top: 0;
  }
}
#bnr {
  padding: 50px 0;
  background-color: #F9F9F9;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #bnr {
    padding: 30px 0;
  }
}
#wanted {
  background: url(../../images/bg_wanted.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 75px;
  padding-bottom: 85px;
}
#wanted h2 {
  text-align: center;
  padding-bottom: 40px;
}
#wanted h2 img {
  width: 516px;
}
#wanted .main_txt {
  text-align: center;
  padding-bottom: 80px;
}
#wanted .main_txt img {
  width: 882px;
}
#wanted ol {
  display: flex;
  flex-wrap: wrap;
  margin-left: -60px;
}
#wanted ol li {
  width: calc(33.333% - 60px);
  margin-left: 60px;
  text-align: center;
}
#wanted ol li:nth-child(2n+1) {
  padding-top: 30px;
}
#wanted ol li p {
  color: #001B5E;
  font-weight: 500;
  font-size: 34px;
  display: inline-block;
}
#wanted ol li p span {
  text-align: left;
  display: block;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  #wanted {
    padding-top: 40px;
    padding-bottom: 10px;
  }
  #wanted h2 {
    padding-bottom: 20px;
  }
  #wanted h2 img {
    width: 60%;
  }
  #wanted .main_txt {
    padding-bottom: 40px;
  }
  #wanted .main_txt img {
    width: 90%;
  }
  #wanted ol {
    margin-left: 0;
  }
  #wanted ol li {
    width: 60%;
    margin-left: auto;
    margin-bottom: 0;
    text-align: center;
  }
  #wanted ol li:nth-child(2n+1) {
    margin-left: 0;
    padding-top: 0;
  }
  #wanted ol li p {
    font-size: 21px;
    text-align: left;
  }
  #wanted ol li p span {
    font-size: 16px;
  }
}
#flow {
  background-color: #0d2971;
  padding-top: 70px;
  padding-bottom: 50px;
}
#flow h2 {
  padding-bottom: 40px;
  text-align: center;
}
#flow h2 img {
  width: 262px;
}
@media screen and (max-width: 767px) {
  #flow {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #flow h2 {
    padding-bottom: 30px;
  }
  #flow h2 img {
    width: 45%;
  }
}
#area {
  padding-top: 100px;
  padding-bottom: 80px;
}
#area h2 {
  text-align: center;
  padding-bottom: 60px;
}
#area h2 img {
  width: 506px;
}
#area .l_flex {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 30px;
}
#area .area01 {
  background: url(../images/bg_area01.png) center center no-repeat #FFFDFC;
  border: 8px solid #FEC2A9;
}
#area .area01 h4 {
  color: #EA5413;
}
#area .area02 {
  background: url(../images/bg_area02.png) center center no-repeat #FCFDFF;
  border: 8px solid #CADBF6;
}
#area .area02 h4 {
  color: #001958;
}
#area .area01, #area .area02 {
  /* width: calc(50% - 20px); */
  width: 100%;
  border-radius: 10px;
  /* padding: 25px 10px 0; */
  padding: 25px 30px 0;
}
#area .area01 h4, #area .area02 h4 {
  text-align: center;
  font-weight: bold;
  line-height: 1;
  font-size: 28px;
  padding-bottom: 10px;
}
#area .area01 dl, #area .area02 dl {
  border-bottom: 1px solid #B7B7B7;
  padding: 20px 0;
  width: calc(50% - 20px);
}
#area .area01 dl:last-of-type, #area .area02 dl:last-of-type {
  border-bottom: none;
}
#area .area01 dl dt, #area .area02 dl dt {
  font-size: 18px;
  font-weight: bold;
}
#area .area01 dl dd, #area .area02 dl dd {
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #area {
    padding-top: 50px;
    padding-bottom: 35px;
  }
  #area h2 {
    padding-bottom: 20px;
  }
  #area h2 img {
    width: 70%;
  }
  #area .second_ttl {
    padding-bottom: 30px;
  }
  #area .area01 {
    margin-bottom: 25px;
  }
  #area .area01, #area .area02 {
    width: 100%;
  }
  #area .area01 h4, #area .area02 h4 {
    font-size: 24px;
  }
  #area .area01 dl, #area .area02 dl {
    width: 100%;
  }
  #area .area01_btn, #area .area02_btn {
    display: block;
    width: 60%;
    margin: 15px auto;
  }
  #area .area01_btn_close, #area .area02_btn_close {
    display: block;
    width: 38%;
    margin: 5px auto 15px;
  }
  #area .area01_content, #area .area02_content {
    display: none;
  }
}
#faq {
  padding-top: 100px;
  padding-bottom: 80px;
}
#faq h2 {
  padding-bottom: 45px;
}
#faq dl {
  border-radius: 10px;
  border: 2px solid #495E91;
  padding: 15px 175px 15px 115px;
  margin-bottom: 15px;
  position: relative;
}
#faq dl:after {
  content: "";
  width: 24px;
  height: 13px;
  background: url(../images/arrow_down.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 105px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#faq dl.is-open:after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
#faq dl dt {
  color: #001958;
  font-size: 25px;
  font-weight: 700;
  position: relative;
  padding-left: 30px;
}
#faq dl dt:before {
  content: "Q.";
  position: absolute;
  left: 0;
  top: 0;
  color: #001958;
  font-size: 25px;
  font-weight: 700;
}
#faq dl dd {
  display: none;
  margin-top: 15px;
  padding-left: 30px;
  color: #707070;
  font-size: 18px;
  line-height: 1.4;
  position: relative;
}
#faq dl dd:before {
  content: "A.";
  position: absolute;
  left: 0;
  top: -5px;
  color: #EA5413;
  font-size: 25px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #faq {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #faq h2 {
    padding-bottom: 25px;
  }
  #faq dl {
    padding: 10px 10px 15px;
    margin-bottom: 15px;
    position: relative;
  }
  #faq dl:after {
    content: "";
    width: 13px;
    height: 7px;
    background: url(../images/arrow_down.png) 0 0 no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: auto;
    left: 50%;
    top: auto;
    bottom: 3px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #faq dl.is-open:after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
  }
  #faq dl dt {
    font-size: 16px;
    padding-left: 30px;
    line-height: 24px;
  }
  #faq dl dt:before {
    font-size: 16px;
  }
  #faq dl dd {
    margin-top: 15px;
    padding-left: 30px;
    font-size: 16px;
  }
  #faq dl dd:before {
    top: -5px;
    font-size: 16px;
  }
}
#company {
  background-color: #F9F9F9;
  padding-top: 110px;
  padding-bottom: 100px;
}
#company h2 {
  padding-bottom: 40px;
}
#company .l_flex {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 50px;
}
#company .company_block dl {
  display: flex;
  flex-wrap: wrap;
  -webkit-align-items: center;
width: calc(50% - 30px);
  align-items: center;
  border-top: 1px solid #D6D6D6;
  padding: 15px 10px;
  font-size: 18px;
}
#company .company_block dl:nth-last-child(-n + 2) {
	border-bottom: 1px solid #D6D6D6;
}
#company .company_block dl dt {
  color: #001F6D;
  font-weight: 700;
  padding-left: 15px;
  width: 40%;
}
#company .company_block dl dd {
  width: 60%;
}
#company .company_block dl dd p {
  padding-bottom: 1em;
}
#company .company_block dl dd p:last-of-type {
  padding-bottom: 0;
}
#company .company_block dl dd a {
  color: #000;
  pointer-events: none;
}
#company .map-area {
	margin-top: 20px;
	align-items: flex-end;
}
#company .map-area li {
	width: calc(50% - 30px);
}
#company a {
  display: block;
  width: 195px;
  height: 45px;
  background-color: #001958;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 1080px) {
	#company .company_block dl {
    display: block;
		width: calc(50% - 10px);
	}
	#company .company_block dl dt {
		    padding-left: 0;
    width: 100%;
    margin-bottom: 10px;
	}
	#company .company_block dl dd {
    width: 100%;
}
	#company .map-area li {
    width: calc(50% - 10px);
}
}
@media screen and (max-width: 767px) {
  #company {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #company h2 {
    padding-bottom: 20px;
  }
  #company .l_flex {
    padding-bottom: 0;
  }
  #company .company_block {
    width: 100%;
  }
  #company .company_block:last-of-type {
    border: none;
  }
  #company .company_block dl {
    padding: 15px 10px;
    font-size: 16px;
	  width: 100%;
  }
  #company .company_block dl dt {
    padding-left: 0px;
    width: 100%;
    padding-bottom: 5px;
  }
  #company .company_block dl dd {
    width: 100%;
  }
	#company .map-area li {
    width: 100%;
    margin-bottom: 20px;
}
#company .map-area li:last-child {
    margin-bottom: 0;
}
  #company a {
    margin-top: 35px;
    width: 195px;
    height: 45px;
    font-size: 16px;
  }
}
#contact .bnr {
  padding: 90px 15px;
  text-align: center;
}
#form {
  padding-top: 100px;
  padding-bottom: 180px;
}
#form h2 {
  font-size: 40px;
  letter-spacing: 0.4em;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding-bottom: 30px;
  position: relative;
  padding-top: 65px;
}
#form h2 img {
  width: 369px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  #contact .bnr {
    padding: 60px 0;
    text-align: center;
  }
  #form {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  #form h2 {
    font-size: 24px;
    padding-bottom: 30px;
    padding-top: 35px;
  }
  #form h2 img {
    width: 200px;
  }
}
.form_wrap {
  border: 4px solid #F1E25C;
  background-color: #FFFEF5;
  position: relative;
  padding: 80px 20px;
}
.form_wrap:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 75px 0 75px;
  border-color: #fff transparent transparent transparent;
  z-index: 2;
}
.form_wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 75px 0 75px;
  border-color: #F1E25C transparent transparent transparent;
  z-index: 1;
}
.form_wrap p {
  font-size: 18px;
  font-weight: bold;
  padding-top: 0;
  padding-bottom: 20px;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.form_wrap #mailformpro {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.form_wrap dl {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
  border-bottom: 1px solid #B5B5B5;
}
.form_wrap dl:last-of-type {
  border-bottom: none;
}
.form_wrap dl dt {
  width: 30%;
  padding: 5px 0 5px 8%;
  font-weight: bold;
  font-size: 18px;
}
.form_wrap dl dt span {
  font-size: 16px;
  padding-left: 10px;
  font-weight: normal;
}
.form_wrap dl dt .hissu {
  color: #DE0000;
  font-weight: normal;
  font-size: 18px;
  padding-left: 0px;
}
.form_wrap dl dd {
  width: 70%;
  font-size: 18px;
  font-weight: bold;
}
.form_wrap dl dd input[type="text"], .form_wrap dl dd input[type="email"], .form_wrap dl dd input[type="tel"] {
  width: 100% !important;
  max-width: 330px;
  border: 1px solid #C4C4C4;
  border-radius: 5px;
  padding: 10px;
  font-size: 100%;
}
.form_wrap dl dd .add {
  max-width: 695px;
}
.form_wrap dl dd .syaken_wrap div {
  display: inline-block;
  padding-right: 25px;
}
.form_wrap dl dd .syaken_wrap input {
  max-width: 110px;
  margin-right: 10px;
}
.form_wrap dl dd .syaken_wrap div.mfp_err {
  display: none;
}
.form_wrap dl dd .price_wrap div {
  display: inline-block;
  padding-right: 25px;
}
.form_wrap dl dd .price_wrap input {
  margin-right: 10px;
  max-width: 110px;
}
.form_wrap dl dd .price_wrap div.mfp_err {
  display: none;
}
.form_wrap dl dd select {
  width: 100% !important;
  max-width: 330px;
  border: 1px solid #C4C4C4;
  border-radius: 5px;
  padding: 10px;
  font-size: 100%;
  background-color: #fff;
}
.form_wrap dl dd textarea {
  width: 100% !important;
  max-width: 680px;
  height: 230px !important;
  border: 1px solid #C4C4C4;
  border-radius: 5px;
  padding: 10px;
  font-size: 100%;
  resize: none;
}
.form_wrap dl dd ul li {
  display: inline-block;
  padding-right: 20px;
}
.form_wrap dl dd ul li:last-child {
  padding-right: 0;
}
.mfp_buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 55px;
}
.mfp_buttons button + button {
  margin-left: 40px;
}
.mfp_buttons button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  appearance: none;
  display: block;
  width: 100%;
  max-width: 170px;
  color: #fff;
  border: 1px solid #091044;
  background-color: #091044;
  text-align: center;
  padding: 10px 0;
  line-height: 1;
}
.mfp_buttons button.mfp_button_cancel, .mfp_buttons button[type="reset"] {
  color: #828282;
  background-color: #fff;
  border: 1px solid #828282;
}
.mfp_buttons button.mfp_button_cancel:hover, .mfp_buttons button[type="reset"]:hover {
  color: #fff;
  background-color: #828282;
}
.mfp_buttons button:hover {
  color: #091044;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #form {
    padding-top: 50px;
    padding-bottom: 90px;
  }
  #form h3 {
    font-size: 30px;
    padding-bottom: 20px;
  }
  .form_wrap {
    border: 4px solid #F1E25C;
    padding: 20px;
  }
  .form_wrap p {
    font-size: 16px;
  }
  .form_wrap dl {
    padding: 15px 0;
  }
  .form_wrap dl dt {
    width: 100%;
    padding: 0;
    font-size: 16px;
  }
  .form_wrap dl dd {
    width: 100%;
    font-size: 16px;
    padding: 10px 0 0;
  }
  .form_wrap dl dd .syaken_wrap div {
    padding-right: 15px;
  }
  .form_wrap dl dd .syaken_wrap input {
    max-width: 60px;
    margin-right: 10px;
  }
  .form_wrap dl dd .price_wrap div {
    display: inline-block;
    padding-right: 10px;
  }
  .form_wrap dl dd .price_wrap input {
    margin-right: 10px;
    max-width: 60px;
  }
  .form_wrap dl dd .price_wrap div.mfp_err {
    display: none;
  }
  .mfp_buttons {
    padding-top: 25px;
  }
  .mfp_buttons button + button {
    margin-left: 0;
  }
}
#thanks {
  padding: 120px 15px 240px;
}
#thanks h2 {
  text-align: center;
  padding-bottom: 55px;
}
#thanks .thanks_txt {
  text-align: center;
  line-height: 1.5;
  padding-bottom: 150px;
}
#thanks .backbtn {
  display: block;
  width: 100%;
  max-width: 170px;
  color: #fff;
  background-color: #001e6d;
  text-align: center;
  padding: 10px 0;
  line-height: 1;
  font-size: 18px;
  margin: auto;
}
#trouble {
  padding: 130px 0 120px;
}
#trouble h3 {
  font-size: 47px;
  font-size: 4.7rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 55px;
  color: #001958;
}
#trouble h3 span {
  font-size: 33px;
  font-size: 3.3rem;
  display: block;
}
#trouble .l_flex {
  justify-content: space-between;
  align-items: flex-start;
}
#trouble .contents {
    width: calc(33.33% - 35px);
    padding: 35px 30px 60px;
    border: 2px solid #DEDFE3;
    background: #fff;
    min-height: 460px;
    height: 100%;
    display: inline-block;
}
#trouble .contents:nth-child(2) {
  margin-top: 30px;
	padding-bottom: 20px;
}
#trouble .contents:last-child {
  margin-top: 60px;
}
#trouble .contents h4 {
  font-size: 30px;
  font-size: 3.0rem;
  margin-bottom: 40px;
  font-weight: bold;
  text-align: center;
  color: #001958;
  line-height: 40px;
}
#trouble .contents h4 span {
  font-size: 24px;
  font-size: 2.4rem;
  display: block;
}
#trouble .contents .img-area {
  width: 66.73%;
  margin: 0 auto 30px;
}
#trouble .contents p {
  line-height: 25px;
}
@media screen and (max-width: 1350px) {
	#trouble .contents {
		    padding: 35px 30px 40px;
	}
}
@media screen and (max-width: 1080px) {
  #trouble .contents {
    width: calc(33.33% - 20px);
    padding: 35px 15px 60px;
  }
  #trouble .contents h4 {
    font-size: 27px;
    font-size: 2.7rem;
  }
  #trouble .contents h4 span {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1014px) {
	#trouble .contents:first-child {
		padding-bottom: 20px;
	}
}
@media screen and (max-width: 768px) {
  #trouble {
    padding: 70px 0 90px;
  }
	#trouble .l_flex {
		display: block;
	}
  #trouble h3 span {
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 35px;
  }
  #trouble h3 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 16px;
  }
  #trouble .contents {
    width: 100%;
    height: 100%;
    padding: 35px 14px 20px;
    margin-bottom: 20px;
  }
  #trouble .contents h4 {
    font-size: 27px;
    font-size: 2.7rem;
  }
  #trouble .contents:nth-child(2), #trouble .contents:last-child {
    margin-top: 0;
  }
  #trouble .contents:last-child {
    margin-bottom: 0;
  }
}
#fee-bnr {
	background: #C41212;
	padding: 30px 0 95px;
}
#fee-bnr .l_continar {
	max-width: 1020px;
	width: 100%;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	#fee-bnr {
		padding: 30px 0 65px;
	}
}
#kouka-kaitori {
	padding: 45px 0 60px;
	background: #FAF6ED;
}
#kouka-kaitori h3 {
	font-size: 48px;
	font-size: 4.8rem;
	margin-bottom: 25px;
	font-weight: bold;
	text-align: center;
	color: #D50000;
	    line-height: 60px;
}
#kouka-kaitori h3 span {
	font-size: 26px;
	font-size: 2.6rem;
	color: #00176D;
}
#kouka-kaitori .img-area {
	padding: 50px 10px;
	background: #fff;
}
#kouka-kaitori .img-area picture {
    width: 87.57%;
    margin: 0 auto;
    display: block;
}
@media screen and (max-width: 1080px) {
	#kouka-kaitori .img-area picture {
		width: 95%;
	}
}
@media screen and (max-width: 768px) {
	#kouka-kaitori {
    padding: 35px 0 40px;
	}
	#kouka-kaitori h3 {
    font-size: 32px;
		font-size: 3.2rem;
		    line-height: 40px;
	}
	#kouka-kaitori h3 span {
    font-size: 23px;
    font-size: 2.3rem;
	}
	#kouka-kaitori .img-area {
    padding: 30px 20px;
	}
	#kouka-kaitori .img-area picture {
    width: 100%;
	}
}