@charset "UTF-8";
/*
Theme Name: MY-THEME
*/
@import "style-visual.css";

/* Webフォント読込サンプル */
/*
@font-face {
  font-family: "Font-Family-NAME";
  src: url(css/fonts/font-file.woff2) format("woff2"),
  url(css/fonts/font-file.woff) format("woff"),
  url(css/fonts/font-file.eot) format("eot");
  font-weight: 400;
  font-style: normal;
}
*/

/* ==========================================================================
   サイト毎の独自のスタイル
   ========================================================================== */

/* 基本フォント: ゴシック */
body{
  font-family:  'Noto Sans JP',  "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.666;
  color: #181818;
}

/* 基本フォント: 明朝 */
/**/
body{
  /* 游明朝体 */
  /*font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  /* ヒラギノ明朝 */
  /*font-family: 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', 'Yu Mincho', '游明朝', 'MS Mincho', 'MS明朝', serif;*/
}

/* admin-barの高さ分の padding 設定 */
body.admin-bar{
  padding-top: 32px;
}
@media (max-width:782px){
  body.admin-bar{
    padding-top: 46px;
  }
} 


@media (max-width:374px){
  
}
@media (min-width:375px){
  
}
@media (max-width:767px){
  
}
@media (min-width:768px){
  body{
    font-size: 16px;
  }
}
@media (min-width:1024px){
  
}
@media (min-width:1200px){
  
}

.gothic{
  font-family: '游ゴシック体','Yu Gothic', 'YuGothic', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mincho{
  font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

a{
  color: inherit;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}

img{
  max-width: 100%;
}
a:hover img{
  opacity: 0.8;
}

img[class*="wp-image-"],
img[class*="attachment-"]{
  max-width: 100%;
  height: auto;
}

i, em{
  font-style: normal;
}

/* 動画埋め込みのレスポンシブ対応 */
iframe{
  max-width: 100%;
}
.responsive_video { 
  position: relative; 
}

.responsive_video:before{
  content: "";
  display: block;
  padding-top:56.25%;
}
.responsive_video video, 
.responsive_video iframe, 
.responsive_video object, 
.responsive_video embed { 
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

/* テーブル */
table{
  width: 100%;
  table-layout: fixed;
}
table th,
table td{
  padding: 10px 10px;
}

/* テーブル 汎用class */
.tbl{
  
}
.tbl th,
.tbl td{
  border: 1px solid #b2b0b0;
  padding: 10px 10px;
  letter-spacing: 0.075em;
  line-height: 1.875;
  line-height: 2.5;
  text-align: left;
}
.tbl th{
  width: 120px;
  background: #f6f5f5;
  font-weight: 500;
}
.tbl td{
  
}

.tbl ul.list{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1em;
}
.tbl ul.list li{
  padding: 0 1em;
}
.tbl ul.list li p{
  text-indent: -1em;
  padding-left: 1em;
}
.tbl ul.list li.w{
  width: 100%;
}


/* スクロール テーブル */
.js-scrollable{
  overflow-x: auto;
}
.js-scrollable table{
  min-width: 748px;
}


@media (max-width:374px){
  
}
@media (min-width:375px){
  
}
@media (max-width:767px){
  
  .tbl.sp_collapse{
    
  }
  .tbl.sp_collapse tr,
  .tbl.sp_collapse th,
  .tbl.sp_collapse td{
    display: block;
    width: 100%;
  }
  .tbl.sp_collapse th,
  .tbl.sp_collapse td{
    border-bottom: 0;
  }
  .tbl.sp_collapse tr:last-child td{
    border-bottom: 1px solid #b2b0b0;
  }
}
@media (min-width:768px){
  
  
  /* テーブル 汎用class */
  .tbl{

  }
  .tbl th,
  .tbl td{
    padding: 10px;
  }
  .tbl th{
    width: 200px;
    border-right: 0;
  }
  .tbl td{
    border-left: 0;
  }
  
}
@media (min-width:1024px){
}
@media (min-width:1200px){
 
  /* テーブル 汎用class */
  .tbl{

  }
  .tbl th,
  .tbl td{
    padding: 12px 10px;
  }
  .tbl th{
    width: 265px;
    padding-left: 25px;
  }
  .tbl td{
    padding-left: 35px;
  }
}


/* 指定デバイスのみで表示するclass */
@media (min-width:1024px){
  .tb:not(.pc){
    display: none;
  }
  .sp:not(.pc){
    display: none;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .pc:not(.tb){
    display: none;
  }
  .sp:not(.tb){
    display: none;
  }
}
@media (max-width:767px){
  .pc:not(.sp){
    display: none;
  }
  .tb:not(.sp){
    display: none;
  }
}


.txt_ellipsis_line1,
.txt_ellipsis_line2,
.txt_ellipsis_line3,
.txt_ellipsis_line4,
.txt_ellipsis_line5,
.txt_ellipsis_line6,
.txt_ellipsis_line7,
.txt_ellipsis_line8,
.txt_ellipsis_line9,
.txt_ellipsis_line10{
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.txt_ellipsis_line1{
  -webkit-line-clamp: 1;
}
.txt_ellipsis_line2{
  -webkit-line-clamp: 2;
}
.txt_ellipsis_line3{
  -webkit-line-clamp: 3;
}
.txt_ellipsis_line4{
  -webkit-line-clamp: 4;
}
.txt_ellipsis_line5{
  -webkit-line-clamp: 5;
}

/* **********************************
 *  コンテナ
 * ********************************* */
.wrapper{
  overflow-x: hidden;
}
.container{
  width: 1230px;
  max-width: 100%;
  padding: 0 10px; 
  margin: 0 auto;
}
.section{
  width: 100%;
  /*margin-bottom: 50px;*/
  /*padding: 30px 0;*/ 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.section + .section{
  margin-top: 50px;
}

@media (max-width:374px){
  
}
@media (min-width:375px){
  
}
@media (max-width:767px){
  
}
@media (min-width:768px){
  
  
  .section + .section{
    margin-top: 70px;
  }
  
  .container{
    padding: 0 55px 0 15px;
  }
  
  
}
@media (min-width:1024px){
  .section + .section{
    margin-top: 120px;
  }
  
  .container{
    padding: 0 55px 0 15px;
  }
}
@media (min-width:1200px){
  
  .container{
    padding: 0 75px 0 15px;
  }
  
}
@media (min-width:1400px){
  
  .container{
    padding: 0 15px;
  }
}



/* **********************************
 *  ヘッダー
 * ********************************* */



/* 下層ヘッダー */
.pg_header{
  /*padding: 15px 0;*/
  background-image: url('/img/mv_pages.jpg');
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 30px;
  position: relative;
}
.pg_header .container{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}

.pg_header .tt1{
  font-size: 40px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.075em;
  color: #0480b8;
  -webkit-text-stroke: 6px #0480b8;
  position: relative;
  /*text-transform: capitalize;*/
}
.pg_header .tt1::before {
	content: attr(data-text);
	position: absolute;
	color: #0480b8;
	-webkit-text-stroke: 2px #FFF;
  /*text-transform: capitalize;*/
}
.pg_header .tt1{}

.pg_header .logo{
  
}

@media (max-width:374px){
  
}
@media (min-width:375px){
  
}
@media (max-width:767px){
  .pg_header .tt1{
    margin-top: 40px;
  }
}
@media (min-width:768px){
  
  /* 下層ヘッダー */
  .pg_header{
    margin-bottom: 50px;
  }
  .pg_header .container{
    height: 350px;
  }
  .pg_header .tt1{
    font-size: 52px;
    margin-top: 48px;
  }
  
}
@media (min-width:1024px){
  /* 下層ヘッダー */
  .pg_header{
    
  }
  .pg_header .container{
    height: 510px;
  }
  .pg_header .tt1{
    font-size: 72px;
    margin-top: 48px;
  }
}
@media (min-width:1200px){
  
}
@media (min-width:1200px){
  
}

/* **********************************
 *  サイド
 * ********************************* */
.side_nav{
  width: 60px;
  background: #0480b8;
  color: #FFF;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 3; 
  padding-top: 50px;
}
.side_nav .box1{
  
}
.side_nav .gnav_open{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.side_nav .gnav_open span{
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.05em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-top: 25px;
}
.side_nav .bar{
  width: 1px;
  height: 250px;
  background: #FFF;
  margin: 80px auto 0;
}

@media (max-width:374px){
  
}
@media (min-width:375px){
  
}
@media (max-width:767px){
  .side_nav{
    display: none;
  }
}
@media (min-width:768px){
  
  .side_nav{
    width: 40px;
  }
  .side_nav .gnav_open{
    font-size: 20px;
  }
  .side_nav .gnav_open span{
  }
}
@media (min-width:1024px){
  .side_nav .gnav_open{
    font-size: 24px;
  }
  .side_nav .gnav_open span{
  }
}
@media (min-width:1200px){
  
  .side_nav{
    width: 60px;
  }
  
}



/* **********************************
 *  フッター
 * ********************************* */
.footer{
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #262626;
}
.ftr1{
  text-align: center;
}
.ftr_logo{
  
}
.ftr_logo img{
  width: 80px;
}
.ftr_addr{
  letter-spacing: 0.075em;
  line-height: 2.133;
  margin-top: 20px;
}

/* コピーライト */
.ftr_copy{
  letter-spacing: 0.075em;
  background: #0480b8;
  color: #FFF;
  text-align: center;
  padding: 3px;
  margin-top: 50px;
}


/* スマホフッター */
.footer_fix{
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #aec4e5;
  z-index: 10;
}
.footer_fix ul{
  /*display: table;*/
  width: 100%;
  font-size: 14px;
  
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 3px;
}
.footer_fix ul li{
  /*display: table-cell;*/
  text-align: center;
  /*vertical-align: middle;*/
}
.footer_fix ul li.btn1{
  width: 36%;
}
.footer_fix ul li.btn2{
  width: 24%;
}
.footer_fix ul li a{
  display: block;
  padding: 10px;
  background: #0480b8;
  color: #FFF;
  text-decoration: none;
}

@media (max-width:374px){
  
}
@media (min-width:375px){
  
}
@media (max-width:767px){
  
}
@media (min-width:768px){
  
  .footer{
    margin-top: 100px;
  }
  
  .ftr_logo img{
    width: 100px;
  }
  .ftr_addr{
    font-size: 15px;
    margin-top: 40px;
  }
  
  /* コピーライト */
  .ftr_copy{
    font-size: 15px;
  }
  
  /* スマホフッター */
  .footer_fix{
    display: none;
  }
  
}
@media (min-width:1024px){
  
  .footer{
    margin-top: 150px;
  }
  .ftr_logo img{
    width: 120px;
  }
  
  /* コピーライト */
  .ftr_copy{
    margin-top: 100px;
  }
  
}
@media (min-width:1200px){
  
}


/*******************************
*　メインビジュアル
********************************/

.mv{
  position: relative;
  z-index: 1;
  height: 500px;
  /*height: calc(100vh - 49px);*/
  background: #CCC;
  background-image: url('/img/mv.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.mv_txt1{
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.mv .mv_box{
  position: relative;
  z-index: 1;
  padding: 0 50px;
  margin-top: 50px;
}
.mv .mv_box .txt{
  
}
.mv .mv_box .img{
  
}
.mv .mv_box .img img{
  
}

.mv .logo,
.pg_header .logo{
  width: 75px;
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1;
}


/* メニュー */
.gnav{
  display: block;
  position: fixed;
  left: 100%;
  top: 0;
  z-index: 10;
  height: 0;
  /*background: #47a3cd;*/
  /*padding: 20px 15px;*/
  font-size: 16px;
  overflow: hidden;
  border-radius: 15px;
  transition: all 1.8s;
  opacity: 0;
}
.gnav.active{
  /*display: block;*/
  align-items: center;
  top: 50%;
  left: 15px;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  height: auto;
  opacity: 1;
}
.gnav ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  justify-content: flex-start;
  
}
.gnav ul li{
  width: 50%;
  color: #FFF;
  text-align: center;
  /*padding: 10px 0;*/
  transition: all 0.2s;
}
.gnav ul li:hover{
  background: #0480b8;
}
.gnav ul li a{
  display: block;
  text-decoration: none;
}

/* テーブル形式 */
.gnav {
  
}
.gnav table{
  background: #0480b8;
  border-radius: 15px;
  overflow: hidden;
}
.gnav table td{
  padding: 0;
  border: 1px solid #FFF;
}
.gnav table td a{
  display: block;
  text-decoration: none;
  color: #FFF;
  padding: 30px 10px;
  transition: all 0.2s;
  font-size: 15px;
  font-weight: 600;
  font-family: 'Outfit', sans-serif;
  letter-spacing: 0.075em;
}
.gnav table td a:hover{
  background: #47a3cd;
}

@media (max-width:374px){
  
}
@media (min-width:375px){
  
}
@media (max-width:767px){
  
  .gnav table td a{
    display: flex;
    align-items: center;
    height: 120px;
  }
  
  .mv_txt1{
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 30px;
  }
}
@media (min-width:768px){
  
  .mv{
    height: 100vh;
    
  }
  .mv .mv_box{
    padding: 0 15px;
  }
  
  .mv_txt1{
    padding: 0 60px;
  }
  .mv .mv_box{
    padding: 0 90px 0 30px;
    margin-top: 0;
  }
  .mv .logo,
  .pg_header .logo{
    width: auto;
    top: 25px;
  }
  
  /* メニュー */
  .gnav{
    align-items: center;
    /*bottom: 0;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*right: 40px;*/
    font-size: 20px;
    width: 680px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .gnav.active{
    top: 50%;
    left: calc(50% - 20px);
    right: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .gnav ul li{
    width: 33.333%;
  }
  .gnav ul li a{
    padding: 100px 20px;
  }
  

  /* テーブル形式 */
  .gnav table{
  }
  .gnav table td{
  }
  .gnav table td a{
    font-size: 20px;
    padding: 100px 20px;
  }
}
@media (min-width:1024px){
  
}
@media (min-width:1200px){
  
  /* メニュー */
  .gnav{
    /*right: 60px;*/
    font-size: 20px;
  }
  .mv .mv_box{
    margin-top: 50px;
  }
  
}







/*******************************
*　
********************************/

/* 見出し */
.tt2{
  display: flex;
  align-items: flex-end;
  font-size: 14px;
  font-weight: 700;
}
.tt2.mb0{
  margin-bottom: 0;
}
.tt2 em{
  display: inline-block;
  font-size: 1.625em;
  font-weight: 600;
  font-family: 'Outfit', sans-serif;
  letter-spacing: 0.075em;
  line-height: 1;
  margin-bottom: -5px;
}
.tt2 em:first-letter{
  font-size: 1.307em;
  color: #ff9a00;
}
.tt2 span{
  font-size: 1em;
  letter-spacing: 0.075em;
  line-height: 1;
  border-left: 1px solid #a7a7a7;
  margin-left: 15px;
  padding-left: 15px;
}

.tt2_box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.tt2_box .tt2{
  
}
.tt2_box .link{
  font-weight: 500;
  font-family: 'Outfit', sans-serif;
  letter-spacing: 0.075em;
  background: #66bb50;
  color: #FFF;
  border-radius: 16px;
  padding: 3px 24px;
}
.tt2_box .link:hover{
  filter: brightness(1.2);
  text-decoration: none;
}

/* 見出し */

/* ボタン */
.read_more{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.read_more.left{
  justify-content: flex-start;
}
.read_more.right{
  justify-content: flex-end;
}
.read_more a{
  font-weight: 500;
  font-family: 'Outfit', "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.075em;
  background: #66bb50;
  color: #FFF;
  border-radius: 16px;
  padding: 3px 24px;
  text-align: center;
}
.read_more a:hover{
  filter: brightness(1.2);
  text-decoration: none;
}
.read_more a.sm{
  padding: 5px 30px;
}
.read_more a.md{
  min-width: 180px;
  padding: 13px 10px;
  border-radius: 25px;
}

.read_more a.color1{
  background: #35b3d1;
}
.read_more a.color2{
  background: #9fc102;
}
.read_more a.color3{
  background: #f882bf;
}
.read_more a.color4{
  background: #ff9900;
}


/* ページTOPに戻る */
.pagetop{
  display: none;
  position: fixed;
  right: 10px;
  bottom: 60px;
  z-index: 1;
}
.pagetop a{
  display: block;
  font-size: 0;
  width: 42px;
  height: 42px;
  text-align: center;
  color: #0480b8;
  filter: drop-shadow(0 0 1px #FFF);
}
.pagetop a i{
  font-size: 40px;
}

@media (max-width:374px){
  
}
@media (min-width:375px){
  
}
@media (max-width:767px){
  
}
@media (min-width:768px){
  
  /* 見出し */
  .tt2_box{
    margin-bottom: 30px;
  }
  .tt2{
    font-size: 16px;
  }
  .tt2 span{
    margin-left: 28px;
    padding-left: 25px;
  }
  
  /* ボタン */
  .read_more a{
    font-size: 15px;
  }
  .read_more a.sm{
    font-size: 14px;
  }
  .read_more a.md{
    width: 250px;
  }
  /* ページTOPに戻る */
  .pagetop{
    right: 50px;
  }
  
}
@media (min-width:1024px){
  
}
@media (min-width:1200px){
  
  /* 見出し */
  .tt2_box{
    margin-bottom: 40px;
  }
  .tt2{
  }
  
  /* ページTOPに戻る */
  .pagetop{
    right: 70px;
  }
  
}


/*******************************
*　HOME
********************************/
.pg_home{
  margin-top: 50px;
}
.pg_home .section.sec1{
}
.pg_home .section.sec2{
  
}
.pg_home .section.sec3{
}


/* 概要 */
.home_about_wrap{
  background-image: url('/img/home/about_bg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 30px 0;
}
.home_about_wrap .inner{
  background: rgba(4, 128, 184, 0.6);
  padding: 15px 0;
  text-align: center;
}
.home_about_wrap .inner:before,
.home_about_wrap .inner:after{
  content: "";
  display: block;
  height: 2px;
  background: #FFF;
}
.home_about_wrap .inner .txt1{
  max-width: 355px;
  margin: 25px auto 0;
}
.home_about_wrap .inner .txt2{
  max-width: 300px;
  margin: 20px auto;
}

/* サービス */
.home_service_tt{
  margin-bottom: 0;
  position: relative;
  z-index: 0;
}
.home_service_wrap{
  position: relative;
  z-index: 1;
}
.home_service_wrap .item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_service_wrap .item + .item{
  margin-top: 30px;
}
.home_service_wrap .item .box1{
  width: 100%;
  padding-top: 15px;
  position: relative;
  z-index: 1;
}
.home_service_wrap .item .box2{
  display: flex;
  align-items: flex-end;
  width: 100%;
  min-height: 250px;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px;
}
.home_service_wrap .item .box2.bg1{
  background-color: #36b3d1;
  background-image: url('/img/home/service_bg1.jpg?2');
}
.home_service_wrap .item .box2.bg2{
  background-color: #a0c102;
  background-image: url('/img/home/service_bg2.jpg');
}
.home_service_wrap .item .box2.bg3{
  background-color: #f882bf;
  background-image: url('/img/home/service_bg3.jpg');
}
.home_service_wrap .item .box2.bg4{
  background-color: #fe9900;
  background-image: url('/img/home/service_bg4.jpg');
}

.home_service_wrap .item .box2 .logo{
  width: 45px;
  margin-bottom: 12px;
}
.home_service_wrap .item .box2 .txt1{
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.075em;
}
.home_service_wrap .item .box2 .txt2{
  /*width: 250px;*/
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.75;
  text-align: justify;
  color: #FFF;
  filter: drop-shadow(0 0 1px #555) drop-shadow(0 0 1px #555);
  
}
.home_service_wrap .item .box1 .title{
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.home_service_wrap .item .box1 .title em{
  display: block;
  font-size: 3.2em;
  font-weight: 600;
  font-family: 'Outfit', sans-serif;
  letter-spacing: 0.075em;
  line-height: 1;
  white-space: nowrap;
  margin-bottom: 5px;
}
.home_service_wrap .item .box1 .title em.ltr0{
  letter-spacing: 0;
}
.home_service_wrap .item .box1 .title em:first-letter{
  
}
.home_service_wrap .item .box1 .title.color1 em:first-letter{
  color: #35b3d1;
}
.home_service_wrap .item .box1 .title.color2 em:first-letter{
  color: #9fc102;
}
.home_service_wrap .item .box1 .title.color3 em:first-letter{
  color: #f882bf;
}
.home_service_wrap .item .box1 .title.color4 em:first-letter{
  color: #ff9900;
}
.home_service_wrap .item .box1 .read_more{
  margin-top: 30px;
}

/* 採用情報 */
.home_recruit_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_recruit_wrap .box1{
  width: 100%;
}
.home_recruit_wrap .box2{
  width: 100%;
}
.home_recruit_wrap .box1 .txt{
  font-weight: 500;
  letter-spacing: 0.19em;
  line-height: 2.777;
}
.home_recruit_wrap .box1 .read_more{
  margin-top: 20px;
}
.home_recruit_tt{
  position: relative;
  z-index: 1;
}

@media (max-width:374px){
  
}
@media (min-width:375px){
  
}
@media (max-width:767px){
  
  /* サービス */
  
  .home_service_wrap .item .box1{
    text-align: center;
    margin-bottom: 20px;
  }
  
  .home_service_wrap .item .box1 .title em{
    font-size: 35px;
  }
  .home_service_wrap .item .box1 .read_more{
    justify-content: center;
  }
  .home_service_wrap .item .box2{
    background-size: auto 100%;
    background-position: right -70px center;
  }
  .home_service_wrap .item .box2 .txt2{
    /*filter: drop-shadow(0 0 2px #333);*/
  }
  
  /* 採用情報 */
  .home_recruit_wrap .box1{
    order: 1;
    margin-bottom: 20px;
  }
  .home_recruit_wrap .box2{
    order: 2;
    
  }
  .home_recruit_wrap .box1 .read_more{
    justify-content: center;
  }
}
@media (min-width:768px){
  .pg_home{
    margin-top: 50px;
  }
  .pg_home .section#sec1{
  }
  .pg_home .section#sec2{
  }
  .pg_home .section#sec3{
    margin-top: 100px;
  }
  .pg_home .section#sec4{
    margin-top: 100px;
  }
  .pg_home .section#sec5{
    
  }
  
  /* 概要 */
  .home_about_wrap{
    padding: 100px 0;
  }
  .home_about_wrap .inner{
    padding: 25px 0;
  }
  .home_about_wrap .inner .txt1{
    max-width: 500px;
    margin-top: 25px;
  }
  .home_about_wrap .inner .txt2{
    max-width: 650px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  /* サービス */
  .home_service_tt{
    margin-bottom: -15px;
  }
  .home_service_wrap .item{
  }
  .home_service_wrap .item + .item{
    margin-top: 20px;
  }
  .home_service_wrap .item .box1{
    width: 200px;
    padding-top: 25px;
  }
  .home_service_wrap .item .box2{
    width: calc(100% - 200px);
    height: 300px;
    padding: 30px 20px;
    background-position: right -105px center;
  }
  .home_service_wrap .item .box2 .logo{
    width: 76px;
  }
  .home_service_wrap .item .box1 .title{
    font-size: 16px;
  }
  .home_service_wrap .item .box2 .txt1{
    font-size: 16px;
  }
  .home_service_wrap .item .box2 .txt2{
    font-size: 14px;
    width: 315px;
  }
  .home_service_wrap .item .box1 .read_more{
    margin-top: 55px;
  }
  
  /* 採用情報 */
  .home_recruit_wrap{
  }
  .home_recruit_wrap .box1{
    width: 58.333%;
    padding-top: 25px;
  }
  .home_recruit_wrap .box2{
    width: 41.666%;
  }
  .home_recruit_wrap .box1 .txt{
    padding-right: 15px;
  }
  .home_recruit_wrap .box1 .read_more{
    margin-top: 50px;
  }
  .home_recruit_tt{
    width: 171.42%;
    margin-bottom: 30px;
  }
  
  
}
@media (min-width:1024px){
  
  .pg_home{
    margin-top: 90px;
  }
  
  /* 概要 */
  .home_about_wrap{
    padding: 140px 0;
  }
  .home_about_wrap .inner{
    padding: 25px 0;
  }
  .home_about_wrap .inner .txt1{
    max-width: 700px;
    margin-top: 25px;
  }
  .home_about_wrap .inner .txt2{
    max-width: 885px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  /* サービス */
  .home_service_wrap .item{
  }
  .home_service_wrap .item .box1{
    width: 350px;
  }
  .home_service_wrap .item .box2{
    width: calc(100% - 350px);
    height: 340px;
  }
  
  .home_service_wrap .item .box1 .title{
    font-size: 20px;
  }
  .home_service_wrap .item .box2 .txt1{
    font-size: 20px;
  }
  .home_service_wrap .item .box2 .txt2{
    font-size: 16px;
    width: 315px;
    
  }
  .home_service_wrap .item .box1 .read_more{
    margin-top: 55px;
  }
  
  /* 採用情報 */
  .home_recruit_wrap{
  }
  .home_recruit_wrap .box1{
    /*width: 58.333%;*/
    padding-top: 25px;
  }
  .home_recruit_wrap .box2{
    /*width: 41.666%;*/
  }
  .home_recruit_wrap .box1 .txt{
    font-size: 18px;
    padding-right: 15px;
  }
  .home_recruit_tt{
    margin-bottom: 50px;
  }
  .home_recruit_wrap .box1 .read_more{
    margin-top: 65px;
  }
}
@media (min-width:1200px){
  
  .pg_home .section#sec1{
  }
  .pg_home .section#sec2{
  }
  .pg_home .section#sec3{
    margin-top: 200px;
  }
  .pg_home .section#sec4{
    margin-top: 200px;
  }
  .pg_home .section#sec5{
    
  }
  
  /* 概要 */
  .home_about_wrap .inner .txt1{
    max-width: none;
  }
  .home_about_wrap .inner .txt2{
    max-width: none;
  }
  
  .home_service_wrap .item .box2{
    background-position: right  center;
  }
  .home_service_wrap .item .box2 .txt2{
    filter:none;
  }
}


/*******************************
*　採用情報
********************************/
.pg_recruit{
  
}
.pg_recruit .section#sec1{
  
}
.pg_recruit .section#sec2{
  
}
.pg_recruit .section#sec3{
  
}

/* 概要1 */
.recruit_about1_wrap{
  
}
.recruit_about1_wrap .title{
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.075em;
  text-align: center;
  margin-bottom: 15px;
}
.recruit_about1_wrap .img{
  margin-bottom: 15px;
}
.recruit_about1_wrap .txt{
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.904;
  text-align: justify;
}

/* 概要2 */
.recruit_about2_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.recruit_about2_wrap.align_top{
  align-items: flex-start;
}
.recruit_about2_wrap .box1{
  width: 100%;
}
.recruit_about2_wrap .box2{
  width: 100%;
}
.recruit_about2_wrap .txt{
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 2.222;
  text-align: justify;
}
.recruit_about2_wrap .txt2{
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.875;
  text-align: justify;
}
.recruit_about2_wrap .name{
  text-align: center;
  margin-top: 10px;
}
.recruit_about2_wrap .img{
  text-align: center;
}

.recruit_tbl_msg{
  line-height: 1.875;
}


@media (max-width:374px){
  
}
@media (min-width:375px){
  
}
@media (max-width:767px){
  
  .recruit_about2_wrap .box1{
    order: 2;
    margin-top: 15px;
  }
  .recruit_about2_wrap .box2{
    order: 1;
  }
  
}
@media (min-width:768px){
  .pg_recruit .section#sec1{

  }
  .pg_recruit .section#sec2{
    margin-top: 60px;
  }
  .pg_recruit .section#sec3{

  }
  
  /* 概要1 */
  .recruit_about1_wrap{

  }
  .recruit_about1_wrap .title{
    font-size: 24px;
    margin-bottom: 15px;
  }
  .recruit_about1_wrap .img{
    margin-bottom: 15px;
  }
  .recruit_about1_wrap .txt{
    font-size: 18px;
    text-align: center;
  }

  /* 概要2 */
  .recruit_about2_wrap{
    
  }
  .recruit_about2_wrap .box1{
    width: 57.5%;
  }
  .recruit_about2_wrap .box2{
    width: 37.5%;
  }
  .recruit_about2_wrap .txt{
    font-size: 16px;
  }
  
  
}
@media (min-width:1024px){
  
}
@media (min-width:1200px){
  
  .pg_recruit .section#sec1{

  }
  .pg_recruit .section#sec2{
    margin-top: 90px;
  }
  .pg_recruit .section#sec3{

  }
  
  /* 概要1 */
  .recruit_about1_wrap{

  }
  .recruit_about1_wrap .title{
    font-size: 36px;
    margin-bottom: 40px;
  }
  .recruit_about1_wrap .img{
    margin-bottom: 50px;
  }
  .recruit_about1_wrap .txt{
    font-size: 21px;
    text-align: center;
  }

  /* 概要2 */
  .recruit_about2_wrap{
    
  }
  .recruit_about2_wrap .box1{
    width: 57.5%;
  }
  .recruit_about2_wrap .box2{
    width: 37.5%;
  }
  .recruit_about2_wrap .txt{
    font-size: 18px;
  }
  
  .recruit_about2_wrap.company .box1{
    width: 60%;
  }
  .recruit_about2_wrap.company .box2{
    width: 37%;
  }
  
}

/*******************************
*　
********************************/


/* 記事リスト */
.post_items{
  
}
.post_items .item{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #a6a6a6;
  
  background-image: url('/img/post_arrow.png');
  background-size: 20px;
  background-position: right center;
  background-repeat: no-repeat;
}
.post_items .item + .item{
  margin-top: 10px;
}
.post_items .item .date{
  width: 100%;
  font-size: 14px;
  font-family: 'Outfit', sans-serif;
  letter-spacing: 0.075em;
}
.post_items .item .title{
  width: 100%;
  letter-spacing: 0.075em;
  padding-right: 25px;
}
.post_items .item .title a{
  display: block;
}

/* 詳細 */
.posts_detail{
  border: 1px solid #0480b8;
  border-top: 15px solid #0480b8;
  padding: 10px;
}
.posts_detail .meta{
  margin-bottom: 5px;
}
.posts_detail .title{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.5;
  border-bottom: 1px solid #0480b8;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.posts_detail .post_content{
  line-height: 1.875;
  letter-spacing: 0.075em;
}


/* ページ送り(一覧) */
.pagination{
  text-align: center;
  margin-top: 30px;
}
.pagination .nav-links{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  
}
.pagination .page-numbers{
  align-self: stretch;
  border: 1px solid #c0c0c0;
  padding: 5px 10px;
  margin: 4px 4px;
  color: #1e1e1e;
  text-decoration: none;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover{
  background: #e5e5e5;
}
.pagination .page-numbers.next:after{
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
}
.pagination .page-numbers.prev:before{
  content: "\f100";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

/* ページ送り(詳細) */
.pagination .nav-posts{
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .nav-posts .page-next,
.pagination .nav-posts .page-prev{
  min-width: 200px;
}
.pagination .nav-posts .page-next a,
.pagination .nav-posts .page-prev a{
  display: block;
  border: 1px solid #0480b8;
  padding: 10px 50px;
  position: relative;
}
.pagination .nav-posts .page-next a:before,
.pagination .nav-posts .page-prev a:after{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pagination .nav-posts .page-next a:before{
  content: "\f053";
  left: 10px;
}
.pagination .nav-posts .page-prev a:after{
  content: "\f054";
  right: 10px;
}
.pagination .nav-posts .page-archive a{
  display: block;
  background: #0480b8;
  color: #ffffff;
  padding: 10px 30px;
  margin: 0 auto;
  text-decoration: none;
}

.breadcrumb{
  display: flex;
  list-style: none;
  margin-bottom: 20px;
  font-size: 14px;
  overflow-x: auto;
  overflow-y: hidden;
}
.breadcrumb li{
  display: inline;
  white-space: nowrap;
}
.breadcrumb li + li{
  margin-left: 10px;
}
.breadcrumb li:last-child{
  font-weight: 500;
}
.breadcrumb li a{
  position: relative;
  padding-right: 15px;
}
.breadcrumb li a:after{
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*.breadcrumb li:first-child a{
  padding-left: 15px;
}
.breadcrumb li:first-child a:before{
  content: "\f015";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}*/

@media (max-width:374px){
  
}
@media (min-width:375px){
  
}
@media (max-width:767px){
  
}
@media (min-width:768px){
  
  /* 記事リスト */
  .post_items{

  }
  .post_items .item{
    padding: 18px 0;
    background-size: 35px;
  }
  .post_items .item + .item{
    margin-top: 10px;
  }
  .post_items .item .date{
    width: 170px;
    font-size: 14px;
    font-family: 'Outfit', sans-serif;
    letter-spacing: 0.075em;
  }
  .post_items .item .title{
    width: calc(100% - 170px);
    padding-right: 45px;
  }

  /* 詳細 */
  .posts_detail{
    padding: 20px;
  }
  .posts_detail .meta{
    margin-bottom: 5px;
  }
  .posts_detail .title{
    font-size: 18px;
    margin-bottom: 30px;
  }
  
  .breadcrumb{
    margin-bottom: 40px;
  }
}
@media (min-width:1024px){
  
}
@media (min-width:1200px){
  
  /* 詳細 */
  .posts_detail{
    padding: 20px 30px;
  }
  .posts_detail .meta{
  }
  .posts_detail .title{
    font-size: 20px;
  }
  
  .breadcrumb{
    margin-bottom: 60px;
  }
}



/*******************************
*　
********************************/

/* お問い合わせ */
.ftr_contact_section{
  margin-top: 50px;
}
.ftr_contact_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 15px;
  background: #0480b8;
  color: #FFF;
  font-size: 14px;
}
.ftr_contact_box1{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.ftr_contact_box2{
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.ftr_contact_title1{
  font-size: 4.875em;
  font-weight: 700;
  font-family: 'Outfit', sans-serif;
  letter-spacing: 0.1em;
  line-height: 1;
}
.ftr_contact_title2{
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1;
  padding: 1em 0;
}

.ftr_contact_link1{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  color: #181818;
  padding: 13px 22px 13px 20px;
  margin-top: 5px;
}
.ftr_contact_link1:hover{
  color: #181818;
  filter: brightness(1.2);
  text-decoration: none;
}
.ftr_contact_link1:before,
.ftr_contact_link1:after{
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
/*.ftr_contact_link1:before{
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-image: url(/img/ftr_contact_icon1.png);
}*/
.ftr_contact_link1:after{
  width: 16px;
  height: 12px;
  margin-left: auto;
  background-image: url(/img/ftr_contact_icon2.png);
}
.ftr_contact_link1_txt{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
  margin: 0 auto;
}
.ftr_contact_link1_txt:before{
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-image: url(/img/ftr_contact_icon1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.ftr_contact_link1_txt em{
  font-size: 1.3125em;
  font-style: normal;
  font-family: 'Outfit', sans-serif;
}

.ftr_contact_link2_tel{
  font-size: 2.375em;
  font-weight: 600;
  font-family: 'Outfit', sans-serif;
  letter-spacing: 0.075em;
  line-height: 1;
}
.ftr_contact_link2_tel em{
  display: inline-block;
  font-style: normal;
  font-size: 0.7894em;
}
.ftr_contact_link2_tel em:first-letter{
  font-size: 1.2666em;
}
.ftr_contact_link2_txt{
  font-size: 0.9375em;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1;
  margin-top: 5px;
}


@media (max-width:374px){
  
}
@media (min-width:375px){
  
}
@media (max-width:767px){
  
  .ftr_contact_wrap{
    font-size: 11px;
  }
  .ftr_contact_box1{
    justify-content: center;
  }
  .ftr_contact_box2{
    margin-top: 15px;
  }
  .ftr_contact_title1{
    font-size: 3.4em;
    text-align: center;
  }
  .ftr_contact_title2{
    text-align: center;
    padding-top: 0;
    margin-top: 5px;
  }
  .ftr_contact_link1{
    padding: 10px 10px;
    margin: 0 auto;
    max-width: 315px;
  }
  .ftr_contact_link2_txt{
    font-size: 1em;
  }
  
}
@media (min-width:768px){
  
  /* お問い合わせ */
  .ftr_contact_section{
    margin-top: 60px;
  }
  .ftr_contact_wrap{
    font-size: 12px;
    padding: 15px 20px 20px;
  }
  
  .ftr_contact_title1 {
    font-size: 4em;
  }
  .ftr_contact_box2{
    margin: 0;
    margin-left: auto;
  }
  
  .ftr_contact_link1_txt:before{
    width: 34px;
    height: 34px;
    margin-right: 10px;
  }
  .ftr_contact_link1:after{
    width: 22px;
    height: 17px;
  }
  
  
}
@media (min-width:1024px){
  
  /* お問い合わせ */
  .ftr_contact_section{
    margin-top: 190px;
  }
  .ftr_contact_wrap{
    font-size: 15px;
    padding: 15px 55px 20px; 
  }
  .ftr_contact_box2{
    margin: 0 auto;
  }
  
  
  
  .ftr_contact_link1{
    padding-left: 30px;
    padding-right: 30px;
  }
  .ftr_contact_title2{
    padding: 0 0;
  }
}
@media (min-width:1200px){
  
  .ftr_contact_wrap{
    font-size: 16px;
  }
  .ftr_contact_title1 {
    font-size: 4.875em;
  }
  .ftr_contact_title2{
    padding: 0 40px;
  }
}


/*******************************
*　
********************************/

.marunage_tt{
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 70px;
  line-height: 1.4;
}
.marunage_tt em.s1{
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #0cceb5;
}
.marunage_tt em.s2{
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: "Lato";
  color: #ff9748;
  margin-top: 15px;
}
.marunage_tt em.s2:before{
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #ff9748;
  margin: 0 auto 10px;
}



/**/
.service_tt1{
  font-size: 40px;
  font-weight: 900;
  /*letter-spacing: 0.075em;*/
  line-height: 1.2;
  text-align: center;
  background: #f00000;
  color: #FFF;
  padding: 13px 0;
  margin-bottom: 45px;
  position: relative;
}
.service_tt1 em{
  color: #fff335;
}
.service_tt1:before{
  content: "";
  width: 66px;
  height: 66px;
  background-image: url('/img/marunage/point.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.service_tt1:after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 15px 0 15px;
  border-color: #f00000 transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.service_msg1{
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.23;
  text-align: center;
  color: #f00000;
  margin-bottom: 50px;
}

.service_tt2{
  font-size: 38px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 40px;
}
.service_tt2 .dot{
  font-size: 55px;
  color: #ff9748;
  
  padding-top: .4em;
  background-position: top left -2px;
  background-repeat: repeat-x;
  background-size: 1.3em .3em;
  background-image: radial-gradient(.15em .15em at center center,#ff9748,#ff9748 100%,transparent)
}
.service_msg2{
  text-align: center;
  letter-spacing: 0.04em;
}

.service_flow_tt{
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-align: center;
  color: #FFF;
  background-image: url('/img/qa/title_bg.png?2');
  padding: 12px 10px;
  margin-bottom: 100px;
  position: relative;
}
.service_flow_tt:before{
  content: "";
  display: block;
  background: #0480b8;
  position: absolute;
  top: 7px;
  bottom: 7px;
  left: 7px;
  right: 7px;
  z-index: 0;
}
.service_flow_tt span{
  position: relative;
  z-index: 1;
}


.service_flow_items{
  display: flex;
  flex-wrap: wrap;
  margin-left: -14px;
  margin-right: -14px;
}
.service_flow_items .item{
  width: 33.333%;
  padding-left: 14px;
  padding-right: 14px;
}
.service_flow_items .item .inner{
  height: 100%;
  position: relative;
  z-index: 1;
  padding: 5px 20px 15px;
}
.service_flow_items.col4 .item{
  width: 25%;
}
.service_flow_items.col4 .item .inner{
  padding: 5px 15px 15px;
}

.service_flow_items .item:not(:last-child) .inner:after{
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 0 22px 25px;
  border-color: transparent transparent transparent #007bff;
}
.service_flow_items .item .inner.color1,
.service_flow_items .item .inner.color1 .step{
  background: #7ae6fd;
}
.service_flow_items .item .inner.color2,
.service_flow_items .item .inner.color2 .step{
  background: #f5bddd;
}
.service_flow_items .item .inner.color3,
.service_flow_items .item .inner.color3 .step{
  background: #f9ca4c;
}
.service_flow_items .item .inner.color4,
.service_flow_items .item .inner.color4 .step{
  background: #a4f777;
}
.service_flow_items .item:not(:last-child) .inner.color1:after{
  border-color: transparent transparent transparent #7ae6fd;
}
.service_flow_items .item:not(:last-child) .inner.color2:after{
  border-color: transparent transparent transparent #f5bddd;
}
.service_flow_items .item:not(:last-child) .inner.color3:after{
  border-color: transparent transparent transparent #f9ca4c;
}
.service_flow_items .item:not(:last-child) .inner.color4:after{
  border-color: transparent transparent transparent #a4f777;
}

.service_flow_items .item .step{
  font-family: "Lato";
  font-weight: 900;
  font-size: 26px;
  line-height: 1;
  text-align: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: -45px auto 0;
  padding-top: 5px;
}
.service_flow_items .item .step em{
  display: block;
  font-size: 24px;
}
.service_flow_items .item .img{
  display: block;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: -20px;
  position: relative;
  z-index: 1;
}
.service_flow_items .item .title{
  font-weight: 700;
  text-align: center;
  margin-top: 15px;
}
.service_flow_items .item .txt{
  margin-top: 10px;
}

.service_contact{
  margin-top: 120px;
  text-align: center;
}

/* 家電用 */
.pg_marunage1{
  
}
.pg_marunage1 #sec1{
  
}
.pg_marunage1 #sec2{
  margin-top: 135px;
}
.pg_marunage1 #flow,
.pg_marunage2 #flow,
.pg_marunage3 #flow{
  margin-top: 125px;
  padding: 65px 0;
  background: #d6fdf8;
}

.marunage1_otoku{
  padding: 0 38px 40px;
  background-image: url('/img/marunage/otoku_box_bg.png');
  background-size: cover;
  background-position: center;
  border: 4px solid #0cceb5;
}
.marunage1_otoku .otoku_tt{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 102px;
  padding-bottom: 25px;
  background-image: url('/img/marunage/otoku_tt_bg.png');
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  font-size: 56px;
  color: #fff335;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.marunage1_otoku .otoku_tt em{
  font-size: 80px;
  font-family: "Lato";
  font-weight: 900;
}

.marunage1_otoku .otoku_items{
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  
}
.marunage1_otoku .otoku_items .item{
  width: 33.333%;
  padding-left: 20px;
  padding-right: 20px;
}
.marunage1_otoku .otoku_items .item:nth-child(n+4){
  margin-top: 30px;
}
.marunage1_otoku .otoku_items .item .inner{
  height: 100%;
  padding: 15px;
  background: #0480b8;
}

.marunage1_otoku .otoku_items .item .title{
  background: #d6fdf8;
  color: #0480b8;
  font-size: 34px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 20px;
}
.marunage1_otoku .otoku_items .item .txt{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff335;
  font-size: 45px;
  font-weight: 900;
  text-align: center;
  line-height: 1.15;
}

.marunage1_imagepack{
  margin-top: 100px;
}

.marunage1_product_items{
  margin-top: 50px;
}
.marunage1_product_items .item{
  display: flex;
  align-items: center;
  min-height: 250px;
  border: 4px solid #7de8da;
  padding: 10px 10px;
  position: relative;
}
.marunage1_product_items .item.color1{
  border-color: #7de8da;
}
.marunage1_product_items .item.color2{
  border-color: #f97fc4;
}
.marunage1_product_items .item.color3{
  border-color: #39cae9;
}
.marunage1_product_items .item.color4{
  border-color: #f2b616;
}
.marunage1_product_items .item + .item{
  margin-top: 50px;
}
.marunage1_product_items .item .box1{
  width: 54%;
}
.marunage1_product_items .item .box2{
  width: 46%;
}
.marunage1_product_items .item .img_txt{
  font-size: 13px;
  font-weight: 500;
  position: absolute;
  bottom: 5px;
}
.marunage1_product_items .item .set{
  display: flex;
  background: #e6e8e5;
  margin-top: 10px;
}
.marunage1_product_items .item .set dt,
.marunage1_product_items .item .set dd{
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
}
.marunage1_product_items .item .set dt{
  background: #222222;
  color: #FFF;
  width: 90px;
  justify-content: center;
}
.marunage1_product_items .item .set dd{
  width: calc(100% - 90px);
  min-height: 60px;
  padding: 10px;
  line-height: 1.4;
}

.marunage1_product_msg{
  font-size: 38px;
  font-weight: 900;
  color: #0480b8;
  text-align: center;
  margin-top: 80px;
  line-height: 1.4;
}
.marunage1_product_support{
  margin-top: 70px;
  text-align: center;
}

/* 引越し */
.marunage2_teikei{
  background: #f6f2dc;
  padding: 0 50px 35px;
  margin-top: 140px;
  margin-bottom: 150px;
}
.marunage2_teikei_tt{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 102px;
  padding-bottom: 25px;
  background-image: url(/img/marunage/otoku_tt_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  font-size: 56px;
  color: #fff335;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.marunage2_teikei_items{
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.marunage2_teikei_items li{
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}
.marunage2_teikei_items li:nth-child(n+6){
  margin-top: 30px;
}



.marunage2_hikkoshi_msg{
  font-size: 40px;
  font-weight: 900;
  color: #ff9748;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.4;
}
.marunage2_hikkoshi_merit{
  display: flex;
  flex-wrap: wrap;
  margin-left: -22px;
  margin-right: -22px;
  margin-bottom: 60px;
}
.marunage2_hikkoshi_merit li{
  width: 50%;
  padding-left: 22px;
  padding-right: 22px;
  font-size: 25px;
  font-weight: 700;
}
.marunage2_hikkoshi_merit li span{
  display: block;
  border: 3px solid #ff9748;
  border-radius: 40px;
  padding: 20px 35px;
}
.marunage2_hikkoshi_merit li span:before{
  /*content: "\f054";*/
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ff9748;
  margin-right: 15px;
}

.marunage2_hikkoshi_bn{
  margin-top: 60px;
  text-align: center;
}


/* ライフライン */
.marunage3_support_tt{
  text-align: center;
  margin-top: 110px;
  margin-bottom: 70px;
}

.marunage3_support_items{
  display: flex;
  flex-wrap: wrap;
  margin-left: -33px;
  margin-right: -33px;
}
.marunage3_support_items li{
  width: 50%;
  padding-left: 33px;
  padding-right: 33px;
}
.marunage3_support_items li:nth-child(n+3){
  margin-top: 30px;
}


@media (max-width:374px){
  
}
@media (min-width:375px){
  
}
@media (max-width:1023px){
  
  /* まるなげ */
  .service_tt1{
    font-size: 24px;
  }
  .service_msg1{
    font-size: 20px;
  }
  
  .marunage1_otoku{
    padding: 0 20px 20px;
  }
  .marunage1_otoku .otoku_tt{
    background-size: contain;
    font-size: 32px;
    height: 75px;
    padding-bottom: 20px;
  }
  .marunage1_otoku .otoku_tt em{
    font-size: 50px;
  }
  
  .marunage1_otoku .otoku_items{
    margin-left: -5px;
    margin-right: -5px;
  }
  .marunage1_otoku .otoku_items .item{
    width: 33.333%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .marunage1_otoku .otoku_items .item .title{
    font-size: 28px;
  }
  .marunage1_otoku .otoku_items .item .txt{
    font-size: 30px;
  }
  
  .marunage1_product_msg{
    font-size: 30px;
  }
  
  .marunage1_product_items .item{
    min-height: 0;
    padding: 30px 10px;
  }
  
  
  /**/
  .marunage2_teikei_tt{
    background-size: contain;
    font-size: 32px;
    height: 75px;
    padding-bottom: 20px;
  }
  .marunage2_teikei_items{
    margin-left: -5px;
    margin-right: -5px;
  }
  .marunage2_teikei_items li{
    padding-left: 5px;
    padding-right: 5px;
  }
  .marunage2_hikkoshi_msg{
    font-size: 30px;
  }
  .marunage2_hikkoshi_merit{
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 60px;
  }
  .marunage2_hikkoshi_merit li{
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }
  
  /**/
  .marunage3_support_tt{
    margin-bottom: 40px;
  }
  .marunage3_support_items{
    margin-left: -10px;
    margin-right: -10px;
  }
  .marunage3_support_items li{
    padding-left: 10px;
    padding-right: 10px;
  }
  
  
}
@media (max-width:767px){
 
  .marunage_tt{
    font-size: 30px;
  }
  .marunage_tt em.s1{
    font-size: 14px;
  }
  .marunage_tt em.s2{
    font-size: 14px;
  }
  
  /* **********************************
   *  まるなげ
   * ********************************* */
  .service_tt1{
    font-size: 19px;
    padding: 10px 0 10px 28px;
  }
  .service_tt1:before{
    width: 30px;
    height: 30px;
    left: 5px;
  }
  .service_msg1 {
    font-size: 16px;
  }
  .service_msg2{
    text-align: left;
  }
  
  .service_flow_tt{
    font-size: 20px;
  }
  .service_flow_items .item{
    width: 100%;
  }
  .service_flow_items.col4 .item{
    width: 100%;
  }
  .service_flow_items .item:nth-child(n+2){
    margin-top: 80px;
  }
  
  .service_flow_items .item:not(:last-child) .inner:after{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 22px 0 22px;
    border-color: #007bff transparent transparent transparent;

    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .service_flow_items .item:not(:last-child) .inner.color1:after{
    border-color: #7ae6fd transparent transparent transparent;
  }
  .service_flow_items .item:not(:last-child) .inner.color2:after{
    border-color: #f5bddd transparent transparent transparent;
  }
  .service_flow_items .item:not(:last-child) .inner.color3:after{
    border-color: #f9ca4c transparent transparent transparent;
  }
  .service_flow_items .item:not(:last-child) .inner.color4:after{
    border-color: #a4f777 transparent transparent transparent;
  }
  
  .service_flow_items .item .step{
    font-size: 20px;
    padding-top: 20px;
  }
  .service_flow_items .item .step em{
    font-size: 18px;
  }
  
  .service_contact{
    margin-top: 30px;
  }
  
  /**/
  .pg_marunage1 #sec2 {
    margin-top: 80px;
  }
  
  .marunage1_product_items {
    margin-top: 10px;
  }

  .marunage1_otoku{
    padding: 0 10px 10px;
  }
  .marunage1_otoku .otoku_tt{
    font-size: 18px;
    height: 38px;
    padding-bottom: 10px;
  }
  .marunage1_otoku .otoku_tt em{
    font-size: 26px;
  }
  
  .marunage1_otoku .otoku_items .item .inner{
    padding: 15px 10px;
  }
  .marunage1_otoku .otoku_items .item .title {
    font-size: 16px;
  }
  .marunage1_otoku .otoku_items .item .txt {
    font-size: 16px;
  }
  
  .marunage1_product_items .item{
    flex-wrap: wrap;
    padding: 10px;
  }
  .marunage1_product_items .item .box1{
    width: 100%;
    text-align: center;
  }
  .marunage1_product_items .item .box2{
    width: 100%;
    margin-top: 10px;
  }
  .marunage1_product_items .item .img_txt{
    position: static;
    font-size: 12px;
    text-align: left;
  }
  .marunage1_product_items .item .set dt, 
  .marunage1_product_items .item .set dd{
    font-size: 14px;
  }
  .marunage1_product_msg{
    font-size: 16px;
    margin-top: 50px;
  }
  .marunage1_product_support {
    margin-top: 50px;
  }
  .marunage1_imagepack{
    margin-top: 50px;
  }
  .pg_marunage1 #flow, 
  .pg_marunage2 #flow, 
  .pg_marunage3 #flow {
    margin-top: 65px;    
  }
  
  /**/
  .marunage2_teikei{
    padding: 0 10px 15px;
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .marunage2_teikei_tt{
    font-size: 18px;
    height: 40px;
    padding-bottom: 10px;
  }
  .marunage2_teikei_items li{
    width: 100%;
    text-align: center;
  }
  .marunage2_teikei_items li:nth-child(n+2){
    margin-top: 10px;
  }
  .marunage2_hikkoshi_msg{
    font-size: 22px;
  }
  
  .marunage2_hikkoshi_merit li{
    width: 100%;
  }
  .marunage2_hikkoshi_merit li:nth-child(n+2){
    margin-top: 15px;
  }
  .marunage2_hikkoshi_merit li span{
    padding: 15px 15px;
  }
  
  /**/
  .marunage3_support_tt{
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .marunage3_support_items{
    margin-left: -5px;
    margin-right: -5px;
  }
  .marunage3_support_items li{
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
  }
  .marunage3_support_items li:nth-child(n+2){
    margin-top: 15px;
  }
  
}


@media only screen and (max-width:359px){
  .marunage_tt{
    font-size: 24px;
  }
}

.section#flow{
  background-color: #b9d8f1;
  padding: 30px 0;
}


/* **********************************
 *  お問い合わせ
 * ********************************* */
.pg_contact{
  
}
.pg_contact .section#sec1{
  
}
.pg_contact .section#sec2{
  
}
.pg_contact .section#sec3{
  
}

.contact_tt{
  text-align: center;
  font-weight: bold;
  font-size: 23px;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}



/* 連絡先 */
.contact_info{
  background: #0480b8;
  text-align: center;
  padding: 28px 20px 25px;
  margin-bottom: 65px;
}
.contact_info .box1{
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.14em;
  color: #FFF;
}
.contact_info .box2{
  margin-top: 20px;
  background: #FFFFFF;
  padding: 22px 5px;
  line-height: 1;
}
.contact_info .box2 .icon{
  display: inline-block;
  font-size: 25px;
  font-weight: bolder;
  background: #0480b8;
  color: #FFFFFF;
  padding: 5px 18px;
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 5px;
  letter-spacing: 0.08em;
}
.contact_info .box2 .tel{
  display: inline-block;
  font-size: 44px;
  font-weight: 500;
  vertical-align: middle;
  font-weight: bold;
}
.contact_info .box2 .tel a{
  display: block;
  letter-spacing: 0.02em;
}
.contact_info .box2 .txt{
  display: inline-block;
  vertical-align: bottom;
  font-weight: 700;
  letter-spacing: 0.16em;
}

/* コンタクトフォーム */
.contact_form{
  width: 100%;
  border: 1px solid #b2b2b2;
}
.contact_form tr{
  border-bottom: 1px solid #b2b2b2;
}
.contact_form th,
.contact_form td{
  padding: 10px 15px 10px 20px;
  font-weight: normal;
  text-align: left;
}
.contact_form th{
  background: #f0f0f0;
  width: 310px;
  letter-spacing: 0.08em;
}
.contact_form td{
  font-size: 15px;
  letter-spacing: 0.16em;
}
.contact_form th.vtop{
  vertical-align: top;
}
.contact_form th .require{
  display: inline-block;
  padding: 2px 12px;
  color: #FFF;
  background: #b80000;
  font-size: 14px;
  font-weight: normal;
  float: right;
}

/* MW WP Formの規定クラス */
/* checkbox, radio */
.mwform_check_box_wrap{
  padding: 6px 0;
}
.mw_wp_form .mwform-radio-field.horizontal-item,
.mw_wp_form .mwform-checkbox-field.horizontal-item{
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
}

/**/
.mw_wp_form_confirm .addr_auto{
  display: none;
}
.mw_wp_form_confirm .addr_auto_box .zipcode i{
  background: none;
  padding: 0;
  font-size: inherit;
}

.contact_form dl{
  width: 100%;
  display: flex;
  align-items: center;
}
.contact_form dl + dl{
  margin-top: 10px;
}
.contact_form dl dt,
.contact_form dl dd{
  
}
.contact_form dl + p{
  margin-top: 5px;
  margin-bottom: 5px;
}

.contact_form dl.addr dt{
  width: 90px;
}
.contact_form dl.addr dd{
  width: calc(100% - 90px);
  
}
.contact_form dl.date {
  align-items: flex-start;
}
.contact_form dl.date dt{
  width: 90px;
}
.contact_form dl.date dt + dt{
  margin-left: 5px;
}
.contact_form dl.date dt select{
  width: 100%;
}
.contact_form dl.date dt.wide{
  width: 200px;
}
.contact_form dl.date dt.m,
.contact_form dl.date dt.d{
  width: 120px;
}
.contact_form dl.date dt.m select,
.contact_form dl.date dt.d select{
  width: calc(100% - 2em);
}
.contact_form dl.date dt.t{
  width: 150px;
}
.contact_form dl.date dt.t select{
  width: calc(100% - 5em);
}


.contact_form dl.addr dd{
  
}


.contact_form_addr{
  display: flex;
  align-items: center;
  margin: 0;
}
.contact_form_addr + .contact_form_addr{
  margin-top: 8px;
}
.contact_form_addr dt,
.contact_form_addr dd{
  margin: 0;
}
.contact_form_addr dt{
  width: 80px;
}
.contact_form_addr dd{
  width: calc(100% - 80px);
}

.contact_form_addr dd [name$="zipcode"]{
  width: 210px;
}
.contact_form_addr dd [name$="addr1"]{
  width: 210px;
}




.addr_auto_box{
  display: flex;
  align-items: center;
}
.addr_auto_box .zipcode{
  display: flex;
  flex-wrap: wrap;
}
.addr_auto_box .zipcode i{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  background: #cccccc;
  padding: 0 5px;
}
.addr_auto_box .zipcode input{
  
}

.addr_auto_box button{
  margin-left: 20px;
}


.contact_form td input ,
.contact_form td textarea ,
.contact_form td select {
  padding: 7px 10px;
  max-width: 100%;
  border: 1px solid #d6d8d8;
  border-radius: 0;
}
.contact_form td textarea{
  height: 280px;
}
.contact_form td [name$="_zipcode"],
.contact_form td [name="zipcode"],
.contact_form td [name="addr1"]{
  width: 160px;
}
.contact_form td [name="addr1"]{
  width: 220px;
}
.contact_form td [name="addr2"]{
}


.contact_form td .addr_auto{
  background: #f0f0f0;
  border: 1px solid #d6d8d8;
  margin-left: 10px;
  padding: 5px 5px;
}


.contact_form_msg{
  margin-top: 10px;
  margin-bottom: 10px;
}

/* 確認画面用 */
.contact_form_acceptance{
  font-size: 17px;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 40px;
}
.contact_form_acceptance a{
  color: #1a3e9b;
}
.contact_form_acceptance .mwform-checkbox-field.horizontal-item{
  margin-right: 0;
}


/* コンタクトフォーム - ボタン */
.contact_form_btns{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  padding: 35px 0;
}
.contact_form_btns input[type="submit"],
.contact_form_btns input[type="button"],
.contact_form_btns button{
  background: #0480b8;
  color: #FFF;
  border: 0;
  padding: 12px 10px;
  width: 315px;
  margin: 0 10px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.contact_form_btns input[type="submit"][disabled],
.contact_form_btns input[type="button"][disabled]{
  background: #CCC;
}
.contact_form_btns button[type="reset"]{
  background: #CCC;
}
.contact_form_btns .ajax-loader{
  order: 10;
  width: 100% !important;
  margin-top: 10px !important;
  background-repeat: no-repeat;
  background-position: center;
}


@media (max-width:374px){
  
}
@media (min-width:375px){
  
}
@media (max-width:767px){
  
  .contact_form tr,
  .contact_form th,
  .contact_form td{
    display: block;
    width: 100%;
  }
  
  .mwform_check_box_wrap .mwform-radio-field.horizontal-item,
  .mwform_check_box_wrap .mwform-checkbox-field.horizontal-item{
    width: 100%;
    margin-right: 0;
  }
  
  .addr_auto_box .zipcode input{
    width: 110px;
  }
  .contact_form td .addr_auto{
    margin-left: 5px;
    font-size: 12px;
  }
 
  .contact_form_btns input[type="submit"],
  .contact_form_btns input[type="button"], 
  .contact_form_btns button{
    margin: 5px 0;
  }
}
@media (min-width:768px){
  
  
  .contact_form th{
    width: 250px;
  }
  .contact_form td [name$="_zipcode"], 
  .contact_form td [name="zipcode"], 
  .contact_form td [name="addr1"]{
    width: 120px;
  }
  .contact_form td .addr_auto{
    font-size: 12px;
  }
}
@media (min-width:1024px){
  
  .contact_form th{
    width: 310px;
  }
  .contact_form td [name$="_zipcode"], 
  .contact_form td [name="zipcode"], 
  .contact_form td [name="addr1"]{
    width: 210px;
  }
  .contact_form td .addr_auto{
    font-size: 14px;
  }
}
@media (min-width:1200px){
  
}


/* **********************************
 *  プライバシーポリシー
 * ********************************* */
.pg_contact .privacy{
  margin-top: 105px;
}

.privacy_tt{
  text-align: center;
  margin-bottom: 20px;
}
.privacy_tt h3{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.privacy_tt br{
}
.privacy_tt .dots{
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.privacy_tt .dots i{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #c1c1c1;
  margin: 0 8px;
}

.privacy_items{
  
}
.privacy_items .item{
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.privacy_items .item + .item{
  margin-top: 40px;
}
.privacy_items .item h4{
  font-size: 15px;
  font-weight: 500;
  border-left: 6px solid #0480b8;
  padding-left: 10px;
  margin-bottom: 10px;
  line-height: 2.33;
}
.privacy_items .item .txt{
  line-height: 1.875;
}
.privacy_items .item ul{
  list-style: disc;
  margin-left: 2em;
  margin-top: 10px;
}
.privacy_items .item ul.latin{
  list-style: lower-latin;
}

.privacy_items .item ul li{
  
}
.privacy_items .item ol{
  margin-left: 2em;
  margin-top: 10px;
}


/* コピー用 */
@media (max-width:374px){
  
  .privacy_items .item h4{
    font-size: 14px;
  }
}
@media (min-width:375px){
  
}
@media (max-width:767px){
  
}
@media (min-width:768px){
  
  .privacy_tt h3{
    font-size: 23px;
  }
  .privacy_items .item h4{
    font-size: 18px;
    padding-left: 20px;
  }
  
}
@media (min-width:1024px){
  
}
@media (min-width:1200px){
  
}



/* クッキー同意(PC/スマホ共通) */
#cookie-notice{
  background-color: rgba(237,237,237,0.9) !important;
  border-top: 1px solid #CCC;
}
#cookie-notice.cookie-notice-hidden{
  display: none;
}
.cookie-notice-container{
  color: #000000 !important;
}
#cn-notice-buttons a{
  color: #FFF !important;
  background-color: #181818 !important;
}
.cn-close-icon:before, .cn-close-icon:after{
  background-color: rgb(0,0,0);
}


/* クッキー同意(スマホ用) */
@media only screen and (max-width:767px){
  
  #cookie-notice{
    z-index: 999;
  }
  .cn-position-bottom{
    bottom: 52px !important;
  }
  .cookie-notice-container #cn-notice-text{
    font-size: 12px;
  }
  
}