@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap");
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

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

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

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

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

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

li {
  list-style: none;
}

/* ==========================================================================
   base
   ========================================================================== */
body {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.2em;
}
@media screen and (max-width: 768px) {
  body {
    line-height: 1.8;
  }
}

a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
  box-sizing: border-box;
  transition: linear 0.5s;
}

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

.sp {
  display: none;
}
@media screen and (max-width: 760px) {
  .sp {
    display: block;
  }
}

/* ---------
 header
 --------- */
header {
  position: relative;
}
header nav {
  position: absolute;
  top: clamp(16px, 2.6388888889vw, 60px);
  left: clamp(20px, 2.9166666667vw, 70px);
}
header nav .toggle {
  width: clamp(24px, 3.3333333333vw, 76px);
  height: clamp(18px, 2.4305555556vw, 55px);
  position: relative;
  z-index: 1;
  cursor: pointer;
}
header nav .toggle span {
  background: #52c3f1;
  height: clamp(3px, 0.4166666667vw, 8px);
  width: 100%;
  display: block;
  position: absolute;
}
header nav .toggle span:nth-of-type(1) {
  top: 0;
}
header nav .toggle span:nth-of-type(2) {
  top: calc(50% - 4px);
}
header nav .toggle span:nth-of-type(3) {
  top: calc(100% - 8px);
}
header nav .toggle.open span {
  background: #fff;
}
header nav .gnav {
  display: none;
}
header nav .gnav.open {
  width: 100%;
  height: 100%;
  background: #52c3f1;
  position: absolute;
  top: 0;
  left: 0;
}
header nav .gnav.open ul {
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
header nav .gnav.open ul a {
  color: #fff;
}
header h1 {
  width: clamp(112px, 22.2222222222vw, 500px);
  margin: 0 auto;
  padding-top: clamp(12px, 2.3611111111vw, 50px);
}
@media screen and (max-width: 600px) {
  header h1 {
    padding-top: 0;
    width: 36vw;
  }
}

/* ---------
 main
 --------- */
body {
  display: block;
  font-size: clamp(10px, 0.9722222222vw, 22px);
}
body main {
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  body {
    font-size: 3.3333333333vw;
  }
}
body .company {
  margin: auto 2vw clamp(26px, 3.0555555556vw, 62px);
  position: relative;
}
body .company_ttl {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: clamp(50px, 8.3333333333vw, 164px);
}
@media screen and (max-width: 600px) {
  body .company_ttl {
    transform: translateX(0);
    left: -3vw;
    width: 103vw;
    top: 48%;
  }
}
body .company_box {
  display: flex;
}
@media screen and (max-width: 600px) {
  body .company_box {
    display: block;
  }
}
body .company_box .img {
  width: 50%;
}
@media screen and (max-width: 600px) {
  body .company_box .img {
    width: 81.3333333333vw;
    margin: 0 auto 40px;
    border-radius: 24px;
    overflow: hidden;
  }
}
body .company_box .img img {
  width: 100%;
  display: block;
}
body .company_box .txt {
  width: 50%;
  background: #e4e4e4;
  border-radius: 0 45px 45px 0;
  padding: clamp(38px, 4.1666666667vw, 276px) clamp(32px, 8.0555555556vw, 164px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  body .company_box .txt {
    width: 100vw;
    margin-left: -2vw;
    border-radius: 24px;
  }
}
body .company_box .txt .company_name {
  font-size: clamp(14px, 1.8055555556vw, 38px);
  font-weight: bold;
  margin-bottom: clamp(20px, 2.3611111111vw, 40px);
}
@media screen and (max-width: 600px) {
  body .company_box .txt .company_name {
    margin-bottom: 2.6666666667vw;
    font-size: 5vw;
  }
}
body .company_box .txt .company_add {
  font-size: clamp(10px, 1.25vw, 24px);
  font-weight: bold;
  margin-bottom: clamp(20px, 2.3611111111vw, 40px);
}
@media screen and (max-width: 600px) {
  body .company_box .txt .company_add {
    font-size: 3.3333333333vw;
  }
}
body .company_box .txt .link {
  display: flex;
  -moz-column-gap: clamp(8px, 0.8333333333vw, 18px);
       column-gap: clamp(8px, 0.8333333333vw, 18px);
  margin-bottom: clamp(13px, 1.6666666667vw, 34px);
}
body .company_box .txt .link > li {
  width: calc((100% - clamp(8px, 0.8333333333vw, 18px)) / 2);
}
body .company_box .txt .link > li a {
  width: 100%;
}
@media screen and (max-width: 600px) {
  body .company_box .txt .link > li a {
    font-size: 3.3333333333vw;
  }
  body .company_box .txt .link > li a:after {
    width: 3.6666666667vw;
    height: 3vw;
  }
}

/* ---------
 footer
 --------- */
footer.l-footer {
  background: #52c3f1;
  color: #fff;
  padding: clamp(24px, 4.0277777778vw, 90px) 6.145833vw clamp(32px, 6.1111111111vw, 128px);
  font-size: clamp(10px, 0.8333333333vw, 17px);
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  footer.l-footer {
    font-size: 3vw;
  }
}
footer.l-footer .l-footer__widgetArea {
  padding: 0;
}
footer.l-footer .l-footer__widgetArea .w-footer {
  max-width: unset;
  padding: 0;
}
footer.l-footer .l-footer__widgetArea .w-footer__box {
  padding: 0;
}
footer .post_content ul {
  padding-left: 0;
}
footer .post_content .footer_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 600px) {
  footer .post_content .footer_inner {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  footer .post_content .footer_box {
    width: 75.677966vw;
    margin: 0 auto;
  }
}
footer .post_content .footer_box .logo {
  height: clamp(46px, 5.4166666667vw, 108px);
  margin-bottom: clamp(20px, 2.3611111111vw, 40px);
}
@media screen and (max-width: 600px) {
  footer .post_content .footer_box .logo {
    text-align: center;
    margin-bottom: 3.3333333333vw;
    height: 15.3333333333vw;
  }
}
footer .post_content .footer_box .logo img {
  height: 100%;
}
footer .post_content .footer_box .add {
  margin-bottom: clamp(4px, 0.4166666667vw, 8px);
}
@media screen and (max-width: 600px) {
  footer .post_content .footer_box .add {
    margin-bottom: 1.3333333333vw;
  }
}
footer .post_content .footer_box .map {
  position: relative;
  padding-left: clamp(8px, 0.9722222222vw, 20px);
  margin-bottom: clamp(20px, 2.3611111111vw, 40px);
}
@media screen and (max-width: 600px) {
  footer .post_content .footer_box .map {
    padding-left: 3.3333333333vw;
  }
}
footer .post_content .footer_box .map:before {
  content: "";
  background: url(./img/common/icon_map.svg) no-repeat center center/contain;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: clamp(6px, 0.6944444444vw, 14px);
  height: clamp(11px, 1.1111111111vw, 22px);
}
@media screen and (max-width: 600px) {
  footer .post_content .footer_box .map:before {
    width: 2.3333333333vw;
    height: 3.6666666667vw;
  }
}
footer .post_content .footer_box nav {
  margin-bottom: clamp(20px, 2.3611111111vw, 40px) !important;
}
footer .post_content .footer_box nav ul a {
  color: #fff;
  line-height: 1.82;
}
footer .post_content .footer_company {
  background: #fff;
  border-radius: 34px;
  width: clamp(188px, 23.6111111111vw, 726px);
  margin-bottom: -1.5em !important;
}
@media screen and (max-width: 600px) {
  footer .post_content .footer_company {
    margin: 0 auto 20px !important;
    width: 65vw;
  }
}
footer .post_content .footer_company a {
  display: block;
}
footer .post_content .footer_company a img {
  width: 100%;
}
footer .post_content .footer_company a > span {
  padding: clamp(8px, 1.5277777778vw, 32px) clamp(10px, 1.1111111111vw, 24px) clamp(10px, 1.1111111111vw, 24px);
  text-align: center;
  display: block;
  font-size: clamp(10px, 0.9722222222vw, 20px);
  color: #333333;
}
@media screen and (max-width: 600px) {
  footer .post_content .footer_company a > span {
    font-size: 2.3333333333vw;
  }
}
footer .l-footer__foot {
  padding: 0;
}
footer .l-footer__foot .l-container {
  padding: 0;
  margin: 0;
  max-width: unset;
}
footer .l-footer__foot .l-container .copyright {
  font-size: clamp(10px, 0.7638888889vw, 15px);
  text-align: left;
}
@media screen and (max-width: 600px) {
  footer .l-footer__foot .l-container .copyright {
    font-size: 2.3333333333vw;
    width: 75.677966vw;
    display: block;
    margin: 0 auto;
  }
}

@media screen and (max-width: 600px) {
  .linkbox {
    font-size: 4vw;
  }
}
.linkbox.arrow {
  background: #52c3f1;
  color: #fff;
  font-weight: 600;
  border-radius: 100px;
  display: block;
  width: clamp(180px, 15.2777777778vw, 346px);
  padding: clamp(12px, 0.9722222222vw, 20px) clamp(20px, 1.9444444444vw, 40px);
  position: relative;
}
@media screen and (max-width: 600px) {
  .linkbox.arrow {
    width: 74%;
    margin: 0 auto;
  }
}
.linkbox.arrow:after {
  content: "";
  background: url(./img/common/icon_arrow-w.svg) no-repeat center center/cover;
  width: clamp(14px, 1.1111111111vw, 26px);
  height: clamp(12px, 0.9722222222vw, 22px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: clamp(18px, 1.6666666667vw, 40px);
}
@media screen and (max-width: 600px) {
  .linkbox.arrow:after {
    width: 4.6666666667vw;
    height: 4vw;
    right: 4vw;
  }
}
.linkbox.arrow.white {
  background: #fff;
  color: #52c3f1;
}
.linkbox.arrow.white:after {
  background: url(./img/common/icon_arrow-b.svg);
}

.link-button {
  background: #52c3f1;
  font-weight: 600;
  font-size: clamp(13px, 1.3888888889vw, 34px);
  border-radius: 100px;
}
@media screen and (max-width: 600px) {
  .link-button {
    font-size: 4vw;
  }
}
.link-button a.linkbox {
  display: block;
  color: #fff;
  text-align: center;
  width: 100%;
}
.link-button a.textlink {
  display: block;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: clamp(14px, 1.6666666667vw, 38px) clamp(20px, 1.9444444444vw, 40px);
}

#before_footer_widget .l-container {
  max-width: unset;
  padding: 0;
}
#before_footer_widget .l-container .c-widget__title.-footer {
  padding: 0;
  display: none;
}

.p-postList.-type-card, .p-postList.-type-thumb {
  justify-content: space-between;
}
.p-postList.-type-card .p-postList__item, .p-postList.-type-thumb .p-postList__item {
  width: 48%;
}
@media screen and (max-width: 600px) {
  .p-postList.-type-card .p-postList__item, .p-postList.-type-thumb .p-postList__item {
    width: 100%;
  }
}
.p-postList.-type-card .p-postList__item .p-postList__link .p-postList__thumb, .p-postList.-type-thumb .p-postList__item .p-postList__link .p-postList__thumb {
  box-shadow: unset;
  margin-bottom: clamp(10px, 1.3888888889vw, 24px);
}
.p-postList.-type-card .p-postList__item .p-postList__link .p-postList__thumb .c-postThumb__cat, .p-postList.-type-thumb .p-postList__item .p-postList__link .p-postList__thumb .c-postThumb__cat {
  font-weight: bold;
  padding: clamp(6px, 0.5555555556vw, 16px);
  min-width: clamp(72px, 9.3055555556vw, 182px);
  text-align: center;
  background-image: none;
  font-size: inherit;
}
@media screen and (max-width: 600px) {
  .p-postList.-type-card .p-postList__item .p-postList__link .p-postList__thumb .c-postThumb__cat, .p-postList.-type-thumb .p-postList__item .p-postList__link .p-postList__thumb .c-postThumb__cat {
    font-size: 2.3333333333vw;
    padding: 2vw;
    min-width: 23.3333333333vw;
    transform: none;
  }
}
.p-postList.-type-card .p-postList__item .p-postList__link .p-postList__thumb .c-postThumb__cat:before, .p-postList.-type-thumb .p-postList__item .p-postList__link .p-postList__thumb .c-postThumb__cat:before {
  content: none;
}
.p-postList.-type-card .p-postList__item .p-postList__link .p-postList__body, .p-postList.-type-thumb .p-postList__item .p-postList__link .p-postList__body {
  display: flex;
  flex-direction: column-reverse;
  padding-top: 0;
}
.p-postList.-type-card .p-postList__item .p-postList__link .p-postList__body .p-postList__title, .p-postList.-type-thumb .p-postList__item .p-postList__link .p-postList__body .p-postList__title {
  font-size: clamp(10px, 1.0416666667vw, 20px);
  font-weight: 500;
}
.p-postList.-type-card .p-postList__item .p-postList__link .p-postList__body .p-postList__meta, .p-postList.-type-thumb .p-postList__item .p-postList__link .p-postList__body .p-postList__meta {
  margin-top: 0;
}
.p-postList.-type-card .p-postList__item .p-postList__link .p-postList__body .p-postList__meta .p-postList__times .icon-posted:before, .p-postList.-type-thumb .p-postList__item .p-postList__link .p-postList__body .p-postList__meta .p-postList__times .icon-posted:before {
  content: none;
}
.p-postList.-type-card .p-postList__item .p-postList__link .p-postList__body .p-postList__meta .p-postList__times .c-postTimes__posted, .p-postList.-type-thumb .p-postList__item .p-postList__link .p-postList__body .p-postList__meta .p-postList__times .c-postTimes__posted {
  font-size: clamp(10px, 1.0416666667vw, 20px);
  font-weight: 500;
}

.c-pagination .page-numbers {
  font-weight: bold;
  font-size: clamp(20px, 2.2916666667vw, 44px);
  box-shadow: none;
  width: clamp(38px, 4.4444444444vw, 88px);
  height: clamp(38px, 4.4444444444vw, 88px);
  line-height: clamp(38px, 4.4444444444vw, 88px);
}

.blog .l-container .l-mainContent__inner .category,
.single .l-container .l-mainContent__inner .category {
  margin-bottom: clamp(64px, 5.6944444444vw, 116px);
}
.blog .l-container .l-mainContent__inner .category_ttl,
.single .l-container .l-mainContent__inner .category_ttl {
  text-align: center;
  font-size: clamp(24px, 2.2916666667vw, 44px);
  margin-bottom: clamp(20px, 2.0833333333vw, 55px);
}
.blog .l-container .l-mainContent__inner .category_list,
.single .l-container .l-mainContent__inner .category_list {
  display: flex;
  justify-content: center;
  -moz-column-gap: clamp(14px, 1.1111111111vw, 18px);
       column-gap: clamp(14px, 1.1111111111vw, 18px);
}
@media screen and (max-width: 600px) {
  .blog .l-container .l-mainContent__inner .category_list,
  .single .l-container .l-mainContent__inner .category_list {
    flex-wrap: wrap;
    gap: 2.6666666667vw 4.6666666667vw;
  }
}
.blog .l-container .l-mainContent__inner .category_list > li:after,
.single .l-container .l-mainContent__inner .category_list > li:after {
  content: "|";
  padding-left: clamp(14px, 1.1111111111vw, 18px);
}
.blog .l-container .l-mainContent__inner .category_list > li:last-of-type:after,
.single .l-container .l-mainContent__inner .category_list > li:last-of-type:after {
  content: none;
}
.blog .l-container .l-mainContent__inner .category_list > li a,
.single .l-container .l-mainContent__inner .category_list > li a {
  text-decoration: underline;
}
.blog .l-container .l-mainContent__inner .category_list > li a:hover,
.single .l-container .l-mainContent__inner .category_list > li a:hover {
  text-decoration: none;
}
.blog .l-container .l-mainContent__inner .breadcrumbs,
.single .l-container .l-mainContent__inner .breadcrumbs {
  display: flex;
  color: #aeaeae;
  margin-bottom: clamp(24px, 4.3055555556vw, 88px);
}
.blog .l-container .l-mainContent__inner .breadcrumbs li,
.single .l-container .l-mainContent__inner .breadcrumbs li {
  padding-right: 1em;
}
.blog .l-container .l-mainContent__inner .breadcrumbs li:after,
.single .l-container .l-mainContent__inner .breadcrumbs li:after {
  content: ">";
  padding-left: 1em;
}
.blog .l-container .l-mainContent__inner .breadcrumbs li:last-of-type,
.single .l-container .l-mainContent__inner .breadcrumbs li:last-of-type {
  padding-right: 0;
}
.blog .l-container .l-mainContent__inner .breadcrumbs li:last-of-type:after,
.single .l-container .l-mainContent__inner .breadcrumbs li:last-of-type:after {
  content: none;
  padding-left: 0;
}
.blog .l-container .l-mainContent__inner .breadcrumbs li a,
.single .l-container .l-mainContent__inner .breadcrumbs li a {
  color: #aeaeae;
}
.blog .l-container .l-mainContent__inner .p-articleThumb .p-articleThumb__img,
.single .l-container .l-mainContent__inner .p-articleThumb .p-articleThumb__img {
  box-shadow: none;
}
.blog .l-container .l-mainContent__inner .post_content,
.single .l-container .l-mainContent__inner .post_content {
  padding: 0;
}
.blog .l-container .l-mainContent__inner .p-articleFoot,
.single .l-container .l-mainContent__inner .p-articleFoot {
  border-top: 1px solid #e4e4e4;
}
.blog .l-container .l-mainContent__inner .p-articleFoot .c-categoryList:before,
.single .l-container .l-mainContent__inner .p-articleFoot .c-categoryList:before {
  font-size: 20px;
}
.blog .l-container .l-mainContent__inner .p-articleFoot .c-categoryList .c-categoryList__link,
.single .l-container .l-mainContent__inner .p-articleFoot .c-categoryList .c-categoryList__link {
  background: transparent;
  color: #333333;
}
.blog .l-container .l-mainContent__inner .p-articleFoot .c-categoryList .c-categoryList__link.hov-flash-up:hover,
.single .l-container .l-mainContent__inner .p-articleFoot .c-categoryList .c-categoryList__link.hov-flash-up:hover {
  box-shadow: none;
}
.blog .l-container .l-mainContent__inner .p-articleFoot .c-tagList:before,
.single .l-container .l-mainContent__inner .p-articleFoot .c-tagList:before {
  color: #52c3f1;
  font-size: 20px;
}
.blog .l-container .l-mainContent__inner .p-articleFoot .c-tagList .c-tagList__link,
.single .l-container .l-mainContent__inner .p-articleFoot .c-tagList .c-tagList__link {
  background: transparent;
}
.blog .l-container .l-mainContent__inner .p-articleFoot .c-tagList .c-tagList__link.hov-flash-up:hover,
.single .l-container .l-mainContent__inner .p-articleFoot .c-tagList .c-tagList__link.hov-flash-up:hover {
  box-shadow: none;
}

.blog .l-container,
.single .l-container,
.contact.l-container {
  padding: 0;
  margin-top: clamp(20px, 3.1944444444vw, 64px);
}
.blog .l-container .l-article,
.single .l-container .l-article,
.contact.l-container .l-article {
  min-height: 1600px;
  overflow: unset;
}
@media screen and (max-width: 600px) {
  .blog .l-container .l-article,
  .single .l-container .l-article,
  .contact.l-container .l-article {
    min-height: auto;
  }
}
.blog .l-container .l-article .main_visual,
.single .l-container .l-article .main_visual,
.contact.l-container .l-article .main_visual {
  position: relative;
  overflow: unset;
  min-height: auto;
}
.blog .l-container .l-article .main_visual .ttl,
.single .l-container .l-article .main_visual .ttl,
.contact.l-container .l-article .main_visual .ttl {
  position: absolute;
  z-index: 2;
  left: clamp(0px, 3.1944444444vw, 64px);
  top: clamp(30px, 6.9444444444vw, 128px);
  width: clamp(44px, 11.3888888889vw, 214px);
}
@media screen and (max-width: 600px) {
  .blog .l-container .l-article .main_visual .ttl,
  .single .l-container .l-article .main_visual .ttl,
  .contact.l-container .l-article .main_visual .ttl {
    left: -1vw;
    width: 14.6666666667vw;
  }
}
.blog .l-container .l-article .l-mainContent__inner,
.single .l-container .l-article .l-mainContent__inner,
.contact.l-container .l-article .l-mainContent__inner {
  padding: 0 clamp(52px, 18.4027777778vw, 286px) clamp(30px, 6.5277777778vw, 200px);
  position: relative;
  margin-top: clamp(64px, 5.6944444444vw, 116px);
}
@media screen and (max-width: 600px) {
  .blog .l-container .l-article .l-mainContent__inner,
  .single .l-container .l-article .l-mainContent__inner,
  .contact.l-container .l-article .l-mainContent__inner {
    padding: 0 16.6666666667vw;
    margin-top: 6.6666666667vw;
  }
}
.blog .l-container .l-article .l-mainContent__inner .c-pageTitle,
.single .l-container .l-article .l-mainContent__inner .c-pageTitle,
.contact.l-container .l-article .l-mainContent__inner .c-pageTitle {
  display: none;
}

.contact .l-mainContent__inner {
  width: 80%;
  margin: clamp(64px, 5.6944444444vw, 116px) auto 0;
}
@media screen and (max-width: 600px) {
  .contact .l-mainContent__inner {
    width: auto;
  }
}
.contact .l-mainContent__inner .post_content .box {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(10px, 1.3888888889vw, 24px);
       column-gap: clamp(10px, 1.3888888889vw, 24px);
  margin-bottom: clamp(10px, 1.3888888889vw, 24px);
}
.contact .l-mainContent__inner .post_content .box .req,
.contact .l-mainContent__inner .post_content .box .any {
  color: #fff;
  letter-spacing: 0.5em;
  border-radius: 8px;
  padding: 2px 4px 2px 10px;
}
.contact .l-mainContent__inner .post_content .box .req {
  background: #ffaa4b;
}
.contact .l-mainContent__inner .post_content .box .any {
  background: #c3c3c3;
}
.contact .l-mainContent__inner .post_content .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: clamp(32px, 3.6111111111vw, 72px) !important;
}
.contact .l-mainContent__inner .post_content .wpcf7-form-control-wrap .wpcf7-form-control {
  border: 1px solid #c3c3c3;
  width: 100%;
  padding: clamp(12px, 0.9722222222vw, 20px) clamp(20px, 1.9444444444vw, 40px);
}
.contact .l-mainContent__inner .post_content .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance {
  border: none;
  display: inline-block;
  text-align: center;
}
.contact .l-mainContent__inner .post_content .wpcf7-submit {
  background: #52c3f1;
  font-weight: 600;
  font-size: clamp(13px, 1.3888888889vw, 34px);
  border-radius: 100px;
  color: #fff;
  text-align: center;
  width: 70%;
  margin: 0 auto;
  display: block;
  padding: clamp(14px, 1.6666666667vw, 38px) clamp(20px, 1.9444444444vw, 40px);
}
@media screen and (max-width: 600px) {
  .contact .l-mainContent__inner .post_content .wpcf7-submit {
    font-size: 4vw;
    width: 100%;
  }
}
.contact .l-mainContent__inner .post_content .wpcf7-spinner {
  display: block;
  margin: 24px auto 16px;
  background-color: #52c3f1;
}
.contact .l-mainContent__inner .post_content .wpcf7 form .wpcf7-response-output {
  border-color: #52c3f1;
}
.contact .l-mainContent__inner .post_content .poricy_box {
  border: 1px solid #e4e4e4;
  padding: 8px 16px;
  height: 280px;
  overflow-y: scroll;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .contact .l-mainContent__inner .post_content .poricy_box {
    margin-bottom: 8%;
    height: 50vw;
  }
}
.contact .l-mainContent__inner .post_content .poricy_box h3 {
  margin: 0 0 8px;
  padding: 0;
  font-size: clamp(10px, 0.9722222222vw, 22px);
  font-weight: normal;
}
.contact .l-mainContent__inner .post_content .poricy_box h3:before {
  content: none;
}
@media screen and (max-width: 600px) {
  .contact .l-mainContent__inner .post_content .poricy_box h3 {
    margin-bottom: 1%;
  }
}
.contact .l-mainContent__inner .post_content .poricy_box p {
  margin-bottom: 20px;
  font-size: clamp(10px, 0.9722222222vw, 22px);
}
@media screen and (max-width: 600px) {
  .contact .l-mainContent__inner .post_content .poricy_box p {
    margin-bottom: 8%;
  }
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
body {
  position: relative;
}

@media screen and (max-width: 600px) {
  .icon {
    position: absolute;
    min-height: 300px;
    width: 100%;
  }
}
.icon .icon_top .img {
  position: absolute;
}
.icon .icon_top .img:nth-of-type(1) {
  left: 6vw;
  top: 6.770833vw;
  width: clamp(82px, 18.1944444444vw, 412px);
}
@media screen and (max-width: 600px) {
  .icon .icon_top .img:nth-of-type(1) {
    top: -4vw;
    left: 3vw;
    width: 27.3333333333vw;
  }
}
.icon .icon_top .img:nth-of-type(2) {
  right: 7vw;
  top: 5.572917vw;
  width: clamp(64px, 14.3055555556vw, 322px);
}
@media screen and (max-width: 600px) {
  .icon .icon_top .img:nth-of-type(2) {
    top: 1vw;
    width: 21.3333333333vw;
  }
}
.icon .icon_bottom .img {
  position: absolute;
  z-index: 5;
}
.icon .icon_bottom .img:nth-of-type(1) {
  left: 4vw;
  top: 36.25vw;
  width: clamp(76px, 20.1388888889vw, 457px);
}
@media screen and (max-width: 600px) {
  .icon .icon_bottom .img:nth-of-type(1) {
    top: auto;
    bottom: -20vw;
    width: 25.3333333333vw;
  }
}
.icon .icon_bottom .img:nth-of-type(2) {
  right: 4vw;
  top: 40.520833vw;
  width: clamp(106px, 23.3333333333vw, 529px);
}
@media screen and (max-width: 600px) {
  .icon .icon_bottom .img:nth-of-type(2) {
    top: auto;
    bottom: -19.3333333333vw;
    width: 35.3333333333vw;
  }
}

.main {
  margin-bottom: clamp(34px, 6.1111111111vw, 136px);
  position: relative;
}
.main_visual {
  overflow: hidden;
  min-height: clamp(320px, 44.4444444444vw, 778px);
}
@media screen and (max-width: 600px) {
  .main_visual {
    margin-bottom: 0;
    min-height: 100vw;
  }
}
.main_visual .bg_text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  top: clamp(128px, 14.5833333333vw, 320px);
  z-index: -10;
  display: flex;
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
@media screen and (max-width: 600px) {
  .main_visual .bg_text {
    top: 33.3333333333vw;
  }
}
.main_visual .bg_text img {
  height: clamp(40px, 9.7222222222vw, 214px);
}
@media screen and (max-width: 600px) {
  .main_visual .bg_text img {
    height: 10.6666666667vw;
  }
}
.main_visual .slide {
  margin: clamp(56px, 3.8888888889vw, 96px) auto;
  text-align: center;
  width: clamp(234px, 47.2222222222vw, 906px);
  position: relative;
}
@media screen and (max-width: 600px) {
  .main_visual .slide {
    width: 78vw;
  }
}
.main_visual .slide_img {
  position: absolute;
}
.main_visual .slide_img:nth-of-type(1) {
  z-index: 2;
  left: 0;
}
.main_visual .slide_img:nth-of-type(2) {
  z-index: 1;
  right: 0;
}
.main_visual .slide_img img {
  width: clamp(176px, 35.5555555556vw, 682px);
  height: clamp(176px, 35.5555555556vw, 682px);
  border: 6px solid #52c3f1;
  border-radius: 50%;
}
@media screen and (max-width: 600px) {
  .main_visual .slide_img img {
    width: 57.3333333333vw;
    height: 57.3333333333vw;
  }
}
.main_lead .main_ttl {
  font-size: clamp(20px, 2.2222222222vw, 51px);
  text-align: center;
  letter-spacing: 0.09em;
  margin-bottom: clamp(24px, 2.7777777778vw, 54px);
}
@media screen and (max-width: 600px) {
  .main_lead .main_ttl {
    margin-bottom: 8vw;
    font-size: 6.6666666667vw;
  }
}
.main_lead .main_ttl span {
  display: inline-block;
  padding: 10px 0;
  border-bottom: 1px solid #333333;
}
@media screen and (max-width: 600px) {
  .main_lead .main_ttl span {
    padding: 0;
  }
}
.main_lead .main_txt {
  line-height: 2;
  width: clamp(248px, 27.5vw, 620px);
  margin: 0 auto 58px;
}
@media screen and (max-width: 600px) {
  .main_lead .main_txt {
    margin-bottom: 6.6666666667vw;
    width: 81.3333333333vw;
    font-size: 3vw;
  }
}
.main_lead .main_link {
  display: flex;
  -moz-column-gap: clamp(24px, 2.2222222222vw, 48px);
       column-gap: clamp(24px, 2.2222222222vw, 48px);
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .main_lead .main_link {
    display: block;
  }
  .main_lead .main_link > li :nth-of-type(1) {
    margin-bottom: 3.3333333333vw;
  }
}

.work {
  position: relative;
}
.work_ttl {
  position: absolute;
  z-index: 2;
  left: clamp(0px, 3.1944444444vw, 64px);
  top: clamp(30px, 6.9444444444vw, 128px);
  width: clamp(44px, 11.3888888889vw, 214px);
}
@media screen and (max-width: 600px) {
  .work_ttl {
    left: -1vw;
    width: 14.6666666667vw;
  }
}
.work_bgimg {
  background: url(../img/top/work_01.png) no-repeat top center/cover;
  height: 60.520833vw;
}
@media screen and (max-width: 600px) {
  .work_bgimg {
    background: url(../img/top/work_01_sp.png) no-repeat top center/cover;
    height: 98.4375vw;
  }
}
.work_bgimg .inner {
  width: clamp(226px, 72.2222222222vw, 1400px);
  margin: 0 auto;
  padding-left: clamp(24px, 45.1388888889vw, 808px);
  padding-top: 31.717172vw;
}
@media screen and (max-width: 600px) {
  .work_bgimg .inner {
    padding-left: 16.6666666667vw;
    padding-top: 46vw;
    width: auto;
  }
}
.work_minittl {
  margin-bottom: clamp(16px, 1.3888888889vw, 24px);
}
@media screen and (max-width: 600px) {
  .work_minittl {
    margin-bottom: 2.6666666667vw;
  }
}
.work_minittl span {
  color: #fff;
  background: #52c3f1;
  display: inline-block;
  padding: 0px 8px;
  margin-bottom: clamp(8px, 0.8333333333vw, 20px);
  font-size: clamp(18px, 2.0833333333vw, 46px);
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .work_minittl span {
    line-height: 1.3;
    padding: 0 4px;
    font-size: 5.3333333333vw;
  }
}
.work_minittl span:last-of-type {
  margin-bottom: 0;
}
.work_lead {
  font-size: clamp(12px, 1.0416666667vw, 24px);
  color: #fff;
}
@media screen and (max-width: 600px) {
  .work_lead {
    font-size: 3vw;
  }
}
.work_box {
  background: #52c3f1;
  padding-left: clamp(52px, 18.4027777778vw, 286px);
  padding-bottom: clamp(30px, 6.5277777778vw, 200px);
  position: relative;
}
@media screen and (max-width: 600px) {
  .work_box {
    padding-left: 0;
  }
}
.work_box:before {
  content: "";
  background: url(../img/top/work_line.svg) no-repeat center center/cover;
  width: 100vw;
  height: 1.3888888889vw;
  position: absolute;
  top: -1.8055555556vw;
  left: 0;
}
.work_box .inner {
  width: clamp(226px, 72.2222222222vw, 1400px);
  padding: clamp(30px, 8.3333333333vw, 125px) 0 clamp(30px, 6.5277777778vw, 132px);
  margin: 0 auto;
  display: flex;
  -moz-column-gap: clamp(80px, 5.6944444444vw, 100px);
       column-gap: clamp(80px, 5.6944444444vw, 100px);
}
@media screen and (max-width: 600px) {
  .work_box .inner {
    display: block;
    margin: 0;
    padding: 10vw 10vw 10vw 16.6666666667vw;
    width: auto;
  }
}
.work_box .inner > p {
  color: #fff;
  line-height: 2.27;
  width: clamp(228px, 36.6666666667vw, 725px);
}
@media screen and (max-width: 600px) {
  .work_box .inner > p {
    width: auto;
    margin-bottom: 20px;
  }
}
.work_box .inner .img {
  width: clamp(198px, 28.8888888889vw, 571px);
}
@media screen and (max-width: 600px) {
  .work_box .inner .img {
    width: 65vw;
    height: 65vw;
    margin: 0 auto;
  }
}
.work_box .inner .img img {
  width: 100%;
}
.work_box .list {
  width: clamp(254px, 56.3888888889vw, 1408px);
  margin: 0 auto clamp(42px, 10.8333333333vw, 216px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: clamp(20px, 3.1944444444vw, 64px) clamp(22px, 3.4722222222vw, 72px);
}
@media screen and (max-width: 600px) {
  .work_box .list {
    width: 80vw;
  }
}
.work_box .list > li {
  width: clamp(116px, 16.25vw, 320px);
}
@media screen and (max-width: 600px) {
  .work_box .list > li {
    width: 45.275591%;
  }
}
.work_box .list > li .photo img {
  width: 100%;
}
.work_box .list > li h4 {
  text-align: center;
  margin-top: clamp(-24px, -2.0833333333vw, -40px);
  margin-bottom: clamp(4px, 0.5555555556vw, 10px);
}
@media screen and (max-width: 600px) {
  .work_box .list > li h4 {
    margin-top: -14px;
    margin-bottom: 0;
  }
}
.work_box .list > li h4 img {
  height: clamp(22px, 2.7777777778vw, 62px);
}
.work_box .list > li p {
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .work_box .list > li p {
    font-size: 2.3333333333vw;
  }
}
.work .slide {
  display: flex;
  -moz-column-gap: clamp(16px, 2.7777777778vw, 60px);
       column-gap: clamp(16px, 2.7777777778vw, 60px);
  position: relative;
  z-index: 1;
  margin-left: -286px;
}
.work .slide .slide_img {
  transform: rotate(-15deg);
}
.work .slide .slide_img img {
  width: clamp(182px, 34.4444444444vw, 678px);
}

.archive {
  margin: clamp(36px, 5.8333333333vw, 124px) auto clamp(34px, 8.3333333333vw, 172px);
}
.archive_ttl {
  text-align: center;
  font-size: clamp(20px, 2.9166666667vw, 58px);
  font-weight: 700;
  margin-bottom: clamp(8px, 1.1111111111vw, 24px);
}
@media screen and (max-width: 600px) {
  .archive_ttl {
    font-size: 6.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.archive_lead {
  text-align: center;
  margin-bottom: clamp(24px, 3.8888888889vw, 72px);
}
@media screen and (max-width: 600px) {
  .archive_lead {
    font-size: 2.3333333333vw;
  }
}
.archive_list {
  width: clamp(260px, 88.8888888889vw, 1816px);
  margin: 0 auto clamp(24px, 3.3333333333vw, 72px);
  display: flex;
  -moz-column-gap: clamp(24px, 3.6111111111vw, 92px);
       column-gap: clamp(24px, 3.6111111111vw, 92px);
}
@media screen and (max-width: 600px) {
  .archive_list {
    display: block;
  }
}
.archive_list > li {
  width: calc((100% - clamp(24px, 3.6111111111vw, 92px)) / 3);
}
@media screen and (max-width: 600px) {
  .archive_list > li {
    width: 69.3333333333vw;
    margin: 0 auto 6.6666666667vw;
  }
  .archive_list > li:nth-last-of-type {
    margin-bottom: 0;
  }
}
.archive_list > li a {
  position: relative;
  display: block;
  font-size: clamp(10px, 1.0416666667vw, 20px);
}
@media screen and (max-width: 600px) {
  .archive_list > li a {
    line-height: 1.3;
    font-size: 2.3333333333vw;
  }
}
.archive_list > li a .category {
  position: absolute;
  top: 0;
  right: 0;
  background: #52c3f1;
  color: #fff;
  font-weight: bold;
  padding: clamp(6px, 0.5555555556vw, 16px);
  min-width: clamp(72px, 9.3055555556vw, 182px);
  text-align: center;
}
@media screen and (max-width: 600px) {
  .archive_list > li a .category {
    font-size: 2.3333333333vw;
    padding: 2vw;
    min-width: 23.3333333333vw;
  }
}
.archive_list > li a .img {
  margin-bottom: clamp(10px, 1.3888888889vw, 24px);
}
@media screen and (max-width: 600px) {
  .archive_list > li a .img {
    margin-bottom: 2.6666666667vw;
  }
}
.archive_list > li a .img img {
  width: 100%;
}
.archive_list > li a time, .archive_list > li a h4 {
  font-weight: 500;
}
.archive .link-button {
  width: clamp(230px, 17.5vw, 346px);
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .archive .link-button {
    width: 78vw;
  }
}

.wip {
  position: relative;
  height: 100vh;
  background: url(./img/gcj-slide-pc_1-1.jpg) no-repeat left center/cover;
}
.wip p {
  text-align: center;
  padding: 80px;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}

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