@charset "UTF-8";
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
/* _reset.scss＠共通リセットファイル */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1, h2,
h3, h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

/* original */
html, body, 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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

table, caption, tbody, tfoot, thead, tr, th, td {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
}

/* themeColor
-----------------------------*/
.grad_01, .contact {
  background: linear-gradient(90deg, rgb(232, 88, 21) 0%, rgb(255, 199, 0) 100%);
}

/*
.grad_02{
	background: linear-gradient(180deg, rgba($color-blue, 0.15) 0%, rgba($color-base, 0.15) 100%);
}
.grad_03{
	background: linear-gradient(90deg, rgba($color-blue, 0.1) 0%, rgba($color-blue, 0.15) 100%);
}
*/
.max-width, .footer .pankuzu_list, .header_inner, .swiper, .swiper-container {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.max-width_inner, .container.vision, .container.strength, .container.service_inner, .kv_inner, .service_inner, .company_inner, .contact_inner, .footer_gnavi, .footer_copy, .company_list, .flex_list {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.container_padding, .container.service_inner, .kv_inner, .service_inner, .company_inner, .contact_inner, .header_gnavi {
  padding-left: 20px;
  padding-right: 20px;
}

@media all and (max-width : 1240px) {
  .inner_padding, .container.vision, .container.strength, .container.service, .container.company, .container.contact, .footer, .contact {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

.mt0 {
  margin-top: 0;
}
.mt20 {
  margin-top: 20px;
}
.mt40 {
  margin-top: 22px;
}

.pl0 {
  padding-left: 0 !important;
}

.tac {
  text-align: center;
}

.cont_padding {
  padding: 0 20px;
}

.sp-only {
  display: none;
}
@media all and (max-width : 750px) {
  .sp-only {
    display: block !important;
  }
}

.pc-only {
  display: none;
}
@media all and (min-width: 751px) {
  .pc-only {
    display: block !important;
  }
}

* {
  font-size: 62.5%;
  font-size: 16px;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 3.6;
  text-align: left;
  color: #222222;
  font-feature-settings: "halt" 1;
  overflow-wrap: anywhere;
}

.font-en, .footer_copy-txt {
  font-family: "Roboto", "Helvetica", "Helvetica Neue", "Avenir", "Arial", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-weight: 500;
  line-height: 1;
}

/* //文字のギザギザが気になるときに使用
span, 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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,{
	transform: rotate(0.05deg);
	&::before,&::after{
		transform: rotate(0.05deg);
	}
}*/
.bold {
  font-weight: 700;
}

.ttl-h2 {
  color: #f17d13;
  font-weight: 600;
}
.ttl-h2 .font-en, .ttl-h2 .footer_copy-txt {
  font-size: 64px;
  font-weight: 700;
}
.ttl-h2_sub {
  display: block;
  font-size: 16px;
  color: #222222;
  color: #f17d13;
  padding-top: 14px;
}
.ttl-h2.kv_ttl-h2 {
  font-size: 72.03px;
  color: #ffffff;
  font-weight: 700;
  line-height: calc(104/72);
  letter-spacing: 0em;
  text-align: left;
}
.ttl-h2.kv_ttl-h2 .font-en, .ttl-h2.kv_ttl-h2 .footer_copy-txt {
  font-size: 72.03px;
  font-weight: 600;
}
.ttl-h2.service_ttl {
  color: #ffffff;
}
.ttl-h2.service_ttl .ttl-h2_sub {
  color: #ffffff;
}
.ttl-h2.company_ttl {
  font-size: 64px;
  font-weight: 700;
}
.ttl-h2.company_ttl .font-en, .ttl-h2.company_ttl .footer_copy-txt {
  font-size: 64px;
  font-weight: 600;
}
.ttl-h3 {
  font-size: 32px;
  line-height: 140%;
}
.ttl-h4 {
  font-size: 32px;
  line-height: calc(57.6/32);
  padding: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  vertical-align: middle;
  display: inline-block;
}
.ttl-sub {
  font-size: 16px;
  line-height: 120%;
  position: relative;
}
.ttl-sub_bg {
  font-size: 60px;
  font-weight: 300%;
  line-height: 140%;
  letter-spacing: 20%;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 0%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin: auto;
  color: #F3F5FC;
  position: relative;
  z-index: 1;
}

.txt {
  font-feature-settings: normal;
  line-height: calc(28.8/16);
}
.txt + .txt {
  padding-top: 28px;
}
.txt_navi, .header_txt {
  font-size: 16px;
}
.txt-sub {
  font-size: 12px !important;
  line-height: 120%;
  font-weight: 700;
}
.txt_small, .card_time {
  letter-spacing: 0.05em;
  line-height: 3.2;
}
.txt_orange {
  color: #f17d13;
}
.txt.kv_txt {
  font-size: 24px;
  line-height: calc(36/24);
  letter-spacing: 0.013em;
  color: #ffffff;
  text-align: left;
}
.txt.vision_read {
  font-size: 32px;
  font-weight: 600;
  line-height: calc(57.6/32);
  letter-spacing: 0;
}
.txt.vision_txt {
  font-size: 18px;
  font-weight: 400;
  line-height: calc(42/18);
  letter-spacing: 0;
}
.txt.vision_list {
  font-size: 18px;
  font-weight: 700;
  line-height: calc(36/18);
  letter-spacing: 0;
}
.txt.strength_read {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: calc(42/24);
  text-align: center;
  padding-top: 43px;
}
.txt.strength_read * {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: calc(42/24);
}
.txt.strength_card-ttl {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: calc(36/20);
  text-align: center;
}
.txt.strength_card-txt {
  text-align: left;
  font-weight: 400;
  line-height: calc(28.8/16);
  text-align: left;
}
.txt.service_read {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: calc(28.8/24);
  text-align: center;
  padding-top: 52px;
  padding-bottom: 9px;
  color: #ffffff;
}
.txt.service_card-txt {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: calc(36/24);
}
.txt.service_card-txtsub {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  display: block;
  padding-bottom: 13px;
}

.btn {
  line-height: 1;
  text-align: center;
}
.btn_orange {
  color: #ffffff;
}
.btn_orange-line {
  color: #f17d13;
}
.btn.service_btn * {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  border-radius: 24px;
  max-width: 141px;
  padding: 0;
  margin: 0;
}

/*
.ff-en {
	font-family: vars.$font-en;
	vertical-align: -1;
	letter-spacing: ls(0);
}
*/
.lh0 {
  line-height: 0;
}

.fc-white {
  color: white;
}

/*--------------
	Component
---------------*/
a {
  color: #222222;
}
a:hover {
  cursor: pointer;
}
a.link_win {
  font-size: 16px;
  font-weight: bold;
}

.card_time {
  font-weight: 400;
}
.card_ttl {
  color: #f17d13;
  font-weight: 700;
}
.card_txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.header_gnavi-link {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0em;
}
@media all and (max-width : 1240px) {
  .header_gnavi-link {
    font-size: 16px;
  }
}
.header_txt {
  letter-spacing: 0.075em;
  line-height: 2.3076923077;
}
@media all and (max-width : 750px) {
  .header_txt {
    font-size: 9px;
    text-align: left;
    padding-right: 65px;
  }
}

.company_list-dt, .company_list-dd {
  line-height: calc(28.8/16);
}
.company_list-dt {
  font-weight: 700;
}
.company_list-dd {
  font-weight: 400;
  line-height: calc(28.8/16);
}
.company_list-item {
  font-weight: 400;
}

.contact_card-ttl {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: calc(28.8/16);
}
.contact_card-txt {
  font-weight: 400;
  line-height: calc(28.8/16);
  text-align: left;
}

.desLis-01_item {
  line-height: calc(28.8/16);
}
.desLis-01_item:not(:first-child) {
  margin-top: 7px;
}

.page .pankuzu_item {
  font-size: 12px;
  font-weight: 400;
  list-style: none;
  line-height: 1;
}
.page .pankuzu_item a {
  font-size: 12px;
  font-weight: 400;
  opacity: 0.7;
  line-height: 1;
}
.page_navi-item {
  font-size: 18px;
  font-weight: 400;
  list-style: none;
}
.page_navi-item a {
  font-size: 18px;
  font-weight: 600;
  list-style: none;
}
.page .ttl-h2 {
  margin-top: -7px;
}
.page .ttl-h3 {
  font-size: 30px;
  font-weight: 600;
  color: #f17d13;
  margin-bottom: 45px;
}
@media all and (max-width : 990px) {
  .page .ttl-h3 {
    margin-bottom: 35px;
  }
}
.page .ttl-h4 {
  margin-top: -15px;
}
.page .ttl-h4 + .txt, .page .ttl-h4 + div {
  margin-top: 36px;
}
.page .ttl-h4_project {
  font-size: 20px;
  font-weight: 600;
  color: #222222;
  padding-top: 73px;
  margin-top: 0;
}
@media all and (max-width : 990px) {
  .page .ttl-h4_project {
    padding-top: 59px;
  }
}
.page.company .message_name {
  text-align: right;
}
.page.company .message_name .txt-big {
  font-size: 22px;
  font-weight: 500;
  padding-left: 15px;
}
.page.company .message_txt {
  padding-left: 1px;
}
.page.company .flex_list-item, .page.company .flex_item {
  line-height: calc(28.8/16);
}
.page.company .flex_list-dt {
  font-weight: 700;
}
.page.company .project_contents .txt-ttl {
  font-size: 20px;
  font-weight: 700;
}
.page.service .desBox-01_item .txt-ttl {
  font-size: 22px;
  font-weight: 700;
}
.page .forms_txt {
  line-height: calc(28.8/16);
  font-weight: 400;
}
.page .forms .wpcf7-not-valid-tip {
  padding-top: 16px;
  font-weight: 700;
}
.page .forms .wpcf7 form.invalid .wpcf7-response-output, .page .forms .wpcf7 form.unaccepted .wpcf7-response-output, .page .forms .wpcf7 form.payment-required .wpcf7-response-output {
  text-align: center;
}
.page .forms .contact-confirm dd.contact_item {
  padding-top: 12px;
  margin-bottom: 0;
}

.footer_copy {
  color: #ffffff;
}
.footer_copy-txt {
  color: #222222;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: calc(38/14);
  padding-bottom: 8px;
}
.footer_copy-link {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: calc(38/14);
}
.footer_list li {
  list-style: none;
}
.footer_item {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: calc(38/16);
}
.footer_itemSub {
  font-weight: 500;
  line-height: calc(48/16);
  position: relative;
  margin-left: 16px;
}
.footer_itemSub::before {
  content: "-";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 18%;
  left: -9%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media all and (max-width : 600px) {
  .footer_itemSub::before {
    left: -12px;
  }
}
.footer_item .sub-menu .footer_item {
  font-weight: 500;
  line-height: calc(48/16);
  position: relative;
  margin-left: 16px;
}
.footer_item .sub-menu .footer_item::before {
  content: "-";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 18%;
  left: -9%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media all and (max-width : 600px) {
  .footer_item .sub-menu .footer_item::before {
    left: -12px;
  }
}
.footer_item .sub-menu .footer_item:not(:first-child) {
  padding-top: 0;
}

.txt-privacy {
  text-align: right;
  font-size: 10px;
  font-weight: 400;
  line-height: 2;
  padding-bottom: 8px;
}
.txt-privacy * {
  font-size: inherit;
  font-weight: inherit;
}

.page .txt-privacy {
  text-align: center;
  padding-top: 40px;
}

.privacy_ttl-h3 {
  padding-top: 90px;
}
.privacy_ttl-h3 + p {
  padding-top: 0 !important;
}
.privacy_inner {
  padding-top: 104px;
  padding-bottom: 113px;
}
.privacy_inner p, .privacy_inner li {
  line-height: calc(28.8/16);
}
.privacy_inner p:not(:first-child) {
  padding-top: 26px;
}
.privacy_inner ul {
  margin-top: 18px;
  margin-left: 24px;
}

.flex_between, .header_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.flex_center-bottom {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.flex_justify {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.flex_centerStart {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.flex_leftCenter {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
.flex_leftBottom {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.flex_spaceCenter, .header_gnavi-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: space-around;
  align-content: space-around;
}
.flex_spaceLeft, .footer .col_box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.flex_leftTopWrp {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: center;
  align-content: center;
}
.flex_centerTopWrp, .col-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.flex_leftBaseWrapStre, .company_list-box, .flex_list-box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  align-content: center;
}
.flex_spaceStretchwrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: stretch;
  align-items: stretch;
}

img {
  image-rendering: -webkit-optimize-contrast;
  height: auto;
}

.img_shadow {
  position: relative;
  line-height: 0;
  display: inline-block;
}
.img_shadow::before {
  content: "";
  width: 100%;
  height: 97.5%;
  position: absolute;
  top: 56.5%;
  left: 58%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #f17d13;
  z-index: -1;
}

.hover, .btn_orange, a {
  transition-property: opacity;
  transition-duration: 0.3s;
}
.hover:hover, .btn_orange:hover, a:hover {
  opacity: 0.5;
  transition: 0.3s;
}

a.link_win {
  background-image: image-set(url(img/icon-window.png) 1x, url(img/icon-window.webp) 2x);
  background-image: -webkit-image-set(url(img/icon-window.png) 1x, url(img/icon-window.webp) 2x);
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center right 4px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: auto;
  min-height: 16px;
  margin: 0 auto;
  padding-right: 20px;
}

.btn {
  position: relative;
  display: block;
  padding: 13px 22px 15px 22px;
  border-radius: 24px;
}
.btn_orange {
  border: 2px solid #f17d13;
  background-color: #f17d13;
}
.btn_orange-line {
  border: 2px solid #f17d13;
  background-color: #ffffff;
}
.btn_black {
  color: #ffffff;
  background-color: #222222;
  width: max-content;
}
.btn_black * {
  display: block;
  font-size: 13.93px;
}

@media all and (max-width : 990px) {
  .icon_pic {
    display: none;
  }
}
.icon_logo {
  display: block;
  background-image: image-set(url(../img/logo.jpg) 1x, url(../img/logo.webp) 2x);
  background-image: -webkit-image-set(url(../img/logo.jpg) 1x, url(../img/logo.webp) 2x);
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 150px;
  height: 34.5px;
  background-position: center left;
}
@supports (background-image: url("../img/logo.webp")) {
  .icon_logo .background {
    background-image: url("../img/logo.webp");
  }
}
@media all and (max-width : 750px) {
  .icon_logo {
    width: 170px;
    height: auto;
    margin: 0;
  }
}

.card_time {
  position: relative;
  padding-top: 29px;
  padding-left: 21px;
  padding-bottom: 9px;
  line-height: 1;
}
.card_time::before {
  position: absolute;
  font-family: "Material Icons";
  content: "\e8b5";
  width: 13px;
  height: 13px;
  font-size: 13px;
  left: 2px;
}

.company_list-box, .flex_list-box {
  border-bottom: 1px solid #cccccc;
}
@media all and (max-width : 750px) {
  .company_list-box, .flex_list-box {
    display: block;
    width: 100%;
  }
}
.company_list-dt, .company_list-dd, .flex_list-dt, .flex_list-dd {
  padding-top: 33px;
  padding-bottom: 35px;
  border-top: 1px solid #cccccc;
}
.company_list-dt ul, .company_list-dt ol, .company_list-dt li, .company_list-dd ul, .company_list-dd ol, .company_list-dd li, .flex_list-dt ul, .flex_list-dt ol, .flex_list-dt li, .flex_list-dd ul, .flex_list-dd ol, .flex_list-dd li {
  list-style: none;
}
.company_list-dt, .flex_list-dt {
  width: 18.83%;
  /*&:not(:first-child),&+ dd:not(:first-of-type){
  	border-top: 1px dotted colors.$color-base;
  }*/
}
@media all and (max-width : 750px) {
  .company_list-dt, .flex_list-dt {
    width: 100%;
    padding-bottom: 0 !important;
  }
  .company_list-dt + dd:not(:first-of-type), .flex_list-dt + dd:not(:first-of-type) {
    border: none !important;
    width: 100%;
  }
}
.company_list-dd, .flex_list-dd {
  width: 81.1%;
  margin-left: -1px;
}
@media all and (max-width : 750px) {
  .company_list-dd, .flex_list-dd {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    border: none;
  }
}

.contact {
  position: relative;
  width: 100%;
  padding: 111px 10px 113px;
}
.contact::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(241, 125, 19, 0.9);
  background-image: url(../img/img-pattern@2x.png);
  background-repeat: repeat;
  background-position: top left;
  background-size: 10px;
  z-index: -1;
}
.contact.page::before {
  display: none;
}
.contact_txt {
  padding-top: 64px;
}
.contact_box {
  background-color: #ffffff;
  border-radius: 6px;
  width: 100%;
  max-width: 706px;
  margin: 41px auto 0;
}
@media all and (max-width : 750px) {
  .contact_btn {
    width: 100%;
  }
}
.contact .btn-item_tel, .contact .btn-item_contact2 {
  position: relative;
  width: 353px;
  height: 150px;
  display: block;
  padding: 36px 0;
}
@media all and (max-width : 750px) {
  .contact .btn-item_tel, .contact .btn-item_contact2 {
    width: 100%;
  }
}
.contact .btn-item_tel::before, .contact .btn-item_contact2::before {
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.contact .col_box {
  padding: 0px 15px;
  height: 150px;
}
@media all and (max-width : 750px) {
  .contact .col_box {
    padding: 0px 8px;
  }
}
.contact .col_item:not(:first-child) {
  border-left: 1px solid rgba(34, 34, 34, 0.4);
  margin-left: 0;
}
.contact .material-symbols-outlined {
  display: block;
}

.grid-col2_list {
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-template-rows: 1 1fr;
  gap: 30px;
}
@media all and (max-width : 990px) {
  .grid-col2_list {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-auto-flow: column;
  }
}
.grid-col2_item {
  -webkit-align-self: stretch;
  align-self: stretch;
}
@media all and (max-width : 990px) {
  .grid-col2_item {
    grid-column: 1;
    grid-row: auto;
  }
}
.grid-col3_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 30px;
}
@media all and (max-width : 990px) {
  .grid-col3_list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
@media all and (max-width : 750px) {
  .grid-col3_list {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}
.grid-col3_item {
  background-color: rgba(241, 125, 19, 0.13);
  border-radius: 16px;
  -webkit-flex: 0 0 30%;
  flex: 0 0 30%;
  -webkit-align-self: stretch;
  align-self: stretch;
  padding: 33px;
}

.desLis-01_list {
  list-style: none;
}
.desLis-01_item {
  position: relative;
  text-indent: 32px;
}
.desLis-01_item::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: image-set(url("../img/icon-more_01.png") type("image/png"), url("../img/icon-more_01@2x.webp") type("image/webp") 2x);
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.privacy-policy {
  width: 100%;
  margin: 0px auto;
}
.privacy-policy h2 {
  margin: 50px 0 40px 0;
  padding: 15px 0 15px 20px;
}
.privacy-policy ol {
  margin: 20px 0 0 26px;
}
.privacy-policy ol li {
  position: relative;
  list-style: outside decimal;
  padding: 0 0 0 8px;
}
.privacy-policy ol li::marker {
  font-weight: 700;
}

/*reCAPTHAマーク設定*/
.grecaptcha-badge {
  visibility: hidden;
}

p.recapcha-text {
  font-size: 11px;
  text-align: center;
}

/* 矢印をエリアの外に */
.swiper {
  margin: 0 auto;
  position: relative;
}
.swiper-container {
  max-width: 1540px;
  margin: 0 50px;
}

.swiper-button-prev {
  left: 1%;
}

.swiper-button-next {
  right: 1%;
}

/* 矢印を任意の画像に変更 */
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  width: 36px;
  height: 36px;
  background-image: none;
  top: 61.6%;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin: auto;
  display: block;
  width: 36px;
  height: 36px;
  background-color: #f17d13;
  border-radius: 50%;
  font-family: "Material Icons";
  color: #ffffff;
  font-size: 30px;
  line-height: 1.25;
}

/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  content: "\e5cb";
  padding-left: 2px;
}

/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  content: "\e5cc";
  padding-left: 4px;
}

.swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  padding-top: 29px;
}

.swiper-pagination-bullet {
  background-color: rgba(241, 125, 19, 0.6);
  width: 10px;
  height: 10px;
}
.swiper-pagination-bullet:not(:first-child) {
  margin-left: 10px;
}
.swiper-pagination-bullet-active {
  background-color: #f17d13;
}

@media all and (max-width : 800px) {
  .picture_inner {
    margin: 0 auto;
  }
  .card_time {
    text-align: center;
  }
  .card_time::before {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    position: absolute;
    margin-left: -44px;
  }
  .card_ttl, .card_txt {
    text-align: center;
  }
}
@media all and (max-width : 990px) {
  .header .menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #f17d13;
    border-radius: 6px;
  }
  .header .menu-btn:hover {
    cursor: pointer;
  }
  .header .menu-btn span,
  .header .menu-btn span:before,
  .header .menu-btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
  }
  .header .menu-btn span:before {
    bottom: 8px;
  }
  .header .menu-btn span:after {
    top: 8px;
  }
  .header #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
  }
  .header #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  .header #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }
  .header .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%; /*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #ffffff;
    transition: all 0.4s; /*アニメーション設定*/
    opacity: 1;
  }
}
@media all and (max-width : 990px) and (max-width : 990px) {
  .header .menu-content {
    display: block;
  }
}
@media all and (max-width : 990px) {
  .header .menu-content ul {
    padding: 30px 10px 0;
  }
  .header .menu-content ul li {
    border-bottom: solid 1px #f17d13;
    list-style: none;
  }
}
@media all and (max-width : 990px) and (max-width : 990px) {
  .header .menu-content ul li:last-child {
    border-bottom: none;
    padding: 20px 0 0;
  }
  .header .menu-content ul li:last-child a {
    color: #ffffff !important;
  }
  .header .menu-content ul li:not(:last-child) a::before {
    border-top: solid 2px #f17d13;
    border-right: solid 2px #f17d13;
  }
}
@media all and (max-width : 990px) {
  .header .menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
  }
}
@media all and (max-width : 990px) and (max-width : 990px) {
  .header .menu-content ul li a {
    text-align: center;
    color: #222222;
    margin: 0 10px;
  }
}
@media all and (max-width : 990px) {
  .header .menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
  }
}
@media all and (max-width : 990px) and (max-width : 990px) {
  .header .menu-content ul li a::before {
    top: 23px;
    display: none;
  }
}
@media all and (max-width : 990px) {
  .header #menu-btn-check:checked ~ .menu-content {
    left: 0;
    transition: all 0.4s; /*アニメーション設定*/
  }
}
.header #menu-btn-check {
  display: none;
}

.header {
  position: relative;
  padding: 11px 0px 12px 24px;
}
.header_goTOP {
  display: none;
}
@media all and (max-width : 990px) {
  .header_goTOP {
    display: block;
  }
}
.header_logo a:hover {
  opacity: 1;
}
.header_read {
  width: 100%;
  background-color: #f17d13;
  color: #ffffff;
  text-align: center;
  padding: 6px 10px;
}
.header_inner {
  width: 100%;
  margin: 0 auto;
}
.header_gnavi {
  width: 100%;
  margin: 0 auto;
  padding-right: 5px;
}
@media all and (max-width : 990px) {
  .header_gnavi-list {
    display: block;
    margin: 0 auto;
  }
}
.header_gnavi-item {
  padding-left: 56px;
}
@media all and (max-width : 990px) {
  .header_gnavi-item {
    padding-left: 0;
  }
}
.header_gnavi-item:first-child {
  display: none;
}
@media all and (max-width : 990px) {
  .header_gnavi-item:first-child {
    display: block;
    border-bottom: none !important;
    padding-bottom: 10px;
  }
}
.header_gnavi-item:first-child:hover::before {
  width: 100px;
}
.header_gnavi-item:nth-child(3) {
  padding-left: 48px;
}
@media all and (max-width : 990px) {
  .header_gnavi-item:nth-child(3) {
    padding-left: 0;
    border-bottom: none;
  }
}
.header_gnavi-item:nth-child(4) {
  padding-right: 12.5px;
}
@media all and (max-width : 990px) {
  .header_gnavi-item:nth-child(4) {
    padding-left: 0;
    border-bottom: none !important;
    margin-top: 30px;
    padding-right: 0;
  }
}
.header_gnavi-item:last-child {
  padding-right: 0;
}
.header_gnavi-link:hover {
  position: relative;
  transition-property: opacity;
  transition-duration: 0.5s;
}
.header_gnavi-link:hover::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #f17d13;
  position: absolute;
  bottom: -8px;
  right: 0;
  opacity: 0.7;
}
@media all and (max-width : 990px) {
  .header_gnavi-link:hover::before {
    background-color: #ffffff;
  }
}
@media all and (max-width : 990px) {
  .header_gnavi-link.icon_logo {
    margin: 0px auto 30px;
    background-position: top center;
    background-size: 50%;
    color: #ffffff !important;
  }
}
.header_gnavi-link.btn:hover::before {
  display: none;
}
.header .header_gnavi-item.btn_item {
  color: #222222;
}
.header .header_gnavi-item.btn_item .btn {
  max-width: 250px;
  display: block;
  padding: 16px 16px;
  border-radius: 32px;
  margin: 0 auto;
}

/*
  ----------------
	module:main
  ----------------
*/
body {
  background-color: #ffffff;
}
.footer {
  width: 100%;
  background-image: image-set(url(../img/img_footer@2x.jpg) 1x, url(../img/img_footer@2x.webp) 2x);
  background-image: -webkit-image-set(url(../img/img_footer@2x.jpg) 1x, url(../img/img_footer@2x.webp) 2x);
  background-size: 1900px;
  background-repeat: repeat-x;
  background-position: top center;
  padding-top: 286px;
}
.footer_inner {
  padding-top: 120px;
  padding-bottom: 54px;
}
.footer_logo .txt {
  display: block;
  background-image: url(../img/logo.webp);
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  max-width: 149px;
  height: auto;
  min-height: 34px;
}
@media all and (max-width : 800px) {
  .footer_logo .txt {
    margin: 0 auto;
  }
}
@media all and (max-width : 990px) {
  .footer_logo .txt {
    margin: 0 auto 30px;
  }
}
.footer_gnavi {
  width: 100%;
  margin: 0 auto;
  padding: 92px 0px 0px;
  border-bottom: 1px solid #222222;
}
@media all and (max-width : 800px) {
  .footer_gnavi {
    padding: 30px 20px 0px;
  }
}
.footer_gnavi .txt-privacy {
  padding-top: 40px;
}
@media all and (max-width : 800px) {
  .footer_gnavi .txt-privacy {
    padding-top: 50px;
  }
}
.footer_item .label {
  position: relative;
}
.footer_item .label::after {
  font-size: fz(name);
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 1px;
  right: -16px;
  transform: rotate(-0.25turn);
}
.footer_item .label_child {
  position: relative;
}
.footer_item .label_child::after {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -11px;
  right: -22px;
}
.footer_item:not(:first-child) {
  padding-top: 18px;
}
.footer_name, .footer_icon {
  padding-top: 16px;
}
@media all and (max-width : 800px) {
  .footer_name, .footer_adr {
    text-align: center;
  }
}
@media all and (max-width : 800px) {
  .footer_icon img {
    margin: 0 auto;
  }
}
.footer_copy {
  width: 100%;
  text-align: center;
  padding: 6px 0;
}
.footer_copy.col-list {
  justify-content: space-between;
}
.footer_listsub, .footer .sub-menu {
  padding-top: 2px;
}
.footer .pankuzu_list {
  width: 100%;
  margin: 0 auto;
  padding: 3px 10px;
}
@media all and (max-width : 600px) {
  .footer .col_box {
    display: block;
  }
}
.footer .col_item {
  width: 50%;
}
@media all and (max-width : 600px) {
  .footer .col_item {
    width: 100%;
  }
}
.footer .col_item::before {
  margin-left: 60px;
}
.footer .col_item::after {
  margin-right: 0px;
}
.footer .col_item:not(:first-child) {
  padding-left: 30px;
  margin-right: 0;
}
@media all and (max-width : 600px) {
  .footer .col_item:not(:first-child) {
    margin-left: 0;
    padding-left: 0;
  }
}
@media all and (max-width : 990px) {
  .footer_box {
    display: block !important;
  }
}
.footer_about {
  width: 36% !important;
}
@media all and (max-width : 990px) {
  .footer_about {
    width: 100% !important;
  }
}
.footer_list {
  width: 63% !important;
}
@media all and (max-width : 990px) {
  .footer_list {
    width: 100% !important;
  }
}

/*
  ----------------
	page:index
  ----------------
*/
.container.vision {
  padding-top: 107px;
}
.container.strength {
  padding-top: 205px;
  padding-left: 0px;
}
.container.service {
  width: 100%;
  padding-top: 108px;
  padding-bottom: 111px;
  margin-top: 106px;
}
.container.company {
  padding-top: 95px;
}
.kv {
  position: relative;
  display: block;
  width: 100%;
  height: 664px;
  background-image: image-set(url(../img/img_kv.jpg) 1x, url(../img/img_kv@2x.webp) 2x);
  background-image: -webkit-image-set(url(../img/img_kv.jpg) 1x, url(../img/img_kv@2x.webp) 2x);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 148px 0 140px 14px;
}
@media all and (max-width : 750px) {
  .kv {
    background-position: top 0px left 65%;
  }
}
.kv_inner {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
.kv_ttl-h2 {
  display: block;
  background-image: image-set(url(../img/img_kv-txt.png) 1x, url(../img/img_kv-txt@2x.webp) 2x);
  background-image: -webkit-image-set(url(../img/img_kv-txt.png) 1x, url(../img/img_kv-txt@2x.webp) 2x);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left 4px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  max-width: 613px;
  height: auto;
  min-height: 173px;
  margin-left: 0;
}
.kv .kv_txt {
  padding: 45px 0 0;
}
.kv_btn {
  margin-top: 60px;
  padding: 24px 35px 24px 33px;
  border-radius: 61px;
}

.vision_inner {
  background-image: image-set(url(../img/img_vision.png) 1x, url(../img/img_vision@2x.webp) 2x);
  background-image: -webkit-image-set(url(../img/img_vision.png) 1x, url(../img/img_vision@2x.webp) 2x);
  background-size: 67%;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.vision_read {
  padding-top: 45px;
  padding-left: 7px;
  font-feature-settings: "palt";
}
.vision_list {
  margin-left: 28px;
  padding-top: 12px;
  padding-bottom: 14px;
}
.vision_item {
  padding-top: 10px;
}
.vision_ttl-h2 .ttl-h2_sub {
  margin-left: -2px;
}
.vision_txt {
  padding: 29px 20px 0px 0px;
}

.strength_card-list {
  padding-top: 47px;
}
.strength_card-item {
  width: 100%;
  max-width: 380px;
  padding-bottom: 60px;
}
.strength_card-item:not(:first-child) {
  margin-left: 30px;
}
@media all and (max-width : 990px) {
  .strength_card-item:not(:first-child) {
    margin-left: 0;
  }
}
@media all and (max-width : 990px) {
  .strength_card-item {
    max-width: none;
  }
}
.strength_card-ttl {
  padding-top: 23px;
}
.strength_card-txt {
  padding-top: 9px;
}
@media all and (max-width : 990px) {
  .strength_pic {
    margin: 0 auto;
    width: max-content;
  }
}

.service {
  width: 100%;
  background-image: image-set(url(../img/img_service-bg.jpg) 1x, url(../img/img_service-bg@2x.webp) 2x);
  background-image: -webkit-image-set(url(../img/img_service-bg.jpg) 1x, url(../img/img_service-bg@2x.webp) 2x);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.service_card-list {
  padding-top: 44px;
}
.service_card-item {
  padding: 176px 16px 40px;
  background-color: #ffffff;
  width: 100%;
  max-width: 278px;
  border-radius: 16px;
  padding: 175px 16px 40px;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}
@media all and (max-width : 990px) {
  .service_card-item:not(:first-child) {
    margin-left: 0;
  }
}
@media all and (max-width : 1240px) {
  .service_card-item {
    width: 48%;
    max-width: none;
    margin-bottom: 25px;
  }
}
@media all and (max-width : 990px) {
  .service_card-item {
    width: 100%;
    max-width: none;
  }
  .service_card-item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.service_card-n1 {
  background-image: image-set(url(../img/icon_service-01.png) 1x, url(../img/icon_service-01@2x.webp) 2x);
  background-image: -webk-image-set(url(../img/icon_service-01.png) 1x, url(../img/icon_service-01@2x.webp) 2x);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: top 43px center;
}
.service_card-n2 {
  background-image: image-set(url(../img/icon_service-02.png) 1x, url(../img/icon_service-02@2x.webp) 2x);
  background-image: -webk-image-set(url(../img/icon_service-02.png) 1x, url(../img/icon_service-02@2x.webp) 2x);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: top 38px center;
}
.service_card-n3 {
  background-image: image-set(url(../img/icon_service-03.png) 1x, url(../img/icon_service-03@2x.webp) 2x);
  background-image: -webk-image-set(url(../img/icon_service-03.png) 1x, url(../img/icon_service-03@2x.webp) 2x);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: top 30px center;
}
.service_card-n4 {
  background-image: image-set(url(../img/icon_service-04.png) 1x, url(../img/icon_service-04@2x.webp) 2x);
  background-image: -webk-image-set(url(../img/icon_service-04.png) 1x, url(../img/icon_service-04@2x.webp) 2x);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: top 34px center;
}
.service_pic {
  width: max-content;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.service_btn {
  width: max-content;
  min-width: 141px;
  margin: 35px auto 0;
}
.service_btn.btn_orange-line {
  margin-top: 71px;
  padding: 25px 12px 24px 12px;
  border-radius: 32px;
}

.company {
  width: 100%;
  background-image: image-set(url(../img/icon_logo@2x.webp) 1x, url(../img/icon_logo@2x.webp) 2x);
  background-image: -webkit-image-set(url(../img/icon_logo@2x.webp) 1x, url(../img/icon_logo@2x.webp) 2x);
  background-size: 471px;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.company_list {
  margin-top: 57px;
  padding-bottom: 108px;
}
.company_list-item:not(:first-child) {
  padding-top: 28px;
}

.contact {
  width: 100%;
}
.contact_card-list {
  flex-wrap: nowrap;
}
@media all and (max-width : 990px) {
  .contact_card-list {
    display: block;
  }
}
.contact_card-item {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 53px 56px 69px 65px;
  width: 100%;
  max-width: 585px;
}
.contact_card-item:not(:first-child) {
  margin-left: 30px;
}
@media all and (max-width : 990px) {
  .contact_card-item:not(:first-child) {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media all and (max-width : 990px) {
  .contact_card-item {
    max-width: none;
    display: block;
    margin: 0 auto;
  }
}
.contact_card-txt {
  padding-top: 22px;
}
.contact_btn {
  width: max-content;
  min-width: 227px;
  margin: 44px auto 0;
  border-radius: 32px;
}

/*
.page{
	&_contents{
		@extend .max-width;
		margin: 0 auto 0;
		p{
			text-align: center;
			padding: 100px 0;

		}
	}
}*//*# sourceMappingURL=style.css.map */