@charset "utf-8";


/* RESET
----------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video,picture {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  line-height: 1.5em;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
}
picture {
  display: block;
}
/* ----------------------------------------------

 * 設定をしなおす

---------------------------------------------- */
html {
  -webkit-font-smoothing: antialiased;
}
body {
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  line-height: 1.8em;
  color: #000;
  height: 100%;
  font-family: 'Noto Sans JP',"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  position: relative;
}


table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}
main {
  display: block;
  position: relative;
}

a {
  outline:none;
  color: #000;
}

a:hover {
  text-decoration: none;
}

a,a:hover,a:hover img,button,input {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}

* {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

@media only screen and ( max-width : 767px ) {
  img {
    image-rendering: optimizeQuality;
    -webkit-interpolation-mode: bicubic;
  }
}

/* -----------------------------------------------
 * COMMON
----------------------------------------------- */
input[type=text]:focus {
    outline: none;
}
#main {
  overflow: hidden;
}
section {
  position: relative;
}

@media only screen and ( max-width : 1100px ) {
  .br_lg {
    display: none;
  }
}
@media only screen and ( max-width : 767px ) {
  .section {
    padding: 30px 0;
  }
  .box {
    margin-bottom: 60px;
  }
  .br_pc {
    display: none;
  }
}
@media print, screen and ( min-width : 768px ) {
  .section {
    padding: 100px 0;
  }
  .box {
    margin-bottom: 100px;
  }
  .br_sp {
    display: none;
  }
}
.cta_btn {
    padding-top: 50px;
    max-width: 440px;
    margin: 0 auto;
}
@media only screen and ( max-width : 767px ) {
.cta_btn {
	padding-top: 30px;
	}
}


/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: rgba(255,255,255,0);
  transition: .3s;
}
#header.header_fixed {
  background: rgba(255,255,255,1);
  box-shadow: 0 0 10px rgba(0,0,0,.15);
}
#h_logo span {
  text-indent: -9999px;
  display: block;
  font-size: 0;
}
#h_logo img {
  display: block;
}
#gNav ul li a {
  position: relative;
  font-weight: 700;
}
nav#gNav li.nav_contact a img {
  display: block;
}

@media only screen and ( max-width : 991px ) {
  #header {
    padding: 0 20px;
    height: 50px;
  }
  #h_logo {
    max-width: 140px;
  }
  #menu_btn {
    top: 0;
    right: 20px;
    transition: .3s;
    cursor: pointer;
    position: fixed;
    z-index: 9999;
    width: 40px;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    opacity: 0;
    transition: opacity .5s;
  }
  .overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  #main {
    height: 100%;
    transition: all .5s;
  }
  .menu-trigger {
    display: inline-block;
    width: 40px;
    height: 12px;
    vertical-align: middle;
    text-align: center;
    position: relative;
  }
  .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    transition: all .5s;
  }
  #menu_btn.active .menu-trigger span {
    background-color: #000;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }

  #menu_btn.active .menu-trigger span:nth-of-type(1) {
    transform: translateY(5px) rotate(-45deg);
    width: 80%;
    background: #fff;
  }
  .menu-trigger span:nth-of-type(2) {
    bottom: 0;
    width: 60%;
  }
  #menu_btn.active .menu-trigger span:nth-of-type(2) {
    transform: translateY(-5px) rotate(45deg);
    width: 80%;
    background: #fff;
  }
  nav#gNav {
    width: 300px;
    height: 100%;
    overflow: auto;
    padding: 90px 0;
    background: rgba(0,108,203,.95);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 101;
    right: -300px;
    /*transform: translate(300px);*/
    transition: all .3s;
  }
  /*nav#gNav.open {
    transform: translateZ(0);
  }*/
  nav#gNav li {
    border-bottom: 1px solid #fff;
  }
  nav#gNav li a {
    position: relative;
    padding: 15px 25px;
    display: block;
    font-size: 17px;
    color: #fff;
  }
  nav#gNav li.nav_contact_sp {
    border-bottom: none;
  }
  nav#gNav li.nav_contact_sp .nav_contact_cta_sp {
    background: #F35625;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    margin-bottom: 15px;
  }
  nav#gNav li.nav_contact_sp {
    padding: 20px 20px 0;
  }
  nav#gNav li.nav_contact_sp ul {
    margin-bottom: 30px;
  }
  nav#gNav li.nav_contact_sp ul li,
  nav#gNav li.nav_contact_sp ul li a {
    padding: 0;
    border: none;
  }
  nav#gNav li.nav_contact_sp ul li a:after {
    content: "|";
    margin : 0 10px;
  }
  nav#gNav li.nav_contact_sp ul li:last-child a:after {
    content: none;
  }
  nav#gNav li.nav_contact_sp ul li a {
    font-size: 11px;
  }
  nav#gNav li.nav_contact {
    display: none;
  }
}
@media print, screen and ( min-width : 992px ) {
  #menu_btn,#navbar .overlay {
    display: none;
  }
  #header {
    padding: 0 0 0 3vw;
    height: 74px;
  }
  #h_logo {
    max-width: 13.5vw;
  }
  #gNav ul li {
    margin-right: 2vw;
    font-size: 1.1vw;
  }
  #gNav ul li a {
    color: #006CCB;
    position: relative;
    display: block;
  }
  #gNav ul li a:before {
    content: "";
    height: 2px;
    width: 0%;
    position: absolute;
    bottom: -4px;
    left: 0;
    background: #006CCB;
    transition: .3s;
  }
  #gNav ul li a:hover:before {
    width: 100%;
  }
  .header_fixed #gNav ul li a {
    color: #000;
  }
  .header_fixed #gNav ul li a:before {
    background: #000;
  }
  #gNav ul li:last-child {
    margin-right: 0;
  }
  #gNav ul li.nav_contact_sp {
    display: none;
  }
  #gNav ul li.nav_contact a {
    background: #EF5731;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15vw;
    color: #fff;
  }
  #gNav ul li.nav_contact a:hover:before {
    content: none;
  }
  #gNav ul li.nav_contact a .nav_contact_ico {
    margin-right: 1vw;
  }
}
@media print, screen and ( min-width : 1200px ) {
  #header {
    padding: 0 0 0 40px;
  }
  #gNav ul li {
    margin-right: 25px;
    font-size: 13px;
  }
  #gNav ul li.nav_contact a .nav_contact_ico {
    margin-right: 15px;
  }
  #gNav ul li.nav_contact a {
    width: 190px;
  }
}
/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */
#footer {
  margin-top: -1px;
  background: #fff;
  position: relative;
}
#footer li {
  margin-right: 25px;
  position: relative;
}
#footer li:after {
  content: "|";
  margin-left: 25px;
}
#footer li:last-child {
  margin-right: 0;
}
#footer li:last-child:after {
  content: none;
}
#pageTop{
  position: fixed;
  z-index: 98;
  display: none;
}
@media only screen and ( max-width : 767px ) {
  #footer {
    padding-top: 30px;
    padding-bottom: 80px;
  }
  #pageTop {
    width: 60px;
    bottom: 60px;
    right: 10px;
  }
}

@media print, screen and ( min-width : 768px ) {
  #footer {
    padding-top: 60px;
    padding-bottom: 180px;
  }
  #pageTop {
    width: 80px;
    bottom: 20px;
    right: 40px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   CONTENTS

--------------------------------------------------------------------------------------------- */

#fixed_btn {
  position: fixed;
  z-index: 98;
  left: 0;
  bottom: 0;
  width: 100%;
  display: none;
}
#fixed_btn .fixed_btn_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 880px;
  margin: 0 auto;
}

@media only screen and ( max-width : 767px ) {
  #fixed_btn a {
    height: 45px;
    background: #F35625;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    color: #fff;
    font-weight: bold;
    border-right: 1px solid #fff;
  }
  #fixed_btn a:last-child {
    border-right: none;
  }
  #fixed_btn a img {
    display: none;
  }
}
@media print, screen and ( min-width : 768px ) {
  #fixed_btn {
    bottom: 0;
    padding: 15px 0;
    background: rgba(255,255,255,.8);
  }
  #fixed_btn a {
    width: 49%;
  }
  #fixed_btn a span {
    display: none;
  }
}

/* ---------------------------------------------------------------------------------------------

　   MV

--------------------------------------------------------------------------------------------- */
#mv {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.mv-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media only screen and ( max-width : 767px ) {
  .mv_btn {
    width: 80%;
  }
  .mv_btn a {
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translateX(-50%);
    display: inline-block;
  }
  .mv_btn img {
    width: 100%;
    height: auto;
  }
}
@media print, screen and ( min-width : 768px ) {
  .mv_btn {
    width: 40%;
  }
  .mv_btn a {
    position: absolute;
    left: 50%;
    bottom: 8%;
    transform: translateX(-50%);
    display: inline-block;
  }
  .mv_btn img {
    width: 100%;
    height: auto;
  }
}
/* ---------------------------------------------------------------------------------------------

　   INTRO

--------------------------------------------------------------------------------------------- */
#intro {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.intro-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ---------------------------------------------------------------------------------------------

　   FUNCTION

--------------------------------------------------------------------------------------------- */
#function {
  position: relative;
  background-color: white;
}
#function h2 {
  position: relative;
}
#function .function_title {
  background: #FFF;
  position: relative;
}
div#function01 {
  padding: 100px 0;
  background: #e8f1f8;
  background: -moz-linear-gradient(top, #e8f1f8 0%, #abdaca 100%);
  background: -webkit-linear-gradient(top, #e8f1f8 0%,#abdaca 100%);
  background: linear-gradient(to bottom, #e8f1f8 0%,#abdaca 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8f1f8', endColorstr='#abdaca',GradientType=0 );
  position: relative;
}
div#function02 {
  padding: 100px 0;
  background: #fff;
}
div#function03 {
  padding: 100px 0;
  background: #e8f1f8;
  background: -moz-linear-gradient(top, #e8f1f8 0%, #abdaca 100%);
  background: -webkit-linear-gradient(top, #e8f1f8 0%,#abdaca 100%);
  background: linear-gradient(to bottom, #e8f1f8 0%,#abdaca 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8f1f8', endColorstr='#abdaca',GradientType=0 );
  position: relative;
}
.select_function .select_function_item .service_more_btn {
  max-width: 90%;
  display: block;
  margin: 0 auto;
}
@media print, screen and ( min-width : 768px ) {
  .select_function {
    margin-bottom: 100px;
    padding: 0 30px;
  }
}
@media only screen and ( max-width : 767px ) {
#function .function_title {
    margin-bottom: 50px;
}	
div#function01 {
    padding: 50px 0;
  }
div#function02 {
    padding: 50px 0;
  }
div#function03 {
    padding: 50px 0;
  }
}
/* ---------------------------------------------------------------------------------------------

　   FLOW AND PRICE

--------------------------------------------------------------------------------------------- */
#flow_and_price {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f7f5c8;
}
#flow_and_price .cta_btn {
	padding-top: 10px;
    max-width: 600px;
}
@media only screen and ( max-width : 767px ) {
	#flow_and_price {
  padding-top: 50px;
  padding-bottom: 50px;
}	
}
/* ---------------------------------------------------------------------------------------------

　   Parcel

--------------------------------------------------------------------------------------------- */
#parcel {
  padding: 100px 0;
}
@media only screen and ( max-width : 767px ) {
	#parcel {
  padding: 50px 0;
}	
}
/* ---------------------------------------------------------------------------------------------

　   STRENGTH

--------------------------------------------------------------------------------------------- */
#strength {
  background: #e0e0e0;
  margin-top: -1px;
}
#strength .sec_title {
  text-align: center;
}
.strength_inner {
  background: url(../img/bg_arrow02.png) no-repeat bottom left / 100%;
}
.strength_item {
  text-align: center;
}
.strength_item p {
  text-align: left;
  line-height: 2em;
}
.strength_leadBox {
  border: 3px solid #006CCB;
  background: #fff;
  box-shadow: 7px 7px 9px rgba(38,17,3,.25);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.strength_leadBox p {
  text-align: center;
  line-height: 2em;
}

@media only screen and ( max-width : 767px ) {
  #strength {
    padding-top: 80px;
    position: relative;
    z-index: 11;
  }
  .strength_inner {
    padding-bottom: 50px;
  }
  #strength h2 {
    top: -30px;
    position: relative;
    margin-bottom: 10px;
  }
  .strength_item {
    margin-bottom: 45px;
  }
  .strength_item img {
    max-width: 200px;
  }
  .strength_leadBox {
    border-radius: 20px;
    padding: 40px 10px 30px;
    margin-top: 40px;
  }
  .strength_leadBox img {
    width: 86%;
    display: block;
    margin: 0 auto;
  }
  .strength_leadBox p {
    margin-top: 40px;
  }
}

@media print, screen and ( min-width : 768px ) {
  #strength {
	padding: 100px 0;
  }
  .sec_title{
    margin-bottom:50px;
  }
  .strength_item {
    width: 31%;
  }
  .strength_leadBox {
    border-radius: 150px;
    height: 306px;
    margin-top: 60px;
    padding: 0 50px;
  }
  .strength_leadBox p {
    margin-top: 40px;
  }
}
