@charset "UTF-8";
@font-face {
  font-family: "kokoro";
  src: url("../fonts/Kokoro.otf") format("truetype");
}
/* :::::::::::::::::::

	RESET

:::::::::::::::::::::: */
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;
}

body {
  line-height: 1;
}

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 #ccc;
  margin: 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* :::::::::::::::::::

	COMMON

:::::::::::::::::::::: */
html {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  width: 100%;
  height: 100%;
  min-width: 1200px;
  min-height: 100%;
  padding: 0;
  margin: 0 auto;
  text-justify: inter-character;
  text-align: justify;
  word-break: break-all;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Font Awesome 5 Free", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 2px;
  color: #333;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  overflow-x: clip;
  animation: BodyFadeIn 1.5s ease 0s 1 normal;
}
@media only screen and (max-width: 834px) {
  body {
    min-width: initial;
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 1px;
  }
}

@keyframes BodyFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

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,
input,
textarea {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  font-style: normal;
}

img {
  max-width: 100%;
}

img,
iframe {
  vertical-align: bottom;
}

ul,
ol,
li {
  list-style: none;
}

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

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #333;
}
a:visited {
  color: #333;
  text-decoration: none;
}
a:active {
  color: #333;
  text-decoration: none;
}

::selection {
  color: #fff;
  background: #4663A7;
}

.contents {
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
}
@media only screen and (max-width: 834px) {
  .contents {
    padding: 60px 0;
  }
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1200px) {
  .container {
    width: 94%;
  }
}

main {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.belt {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.belt::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F2F2F2;
  z-index: -9999;
}

.flex {
  display: flex;
}
.flex.rvs {
  flex-direction: row-reverse;
}

/*
Pagetop
-------------------------------------------------- */
#pagetop {
  position: fixed;
  right: 2.5rem;
  bottom: 2.5rem;
  width: 60px;
  height: 60px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  z-index: 99;
  cursor: pointer;
}
@media only screen and (max-width: 834px) {
  #pagetop {
    width: 55px;
    height: 55px;
    border-radius: 5px;
  }
}
@media only screen and (max-width: 600px) {
  #pagetop {
    right: 2rem;
    bottom: 2rem;
  }
}
#pagetop::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: translateY(4px) translate(-50%, -50%) rotate(-45deg);
}

/*
Heding
-------------------------------------------------- */
/*
Hero
-------------------------------------------------- */
.breadcrumbs {
  width: 100%;
  margin: 0 auto;
  font-size: 1.6rem;
  padding: 4rem 1rem 1rem;
  text-align: right;
}
@media only screen and (max-width: 834px) {
  .breadcrumbs {
    font-size: 1.4rem;
    padding-top: 2rem;
  }
}
@media only screen and (max-width: 600px) {
  .breadcrumbs {
    font-size: 1.2rem;
    overflow-x: auto;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
  .breadcrumbs::-webkit-scrollbar {
    display: none;
  }
}
.breadcrumbs a {
  color: #4663A7;
  transition: all 0.4s ease-out;
  font-weight: bold;
}
.breadcrumbs a:hover {
  color: #333;
}

#hero {
  background: #F2F2F2;
}
#hero .txt {
  flex: 1;
  min-height: 480px;
  padding: 8rem 0 4rem;
  padding-left: 4rem;
}
#hero .txt h1,
#hero .txt span.column-ttl {
  font-size: 4.8rem;
  font-weight: bold;
  margin-bottom: 4rem;
}
#hero .txt p {
  font-size: 1.8rem;
}
#hero .pic {
  width: 57.5%;
  margin-left: 2.5%;
  background: center center/cover no-repeat;
}
#material #hero .pic {
  background-image: url("../images/h/materials.webp");
}
#reason #hero .pic {
  background-image: url("../images/h/reason.webp");
}
#flow #hero .pic {
  background-image: url("../images/h/flow.webp");
}
#column #hero .pic {
  background-image: url("../images/h/column.webp");
}
#size-use #hero .pic {
  background-image: url("../images/h/size-application.webp");
}
#submission #hero .pic {
  background-image: url("../images/h/submission.webp");
}
#faq #hero .pic {
  background-image: url("../images/h/q&a.webp");
}
#contact #hero .pic {
  background-image: url("../images/h/contact.webp");
}
#company #hero .pic {
  background-image: url("../images/h/company.webp");
}
#works #hero .pic {
  background-image: url("../images/h/works.webp");
}
#estimate #hero .pic {
  background-image: url("../images/h/estimate.webp");
}
@media only screen and (max-width: 834px) {
  #hero .flex {
    flex-direction: column;
    align-items: end;
  }
  #hero .txt {
    width: 100%;
    padding: 1rem 2rem 4rem;
    min-height: auto;
  }
  #hero .txt h1,
  #hero .txt span.column-ttl {
    font-size: 3.6rem;
    font-weight: bold;
    margin-bottom: 2rem;
  }
  #hero .txt p {
    font-size: 1.6rem;
  }
  #hero .pic {
    width: 90%;
    padding-top: 40%;
    margin: 0;
  }
}
@media only screen and (max-width: 600px) {
  #hero .txt h1 {
    font-size: 2.8rem;
  }
  #hero .txt p {
    font-size: 1.4rem;
  }
}

a.btn404 {
  display: flex;
  width: 16em;
  justify-content: center;
  background: #4663A7;
  border: 1px solid #4663A7;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  line-height: 6rem;
  padding: 0 6rem;
  border-radius: 3rem;
  margin: 8rem auto 6rem;
  transition: all ease 0.3s;
}
a.btn404:hover {
  background: #fff;
  color: #4663A7;
}
@media only screen and (max-width: 1599px) {
  a.btn404 {
    padding: 0 4rem;
  }
}
@media only screen and (max-width: 834px) {
  a.btn404 {
    font-size: 1.8rem;
    line-height: 4rem;
    border-radius: 2rem;
    margin: 4rem auto 0;
  }
}
@media only screen and (max-width: 600px) {
  a.btn404 {
    font-size: 1.6rem;
  }
}
a.btn404:after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 1em;
}

/* :::::::::::::::::::

	SCROLL

:::::::::::::::::::::: */
/*
Scroll animation
-------------------------------------------------- */
.scroll,
.scroll-top,
.scroll-bottom,
.scroll-left,
.scroll-right {
  transition: 0.8s ease-in-out;
  opacity: 0;
}
.scroll.on,
.scroll-top.on,
.scroll-bottom.on,
.scroll-left.on,
.scroll-right.on {
  opacity: 1;
}

.scroll-bottom {
  transform: translateY(30px);
}
.scroll-bottom.on {
  transform: translateY(0);
}

.scroll-top {
  transform: translateY(-30px);
}
.scroll-top.on {
  transform: translateY(0);
}

.scroll-left {
  transform: translateX(-30px);
}
.scroll-left.on {
  transform: translateX(0);
}

.scroll-right {
  transform: translateX(30px);
}
.scroll-right.on {
  transform: translateX(0);
}

/*
Scroll-img animation
-------------------------------------------------- */
.img-top,
.img-left,
.img-right {
  position: relative;
}
.img-top::after,
.img-left::after,
.img-right::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  transition: 1.2s;
}

.img-top::after {
  transform-origin: center bottom;
}
.img-top.on::after {
  transform: scaleY(0);
}

.img-left::after {
  transform-origin: right center;
}
.img-left.on::after {
  transform: scaleX(0);
}

.img-right::after {
  transform-origin: center left;
}
.img-right.on::after {
  transform: scaleX(0);
}

/* :::::::::::::::::::

	HEADER

:::::::::::::::::::::: */
header {
  width: 100%;
  margin: 0 auto;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: center;
  background: #fff;
}
header > .flex {
  justify-content: space-between;
  align-items: center;
}
header .logo img {
  height: 6rem;
  width: auto;
  margin-left: 3rem;
}
@media only screen and (max-width: 1599px) {
  header .logo img {
    height: 5rem;
    margin-left: 2rem;
  }
}
@media only screen and (max-width: 834px) {
  header .logo img {
    height: 4rem;
  }
}
header nav {
  background: #fff;
  display: flex;
  align-items: center;
}
header nav ul {
  display: flex;
  font-weight: bold;
  gap: 2em;
  margin-right: 3em;
}
@media only screen and (max-width: 1599px) {
  header nav ul {
    font-size: 1.4rem;
    margin-right: 2rem;
  }
}
header .hbtn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 10rem;
  padding: 0 2rem;
  color: #fff;
  transition: all ease 0.3s;
}
@media only screen and (max-width: 1599px) {
  header .hbtn a {
    height: 8rem;
    font-size: 1.4rem;
  }
}
header .hbtn a p {
  font-weight: bold;
  margin-left: 0.5em;
}
header .hbtn.mail a {
  background: #000;
}
header .hbtn.mail a:hover {
  background: #fff;
  color: #000;
}
header .hbtn.form a {
  background: #4663A7;
}
header .hbtn.form a:hover {
  background: #fff;
  color: #4663A7;
}
@media only screen and (max-width: 834px) {
  header nav {
    position: fixed;
    top: 60px;
    left: 100%;
    width: 100%;
    height: calc(100vh - 60px);
    padding: 2rem 1rem 6rem;
    flex-direction: column;
    transition: ease 0.5s;
  }
  header nav.open {
    left: 0%;
  }
  header nav ul {
    flex-direction: column;
    margin-right: 0;
    gap: 0;
  }
  header nav ul li a {
    display: block;
    width: 300px;
    padding: 1em 0;
    border-bottom: 1px solid #F2F2F2;
  }
  header nav ul li:last-of-type a {
    border-bottom: 0;
  }
  header .hbtn a {
    height: 6rem;
    width: 300px;
    margin-top: 2rem;
  }
}
header #hamburger {
  display: none;
}
@media only screen and (max-width: 834px) {
  header #hamburger {
    display: block;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 99999;
    position: relative;
  }
  header #hamburger span {
    position: absolute;
    left: 0;
    right: 0;
    width: 28px;
    height: 2px;
    margin: 0 auto;
    background: #333;
    border-radius: 4px;
    transition: all 0.4s ease-out;
  }
  header #hamburger span:nth-of-type(1) {
    top: 20px;
  }
  header #hamburger span:nth-of-type(2) {
    top: 30px;
  }
  header #hamburger span:nth-of-type(3) {
    top: 40px;
  }
  header #hamburger.is-active span {
    top: 30px;
  }
  header #hamburger.is-active span:nth-of-type(1) {
    transform: translateY(-50%) rotate(-45deg);
  }
  header #hamburger.is-active span:nth-of-type(2) {
    width: 0;
  }
  header #hamburger.is-active span:nth-of-type(3) {
    transform: translateY(-50%) rotate(45deg);
  }
}

/* :::::::::::::::::::

	FOOTER

:::::::::::::::::::::: */
footer {
  width: 100%;
  margin: 0 auto;
  background: #333333;
  color: #fff;
}
footer a,
footer a:hover,
footer a:visited {
  color: #fff;
}
footer .fbtn-area {
  display: grid;
  margin-inline: auto;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5%;
}
footer .fbtn span {
  font-size: 3.2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  line-height: 3.6rem;
}
footer .fbtn span i {
  font-size: 3.6rem;
  line-height: 1em;
  margin-right: 2rem;
}
footer .fbtn a {
  display: block;
  background: #4663A7;
  padding: 4rem 0;
  border-radius: 2rem;
  transition: all ease 0.3s;
}
footer .fbtn a:hover {
  background: #fff;
  color: #4663A7;
}
footer .fbtn a > p {
  font-size: 1.4rem;
  text-align: center;
}
footer .fbtn a > p br {
  display: none;
}
footer .foot-cont {
  margin-top: 6rem;
  justify-content: space-between;
  margin-inline: auto;
}
footer .foot-cont .right ul {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(4, 1fr);
  gap: 1em 1.5em;
}
footer .foot-cont .right ul li:before {
  content: "－";
}
footer .logo img {
  height: 8rem;
  width: auto;
  margin-bottom: 2rem;
}
footer .copy {
  margin-top: 8rem;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  footer .contents {
    padding-bottom: 8rem;
  }
  footer .fbtn-area {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
  footer .fbtn a > p br {
    display: block;
  }
  footer .foot-cont {
    flex-direction: column;
    align-items: center;
  }
  footer .foot-cont .left {
    text-align: center;
  }
  footer .foot-cont .right {
    margin-top: 4rem;
  }
  footer .logo img {
    height: 6rem;
  }
  footer .copy {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 600px) {
  footer .fbtn a {
    padding: 2rem 0;
  }
  footer .fbtn a span p {
    font-size: 2.4rem;
  }
  footer .foot-cont .left p {
    font-size: 1.2rem;
  }
  footer .foot-cont .right ul {
    grid-template-rows: repeat(5, 1fr);
  }
  footer .copy {
    font-size: 1.2rem;
  }
}

.lb-nav,
.lb-data .lb-number {
  display: none !important;
}

/* :::::::::::::::::::

	TOP

:::::::::::::::::::::: */
/*
Main Visual
-------------------------------------------------- */
#mv {
  width: 100%;
  margin: 0 auto;
  height: calc(100vh - 100px);
  position: relative;
}
@media only screen and (max-width: 834px) {
  #mv {
    height: 75vw;
  }
}
#mv p.catch {
  color: #fff;
  font-size: 4.8rem;
  line-height: 8rem;
  font-weight: bold;
  position: absolute;
  bottom: 10rem;
  left: 10rem;
  text-shadow: 2px 2px 0.1em rgba(0, 0, 0, 0.3);
  z-index: 1;
}
@media only screen and (max-width: 834px) {
  #mv p.catch {
    bottom: 5vw;
    left: 5vw;
    font-size: 6vw;
    line-height: 12vw;
  }
}
#mv .swiper-img {
  height: calc(100vh - 100px);
}
@media only screen and (max-width: 834px) {
  #mv .swiper-img {
    height: 75vw;
  }
}
#mv .swiper-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

main#top section {
  font-size: 1.8rem;
}
@media only screen and (max-width: 834px) {
  main#top section {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 600px) {
  main#top section {
    font-size: 1.4rem;
  }
}
main#top section h2 {
  font-size: 2.4rem;
  color: #4663A7;
  padding-right: 12rem;
}
main#top section h2 + span {
  display: block;
  font-size: 6rem;
  font-weight: bold;
  color: #4663A7;
  padding-left: 4rem;
}
@media only screen and (max-width: 834px) {
  main#top section h2 {
    font-size: 2rem;
    padding-right: 0;
  }
  main#top section h2 + span {
    font-size: 4.8rem;
    padding-left: 0;
  }
}
@media only screen and (max-width: 600px) {
  main#top section h2 {
    font-size: 1.4rem;
    padding-right: 0;
  }
  main#top section h2 + span {
    font-size: 2.8rem;
    padding-left: 0;
  }
}
main#top section a.more_btn {
  display: inline-flex;
  justify-content: center;
  background: #4663A7;
  border: 1px solid #4663A7;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  line-height: 6rem;
  padding: 0 6rem;
  border-radius: 3rem;
  margin: 8rem 0 6rem;
  transition: all ease 0.3s;
}
main#top section a.more_btn:hover {
  background: #fff;
  color: #4663A7;
}
@media only screen and (max-width: 1599px) {
  main#top section a.more_btn {
    padding: 0 4rem;
  }
}
@media only screen and (max-width: 834px) {
  main#top section a.more_btn {
    font-size: 1.8rem;
    line-height: 4rem;
    border-radius: 2rem;
    margin: 4rem 0 0;
  }
}
@media only screen and (max-width: 600px) {
  main#top section a.more_btn {
    font-size: 1.6rem;
  }
}
main#top section a.more_btn:after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 1em;
}
main#top section > .flex .ttl {
  writing-mode: vertical-rl;
}
@media only screen and (max-width: 834px) {
  main#top section > .flex {
    flex-direction: column;
  }
  main#top section > .flex .ttl {
    writing-mode: horizontal-tb;
  }
}
main#top section#intro {
  padding-top: 12rem;
  padding-right: 6rem;
}
main#top section#intro .txt {
  flex: 1;
  padding-top: 2rem;
}
main#top section#intro h1 {
  font-weight: normal;
  padding-left: 8rem;
  margin-bottom: 10rem;
  max-width: 1120px;
}
main#top section#intro h3 {
  color: #4663A7;
  font-size: 2.8rem;
}
main#top section#intro h3 small {
  font-size: 1.4rem;
  margin-left: 1em;
}
main#top section#intro .intro-link {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
main#top section#intro .intro-link a {
  background: #F2F2F2;
  position: relative;
  border-radius: 4rem;
  transition: all ease 0.3s;
}
main#top section#intro .intro-link a img {
  width: 100%;
  height: 490px;
  object-fit: contain;
  transform: scale(0.8);
  transition: all ease 0.3s;
}
main#top section#intro .intro-link a h3 {
  position: absolute;
  top: 2rem;
  left: 4rem;
  transition: all ease 0.3s;
}
main#top section#intro .intro-link a:hover {
  background: #4663A7;
}
main#top section#intro .intro-link a:hover img {
  transform: scale(0.9);
}
main#top section#intro .intro-link a:hover h3 {
  color: #fff;
}
@media only screen and (max-width: 834px) {
  main#top section#intro {
    padding: 6rem 2rem;
  }
  main#top section#intro h1 {
    padding-left: 0;
    margin-bottom: 4rem;
  }
  main#top section#intro .intro-link a h3 {
    position: static;
    padding: 0.5em 1em 0;
  }
  main#top section#intro .intro-link a img {
    height: auto;
  }
}
@media only screen and (max-width: 600px) {
  main#top section#intro .intro-link {
    grid-template-columns: repeat(1, 280px);
    justify-content: center;
  }
}
main#top section#reason {
  margin-top: 12rem;
  padding-top: 12rem;
  position: relative;
}
main#top section#reason .flex {
  width: 75%;
  padding: 6vw 0 12vw;
  padding-left: 25%;
  margin-right: 0;
  margin-left: auto;
  background: #F2F2F2;
  border-top-left-radius: 6rem;
  border-bottom-left-radius: 6rem;
}
main#top section#reason h2 {
  padding-right: 6rem;
}
main#top section#reason .txt {
  padding-top: 6rem;
  padding-left: 4rem;
  padding-right: 8rem;
}
main#top section#reason .pic {
  width: 48%;
  padding-top: 40%;
  border-top-right-radius: 6rem;
  border-bottom-right-radius: 6rem;
  background: center center/cover no-repeat url(../images/reason.jpeg);
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 1599px) {
  main#top section#reason .flex {
    padding-bottom: 6vw;
    padding-left: 15%;
  }
  main#top section#reason .txt {
    padding-left: 0;
    padding-right: 0;
  }
  main#top section#reason .pic {
    width: 35%;
  }
}
@media only screen and (max-width: 834px) {
  main#top section#reason {
    margin-top: 0;
    padding-top: 6rem;
  }
  main#top section#reason .flex {
    width: 90%;
    padding: 6rem 4rem 12rem;
  }
  main#top section#reason .txt {
    padding-top: 2rem;
  }
  main#top section#reason .pic {
    position: static;
    width: 80%;
    padding-top: 40%;
    margin-top: -8rem;
  }
}
@media only screen and (max-width: 600px) {
  main#top section#reason .flex {
    padding: 4rem 2rem 8rem;
    border-top-left-radius: 4rem;
    border-bottom-left-radius: 4rem;
  }
  main#top section#reason .pic {
    border-top-right-radius: 4rem;
    border-bottom-right-radius: 4rem;
    margin-top: -4rem;
  }
}
main#top section#about {
  display: flex;
  padding: 10rem 0;
}
main#top section#about .flex {
  flex: 1;
}
main#top section#about .pic {
  width: 50%;
  background: center center/cover no-repeat url(../images/top/material.png);
  border-top-left-radius: 6rem;
  border-bottom-left-radius: 6rem;
}
main#top section#about .txt {
  padding: 8rem 0 4rem;
  padding-right: 4rem;
}
main#top section#about a.more_btn {
  margin-top: 15rem;
}
@media only screen and (max-width: 1599px) {
  main#top section#about .ttl h2 {
    padding-right: 4rem;
  }
  main#top section#about .txt {
    padding-bottom: 0;
  }
  main#top section#about .pic {
    width: 40%;
  }
  main#top section#about a.more_btn {
    margin-top: 6rem;
  }
}
@media only screen and (max-width: 834px) {
  main#top section#about {
    flex-direction: column;
    padding: 8rem 0;
  }
  main#top section#about .ttl {
    padding: 0 2rem;
  }
  main#top section#about .txt {
    padding: 2rem 2rem 0;
  }
  main#top section#about .pic {
    width: 80%;
    margin-top: 6rem;
    padding-top: 40%;
    margin-right: 0;
    margin-left: auto;
  }
}
@media only screen and (max-width: 600px) {
  main#top section#about .pic {
    border-top-left-radius: 4rem;
    border-bottom-left-radius: 4rem;
  }
}
main#top section#size-use {
  background: #4663A7;
  padding: 12rem 0;
}
main#top section#size-use h2,
main#top section#size-use h2 + span {
  color: #fff;
  padding: 0;
  text-align: center;
  line-height: 1.25em;
}
main#top section#size-use .txt {
  margin-top: 6rem;
  flex: 1;
  background: #F2F2F2;
  width: 65%;
  padding: 8rem 4rem 6rem;
  padding-right: 20%;
  border-top-right-radius: 6rem;
  border-bottom-right-radius: 6rem;
}
main#top section#size-use .pic {
  margin-top: -30rem;
  width: 50%;
  padding-top: 30%;
  background: center center/cover no-repeat url("../images/top/size-application.png");
  margin-left: auto;
  margin-right: 0;
  border-top-left-radius: 6rem;
  border-bottom-left-radius: 6rem;
}
@media only screen and (max-width: 834px) {
  main#top section#size-use .txt {
    width: 90%;
    padding: 6rem 4rem 12rem;
  }
  main#top section#size-use .pic {
    margin-top: -8rem;
    width: 80%;
    padding-top: 40%;
  }
}
@media only screen and (max-width: 600px) {
  main#top section#size-use .txt {
    padding: 4rem 2rem 8rem;
    border-top-right-radius: 4rem;
    border-bottom-right-radius: 4rem;
  }
  main#top section#size-use .pic {
    margin-top: -4rem;
    border-top-left-radius: 4rem;
    border-bottom-left-radius: 4rem;
  }
}
main#top section#works {
  background: #F2F2F2;
  text-align: center;
}
main#top section#works h2,
main#top section#works h2 + span {
  padding: 0;
  text-align: center;
  line-height: 1.25em;
}
main#top section#works .works-sl {
  margin-top: 6rem;
}
main#top section#works .works-sl li {
  padding: 0 2rem;
}
main#top section#works .works-sl li img {
  border-radius: 2rem;
}
main#top section#works .works-sl .slick-arrow {
  background: #4663A7;
  width: 4rem;
  height: 8rem;
  z-index: 1;
}
main#top section#works .works-sl .slick-arrow:before {
  display: none !important;
}
main#top section#works .works-sl .slick-arrow.slick-prev {
  clip-path: polygon(100% 100%, 0% 50%, 100% 0);
  left: auto;
  right: calc(100% + 20px);
}
main#top section#works .works-sl .slick-arrow.slick-next {
  clip-path: polygon(0 100%, 100% 50%, 0 0);
  right: auto;
  left: calc(100% + 20px);
}
@media only screen and (max-width: 1599px) {
  main#top section#works .works-sl {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 834px) {
  main#top section#works .works-sl li {
    padding: 0 1rem;
  }
  main#top section#works .works-sl .slick-arrow {
    width: 2rem;
    height: 4rem;
  }
  main#top section#works .works-sl .slick-arrow.slick-prev {
    clip-path: polygon(100% 100%, 0% 50%, 100% 0);
    left: auto;
    right: calc(100% + 20px);
  }
  main#top section#works .works-sl .slick-arrow.slick-next {
    clip-path: polygon(0 100%, 100% 50%, 0 0);
    right: auto;
    left: calc(100% + 20px);
  }
}
main#top section#column {
  display: flex;
  padding: 10rem 0;
}
main#top section#column .flex {
  flex: 1;
}
main#top section#column .pic {
  width: 50%;
  background: center center/cover no-repeat url(../images/top/column.png);
  border-top-left-radius: 4rem;
  border-bottom-left-radius: 4rem;
}
main#top section#column .txt {
  padding: 8rem 0 4rem;
  padding-right: 4rem;
}
@media only screen and (max-width: 1599px) {
  main#top section#column .ttl h2 {
    padding-right: 4rem;
  }
  main#top section#column .txt {
    padding-bottom: 0;
  }
  main#top section#column .pic {
    width: 40%;
  }
  main#top section#column a.more_btn {
    margin-top: 6rem;
  }
}
@media only screen and (max-width: 834px) {
  main#top section#column {
    flex-direction: column;
    padding: 8rem 0;
  }
  main#top section#column .ttl {
    padding: 0 2rem;
  }
  main#top section#column .txt {
    padding: 2rem 2rem 0;
  }
  main#top section#column .pic {
    width: 80%;
    margin-top: 6rem;
    padding-top: 40%;
    margin-right: 0;
    margin-left: auto;
  }
}
@media only screen and (max-width: 600px) {
  main#top section#column {
    padding: 6rem 0;
  }
  main#top section#column .pic {
    border-top-left-radius: 4rem;
    border-bottom-left-radius: 4rem;
  }
}
main#top section#column2 ul {
  max-width: 1000px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
main#top section#column2 ul li {
  display: flex;
}
main#top section#column2 ul .thumb {
  width: 180px;
}
main#top section#column2 ul .col-ttl {
  padding-left: 2rem;
  flex: 1;
}
main#top section#column2 ul h3 {
  font-weight: normal;
  font-size: 1.6rem;
  letter-spacing: 0;
}
main#top section#column2 ul .col-cat a {
  margin-top: 1rem;
  display: block;
  font-size: 1.4rem;
  color: #777;
  border-bottom: 1px solid #777;
}
@media only screen and (max-width: 834px) {
  main#top section#column2 ul {
    grid-template-columns: repeat(1, 1fr);
    max-width: 500px;
  }
}
@media only screen and (max-width: 600px) {
  main#top section#column2 ul .thumb {
    width: 140px;
  }
  main#top section#column2 ul h3 {
    font-size: 1.4rem;
  }
  main#top section#column2 ul .col-cat a {
    font-size: 1.2rem;
  }
}

#other {
  background: #F2F2F2;
}
#other .flex {
  gap: 6rem;
}
#other p {
  text-align: center;
  color: #4663A7;
  font-weight: bold;
  font-size: 2.8rem;
  margin-top: 2rem;
}
#other a img {
  transition: all ease 0.3s;
}
#other a:hover img {
  opacity: 0.7;
}
@media only screen and (max-width: 834px) {
  #other .flex {
    gap: 2rem;
  }
  #other p {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 600px) {
  #other .flex {
    flex-direction: column;
    align-items: center;
  }
  #other .flex img {
    width: 100%;
    max-width: 320px;
  }
}

/* :::::::::::::::::::

	WordPress

:::::::::::::::::::::: */
/*
Pagination
-------------------------------------------------- */
.pagination {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1.5rem;
  width: 100%;
  margin: 0 auto;
}
.pagination ul li a,
.pagination ul li .current {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 45px;
  letter-spacing: 0;
  background: #F2F2F2;
  border-radius: 5px;
  transition: all 0.4s ease-out;
}
.pagination ul li .current {
  color: #fff;
  background: #4663A7;
}
.pagination ul li .prev,
.pagination ul li .next {
  line-height: 45px;
  background: none;
  border: 0;
}
.pagination ul li .prev:hover,
.pagination ul li .next:hover {
  color: #4663A7;
  background: none;
}
.pagination ul li a {
  text-decoration: none;
  transition: all 0.4s ease-out;
}
.pagination ul li a:hover {
  color: #fff;
  background: #4663A7;
}

/*
Error404
-------------------------------------------------- */
#error404 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  #error404 {
    text-align: justify;
  }
}
#error404 span {
  display: block;
}
@media only screen and (max-width: 600px) {
  #error404 span {
    display: inline;
  }
}
#error404 .btn {
  margin: 5rem auto 0;
  text-align: left;
}
@media only screen and (max-width: 834px) {
  #error404 .btn {
    margin-top: 4rem;
  }
}

/*
Contact Form 7
-------------------------------------------------- */
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  max-width: 1200px;
  width: 100%;
  margin: 2rem auto 0;
  padding: 3rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  color: red;
  background: rgba(255, 0, 0, 0.1);
  border: none;
}
@media only screen and (max-width: 834px) {
  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    padding: 2.5rem;
    font-size: 1.5rem;
  }
}
.wpcf7 form.sent .wpcf7-response-output {
  max-width: 1200px;
  width: 100%;
  margin: 2rem auto 0;
  padding: 3rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  color: green;
  background: rgba(0, 128, 0, 0.1);
  border: none;
}
@media only screen and (max-width: 834px) {
  .wpcf7 form.sent .wpcf7-response-output {
    padding: 2.5rem;
    font-size: 1.5rem;
  }
}
.wpcf7 form .wpcf7-list-item {
  margin: 0;
}
.wpcf7 form .wpcf7-not-valid-tip {
  display: block;
  color: red;
}
.wpcf7 .screen-reader-response {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha {
  width: 94%;
  margin: 1rem auto 0;
  text-align: center;
  font-size: 1.1rem;
}
@media only screen and (max-width: 834px) {
  .recaptcha {
    font-size: 1rem;
  }
}

#autozip {
  display: none !important;
}/*# sourceMappingURL=common.css.map */