@charset "UTF-8";
/*===============================

    Reset

================================*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  -webkit-overflow-scrolling: touch !important;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout:none;
  color: #333333;
}

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

ol, ul, {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.hidden {
  display: none;
}

/*===============================

    Base

================================*/

html{
  overflow: auto;
}

body{
  overflow: hidden;
  min-width: 100%;
  line-height: 1;
  font-family: 'MS Mincho','MS PMincho','Yu Mincho','Hiragino Mincho ProN','Helvetica Neue',Arial,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ヒラギノ角ゴシック','Hiragino Sans',YuGothic,'Yu Gothic','メイリオ',Meiryo,sans-serif;
  font-size: 16px;
  color: #333333;
}

.siteHeader, .aboutBody p, .breadcrumbs_item, 
.strengthPoint p, .characteristics_body p, 
.companyMember_flame_content, .companyProfile_content, 
.map_nav, .faq_content, .contactTell, .contactForm,textarea, .submit_button, .confirmation_flame, 
.confi_submit_button, .send_flame, .form_top_link, .pp_flame, .siteFooter_inner_list, 
.siteFooter_company_top, .siteFooter_company, .copylight {
  font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ヒラギノ角ゴシック','Hiragino Sans',YuGothic,'Yu Gothic','メイリオ',Meiryo,sans-serif;
}

.characteristics_point h3, .service_content, 
.companyMember_flame_name, .mainContents{
  font-family:'Yu Mincho','MS Mincho','MS PMincho','Hiragino Mincho ProN'
}

li{
  list-style: none;
}

a{
  text-decoration: none;
  display: block;
}

a:link{
  color: #333333;
}

a:visited{
  color: #333333;
}

a:active{
  color: #333333;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*===============================

    Utility

================================*/

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

@media screen and (max-width: 769px){
    .flexbox {
    display:block
  }
}

.windowFixed{
  position: fixed;
  width: 100%;
}

.letterSpacing{
  letter-spacing: -1px;
}

.inner{
  max-width: 800px;
  margin: auto;
}

@media screen and (max-width: 960px){
  .inner{
    max-width: 100%;
    padding: 0 7.5px;
  } 
}

@media screen and (max-width: 769px){
    .innerTop{
    max-width: 100%;
    padding: 0 12px;
    margin: auto;
  }
}

.innerTop_pc{
  margin: auto;
  padding: 0 13px;
  max-width: 1080px;
}

@media screen and (max-width: 769px){
  .innerTop_pc{
    max-width: 100%;
    padding: 0px;
  }
}

@media screen and (max-width: 769px){
  .innerTop_sp{
    max-width: 100%;
    padding: 0 12px;
  }
}

.innerService{
  max-width: 926px;
  margin: auto;
  padding: 0 12px;
}

@media screen and (max-width: 769px){
    .innerService{
    padding: 0 7.5px;
  }
}

.innerCasestudy{
  max-width: 800px;
  margin: auto;
}

@media screen and (max-width: 960px){
  .innerCasestudy{
    max-width: 100%;
  }
}

.innerContact{
  max-width: 800px;
  margin: auto;
}

@media screen and (max-width: 960px){
  .innerContact{
    max-width: 100%;
    padding: 0 12px;
  }
}

.innerPrivacy{
  max-width: 1000px;
  margin: auto;
}

@media screen and (max-width: 960px){
  .innerPrivacy{
    max-width: 100%;
    padding: 0 12px;
  }
}

.strengthPoint_wrap{
  position: relative;
  max-width: 4000px;
  margin: auto;
}

/*
    サイトヘッダー
================================*/

.siteHeader{
  position: fixed;
  top: 0;
  width: 100%;
  height: 74px;
  z-index: 99;
}

@media screen and (max-width: 769px){
  .siteHeader{
    height: auto;
  }
}

.sp_siteheader{
  display: none;
}

@media screen and (max-width: 769px){
  .sp_siteheader{
    position: fixed;
    display: block;
    width: 100%;
    height: 50px;
    background: rgba(255, 255, 255, 0.9);
    z-index: 97;
  }

  .sp_siteheader_logo{
    padding: 10px 0 10px 13px;
    max-width: 100%;
  }

  .sp_siteheader_logo a{
    display: inline;
  }

}

.siteHeader_body{
  margin: auto;
  padding: 0 100px;
  max-width: 100%;
  background-color: #FFFFFF;
  opacity: 0.9;
}

header .flexbox{
  justify-content: space-between;
}

@media screen and (min-width: 769px) and (max-width: 960px){
  .siteHeader_body{
      padding: 0 50px;
  }
}

.sp_siteHeader_body{
  display: none;
}

@media screen and (max-width: 769px){
  .siteHeader_body{
    display: none;
  }

  .sp_siteHeader_body_wrap .active{
    position: fixed;
    display: block;
    padding: 0 17px;
    width: 100%;
    background-color: #08479D;
    opacity: 1;
    z-index: 98;
  }
}

.siteheader_logo{
  width: 130px;
  padding-top: 15px;
}

.siteheader_logo img{
  min-width: 130px;
}

@media screen and (max-width: 769px){
  .siteheader_logo{
    display: none;
  }
}

.globalNav{
  width: 500px;
}

@media screen and (max-width: 769px){
  .globalNav{
    width: 100%;
  }
}

@media screen and (min-width: 769px) and (max-width: 960px){
    .globalNav{
    width: 400px;
  }
}

.globalNav > .flexbox{
  margin: 0 20px;
  justify-content: space-between;
}

@media screen and (max-width: 769px){
  .globalNav > .flexbox{
    margin: 0;
  }
}

.globalNav_menu{
  height: 74px;
}

@media screen and (max-width: 769px){
  .globalNav_menu{
    height: 100%;
    padding-top: 50px;
  }
}

.globalNav_menu_item{
  position: relative;
  padding-top: 30px;
  text-align: center;
}

.globalNav_menu_item a{
  height: 28px;
}

@media screen and (max-width: 769px){
    .globalNav_menu_item{
      padding: 0;
    }
    .globalNav_menu_item a{
      padding-top: 23px;
      height: 53px;
    }

    .globalNav_menu_item a:link{
      color: #FFFFFF;
    }

    .globalNav_menu_item a:visited{
      color: #FFFFFF;
    }

    .globalNav_menu_item a:active{
      color: #FFFFFF;
    }
}

.globalNav_menu_item:after{
  display: inline-block;
  content: "";
  margin-bottom : 16px;
  width: 100%;
  height: 1px;
  border-bottom: solid 2px #0068b7;
  opacity: 0;
  transition: all 0.3s;
}

@media screen and (max-width: 769px){
  .globalNav_menu_item:after{
    margin-bottom : 0;
    padding-top: 0px;
    border-bottom: solid 1px #FFFFFF;
    opacity: 1;
  }
}

.globalNav_menu_item:hover:after{
  opacity: 1;
}

.siteHeader_contact{
  width: 159px;
  height: 74px;
  margin-left: 50px;
  padding: 20px 0px;
}

@media screen and (max-width: 769px){
  .siteHeader_contact{
    margin-left: 0px;
    padding: 20px 0 0 0 ;
    width: auto;
    height: auto;
  }
}

@media screen and (max-width: 960px){
  .siteHeader_contact{
    margin: 0;
  }
}

.siteHeader_contact_inner:hover{
  opacity: 0.5;
  transition-duration: 0.3s;
}

@media screen and (max-width: 769px){
  .siteHeader_contact_inner:hover{
    opacity: 1;
    transition-duration: 0;
  }
}

.siteHeader_contact .flexbox{
  padding: 10px 15px 10px 25px;
}

@media screen and (max-width: 769px){
  .siteHeader_contact .flexbox{
    padding: 0;
  }
}

.siteHeader_contact_inner{
  width: 159px;
  height: 33px;
  border-radius: 27px;
  justify-content: start;
  background-color: #0068B7;
}

@media screen and (max-width: 769px){
  .siteHeader_contact_inner{
    width: 100%;
    height: 55px;
    border-radius: 0px;
    background-color: #FFFFFF;
  }
}

.siteHeader_contact_inner p{
  padding: 1px 0 0 10px;
  width: 100px;
  font-size:0.9em;
  color: #FFFFFF;
}

@media screen and (max-width: 769px){
  .siteHeader_contact_inner p{
    padding: 16px 0 0 0;
    width: 100%;
    font-size:1.1em;
    text-align: center;
    font-weight: bolder;
    color: #08479D;
  }
}

.siteHeader_contact_inner img{
  width: 20px;
  height: 0.9em;
}

@media screen and (max-width: 769px){
  .siteHeader_contact_inner img{
    display: none;
  }
}

.sp_siteHeader_pp{
  display: none;
}

@media screen and (max-width: 769px){
  .sp_siteHeader_pp{
    display: block;
    margin-top: 24px;
    width: 100%;
    text-align: center;
  }

  .sp_siteHeader_pp a:link{
    color: #FFFFFF;
  }

  .sp_siteHeader_pp a:visited{
    color: #FFFFFF;
  }

  .sp_siteHeader_pp a:active{
    color: #FFFFFF;
  }

}

.sp_siteHeader_whiteLogo{
  display: none;
}

@media screen and (max-width: 769px){
  .sp_siteHeader_whiteLogo{
    display: block;
    margin: 40px 0;
    width: 100%;
    text-align: center;
  }
}

/*
    ドロワーメニュー（sp）
================================*/

.scrollblock{
  overflow: hidden;
}

.spMenuDrawerToggle{
  display: none;
  cursor: pointer;
}

@media screen and (max-width: 769px){
  .spMenuDrawerToggle{
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    padding: 5px;
    width: 50px;
    height: 50px;
    background-color: #00479D;
    z-index: 99;
  }

  .spMenuDrawerToggle_flame{
    display: flex;
    position: relative;
    padding: 10px 9px;
    width: 40px;
    height: 40px;
  }

  .spMenuDrawerToggle .active{
      border: solid 1px #FFFFFF;
  }

  .spMenuDrawerToggle_flame span{
    display: block;
    position: absolute;
    margin: auto;
    background-color: #FFFFFF;
    width: 22px;
    height: 2px;
  }

  .spMenuDrawerToggle_flame span:nth-of-type(1){
    top: 10px;
  }

  .spMenuDrawerToggle_flame span:nth-of-type(2){
    top: 19px;
  }

  .spMenuDrawerToggle_flame span:nth-of-type(3){
    bottom: 10px;
  }

  .spMenuDrawerToggle_flame .active:nth-of-type(1){
    top: 18px;
    transform: rotatez(-45deg);
  }

  .spMenuDrawerToggle_flame .active:nth-of-type(2){
    opacity: 0;
  }

  .spMenuDrawerToggle_flame .active:nth-of-type(3){
    bottom: 18px;
    transform: rotatez(45deg);
  }
}

/*
    ページヘッダー
================================*/
.pageHeader{
  background-image: url("../images/page_top_main.png");
  background-position: center;
  background-size: cover;
  max-width: 100%;
  height: 380px;
}

@media screen and (max-width: 769px){
  .pageHeader{
      height: 352px;
  }
}

.pageHeader_inner{
  max-width: 100%;
  text-align: center;
  padding-top: 140px;
  margin-top: 73px;
}

@media screen and (max-width: 769px){
  .pageHeader_inner{
    margin: auto;
    margin-top: 50px;
    padding-top: 130px;
    width: 88%;
  }
}

.pageHeader_inner h1{
  font-size: 24px;
  color: #FFFFFF;
}

.pageHeader_inner img{
  max-width: 100%;
}

.margin_space{
  margin-top: 10px;
}

.margin_space_case{
  margin-top: 20px;
}

.margin_space_faq{
  margin-top: 17px;
  width: 108px;
}

/*
    aboutページヘッダー
================================*/
.mainContents_ttl{
  max-width: 100%;
  height: 138px;
  text-align: center;
}

@media screen and (max-width: 769px){
  .mainContents_ttl{
    height: 100px;
  }
}

.mainContents_ttl h2{
  padding-top: 62px;
  font-size: 2.15em;
  color: #00479D;
}

@media screen and (max-width: 769px){
  .mainContents_ttl h2{
  padding-top: 35px;
  font-size: 1.9em;
  }
}

.mainContents_ttl h3{
  padding-top: 62px;
  font-size: 2.15em;
  color: #00479D;
}

@media screen and (max-width: 960px){
  .mainContents_ttl h3{
    font-size: 1.9em;
  }
}

.mainContents_ttl img{
  padding-top: 10px;
  max-width: 155px;
}

@media screen and (max-width: 960px){
    .mainContents_ttl img{
    max-width: 145px
  }
}
@media screen and (max-width: 960px){
  .mainContents_ttl_ppimage img{
    margin: auto;
    max-width: 165px;
  }
}

/*
    パンくずリスト
================================*/

.breadcrumbs_item{
  padding: 10px 0;
  color: #777777;
  letter-spacing: 0.3px;
}

@media screen and (max-width: 769px){
    .breadcrumbs_item{
    padding: 13px 0 10px 13px;
    font-size: 0.75em;
  }
}

.breadcrumbs_item a{
  display: inline;
}

.breadcrumbs_item a:link{
  color: #777777;
}

.breadcrumbs_item a:visited{
  color: #777777;
}

.breadcrumbs_item a:hover{
  color: #777777;
}

.breadcrumbs_item a:active{
  color: #777777;
}

/*
    サイトフッター
================================*/

.siteFooter_link{
  max-width: 100%;
  height: 148px;
  background-color: #E1EAF4;
  border-bottom: solid 2px #00479D;
}
@media screen and (max-width: 769px){
    .siteFooter_link{
      display: none;
  }
}

.siteFooter_inner{
  max-width: 1080px;
  margin: auto;
  text-align: center;
}
.siteFooter_inner_image{
  padding-top: 30px;
}

.siteFooter_inner_list{
  padding-top: 30px;
  max-width: 600px;
    margin: auto;
}

.siteFooter_inner_list .flexbox{
  justify-content: space-between;
}

.siteFooter_company_wrap{
  width: 100%;
  background-color: #FFFFFF;
}

.siteFooter_company_top{
  margin: auto;
  padding: 0 10px;
  max-width: 1080px;
  height: 176px;
}

.siteFooter_company{
  margin: auto;
  padding: 0 20px;
  max-width: 1080px;
  height: 176px;
}

@media screen and (max-width: 769px){
    .siteFooter_company_top{
    max-width: 100%;
    height: 240px;
    margin: auto;
    text-align: center;
    background-color: #E1EAF4;
  }

    .siteFooter_company{
      max-width: 100%;
      height: 240px;
      margin: auto;
      text-align: center;
      background-color: #E1EAF4;
      border-top: 2px solid #00479D;
    }
}

.siteFooter_company_left{
  padding-top: 26px;
  font-size: 0.95em;
}

@media screen and (max-width: 769px){
    .siteFooter_company_left{
    padding-top: 28px;
  }
}

.siteFooter_company_left .footer_sitelogo{
  max-width: 15%;
}

@media screen and (max-width: 769px){
    .siteFooter_company_left .footer_sitelogo{
    display: none;
  }
}

.siteFooter_company_left p{
  line-height: 25px;
  letter-spacing: 0.3px;
}

.siteFooter_company_left p:nth-of-type(1){
  padding-top: 20px;
}

@media screen and (max-width: 769px){
    .siteFooter_company_left p:nth-of-type(1){
    padding-top: 27px;
  }
}

.siteFooter_company_left br{
  display: none;
}

@media screen and (max-width: 769px){
    .siteFooter_company_left br{
    display: inline;
  }
}

.sp_footer_sitelogo{
  display: none;
}

@media screen and (max-width: 769px){
  .sp_footer_sitelogo{
    display: block;
  }
}

.siteFooter_company_right {
  text-align: right;
}

@media screen and (max-width: 769px){
  .siteFooter_company_right {
    padding-top: 25px;
    text-align: center;
  }
}

.siteFooter_company_right a:link{
  color: #00479D;
}

.siteFooter_company_right a:visited{
  color: #00479D;
}

.siteFooter_company_right a:hover{
  color: #00479D;
}

.siteFooter_company_right a:active{
  color: #00479D;
}

.copylight{
  height: 32px;
  vertical-align: baseline;
  font-size: 0.9em;
  text-align: center;
  background-color: #00479D;
}
.copylight p {
  padding: 10px 0;
  color: #FFFFFF;
}


/*===============================

    Page

================================*/
/*
    各ページのタイトル背景
================================*/

.backgroundPattern{
  background-image: url("../images/back.png");
  background-position: center;
  display: block;
  max-width: 100%;
}

@media screen and (max-width: 960px){
  .backgroundPattern{
    background-image: url("../images/back.png");
  }
}

/*
    トップページ
================================*/

.topimage_wrap{
  background-color: #FFFFFF;
}

.topimage{
  padding-top: 73px;
}

@media screen and (max-width: 769px){
    .topimage{
    padding-top: 50px;
  }
}

.topimageBackground{
  background-image: url(../images/pc_main_top.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  max-width: 100%;
  height: 60vh;
}

@media screen and (max-width: 769px){
    .topimageBackground{
    background-image: url(../images/sp_main_top.png);
    height: 352px;
  }
}

.companyKeyword h1{
  display: none;
}


.companyKeyword_image{
  max-width: 100%;
  text-align: center;
}

.companyKeyword_image:nth-of-type(1){
  padding-top:70px;
}

.companyKeyword_image:nth-of-type(2){
  padding-top: 65px;
}

.companyKeyword_image:nth-of-type(3){
  padding-top: 50px;
}

@media screen and (max-width: 769px){
  .companyKeyword_image:nth-of-type(1){
    padding-top:43px;
    max-width: 169px;
    margin: auto;
  }
  .companyKeyword_image:nth-of-type(2){
    padding-top:42px;
    max-width: 70%;
    margin: auto;
  }
  .companyKeyword_image:nth-of-type(3){
    padding-top:31px;
    max-width: 342px;
    margin: auto;
  }
}

.backgroundEstablishment{
  padding-top: 177px;
}

@media screen and (max-width: 769px){
    .backgroundEstablishment{
    position: relative;
    padding-top: 70px;
  }
}

.backgroundEstablishment_left, .backgroundEstablishment_right{
  max-width: 50%;
  height: 465px;
}

@media screen and (max-width: 769px){
  .backgroundEstablishment_left, .backgroundEstablishment_right{
    max-width: 100%;
    height: 644px;
  }
}

.backgroundEstablishment_left{
  padding-right: 40px;  
  height: 100%;
  z-index: 97;
}

@media screen and (max-width: 769px){
    .backgroundEstablishment_left{
    position: relative;
    padding: 0;
  }
}

.backgroundEstablishment_left img{
  max-width: 281px;
}

@media screen and (max-width: 769px){
  .sp_backgroundEstablishment_body{
    position: relative;
    z-index: 96;
  }
}

.sp_backgroundEstablishment_image{
  display: none;
}

@media screen and (max-width: 769px){
  .sp_backgroundEstablishment_image{
    display:block;
    z-index: 98;
  }
  .sp_backgroundEstablishment_image img{
    position: absolute;
    bottom: -200px;
    max-width:100%;
  }
}

.about_ttl{
  max-width: 100%;
  text-align: left;
}

@media screen and (max-width: 769px){
  .about_ttl{
    max-width: 100%;
    text-align: left;
  }
}

.about_ttl h2{
  display: none;
}

.aboutBody p{
  padding-top: 30px;
  line-height: 32px;
  letter-spacing: 0.3px;
}

@media screen and (max-width: 769px){
    .aboutBody p{
    padding-top: 32px;
  }
}

.backgroundEstablishment_right{
  background-image: url(../images/top_haikei.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

@media screen and (max-width: 769px){
  .backgroundEstablishment_right{
    position: relative;
    bottom: 100px;
    height: 400px;
  }
  .backgroundEstablishment_right::after{
    position: absolute;
    bottom: 0;
    content: "";
    width: 100%;
    height: 30px;
    background: linear-gradient(rgba(255, 255, 255, 0) ,#FFFFFF);
  }
}

.strengthPoint{
  position: relative;
  margin-top: 133px;
  padding-bottom: 90px;
}

@media screen and (max-width: 769px){
    .strengthPoint{
    position: inherit;
    margin-top: 0;
    padding-bottom: 80px;
  }
}

.strengthPoint h3{
  display: none;
}

.strengthPoint_left{
  background-image: url(../images/top_tsuyomi.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 40px;
  width: 100%;
}

@media screen and (max-width: 769px){
    .strengthPoint_left{
      display: none;
  }
}

.sp_strengthPoint_left{
  display: none;
}

@media screen and (max-width: 769px){
  .sp_strengthPoint_left{
    display: block;
    max-width: 100%;
    text-align: center;
  }
  .sp_strengthPoint_wrap{
    position: relative;
    padding: 0 7.5px;
  }
  .sp_strengthPoint_image{
    background-image: url(../images/sp_top_tsuyomi.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    width: auto;
    height: 70vw;
  }
  .sp_strengthPoint_flame{
    background-image: url(../images/strength_flame_2000.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    position: absolute;
    bottom: 0;
    display: flex;
    width: 100%;
    height: 66px;
  }
  .sp_strengthPoint_flame img{
    display: block;
  }
}

.strengthPoint_right{
  max-width: 50%;
  height: 356px;
}

@media screen and (max-width: 769px){
  .strengthPoint_right{
    max-width: 100%;
    height: 100%;
  }
}

.strengthPoint_right p{
  height: 156px;
  padding: 158px 0 0 0;
  line-height: 32px;
  letter-spacing: 0.3px;
}

@media screen and (max-width: 769px){
    .strengthPoint_right p{
    height: 100%;
    padding: 35px 0 0 0;
  }
}

.strengthPoint_flame{
  background-image: url(../images/strength_flame_2000.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  position: absolute;
  top: 5%;
  right: -40%;
  width: 100%;
  height: 86px;
}

@media screen and (max-width: 769px){
  .strengthPoint_flame{
    display: none;
  }
}

.strengthPoint_ttl{
  margin: 25px 0 25px 10vw;
  max-width: 237px;
}

@media screen and (max-width: 769px){
  .strengthPoint_ttl{
    max-width: 200px;
    margin: auto;
  }
}

.characteristics h2{
  display: none;
}

.characteristics_image{
  max-width: 100%;
  height: 91px;
  background-color: #00479d;
  text-align: center;
}

.characteristics_image img{
  padding-top: 13px;
  max-width: 169px;
}

@media screen and (max-width: 769px){
    .characteristics_image img{
    padding: 15px 0;
    max-width: 140px;
  }
}

.characteristics_backimage{
  position: fixed;
  bottom: 0;
  background-image: url("../images/main_top_back.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  z-index: -1;
}

@media screen and (max-width: 769px){
  .characteristics_backimage{
    background-image: url("../images/sp_main_top_back.jpg");
  }
}

.characteristics_body{
  display: block;
  padding-top: 108px;
  height: 540px;
}

@media screen and (max-width: 769px){
  .characteristics_body{
    padding-top: 40px;
    height:1430px
  }
}

.characteristics_body .flexbox{
  justify-content: center;
}

.characteristics_point{
  margin: 0 30px;
  width: 290px;
  height: 432px;
  text-align: center;
  background: rgba(0,0,0,0.5);
  color: #FFFFFF;
}

@media screen and (min-width: 769px) and (max-width: 960px){
  .characteristics_point{
    margin: 0 10px;
    width: 240px;
  }
}

@media screen and (max-width: 769px){
  .characteristics_point{
    max-width: 100%;
    margin: auto;
  }
  .characteristics_point:nth-of-type(2){
    margin-top: 40px;
  }
  .characteristics_point:nth-of-type(3){
    margin-top: 40px;
  }
}

.characteristics_point img{
  padding: 35px 0;
  opacity: 1;
}

.characteristics_point h3{
  height: 60px;
  font-size: 1.5em;
  line-height: 30px;
  opacity: 1;
}

.characteristics_point:nth-of-type(3) h3{
  padding-top: 15px;
}

.characteristics_point span{
  display: inline-block;
  margin: 0 0 26px 0;
  width: 93px;
  height: 26px;
  border-bottom: solid 1px #FFFFFF;
  opacity: 1;
}

@media screen and (min-width: 769px) and (max-width: 960px){
  .characteristics_point span{
    margin: 0 0 20px 0;
    height: 20px;
  }
}

.characteristics_point p{
  padding: 0 27px;
  width: 290px;
  text-align: left;
  line-height: 28px;
  letter-spacing: 0.7px;
  opacity: 1;
}

@media screen and (min-width: 769px) and (max-width: 960px){
  .characteristics_point p{
    width: 100%;
  }
}

.mainContents_topLink_wrap{
  width: 100%;
  background-color: #FFFFFF;
}


.mainContents_topLink{
  margin: auto;
  padding: 105px 0;
  max-width: 1080px;
  justify-content: center;
}

@media screen and (max-width: 769px){
.mainContents_topLink{
    padding: 97px 0 59px 0;
    text-align: center;
  }
}

.mainContents_topLink a:nth-of-type(1):hover{
  background-color:#FFFFFF ;
  opacity: 0.5;
  transition-duration: 0.3s;
}

.mainContents_topLink img{
  padding: 0 8px;
}

@media screen and (max-width: 769px){
    .mainContents_topLink img{
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 769px){
  .mainContents_topLink .topLink_banner:nth-of-type(2) {
    padding-top: 20px;
  }
}

.topLink_banner{
  position: relative;
  display: block;
}

@media screen and (max-width: 769px){
    .topLink_banner{
      position: relative;
      margin: auto;
      padding: 0 8px;
  }
}

.topLink_ttl{
  position: absolute;
  bottom: 20px;
  left: 0
}

@media screen and (max-width: 769px){
    .topLink_ttl{
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 0;
    max-width: 55%;
  }
}

.topLink_ttl_companyMember{
  background-image: url(../images/member_banner_ttl.png);
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    bottom: 8px;
    display: block;
    width: 50%;
    height: 25%;
    margin-left: 8px;
}

@media screen and (max-width: 769px){
  .topLink_ttl_companyMember{
    margin: 0;
  }
}

.topLink_ttl_companyProfile{
  background-image: url(../images/gaiyo_banner_ttl.png);
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    bottom: 8px;
    display: block;
    width: 50%;
    height: 25%;
    margin-left: 8px;
}

@media screen and (max-width: 769px){
  .topLink_ttl_companyProfile{
    margin: 0;
  }
}

/*
    サービス
================================*/

.service_content{
  margin: 94px 0 214px 0;
}

@media screen and (max-width: 769px){
  .service_content{
    margin-top: 66px;
    margin-bottom: 102px;
  }
}

.service_content_inner{
  font-size: 1.25em;
  line-height: 36px;
  letter-spacing: 1px;
  color: #00479D;
}

.service_content .service_content_inner:nth-of-type(n+2){
  margin-top: 175px;
}

@media screen and (max-width: 769px){
  .service_content .service_content_inner:nth-of-type(n+2){
    margin-top: 80px;
  }
}

.service_content_inner h3{
  font-size: 1.45em;
}

@media screen and (max-width: 769px){
    .service_content_inner h3{
      margin-top: 36px;
    font-size: 1.2em;
  }
}

.service_content_inner .service_ttl_line{
  display: inline-block;
  margin-top: 20px;
  width: 185px;
  border-bottom: solid 1px #00479D;
}

@media screen and (max-width: 769px){
  .service_content_inner .service_ttl_line{
      margin-top: 28px;
  }
}

.service_content_inner p{
    margin-top: 20px;
}

@media screen and (max-width: 769px){
  .service_content_inner p{
    margin-top: 22px;
    font-size: 0.8em;
  }
}

.sp_service_content_p{
  display: none;
}

@media screen and (max-width: 960px){
  .pc_service_content_p{
    display: none;
  }
  .sp_service_content_p{
    display: block;
  }
}

.service_content .service_content_inner:nth-of-type(2) p{
    letter-spacing: 0.5px;
}

@media screen and (max-width: 769px){
  .service_content .service_content_inner:nth-of-type(2) p{
    letter-spacing: 0.8px;
  }
}

.service_content .service_content_inner:nth-of-type(4) p{
    letter-spacing: 1.5px;
}

@media screen and (max-width: 769px){
  .service_content .service_content_inner:nth-of-type(4) p{
    letter-spacing: 0.8px;
  }
}

.pc_service_content_image01{
  background-image: url("../images/svc_01.jpg");
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 354px;
    margin-top: 50px;
}

@media screen and (max-width: 769px){
  .pc_service_content_image01{
    display: none;
  }
}

.pc_service_content_image02{
  background-image: url("../images/svc_02.jpg");
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 354px;
    margin-top: 50px;
}

@media screen and (max-width: 769px){
  .pc_service_content_image02{
    display: none;
  }
}

.pc_service_content_image03{
  background-image: url("../images/svc_03.jpg");
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 354px;
    margin-top: 50px;
}

@media screen and (max-width: 769px){
  .pc_service_content_image03{
    display: none;
  }
}

.pc_service_content_image04{
  background-image: url("../images/svc_04.jpg");
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 354px;
    margin-top: 50px;
}

@media screen and (max-width: 769px){
  .pc_service_content_image04{
    display: none;
  }
}

.sp_service_content_image01{
  display: none;
}

@media screen and (max-width: 769px){
  .sp_service_content_image01{
    background-image: url("../images/sp_svc_01.jpg");
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    height: 225px;
  }
}

.sp_service_content_image02{
  display: none;
}

@media screen and (max-width: 769px){
  .sp_service_content_image02{
    background-image: url("../images/sp_svc_02.jpg");
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    height: 225px;
  }
}

.sp_service_content_image03{
  display: none;
}

@media screen and (max-width: 769px){
  .sp_service_content_image03{
    background-image: url("../images/sp_svc_03.jpg");
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    height: 225px;
  }
}

.sp_service_content_image04{
  display: none;
}

@media screen and (max-width: 769px){
  .sp_service_content_image04{
    background-image: url("../images/sp_svc_04.jpg");
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    height: 225px;
  }
}

/*
    会社概要
================================*/

.company_heading{
  display: none;
}

.companyMember_body{
  margin-top: 103px;
}

@media screen and (max-width: 960px){
  .companyMember_body{
    margin-top: 83px;
  }
}

.companyMember_wrap{
  position: relative;
  width: 100%;
  height: 250px;
}

@media screen and (max-width: 960px){
  .companyMember_wrap{
    height: 398px;
  }
}

.companyMember_body .companyMember_wrap:nth-of-type(2){
  margin-top: 80px;
}

.companyMember_body .companyMember_wrap:nth-of-type(3){
  margin-top: 80px;
}

@media screen and (max-width: 960px){
  .companyMember_body .companyMember_wrap:nth-of-type(3){
    margin-top: 50px;
  }
}

/*メンバー紹介_青枠*/

.companyMember_blueflame{
  background-image: url("../images/company_blueflame.png");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 54%;
  width: 100%;
  height: 250px;
  z-index: 97;
}

@media screen and (max-width: 960px){
  .companyMember_blueflame{
    background-image: url("../images/sp_company_blueflame.png");
    right: 15%;
    width: 100%;
   height: 112px;
  }
}

.companyMember_wrap:nth-of-type(2) .companyMember_blueflame{
  right: 0;
  left: 54%;
}

@media screen and (max-width: 960px){
    .companyMember_wrap:nth-of-type(2) .companyMember_blueflame{
    left: 15%;
  }
}

/*メンバー紹介_名前*/

.companyMember_flame_name{
  position: absolute;
  top: 38%;
  right: 0;
  padding-left: 400px;
  width: 800px;
  height: 70px;
  color: #FFFFFF;
  font-size: 35px;
  text-align: center;
}

.companyMember_flame_name p:nth-of-type(2){
  padding-top: 10px;
}

.sp_companyMember_flame_name_wrap{
  display: none;
}

/*レスポンシブ名前の体裁*/
@media screen and (max-width: 960px){
  .companyMember_flame_name{
    display: none;
  }
  .sp_companyMember_flame_name_wrap{
    position: absolute;
    top: 8%;
    left: 0;
    display: block;
    z-index: 98;
  }

  .sp_companyMember_flame_name{
    width: 100%;
    font-size: 23px;
    text-align: left;
    color: #FFFFFF;
    padding-left: 8vw;
  }

  .sp_companyMember_flame_name p:nth-of-type(2){
    font-size: 0.75em;
    padding-top: 8px;
  }
}

@media screen and (max-width: 769px){
  .sp_companyMember_flame_name{
    padding-left: 9vw;
  }
}

@media screen and (max-width: 376px){
  .sp_companyMember_flame_name{
    padding-left: 12vw;
  }
}

.companyMember_wrap:nth-of-type(2) .companyMember_flame_name{
  right: auto;
  left: 0;
  padding-left: 0;
  padding-right: 400px;
  width: 800px;
  z-index: 98;
}

@media screen and (max-width: 960px){
  .companyMember_wrap:nth-of-type(2) .companyMember_flame_name{
    display: none;
  }
}

@media screen and (max-width: 960px){
  .companyMember_wrap:nth-of-type(2) .sp_companyMember_flame_name_wrap{
    position: absolute;
    left: auto;
    right: 0;
    display: block;
    z-index: 98;
  }
  .companyMember_wrap:nth-of-type(2) .sp_companyMember_flame_name{
    padding-left: 0;
    padding-right: 6vw;
  }
}

.companyMember_flame_name p:nth-of-type(2){
  font-size: 0.65em;
}

.companyMember_whiteflame{
  background-image: url("../images/company_whiteflame.png");
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  position: absolute;
  top: 10%;
  left: 30%;
  padding: 30px 0;
  width: 100%;
  height: 100%;
  z-index: 96;
}

@media screen and (max-width: 960px){
  .companyMember_whiteflame{
    background-image: url("../images/sp_company_whiteflame.png");
    margin-top: 60px;
    padding: 90px 15px 50px 25px;
    top: 0;
    left: auto;
    right: 0;
    width: 95%;
    height: auto;
  }
}

.companyMember_wrap:nth-of-type(2) .companyMember_whiteflame{
  left: -30%;
}

@media screen and (max-width: 960px){
  .companyMember_wrap:nth-of-type(2) .companyMember_whiteflame{
    left: 0%;
    padding: 90px 25px 50px 15px;
  }
}

.companyMember_flame_content{
  margin-left: 21%;
  width: 450px;
  line-height: 30px;
  letter-spacing: 0.3px;
}

@media screen and (max-width: 960px){
  .companyMember_flame_content{
    margin-left: 0;
    width: 100%;
    top: 0;
    font-size: 0.95em;
  }
}

.companyMember_wrap:nth-of-type(2) .companyMember_flame_content{
  margin-left: auto;
  margin-right: 21%;
}


@media screen and (max-width: 960px){
  .companyMember_wrap:nth-of-type(2) .companyMember_flame_content{
    right: auto;
    width: 100%;
  }
}

@media screen and (max-width: 376px){
  .companyMember_wrap:nth-of-type(2) .companyMember_flame_content{
    left: 7%;
    right: auto;
    width: 92%;
  }
}

.companyProfile{
  margin: 180px 0 135px 0;
}

@media screen and (max-width: 960px){
  .companyProfile{
    margin: 110px 0 102px 0;
  }
}

.companyProfile_ttl{
  margin-top: 64px;
  padding-left: 10px;
  width: 100%;
  height: 46px;
  text-align: left;
  font-size: 1.2em;
  background-color: #F0F0F0;
  border-left: 7px solid #00479D;
}

.companyProfile_ttl:nth-of-type(2){
  margin-top: 50px;
}

/*アクセス*/
.companyProfile_ttl:nth-of-type(4){
  margin-top: 42px;
}

.companyProfile_ttl h4{
  color: #00479D;
  padding-top: 13px;
}

.companyProfile_content{
  margin-top: 26px;
}

.companyProfile_content .flexbox{
  justify-content: left;
}

@media screen and (max-width: 960px){
  .companyProfile_content .flexbox{
    display: block;
  }
}

.companyProfile_content .companyProfile_list:nth-of-type(n+2){
  margin-top: 20px;
}

.companyProfile_list dt{
  padding: 15px 0 0 30px;
  width: 210px;
  height: 50px;
  min-height: 50px;
  text-align: left;
  font-weight: bold;
  background-color: #E6EDF5;
}

@media screen and (max-width: 960px){
  .companyProfile_list dt{
    padding: 13px 0 0 10px;
    width: 100%;
    height: 40px;
    min-height: auto;
  }
}

.companyProfile_list:nth-of-type(3) dt{
  padding-top: 30px;
  height: 72px;
}

@media screen and (max-width: 960px){
  .companyProfile_list:nth-of-type(3) dt{
    padding-top: 13px;
    height: 40px;
  }
}

.companyProfile_list:nth-of-type(4) dt{
  padding-top: 65px;
  height: 146px;
}

@media screen and (max-width: 960px){
  .companyProfile_list:nth-of-type(4) dt{
    padding-top: 13px;
    height: 40px;
  }
}

.companyProfile_list dd{
  padding: 15px 0 0 30px;
  line-height: 30px;
  letter-spacing: 0.3px;
  width: 590px;
}

@media screen and (max-width: 960px){
  .companyProfile_list dd{
    padding: 10px 0 0 10px;
    width: 90%;
  }
}

.companyProfile_list dd:nth-of-type(n+2){
  padding: 0 0 0 60px;
}

@media screen and (max-width: 960px){
  .companyProfile_list dd:nth-of-type(n+2){
    padding: 0 0 0 30px;
  }
}

.companyProfile_list:nth-of-type(4) dd{
  padding-top: 10px;
  line-height: unset;
}

.sp_companyProfile_address{
  display: none;
}

@media screen and (max-width: 960px){
  .companyProfile_address{
    display: none;
  }
  .sp_companyProfile_address{
    display: block;
  }
}

.googlemap{
  margin-top: 25px;
}

.map_nav{
  margin-top: 15px;
  color: #00479D;
  line-height: 30px;
  letter-spacing: 0.3px;
}

@media screen and (max-width: 960px){
  .map_nav{
    margin-top: 17px;
    font-size: 0.9em;
    color: #00479D;
  }
}

/*
    関与事例
================================*/

.casestudy_content:nth-of-type(2){
  margin-top: 93px;
}

@media screen and (max-width: 960px){
  .casestudy_content:nth-of-type(2){
    margin-top: 64px;
  }
}

.casestudy_content:nth-of-type(n+3){
  margin-top: 90px;
}

.casestudy_content:nth-of-type(4){
  padding-bottom: 167px;
}

@media screen and (max-width: 960px){
  .casestudy_content:nth-of-type(4){
    padding-bottom: 70px;
  }
}


.casestudy_content .flexbox{
  justify-content: flex-start;
}

.casestudy_content_ttl{
  padding: 20px 0 0 15px;
  width: 100%;
  height: 60px;
  color: #FFFFFF;
  background-color: #00479D;
}

@media screen and (max-width: 960px){
  .casestudy_content_ttl{
    padding: 16px 0 0 13px;
    height: 92px;
  }
}


.casestudy_content_ttl p{
  font-weight: bold;
  font-size: 1.5em;
}

@media screen and (max-width: 960px){
  .casestudy_content_ttl p{
    padding-top: 19px;
  }
}

@media screen and (max-width: 769px){
  .casestudy_content_ttl p{
    padding-top: 0px;
  }
}

.casestudy_content_ttl h3{
  padding-left: 47px;
  font-size: 1.3em;
}

@media screen and (max-width: 960px){
  .casestudy_content_ttl h3{
    padding: 19px 0 0 47px;
  }
}

@media screen and (max-width: 769px){
  .casestudy_content_ttl h3{
    padding: 10px 0 0 0 ;
  }
}

.casestudy_content_image01{
  background-image: url("../images/jirei_01.jpg");
  background-size:cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 25px;
  width: 415px;
  height: 280px;
}

@media screen and (max-width: 960px){
  .casestudy_content_image01{
    margin-top: 20px;
    width: 100%;
    height: 242px;
  }
}

.casestudy_content_image02{
  background-image: url("../images/jirei_02.jpg");
  background-size:cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 25px;
  width: 415px;
  height: 280px;
}

@media screen and (max-width: 960px){
  .casestudy_content_image02{
    margin-top: 20px;
    width: 100%;
    height: 242px;
  }
}

.casestudy_content_image03{
  background-image: url("../images/jirei_03.jpg");
  background-size:cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 25px;
  width: 415px;
  height: 280px;
}

@media screen and (max-width: 960px){
  .casestudy_content_image03{
    margin-top: 20px;
    width: 100%;
    height: 242px;
  }
}

.case_client_content{
  margin: 25px 0 0 30px;
  width: 50%;
}

@media screen and (max-width: 960px){
  .case_client_content{
    margin: 40px 0 0 30px;
    width: 100%;
  }
}

@media screen and (max-width: 769px){
  .case_client_content{
    margin-left: 0;
  }
}

.case_client_content dl:nth-of-type(2){
  margin-top: 40px;
}

.case_client_content dt{
  padding: 8px 0 0 15px;
  height: 34px;
  font-size: 1.15em;
  font-weight: bold;
  color: #00479D;
  background-color: #F0F0F0;
}

@media screen and (max-width: 960px){
  .case_client_content dt{
      padding-left: 12px;
  }
}

.case_client_content dd{
  margin-top: 17px;
  padding-left: 10px;
}

@media screen and (max-width: 960px){
  .case_client_content dd{
    margin-top: 16px;
    padding-left: 12px;
  }
}

.casestudy_client{
  margin-bottom: 39px;
}

@media screen and (max-width: 960px){
  .casestudy_client{
    margin-bottom: 26px;
  }
}

.casestudy_support{
  margin-bottom: 0px;
}

@media screen and (max-width: 960px){
  .casestudy_support{
    margin-bottom: 47px;
  }
}

@media screen and (max-width: 960px){
  .casestudy_description{
    margin-bottom: 23px;
  }
}

.casestudy_content_body{
  margin-top: 40px;
}

.casestudy_content_body h4{
  width: 100%;
  height: 46px;
  padding: 16px 0 0 14px;
  font-weight: bold;
  font-size: 1.2em;
  color: #00479D;
  background-color: #F0F0F0;
  border-left: 7px solid #00479D;
}

@media screen and (max-width: 960px){
  .casestudy_content_body h4{
      font-size: 1.15em;
  }
}

.casestudy_content_body p{
  margin-top: 28px;
  padding-left: 21px;
  line-height: 30px;
}

@media screen and (max-width: 960px){
    .casestudy_content_body p{
    margin-top: 25px;
    padding-left: 5px;
    line-height: 32px;
  }
}

.casestudy_space{
  display: none;
}

@media screen and (max-width: 769px){
  .casestudy_space{
    display: block;
  }
}

/*
    よくある質問
================================*/

.faq_content:nth-of-type(2){
  margin-top: 62px;
}

.faq_content:nth-of-type(n+3){
  margin-top: 42px;
}

.faq_content:nth-of-type(5){
  margin-bottom: 146px;
}

.faq_question{
  display: block;
  padding: 13px 0 0 17px;
  height: 60px;
  color: #00479D;
  border: 2px solid #00479D;
}

@media screen and (max-width: 960px){
  .faq_question{
    padding: 13px 10px;
    height: auto;
  }

  .faq_question .flexbox{
    display: flex;
  }
}

.faq_question img{
  width: 23px;
  height: 32px;
}

.faq_question h3{
  padding: 7px 0 0 20px;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 20px;
  letter-spacing: 0.3px;
}

@media screen and (max-width: 960px){
  .faq_question h3{
    padding: 6px 0 0 14px;
    font-weight: bold;
    font-size: 1em;
  }
}

@media screen and (max-width: 960px){
  .faq_content:nth-of-type(4) h3{
    padding-top: 7px;
  }
}

.faq_answer{
  margin-top: 21px;
  padding: 22px 13px 22px 22px;
  background-color: #E6EDF5;
}

@media screen and (max-width: 960px){
  .faq_answer{
    display: flex;
    margin-top: 20px;
    padding: 22px 13px;
    background-color: #E6EDF5;
  }
  .sp_faq_answer_flex{
    display: flex;
  }
}

.faq_answer img{
  float: left;
  margin-right: 20px;
  width: 19px;
  height: 40px;
}

@media screen and (max-width: 960px){
  .faq_answer img{
    margin-right: 0;
  }
}

.sp_answer_img{
  display: none;
}

@media screen and (max-width: 960px){
  .sp_answer_img{
    display: block;
  }
}

.faq_answer p{
  line-height: 30px;
  letter-spacing: 0.3px;
}

@media screen and (max-width: 960px){
  .faq_answer p{
    padding-left: 15px;
    line-height: 28px;
    letter-spacing: 0.3px;
  }
  .faq_answer p img{
    display: none;
  }
}

.sp_answer_q4{
  display: none;
}

@media screen and (max-width: 960px){
  .pc_answer_q4{
    display: none;
  }

    .sp_answer_q4{
    display: block;
  }
}

.faq_answer_space{
  display: inline-block;
  width: 100%;
  height: 20px;
}

/*
    お問い合わせ
================================*/

.contactTell{
  margin-top: 77px;
  padding: 35px 0;
  width: 100%;
  text-align: center;
  line-height: 30px;
  letter-spacing: 0.3px;
  border: 2px solid #00479D;
}

@media screen and (max-width: 960px){
  .contactTell{
    margin-top: 74px;
  }
}

.contactTell p:nth-of-type(1){
  font-size: 1.25em;
  font-weight: bold;
  color: #00479D;
}

.contactTell .tell_number p{
  padding: 33px 0 0 5px;
  font-size: 1.8em;
  line-height: 30px;
  letter-spacing: 0.3px;
  color: #555555;
}

.innerContact .contactTell .flexbox{
  justify-content: center;
}

.contactTell p:nth-of-type(2){
  margin-top: 19px;
  font-size: 0.9em;
}

@media screen and (max-width: 960px){
  .contactTell p:nth-of-type(2){
    margin-top: 7px;
  }
}

.contactTell p:nth-of-type(3){
  padding: 0 10px;
  font-size: 0.95em;
  line-height: 20px; 
}

@media screen and (max-width: 960px){
  .contactTell p:nth-of-type(3){
    margin-top: 26px;
    letter-spacing: -1px;
    text-align: left;
  }
}

.tell_number{
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 960px){
  .tell_number{
    display: flex;
  }
}

.tell_number img{
  margin-top: 33px;
  height: 26px;
}

.contactForm{
    margin-top: 104px;
    margin-bottom: 115px;
    line-height: 30px;
    letter-spacing: 0.3px;
}

@media screen and (max-width: 960px){
  .contactForm{
    margin-top: 72px;
  }
}

.contactForm p{
  margin-top: 23px;
  text-align: center;
  font-size: 0.95em;
  color: #555555;
}

@media screen and (max-width: 960px){
  .contactForm p{
    margin-top: 26px;
    text-align: left;
  }
}

.contactForm p:nth-of-type(1){
  font-size: 1.25em;
  text-align: center;
  font-weight: bold;
  color: #00479D;
}

.contactForm_missmessage{
  margin: 30px 0 20px 0;
  width: 100%;
  text-align: left;
}

.miss:after{
  display: block;
  content: "必須項目を入力してください";
  color: #E00000;
  font-weight: bold;
}

.missmessage{
  display: block;
  color: #E00000;
  font-weight: bold;
}

.contactForm_list{
  padding: 0px 0 20px 0;
}

@media screen and (max-width: 960px){
  .contactForm_list{
    padding: 0 0 22px 0;
  }
}

.contactForm_list .flexbox{
  margin-top: 28px;
  font-weight: 500;
}

.contactForm_list .flexbox:nth-of-type(1) {
  margin: 0;
}

@media screen and (max-width: 960px){
  .contactForm_list .flexbox{
    display: flex;
  }
}

.contactForm_list dt{
  padding-left: 8px;
}

.contactForm_list span{
  color: #E00000;
}

.contactForm_list .error{
  background-color: #FDF2F2;
}

.contactForm_list input{
  margin-top: 9px;
  padding: 0 15px;
  width: 100%;
  height: 55px;
  font-size: 1em;
  background-color: #F5F5F5;
  border: none;
}

.contactForm_list textarea{
  margin-top: 9px;
  padding: 15px;
  width: 100%;
  height: 325px;
  font-size: 1em;
  background-color: #F5F5F5;
  border: none;
}

@media screen and (max-width: 960px){
  .contactForm_list textarea{
    height: 287px;
  }
}

.contactForm_pp{
  margin: 20px 50px 0 50px;
  padding: 8px;
  width: 700px;
  height: 189px;
  line-height: 30px;
  letter-spacing: 0.3px;
  overflow-y: scroll;
  border: 0.3px solid #3C3C3C;
}

@media screen and (max-width: 960px){
  .contactForm_pp{
    margin: 20px 0 0 0 ;
    width: 100%;
    height: 198px;
  }
}

::-webkit-scrollbar{
  width: 6px;
}

::-webkit-scrollbar-track{
  opacity: 0;
}

::-webkit-scrollbar-thumb{
  height: 100px;
  background-color: #A2A2A2;
  border-radius: 10px;
}

@media screen and (max-width: 960px){
  ::-webkit-scrollbar-thumb{
    height: 34px;
  }
}

.contactForm .contactForm_pp p{
  margin: 0;
  line-height: 20px;
  font-size: 0.75em;
  text-align: left;
  font-weight: unset;
  color: #555555;
}

.contactForm_pp_space{
  display: inline-block;
  width: 100%;
  height: 12px;
}

.agree_button{
  margin: auto;
  margin-top: 20px;
  width: 120px;
}

@media screen and (max-width: 960px){
  .agree_button{
    display: flex;
  }
}

.agree_button input[type="checkbox"]{
  display: none;
}

.agree_button input[type="checkbox"]+label{
    display: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 35px;
    padding-right: 10px;
}


.agree_button input[type="checkbox"]+label::before{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    left: 0;
    top: 50%;
    border: 1px solid;
    border-color:  #555555; /* 枠の色変更 お好きな色を */
    background-color: #FFFFFF; /* 背景の色変更 お好きな色を */
}

.contactForm .agree_button .error+label::before{
  background-color: #F4D1D1;
}

/* .agree_button .checked+label::after{ */
.agree_button input:checked+label::after{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 18px;
    height: 9px;
    margin-top: -9px;
    top: 50%;
    left: 3px;
    transform: rotate(-45deg);
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-color:  #00479D; /* チェックの色変更 お好きな色を */
}

.agree_button input{
  margin-top: 11px;
  width: 20px;
  height: 20px;
}

.agree_button label{
  margin-top: 0;
  padding-top: 2px;
  font-size: 0.95em;
  text-align: left;
  font-weight: unset;
  color: #555555;
}

.submit_button{
  margin-top: 40px;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 960px){
  .submit_button{
    margin-top: 28px;
  }
}

.submit_button input{
  width: 310px;
  height: 50px;
  font-size: 1.15em;
  color: #FFFFFF;
  background-color: #666666;
  border: none;
  transition: all 0.3s;
  cursor: pointer;
}

.submit_button input:hover{
  opacity: 0.5;
}



/*
    お問い合わせ_送信確認画面
================================*/


.confirmation_flame{
  margin-top: 77px;
  padding: 32px 27px 62px 32px;
  line-height: 30px;
  letter-spacing: 0.5px;
  background-color: #F8F8F8;
}

@media screen and (max-width: 960px){
  .confirmation_flame{
    margin-top: 59px;
    padding: 23px 10px 30px 10px;
  }
}

.confirmation_flame p{
  padding-bottom: 36px;
  font-weight: bold;
  font-size: 1.2em;
}

@media screen and (max-width: 960px){
  .confirmation_flame p{
   padding-bottom: 0;
  }
}

.send_list{
  margin-top: 32px;
  line-height: 30px;
}

.send_list::after{
}

@media screen and (max-width: 960px){
  .send_list{
    margin-top: 37px;
  }
}

.send_list dd{
  font-weight: bold;
}

.confi_submit_button{
  margin: 62px 71px 191px 71px;
}

@media screen and (max-width: 960px){
  .confi_submit_button{
    display: block;
    margin: 58px 0 120px 0;
    text-align: center;
  }
}

.confi_submit_button input:hover{
  opacity: 0.5;
}

.btn_select_change{
  margin-right: 14px;
  width: 310px;
  height: 50px;
  font-size: 1.15em;
  line-height: 30px;
  letter-spacing: 0.3px;
  color: #FFFFFF;
  background-color: #FBB03B;
  border: none;
  transition: all 0.3s;
  cursor: pointer;
}

@media screen and (max-width: 960px){
  .btn_select_change{
    margin: 0;
  }
}

.btn_select_send{
  margin-left: 14px;
  width: 310px;
  height: 50px;
  font-size: 1.15em;
  line-height: 30px;
  letter-spacing: 0.3px;
  color: #FFFFFF;
  background-color: #666666;
  border: none;
  transition: all 0.3s;
  cursor: pointer;
}

@media screen and (max-width: 960px){
  .btn_select_send{
    margin: 27px 0 0 0;
  }
}

/*
    お問い合わせ_送信完了画面
================================*/

.send_flame{
    margin-top: 77px;
    padding: 28px 30px 45px 30px;
    line-height: 30px;
    letter-spacing: 0.3px;
    background-color: #F8F8F8;
}

@media screen and (max-width: 960px){
  .send_flame{
    margin-top: 59px;
    padding: 23px 10px 49px 10px;
  }
}

.send_flame p:nth-of-type(1){
  font-weight: bold;
  font-size: 1.3em;
}

.send_flame p{
  line-height: 25px;
}

@media screen and (max-width: 960px){
  .send_flame p{
    letter-spacing: -1px;
  }
}

.send_space{
  display: inline-block;
  width: 100%;
  height: 30px;
}

.form_top_link{
  margin: 55px 245px 245px 245px;
  width: 310px;
  height: 50px;
  font-size: 1.15em;
  letter-spacing: 0.3px;
  text-align: center;
  background-color: #00479D;
  transition: all 0.3s;
}

.form_top_link:hover{
  opacity: 0.5;
}

@media screen and (max-width: 960px){
  .form_top_link{
    margin: 37px auto 108px auto;

  }
}

.form_top_link a{
  display: block;
  height: 50px;
  padding-top: 17px;
  color: #FFFFFF;
}

/*
    プライバシーポリシー
================================*/

.pp_flame{
  margin: 65px 0 152px 0;
  padding: 50px 50px 130px 50px;
  background-color: #F8F8F8;
}

@media screen and (max-width: 960px){
  .pp_flame{
    margin: 65px 0 105px 0;
    padding: 28px 5px;
  }
}

.pp_heading{
  font-weight: bold;
  color: #666666;
}

.pp_list{
  margin-top: 30px;
  line-height: 30px;
  letter-spacing: 0.3px;
  color: #666666;
}

.pp_list dt{
  font-weight: bold;
}

.pp_space{
  display: block;
  width: 100%;
  height: 16px;
}
