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

/* ======================================
全共通
=========================================
*/
body {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color: #161616;
	font-size: 10px;
	line-height: 1.6;
  font-feature-settings: "palt";
}
html {
overflow-x: hidden;
}
html {font-size: 10px;}

a:link, a:visited, a:active{
  color: #333;
  text-decoration: none;
}

a:active{
  color: #666;
}
p {
  font-size: 14px;
}
img{
  vertical-align:bottom;
}
* {
    box-sizing: border-box;
}

.right {
  text-align: right;
}
.marker_yellow {
  background: linear-gradient(transparent 60%, #fff100 60%);
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.center {
  text-align: center;
  margin: 0 auto;
}
.pagetop {
  position: fixed;
  right: 0px;
  display: block;
  padding: 20px;
  width: 25%;
}
.pagetop img {
  width: 100%;
}
.marker_01 {
  background: linear-gradient(rgba(255, 255, 255, 0) 70%, #ffec3e 75%);
  font-weight: 700;
}

 ======================================
}
PCレイアウト
=========================================
header {
  margin: 0 auto;
}
.top_box {
  width: 1000px;

    height: 64px;
    padding: 8px 0 6px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}
.top_logo {
  display: inline-block;
  text-align: left;
  width: 310px;
}
.info_container {
  width: 900px;
  margin: 40px auto;
  text-align: center;
}
.info_container.top {
  margin: 20px auto 40px;
}
.header_info {
    display: flex;
    justify-content: end;
}
.wrap_gray {
  background-color: #dfe4e5;
}
#top-bisual {
    width: 100%;
    min-height: 340px;
    margin-bottom: 40px;
    text-align: center;
    background-image: url(../img/mv.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    box-shadow: 0px 1px 1px 0px rgb(0 0 0 / 30%) inset;
}
#top-bisual .box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    width: 900px;
}

#top-bisual h2 {
    display: block;
    line-height: 1.4;
    margin: 0 auto;
    width: auto;
    font-size: 54px;
    font-weight: 700;
    color: #00682c;
    letter-spacing: 0;
    text-align: left;
    text-shadow: 1px 1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, -1px -1px 1px #fff, 0 0 22px #fff;
    font-feature-settings: "palt";
    letter-spacing: .05em;
    padding-top: 20px;
}
#top-bisual h2 span.catch {
    display: block;
    margin: 10px 0 30px;
    font-size: 30px;
    color: #000;
    line-height: 1.3;
    letter-spacing: .05em;
}
#top-bisual .box .c_01 {
  font-size: 35px;
}
#top-bisual .box .c_02 {
  color: #ea4800;
  font-size: 35px;
}
#top-bisual .box .c_03 {
  color: #ea4800;
  font-size: 30px;
}

#top-bisual div.btn_02 {
      width: 500px;
    margin: 20px 0;
}
#top-bisual div.btn_02 a {
    color: #fff !important;
    text-decoration: none !important;
    display: block !important;
    background-color: #ff7109;
    padding: 15px 0;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    border-bottom: solid 5px #ea4800;
    border-radius: 3px;
    text-align: center;
}
#top-bisual div.btn_02 a:hover {
   background-color: #f76800; 
  border-bottom: solid 5px #ea4800;
}
#top-bisual div.btn_02 a:before {
    background-image: url(../img/ico_mail.png);
    background-size: contain;
    vertical-align: middle;
    content: '';
    display: inline-block;
    width: 27px;
    height: 20px;
    margin-right: 16px;
}
/*#top-bisual h2 span {
    display: block;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.02em;
    margin-top: 20px;
    line-height: 1.5;
}*/

.btn_contact {
    display: inline-block;
    color: #fff;
    height: 46px;
    padding: 12px 34px 13px 34px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #fff !important;
    background-color: #e91c1c;
    border-radius: 5px;
    position: relative;
    border: 2px solid #e91c1c;
}
.btn_contact:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 20px;
    margin: 0px 8px 0 0;
    background: url(../img/ico_mail.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.btn_contact:hover {
    display: inline-block;
    color: #e91c1c !important;
    height: 46px;
    padding: 12px 34px 13px 34px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    border: 2px solid #e91c1c;
}
.btn_contact:hover:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 20px;
    margin: 0px 8px 0 0;
    background: url(../img/ico_mail_hover.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.sp {
  display: none;
}
.pc {
  display: block;
}
.mb20 {
  margin-bottom: 20px !important;
}

article {
  width: 100%;
  margin: 0 auto;
}
section.container {
  margin: 0 auto 80px;
}
/*#contact {
  margin: 70px auto 0;
}*/
section.container_g {
  background-color: #90e269;
  padding: 70px 0 0;
}
section.container_g.start {
  padding: 70px 0 0;
}
section.container_g.end {
  padding: 70px 0;
  margin: 0 0 70px;
}
.mv_container {
  width: 900px;
  margin: 0 auto;
  text-align: center;
  padding-top: 20px;
}
.wrap_mv_main_box {
  display: flex;
  justify-content: space-between;
  margin: 15px auto 10px;
}
section.container .inner {
  width: 900px;
  margin: 0 auto 40px;
}

section.container_g .wrap_inner {
  width: 1000px;
  margin: 0 auto;
}
section.container_g .inner {
  width: 960px;
}
.txt_01 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  text-align: left;
}
.txt_02 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: left;
}
.txt_lead_01 {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #ff5803;
}
.txt_large_01 {
  display: inline-block;
  font-size: 3.2rem;
  font-weight: 700;
  color: #00682c;
  line-height: 1.4;
  position: relative;
}
.txt_large_01 span {
  font-size: 24px;
  font-weight: 700;
  color: #333;
}
.txt_large_03 {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  color: #EC5B1B;
  line-height: 1.4;
  position: relative;
}
.ill_01 {
  display: inline-block;
  margin-right: 15px;
  width: auto;
  height: 71px;
}
.ill_02 {
  display: inline-block;
  margin-left: 15px;
  width: auto;
  height: 71px;
}
.wrap_ill_03 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ill_03 {
  display: inline-block;
  margin-left: 15px;
  width: auto;
  height: 71px;
}
.txt_large_02 {
  display: block;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 20px;
}
.blk {
  margin-bottom: 20px !important;
}
.blk_01 {
  margin-bottom: 40px !important;
}
.blk_02 {
  margin-bottom: 60px !important;
}

.container h2 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
  color: #00682c;
  text-align: center;
  margin-bottom: 30px;
}
.container h2 span {
  font-size: 1.6rem;
  display: block;
}
.container_g h2 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.container h3 {
    display: inline-block;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 20px;
}
#contact.container h2 {
  color: #161616;
}
.wrap_box_service-price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffd8;
  padding: 20px 30px;
  border-radius: 3px;
  margin-bottom: 60px;
}
.wrap_box_service-price .box_service {
  width: 60%;
  font-size: 4rem;
  font-weight: bold;
  color: #000;
}
.wrap_box_service-price .box_price {
  width: 40%;
  font-size: 3rem;
  font-weight: bold;
  color: #000;
  text-align: right;
}
.wrap_box_service-price .box_price span.price {
  font-size: 5.6rem;
  color: #b50000;
}
.wrap_box_service-price .box_price span.tax {
  font-size: 1.2rem;
}
.other_blk_01 {
  border: #90e269 5px solid;
    box-shadow: 0 0 0 2px rgba(255,255,255,1) inset;
    border-radius: 3px;
    margin: 20px 0;
    padding: 20px 40px;
    text-align: center;
}
.other_blk_01 .txt_01_02 {
    display: block;
    color: #00b549;
    line-height: 1.2;
    font-size: 2.8rem;
    font-weight: 700;
    margin: -40px 0 5px;
    text-shadow: 2px 2px 0 rgba(255,255,255,1), -2px 2px 0 rgba(255,255,255,1), 2px -2px 0 rgba(255,255,255,1), -2px -2px 0 rgba(255,255,255,1);
    text-align: center;
}
.other_blk_01 .txt_01_02 span.back_01 {
    display: inline-block;
    padding: 0 20px;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 1%, rgba(255,255,255,1) 59%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(1%,rgba(255,255,255,1)), color-stop(59%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 1%,rgba(255,255,255,1) 59%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 1%,rgba(255,255,255,1) 59%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 1%,rgba(255,255,255,1) 59%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 1%,rgba(255,255,255,1) 59%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffff',GradientType=0 );
}
.other_blk_01_inner {
  padding: 10px 0;
}
.com_list_02 li {
    /*背景画像で指定する*/
  background-image: url(../img/ico_check.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 10px;
  text-align: left;
  margin: 15px 0 15px 0;
  background-size: 38px 36px;
}
.com_list_02 li {
    list-style-type: none;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 0 0 0 55px;
  margin-bottom: 20px;
}
.com_list_02 li:last-child {
  margin-bottom: 0;
}
.com_list_02 li span {
    color: #00b549;
    font-weight: 700;
    font-size: 2.4rem;
}
.other_blk_01 .flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.other_blk_01 .flexbox .subbox {
  background-color: #90e269;
  border-radius: 5px;
  padding: 20px 40px;
  color: #fff;
  text-shadow: 1px 1px 1px #161616, 1px -1px 1px #161616, -1px 1px 1px #161616, -1px -1px 1px #161616, 0 0 1px #161616;
}
.other_blk_01 .flexbox .subbox p {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .1em;
}
.other_blk_01 .flexbox .subbox p span {
  font-size: 2.4rem;
  color: #ffec3e;
}
.notes {
  padding-top: 5px;
}
.notes li {
  text-align: left;
  font-size: 1.4rem;
  list-style: none;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
  margin-bottom: 5px;
}
.notes li:before {
  display: inline-block;
  content: "※";
  padding-right: 5px;
  text-indent: -1em;
  padding-left: 1em;
}
div.item-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 10px;
}
div.item-box {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
div.item-box .box {
    display: flex;
    align-items: center;
    width: calc(100% / 7);
    height: ;
    text-align: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
div.item-box .box .title {
    display: block;
    text-align: center;    
    font-size: 1.2rem;
    padding: 10px;
    width: 100%;
    line-height: 1.3;
}
div.item-box .box img {
    width: 100%;
    padding: 10px;
}
.blk_cts {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
}
.blk_cts_02 {
  padding: 45px 20px 20px;
  background-color: #fff;
  border-radius: 10px;
}
.box_flow_01 {
  display: flex;
  margin: 0 0 10px;
  justify-content: space-between;
}
.box_flow_01 .box {
  background-color: #ffd5c5;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 700;
  width: 150px;
  min-height: 90px;
  margin-left: 20px;
  border-radius: 10px;
  padding-left: 20px;
}
.box_flow_01 .box:after {
  content: '';
  width: 16px;
  height: 22px;
  background-image: url(../img/arrow_box_flow_01.png);
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: -23px;
}
.box_flow_01 .box:last-child:after {
  content: none;
}
.box_flow_01 .box .step {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    width: 64px;
    height: 64px;
    border-radius: 5px;
    background-color: #ea4800;
    text-align: center;
    margin: 0 10px 0 0;
    position: absolute;
    left: -20px;
}
.box_flow_01 .box .step span {
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.2;
    color: #fff;
    display: block;
    padding-top: 10px;
}
section.container_g .wrap_box_flow_02 {
    width: 900px;
    margin: 0 auto -35px;
}
.box_flow_02 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 10px;
  justify-content: space-between;
}
.box_flow_02 .box {
  background-color: #c5f1ff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 700;
  width: 190px;
  min-height: 90px;
  margin: 0 0 35px 20px;
  border-radius: 10px;
}
.box_flow_02 .box:after {
  content: '';
  width: 16px;
  height: 22px;
  background-image: url(../img/arrow_box_flow_02.png);
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: -25px;
}
.box_flow_02 .box:nth-child(4):after {
  content: '';
  width: 14px;
  height: 24px;
  background-image: url(../img/arrow_box_flow_02_02.png);
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: -25px;
}
.box_flow_02 .box:nth-child(5):before {
  content: '';
  width: 24px;
  height: 24px;
  background-image: url(../img/arrow_box_flow_02_03.png);
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: -30px;
}
.box_flow_02 .box:last-child:after {
  content: none;
}
.box_flow_02 .box .step {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 42px;
    color: #fff;
    width: 100px;
    height: 42px;
    border-radius: 5px;
    background-color: #0080c1;
    text-align: center;
    margin: 0 10px 0 0;
    position: absolute;
    left: -10px;
    top: -25px;
}
.box_flow_02 .box .step span {
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.2;
    color: #fff;
    display: inline-block;
    padding-right: 5px;
}

section.container_g .wrap_box_faq {
    width: 900px;
    margin: 0 auto;
}
.box_faq dt {
}
.box_faq dt p {
  font-size: 2rem;
  font-weight: 700;
  color: #00682c;
  margin: -10px 0 0 44px;
  line-height: 1.4;
}
.box_faq dt p:before {
  display: inline-block;
  content: '';
  width: 34px;
  height: 34px;
  background-image: url(../img/ico_q.png);
  position: relative;
  top: 10px;
  margin: 0 10px 0 -44px;
}
.box_faq dd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.box_faq dd .baloon {
  width: calc(100% - 104px);
  background-color: #d7ffc0;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  margin-top: 10px;
}
.box_faq dd .baloon p {
  font-size: 1.6rem !important;
  margin: -10px 0 0 44px;
}
.box_faq dd .baloon p a {
  color: #1a50b7;
  text-decoration: underline;
}
.box_faq dd .baloon p a:hover {
  color: #ea4800;
}
p span.sub {
  display: block;
  margin: 5px 0;
  font-size: 14px;
  text-align: right;
}
p span.sub a.link {
  display: inline-block;
  text-align: right;
  text-decoration: underline;
  position: relative;
  color: #1a50b7;
}
p span.sub a.link:hover {
  color: #ea4800;
}
p span.sub a.link:before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 50%;
    left: -20px;
    margin: -6px 0 0 0;
    border-top: 6px solid transparent;
    border-left: 8px solid #00682c;
    border-bottom: 6px solid transparent;
}
.box_faq dd .baloon p span.sub .link:hover {
  opacity: .8;
}
.box_faq dd .baloon p:before {
  display: inline-block;
  content: '';
  width: 34px;
  height: 34px;
  background-image: url(../img/ico_a.png);
  position: relative;
  top: 10px;
  margin-right: 10px;
  margin-left: -44px;
}
.box_faq dd .baloon:after {
  display: inline-block;
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    width: 20px;
    height: 24px;
    margin: -12px 0 0 0;
    border-top: 12px solid transparent;
    border-left: 20px solid #d7ffc0;
    border-bottom: 12px solid transparent;
}
.table_reason {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin-bottom: 10px;
}
.table_reason th {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 20px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  white-space: nowrap;
  background-color: #f2ffeb;
  vertical-align: middle;
}
.table_reason th.th_01 {
  text-align: center;
  color: #fff;
  background-color: #00682c;
  padding: 10px 20px;
}
.table_reason td {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  padding: 20px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.table_reason td ul {
  font-size: 1.4rem;
  margin-top: 10px;
  font-weight: normal;
}
.table_reason td li {
  list-style-type: none;
  position: relative;
  margin-bottom: 7px;
  text-indent: -1em;
  padding-left: 1em;
}
.table_reason td li:last-child {
  margin-bottom: 0;
}
.table_reason td li:before {
  display: inline-block;
  content: "●";
  font-size: 10px;
  margin-right: 10px;
  color: #00b549;
  text-indent: -1em;
  padding-left: 1em;
}
.table_cmn_01 td p.txt_01{
  margin: 5px 0 0;
}
.table_cmn_01 td p.txt_notice {
  margin: 0 0 5px;
}
#footer_office {
  padding: 20px 0;
  background-color: #f5f5f5;
}
.footer_office_inner {
  width: 1000px;
  margin: 0 auto;
}
.footer_logo {
  float: left;
  width: 120px;
  height: auto;
  margin-right: 21px;
}
.footer_logo img {
  width: 100px;
  height: auto;
}
.footer_address {
  float: left;
  width: ;
  text-align: left;
  line-height: 1.6;
  font-size: 13px;
}
.footer_copy {
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  background-color: #242424;
}

/*お問い合わせ*/
.wrap-box_contact {
  width: 100%;
  padding: 15px 40px 30px;
  background-color: #f5f5f5;
  margin-bottom: 60px;
}
.box_contact {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border: 2px solid #ff0000;
  border-radius: 4px;
  background-color: #fff;
  padding: 10px 0;
}
.box_contact div {
  width: 50%;
  text-align: center;
  padding: 15px;
}
.box_contact .box_tel {
  border-right: 2px dotted #ff0000;
  /*background-color: #fff0f2;*/
}
.box_contact .ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #333 !important;
  margin: 0 0 10px;
}
.box_contact .box_tel {
  color: #333 !important;
}
.box_contact .box_tel a:hover {
  color: #333 !important;
  text-decoration: none !important;
}
.box_contact .tel {
  display: inline-block;
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
  color: #ff0000;
  position: relative;
  padding-left: 20px;
  margin: 0 0 5px;
}
.box_contact .tel:before {
  content: '';
  width: 18px;
  height: 26px;
  display: inline-block;
  background-image: url(https://tools.itembox.design/item/common/img01/ico_tel.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.box_contact .txt {
  margin: 0;
  font-size: 12px;
  color: #333 !important;
}
.box_contact .txt_notice {
  margin: 0 0 5px 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  color: #ff0000;
  padding-bottom: 0;
}
a.btn_cmn_01 {
    display: inline-block;
    width: auto;
    padding: 20px 40px 20px 60px;
    font-size: 16px;
    font-weight: 700;
    color: #00682c;
    border-radius: 2px;
    position: relative;
    line-height: 1;
    letter-spacing: 0.1em;
    text-decoration: none;
    border: 3px solid #00682c;
    border-radius: 4px;
    margin: 40px auto 0;
}
a.btn_cmn_01:hover {
  text-decoration: none;
  opacity: .8;
}
a.btn_cmn_01:before {
    display: inline-block;
    content: "";
    width: 12px;
    height: 12px;
    margin: -6px 0 0;
    border-top: 3px solid #00682c;
    border-right: 3px solid #00682c;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 20px;
    top: 50%;
}
.lead_01 {
  font-size: 18px;
  font-weight: 700;
  color: #ff0000;
  text-align: center;
  margin: 0 0 10px;
}
.lead_01:before {
    display: inline-block;
    content: "";
    position: relative;
    top: .5rem;
    left: -1.5rem;
    width: 2px;
    height: 25px;
    background-color: #ff0000;
    -webkit-transform: rotate(-33deg);
    transform: rotate(-33deg);
}
.lead_01:after {
    display: inline-block;
    content: "";
    position: relative;
    top: .5rem;
    left: 1.5rem;
    width: 2px;
    height: 25px;
    background-color: #ff0000;
    -webkit-transform: rotate(33deg);
    transform: rotate(33deg);
}
#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    background: #000;
    opacity: 0.8;
    border-radius: 50%;
    z-index: 9999;
}
#page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}
#page_top a::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: translateX(-50%) rotate(
45deg);
    padding: 0;
    margin: -4px 0 0;
}
/* ======================================
スマホレイアウト
=========================================
*/
@media screen and (max-width: 768px) {

  html,body,header {
  width: 100%;
  max-width: 100%;
  }
  .sp {
  display: block;
  }
  .pc {
  display: none;
  }
  .blk_02 {
  margin-bottom: 40px !important;
  }
  .top_logo {
  text-align: left;
  width: 100%;
  padding: 10px;
  }
  .top_logo img{
  width: 50%;
  }
  #top-bisual {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
    background-image: url(../img/mv_sp.jpg);
    background-size: cover;
  }
  #top-bisual .box {
    width: 100%;
    position: static;
    top: auto;
    left: auto; 
    transform: none;
  }

  #top-bisual div.btn_02 {
    width: 90%;
    padding: 0;
    font-size: 20px;
    margin: 0 auto 0;
  }
  #top-bisual div.btn_02 a {
    padding: 12px 0;
    font-size: 18px;
  }
  article {
  margin: 0 auto;
  overflow: hidden;
  }
  section.container {
  width: 100%;
  margin: 0 auto 40px auto;
  }
  section.container .inner{
  width: 100%;
  margin: 0 auto;
  padding: 0;
  }

  section.container img {
  text-align: center;
  width: 100%;
  }
  section.container .inner,
  section.container_g .inner {
    width: 90%;
    margin: 0 auto;
    position: relative;
  }
  .top_box {
    width: 100%;
    height: auto;
    padding: 0 2%;
     display: inline-block; 
    /* margin: 0 auto; */
  }
  #top-bisual h2 {
    font-size: 3.4rem;
    line-height: 1.2;
    padding: 25px 5% 10px;
    text-align: left;
  }
  #top-bisual h2 span.catch {
    display: block;
    font-size: 24px;
    line-height: 1.3;
    text-align: left;
    margin: 15px 0;
  }
  #top-bisual .box .c_01,
  #top-bisual .box .c_02,
  #top-bisual .box .c_03 {
    font-size: 24px;
  }
  .txt_large_01 {
    font-size: 2.5rem;
    line-height: 1.4;
  }
  .txt_large_02 {
    font-size: 1.8rem;
  }
  .container h2,
  .container_g h2 {
    font-size: 2.4rem;
    padding: 0;
    margin-bottom: 20px !important;
  }
  .container h3 {
    font-size: 2.4rem;
    margin: 0 0 10px;
  }
  .btn_cmn_01 {
    width: 90%;
    line-height: 1.4;
    text-align: left;
    padding: 15px 15px 15px 35px;
    font-size: 16px;
  }
  .btn_contact {
    height: 50px;
    padding: 16px 36px 15px 36px;
    font-size: 18px;
    position: relative;
    width: 100%;
    text-align: center;
  }

  .btn_cmn_01:before {
    content: "";
    position: absolute;
    top: 50%;
    margin: -5px 14px 0 15px;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  section.container_g {
    padding: 40px 0;
  }
  .wrap-flow_box .flow_box {
    width: 48%;
    margin: 0 4% 4% 0;
  }
  .wrap-flow_box .flow_box:nth-child(2n) {
    margin-right: 0;
  }
  .wrap_box_service-price {
  display: flex;
  flex-direction: column;
  padding: 20px;
  margin-bottom: 40px;
}
.wrap_box_service-price .box_service {
  width: 100%;
  font-size: 2.2rem;
  line-height: 1.3;
  text-align: center;
}
.wrap_box_service-price .box_price {
  width: 100%;
  font-size: 1.8rem;
}
.wrap_box_service-price .box_price span.price {
  font-size: 3.4rem;
}
.wrap_box_service-price .box_price span.tax {
  font-size: 1rem;
}

  .other_blk_01 {
    padding: 20px;
  }
  .other_blk_01 .txt_01_02 {
    font-size: 22px;
    margin: -30px 0 0;
  }
  .other_blk_01 .flexbox {
    justify-content: center;
    margin-bottom: 20px;
    width: 100%;
  }
  .other_blk_01 .flexbox .subbox {
    width: 100%;
    padding: 10px;
    margin-top: 20px;
  }
  .info_container {
  width: 100%;
  margin: 0 auto 20px;
  text-align: center;
  }
  
  .header_info {
    display: block;
  }
  .com_list_float_pc li {
  background-position: left top;
  }
  .com_list_02 li {
    font-size: 1.6rem;
    padding: 0 0 0 45px;
  }
  .com_list_02 li span {
    font-size: 2rem;
  }
  .ill_01,
  .ill_02,
  .ill_03 {
    width: auto !important;
    height: 71px !important;
    display: inline-block !important;
    margin-bottom: 10px;
  }
  div.item-box .box {
    width: calc(100% / 3);
  }
  div.item-box .box .title {
    padding: 5px;
  }
  section.container_g .wrap_inner {
    width: 90%;
  }
  .box_flow_01 {
    display: flex;
    margin: 0 0 10px;
    justify-content: inherit;
    flex-wrap: wrap;
  }
  .box_flow_01 .box {
    width: 100%;
    margin-bottom: 30px;
    padding-left: inherit;
    text-align: center;
  }
  .box_flow_01 .box:last-child {
    margin-bottom: 10px;
  }
  .box_flow_01 .box:after {
    left: 50%;
    bottom: -25px;
    transform: rotate(90deg);
    margin-left: -8px;
  }
  .blk_cts_02 {
    padding: 20px;
  }
  .blk_cts .inner,
  .blk_cts_02 .inner {
    width: 100% !important;
  }
  section.container_g .wrap_box_flow_02 {
    width: 100%;
    margin: 0 auto -25px;
  }
  .box_flow_02 .box {
    background-color: #c5f1ff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 90px;
    margin: 30px 0 20px 10px;
    text-align: center;
  }
  .box_flow_02 .box:after {
    left: 50%;
    bottom: -25px;
    transform: rotate(90deg);
    margin-left: -8px;
  }
  .box_flow_02 .box:nth-child(4):after,
  .box_flow_02 .box:nth-child(5):before {
    width: 16px;
    height: 22px;
    background-image: url(../img/arrow_box_flow_02.png);
    left: 50%;
    bottom: -25px;
    transform: rotate(90deg);
    margin-left: -8px;
  }
  section.container_g.start {
    padding: 40px 0 0;
  }
  section.container_g.end {
    margin: 0 0 40px;
  }
  section.container_g .wrap_box_faq {
    width: 100%;
    margin: 0 auto;
  }
  /*.box_faq dt p:before {
    margin-left: -44px;
  }
  .box_faq dt p {
    margin: -10px 0 0 44px;
  }*/
  .box_faq dd {
    display: block;
    margin-bottom: 10px;
  }
  .box_faq dd .baloon {
    width: 100%;
  }
  .box_faq dd .op {
    text-align: right;
    padding: 7px 15px 0;
  }
  .box_faq dd .op img {
    width: 50px;
    height: auto;
  }
  .box_faq dd .baloon:after {
    left: 70%;
    bottom: -20px;
    top: auto;
    right: auto;
    width: 0;
    height: 0;
    margin: 0 0 0 -15px;
    border-style: solid;
    border-width: 20px 0px 0 20px;
    border-color: #d7ffc0 transparent transparent transparent;
  }
  .table_reason {
    width: 100%;
  }
  .table_reason th.th_01 {
    display: none;
  }
  .table_reason th,
  .table_reason td {
    width: 100%;
    display:block;
  }
  .table_reason th {
  padding: 10px 20px;
  }
  a.btn_cmn_01 {
    padding: 15px 20px 15px 50px;
    line-height: 1.4;
    width: 100%;
  }
  #footer_office {
  padding: 10px 20px;
  }
  .footer_office_inner {
  width: 100%;
  margin: 0 auto;
  }
  .footer_logo {
  float: none;
  height: auto;
  margin: 0 auto;
  text-align: center;
  }
  .footer_logo img{
  width: 50%;
  height: auto;
  margin-bottom: 10px;
  }
  .footer_address {
  float: none;
  width: 100%;
  height: auto;
  padding: 0;
  line-height: 1.4;
  }
  .footer_copy {
  font-size: 10px;
  }

}






