@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100:300;400;500;700&display=swap");
@import url("./top.css");
@import url("./contact.css");
@import url("./recruit.css");
@import url("./blog.css");
@import url("./service.css");
/*!
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 14px;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.71;
  color: #000;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

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

li {
  list-style: none;
}

#header .gnav ul > li.tel {
  background-color: #f8f7f4;
  text-align: center;
  margin-right: 0;
}
#header .gnav ul > li.tel a {
  font-size: 16px;
  padding-left: 70px;
  padding-right: 25px;
  background-image: url("../images/common/icon-tel.png");
  background-repeat: no-repeat;
  background-position: left 1.5em center;
  background-size: 2em;
}
@media screen and (max-width: 768px) {
  #header .gnav ul > li.tel a {
    padding: 0;
    font-size: 4vw;
    background-position: left 3em center;
  }
}
#header .gnav ul > li.tel a span {
  display: block;
  font-size: 2.25em;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  #header .gnav ul > li.tel a span {
    font-size: 5.6vw;
  }
}

@keyframes loopBnr {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
body {
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
body.oh {
  overflow: hidden;
}

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

a {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
a:link, a:visited, a:hover, a:active {
  color: inherit;
  text-decoration: inherit;
}
a:hover {
  opacity: 0.7;
}

button {
  border: 0;
  border-radius: 0;
  appearance: none;
  cursor: pointer;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
button:hover {
  opacity: 0.7;
}

ul.circle > li {
  position: relative;
  padding-left: 1em;
}
ul.circle > li::before {
  content: "";
  display: block;
  width: 0.15em;
  height: 0.15em;
  border-radius: 50%;
  position: absolute;
  top: 0.85em;
  left: 0;
  background-color: #000;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

.inner {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1260px) {
  .inner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 4vw;
  }
}

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

.roboto {
  font-family: "Roboto", sans-serif !important;
}

.btn a,
.btn button,
.btn-l a,
.btn-l button {
  display: block;
  width: 260px;
  background-image: linear-gradient(270deg, rgb(247, 147, 28) 0%, rgb(255, 199, 27) 100%);
  color: #fff;
  text-align: center;
  position: relative;
  padding: 0.5em 1.5em;
}
.btn a::after,
.btn button::after,
.btn-l a::after,
.btn-l button::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translate(0, -50%);
  background-color: #fff;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.btn a i.sub,
.btn button i.sub,
.btn-l a i.sub,
.btn-l button i.sub {
  display: block;
  position: absolute;
  top: 0;
  left: 1em;
  transform: translateY(-50%);
  font-style: normal;
  background: #f8f7f4;
  color: #ffa200;
  font-size: 0.9em;
  padding: 0.15em 0.25em;
}
.btn a i.sub::after,
.btn button i.sub::after,
.btn-l a i.sub::after,
.btn-l button i.sub::after {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #f8f7f4;
  transform: translateX(100%);
}

.btn-l a,
.btn-l button {
  width: 465px;
  font-size: 20px;
  line-height: 1.25;
  font-weight: bold;
  padding: 20px 0 10px;
}
@media screen and (max-width: 768px) {
  .btn-l a,
.btn-l button {
    width: 90%;
    font-size: 3.47vw;
  }
}
.btn-l a span,
.btn-l button span {
  font-size: 1.3em;
  display: block;
}
.btn-l a span .fs-s,
.btn-l button span .fs-s {
  font-size: 0.9230769231em;
  font-style: normal;
}
.btn-l a span.price,
.btn-l button span.price {
  font-size: 0.8em;
  display: inline;
  font-weight: 500;
}
.btn-l.wh a {
  background: #f8f7f4;
  border: 1px solid #ffa200;
  color: #ffa200;
}
.btn-l.wh a::after {
  background-color: #ffa200;
}
.btn-l.wh a i.sub {
  background-color: #ffa200;
  color: #f8f7f4;
}
.btn-l.wh a i.sub::after {
  background-color: #ffa200;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb > li {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .breadcrumb > li {
    font-size: 3.73vw;
  }
}
.breadcrumb > li:not(:last-child)::after {
  content: ">";
  margin: 0 1em;
}
.breadcrumb > li a {
  text-decoration: underline;
}

.subTtlLv01 {
  font-size: 74px;
  color: #ffa200;
  background-color: #f8f7f4;
  display: grid;
  place-content: center;
  place-items: center;
  height: 362px;
  font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .subTtlLv01 {
    font-size: 9.87vw;
    height: 48.27vw;
  }
}
.subTtlLv01[data-titletext]:not([data-titletext=""])::after {
  content: attr(data-titletext);
  display: block;
  font-size: 0.2432432432em;
  color: #000;
}
@media screen and (max-width: 768px) {
  .subTtlLv01[data-titletext]:not([data-titletext=""])::after {
    font-size: 0.3243243243em;
  }
}

.subContent .subTtlLv01 {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .subContent .subTtlLv01 {
    margin-bottom: 4.67vw;
  }
}

.contact {
  padding: 80px 0 90px;
  background-color: #a5a5a5;
  background-image: url("../images/common/bg-contact.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 10.67vw 0 12vw;
    background-size: auto 100%;
    background-position: center right;
  }
}
.contact .title,
.contact p {
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 1;
}
.contact .title {
  font-size: 48px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .contact .title {
    font-size: 8vw;
    margin-bottom: 2.67vw;
  }
}
.contact p {
  font-size: 16px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .contact p {
    font-size: 3.2vw;
    margin-bottom: 5.33vw;
  }
}
.contact .btnList {
  display: flex;
  justify-content: space-between;
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
}
.contact .btnList > li {
  max-width: 470px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact .btnList > li {
    padding: 0 4vw;
  }
}
@media screen and (max-width: 768px) {
  .contact .btnList > li.tel {
    margin-bottom: 2.67vw;
  }
}
.contact .btnList > li.tel a {
  background-color: #fff;
  background-image: url("../images/common/icon-tel.png");
  background-repeat: no-repeat;
  background-position: center left 15%;
  background-size: 2em;
  display: block;
  font-size: 16px;
  text-align: center;
  line-height: 1;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .contact .btnList > li.tel a {
    font-size: 3.2vw;
    padding: 4vw 0;
  }
}
.contact .btnList > li.tel a .roboto {
  font-weight: 500;
  font-size: 1.875em;
  display: block;
}
.contact .btnList > li.btn a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .contact .btnList > li.btn a {
    font-size: 5.07vw;
  }
}

#header {
  display: flex;
  justify-content: space-between;
  position: sticky;
  top: 0;
  background-color: #fff;
}
#header .logo {
  padding: 40px;
}
@media (max-width: 1260px) {
  #header .logo {
    padding: 5.33vw;
  }
}
#header .logo a {
  display: block;
  width: 205px;
}
@media (max-width: 1260px) {
  #header .logo a {
    width: 100px;
  }
}
#header .gnav {
  max-width: 1140px;
  width: 100%;
}
@media (max-width: 1260px) {
  #header .gnav {
    position: fixed;
    top: calc(22px + 10.67vw);
    left: 0;
    width: 100%;
    max-width: unset;
    display: none;
    background-color: #fff;
  }
}
#header .gnav ul {
  display: flex;
  justify-content: flex-end;
  height: 100%;
}
@media (max-width: 1260px) {
  #header .gnav ul {
    display: block;
  }
}
#header .gnav ul > li {
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: clamp(35px, 3.65vw, 70px);
}
@media (max-width: 1260px) {
  #header .gnav ul > li {
    margin-right: 0;
    display: list-item;
    border-bottom: 1px solid #ffa200;
  }
  #header .gnav ul > li:first-child {
    padding-bottom: 2.67vw;
  }
  #header .gnav ul > li:not(:first-child) {
    padding-top: 2.67vw;
    padding-bottom: 2.67vw;
  }
}
@media screen and (min-width: 769px) {
  #header .gnav ul > li {
    white-space: nowrap;
  }
}
#header .gnav ul > li a {
  display: block;
  font-weight: bold;
  font-size: 20px;
}
@media (max-width: 1260px) {
  #header .gnav ul > li a {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #header .gnav ul > li a {
    font-size: 5.33vw;
  }
}
#header .gnav ul > li.contactBtn {
  margin-right: clamp(20px, 2.08vw, 40px);
}
@media (max-width: 1260px) {
  #header .gnav ul > li.contactBtn {
    margin-right: 0;
  }
  #header .gnav ul > li.contactBtn .btn a {
    width: 70%;
    margin: 0 auto;
  }
}
#header .gnav ul > li.tel {
  background-color: #ffa200;
  color: #fff;
}
#header .gnav ul > li.tel a {
  background-image: url("../images/common/icon-tel_w.png");
}
@media screen and (max-width: 768px) {
  #header .gnav ul > li.tel a {
    background-position: left 2em center;
    background-size: 1.5em;
  }
}
#header .humbuger {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 30px;
  height: 20px;
  transform: translateY(-50%);
  overflow: hidden;
}
@media screen and (min-width: 1261px) {
  #header .humbuger {
    display: none;
  }
}
#header .humbuger span, #header .humbuger::before, #header .humbuger::after {
  background-color: #ffa200;
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
}
#header .humbuger::before, #header .humbuger::after {
  content: "";
}
#header .humbuger span {
  top: calc(50% - 1px);
  left: 0;
}
#header .humbuger span i {
  display: none;
}
#header .humbuger::before {
  top: 0;
  left: 0;
}
#header .humbuger::after {
  top: calc(100% - 2px);
  left: 0;
}
#header .humbuger.js-active span {
  left: 100%;
}
#header .humbuger.js-active::before {
  top: calc(50% - 1px);
  transform: rotate(225deg);
}
#header .humbuger.js-active::after {
  top: calc(50% - 1px);
  transform: rotate(-225deg);
}

#footer {
  background-color: #f8f7f4;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #footer {
    padding: 10.67vw 0;
  }
}
#footer .inner {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  grid-template-rows: auto;
}
@media screen and (max-width: 768px) {
  #footer .inner {
    display: block;
  }
}
#footer .inner .logo {
  width: 205px;
}
@media screen and (max-width: 768px) {
  #footer .inner .logo {
    width: 40vw;
    margin: 0 auto;
  }
}
#footer .inner .footerLink {
  display: flex;
}
@media screen and (max-width: 768px) {
  #footer .inner .footerLink {
    justify-content: space-between;
    margin-top: 5.33vw;
    margin-bottom: 5.33vw;
  }
}
#footer .inner .footerLink dl {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #footer .inner .footerLink dl {
    width: 49%;
  }
}
#footer .inner .footerLink dl > dt {
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #footer .inner .footerLink dl > dt {
    font-size: 4vw;
  }
}
#footer .inner .footerLink dl > dd {
  font-size: 14px;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  #footer .inner .footerLink dl > dd {
    font-size: 3.2vw;
  }
}
#footer .inner .footerLink dl > dd ul > li:not(:first-child) {
  margin-top: 0.8em;
}
#footer .inner .footerLink > ul {
  width: 50%;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #footer .inner .footerLink > ul {
    font-size: 4vw;
    width: 49%;
  }
}
#footer .inner .footerLink > ul > li:not(:first-child) {
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  #footer .inner .footerBnr ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
#footer .inner .footerBnr ul > li {
  max-width: 280px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #footer .inner .footerBnr ul > li {
    width: 49%;
  }
  #footer .inner .footerBnr ul > li:nth-child(n+3) {
    margin-top: 2%;
  }
}
@media screen and (min-width: 769px) {
  #footer .inner .footerBnr ul > li:not(:first-child) {
    margin-top: 20px;
  }
}
#footer .copy {
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #footer .copy {
    margin-top: 13.33vw;
  }
}

#header {
  z-index: 100;
}

#top .serviceList .serviceContent .txt,
#service .serviceList .serviceContent .txt {
  z-index: 10;
}
#top .serviceList .serviceContent .img,
#service .serviceList .serviceContent .img {
  z-index: 5;
}
#top .blog .blogList .img,
#service .blog .blogList .img {
  z-index: 10;
}



/*　特商法取引に関する表記*/

#law_info .subTtlLv01{
	font-size: 54px;
}

.tokusho_table-wrap {
	max-width: 800px;
	margin: 0 auto;
	padding: 80px 0 120px;
}

.tokusho_table-wrap table{
	
}

.tokusho_table-wrap th,
.tokusho_table-wrap td{
	border: 1px solid #4c4c4c;
	padding: 20px ;
	color: #4c4c4c;
}

.tokusho_table-wrap th{
	text-align: left;
	width: 30%;
	min-width: 240px;
	background: #f8f7f4;
	font-size: 16px;
}

.tokusho_table-wrap td{
	text-align: left;
	width: 70%;
	font-size: 16px;
}

.txt_link{
	color: #0182C5 !important;
}

.txt_link:hover{
	text-decoration: underline;
}

@media screen and (max-width: 768px){
	#law_info .subTtlLv01 {
    font-size: 6vw;
    height: 45vw;
	}
}


@media(max-width: 620px){
	.tokusho_table-wra{
		padding: 60px 0 80px;
	}
	.tokusho_table-wrap{
		max-width: 450px;
	}
	.tokusho_table-wrap th,
	.tokusho_table-wrap td{
		display: block;
		width: 100%;
		border-bottom: none;
	}
	
	.tokusho_table-wrap tr:last-child td{
		border-bottom: 1px solid #4c4c4c;
	}
}

@media screen and (max-width: 767px){
	.ctwlpt-wrap br{
		display: block !important;
	}
}


.ctwlpt-block-firstview-02 .ctwlpt-block-fs-h2{text-align: center !important;}


.content_title .input_unit .my_column, .content_box .input_unit .my_column, .content_confirm .input_unit .my_column, .content_form .input_unit .my_column{
	display: block !important;
}

.my_column.my_left.labe_container{
	display: block !important;
}
.my_column.my_right.input_container{
	display: block !important;
}

form.myForm .required .my_column.my_left label:first-child:after{
	display: none;
}


