@charset "UTF-8";
/*
Theme Name: THINK
*/
/*======================================================================
reset
======================================================================*/
html {
  overflow-y: scroll;
}

body {
  line-height: 1;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

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

blockquote,
q {
  quotes: none;
}

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

input,
textarea,
select,
button {
  font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",sans-serif;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

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

caption,
th {
  text-align: left;
}

img {
  vertical-align: bottom;
}

a:focus
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
button:focus {
  outline: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button {
  -webkit-appearance: none;
}

/*======================================================================
foundation
======================================================================*/
* {
  box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
}

body {
  min-width: 0;
  line-height: 1.75;
  font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",sans-serif;
  font-size: 1.4em;
  color: #333;
  background: #fff;
  -webkit-text-size-adjust: 100%;
}

a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a:link {
  color: inherit;
}

a:visited {
  color: inherit;
}

a:hover {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
}

a:active {
  color: inherit;
}

p {
  margin: 1.75em 0 0;
}

p:first-of-type {
  margin-top: 0;
}

/*======================================================================
layout
======================================================================*/
.inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 35px;
}

/*========================================
header
========================================*/
.header {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 0 40px;
  background: #fff;
		position: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
		
}
.header:after {
  content: "";
  display: block;
  clear: both;
		background: #fff;
}

.header.top_header {
  background: none;
		position: fixed;
		 background: #fff;
}
.header.top_header.fixed {
 background: #fff;
	position: fixed;
}

.header .header_logo {
 float: left;
 margin: 23px 0 0;
}
.header .header_logo a {
 display: block;
}
.header .header_logo a:hover {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
		background: #fff;
		
}

.header .header_logo img {
    max-width: 110%;
    padding-left: 5px;
    height: auto;
}



.header_tex {
     float: left;
    margin-left: -65px;
    padding-top: 59px;
    font-size: 16px;
				font-weight:bold;
    position: relative;

}

@media screen and (max-width: 1024px) {

.header_tex {
    /* float: left; */
    margin-left: 7%;
    padding-top:25.4px;
    margin-bottom: 10px;
    /* padding-left: 10px; */
    font-size: 12px;
				font-weight:bold;
    position: relative;
    z-index: 100;
}

}

/*========================================
gnav
========================================*/
.gnav {
  float: right;
}
.gnav > ul:after {
  content: "";
  display: block;
  clear: both;
}
.gnav > ul > li {
  float: left;
  margin: 0 0 0 40px;
}
.gnav > ul > li > a,
.gnav > ul > li > span {
  display: block;
  position: relative;
  padding: 43px 0 43px 0;
  line-height: 1;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #000;/*ヘッダーナビ色変更箇所*/
  cursor: pointer;
}


.gnav > ul > li > a:before,
.gnav > ul > li > span:before {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 5px;
  margin: auto auto 0 auto;
  background: #4ea2c4;/*ヘッダーナビボトム色変更箇所*/
}
.gnav > ul > li > a:hover, .gnav > ul > li > a.active {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}
.gnav > ul > li > a:hover:before, .gnav > ul > li > a.active:before {
  width: 100%;
}
.gnav > ul > li > span:after {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto auto 0;
  border: solid 10px transparent;
  border-top: none;
  border-bottom: solid 10px #4ea3c4;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);

}
.gnav > ul > li > span.active:before {
  width: 100%;
			
	}
	
.gnav > ul > li ul {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  height: 0;
  padding: 0 30px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8);
  text-align: right;
}
.gnav > ul > li ul li {
  display: inline-block;
  margin: 0 10px;
}
.gnav > ul > li ul li a {
  display: block;
  position: relative;
  padding: 45px 0 40px 0;
  line-height: 1;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
}
.gnav > ul > li ul li a:before {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 5px;
  margin: auto auto 0 auto;
  background: #fff;
}


.gnav > ul > li ul li a:hover, .gnav > ul > li ul li a.active {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
			
}
.gnav > ul > li ul li a:hover:before{
  width: 100%;
	background: #fff;
}
.gnav > ul > li:first-child {
  margin-left: 0;
	
}
.gnav > ul > li:hover > ul {
  height: 99px;
		background-color: #4ea3c4;
		}/*==ナビオーバー後のカラー選択===*/
		
.gnav > ul > li:hover > span:after {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);	
}

.gnav_toggle {
  display: none;
}

/*========================================
footer
========================================*/
.footer {
  margin: 90px 0 0;
  padding: 0 0 60px;
  background: #4ea3c4;
}
.footer p span {
  display: inline-block;
  padding: 0 0 0 0;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  color: #FFF;
}
.footer p:first-child {
  height: 400px;
  margin: 0 0 60px;
  padding: 190px 10px 10px;
  text-align: center;
  background: url(./img/common/footer_img_01.jpg) no-repeat center center;
  background-size: cover;
}

.footer .inner {
  overflow: hidden;
  padding-top: 60px;
}


.footer .footer_nav {
  float: left;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
		
}
.footer .footer_nav dl {
  margin: 22px 0 0;
  padding: 22px 0 0;
  border-top: solid 1px #d2d2d2;
}
.footer .footer_nav dl dt {
  margin: 20px 0 10px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #FFF;
}
.footer .footer_nav dl dt:first-child {
  margin-top: 0;
}
.footer .footer_nav dl dd {
  padding: 0 0 0 0em;
}
.footer .footer_nav dl dd .footer_nav_list li a {
  font-weight: normal;
}

.footer .footer_nav_list {
  overflow: hidden;
}
.footer .footer_nav_list li {
  float: left;
  margin: 0 0 0 40px;
}
.footer .footer_nav_list li a {
  display: inline-block;
  position: relative;
  padding: 0 30px 0 0;
  text-decoration: none;
  font-weight: bold;
  color: #FFF;
}
.footer .footer_nav_list li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 3px;
  bottom: 0;
  left: 0;
  width: 6px;
  height: 6px;
  margin: auto 0 auto auto;
 border-right: solid 2px #FFF;
 border-bottom: solid 2px #FFF;
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
          transform: rotate(-45deg) translate3d(0, 0, 0);
}
.footer .footer_nav_list li a span {
  font-weight: bold;
}
.footer .footer_nav_list li:first-child {
  margin-left: 0;
}

.footer .footer_info {
  float: right;
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
  color: #FFF;
		margin-top: -20px;
}
.footer .footer_info .footer_logo {
  margin: 0 0 20px;
  display: inline-block;
}
.footer .footer_info .footer_logo img {
  max-width: 100%;
  height: auto;
}
.footer .footer_info span {
  display: block;
  margin: 5px 0 0 0;
}
.footer .footer_info span:first-of-type {
  margin-top: 0;
}
.footer .footer_info small {
  display: block;
  margin: 5px 0 0 0;
}

small.copy{padding-top: 15px;}

/*======================================================================
object
======================================================================*/
/*========================================
common
========================================*/
.link_filter {
  position: relative;
}
.link_filter:before {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.link_filter:hover {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}
.link_filter:hover:before {
  background: transparent;
  background: rgba(0, 0, 0, 0.1);
}

.linklist {
  margin: 30px -10px -20px;
  overflow: hidden;
}
.linklist li {
    float: left;
    margin: 0 0 20px;
    padding: 0 10px;
}


.linklist li a {
   width: 100%;
    height: 60px;
    padding: 0 20px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.2;
    text-decoration: none;
    display: table;
    position: relative;
}


.think_aside_page .linklist li a {
    width: 100%;
    height: 60px;
    padding: 0 140px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.2;
    text-decoration: none;
    display: table;
    position: relative;
    left: 150%;
				
}


.think_aside_page_02 .linklist li a {
    width: 100%;
    height: 60px;
    padding: 0 70px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.2;
    text-decoration: none;
    display: table;
    position: relative;
    left: 140%;}
				
				
				

.linklist li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 0;
  width: 7px;
  height: 7px;
  margin: auto 0 auto auto;
  border-right: solid 2px #333;
  border-bottom: solid 2px #333;
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
          transform: rotate(-45deg) translate3d(0, 0, 0);
}
.linklist li a span {
 display: table-cell;
 vertical-align: middle;
 font-weight: bold;
 font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",sans-serif;
}

.linklist li a.ico::before {
 width: 50px;
 font-size: 36px;
 font-weight: normal;
 position: absolute;
 display: block;
 top:0;
 left: 10px;
 line-height: 56px;
 text-align: center;
}
.linklist li a.ico span {
 padding-left: 0px;
}

.linklist.sitemap li {
  width: 25%;
}

h2 + .imgblock_01,
h2 + .careerlist,
h2 + .commonlist_01,
h2 + .commonlist_02,
h2 + .ytwrap,
h2 + .caselist,
h2 + .numlist_01,
h2 + .gmap,
h3 + .imgblock_01,
h3 + .careerlist,
h3 + .commonlist_01,
h3 + .commonlist_02,
h3 + .ytwrap,
h3 + .caselist,
h3 + .numlist_01,
h3 + .gmap {
  margin-top: 0;
}

.imgblock_01 {
  margin: 40px 0 0;
  overflow: hidden;
}
.imgblock_01 .img {
  float: left;
  width: 50%;
  padding: 0 30px 0 0 ;
  text-align: center;
}
.imgblock_01 .img img {
  width: 100%;
  height: auto;
}
.imgblock_01 .img.right {
  float: right;
  padding: 0 0 0 30px;
}

.imgblock_01 .ytwrap {
  float: left;
  width: 50%;
  padding: 0 30px 0 0;
  margin: 0;
}
.imgblock_01 .ytwrap.right {
  float: right;
  padding: 0 0 0 30px;
}

.imgblock_01 .txt {
  float: left;
  width: 50%;
  padding-left: 30px;
}

.imgblock_01 .img.right + .txt {
  padding-left:0;
  padding-right: 30px;
}

.imgblock_01:first-child {
  margin-top: 0;
}

.careerlist {
  margin: 40px 0 0;
  overflow: hidden;
}
.careerlist dt {
  float: left;
  margin: 10px 30px 0 0;
}
.careerlist dt:first-of-type {
  margin-top: 0;
}
.careerlist dd {
  overflow: hidden;
  margin: 10px 0 0;
}
.careerlist dd:first-of-type {
  margin-top: 0;
}
.careerlist:first-child {
  margin-top: 0;
}

.commonlist_01 {
  margin: 40px 0 0;
}
.commonlist_01 li {
  position: relative;
  margin: 20px 0 0;
  padding: 0 0 0 45px;
}
.commonlist_01 li:before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  background: #333;
}
.commonlist_01 li:first-child {
  margin-top: 0;
}
.commonlist_01:first-child {
  margin-top: 0;
}

.commonlist_02 {
  margin: 40px 0 0;
}
.commonlist_02 dt {
  position: relative;
  margin: 25px 0 15px;
  padding: 0 0 0 45px;
  font-weight: bold;
}
.commonlist_02 dt:before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  background: #333;
  border-radius: 8px;
}
.commonlist_02 dt:first-of-type {
  margin-top: 0;
}
.commonlist_02 dd {
  padding: 0 0 0 45px;
}
.commonlist_02:first-child {
  margin-top: 0;
}

.numlist_01 {
  margin: 40px 0 0;
  padding: 0 0 0 1.9em;
  list-style: decimal;
}
.numlist_01 li {
  margin: 20px 0 0;
}
.numlist_01 li:first-child {
  margin-top: 0;
}
.numlist_01:first-child {
  margin-top: 0;
}

.caselist {
  margin: 40px 0 0;
  overflow: hidden;
}
.caselist dt {
  float: left;
  width: 4.8em;
  text-align: left;
  font-weight: bold;
  margin: 20px 30px 0 0;
}
.caselist dt:first-of-type {
  margin-top: 0;
}
.caselist dd {
  overflow: hidden;
  margin: 20px 0 0;
}
.caselist dd:first-of-type {
  margin-top: 0;
}
.caselist:first-child {
  margin-top: 0;
}

.ytwrap {
  margin: 40px auto 0;
  max-width: 560px;
}
.ytwrap > div {
  position: relative;
  width: 100%;
  padding: 0 0 56.25%;
}
.ytwrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  height: 100% !important;
  width: 100% !important;
}
.ytwrap:first-child {
  margin-top: 0;
}

.gmap {
  position: relative;
  width: 100%;
  margin: 40px 0 0;
  padding: 0 0 600px;
}
.gmap iframe {
  position: absolute;
  top: 0;
  right: 0;
  height: 75% !important;
  width: 100% !important;
}
.gmap span {
  position: absolute;
  top: 78%;
  left: 0;
}
.gmap:first-child {
  margin-top: 0;
}

.pricetable {
  width: 100%;
  margin: 30px 0 0;
 table-layout:fixed;
}


.pricetable thead th {
  padding: 10px;
  border: solid 1px #d8d8d8;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  background: #f1f2f2;

}
.pricetable tbody th {
  width: 15%;
  padding: 10px 15px;
  border: solid 1px #d8d8d8;
  text-align: left;
  vertical-align: middle;
  font-weight: bold;
  background: #f1f2f2;
}
.pricetable tbody td {
  padding: 10px 15px;
  border: solid 1px #d8d8d8;
  text-align: left;
  vertical-align: middle;
}
.pricetable + p {
 margin-top: 1.75em;
}



/*======================================================================
テーブルタグ自由編集
======================================================================*/


.pricetable_02 {
  width: 100%;
  margin: 30px 0 0;
}


.pricetable_02 thead th {
  padding: 10px;
  border: solid 1px #d8d8d8;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  background: #f1f2f2;

}
.pricetable_02 tbody th {
  width: 15%;
  padding: 10px 15px;
  border: solid 1px #d8d8d8;
  text-align: left;
  vertical-align: middle;
  font-weight: bold;
  background: #f1f2f2;
}
.pricetable_02 tbody td {
  padding: 10px 15px;
  border: solid 1px #d8d8d8;
  text-align: left;
  vertical-align: middle;
}
.pricetable_02 + p {
 margin-top: 1.75em;
}



p.note {
  margin: 15px 0 0 1em;
  text-indent: -1em;
  font-size: 12px;
  font-size: 1.2rem;
}
p.note + p.note {
 margin-top: 0.5em;
}

.loader {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  text-align: center;
}
.loader .loading_ani {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin: auto;
  border: 2px solid transparent;
  border-radius: 50%;
  border-top-color: #333;
  border-right-color: #333;
  border-bottom-color: #333;
  border-left-color: #666;
  -webkit-animation: rotation 1.4s linear infinite;
          animation: rotation 1.4s linear infinite;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.tel {
 display: block;
 margin: 5px 0;
}
.tel span,.tel a {
 font-size: 36px;
 font-size:3.6rem;
 font-weight: bold;
}

/*========================================
top
========================================*/

.top_fv {
  margin-bottom: 20px;
}

.top_fv_slider li {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.top_fv_slider li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.top_fv_slider li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.top_fv_slider li .top_fv_slide_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  padding: 0 0 0 0;
  font-size: 36px;
  font-size: 3.6rem;
  color: #fff;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  text-align: center;
}
.top_fv_slider li .top_fv_slide_inner h2 {
    line-height: 1.6;
    font-weight: bold;
   
    white-space: nowrap;
}
.top_fv_slider li .top_fv_slide_inner h2 span {
  display: block;
  margin: 25px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
.top_fv_slider li .top_fv_slide_inner p {
  margin: 30px 0 0;
  line-height: 2.25;
  font-size: 16px;
  font-size: 1.6rem;
		width: 800px;
}
.top_fv_slider li:nth-child(1) {
  background-image: url(./img/top/top_fv_slider_bg_01.jpg);
}
.top_fv_slider li:nth-child(2) {
  background-image: url(./img/top/top_fv_slider_bg_02.jpg);
}
.top_fv_slider li:nth-child(3) {
  background-image: url(./img/top/top_fv_slider_bg_03.jpg);
}

.top_pagelist {
  overflow: hidden;
  margin: 0 -10px -20px;
}
.top_pagelist li {
  float: left;
  width: 25%;
  height: 195px;
  margin: 0 0 20px;
  padding: 0 10px;
}
.top_pagelist li a {
  display: table;
  height: 100%;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.top_pagelist li a * {
  position: relative;
}
.top_pagelist li a > span {
  display: table-cell;
  vertical-align: middle;
}
.top_pagelist li a > span h3 {
  line-height: 1;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.top_pagelist li a > span h3 span {
  display: block;
  margin: 0 0 10px;
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
}
.top_pagelist li a > span p {
  margin: 20px 0;
  font-size: 14px;
  font-size: 1.4rem;
}


.top_pagelist li a > span > span {
  margin: 30px 0 0;
  display: inline-block;
  padding: 0 15px 0 0;
  font-size: 12px;
  font-size: 1.2rem;
	}
		
.top_pagelist li a .this{padding: 0 30px 0 0;}

.top_pagelist li a > span > span .this{padding: 40px 0 0 0;}

		
.top_pagelist li a > span > span {
  margin: 15px 0 0;
  display: inline-block;
  padding: 0 15px 0 0;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}
.top_pagelist li a > span > span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -10px;
  bottom: 0;
  left: 0;
  width: 7px;
  height: 7px;
  margin: auto 0 auto auto;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
          transform: rotate(-45deg) translate3d(0, 0, 0);
}
.top_pagelist li.large {
  width: 50%;
  height: 410px;
}
.top_pagelist li.h_large {
  width: 50%;
}

.top_service {
  margin: 60px -10px 0;
  overflow: hidden;
}
.top_service .top_service_sec {
  padding: 0 10px;
}

.top_service .h_box {
  width: 50%;
  float: left;
}
.top_service .h_box .linklist li {
  width: 50%;
}

.top_service .top_service_sec_title {
  padding: 0 0 25px;
  line-height: 1.5;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}
.top_service .top_service_sec_title + p {
 text-align: center;
}
.top_service .top_service_sec_title::after {
 display: block;
 content: "";
 border-bottom: solid 2px #333;
 width: 90px;
 margin: 20px auto 0;
}

.top_news_sec {
  margin: 60px 0 0;
}
.top_news_sec .top_news_sec_title {
  margin: 0 0 90px;
  background: #444;
}
.top_news_sec .top_news_sec_title .inner {
  position: relative;
  padding: 50px 20px;
}
.top_news_sec .top_news_sec_title h3 {
  text-align: center;
  line-height: 1;
  font-size: 28px;
  font-size: 2.8rem;
  color: #fff;
}
.top_news_sec .top_news_sec_title .top_news_sec_link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1em;
  padding: 0 30px;
  margin: auto 0 auto auto;
  text-align: right;
  font-size: 14px;
  font-size: 1.4rem;
		color: #fff;
}
.top_news_sec .top_news_sec_title .top_news_sec_link a {
  display: inline-block;
  padding: 0 35px 0 0;
  position: relative;
  line-height: 1;
  color: #fff;
  vertical-align: top;
}
.top_news_sec .top_news_sec_title .top_news_sec_link a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  left: 0;
  width: 7px;
  height: 7px;
		color: #fff;
  margin: auto 0 auto auto;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
          transform: rotate(-45deg) translate3d(0, 0, 0);
}

.frame-wrapper__video {margin: auto;}

/*
.think_aside_page .linklist li a {
   width: 100%;
    height: 60px;
    padding: 0 90px;
    font-size: 13px;
    font-size: 700px;
    line-height: 1.2;
    text-decoration: none;
    display: table;
    position: relative;
}
*/

img .pmark{position: relative;left: 300%;}
/*========================================
think
========================================*/
/*	デフォルトCSS 下層ページナビと画像の間隔置 .think {margin: 185px 0 0;}*/

.think_titlewrap {
  margin: 45px 35px 85px;
  padding: 90px 0 85px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.think_titlewrap.bg01 {
  background-image: url(./img/create/enterprise_top.jpg);
}
.think_titlewrap.bg02 {
  background-image: url(./img/create/about_top.jpg);
}
.think_titlewrap.bg03 {
  background-image: url(./img/create/privacy_top.jpg);
}
.think_titlewrap.bg04 {
  background-image: url(./img/create/producta_top.jpg);
}
.think_titlewrap.bg05 {
  background-image: url(./img/create/security_top.jpg);
}
.think_titlewrap.bg06 {
  background-image: url(./img/create/recruit_top.jpg);
}
.think_titlewrap.bg07 {
  background-image: url(./img/common/think_title_bg_07.jpg);
}
.think_titlewrap.bg08 {
  background-image: url(./img/common/think_title_bg_08.jpg);
}
.think_titlewrap.bg09 {
  background-image: url(./img/common/think_title_bg_09.jpg);
}
.think_titlewrap.bg10 {
  background-image: url(./img/common/think_title_bg_10.jpg);
}
.think_titlewrap.bg11 {
  background-image: url(./img/common/think_title_bg_11.jpg);
}
.think_titlewrap.bg12 {
  background-image: url(./img/common/think_title_bg_12.jpg);
}
.think_titlewrap.bg13 {
  background-image: url(./img/common/think_title_bg_13.jpg);
}

.think_title {
  line-height: 1.2;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  color: #fff;
}
.think_title span {
  display: block;
  margin: 10px 0 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.think_title + p {
  margin: 35px 0 0;
  line-height: 2.11;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}

.think_midtitle {
  margin: 85px 0 80px;
  line-height: 1.75;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
}

.think_smalltitle {
  margin: 0 0 30px;
  padding: 0 0 30px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: solid 2px #333;
  line-height: 1.5;
}
.think_smalltitle + .linklist {
  margin-top: 0;
}

.think_s_smalltitle {
  margin: 30px 0;
  border-left: 5px solid #333;
  padding-left:10px;
  font-weight: bold;
		font-size: 15px;
}

.think_contwrap {
  overflow: hidden;
  margin: 0 -30px -60px;
}

.think_cont {
  float: left;
  width: 50%;
  margin: 0 0 60px;
  padding: 0 30px;
}
.think_cont.large {
  width: 100%;
}

.think_aside {
  margin: 90px 0 0;
  border-top: solid 1px #d8d8d8;
  padding: 55px 0 0;
}
.think_aside .linklist li {
  width: 25%;
}

.think_aside_title {
  margin: 0 0 60px;
  line-height: 1.5;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

.think_cont a {
 color: #333;
}

 #anc {
  margin-top: -125px;
  padding-top: 125px;
 }

 #anc .think_cont {
  margin-top:-125px;
  padding-top: 125px;
 }

/*========================================
form
========================================*/
.formlist {
  margin: 40px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  overflow: hidden;
}

.formlist dt {
  float: left;
  padding: 40px 0;
  font-weight: bold;
}
.formlist dt.required:after {
  content: "必須";
  display: inline-block;
  margin: 0 0 0 15px;
  line-height: 1;
  font-size: 10px;
  font-size: 1rem;
  color: #f00;
}
.formlist dd {
  padding: 40px 0 40px 250px;
  border-top: solid 1px #d8d8d8;
}
.formlist dd > div {
  margin-top: 40px;
}
.formlist dd > div:first-child {
  margin-top: 0;
}
.formlist dd .postwrap {
  display: inline-block;
  margin: 0 35px 0 0;
 vertical-align: middle;
}
.formlist dd .postwrap input {
 margin: 0 10px;
}
.formlist dd .pri {
 height: 200px;
 padding:20px;
 overflow-y: scroll;
 margin-bottom: 40px;
 border: 1px solid #d8d8d8;
 font-size: 12px;
 font-size: 1.2rem;
}

.formlist input[type="text"],
.formlist input[type="tel"],
.formlist input[type="email"],
.formlist textarea {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  padding: 8px 15px;
  border: solid 1px #d8d8d8;
  border-radius: 0;
  line-height: 22px;
  vertical-align: bottom;
  -webkit-appearance: none;
}
.formlist input[type="text"].short,
.formlist input[type="tel"].short,
.formlist input[type="email"].short,
.formlist textarea.short {
  width: 186px;
}
.formlist input[type="text"].error_input,
.formlist input[type="tel"].error_input,
.formlist input[type="email"].error_input,
.formlist textarea.error_input {
  border: solid 1px #f00;
  background: rgba(255, 0, 0, 0.1);
}
.formlist input[type="text"]:focus,
.formlist input[type="tel"]:focus,
.formlist input[type="email"]:focus,
.formlist textarea:focus {
  border: solid 1px #333;
  outline: none;
}
.formlist textarea {
  height: 150px;
}
.formlist:last-of-type {
  border-bottom: solid 1px #d8d8d8;
}

.error {
  position: absolute;
  margin-top: 5px;
  color: #f00 !important;
  font-size: 12px !important;
  font-size: 1.2rem !important;
  font-weight: bold;
}

.formlist_selectwrap {
  display: inline-block;
  position: relative;
  min-width: 210px;
}
.formlist_selectwrap:before {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  right: 15px;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin: auto 0 auto auto;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  pointer-events: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.formlist_selectwrap select {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  padding: 8px 40px 8px 15px;
  border: solid 1px #d8d8d8;
  border-radius: 0;
  line-height: 22px;
}
.formlist_selectwrap select.error_input {
  border: solid 1px #f00;
  background: rgba(255, 0, 0, 0.1);
}
.formlist_selectwrap select:focus {
  border: solid 1px #333;
  outline: none;
}

.btnwrap {
  margin: 60px 0 0;
  text-align: center;
}
.btnwrap input[type="submit"],
.btnwrap input[type="button"] {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: inline-block;
  width: 200px;
  margin: 0 20px;
  padding: 10px 0;
  border: none;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
 border-radius: 5px;
}
.btnwrap input[type="submit"]:hover,
.btnwrap input[type="button"]:hover {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
}
.btnwrap input[type="submit"]:focus,
.btnwrap input[type="button"]:focus {
  outline: none;
}
.btnwrap input[type="submit"].submitbtn,
.btnwrap input[type="button"].submitbtn {
  background: #333;
}
.btnwrap input[type="submit"].backbtn,
.btnwrap input[type="button"].backbtn {
  background: #ccc;
}

.confirm .formlist dt {
  padding: 20px 0 0;
  line-height: 1.75;
}
.confirm .formlist dt.required:after {
  display: none;
}
.confirm .formlist dd {
  padding: 20px 0 20px 250px;
  min-height: 64px;
}
.confirm .formlist dd > div {
  display: inline;
  margin: 0;
}
.confirm .formlist dd .postwrap {
  margin: 0 1em 0 0;
}
.confirm .formlist dd .postwrap:before {
  margin: 0;
  font-weight: normal;
  line-height: 1.75;
}
.confirm .formlist dd .postwrap:after {
  display: none;
}
.confirm .formlist_selectwrap {
  display: inline;
  min-width: auto;
}
.confirm .formlist_selectwrap:first-child {
  margin-left: 0;
}
.confirm .formlist_selectwrap:before {
  display: none;
}
.confirm .btnwrap .privacyNote {
  display: none;
}
.confirm .formlist .pri {
 display: none;
}

.mw_wp_form .horizontal-item {
 font-size: 12px;
 font-size: 1.2rem;
}

/*========================================
news
========================================*/
.newslist li {
  margin: 30px 0 0;
  padding: 30px 0 0;
  border-top: solid 1px #d8d8d8;
  overflow: hidden;
}
.newslist li p {
  float: left;
  width: 75%;
  max-width: 800px;
  padding: 0 0 0 27px;
  border-left: solid 2px #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.newslist li p a {
  text-decoration: none;
}
.newslist li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.newslist .newslist_info {
  float: right;
}
.newslist .newslist_info time {
  display: inline-block;
  line-height: 25px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}
.newslist .newslist_info .newslist_cat {
  display: inline-block;
  min-width: 125px;
  margin: 0 0 0 20px;
  padding: 0 1em 0 ;
  text-align: center;
  line-height: 23px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
  border: 2px solid #333;
}

.news_info {
  margin: 0 0 30px;
  text-align: right;
}
.news_info time {
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
}
.news_info .news_cat {
  display: inline-block;
  min-width: 125px;
  margin: 0 0 0 20px;
  padding: 0 1em;
  text-align: center;
  line-height: 23px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
  border: 2px solid #333;
}

.news_body {
  padding: 0 0 60px;
  border-bottom: solid 1px #d8d8d8;
}
.news_body img {
  max-width: 100%;
  height: auto;
}
.news_body iframe {
  max-width: 100%;
  height: auto;
}

.pagination {
  height: 34px;
  margin-top: 60px;
  text-align: center;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
}
.pagination h2.screen-reader-text {
  display: none;
}
.pagination a {
  display: inline-block;
  position: relative;
  margin: 0 15px;
  padding: 10px 2px;
  text-decoration: none;
  line-height: 1;
}
.pagination a:before {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #333;
}
.pagination a.prev, .pagination a.next {
  display: block;
  position: absolute;
  top: 0;
  margin: 0;
  padding: 10px 0;
}
.pagination a.prev {
  left: 0;
}
.pagination a.next {
  right: 0;
}
.pagination a:hover {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}
.pagination a:hover:before {
  width: 100%;
}
.pagination span {
  display: inline-block;
  margin: 0 10px;
  padding: 10px 2px;
  line-height: 1;
  text-align: center;
}
.pagination span.current {
  position: relative;
}
.pagination span.current:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #333;
}

/*======================================================================
utility
======================================================================*/
.cf:after {
  content: "";
  display: block;
  clear: both;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.fn {
  float: none !important;
}

.vat {
  vertical-align: top !important;
}

.vam {
  vertical-align: middle !important;
}

.vab {
  vertical-align: bottom !important;
}

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

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

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

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

.n {
  font-weight: normal !important;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.m_top {
 margin-top: 1.75em;
 display: block;
}

.m_left_h {
 margin-left: 0.5em;
}

.z_i_02 {
 position: relative;
 z-index: 2;
}

.fs_half {
 font-size: 0.7em;
}

/*======================================================================
override
======================================================================*/

 body {
  color: #03121c;
 }

.header {
  background: #fff;;
		position: relative;
  z-index: 2;
}

.header.top_header.fixed {
 background: #fff;
}

.header .header_logo {
 width: 200px;
}

.footer {
  background: #4ea3c4;
}

.footer p span {
 color: #2980b7;
}

.footer .footer_nav dl {
  border-top: solid 1px #fff;
		width: 700px;
}




.footer .footer_nav dl dt {
  color: #FFF;
}

.footer .footer_nav_list li a {
  color: #FFF;
}
.footer .footer_nav_list li a:after {
 border-right: solid 2px #FFF;
 border-bottom: solid 2px #FFF;
}

.footer .footer_info {
  color: #FFF;
}
.footer .footer_info .footer_logo {
  width: 200px;
}

.link_filter:before {
  background: rgba(0, 0, 0, 0.35);
}

.linklist li a {
  color: #fff;
    border: 1px solid #2b528f;
    background: #2b528f;
}
.linklist li a::after {
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
}

.commonlist_01 li:before {
  background: #2980b7;
}

.commonlist_02 dt:before {
  background: #2980b7;
}

.pricetable thead th {
  text-align: left;
  padding: 10px 15px;
}

.pricetable_02 thead th {
  text-align: left;
  padding: 10px 15px;
}

.loader .loading_ani {
  border-top-color: #d2d2d2;
  border-right-color: #d2d2d2;
  border-bottom-color: #d2d2d2;
  border-left-color: #2984bb;
}

.swiper-pagination-bullet-active {
  background: #2980b7!important;
}

.top_fv_slider li:nth-child(1)::before,.top_fv_slider li:nth-child(1)::after {
 display: none;
}
.top_fv_slider li:nth-child(2)::before,.top_fv_slider li:nth-child(2)::after {
 display: none;
}
.top_fv_slider li:nth-child(3)::before,.top_fv_slider li:nth-child(3)::after {
 display: none;
}



/*
.top_fv_slider li:nth-child(3) {
 background-image: none;
}
.top_fv_slider li:nth-child(3)::before {
 background-image: url(./img/top/top_fv_slider_bg_03_01.jpg);
}
.top_fv_slider li:nth-child(3)::after {
 background-image: url(./img/top/top_fv_slider_bg_03_02.jpg);
}
*/
.top_pagelist li.lawyer a {
  background-image: url(./img/top/top_pagelist_bg_01.jpg);
}
.top_pagelist li.about a {
  background-image: url(./img/top/top_pagelist_bg_02.jpg);
}

.top_pagelist li.contact a {
  background-image: url(./img/top/top_pagelist_bg_03.jpg);
}

.top_pagelist li.fee a {
  background-image: url(./img/top/top_pagelist_bg_03.jpg);
}
.top_pagelist li.contact a {
  background-image: url(./img/top/top_pagelist_bg_03.jpg);
}

.top_service .top_service_sec_title::after {
 border-bottom: solid 2px #2980b7;
}

.top_news_sec .top_news_sec_title {
  background: #4ea3c4;
}
.top_news_sec .top_news_sec_title h3 {
  color: #fff;
}
.top_news_sec .top_news_sec_title .top_news_sec_link a {
  color: #fff;
}
.top_news_sec .top_news_sec_title .top_news_sec_link a::after {
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
}

.think_smalltitle {
  border-bottom: solid 2px #2980b7;
}

.think_s_smalltitle {
  border-left: 5px solid #2980b7;
}

.think_cont a {
 color: #2980b7;
}

.formlist input[type="text"]:focus,
.formlist input[type="tel"]:focus,
.formlist input[type="email"]:focus,
.formlist textarea:focus {
  border: solid 1px #2980b7;
}

.formlist_selectwrap select:focus {
  border: solid 1px #2980b7;
}

.btnwrap input[type="submit"].submitbtn,
.btnwrap input[type="button"].submitbtn {
  background: #2980b7;
}

.newslist li p {
  border-left: solid 3px #7fb0d1;
}

.newslist .newslist_info .newslist_cat {
  color: #FFF;
  border: none;
  background: #2b528f;
}

.news_info .news_cat {
  color: #FFF;
  border: none;
  background: #7fb0d1;
}

.pagination a:before {
  background: #2980b7;
}
.pagination span.current:before {
  background: #2980b7;
}

/*======================================================================
add
======================================================================*/

.lead {
  font-size: 2.0rem;
  font-size: 20px;
  margin-bottom: 85px;
}

/*=====================================================================================================================================
SP
===================================================================================================================*/
@media screen and (max-width: 1024px) {

  /*======================================================================
foundation
======================================================================*/
  a:hover {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
  }
  /*======================================================================
layout
======================================================================*/
  .inner {
    max-width: none;
    padding: 0 10px;
  }
  /*========================================
header
========================================*/
  .header {
    padding-right: 15px;
    padding-left: 15px;
    overflow: visible;
  }
  .header:before {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 61px;
    border-bottom: solid 1px #333;
    background: #222;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
  }
  .header.active:before {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
				background: #4ea3c4;
  }
		
		
		
		
		
  .header .header_logo {
    position: relative;
    z-index: 100;
    margin: -10px;
    line-height: 0;
		
  }
		
		
		
.top_fv_slider li .top_fv_slide_inner h2 {
    line-height: 1.6;
    font-weight: bold;
    font-size: 60%;
    white-space: nowrap;
}


  /*========================================
gnav
========================================*/
  .gnav {
    float: none;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 61px 0 20px;
    background: #222;
    overflow: auto;
  }
  .gnav > ul {
    padding: 0 20px;
    padding-top: 20px;
  }
  .gnav > ul > li {
    float: none;
    margin: 0;
    border-bottom: solid 1px #333;
  }
  .gnav > ul > li > a,
  .gnav > ul > li > span {
    padding: 20px 0;
    text-align: left;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .gnav > ul > li > a:before,
  .gnav > ul > li > span:before {
    display: none;
  }
  .gnav > ul > li > a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    left: 0;
    width: 7px;
    height: 7px;
    margin: auto 0 auto auto;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
            transform: rotate(-45deg) translate3d(0, 0, 0);
  }
  .gnav > ul > li ul {
    position: static;
    top: auto;
    right: auto;
    height: auto;
    padding: 0;
    border-top: solid 1px #333;
    overflow: hidden;
    background: none;
    text-align: left;
  }
  .gnav > ul > li ul li {
    display: block;
    margin: 0 0 0 20px;
    border-top: solid 1px #333;
  }
  .gnav > ul > li ul li a {
    padding: 20px 0;
    font-size: 12px;
    font-size: 1.2rem;
    color: #000;
  }
  .gnav > ul > li ul li a:before {
    display: none;
  }
  .gnav > ul > li ul li a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    left: 0;
    width: 7px;
    height: 7px;
    margin: auto 0 auto auto;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
            transform: rotate(-45deg) translate3d(0, 0, 0);
  }
  .gnav > ul > li ul li:first-child {
    border-top: none;
  }
  .gnav > ul > li:hover > ul {
    height: auto;
  }
  .gnav > ul > li:hover > span:after {
    display: none;
  }

  .gnav_toggle {
    display: block;
    position: absolute;
    /* top: 33px; */
    right: 15px;
    z-index: 100;
    width: 34px;
    height: 27px;
    cursor: pointer;
				
  }
  .gnav_toggle span {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
				z-index: 100;
    margin: auto;
    text-indent: 100%;
    white-space: nowrap;
    background: #4ea3c4;  /*スマホメニューカラー変更*/
    overflow: hidden;
  }
		
		
		
  .gnav_toggle:before, .gnav_toggle:after {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 3px;
    background: #4ea3c4;
  }
  .gnav_toggle:before {
    margin: 0 auto auto auto;
  }
  .gnav_toggle:after {
    margin: auto auto 0 auto;
  }
  .gnav_toggle.active span {
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
  }
  .gnav_toggle.active:before {
    -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
            transform: rotate(-45deg) translate3d(0, 0, 0);
												background: #fff;/*レスポンシブ反転色*/
    top: 14px;
  }
  .gnav_toggle.active:after {
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
            transform: rotate(45deg) translate3d(0, 0, 0);
            bottom: 10px;
											 background: #fff;/*レスポンシブ反転色*/
  }
		
		

		
  /*========================================
footer
========================================*/
  .footer {
    margin: 60px 0 0;
    padding: 0 0 40px;
  }
  .footer p span {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .footer p:first-child {
    height: 100px;
    margin: 0 0 40px;
    padding: 40px 10px 10px;
  }
 
  .footer .footer_nav {
    float: none;
  }
  .footer .footer_nav dl dt {
    margin: 20px 0 15px;
  }
  .footer .footer_nav dl dt:first-child {
    margin-top: 0;
  }
  .footer .footer_nav_list li {
    float: none;
    margin: 10px 0 0;
  }
  .footer .footer_nav_list li:first-child {
    margin-top: 0;
  }
  .footer .footer_info {
    float: none;
    margin: 20px 0 0;
    padding: 20px 0 0;
    border-top: solid 1px #FFF;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .footer .footer_info .footer_logo {
    width:100px;
    margin: 0 0 20px;
  }
  .footer .footer_info span {
    margin: 10px 0 0;
    padding: 0 0 0 0;
  }
  .footer .footer_info small {
    margin: 15px 0 0;
    padding: 0 0 0 0;
  }
  /*======================================================================
object
======================================================================*/
  /*========================================
common
========================================*/
  .link_filter {
    position: relative;
  }
  .link_filter:before {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
  }
  .link_filter:hover {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
  }
  .link_filter:hover:before {
    background: transparent;
  }
 
  .linklist {
    margin: 30px -5px -10px;
    overflow: hidden;
  }
  .linklist li {
    float: left;
    width: 50%;
    margin: 0 0 10px;
    padding: 0 5px;
  }
  .linklist li a {
    height: 50px;
    padding: 0 20px 0 10px;
    font-size: 12px;
    font-size:1.1rem;
  }
  .linklist li a::after {
   right: 10px;
  }
  
  .linklist li a.ico::before {
   width: 40px;
   font-size: 22px;
   left: 0;
   line-height: 46px;
  }
  .linklist li a.ico span {
   padding-left: 0px;
  } 
 
  .linklist.sitemap li {
    width: 50%;
  }
 
  .imgblock_01 {
    margin-top: 20px;
    overflow: hidden;
  }
  .imgblock_01 .img {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
  }
  .imgblock_01 .img.right {
    width: 100%;
    float: none;
    padding: 0;
    margin: 0 0 15px;
  }
  .imgblock_01 .ytwrap {
    float: none;
    margin: 0 0 1.75em;
    padding: 0;
    width: 100%;
  }
  .imgblock_01 .txt {
    width: 100%;
    float: none;
    padding: 0;
  }
 
  .careerlist {
    margin-top: 20px;
  }
  .careerlist dt {
    margin: 10px 15px 0 0;
  }
  .careerlist dd {
    margin: 10px 0 0;
  }
 
  .commonlist_01 {
    margin-top: 20px;
  }
  .commonlist_01 li {
    margin: 15px 0 0;
    padding: 0 0 0 30px;
  }
 
  .commonlist_02 {
    margin-top: 20px;
  }
  .commonlist_02 dt {
    margin: 20px 0 10px;
    padding: 0 0 0 30px;
  }
  .commonlist_02 dd {
    padding: 0 0 0 30px;
  }
 
  .numlist_01 {
    margin-top: 20px;
    list-style: decimal;
  }
  .numlist_01 li {
    margin: 15px 0 0;
  }
 
  .caselist {
    margin-top: 20px;
  }
  .caselist dt {
    float: none;
    width: auto;
    margin: 15px 0 5px;
  }
  .caselist dd {
    margin: 0;
  }
 
  .ytwrap {
    margin-top: 1.75em;
    max-width: none;
  }
 
  .gmap {
    padding: 0 0 250px;
  }
 
  .pricetable {
    margin-top: 20px;
  }
  .pricetable thead th {
    padding: 10px 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .pricetable tbody th {
    width: 30%;
    padding: 10px 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .pricetable tbody td {
    padding: 10px 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
		
		
		 .pricetable_02 {
    margin-top: 20px;
  }
  .pricetable_02 thead th {
    padding: 10px 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .pricetable_02 tbody th {
    width: 30%;
    padding: 10px 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .pricetable_02 tbody td {
    padding: 10px 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
		
		
 
  .tel span,.tel a {
   font-size: 28px;
   font-size:2.8rem;
  }

  /*========================================
top
========================================*/
  .top_fv {
    margin-bottom: 10px;
  }
 
  .top_fv_slider li .top_fv_slide_inner {
    font-size: 40px;
    
  }
		

	
	
  .top_fv_slider li .top_fv_slide_inner h2 span {
    margin: 10px 0 0;
    font-size: 10px;
    font-size: 1.0rem;
  }
  .top_fv_slider li .top_fv_slide_inner p {
      margin: 10px 0 0;
    /* font-size: 10px; */
    font-size: 1.1rem;
				
   
  }
 
  .top_pagelist {
    margin: 0 0px -10px;
  }
  .top_pagelist li {
    width: 50%;
    height: auto;
    margin: 0 0 10px;
    padding: 0 5px;
  }
  .top_pagelist li a {
    padding: 20% 0 20% 10px;
  }
  .top_pagelist li a > span h3 {
    line-height: 1.3;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .top_pagelist li a > span h3 span {
    margin: 0 0 5px;
    font-size: 10px;
    font-size: 1rem;
  }
  .top_pagelist li a > span p {
    margin: 20px 0 0;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .top_pagelist li a > span {
    margin: 15px 0 0;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .top_pagelist li a > span > span:after {
    width: 6px;
    height: 6px;
  }
  .top_pagelist li.large {
    width: 100%;
    height: auto;
  }
  .top_pagelist li.large a {
    padding: 10% 0 10% 10px;
  }
 
  .top_service {
    margin: 40px -10px 0;
  }
  .top_service .top_service_sec {
    margin: 40px 0 0;
    padding: 0 10px;
    float: none;
    width: auto;
  }
  .top_service .top_service_sec:first-child {
    margin-top: 0;
  }
 
  .top_service .top_service_sec_title {
    margin: 0 0 10px;
    padding: 0 0 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .top_service .top_service_sec_title + p {
    margin: 0;
    height: auto;
    text-align: left;
  }
  .top_service .top_service_sec_title + p br {
   display: none;
  }
  .top_service .linklist {
    margin-top: 20px;
  }
 
  .top_news_sec {
    margin: 40px 0 0;
  }
  .top_news_sec .top_news_sec_title {
    margin: 0 0 60px;
  }
  .top_news_sec .top_news_sec_title .inner {
    padding: 15px 10px;
  }
  .top_news_sec .top_news_sec_title h3 {
    line-height: 1;
    font-size: 20px;
    font-size: 2rem;
  }
  .top_news_sec .top_news_sec_title h3 span {
    margin: 10px 0 0 -4px;
  }
  .top_news_sec .top_news_sec_title .top_news_sec_link {
    position: absolute;
    top: auto;
    right: 0;
    bottom: -3em;
    left: auto;
    padding: 0 10px;
    margin: 0;
    font-size: 12px;
    font-size: 1.2rem;
				color: #fff;
  }
  .top_news_sec .top_news_sec_title .top_news_sec_link a {
    padding: 0 20px 0 0;
    color: #fff;
  }
  .top_news_sec .top_news_sec_title .top_news_sec_link a:after {
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
  }
 
/*========================================
think
========================================*/
  .think {
    margin: 45px 0 0;
  }
 
  .think_titlewrap {
    max-width: none;
    margin: -38px 0 35px;
    padding: 40px 0 35px;
  }
 
  .think_title {
    line-height: 1.2;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
  }
  .think_title span {
    display: block;
    margin: 7px 0 0;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .think_title + p {
    margin: 25px 0 0;
    font-size: 13px;
    font-size: 1.3rem;
  }
 
  .think_midtitle {
    margin: 40px 0;
    font-size: 20px;
    font-size: 2rem;
  }
  .think_midtitle + p {
    margin: 0 0 30px;
  }
 
  .think_smalltitle {
    margin: 0 0 30px;
    padding: 0 0 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
 
  .think_s_smalltitle {
    padding-left: 12px;
  }
 
  .think_contwrap {
    margin: 0;
    overflow: visible;
  }
 
  .think_cont {
    float: none;
    width: auto;
    margin: 40px 0 0;
    padding: 0;
  }
  .think_cont.large {
    width: auto;
  }
  .think_cont:first-child {
    margin-top: 0;
  }
 
  .think_aside {
    margin: 40px 0 0;
    padding: 35px 0 0;
  }
  .think_aside .linklist li {
    width: 50%;
  }
  .think_aside_title {
    margin: 0 0 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  
  #anc {
   margin-top: -75px;
   padding-top: 75px;
  }
  #anc .think_cont {
   margin-top:-75px;
   padding-top: 75px;
   margin-bottom: 40px;
  }
 
  /*========================================
form
========================================*/
  .formlist {
    margin-top: 30px;
  }
  .formlist dt {
    float: none;
    padding: 40px 0 0;
    line-height: 1;
    border-top: solid 1px #d8d8d8;
  }
  .formlist dd {
    padding: 20px 0 40px;
    border-top: none;
  }
  .formlist dd > div {
    margin-top: 20px;
  }
  .formlist dd .postwrap {
    display: block;
    margin: 0;
  }
  .formlist input[type="text"],
  .formlist input[type="tel"],
  .formlist input[type="email"],
  .formlist textarea {
    padding: 8px 10px;
    letter-spacing: 0;
  }
  .formlist_selectwrap {
    display: block;
    min-width: auto;
    width: 50%;
    max-width: 200px;
    margin-top: 20px;
  }
  .formlist_selectwrap select {
    padding: 8px 40px 8px 10px;
    border: solid 1px #e6e6e6;
    letter-spacing: 0;
  }
  .formlist_selectwrap:first-child {
    margin-top: 0;
  }
  .btnwrap {
    margin-top: 10px;
    text-align: center;
  }
  .btnwrap input[type="submit"],
  .btnwrap input[type="button"] {
    width: 180px;
    margin: 20px 10px 0;
    padding: 10px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .confirm .formlist dt {
    padding: 15px 0 0;
  }
  .confirm .formlist dd {
    padding: 15px 0;
    min-height: auto;
  }
  .confirm .formlist dd > div {
    margin-top: 40px;
  }
  .confirm .formlist dd > div:first-child {
    margin-top: 0;
  }
  .confirm .formlist dd .postwrap {
    display: block;
    margin: 0;
  }
  .error {
   font-size:10px !important;
   font-size:1.0rem !important;
   margin-top: 1px;
  }

  .mw_wp_form .horizontal-item {
   display: block;
  }
  .mw_wp_form .horizontal-item + .horizontal-item {
   margin:10px 0 0 0 !important;
  }

  /*========================================
news
========================================*/
  .newslist li {
    margin: 20px 0 0;
    padding: 20px 0 0;
    border-top: solid 1px #d8d8d8;
    overflow: hidden;
  }
  .newslist li p {
    float: none;
    width: 100%;
    height: auto;
    max-width: none;
    padding: 0 0 0 12px;
    white-space: normal;
    text-overflow: clip;
  }
  .newslist li p a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .newslist li:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
 
  .newslist .newslist_info {
    float: none;
    margin: 15px 0 0;
  }
  .newslist .newslist_info time {
    line-height: 20px;
    font-size: 10px;
    font-size: 1rem;
  }
  .newslist .newslist_info .newslist_cat {
    min-width: 0;
    margin: 0 0 0 10px;
    line-height: 15px;
   font-size: 10px;
   font-size:1.0rem;
  }
 
  .news_info {
    margin: 0 0 15px;
    text-align: left;
  }
  .news_info time {
    display: inline-block;
    font-weight: bold;
  }
  .news_info .news_cat {
    min-width: 0;
    margin: 0 0 0 10px;
    padding: 0 1em;
  }
 
  .news_body {
    padding-bottom: 30px;
  }
 
  .pagination {
    height: 32px;
    margin-top: 60px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .pagination a {
    margin: 0 10px;
  }
  .pagination span {
    margin: 0 5px;
  }
  .pagination span.current {
    margin: 0 10px;
  }
  .pagination a:before {
   display: none;
}
 
  /*======================================================================
utility
======================================================================*/
  .cf:after {
    content: "";
    display: block;
    clear: both;
  }
  .fl {
    float: left !important;
  }
  .fr {
    float: right !important;
  }
  .fn {
    float: none !important;
  }
  .vat {
    vertical-align: top !important;
  }
  .vam {
    vertical-align: middle !important;
  }
  .vab {
    vertical-align: bottom !important;
  }
  .tal {
    text-align: left !important;
  }
  .tac {
    text-align: center !important;
  }
  .tar {
    text-align: right !important;
  }
  .b {
    font-weight: bold !important;
  }
  .n {
    font-weight: normal !important;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
 
/*============================================================================================================================================
override
============================================================================================================================================*/
 
  .header {
    padding-top:25px;
    padding-bottom: 0px;
	
  }
		

  .header:before {
    border-bottom: solid 1px #fff;
    background: #03121c;
    padding-top: 80px;
		
  }
  .header .header_logo {
    width: 100px;
  }
 
  .gnav {
    background: #4ea3c4;/*スマホ背景色変更*/
	
  }
		
	  .gnav ul li a {
   color:#fff;/*スマホ文字色変更*/
	
  }
.gnav .sp_font {
		color:#fff;/*スマホ文字色変更*/
	
  }
		
.gnav .sp_font02 li a{
		color:#fff;/*スマホ文字色変更*/
	
  }
		
		
  .gnav > ul > li {
    border-bottom: solid 1px #fff;
  }
  .gnav > ul > li ul {
    border-top: solid 1px #fff;
  }
  .gnav > ul > li ul li {
    border-top: solid 1px #fff;
  }
 
  .footer .footer_info {
    border-top: solid 1px #7fb1d2;
  }
  .footer .footer_info .footer_logo {
    width:100px;
  }
 

	/*=SPトップ画像調整====================================================*/
  .top_fv_slider li:nth-child(1) {
    background-position: 45%;
  }
  .top_fv_slider li:nth-child(2) {
    background-position: 46% 0;
  }
		
		  .top_fv_slider li:nth-child(3) {
    background-position: 42% 0;
  }
		
  .top_fv_slider li:nth-child(3)::before {
    background-position: 70% 70%;
  }
  .top_fv_slider li:nth-child(3)::after {
    background-position: 70% 0;
  }
/*======================================================================*/



  .top_news_sec .top_news_sec_title .top_news_sec_link a {
    color: #fff;
  }
  .top_news_sec .top_news_sec_title .top_news_sec_link a:after {
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
  }

  .think_titlewrap.bg02 {
   background-position:57% 50%;
  }
  .think_titlewrap.bg03 {
   background-position:70% 50%;
  }
   
/*======================================================================
add
======================================================================*/

.lead {
  font-size: 1.6rem;
  font-size: 16px;
  margin-bottom: 35px;
}



.think_aside_page .linklist li a {
    width: 147%;
    height: 60px;
    padding: 0 113px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.2;
    text-decoration: none;
    display: table;
    position: relative;
    margin-top: 20%;
    left: 53%;
				text-align: center;
				
}


.think_aside_page_02 .linklist li a {
    width: 188%;
    height: 60px;
    /* padding: 0 110px; */
				font-size: 13px;
    font-size: 1.4rem;
    line-height: 1.2;
    text-decoration: none;
    display: table;
    position: relative;
    margin-top: 10%;
    left: 9%;
		  text-align: center;
}
}


/* ToggleArea
-------------------------- */
#toggle {
	margin: 0 auto;
	width: 400px;
	height: 300px;
	text-align: left;
	position: relative;
}

#toggle a {
	width: 100%;
	height: 100%;
	position: absolute;
}

/* CSS3 Toggle
-------------------------- */
#toggle:target .header_logo .header_tex:before{
	opacity: 0;
	pointer-events: none;}


/*======================================================================
個人情報保護方針
======================================================================*/

.director{
text-align: right;
margin-top: 30px;
}

.contact_link{
text-decoration: none;
color:#000;
}

#header.active .header_tex{
	color:#fff;}

.footer .footer_nav dl .pmark{margin-left:355%;}

@media screen and (max-width: 780px) {
.pmark{margin-left:0%;}

.top_pagelist li {
    width: 25%;
    /* height: 195px; */
    margin: 0 0 20px;
    padding: 0 0px;
}

.top_pagelist li.h_large {
    width: 100%;
}


.top_fv_slider li .top_fv_slide_inner {
  position: absolute;
  top: 50%;
  left: 50%;
		
  z-index: 1;
  padding: 0 0 0 0;
  font-size: 36px;
  font-size: 3.6rem;
  color: #fff;
  -webkit-transform: translateY(-50%) translateX(-50%);
   transform: translateY(-50%) translateX(-50%);
  text-align: center;
}


.footer .footer_nav dl {
  border-top: solid 1px #fff;
		width:100%;
}


.br::before{
	content:"\A";
	white-space: pre ;
}

}




/*======================================================================
1209　CSS追加
======================================================================*/

@media screen and (max-width: 1024px) {


  .think_aside_page {
    margin: 40px 0 0;
    padding: 35px 0 0;
  }
  .think_aside .linklist li {
    width: 50%;
  }
  .think_aside_title {
    margin: 0 0 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }	

				}




@media screen and (min-width: 512px) and (max-width: 630px) {

.think_aside_page .linklist li a {
    width: 108%;
    height: 60px;
    padding: 0 110px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.2;
    text-decoration: none;
    display: table;
    position: relative;
    margin-top: 20%;
    left: 60%;
}
}

@media screen and  (min-width: 512px) and (max-width: 630px) {
.think_aside_page_02 .linklist li a {
    width: 130%;
    height: 60px;
    /* padding: 0 110px; */
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.2;
    text-decoration: none;
    display: table;
    position: relative;
    margin-top: 10%;
    left: 35%;
				text-align: center;


}

}



@media screen and (min-width: 512px) and (max-width:1050px) {

.think_aside_page .linklist li a {
    width: 80%;
    height: 60px;
    padding: 0 110px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.2;
    text-decoration: none;
    display: table;
    position: relative;
    margin-top: 20%;
    left: 70%;
}
}

@media screen and  (min-width: 512px) and (max-width: 1050px)  {
.think_aside_page_02 .linklist li a {
    width: 85%;
    height: 60px;
    /* padding: 0 110px; */
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.2;
    text-decoration: none;
    display: table;
    position: relative;
    margin-top: 10%;
    left: 60%;
				text-align: center;


}

}








