@charset "utf-8";
@font-face {
  font-family: 'MyFont'; /* 好きな名前を付ける */
  src: url('../fonts/logotypejp_mp_b.woff') format('woff');
  font-display: swap; /* 読み込み中の文字消えを防止 */
}

/* 基本
================================================= */
html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  min-height: 100vh;
  height:100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  color: #000;
  font-family: "IBM Plex Sans JP", Meiryo, sans-serif;
  font-size: 1.6rem;
}
a {
  color: #05577d;
  text-decoration: none;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.5s ease-out;
}
a:hover {
  color: #1ab2bc;
  opacity: 0.7;
}
h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  font-weight: normal;
}
img{
  max-width: 100%;
  height: auto;
  width /***/:auto;
  border: none;
  vertical-align: bottom;
}
a:hover img { 
  -moz-opacity:0.70;
  opacity:0.50;
  transition: all 0.5s ease-out;
}
strong {
  font-weight: bold;
}
.nopc {
  display: none;
}
.nosp {
  display: block;
}
br.nobr_pc {
  display: none;
}

/* レイアウト
================================================= */
#wrap {
  margin: 0 auto;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#header {
  width:100%;
}
#gloval_menu {
  width:100%;
}
#contents {
  padding: 0 0 90px;
  width:100%;
}
#footer_wrap {
  margin-top: auto;
  color: #fff;
  background: #00222a;
}

/* コンポーネント
================================================= */
.s_title {
  display: block;
  margin: 0 auto 40px;
  padding:0 10px 10px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 4.0rem;
  font-weight: 900;
  font-style: normal;
  background: url(../images/title_border.svg) repeat-x center bottom;
  text-align: center;
}
.mds01 {
  margin:0 auto 15px;
  width: 90%;
  text-align: center;
  position: relative;
}
.mds01::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
  z-index:-2222;
}
.mds01 span {
  padding: 0 10px;
  font-size: 2.8rem;
  font-weight: 400;
  color: #000;
  background: #fff;
  z-index:3333;
}
.content_wrap {
  margin: 0 auto;
  padding: 60px 0;
  width: 100%;
}
.content_box {
  margin: 30px auto 0;
  padding: 0 2%;
  max-width: 1000px;
}
.content_box800 {
  margin: 0 auto;
  padding: 0;
  width: 800px;
}
.flex_between {
  display: flex;
  justify-content: space-between;
}
.flex_center {
  display: flex;
  justify-content: center;
}
.align_center {
  display: flex;
  align-items: center;
}
.hlf .left {
  width: 45%;
}
.hlf .right {
  width: 53%;
}
.size80 {
  display: block;
  margin: 0 auto;
  width: 80%;
}
.size90 {
  display: block;
  margin: 0 auto;
  width: 90%;
}
.link_btn {
  display: block;
  margin: 0 auto;
  width: 160px;
  text-align: center;
}
.link_btn span {
  font-size: 1.2rem;
}
.cta_btn {
  display: block;
  margin: 0 auto;
  width: 410px;
}
.haikei_yellow {
  background: #fed816;
  clip-path: polygon(0 0, 100% 30px, 100% calc(100% - 50px), 0 100%);
}
.haikei_gray {
  background: #f2f2f2;
  clip-path: polygon(0 0, 100% 30px, 100% calc(100% - 50px), 0 100%);
}
.haikei_kon {
  background: #00222a;
  clip-path: polygon(0 0, 100% 10px, 100% calc(100% - 10px), 0 100%);
}
.content_wrap.haikei_yellow,
.content_wrap.haikei_gray {
  margin-top: 30px;
  padding: 40px 0 90px;
  width: 100%;
}
.content_wrap.haikei_kon {
  margin-top: 0;
  padding: 10px 0 30px;
  width: 100%;
}

/* ヘッダー
================================================= */
#header_wrap {
  background: #121921;
}
#header_wrap header {
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 1000px;
  height: 80px;
}
#header_wrap header .logo a {
  display: block;
  padding-top: 45px;
  width: 135px;
  height: 0;
  overflow: hidden;
  background: url(../images/logo.svg) no-repeat center center;
}

/*--フッター
================================================= */
.footer_contact {
  padding: 20px 0;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;

}
.credit {
  padding: 10px 0;
  font-size: 1.2rem;
  text-align: center;
  background: #000;
}

/* レスポンシブメニュー
================================================= */
#gloval_sp-menu {
  display: block;
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 300px;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 111111;
  opacity: 0;
}
.open #gloval_sp-menu {
  left: 0;
  opacity: 1;
}
#gloval_sp-menu ul {
  padding: 30px 0 0 10px;
}
.nav_title {
  margin-bottom: 10px;
  font-size: 2.4rem;
}
#gloval_sp-menu ul li a {
  display: block;
  padding: 15px 10px 15px 50px;
  color: #333;
  border-bottom: 1px solid #ccc;
  position: relative;
}

/*============
.toggle_btn
=============*/
.toggle_btn {
  display: none;
  position: fixed;
  top: 25px;
  right: 15px;
  width: 30px;
  height: 30px;
  transition: all .5s;
  cursor: pointer;
  z-index: 10001;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {
  top: 4px;
}
.toggle_btn span:nth-child(2) {
  top: 14px;
}
.toggle_btn span:nth-child(3) {
  bottom: 4px;
}
.open .toggle_btn span {
  background-color: #fff;
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}
/*============
#mask
=============*/
#mask {
  display: none;
  transition: all .5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 10000;
  cursor: pointer;
}

/* HOME
================================================= */
.site_lead {
  margin-top: 30px;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
}
#visual strong {
  padding: 5px 30px;
  font-size: 2.0rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.2;
  background: #22303e;
  border-radius: 20px;
}
#visual h2 {
  margin-top: 30px;
}
#visual.content_wrap {
  padding-top: 0;
}
#visual.content_wrap .content_box {
  padding: 0 2%;
  max-width: 96%;
}
#visual.content_wrap .content_box .left {
  width: 45%;
  text-align: center;
}
#visual.content_wrap .content_box .right {
  width: 53%;
}
.video {
  width: 100%;
  background: #fff;
}
#service_lead {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-style: normal;
}
#media .text {
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.4;
}
.madbuy-merit {
  padding: 30px 0;
  font-size: 2.4rem;
  line-height: 1.8;
  text-align: center;
  position: relative;
}
.madbuy-merit::before,
.madbuy-merit::after {
  content: "";
  width: 100%;
  height: 12px;
  background: url(../images/merit_border.svg) no-repeat center;
  position: absolute;
}
.madbuy-merit::before {
  top: 0;
  left: 0;
}
.madbuy-merit::after {
  bottom: 0;
  left: 0;
}
.madbuy-merit span {
  font-weight: 500;
  position: relative;
  z-index: 1111;
}
.madbuy-merit .text span::before {
  content: "";
  width: calc(100% + 4px);
  height: 10px;
  background: #fed816;
  position: absolute;
  bottom: 5px;
  left: -2px;
  z-index: -1111;
}
#cost .cost_lead .text {
  width: 58%;
  font-size: 2.0rem;
  line-height: 1.6;
}
#cost .cost_lead .text h3 {
  margin-bottom: 20px;
  padding: 6px 0;
  font-size: 3.0rem;
  font-weight: 600;
  text-align: center;
  color: #0377a7;
  border-top: 3px solid #0377a7;
  border-bottom: 3px solid #0377a7;
}
#cost .cost_lead .pict {
  width: 38%;
}
#cost .cost_lead.catch {
  padding-bottom: 40px;
  position: relative;
}
#cost .cost_lead.catch .text {
  padding-top: 30px;
  font-weight: 500;
}
.catch_point {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
}
.catch_point p {
  display: inline-block;
  padding: 10px 10px;
  font-size: 2.2rem;
  line-height: 1.2;
  color: #fff;
  text-align: right;
  background: #00222a;
}
.catch_point p span {
  color: #fed816;
}
.catch_point p:first-child {
  margin-bottom: 10px;
}

.point_list h3 {
  margin-bottom: 5px;
  font-size: 2.4rem;
  font-weight: 600;
}
.point_list li {
  margin: 0 0 30px 100px;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.5;
  text-align: justify;
  color: #3f3000;
  position: relative;
}
.point_list li::before {
  content: "";
  display: block;
  width: 68px;
  height: 65px;
  position: absolute;
  top: 0;
  left: -100px;
}
.point_list li:nth-child(1)::before {
  background: url(../images/item01.svg) no-repeat center top;
  background-size: contain;
}
.point_list li:nth-child(2)::before {
  background: url(../images/item02.svg) no-repeat center top;
  background-size: contain;
}
.point_list li:nth-child(3)::before {
  background: url(../images/item03.svg) no-repeat center top;
  background-size: contain;
}

.step_flow {
  position: relative;
}
.step_flow::before {
  content: "";
  width: 100px;
  height: calc(100% - 600px);
  min-height: 600px;
  top: 0;
  left: 0;
  position: absolute;
  background: #ff6200;
  z-index: -9999;
}
.step_flow::after {
  content: "";
  width: 100px;
  height: 100px;
  clip-path: polygon(50% 50%, 0 0, 100% 0);
  left: 0;
  bottom: 500px;
  position: absolute;
  background: #ff6200;
}
.step_flow h3 {
  display: flex;
  align-items: center;
  margin-left: 10px;
  padding: 10px 10px;
  font-size: 2.2rem;
  font-weight: 500;
  color: #fff;
  background: #00222a;
}
.step_flow h3 span {
  margin: 0 60px 0 15px;
  padding: 0;
  font-family: "Concert One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4.4rem;
  line-height: 1;
}
.step_flow .item .inner {
  margin-left: 130px;
  padding: 30px 0;
}
.step_flow .item .inner .text {
  line-height: 1.4;
}
#kabe .point_list {
  background: url(../images/kabe_back.svg) no-repeat right center;
  background-size: 35%;
}
#kabe .point_list li {
  width: 65%;
}
#kabe .s_title svg {
  width: 65%;
}
#hikaku .s_title svg {
  width: 50%;
}
#seika .s_title svg {
  width: 80%;
}
.lead02 {
  margin: 30px auto 0;
  width: 80%;
}
.lead02 text {
  font-family: 'MyFont' ,sans-serif;
  font-style: normal;
}
.table_style {
  width: 100%;
}
.table_style td,
.table_style th {
  border: 1px solid #000;
  background: #fff;
  padding: 25px 5px;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
}
.table_style td {
  font-size: 1.4rem;
}
.table_style th:first-of-type,
#seika .table_style th.arrow {
  border: 0;
  background: transparent;
}
#hikaku .table_style th:first-of-type {
  width: 20%;
}
#seika .table_style th:first-of-type {
  width: 25%;
}
#seika .table_style th.arrow {
  padding: 5px;
  width: 10%;
  vertical-align: middle;
}
#seika .table_style th.arrow img {
  width: 65%;
}
#hikaku .table_style th.mb_cell {
  width: calc(80% / 3);
  font-size: 2.4rem;
  color: #fff;
  background: #00222a;
}
#seika .table_style th.mb_cell {
  width: 35%;
  font-size: 2.2rem;
  color: #fff;
  background: #00222a;
}
#hikaku .table_style td.mb_cell {
  font-weight: 600;
}
#hikaku .table_style td.item {
  background: #f2f2f2;
}
#voice .s_title svg {
  width: 33%;
}
#three_step .s_title svg {
  width: 75%;
}
#three_reazon svg {
  width: 75%;
}
#three_reazon .point_list {
  background: url(../images/three_reazon_back.svg) no-repeat right bottom;
  background-size: 42%;
}
#matome .s_title svg {
  width: 20%;
}
#matome .lead02.matome_lead {
  width: 100%;
}

/*--エフェクト系
================================================= */
.effect-fade {
  opacity : 0;
  -webkit-transform : translate(0, 45px);
  transform : translate(0, 45px);
  -webkit-transition : all 400ms;
  transition : all 400ms;
}
.effect-fade.effect-scroll {
  opacity : 1;
  -webkit-transform : translate(0, 0);
  transform : translate(0, 0);
}
.object-fit-img {
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain;'
}
.parallax-window {
  min-height: 550px;
  background: transparent;
}
.parallax-slider {
  top: 90px;
  left: 0;
}

/*--pagetop
================================================= */
#page-top {
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: -100px;
  right: 15px;
  width: 80px;
  padding: 5px 0;
  background: rgba(0,0,0,.7);
  color: #fff;
  font-size: 0.85em;
  background-color: #28c1bf;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  transition: .5s;
  line-height: 1.2em;
}
#page-top span {
  line-height: 1em;
}
#page-top:hover { 
  background: rgba(0,0,0,.8);
}

.btn_to-top {
  margin: 40px auto;
  width: 100px;
  height: 50px;
  font-size: 1.6rem;
  color: #527b47;
  text-align: center;
}
.btn_to-top img {
  display: block;
  margin: 0 auto 10px;
}
.btn_to-top a {
  display: block;
  color: #527b47;
  text-align: center;
  text-decoration: none;
}
.btn_to-top a:hover {
  text-decoration: none;
}

/* clearfix
================================================= */
.clearfix {
  width: 100%;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* 文字・画像系・その他
================================================= */
.bold {
  font-weight: bold;
}
.red {
  color: #ff0000;
}
.blue {
  color: #4d9eb9;
}
.orng {
  color: #fb5116;
}
.orng_b {
  color: #fb5116;
}

/* font Awesom */
.fas {
  margin-right: 5px;
}
/*
.aaa:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
*/
.mds_lrg { font-size: 2.4rem;}
.fnt_s20 {font-size: 2.0rem;}
.fnt_s18 { font-size: 1.8rem;}
.fnt_s16 { font-size: 1.6rem;}
.fnt_s12 { font-size: 1.2rem;}
.txt_center {text-align: center;}
.txt_right {text-align: right;}

.img_cntr { margin: 10px auto; display: block;}
.img_rght { float: right; margin: 0 0 5px 10px; display: block;}
.img_lft { float: left; margin: 0 10px 5px 0; display: block;}
.img_w30 { width: 30%; height: auto;}
.img_w40 { width: 40%; height: auto;}

/* 画像の回り込み */
.alignnone {
padding: 4px;
margin: 0px 15px 0 15px;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
padding: 4px;
}
.alignright {
float: right;
display: inline;
padding: 4px;
margin: 0px 15px 0 15px;
}
.alignleft {
float: left;
display: inline;
padding: 4px;
margin: 0px 15px 0 15px;
}
.clear {
clear: both;
}

/* スペース共通
================================================= */
.mr0 {margin-right: 0;}
.mr5 {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.mr15 {margin-right: 15px;}
.mr20 {margin-right: 20px;}
.mr25 {margin-right: 25px;}
.mr30 {margin-right: 30px;}
.mr35 {margin-right: 35px;}
.mr40 {margin-right: 40px;}
.mr45 {margin-right: 45px;}
.mr50 {margin-right: 50px;}
.mr55 {margin-right: 55px;}
.mr60 {margin-right: 60px;}
.mr65 {margin-right: 65px;}
.mr70 {margin-right: 70px;}
.mr75 {margin-right: 75px;}
.mr80 {margin-right: 80px;}
.mr85 {margin-right: 85px;}
.mr90 {margin-right: 90px;}
.mr95 {margin-right: 95px;}

.ml0 {margin-left: 0;}
.ml5 {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml15 {margin-left: 15px;}
.ml20 {margin-left: 20px;}
.ml25 {margin-left: 25px;}
.ml30 {margin-left: 30px;}
.ml35 {margin-left: 35px;}
.ml40 {margin-left: 40px;}
.ml45 {margin-left: 45px;}
.ml50 {margin-left: 50px;}
.ml55 {margin-left: 55px;}
.ml60 {margin-left: 60px;}
.ml65 {margin-left: 65px;}
.ml70 {margin-left: 70px;}
.ml75 {margin-left: 75px;}
.ml80 {margin-left: 80px;}
.ml85 {margin-left: 85px;}
.ml90 {margin-left: 90px;}
.ml95 {margin-left: 95px;}

.mb0 {margin-bottom: 0;}
.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb35 {margin-bottom: 35px;}
.mb40 {margin-bottom: 40px;}
.mb45 {margin-bottom: 45px;}
.mb50 {margin-bottom: 50px;}
.mb55 {margin-bottom: 55px;}
.mb60 {margin-bottom: 60px;}
.mb65 {margin-bottom: 65px;}
.mb70 {margin-bottom: 70px;}
.mb75 {margin-bottom: 75px;}
.mb80 {margin-bottom: 80px;}
.mb85 {margin-bottom: 85px;}
.mb90 {margin-bottom: 90px;}
.mb95 {margin-bottom: 95px;}

.mt0 {margin-top: 0;}
.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}
.mt35 {margin-top: 35px;}
.mt40 {margin-top: 40px;}
.mt45 {margin-top: 45px;}
.mt50 {margin-top: 50px;}
.mt55 {margin-top: 55px;}
.mt60 {margin-top: 60px;}
.mt65 {margin-top: 65px;}
.mt70 {margin-top: 70px;}
.mt75 {margin-top: 75px;}
.mt80 {margin-top: 80px;}
.mt85 {margin-top: 85px;}
.mt90 {margin-top: 90px;}
.mt95 {margin-top: 95px;}

.pdd_s5 {padding: 0 5px;}
.pdd_s10 {padding: 0 10px;}
.pdd_s15 {padding: 0 15px;}
.pdd_s20 {padding: 0 20px;}

.pr0 {padding-right: 0;}
.pr5 {padding-right: 5px;}
.pr10 {padding-right: 10px;}
.pr15 {padding-right: 15px;}
.pr20 {padding-right: 20px;}
.pr25 {padding-right: 25px;}
.pr30 {padding-right: 30px;}
.pr35 {padding-right: 35px;}
.pr40 {padding-right: 40px;}
.pr45 {padding-right: 45px;}
.pr50 {padding-right: 50px;}

.pl0 {padding-left: 0;}
.pl5 {padding-left: 5px;}
.pl10 {padding-left: 10px;}
.pl15 {padding-left: 15px;}
.pl20 {padding-left: 20px;}
.pl25 {padding-left: 25px;}
.pl30 {padding-left: 30px;}
.pl35 {padding-left: 35px;}
.pl40 {padding-left: 40px;}
.pl45 {padding-left: 45px;}
.pl50 {padding-left: 50px;}
.pb0 {padding-bottom: 0;}

.pb5 {padding-bottom: 5px;}
.pb10 {padding-bottom: 10px;}
.pb15 {padding-bottom: 15px;}
.pb20 {padding-bottom: 20px;}
.pb25 {padding-bottom: 25px;}
.pb30 {padding-bottom: 30px;}
.pb35 {padding-bottom: 35px;}
.pb40 {padding-bottom: 40px;}
.pb45 {padding-bottom: 45px;}
.pb50 {padding-bottom: 50px;}
.pb55 {padding-bottom: 55px;}
.pb60 {padding-bottom: 60px;}
.pb65 {padding-bottom: 65px;}
.pb70 {padding-bottom: 70px;}
.pb75 {padding-bottom: 75px;}
.pb80 {padding-bottom: 80px;}
.pb85 {padding-bottom: 85px;}
.pb90 {padding-bottom: 90px;}
.pb95 {padding-bottom: 95px;}

.pt0 {padding-top: 0;}
.pt5 {padding-top: 5px;}
.pt10 {padding-top: 10px;}
.pt15 {padding-top: 15px;}
.pt20 {padding-top: 20px;}
.pt25 {padding-top: 25px;}
.pt30 {padding-top: 30px;}
.pt35 {padding-top: 35px;}
.pt40 {padding-top: 40px;}
.pt45 {padding-top: 45px;}
.pt50 {padding-top: 50px;}
.pt55 {padding-top: 55px;}
.pt60 {padding-top: 60px;}
.pt65 {padding-top: 65px;}
.pt70 {padding-top: 70px;}
.pt75 {padding-top: 75px;}
.pt80 {padding-top: 80px;}
.pt85 {padding-top: 85px;}
.pt90 {padding-top: 90px;}
.pt95 {padding-top: 95px;}
