@charset "UTF-8";
/* Reset */
/*-----------------------------------------------*/
html {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  width: auto !important;
  width: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  vertical-align: baseline;
  color: #3e3a39;
  box-sizing: padding-box;
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
:root {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  outline: 0;
  font-size: 1.6rem;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

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;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
}

a {
  text-decoration: none;
  color: #3e3a39;
}
a.decoration {
  text-decoration: underline;
}
a.decoration:visited, a.decoration:focus, a.decoration:active {
  text-decoration: underline;
  outline: 0;
}
a:visited, a:focus, a:active {
  text-decoration: none;
  color: #3e3a39;
  outline: 0;
}

/* clearfix */
/*-----------------------------------------------*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: all 0.25s ease-out;
  /*a &:hover {
  	filter:alpha(opacity=80);
  	-moz-opacity: 0.8;
  	opacity: 0.8;
  }*/
}
img .centerize {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.centerize {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

.left {
  text-align: left !important;
}

.rightBox {
  float: right !important;
}

.leftBox {
  float: left !important;
}

.clear {
  clear: both;
}

.bold {
  font-weight: bold !important;
}

.noline {
  border: none !important;
}

.hide {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .onlyPc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .onlySp {
    display: none;
  }
}
/*-----------------------------------------------*/
/* Reset */
#container {
  overflow: hidden;
  position: relative;
}

body.fix {
  position: fixed;
  width: 100%;
  height: 100%;
}
body.fix #navWrap {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

/* ----------------------------------------
	header
---------------------------------------- */
header#masthead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  color: #ffffff;
  line-height: 1.2;
  z-index: 99;
  transition: all 0.25s ease-out;
  /* ------#nav_global------------ */
}
@media screen and (min-width: 901px) {
  header#masthead {
    height: 100px;
    background: url("../images/common/bghead_sub.png?5") repeat-x;
    background-size: auto 100%;
  }
  header#masthead.fixed {
    height: 100px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1250px) {
  header#masthead {
    height: 100px !important;
  }
}
@media screen and (min-width: 1025px) {
  header#masthead {
    height: 130px;
  }
}
header#masthead.fixed {
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 767px) {
  header#masthead.fixed {
    background: rgba(255, 255, 255, 0.9);
  }
}
header#masthead .siteTitle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 3%;
  width: 180px;
  z-index: 100;
}
@media screen and (min-width: 901px) {
  header#masthead .siteTitle {
    width: 100%;
    transition: all 0.25s ease-out;
    background: none;
  }
}
@media screen and (min-width: 901px) and (max-width: 1024px) {
  header#masthead .siteTitle {
    left: 20px;
    width: 230px;
    top: 55px !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1250px) {
  header#masthead .siteTitle {
    left: 20px !important;
    width: 230px !important;
    top: 55px !important;
  }
}
@media screen and (min-width: 1025px) {
  header#masthead .siteTitle {
    left: 30px;
    width: 270px;
  }
}
@media screen and (min-width: 1025px) {
  header#masthead.fixed .siteTitle {
    width: 230px;
    top: 50%;
  }
}
@media screen and (min-width: 1025px) {
  header#masthead ul#nav_main {
    position: absolute;
    right: 0px;
    top: 65px;
    width: -webkit-calc(100% - 350px);
    width: calc(100% - 350px);
    display: flex;
    justify-content: space-between;
  }
  header#masthead ul#nav_main li.gnav {
    padding-right: 10px;
  }
  header#masthead ul#nav_main li.gnav a.gnav {
    position: relative;
    display: block;
    font-weight: bold;
    font-size: 1.3rem;
    color: #3e3a39;
    vertical-align: baseline;
    text-align: center;
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  }
  header#masthead ul#nav_main li.gnav a.gnav:hover {
    color: #009999;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1250px) {
  header#masthead ul#nav_main {
    width: 620px !important;
    top: 70px !important;
    right: 10px !important;
  }
  header#masthead ul#nav_main li.gnav {
    padding-right: 10px !important;
  }
  header#masthead ul#nav_main li.gnav a.gnav {
    font-size: 1.3rem !important;
  }
}
@media screen and (min-width: 1025px) {
  header#masthead ul#nav_main {
    width: 770px;
    top: 90px;
  }
  header#masthead ul#nav_main li.gnav {
    padding-right: 20px;
  }
  header#masthead ul#nav_main li.gnav a.gnav {
    font-size: 1.4rem;
  }
}
header#masthead .headcontact {
  text-align: center;
  position: absolute;
  transition: all 0.25s ease-out;
  right: 0px;
  width: 370px;
}
@media screen and (max-width: 1024px) {
  header#masthead .headcontact {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  header#masthead .headcontact {
    top: 20px;
    right: 20px;
  }
}
header#masthead .headcontact .ol {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  header#masthead .headcontact .ol div {
    width: 49%;
  }
}
header#masthead .headcontact .ol div a {
  font-weight: bold;
  border-radius: 30px;
  position: relative;
  display: block;
  padding: 7px 10px 7px 10px;
  line-height: 1;
  font-size: 1.3rem;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
@media screen and (min-width: 1025px) and (max-width: 1250px) {
  header#masthead .headcontact .ol div a {
    padding: 10px 10px 10px 10px !important;
  }
}
@media screen and (min-width: 1025px) {
  header#masthead .headcontact .ol div a {
    font-size: 1.6rem;
    padding: 12px 10px 12px 10px;
  }
}
header#masthead .headcontact .ol div a::after {
  display: inline-block;
  top: 10px;
  right: 10px;
  width: 15px;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
}
@media screen and (min-width: 1025px) and (max-width: 1250px) {
  header#masthead .headcontact .ol div a::after {
    top: 8px !important;
  }
}
@media screen and (min-width: 1025px) {
  header#masthead .headcontact .ol div a::after {
    top: 11px;
  }
}
header#masthead .headcontact .ol div:nth-child(1) a {
  background: #FFFFFF;
  border: 2px solid #009999;
  color: #009999;
}
header#masthead .headcontact .ol div:nth-child(1) a:hover {
  background: #B6F9F9;
}
header#masthead .headcontact .ol div:nth-child(1) a::after {
  content: url("../images/common/arrow_g.svg");
}
header#masthead .headcontact .ol div:nth-child(2) a {
  background: linear-gradient(90deg, rgb(56, 175, 175), rgb(0, 153, 153));
  color: #FFFFFF;
}
header#masthead .headcontact .ol div:nth-child(2) a:hover {
  background: #2bbfbb;
}
header#masthead .headcontact .ol div:nth-child(2) a::after {
  content: url("../images/common/arrow_w.svg");
}
@media screen and (min-width: 1025px) {
  header#masthead.fixed .headcontact {
    top: 15px;
    bottom: auto !important;
  }
  header#masthead.fixed .headcontact a {
    padding: 13px 10px 13px 10px !important;
    font-size: 1.4rem;
  }
  header#masthead.fixed .headcontact a::after {
    top: 7px;
  }
  header#masthead.fixed .headcontact:nth-child(1) a {
    padding: 10px 0px 0px 0px !important;
  }
  header#masthead.fixed ul#nav_main {
    top: 70px;
  }
}
header#masthead #sp_requestArea {
  margin: 0px auto;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  header#masthead #sp_requestArea {
    display: none;
  }
}
header#masthead #sp_requestArea div a {
  padding: 20px 10px;
  display: block;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1;
  position: relative;
  text-align: center;
}
header#masthead #sp_requestArea div a::after {
  display: inline-block;
  top: 17px;
  right: 10px;
  width: 15px;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
}
header#masthead #sp_requestArea div.contact {
  background: #ffffff;
  margin-bottom: 20px;
}
header#masthead #sp_requestArea div.contact a {
  color: #009999;
}
header#masthead #sp_requestArea div.contact a::after {
  content: url("../images/common/arrow_g.svg");
}
header#masthead #sp_requestArea div.entry {
  background: #009999;
  border: 1px solid #ffffff;
}
header#masthead #sp_requestArea div.entry a {
  color: #ffffff;
}
header#masthead #sp_requestArea div.entry a::after {
  content: url("../images/common/arrow_w.svg");
}
header#masthead #sp_snsArea {
  margin-bottom: 40px;
}
header#masthead #sp_snsArea ul {
  width: 110px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  header#masthead #sp_snsArea ul {
    display: none;
  }
}
header#masthead #sp_snsArea ul li {
  width: 40%;
}
header#masthead #sp_snsArea ul a {
  padding: 0px;
}
header#masthead #sp_snsArea ul a::after {
  display: none;
}
header#masthead #sp_snsArea ul a:hover {
  background: none;
}
header#masthead #sp_telArea {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 15px;
  color: #ffffff;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
header#masthead #sp_telArea span {
  font-size: 3rem;
  font-weight: 800;
}
@media screen and (min-width: 1025px) {
  header#masthead #sp_telArea {
    display: none;
  }
}
header#masthead #sp_telArea img {
  width: 45px;
  vertical-align: middle;
  padding-right: 10px;
}

/******************************************
	Navigation　Area
******************************************/
/***ハンバーガーメニューボタン　**************/
@media screen and (max-width: 1024px) {
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 15px;
    top: 15px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: linear-gradient(90deg, rgb(56, 175, 175), rgb(0, 153, 153));
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  /* スマホメニューを開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    background: #ffffff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 16px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* メニュー背景　*/
  nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #fff;
    /*background: rgba( 71,70,73,0.6 );*/
    background: linear-gradient(90deg, rgb(56, 175, 175), rgb(0, 153, 153));
    text-align: center;
    width: 100%;
    transform: translateX(100%);
    transition: all 0.6s;
    height: 100%;
    padding-top: 100px;
  }
  nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: 0.4s all;
    width: 50%;
    position: relative;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
  }
  nav.globalMenuSp ul li:hover {
    color: #ebebeb;
  }
  nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 1em 18px;
    text-decoration: none;
    text-align: left;
    font-weight: bold;
  }
  nav.globalMenuSp ul li a::after {
    content: url("../images/common/arrow_w.svg");
    isplay: inline-block;
    top: 15px;
    left: 0px;
    width: 10px;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
  }
  /* クリックでjQueryで追加・削除 */
  nav.globalMenuSp.active {
    opacity: 100;
    display: block;
    transform: translateX(0%);
  }
  #nav_ol {
    max-width: 500px;
    margin: 0px auto;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* ----------------------------------------
	#content
---------------------------------------- */
#content {
  margin: 0 auto;
  padding: 0px 0px 0px 0px;
  min-height: 200px;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  #content {
    padding-top: 65px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 900px) {
  #content {
    margin-top: 0px;
  }
}
@media screen and (min-width: 1025px) {
  #content {
    min-height: 650px;
    margin-top: 130px;
  }
}
#content #main {
  position: relative;
  padding: 0px 0px 0px 0px;
}
@media screen and (min-width: 901px) {
  #content #main {
    padding: 0px 0px 0px 0px;
  }
}
#content .inner {
  margin: 0 auto;
  padding: 100px 5%;
  max-width: 1240px;
  width: 100%;
}
@media screen and (min-width: 901px) and (max-width: 1024px) {
  #content .inner {
    padding: 80px 5%;
  }
}
@media screen and (min-width: 1025px) {
  #content .inner {
    padding: 150px 30px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1250px) {
  #content .inner {
    padding: 100px 5%;
  }
}
#content .inner2 {
  padding: 80px 5%;
  max-width: 2500px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 901px) and (max-width: 1024px) {
  #content .inner2 {
    padding: 100px 5%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1250px) {
  #content .inner2 {
    padding: 150px 5% !important;
  }
}
@media screen and (min-width: 1025px) {
  #content .inner2 {
    padding: 150px 30px;
  }
}
#content .inner3 {
  margin: 0 auto;
  padding: 25px 5%;
  max-width: 950px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #content .inner3 {
    padding: 40px 20px;
  }
}
#content section,
#content div.group {
  position: relative;
}
#content section.last,
#content div.group.last {
  margin-bottom: 0;
}
#content section:after,
#content div.group:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}
#content .fullWidth {
  margin-left: -500%;
  margin-right: -500%;
  padding-left: 500%;
  padding-right: 500%;
}
#content .flex_between {
  display: flex;
  justify-content: space-between;
}
#content .flex_center {
  display: flex;
  justify-content: center;
}
#content p {
  margin: 0 0 1em;
  line-height: 2;
}
#content ol.decimal li {
  list-style-type: decimal;
  margin-left: 23px;
  padding: 0 0 10px 10px;
}
#content ul.square li {
  list-style-type: square;
  margin-left: 20px;
  padding: 0 0 10px 0px;
}
#content ul.disc li {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 1em;
}
#content ul.listWrap li.empty {
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
#content ul.listWrap li.empty::after {
  display: none;
}

/* ----------------------------------------
	#pageTitle
---------------------------------------- */
#pageTitle {
  background: url("../images/common/pagetit_bg.jpg?3") no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0px auto;
  height: 180px;
}
@media screen and (max-width: 480px) {
  #pageTitle {
    height: 100px;
  }
}
@media screen and (min-width: 1025px) {
  #pageTitle {
    height: 250px;
  }
}
#pageTitle .inner {
  position: absolute;
  margin: 0 auto;
  padding: 0px !important;
  left: 0;
  right: 0;
  top: 65px;
  width: auto;
}
@media screen and (max-width: 480px) {
  #pageTitle .inner {
    top: 30px;
  }
}
@media screen and (min-width: 1025px) {
  #pageTitle .inner {
    top: 100px;
    left: 5%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1250px) {
  #pageTitle .inner {
    top: 100px;
    left: 5%;
  }
}
#pageTitle h1 {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1;
  text-align: left;
}
@media screen and (max-width: 480px) {
  #pageTitle h1 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  #pageTitle h1 {
    font-size: 3rem;
  }
}

/* ----------------------------------------
	#共通
---------------------------------------- */
.bgG {
  background: #f5f5f5;
}

.pointR {
  color: #E41E26;
}

.pointG {
  color: #009999;
}

.alignC {
  text-align: center;
}

ul.disc {
  list-style-type: disc;
}

/* ----------------------------------------
	ボタン
---------------------------------------- */
a.btn100 {
  border: 2px solid #009999;
  background: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 3rem;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #009999;
  border-radius: 30px;
  margin-top: 10px;
}
a.btn100:hover {
  background: #B6F9F9;
}
a.btn100::after {
  content: url("../images/common/arrow_g.svg");
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-left: 10px;
}

/* ----------------------------------------
	#breadcrumbs
---------------------------------------- */
#breadcrumbs {
  padding: 7px 5% 7px 5%;
  text-align: left;
  font-size: 1.1rem;
  line-height: 1.1;
  color: #333333 !important;
  z-index: 95;
  text-shadow: none;
  max-width: 1240px;
  width: 100%;
  margin: 0px auto;
}
@media screen and (min-width: 1025px) and (max-width: 1250px) {
  #breadcrumbs {
    padding: 10px 5% 10px 5% !important;
  }
}
@media screen and (min-width: 1025px) {
  #breadcrumbs {
    padding: 10px 30px 10px 30px;
  }
}
#breadcrumbs span {
  font-size: 1.1rem;
}
#breadcrumbs span a {
  font-size: 1.1rem;
  color: #333333;
}
#breadcrumbs span a:visited, #breadcrumbs span a:focus, #breadcrumbs span a:active {
  color: #333333;
}
#breadcrumbs span a:hover {
  text-decoration: underline;
}

/* ----------------------------------------
	.wp-pagenavi
---------------------------------------- */
.wp-pagenavi {
  margin: 0px auto 50px;
  padding: 15px 0 0;
  width: 100%;
  text-align: center;
  /*border-top: 1px solid #E2E2E2;*/
  /*display: flex;*/
  justify-content: center;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi {
    margin: 50px auto 0;
  }
}
.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none !important;
  white-space: nowrap;
  border: 1px solid #04726f !important;
  margin: 2px 4px !important;
  padding: 8px 10px !important;
  font-size: 1.3rem;
  line-height: 1;
  color: #04726f;
  display: inline-block;
  transition-property: all;
  transition: 0.2s linear;
}
.wp-pagenavi a.current, .wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink, .wp-pagenavi a:hover,
.wp-pagenavi span.current,
.wp-pagenavi span.previouspostslink,
.wp-pagenavi span.nextpostslink,
.wp-pagenavi span:hover {
  font-weight: normal;
  color: #FFFFFF;
  background: #04726f;
  border: 1px solid #04726f;
  display: inline-block;
}
.wp-pagenavi a.extend,
.wp-pagenavi span.extend {
  border: none;
}

/* ----------------------------------------
	.p_navi
---------------------------------------- */
.p_navi {
  margin: 0px auto 0;
  padding: 30px 0 0;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p_navi {
    margin: 50px auto 0;
  }
}
.p_navi div {
  margin: 0 3px;
}
.p_navi a {
  display: inline-block;
  padding: 8px;
  font-size: 1.3rem;
  line-height: 1;
  color: #ffffff;
  text-decoration: none !important;
  transition: 0.2s linear;
  background: #009999;
}
.p_navi a:hover {
  color: #FFFFFF;
  background: #333333;
}
.p_navi .prev a:before {
  font-family: FontAwesome;
  content: "\f104";
  padding-right: 10px;
}
.p_navi .next a:after {
  font-family: FontAwesome;
  content: "\f105";
  padding-left: 10px;
}
.p_navi .list a {
  padding: 8px 20px;
}

/* ----------------------------------------
	#footcontactArea
---------------------------------------- */
@media screen and (max-width: 900px) {
  #footcontactArea {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 901px) {
  #footcontactArea {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 900px) {
  #footcontactArea .contact_ol {
    text-align: center;
    max-width: 550px;
    margin: 0px auto;
    width: 100%;
    margin-bottom: 30px;
    padding: 30px 30px;
  }
}
@media screen and (min-width: 901px) {
  #footcontactArea .contact_ol {
    width: 50%;
    padding: 50px 50px;
  }
}
@media screen and (min-width: 1025px) {
  #footcontactArea .contact_ol {
    padding: 100px 100px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1250px) {
  #footcontactArea .contact_ol {
    padding: 50px 50px;
  }
}
#footcontactArea .contact_ol a {
  color: #ffffff;
  display: block;
}
#footcontactArea .contact_ol .tit {
  margin-bottom: 60px;
  position: relative;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #footcontactArea .contact_ol .tit {
    font-size: 1.4rem;
    text-align: center;
  }
}
#footcontactArea .contact_ol .tit span {
  font-weight: bold;
  line-height: 1;
  width: 100%;
  display: block;
}
@media screen and (max-width: 900px) {
  #footcontactArea .contact_ol .tit span {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 901px) {
  #footcontactArea .contact_ol .tit span {
    font-size: 4.2rem;
    margin-bottom: 8px;
  }
}
#footcontactArea .contact_ol .tit::before {
  display: inline-block;
  height: 4px;
  width: 75px;
  background: #ffffff;
  position: absolute;
  left: 0px;
  bottom: -30px;
  content: "";
}
@media screen and (max-width: 900px) {
  #footcontactArea .contact_ol .tit::before {
    left: 0px;
    right: 0px;
    margin: 0px auto;
  }
}
#footcontactArea .contact_ol p {
  margin-bottom: 30px;
}
@media screen and (min-width: 901px) {
  #footcontactArea .contact_ol p {
    margin-bottom: 50px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1025px) {
  #footcontactArea .contact_ol p {
    font-size: 2rem;
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1250px) {
  #footcontactArea .contact_ol p {
    font-size: 1.8rem;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 901px) {
  #footcontactArea .contact_ol .morebtn {
    text-align: right;
  }
}
#footcontactArea .contact_ol .morebtn span {
  width: 160px;
  padding: 10px;
  border: 1px solid #ffffff;
  text-align: center;
  display: inline-block;
  line-height: 1;
  border-radius: 20px;
  position: relative;
}
#footcontactArea .contact_ol .morebtn span::after {
  content: url("../images/common/arrow_w.svg");
  display: inline-block;
  top: 10px;
  right: 10px;
  width: 15px;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
}
@media screen and (min-width: 1025px) and (max-width: 1250px) {
  #footcontactArea .contact_ol .morebtn span::after {
    top: 8px !important;
  }
}
@media screen and (min-width: 1025px) {
  #footcontactArea .contact_ol .morebtn span::after {
    top: 10px;
  }
}
#footcontactArea #foot_contact {
  background: url("../images/common/foot_contact_bg.jpg?3") no-repeat center center;
  background-size: auto;
  background-size: cover;
}
#footcontactArea #foot_member {
  background: url("../images/common/foot_mamber_bg.jpg?3") no-repeat center center;
  background-size: auto;
  background-size: cover;
}

/* ----------------------------------------
	#mastfoot
---------------------------------------- */
#mastfoot {
  position: relative;
  line-height: 1.3;
  font-size: 13px !important;
  /* ------pagetop------------*/
  /* ------foot_copy------------*/
}
#mastfoot .inner {
  margin: 0 auto;
  padding: 50px 5%;
  max-width: 1240px;
  width: 100%;
}
@media screen and (min-width: 901px) {
  #mastfoot .inner {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 901px) and (max-width: 1024px) {
  #mastfoot .inner {
    padding: 60px 5% 30px 5%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1250px) {
  #mastfoot .inner {
    padding: 60px 5% 30xp 5% !important;
  }
}
@media screen and (min-width: 1025px) {
  #mastfoot .inner {
    padding: 60px 30px 30px 30px;
  }
}
@media screen and (max-width: 900px) {
  #mastfoot #infoArea {
    text-align: center;
    max-width: 500px;
    margin: 0px auto;
    padding: 40px 0px;
  }
}
@media screen and (min-width: 901px) {
  #mastfoot #infoArea {
    width: -webkit-calc(100% -100px);
    width: calc(100% - 100px);
  }
}
#mastfoot #infoArea .foot_logo {
  width: 280px;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  #mastfoot #infoArea .foot_logo {
    margin: 0px auto;
    margin-bottom: 20px;
  }
}
#mastfoot #infoArea .company {
  font-size: 1.4rem;
}
#mastfoot #snsArea {
  width: 100px;
}
@media screen and (max-width: 900px) {
  #mastfoot #snsArea {
    margin: 0px auto;
  }
}
#mastfoot #snsArea ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  #mastfoot #snsArea ul {
    margin: 0px auto;
  }
}
#mastfoot #snsArea ul li {
  text-align: center;
  width: 50%;
}
@media screen and (min-width: 901px) {
  #mastfoot #snsArea ul li {
    text-align: left;
  }
}
@media screen and (max-width: 900px) {
  #mastfoot #snsArea ul li img {
    max-height: 40px;
  }
}
@media screen and (min-width: 901px) {
  #mastfoot #snsArea ul li img {
    display: block;
    max-height: 34px;
  }
}
#mastfoot #snsArea ul li img:hover {
  opacity: 0.8;
}
#mastfoot .pagetop {
  position: fixed;
  right: 5px;
  bottom: 10px;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  #mastfoot .pagetop {
    right: 10px;
    bottom: 20px;
  }
}
#mastfoot .pagetop img {
  width: 50px;
}
@media screen and (min-width: 768px) {
  #mastfoot .pagetop img {
    width: 50px;
  }
}
#mastfoot #copyright {
  padding: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #mastfoot #copyright {
    text-align: right;
  }
}
#mastfoot #copyright .inner {
  min-height: 30px !important;
  padding: 10px 30px !important;
  font-size: 1.2rem !important;
}