@charset "utf-8";
/* CSS Document */

/* update */



/*  index.css */
/*- 共通 -----------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    text-decoration: none;
    vertical-align:baseline;
    background:transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-width: 767px){
   html{
        overflow-x: hidden;
    }
}

body {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background-color: transparent;
}

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

body {
	width:100%;
	/*font-size: 14px;*/
    font-size: 13px;
	font-family: 'Arial', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	line-height: 1.5;
	background-color: #ffffff;
	text-decoration: none;
	overflow-x:hidden;
    color: #093F72;
/*
	background-image: url(../img/bg_body.png);
 	background-position: center;
	background-repeat: repeat;
*/
}

a {
	color: #221815;/* site select */
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #093F72;/* site select */
	text-decoration: none;
  opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: 0.7;
}
a:focus {
	outline: none;
}

a img {
    transition: opacity 0.2s linear;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: 0.7;
	zoom: 1;
  backface-visibility:hidden;
}

img {
	border: none;
	outline: none;
	vertical-align: top;
}
ol, ul {
    list-style: none;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.pc-hide {
    display: none !important;
}

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

.sp-hide {
    display: block;
}

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

.wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.content_inner {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}
.content_wrap_m {
  width: 100%;
  max-width: 912px;
  margin: 0 auto;
}
.content_wrap_s {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

.content_item {
padding-bottom: 40px;
}


@media screen and (max-width: 767px){
   .content_item {
    padding-bottom: 20px;
    }
}

.mb_40 {
  margin-bottom: 40px;
}
.pb_40 {
  margin-bottom: 40px;
}
.pb_100 {
  padding-bottom: 100px;
}
.ptb_40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mb_20{
  margin-bottom: 20px;
}
.mb_50{
  margin-bottom: 50px;
}
.strong{
    font-weight: bold;
}
.align-center{
    text-align: center !important;
}
/**************************index.*******************************************/


/* header*/
.header {
  width: 100%;
  padding-bottom: 44px;
  padding-top: 53px;
}

.headertop-wrapper{
  max-width: 1050px;
  width: 100%;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%, 0px);
}
.headertop-h1{
  text-align: right;
  font-size: 10px;
}

.header .content_inner {
  width: 100%;
  max-width: 1050px;
  overflow: hidden;
}
.header .head_logo {
  display: block;
/*  margin: 14px 0 12px 64px;*/
}
a.head_logo:hover img {
  opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-moz-opacity: 1;
	zoom: 1;
  backface-visibility:hidden;
}
a.head_logo:hover {
   opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-moz-opacity: 1;
	zoom: 1;
  backface-visibility:hidden;
}

.full_center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.g_navi{
/*  padding-top: 20px;*/
  padding-bottom: 6px;
}
.g_navi ul {
  flex-wrap: wrap;
}
.g_navi ul li.nav_parent {
  padding-top: 8px;
   text-align: center;
}
.g_navi ul li.nav_parent > * {
  font-family: 'Corbel', sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1em;
  letter-spacing: -0.075em;
  color: #003366;
  display: block;
  margin: 0px 15px;
}
.g_navi ul li.nav_parent > * span {
  display: block;
  margin-top: 4px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 10px;
  font-weight: normal;
  line-height: 1em;
  letter-spacing: 0.05em;
  color: #003366;
  text-align: center;
}

.g_navi ul li.nav_parent{
  padding-left: 9px;
  padding-right: 9px;
  min-width: 85px;
}
.g_navi ul li.icon_mail {
  padding-left: 30px;
  vertical-align: text-top;
}

/*--- ハンバーガーメニュー　---*/
nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    background: #fff;
    color: #000;
    text-align: left;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 60%;
    max-width: 250px;
    overflow: hidden;
}
nav.globalMenuSp ul {
    background: #ccc;
    margin: 0 auto;
    padding: 46px 0 0;
    width: 100%;
}

nav.globalMenuSp ul li {
    font-size: 1em;
    font-weight: 700;
    list-style-type: none;
    padding: 0 9%;
    width: 100%;
    border-bottom: 1px dotted #333;
}
nav.globalMenuSp ul li span {
  display: inline-block;
  margin-left: auto;
  font-size: 1em;
  font-weight: normal;
  padding-left: 1em;
}

/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 1em 0;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.navToggle {
    display: none;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 17px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    z-index: 30;
    background: #fff;
    text-align: center;
}

.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #666;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
/*  z-index: 100;*/
}

.navToggle span:nth-child(1) {
    top: 9px;
}

.navToggle span:nth-child(2) {
    top: 18px;
}

.navToggle span:nth-child(3) {
    top: 27px;
}

/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media screen and (max-width: 769px){
  .g_navi {
    display: none;
  }
  .navToggle {
    display: block;
  }
  .header {
    padding-top: 22px;
    padding-bottom: 66px;
  }
  .head_logo img {
    width: 57px;
    height: auto;
  }
}

/*kv*/
#kv {
  width: 100%;
  height: 630px;
  background-color: #093F72;
}
#kv .content_inner {
  width: 100%;
  max-width: 1280px;
  padding: 0 0 0 47px;
  position: relative;
  z-index: 1;
  height: 100%;
}
.kv_img {
  width: 88.1%;
  height: 100%;
  max-width: 925px;
  max-height: 604px;
  background-image: url(../img/top_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  position: absolute;
  top: -60px;
  right: 0;
  z-index: 2;
}
p.kv_catch {
  font-size: 48px;
  font-weight: normal;
  font-family: 'FOT-TsukuAOldMin Pr6',"MS明朝", serif;
/*  letter-spacing: -0.01em;*/
  line-height: 1.4em;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 3.9%;
  transform: translateY(-50%);
  z-index: 3;
  margin-top: -2px;
  margin-bottom: 10px;
}
p.kv_catch span.kv_sub_catch {
  display: block;
/*  max-width: 350px;*/
  padding-left: 30px;
  padding-top: 22px;
  font-size: 16px;
  font-weight: normal;
  font-family: 'YuMincho',"游明朝", serif;
  letter-spacing: 0.01em;
  line-height: 28px;
}
.karning-2 {
  letter-spacing: -0.2em;
}
.karning-15 {
  letter-spacing: -0.15em;
}

p.kv_tdc img {
  display: block;
  position: absolute;
  bottom: 64px;
  right: 44px;
  z-index: 3;
}

@media screen and (max-width: 576px){
  #kv {
    height: 80vh;
  }
  .kv_img {
    height: 80%;
  }
  p.kv_catch {
    display:block;
    width: 90%;
    margin: 0 auto;
    font-size: 24px;
  }
  p.kv_catch span.kv_sub_catch {
    letter-spacing: normal;
    line-height: 1.5em;
    padding-left: 2%;
  }
/*
  .sp_ls {
    letter-spacing: -0.3em;
  }
*/
  p.kv_catch span.kv_sub_catch {
    font-size: 0.45em;;
  }
  p.kv_tdc img {
    width: 80%;
    right: 3%;
    bottom:20%;
  }
}

/*footer*/


footer {
  margin-top: 60px;
  margin-bottom: 43px;
}
footer .foot_line {
  max-width: 1050px;
  margin: 0 auto;
  border-top: rgba(9, 63, 114, 0.1) 1px solid;
}
.footer_inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 33px;
  border-color: #ececec;
  position: relative;
}
.footer_logo {
  margin-top: 29px;/**26px**/
  margin-bottom:23px;
}
footer .footer_nav a,
footer .footer_link a,
footer .footerbar_nav a {
  color: #003366;
  font-size: 11px;
  font-weight: normal;
/*  letter-spacing: -0.025em;*/
}
.footer_nav {
  padding-bottom: 39px;
  padding-left: 3px;
}
.footer_nav ul.menu_inner > li {
  width: 21.75%;
}
.footer_nav ul.menu_inner > li:nth-of-type(2){
  width: 18.25%;/**35.5%**/
}
@media screen and (max-width: 768px) {
  .footer_nav ul.menu_inner > li:nth-of-type(2){
    width: 25.25%;/**35.5%**/
  }
}
.footer_nav ul.menu_inner > li:nth-of-type(3){
  padding-left: 32px;
  width: 23.75%;/**35.5%**/
}
.footer_nav ul.menu_inner > li:nth-of-type(4){
  padding-left: 70px;
  width: 25%;/**24.5%**/
  position: relative;
}
.footer_nav li {
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 8px;
/*  letter-spacing: -0.25px;*/
}

div.footer_link {
  padding-top: 20px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  div.footer_link {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.footer_nav ul.menu_inner > li:nth-of-type(4)::after{
  content: "";
  display: block;
  height: 170px;
  border-right: rgba(9, 63, 114, 0.1) 1px solid;
  position: absolute;
  top:-53px;
  left: 0;
}

div.footer_link a {
  display: inline-block;
  font-size: 11px;
/*  letter-spacing: -0.025em;*/
  margin-right: 30px;
}
.footer_link a img {
/*  align-items: baseline;*/
  width: 12px;
  height: 12px;
  vertical-align: middle;
}
.footerbar_nav {
  margin-bottom: 44px;
  margin-top: 15px;
  padding-left: 3px;
}

.footerbar_nav li {
  padding-right: 16px;
  padding-left: 13px;
  border-right: 1px solid rgba(9, 63, 114, 0.3);
  font-size: 11px;
/*  letter-spacing: -0.5px;*/
  line-height: -1px;
}
.footerbar_nav li a {
  font-size: 11px;
}
.footerbar_nav li:first-child{
  padding-left: 0;
}
.footerbar_nav li:last-child{
  border: none;
}
.list-inline-item:not(:last-child) {
  margin-right: 0;
}
.sns_nav {
  padding-bottom: 10px;
  background-color: #fff;
}
.sns_nav li.list-inline-item:not(:last-child) {
    margin-right: 8px;
}
.sns_nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.copy small {
  font-family: 'Sakkal Majalla' ,"YuGothic", serif;
  font-size: 10px;
/*  letter-spacing: 0.08em;*/
  font-weight: 600;
}

@media screen and (max-width: 767px){
  .content_inner, .footer_inner {
    padding-left: 3%;
    padding-right: 3%;
  }
  .flow_drawing {
    width: 90%;
    margin: 0 auto;
  }

  .kv_catch {
    left: -10%;
  }
  .kv_catch img {
    width: 90%;
  }
  .footer_nav ul.menu_inner > li {
    width: 42%;
  }
  .footer_nav ul.menu_inner {
    flex-wrap: wrap;
  }
  .footer_nav ul.menu_inner > li:nth-of-type(4){
    width: 100%;
    text-align: left;
    padding-left: 0;
    padding-bottom: 10px;
  }
  .content_wrap_m, .content_wrap_s {
    padding-left: 5px;
    padding-right: 5px;
  }
  .pc_view {
    display: none;
  }
  div.footer_link a {
    margin-right: 0;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 576px) {
  .footerbar_nav .list-inline-item {
    /* display: block; */
    padding-left: 5px;
  }
  .footerbar_nav li {
    padding-right: 9px;
    padding-top: 0px;
    border-right: 1px solid rgba(9, 63, 114, 0.3);
    font-size: 0px;
    /* letter-spacing: -0.5px; */
  }  
  .footer_nav ul.menu_inner > li:nth-of-type(4)::after{
    content: none;
  }
  .footer_nav ul.menu_inner > li:nth-of-type(2),
  .footer_nav ul.menu_inner > li:nth-of-type(3){
    width: 25%;
  }
  .footer_nav{
    padding-bottom: 0px;
  }
  .menu_inner, .footer_link, .footerbar_nav, .sns_nav, .copy {
    padding-left: 3%;
  }
}
/**** to_top ****/
.to_top_btn {
  position: fixed;
  z-index: 100;
  bottom: 3%;
  right: 7%;
}
.to_top_btn a.maru {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.to_top_btn a:hover{
  color: #fff;
}
/*****contents***/
.top .wrapper {
  max-width: none;
}
.bnr_area {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .bnr_area {
    padding-top: 40px;
  }
  footer {
    margin-top: 40px;
  }  
}

.bnr_area img {
  max-width: 860px;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
#intro h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 43px;
  color: #093F72;
  text-align: left;
  padding-top: 40px;
  padding-bottom: 19px;
}
#intro p {
  font-size: 13px;/*20px*/
  text-align: left;
  padding-bottom: 40px;
  font-weight: 400;
  text-shadow:1px 1px 0 #fff,
               -1px 1px 0 #fff,
               1px -1px 0 #fff,
               -1px -1px 0 #fff;
}
#intro {
  position: relative;
  z-index: 1;
}
#intro .content_wrap_m {
  padding: 55px 45px 70px;
  overflow: hidden;
}
#intro .content_wrap_m .l_blue_box {
  margin-left: -45px;
  margin-right: -45px;
  padding-left: 45px;
  padding-right: 45px;
  background-color: rgba(9,63,114,0.05);
  margin-bottom: 47px;
}
/*
#intro .content_wrap_m::before{
  content: "";
  display: block;
  width: 960px;
  height: 100%;
  background-color: rgba(9,63,114,0.05);
  position: absolute;
  top: 0;
  left: 0;
}
*/
#intro .content_wrap_m::after {
  content: "";
  display: block;
  width: 240px;
  height: 344px;
  background-image: url(../img/img_intro_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -88px;
  left: 66%;
  z-index: -1;
}

#solution {
  padding-bottom: 80px;
}

h2.ttl_a {
  font-family: "Helvetica", sans-serif;
  font-size: 84px;
  font-weight: bold;
  line-height: 30px;
  padding-top: 34px;
  padding-bottom: 58px;
  margin-left: -5px;
}
h2.ttl_a span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding-left: 0.5em;
  line-height: 18px;
}
p.lead {
  padding-bottom: 43px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.571em;

}
#solution h2.ttl_a {
  padding-bottom: 0;
}
#reason .ttl_a, #case .ttl_a, #flow .ttl_a {
  color: #fff;
}

#solution p.lead {
  padding-top: 58px;
}
div.blue_box {
  max-width: 550px;
  width: 100%;
  padding: 30px 30px 25px;
  background-color: #093F72;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 19px;
}
div.blue_box p span {
  display: block;
  font-size: 12px;
  margin-bottom: 9px;
  font-weight: bold;
}
div.white_box {
  max-width: 550px;
  width: 100%;
  padding: 30px 30px 28px;
  background-color: #fff;
  border: 1px solid #093F72;
  border-radius: 10px;
  font-size: 13px;/*14px*/
  font-weight: 400;
  margin: 10px 0 ;
}
.solution_wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.solution_inner{
  float: left;
  margin-bottom: 30px;
}
.solution_inner::after {
  content: "";
  display: block;
  width: 320px;
  height: 427px;
  background-image: url(../img/img_solution_1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: 38px;
/*  left: 680px;*/
  right: 9.9099%;
}
.solution_inner_right {
  clear: both;
  float: right;
  margin-bottom: 30px;
}
.solution_inner_right::after{
    content: "";
  display: block;
  width: 406px;
  height: 435px;
  background-image: url(../img/img_solution_2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: 50px;
  left: 4.5045%;
/*  right: 654px;*/
  z-index: -1;
}

#reason {
  width: 100%;
  height: auto;
  background-image: url(../img/bg_reason.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 93px;
  padding-bottom: 140px;
}
#reason .content_wrap_m .row {
  margin-right: 0;
  margin-left: 0;
}

.box .box_body h3 {
  font-size: 32px;
  color: #fff;
}
.box.reason_item {
  max-width: 300px;
  position: relative;
}
.box.reason_item:not(:last-child){
  margin-right: 10px;
}
.box .box_body h3 {
  width: 100%;
  height: 100px;
  background-color: rgba(255,255,255,0.15);
  padding-top: 24px;
  margin-bottom: 26px;
  text-align: center;
  position: relative;
  line-height: 1.4;
}
.box .box_body h3::after{
  content: "";
  width: 100%;
  height: 2px;
  background-color: rgba(255,255,255,0.15);
  position: absolute;
  bottom: -4px;
  left: 0;
}
.box .box_body h3 span {
  display: block;
  font-family: 'Helvetica';
  font-size: 12px;
}
.box .box_body p.box-text {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.8em;
  padding: 0 2px;
  margin-bottom: 26px;
}
.box .box_body img.box_img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 300px;
  max-height: 180px;
}
.box.reason_item::before{
  content: "";
  width: 100%;
  height: 2px;
  background-color: rgba(255,255,255,0.15);
  position: absolute;
  bottom: -22px;
  left: 0;
}
.box.reason_item::after{
  content: "";
  width: 100%;
  height: 8px;
  background-color: rgba(255,255,255,0.15);
  position: absolute;
  bottom: -33px;
  left: 0;
}
#contact01 {
  width: 100%;
  height: auto;
  background-image: url(../img/bg_cntct.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 88px;
}
#contact01 .container {
  max-width: 1014px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#contact01 .row {
  padding-left: 0;
  padding-right: 0;
}
#contact01 .card_m {
  max-width: 650px;
  width: 100%;
  padding-bottom: 74px;
}
#contact01 h2 {
  font-weight: 700;
  font-size: 32px;
  color: #fff;
  text-align: center;
  letter-spacing: -0.02em;
  position: relative;
}

#contact01 h2::before {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background-color: #fff;
  position: absolute;
  bottom: -18px;
}
#contact01 ul {
  padding-top: 56px;
  padding-bottom: 36px;
}
#contact01 ul li {
  font-size: 18px;
  font-weight: bold;
  line-height: 31px;
  color: #fff;
  padding: 20px 20px 16px;
  background-color: rgba(255,255,255,0.15);
  margin-bottom: 2px;
}
#contact01 ul li img {
  margin-top: -4px;
  padding-right: 10px;
}
.card_m p {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
/*  letter-spacing: -0.1em;*/
}
a.btn_cntct01 {
  display: block;
  width: 100%;
  height: 100px;
  padding: 35px 40px;
  margin: 16px 0;
  background-color: #fff;
  font-size: 20px;
  font-weight: 600;
  color: #093F72;
  position: relative;
}
a.btn_cntct01.otameshi {
  background-color: #ffa51e;
}
a.btn_cntct01::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 7px solid #093F72;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
}
.contact01_wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.contact01_wrap .card_m::after{
  content: "";
  display: block;
  width: 430px;
  height: 431px;
  background-image: url(../img/img_accudent3.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 90px;
  right: 0;
}
#contact01 .photo_bar {
  max-height: 284px;
  height: auto;
  width: 100%;
  overflow: hidden;
}
#contact01 .photo_bar .photo_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#contact01 .photo_bar .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
#contact01 .photo_bar .row {
  padding-bottom: 0;
  margin-right: 0;
  margin-left: 0;
}
#contact01 .photo_bar .row .col-4 {
  padding-left: 0;
  padding-right: 0;
}
#studies {
  width: 100%;
  height: auto;
  background-image: url(../img/bg_cntct.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding-bottom: 110px;
}
#case .container {
  padding-top: 100px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: 960px;
}
#case .card_s {
  background-color: #fff;
}
#contact02 {
  width: 100%;
  height: 520px;
  background-image: url(../img/bg_cntct02.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#studies .lead, #flow .lead {
  color: #fff;
}
.card_s {
  position: relative;
  padding: 36px 30px 20px;
  margin-top: 12px;
  min-height: 345px;
  height: 100%;

}
.card_s span.tab {
  display: block;
  width: 100px;
  height: 32px;
  background-color: #093F72;
  color: #fff;
  font-family: 'Helvetica',sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 32px;
  position: absolute;
  top: -32px;
  left: 0;
}
.card_s h3 {
  font-size:1.7em;
  font-weight: bold;
  line-height: 28px;
/*  text-align: center;*/
  padding-bottom: 22px;

}
.card_s h3 span {
  font-size: 14px;
  font-weight: normal;
  padding-left: 0.5em;
}
.card_s dl {
  border-top: 1px solid #093F72;
  border-bottom: 1px solid #093F72;
  padding-top: 15px;
  padding-bottom: 8px;
}
.card_s dt {
  float: left;
  padding-top: 8px;
  clear: both;;
}
.card_s dd {
  text-align: right;
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 5px;
}
.card_s dd span {
  font-size: 14px;
  font-weight: normal;
}
.card_s p {
  padding-top: 22px;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
}
#flow .container {
  padding-top: 86px;
  width: 100%;
  max-width: 960px;
  padding-right: 0;
  padding-left: 0;
}
#flow .ttl_a {
  margin-left: -5px;
  margin-right: -5px;
}

#flow .lead {
  padding-bottom: 20px;
}
.flow_drawing {
  padding-left: 15px;
  padding-right: 15px;
}
#flow .flow_box {
  width: 115px;
  height: 115px;
  margin-bottom: 14px;
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
}

#flow .flow_box:nth-of-type(7){
  font-size: 13px;
}
#flow .flow_box span {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #093F72;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
#flow .flow_box:not(:last-child)::after{
  content: url(../img/np_angle-down.png);
  width: 8px;
  height: 12px;
  position: absolute;
  top:50%;
  margin-top: -10px;
  right: -17px;
}
#faq {
  padding: 107px 0 80px;
}
#faq .container {
  width: 100%;
  max-width: 970px;
  padding: 0;
  position: relative;
}
#faq .container::before{
  content: "";
  display: block;
  width: 186px;
  height: 293px;
  background-image: url(../img/img_faq.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -69px;
  right: 46px;
  z-index: -10;
}
#faq .ttl_a {
  margin-left: 2px;
  line-height: 32px;
}

.maru {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  background-color: #093F72;
  color: #fff;
  font-family: 'Helvetica';
  font-size: 16px;
  font-weight: bold;
}
.faq_item {
  max-width: 460px;
  padding: 27px 37px 27px;
  margin-bottom: 40px;
  border: 3px solid #093F72;
  border-radius: 10px;
  background-color: #fff;

}
.faq_item dt span.maru {
  margin: 0 auto 20px;
}
.faq_item dd.q {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 24px;
}
.faq_item dd.a {
  font-size: 13px;/*14px*/
  font-weight: normal;
  line-height: 24px;
/*  letter-spacing: 0.08em;*/
}
#faq .right_box .faq_item {
  margin-left: auto;
}
#contact02 {
  padding: 0px 0 65px;
}
#contact02 .container {
  width: 100%;
  max-width: 555px;
  margin: 0 auto;
  padding: 0;
}
#contact02 h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  color: #fff;
  padding-bottom: 25px;
}
.contact02_box {
  width: 100%;
  height: auto;
  background-color: rgba(255,255,255,0.1);
  padding: 22px 38px;
  color: #fff;
}
.contact02_box h3 {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  line-height: 28px;
  text-align: center;
  padding-bottom: 15px;
  letter-spacing: 0.1em;
  font-family: 'Arial', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.contact02_box .point {
  display: block;
  justify-content: center;
  width: 100%;
  height: auto;
  background-color: #093F72;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 1px;
  letter-spacing: normal;
  margin-bottom: 15px;
  padding: 10px 7px 10px;
}
.contact02_box .point .fee {
  font-size: 18px;
  /* font-weight: 500; */
  line-height: 1.2em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact02_box .point .fee {
    font-size: 16px;
  }  
}
.point2 .feel span {
  font-size: 50px;
  font-family: Bahnschrift;
}

.point2 .feel span.point2-feel-1000{
  font-size: 1.5em;
}
.point2 .feel span.point2-feel-tax{
  font-size: 0.7em;
}

.contact02_box .point2 {
  display: block;
  justify-content: flex-end;
  width: 491px;
  height: auto;
  background-color: rgba(255,255,255,0.1);
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 1px;
  letter-spacing: normal;
  margin-bottom: 10px;
  padding: 36px 16px 20px;
}
@media screen and (max-width: 768px) {
  .contact02_box .point2 {
    display: block;
    justify-content: center;
    width: 100%;
    height: auto;
    background-color: rgba(255,255,255,0.1);
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    line-height: 1px;
    letter-spacing: normal;
    margin-bottom: 10px;
    padding: 36px 2px 20px;
  }
  .point2 .feel {
    font-size: 14px !important;
  }
  .point2 .feel span {
    font-size: 32px;
    font-family: Bahnschrift;
  }
}
.contact02_box .point2 .feel {
  font-size: 20px;
}
.contact02_box h3 .sub_ttl {
  display: inline-block;
  font-size: 18px;
  margin: 0px 0 8px 7px;
  letter-spacing: 0.08em;
  font-family: 'Arial', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: normal;
}
.contact02_box > p {
    text-align: left;
    margin-left: 5px;
}
.contact02_box p {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .contact02_box p {
    font-size: 12px;
  }
}
#contact02 .btn_cntct01 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding: 0;
  margin: 20px 0;
  font-size: 18px;
}

.sp_view {
  display: none;
}
@media screen and (max-width: 768px){
  .content_inner, .bnr_area, .contact01_wrap, #case .container, #flow .container, #contact01 .container, #contact02, .bnr_area_solution  {
    padding-right: 3%;
    padding-left: 4%;
  }
 .solution_inner::after, .solution_inner_right::after, .contact01_wrap .card_m::after {
    content: none;
  }
  #intro .content_wrap_m::after {
    width: 200px;
    height: 300px;
  }
  .img_solution_1 {
    margin: auto;
  }
  img.img_accudent3 {
    width: 50%;
  }
  #intro .content_wrap_m {
    padding-right: 0;
    padding-left: 0;
  }
  #intro .content_wrap_m .l_blue_box {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
    margin-right: 0;
    margin-left: 0;
  }
  .solution_inner, .solution_inner_right{
    float: none;
/*    text-align: center;*/
    margin-bottom: 0;
  }
  div.white_box, div.blue_box {
    margin-right: auto;
    margin-left: auto;
  }
  #reason .row {
    flex-direction: column;
    align-items: center;
  }
  #reason .row .reason_item {
    margin-bottom: 100px;
  }
  #reason {
    padding-bottom: 33px;
  }
  #case p.lead {
    padding-bottom: 62px;
  }
  .card_s dt {
    /* float: none; */
  }
  .card_s h3, .card_s dd {
    font-size: 16px;
  }
  .card_s {
    max-width: 300px;
    margin: 0 auto;
  }
  #flow .flow_box {
    width: 20%;
    min-width: 115px;
    margin-right: 5%;

  }
  .flow_drawing .row {
    justify-content: flex-start;
  }

}
@media screen and (max-width: 576px){
  #flow, #faq {
    display: none;
  }
  #intro .intro_ttl {
    font-size: 16px;
    line-height: 1.5em;
  }
  #intro .content_wrap_m::after {
    width: 150px;
    height: 200px;
    bottom: 0;
    left: 60%;
  }
  h2.ttl_a {
    font-size: 36px;
    line-height: 24px;
    padding-bottom: 30px;
  }
  h2.ttl_a span {
    display: block;
    font-size: 13px;
    line-height: 1.2;
    padding-top: 5px;
  }
  #solution p.lead, #flow p.lead, #reason {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  div.blue_box {
    font-size: 13px;
  }
  #contact01 .photo_bar .row {
    margin-right: -3%;
    margin-left: -3%;
  }
  #case {
    padding-left: 15px;
    padding-right: 15px;
  }
  #contact01 .card_m {
    padding-bottom: 30px;
  }
  #case .container {
    padding-top: 30px;
  }
   #case .container .row .col-sm-4{
    margin-bottom: 60px;
  }
  .flow_drawing .row {
    flex-direction: column;
    align-items: center;
  }
  #flow .flow_box {
    margin-right: 0;
    margin-bottom: 15px;
  }
  #flow .flow_box:not(:last-child)::after {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 110%;
    right: 50%;
    margin-top: 0;
    margin: -8px;

  }
  #contact01 h2,.card_m p {
    font-size: 14px;
    line-height: 1.5em;
  }

  #contact01 ul li img {
    width: 30px;
  }
  .sp_view {
    display: block;
  }
  #contact01 ul {
    list-style-position: indent;
  }
  #contact01 ul li {
    font-size: 13px;
    line-height: 1.5em;
    padding-right: 0.5em;
    padding-left: 3em;
    text-indent: -2.5em;
  }
  #contact02 {
    padding-top: 10px;
    height: 475px;
  }
  #contact02 h2 {
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 1.5em;
    display: block;
  }
  .contact02_box {
    width: 100%;
    padding: 20px 15px;
  }

  .contact02_box p {
    display: inline-block;
    padding: 0 5px;
    /* width: 300px; */
    margin: 0 auto;
    font-size: 12px;
  }
  .contact02_box h3 {
    font-size: 26px;
    letter-spacing: -0.05em;
    line-height: 1.4em;
    text-align: center;
  }
  .contact02_box h3 span.sub_ttl {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: normal;
    margin-bottom: 0;
  }
  a.btn_cntct01, #contact02 .btn_cntct01 {
    height: auto;
    padding: 1.25em;
    font-size: 14px;
  }
  .card_s h3, .card_s dd {
    font-size: 16px;
  }
  #studies {
    padding-bottom: 0;
  }
  .row {
    margin-right: 0px;
    margin-left: 0px;
  }
}
