@charset "UTF-8";
/* //////////////////////////////////////////////////////////////

 /css/common.css
 
//////////////////////////////////////////////////////////////*/

/* -----------------------------------------------
 CONTENTS 
	
	1: body 
		:矢印
		:loading
		:font-size

	2: header
		: 
		
	3: mein
	　　: 

	4: footer
	
 ----------------------------------------------- */

/* --------------------------------------------------------------
 1: body
--------------------------------------------------------------- */
html {
  width: 100%;
  height: 100%;
}
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  border: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  /*text-size-adjust: 100%;*/
  overflow-x: hidden;
}
@media only screen and (max-device-width: 0px), screen and (max-width: 1023px) {
  body {
    -webkit-text-size-adjust: 100%;
    width: 100%;
  }
  h3 {
    max-height: 100%;
  }
}

@media only screen and (max-device-width: 0px), screen and (max-width: 830px) {
  .sp_none {
    display: none;
  }
}

/*-------- 矢印 start --------*/
.arrow {
  position: relative;
  display: inline-block;
}

.arrow::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 5%;
  margin-top: -4px;
  display: block;
  width: 0;
  height: 0;
  border: 6px solid transparent; /*top right bottom を透明化 */
  border-left: 6px solid #ee8100;
  display: block;
}
.arrow:hover::after {
  right: 5%;
  border-left: 6px solid #fff;
  color: #fff;
}

/*-------- loading start --------*/
#loader-bg {
  background: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
}
#loader-bg img {
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1001;
}
.loader {
  margin: 100px auto;
  font-size: 25px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  border: 5px solid #1b1464;
  border-top-color: #1b1464b3;
  border-radius: 50%;
  animation: spin 1.2s linear 0s infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading_text {
  text-align: center;
  position: absolute;
  top: 60%;
  bottom: 40%;
  left: 0;
  right: 0;
  height: 30px;
}

/* font-size */
.font-size10 {
  font-size: 10px;
}
.font-size11 {
  font-size: 11px;
}
.font-size12 {
  font-size: 12px;
}
.font-size13 {
  font-size: 13px;
}
.font-size14 {
  font-size: 14px;
}
.font-size15 {
  font-size: 15px;
}
.font-size16 {
  font-size: 16px;
}
.font-size17 {
  font-size: 17px;
}
.font-size18 {
  font-size: 18px;
}
.font-size19 {
  font-size: 19px;
}
.font-size20 {
  font-size: 20px;
}
.font-size21 {
  font-size: 21px;
}
.font-size22 {
  font-size: 22px;
}
.font-size23 {
  font-size: 23px;
}
.font-size24 {
  font-size: 24px;
}
.font-size25 {
  font-size: 25px;
}
.font-size26 {
  font-size: 26px;
}
.font-size27 {
  font-size: 27px;
}
.font-size28 {
  font-size: 28px;
}
.font-size29 {
  font-size: 29px;
}
.font-size30 {
  font-size: 30px;
}
.font-size31 {
  font-size: 31px;
}
.font-size32 {
  font-size: 32px;
}
.font-size33 {
  font-size: 33px;
}
.font-size34 {
  font-size: 34px;
}
.font-size35 {
  font-size: 35px;
}
.font-size36 {
  font-size: 36px;
}
.font-size37 {
  font-size: 37px;
}
.font-size38 {
  font-size: 38px;
}
.font-size39 {
  font-size: 39px;
}
.font-size40 {
  font-size: 40px;
}

.font-size50 {
  font-size: 3.125rem;
}
.font-size64 {
  font-size: 4rem;
}
.font-size68 {
  font-size: 4.25rem;
}

/* magin */
.magin30 {
  margin: 30px auto;
}

/* magin-top */
.magin-top30 {
  margin-top: 1.875rem;
}
.magin-top40 {
  margin-top: 2.5rem;
}

/* magin-bottom */
.magin-bottom20 {
  margin-bottom: 20px;
}
.magin-bottom30 {
  margin-bottom: 30px;
}
.magin-bottom40 {
  margin-bottom: 40px;
}
.magin-bottom130 {
  margin-bottom: 130px;
}

/* padding */
.padding20 {
  padding: 1.25rem;
}
.padding40 {
  padding: 2.5rem 0;
}

/* padding-bottom */
.padding-bottom40 {
  padding-bottom: 2.5rem;
}

.color_blue1 {
  color: #192a56;
}
.color50 {
  color: #505050;
}

/* text */
.text-center {
  text-align: center;
}

@media only screen and (max-device-width: 0px), screen and (max-width: 767px) {
  /* font-size */
  .font-size10 {
    font-size: 0.625rem;
  }
  .font-size11 {
    font-size: 0.6875em;
  }
  .font-size12 {
    font-size: 0.75rem;
  }
  .font-size13 {
    font-size: 0.8125rem;
  }
  .font-size14 {
    /* font-size: 0.875rem; */
    font-size: 1.2rem;
  }
  .font-size15 {
    font-size: 0.9375rem;
  }
  .font-size16 {
    /* font-size: 1rem; */
    font-size: 1.3rem;
  }
  .font-size17 {
    font-size: 1.0625rem;
  }
  .font-size18 {
    /* font-size: 1.125rem; */
    font-size: 1.4rem;
  }
  .font-size19 {
    font-size: 1.1875rem;
  }
  .font-size20 {
    font-size: 1.25rem;
  }
  .font-size21 {
    font-size: 1.3125rem;
  }
  .font-size22 {
    font-size: 1.375rem;
  }
  .font-size23 {
    font-size: 1.4375rem;
  }
  .font-size24 {
    font-size: 1.5rem;
  }
  .font-size25 {
    font-size: 1.5625rem;
  }
  .font-size26 {
    font-size: 1.625rem;
  }
  .font-size27 {
    font-size: 1.6875rem;
  }
  .font-size28 {
    font-size: 1.75rem;
  }
  .font-size29 {
    font-size: 1.8125rem;
  }
  .font-size30 {
    font-size: 1.875rem;
  }
  .font-size31 {
    font-size: 1.9375rem;
  }
  .font-size32 {
    font-size: 2rem;
  }
  .font-size33 {
    font-size: 2.0625rem;
  }
  .font-size34 {
    font-size: 2.125rem;
  }
  .font-size35 {
    font-size: 2.1875rem;
  }
  .font-size36 {
    font-size: 2.25rem;
  }
  .font-size37 {
    font-size: 2.3125rem;
  }
  .font-size38 {
    font-size: 2.375rem;
  }
  .font-size39 {
    font-size: 2.4375rem;
  }
  .font-size40 {
    font-size: 2.5rem;
  }

  .font-size50 {
    font-size: 3.125rem;
  }
  .font-size64 {
    font-size: 4rem;
  }
  .font-size68 {
    font-size: 4.25rem;
  }

  /* magin */
  .magin30 {
    margin: 1.875rem auto;
  }

  /* magin-top */
  .magin-top30 {
    margin-top: 1.875rem;
  }
  .magin-top40 {
    margin-top: 2.5rem;
  }

  /* magin-bottom */
  .magin-bottom30 {
    margin-bottom: 1.875rem;
  }
  .magin-bottom40 {
    margin-bottom: 2.5rem;
  }

  /* padding */
  .padding20 {
    padding: 1.25rem;
  }
  .padding40 {
    padding: 2.5rem 0;
  }

  /* padding-bottom */
  .padding-bottom40 {
    padding-bottom: 2.5rem;
  }
}

/* --------------------------------------------------------------
 2: header
--------------------------------------------------------------- */
#header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 10000;
  display: block;
  /* height: 108px; */
}
.container {
  width: 100%;
  margin: 0 auto;
  min-width: 1024px;
}
#globalNavi {
  width: 100%;
  height: 100px;
  margin: 0 auto;
  position: relative;
}
.header_nav {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  padding: 20px 65px 5px;
  background: #fff;
  box-sizing: border-box;
}
#globalNavi.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.header_nav h1 {
  float: left;
}
.header_nav h1 a {
  display: block;
}
.header_nav h1:hover a {
  cursor: pointer;
}

.header_navwrap {
  float: right;
  overflow: hidden;
  color: #333;
}
.header_navwrap .header_str {
  float: left;
  text-align: right;
  padding-right: 10px;
  color: #333;
}
.header_navwrap .header_wrap {
  overflow: hidden;
  float: left;
}
.header_wrap li {
  float: left;
  padding-right: 10px;
}
.header_wrap .tel_no {
  font-size: 1.5em;
  text-align: center;
  line-height: 0.7em;
}
.header_wrap .header_mail {
  text-align: center;
  line-height: 1.5em;
}
.br_npro {
  display: none;
}
@media only screen and (max-device-width: 830px), screen and (max-width: 1024px) {
  .br_npro {
    display: block;
  }
}
@media only screen and (max-device-width: 0px), screen and (max-width: 830px) {
  .container {
    min-width: inherit;
    background-color: #fff;
  }
  #header {
    background: #fff;
    height: 60px;
  }
  #h_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 92%;
    position: relative;
  }
  #gNav {
    display: none;
  }
  #gNav .nav {
    overflow-y: auto;
    height: 100vh;
  }
  #gNav a:hover {
  }
  nav li a {
    font-size: 1em;
    letter-spacing: 0.2em;
  }
  .h_logo {
    position: absolute;
    top: 13%;
    left: 2%;
    box-sizing: border-box;
    text-align: left;
    margin-top: 13px;
    z-index: 99;
  }
  .h_logo img {
    width: 100%;
  }
  a.header_logo {
    float: left;
    vertical-align: middle;
  }
  #h_top .header_tel_email {
    margin-top: 13px;
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    text-align: right;
    z-index: 99;
  }
  a.header_tel {
    padding: 2% 0;
    vertical-align: middle;
    display: inline-block;
    box-sizing: border-box;
    padding-right: 5%;
  }
  a.header_email {
    padding: 2% 0;
    vertical-align: middle;
    display: inline-block;
    box-sizing: border-box;
  }

  nav .sub-menu,
  .mean-container .mean-nav ul ul {
    background: #fff;
  }
  .mean-nav .container {
    padding: 0;
  }
  nav li .fa {
    display: none;
  }
  .meanmenu-reveal-btn span {
    display: inline-block;
    vertical-align: top;
    margin: 13px 0 0 0;
  }
  .meanmenu-reveal {
    display: inline-block;
  }
  .br_npro {
    display: none;
  }
}

@media only screen and (max-device-width: 691px),
  screen and (max-width: 830px) {
  #h_top .header_tel_email {
    width: 10%;
  }
}

@media only screen and (max-device-width: 471px),
  screen and (max-width: 690px) {
  #h_top {
    width: 90%;
  }
  #h_top .header_tel_email {
    width: 20%;
  }
}

@media only screen and (max-device-width: 0), screen and (max-width: 470px) {
  #h_top {
    width: 84%;
  }
  .h_logo {
    width: 70%;
  }
  #h_top .header_tel_email {
    width: 25%;
  }
  a.header_logo {
    width: 90%;
  }
}

/* ---------------------------------------------------------------------------------------------

　   CONTENTS

--------------------------------------------------------------------------------------------- */
.main1 {
  padding-top: 106px;
}
.main2 {
  padding-top: 85px;
}

#main p {
  word-break: break-all;
}

/*section {
  text-align: center;
}*/

#sec01 {
  background: #cadffa;
}
#sec02 {
  background: #99c1f3;
}
#sec03 {
  background: #7ea7d9;
}
#sec04 {
  background: #618bbe;
}
.btn {
  display: block;
  text-align: center;
  margin: 0 auto;
}
/*.btn:before {
  content: "\f104";
  font-family: "FontAwesome";
  margin-right: 5px;
}*/
@media only screen and (max-width: 1122px) {
  .main {
    padding-top: 121px;
  }
}
@media only screen and (max-width: 830px) {
  .main {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 768px) {
  #main {
    padding-top: 58px;
  }
  .btn {
    width: 60%;
  }
}

@media only screen and (max-width: 480px) {
  .btn {
    width: 100%;
  }
}

/* @media print, screen and (min-width: 769px) {
  #main {
    padding-top: 80px;
  }
} */

/*-------- nav start --------*/
.nav {
  width: 100%;
  min-width: 1024px;
  margin: 0 auto;
  background: #fff;
  box-sizing: border-box;
  position: relative;
  border-bottom: 0.5px solid #ccc;
}
.nav_ddmenu {
  /*overflow: hidden;*/
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  text-align: right;
  box-sizing: border-box;
}
.nav_ddmenu li {
  width: 10%;
  text-align: center;
  display: inline-block;
  list-style-type: none;
  /*position: relative; */
  border-right: 1px solid #666;
  box-sizing: border-box;
}
.nav_ddmenu li:last-child {
  border-right: none;
}
.nav_ddmenu a {
  display: block;
  padding: 1em 0;
  line-height: 1.5em;
  font-weight: bold;
  color: #333;
}
.nav_ddmenu a:hover {
  background-color: #007f2e;
  color: #fff;
}
.nav_ddmenu .nav_menu {
  font-size: 11px;
}
.nav_ddmenu .ddmenu_wrap {
  /*display: inline-block;
  margin-right: 20px;
  vertical-align: top;*/
  width: 100%;
  display: none;
  margin: 0;
  padding: 50px 0;
  position: absolute;
  top: 38px;
  left: 0;
  background: #007f2e;
  opacity: 0.8;
  z-index: 1000;
}
.nav_ddmenu .ddmenu_wrap .ddmenu_box {
  width: 1024px;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
}
.nav_ddmenu .ddmenu_wrap ul {
  width: 19%;
  min-width: 200px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.nav_ddmenu li:hover .ddmenu_wrap {
  display: block;
}
.nav_ddmenu .ddmenu_wrap ul li {
  width: 100%;
  margin-bottom: 0;
  padding: 5px 0 5px 10px;
  border-right: none;
  /*border-bottom: 1px solid #fff;*/
  text-align: left;
  font-weight: none;
  font-size: 0.8em;
  box-sizing: border-box;
  opacity: 1;
  box-sizing: border-box;
}
.nav_ddmenu .ddmenu_wrap ul li a {
  color: #fff;
}
.nav_ddmenu .ddmenu_wrap ul li:hover {
  background-color: #fff;
}
.nav_ddmenu .ddmenu_wrap ul li:hover a {
  color: #1b1464;
  background-color: #fff;
}
.bx-wrapper img {
  width: 100% !important;
}
@media only screen and (max-device-width: 831px),
  screen and (max-width: 1024px) {
  .header_nav {
    padding: 1%;
  }
  .nav_ddmenu {
    width: 100%;
  }
  .nav {
    min-width: inherit;
  }
  .nav_ddmenu .ddmenu_wrap ul {
    min-width: inherit;
  }
}
@media only screen and (max-device-width: 831px), screen and (max-width: 1122px) {
  .nav_ddmenu .ddmenu_wrap {
    position: absolute;
    top: 54px;
    left: 0;
  }
}
@media only screen and (max-device-width: 0px), screen and (max-width: 830px) {
  .nav {
    min-width: inherit;
  }
}
/* --------------------------------------------------------------
 3: main
--------------------------------------------------------------- */

.main {
  width: 100%;
  min-width: 1024px;
  margin: 0 auto;
}

.contact {
  width: 100%;
  min-width: 1024px;
  margin: 0 auto;
  background: #fef9f6;
  box-sizing: border-box;
}
.contact_wrap {
  width: 1024px;
  margin: 0 auto;
  box-sizing: border-box;
}
.contact_title {
  width: 100%;
  min-width: 1024px;
  margin: 0 auto;
  padding: 4% 1.6% 0;
  box-sizing: border-box;
}
.contact_title h3 {
  width: 100%;
  margin: 0 auto;
  padding-top: 4.2%;
  text-align: center;
}
.contact_btn {
  padding: 6% 0;
  font-size: 0;
}
.mouseover {
  width: 35%;
  display: inline-block;
  box-sizing: border-box;
}
.contact_tel {
  padding-right: 1.2%;
  text-align: left;
}
.contact_mail {
  padding-left: 1.2%;
  text-align: right;
}
.topic_link {
  width: 100%;
  min-width: 1024px;
  margin: 0 auto 7.6%;
  text-align: center;
  /* background: url(../img/1_27_off.png) no-repeat center center;
  background-size: cover; */
}
.topibtn {
  width: 100%;
  margin: 0 auto;
  padding: 7% 0;
  text-align: center;
  background: url(../img/1_27.jpg) no-repeat center 35%;
  background-size: cover;
  position: relative;
}
/* .topic_link a {
  width: 100%;
  padding: 8% 0;
  display: block;
} */
.topibtn::before {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
}
.topic_link > a:hover .topibtn::before {
  background-color: rgba(0, 0, 0, 0.3);
}
.topibtn img {
  width: 100%;
}
.topibtn:hover img {
  -webkit-filter: brightness(0.7);
  -moz-filter: brightness(0.7);
  -o-filter: brightness(0.7);
  -ms-filter: brightness(0.7);
  filter: brightness(1);
}
.maintitle_outbox {
  display: none;
}
.maintitle_outbox_sp {
  display: none;
}
.br_sp_on {
  display: none;
}
.br_sp_pad {
  display: none;
}
.br_sp_plus {
  display: none;
}
.br_sp_x {
  display: none;
}
.br_sp_se {
  display: none;
}
@media only screen and (max-device-width: 0px), screen and (max-width: 830px) {
  .main {
    min-width: inherit;
  }
  .contact {
    min-width: inherit;
  }
  .contact_wrap {
    width: 100%;
    padding: 0 1.6%;
  }
  .contact_title {
    min-width: inherit;
    padding: 0;
  }
  .contact_title h3 {
    width: 100%;
    padding: 5.7% 0 0;
    line-height: 2em;
  }
  .contact_btn {
    padding: 6% 0;
  }
  .contact_btn_pt1 {
    padding-top: 6%;
  }
  .topic_link {
    width: 100%;
    min-width: inherit;
  }
  .topic_link p {
    width: 100%;
  }
  .mouseover {
    width: 40%;
  }

  .br-sp {
    display: none;
  }
  .br_sp_pad {
    display: block;
  }
  /* .br_sp_on {
    display: block;
  } */
  .br_sp_plus {
    display: none;
  }
  .br_sp_plusl {
    display: none;
  }
}
@media only screen and (max-device-width: 0), screen and (max-width: 500px) {
  .mouseover {
    width: 70%;
    margin: 0 auto;
    padding: 0 0 5%;
    display: block;
  }
  .contact_mail {
    padding: 0;
  }
  .contact_mail {
    padding: 0;
  }
  .topibtn img {
    width: 65%;
  }
  .maintitle_wrap1 .maintitle_box .maintitle_box_pc {
    display: none;
  }
  .maintitle_outbox {
    display: block;
    width: 100%;
    padding: 5%;
    text-align: center;
    background: #e6f2eb;
    box-sizing: border-box;
  }
  .maintitle_outbox_sp {
    display: block;
    font-size: 1.3rem;
  }
  .br-sp { 
    display:none; 
  }
  .br_sp_pad {
    display: none;
  }
  .br_sp_plusl {
    display: none;
  }
  .br_sp_plus {
    display: block;
  }
  .br_sp_on {
    display: block;
  }
  .pc_off {
    display: none;
  }
}
@media only screen and (max-device-width: 0), screen and (max-width: 375px) {
  .br_sp_plus {
    display: none;
  }
  .br_sp_x {
    display: block;
  }
}
@media only screen and (max-device-width: 0), screen and (max-width: 320px) {
  .br_sp_x {
    display: none;
  }
  .br_sp_se {
    display: block;
  }
}

/* --------------------------------------------------------------
 4: footer
--------------------------------------------------------------- */
#footer {
  background-image: linear-gradient(-20deg, #e9defa 0%, #fbfcdb 100%);
  font-size: 14px;
}
.f_logo,
.f_logo p {
  text-align: center;
}
.copy {
  text-align: center;
}

/*トップへ*/
.topBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: block;
  background-color: #007f2e;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 22px;
  border-radius: 30px;
  padding-top: 30px;
  box-sizing: border-box;
}
.topBtn:before {
  content: "\25B2";
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 20px;
}
.topBtn:hover {
  opacity: 0.7;
}
.container {
  position: relative;
}
.contents {
  margin: 40px 40px 60px 40px;
}
.fcontents li {
  text-align: left;
}

@media only screen and (max-width: 768px) {
  #footer {
    padding: 40px 0;
  }
  .f_logo {
    padding: 0 20px;
    text-align: center;
  }
  .f_logo p {
    text-align: center;
  }
  .f_logo img {
    margin-bottom: 20px;
    width: 150px;
  }
}

#footer {
  padding: 30px 0;
}

/*.f_logo img {
  margin-bottom: 20px;
  width: 200px;
}*/

.footer {
  width: 100%;
  min-width: 1024px;
  margin: 0 auto;
  background: #eee;
  box-sizing: border-box;
}
.fcontents_wrap {
  width: 1024px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
}
.footer_nav {
  min-width: 1024px;
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 0 0 0;
  color: #1b1464;
  box-sizing: border-box;
}
.ftitle {
  width: 21%;
  margin: 0 auto;
  padding: 1px 0 20px 15px;
  float: left;
  color: #777;
  box-sizing: border-box;
}
.ftitle > h2 > img {
  width: 100%;
  padding-bottom: 20px;
}
.ftitle p {
  font-size: 0.83em;
  /*  padding-left: 3em;*/
  line-height: 2em;
  text-align: left;
}
.pmark {
  width: 30%;
  padding-top: 10px;
  padding-bottom: 0;
  box-sizing: border-box;
}
.pmark img {
  width: 100%;
  box-sizing: border-box;
}

.fcontents {
  overflow: hidden;
  width: 79%;
  margin: 0 auto;
  padding: 1px 0 20px 20px;
  max-width: 1024px;
  text-align: center;
  float: left;
  text-align: left;
  box-sizing: border-box;
}
/*.fcontents>h3 {
  padding: 0 0 30px 30px;
}*/
.fcontents > h4 {
  padding-bottom: 20px;
}

.fsurvice_wrap,
.ftopics,
.fcompany,
.fother {
  width: 25%;
  font-size: 0.83em;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 2.5em;
  text-indent: -1em;
  font-size: 12px;
}
.fgroup,
.fnew {
  font-size: 13.28px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}
.fgroup1 {
  display: inline-block;
  color: #555;
}
.group_box {
  width: 22%;
}
.other_box {
  width: 25%;
  padding: 0 0 0 2em;
}
.fcontents li {
  line-height: 2em;
}
.fgroup li h4,
.fnew li h4 {
  padding-bottom: 20px;
  color: #555;
  font-size: 12px;
}
.fcontents .fsurvice {
  padding-bottom: 20px;
  color: #555;
}
.fcontents li a {
  color: #777;
}
.fcontents li a:hover {
  color: #333;
}
.copyright {
  padding: 10px 0;
  line-height: 2em;
  font-size: small;
  text-align: center;
  background: #007f2e;
  color: #fff;
}
.topBtn {
  bottom: 2%;
  right: 2%;
  width: 50px;
  height: 50px;
  font-size: 60%;
  line-height: 1em;
  padding-top: 0;
  display: block;
  z-index: 99999;
}
.topBtn::before {
  font-size: 80%;
  top: 30%;
}
.topBtn span {
  position: absolute;
  bottom: 20%;
  left: 0;
  width: 100%;
}
.ftitle_pc {
  display: inline-block;
}
.ftitle_sp {
  display: none;
}

@media only screen and (max-device-width: 831px), screen and (max-width: 1024px) {
  .fcontents {
    padding: 0.2% 0 1% 1%;
  }
  .footer_nav {
    padding: 2%;
  }
  .fcontents_wrap {
    width: 100%;
  }
}
@media only screen and (max-device-width: 0), screen and (max-width: 830px) {
  .ftitle_sp {
    display: none;
  }
  .footer {
    min-width: inherit;
    margin: 60px auto 0 auto;
  }
  .fcontents_wrap {
    width: 100%;
  }

  .footer_nav {
    min-width: inherit;
  }
  dl.footer-box {
    border-bottom: 1px solid #ccc;
  }
  .footer dl:last-child {
    border-bottom: none;
  }
  .footer-box dt,
  .faq-detail .faq-box dd {
    color: #000;
    padding: 1% 2%;
    position: relative;
    box-sizing: border-box;
  }
  .footer-box dt::before,
  .faq-detail .faq-box dd::before {
    width: 60px;
    display: inline-block;
    width: 50px;
  }
  .footer-box dt {
    text-align: left;
    cursor: pointer;
    display: block;
    width: 100%;
  }
  .footer-box dd a {
    text-decoration: none;
    padding: 4% 2%;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
  .footer-box dt.choice a {
    display: block;
    box-sizing: border-box;
  }
  .footer-box dd .length_long {
    width: 100%;
    display: block;
  }

  /* .footer-box.closed dt.choice { グループ・ソリューションとニュープロジェクトの下階層なしの場合はコメント解除
    background: #eee url("../img/footer_choice.png") no-repeat scroll 99% 50%;
  }
  .footer-box.opened dt.choice { グループ・ソリューションとニュープロジェクトの下階層なしの場合はコメント解除
    background: #eb5505 url("../img/footer_choice.png") no-repeat scroll 99% 50%;
  } */
  .footer-box.closed dt {
    background: #eee url("../img/footer_open.png") no-repeat scroll 99% 50%;
  }
  .footer-box.closed dd {
    display: none;
  }
  .footer-box.opened dt {
    background: #eb5505 url("../img/footer_close.png") no-repeat scroll 99% 50%;
    color: #fff;
  }
  .footer-box.opened dd {
    display: block;
    color: #000;
    text-align: left;
    background-color: #fff;
    width: 100%;
  }
  .footer-box.opened dd p {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    box-sizing: border-box;
  }
  .footer-box.closed dt p {
    display: inline-block;
    width: 93%;
    vertical-align: middle;
    padding: 3% 0;
  }
  .footer-box.opened dt p {
    display: inline-block;
    width: 93%;
    vertical-align: middle;
    padding: 3% 0;
  }
  .copyright {
    padding: 2% 1%;
    font-size: 60%;
  }
  .topBtn {
    width: 40px;
    height: 40px;
    font-size: 50%;
    line-height: 0.7em;
    position: fixed !important;
    z-index: 10000;
  }
}
@media only screen and (max-device-width: 0), screen and (max-width: 667px) {
  .ftitle_pc {
    display: none;
  }
  .ftitle_sp {
    display: inline-block;
  }
  .footer_nav {
    padding: 5% 2%;
  }
  .fcontents {
    width: 100%;
    padding: 0 0 3rem 0; 
  }
  .fsurvice_wrap, .ftopics, .fcompany, .fother {
    width: 49%;
    padding: 0 0 2em 2.5em;
  }
  .group_box, .other_box {
    padding: 0 0 0 2.5em;
  }
  .fsurvice_wrap {
    float: left;
  }
  .ftopics {
    float: right;
  }
  .group_box {
    float: left;
  }
  .other_box {
    float: right;
  }

  .ftitle {
    width: 100%;
    padding: 0 5%;
  }
  .ftitle h2 {
    width: 45%;
    margin-right: 13rem;
    padding-bottom: 1.5rem;
    display: inline-block;
    vertical-align: middle;
  }
  .ftitle h2 a img {
    width: 100%;
    max-width: 353px;
  }
  .pmark {
    width: 12%;
    padding: 0;
    display: inline-block;
    vertical-align: bottom;
  }

  /*ハンバーガーメニューに戻さなければコメントの部分削除する
   .footer-box.opened dd p {
    font-size: 1rem;
  }
  .footer-box.closed dt p {
    font-size: 1rem;
  }
  .footer-box.opened dt p {
    font-size: 1rem;
  } */
}
@media only screen and (max-device-width: 0), screen and (max-width: 375px) {
  .ftitle h2 {
    width: 50%;
    margin-right: 10rem;
  }
}
@media only screen and (max-device-width: 0), screen and (max-width: 320px) {
  .footer_nav {
    padding: 5% 3% 5% 2%;
  }
  .fcontents {
    padding: 0 0 3rem 0;
  }
  .ftitle h2 {
    width: 55%;
    margin-right: 7rem;
  }
}