@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
* {
  box-sizing: border-box;
}
*::after, *::before {
  box-sizing: border-box;
}

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;
}

main {
  display: block;
}

th {
  text-align: left;
  vertical-align: top;
}

body {
  line-height: 1;
}

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

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 {
  color: #000;
  text-decoration: none;
}

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

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

/*──────────────────────────────────────────────

	color	

──────────────────────────────────────────────*/
/*──────────────────────────────────────────────

	margin

──────────────────────────────────────────────*/
/*──────────────────────────────────────────────

	font

──────────────────────────────────────────────*/
html {
  font-size: 10px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #4d4d4d;
}

button {
  outline: none;
  background: none;
  border: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/*───────────────────────────────────────

	inline

───────────────────────────────────────*/
a {
  color: #0073C4;
  text-decoration: none;
}

small {
  font-size: 1.4rem;
}

time {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

select {
  color: #4d4d4d;
}

small {
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  ._sp-n {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  ._pc-n {
    display: none;
  }
}
._mb {
  margin-bottom: 1.6rem;
}

._mb-2 {
  margin-bottom: 3.2rem;
}

._mb-4 {
  margin-bottom: 6.4rem;
}

._mt-s {
  margin-top: 0.8rem;
}

._mt {
  margin-top: 1.6rem;
}

._mt-2 {
  margin-top: 3.2rem !important;
}

._mt-3 {
  margin-top: 4.8rem !important;
}

._mt-4 {
  margin-top: 6.4rem !important;
}

._mt-6 {
  margin-top: 9.6rem;
}

._ta-c {
  text-align: center;
}

/*───────────────────────────────────────

	common

───────────────────────────────────────*/
.flex {
  display: flex;
}
.flex.--aic {
  align-items: center;
}
.flex.--spb {
  justify-content: space-between;
}

.js-scrolls > *,
.js-scroll {
  opacity: 0;
  transform: translateY(5vh);
  transition: 0.75s;
}
.js-scrolls > *.show,
.js-scroll.show {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 769px) {
  .js-scrolls > *,
  .js-scroll {
    transform: translateY(10vh);
  }
}

/*───────────────────────────────────────

	header

───────────────────────────────────────*/
.header__logo {
  width: 51.2820512821%;
  max-width: 300px;
  background: rgba(255, 255, 255, 0.85);
  padding: 5px 10px;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .header__logo {
    width: 14.9470899471%;
    top: 20px;
    left: 20px;
    background: none;
    padding: 0;
  }
}

.header__nav a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .header__nav {
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    width: 80%;
    height: 100vh;
    height: fit-content;
    min-height: 75vh;
    padding: 6.4rem 0;
    background: url(../images/common/menu_bg_sp.png?2) right bottom/cover no-repeat #2E3192;
    box-shadow: -4px 0 16px rgba(0, 0, 0, 0.1);
    transform: translateX(100%);
    transition: 0.3s;
    z-index: 100;
  }
  .header__nav a {
    display: block;
    padding: 1em 6.4rem;
  }
  .header__nav ul {
    width: 100%;
  }
  .header__nav.show {
    transform: translateX(0);
  }
}
@media screen and (min-width: 769px) {
  .header__nav {
    display: revert;
  }
  .header__nav .header__menu {
    display: flex;
    gap: 3.2rem;
    position: absolute;
    top: 1.2rem;
    right: 2.4rem;
    z-index: 100;
    font-weight: 500;
  }
}

.hbb {
  position: fixed;
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
  z-index: 101;
}
.hbb span {
  display: block;
  width: 30px;
  height: 2px;
  background: #173575;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.hbb::before, .hbb::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #173575;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -9px);
  transition: 0.3s;
}
.hbb::after {
  transform: translate(-50%, 7px);
}
.hbb.show span {
  opacity: 0;
}
.hbb.show::before, .hbb.show::after {
  background: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
.hbb.show::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (min-width: 769px) {
  .hbb {
    display: none;
  }
}

.hero {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 1/1;
  background-image: url(../images/common/hero_sp.jpg?2);
  background-position: center top;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.hero .hero__catch {
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  font-size: 4.2rem;
  line-height: 1.3;
}
.hero .hero__catch.--abs {
  position: absolute;
  top: 55%;
  left: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .hero .hero__catch.--abs {
    font-size: clamp(3.6rem, 3.7037037037vw, 8.4rem);
    left: 22.4867724868%;
  }
}
.hero .hero-inner {
  position: static;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
@media screen and (min-width: 769px) {
  .hero {
    aspect-ratio: 1512/500;
    background-image: url(../images/common/hero.jpg);
  }
}
.hero .hero__catch {
  font-size: clamp(3.6rem, 3.7037037037vw, 8.4rem);
}
.hero.--decoration {
  position: relative;
}
.hero.--decoration > * {
  position: relative;
  z-index: 1;
}
.hero.--decoration::after, .hero.--decoration::before {
  content: "";
  display: block;
  width: 22.0512820513%;
  height: 49.7435897436%;
  position: absolute;
  top: 0;
  left: -10%;
  left: 0;
  background: url(../images/common/hero_triangle1_sp.svg) no-repeat left top;
  background-size: contain;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .hero.--decoration::after, .hero.--decoration::before {
    width: 25.7275132275%;
    height: 108%;
    background-image: url(../images/common/hero_triangle1.svg);
  }
}
.hero.--decoration::after {
  width: 26.6666666667%;
  height: 60%;
  background-image: url(../images/common/hero_triangle2.svg);
  top: revert;
  left: revert;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 769px) {
  .hero.--decoration::after {
    width: 11.7724867725%;
    height: 80%;
  }
}
.hero.--decoration.--l::after, .hero.--decoration.--l::before {
  content: "";
  width: 27.6923076923%;
  height: 37.2307692308%;
}
.hero.--decoration.--l::after {
  width: 33.3333333333%;
  height: 44.9230769231%;
}
@media screen and (min-width: 769px) {
  .hero.--decoration.--l::before {
    width: 50%;
    height: 107.9365079365%;
    background-image: url(../images/common/hero_triangle1_l.svg);
  }
  .hero.--decoration.--l::after {
    width: 16.7989417989%;
    height: 75.5291005291%;
  }
}
.hero.--l {
  aspect-ratio: 390/650;
  padding-bottom: 1.6rem;
}
@media screen and (min-width: 769px) {
  .hero.--l {
    aspect-ratio: 2/1;
  }
}

body.post-type-archive-works .hero,
body.works-template-default .hero {
  background-image: url(../images/works/works_hero_sp.jpg);
}
@media screen and (min-width: 769px) {
  body.post-type-archive-works .hero,
  body.works-template-default .hero {
    background-image: url(../images/works/works_hero.jpg);
  }
}

.pankuzu {
  position: relative;
}
@media screen and (max-width: 768px) {
  .pankuzu {
    display: none;
  }
}

.pankuzu__list {
  position: absolute;
  top: 0;
  left: 11.9047619048%;
  z-index: 50;
  display: flex;
  margin-top: 0.25em;
  gap: 1em;
}
.pankuzu__list li:nth-of-type(n+2)::before {
  content: "/";
  margin-right: 1em;
  color: #4d4d4d;
}

/*───────────────────────────────────────

	content

───────────────────────────────────────*/
main p {
  line-height: 2;
}
main {
  padding: 4.8rem 0 6.4rem;
}
@media screen and (min-width: 769px) {
  main {
    padding: 12.8rem 0 12.8rem;
  }
}

.outer {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .outer {
    padding-left: 6.3492063492% !important;
    padding-right: 6.3492063492% !important;
  }
}
@media screen and (min-width: 1512px) {
  .outer {
    padding-left: 96px !important;
    padding-right: 96px !important;
  }
}
.outer.--s {
  max-width: 1152px;
}

.inner {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}
@media screen and (min-width: 769px) {
  .inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.caution {
  color: #900;
}
.caution.--bd {
  border: solid 1px #900;
  padding: 1em;
}

.sec1 {
  padding: 4.8rem 0 6.4rem;
}
@media screen and (min-width: 769px) {
  .sec1 {
    padding: 12.8rem 0;
  }
}

.sec1__items {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
}
@media screen and (min-width: 769px) {
  .sec1__items {
    gap: 9.6rem;
  }
}

.sec-decoration {
  position: relative;
  overflow: hidden;
}
.sec-decoration::after {
  content: "";
  display: block;
  width: 50%;
  height: 100vh;
  background: #fcfcfc;
  background: #fafafa;
  position: absolute;
  top: 0;
  left: 35%;
  z-index: -1;
  transform: skew(-24deg);
  transform-origin: top right;
}
@media screen and (min-width: 769px) {
  .sec-decoration::after {
    width: 25%;
    height: 100%;
    max-width: 480px;
    left: 50%;
  }
}

.break {
  margin-top: 3.2rem;
}
.break.--l {
  margin-top: 6.4rem;
}

/*───────────────────────────────────────

	heading

───────────────────────────────────────*/
.hd-en {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 6.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #173575;
  gap: 1.6rem;
  margin-bottom: 6.4rem;
  letter-spacing: 0;
  line-height: 1;
}
.hd-en .hd-en__sub {
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
}
.hd-en.--white {
  color: #fff;
}
.hd-en.--small {
  font-size: 6rem;
}
@media screen and (min-width: 769px) {
  .hd-en {
    align-items: flex-start;
    font-size: clamp(6.4rem, 4.7619047619vw, 7.2rem);
    margin-bottom: 7.2rem;
  }
  .hd-en .hd-en__sub {
    font-size: clamp(1.6rem, 1.5873015873vw, 2.4rem);
  }
}

.hd2 {
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  color: #173575;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 769px) {
  .hd2 {
    font-size: clamp(2.4rem, 2.380952381vw, 3.6rem);
  }
}
.hd2.--mb0 {
  margin-bottom: 0;
}
.hd2.--icon {
  display: flex;
  align-items: center;
  gap: 0.25em;
}
.hd2.--icon img {
  width: auto;
  height: 0.5em;
}

.hd3 {
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  color: #173575;
  font-size: 2rem;
  line-height: 1.5;
}
.hd3.--mb {
  margin-bottom: 1em;
}
.hd3.--white {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .hd3 {
    font-size: 2.4rem;
    font-size: clamp(2rem, 1.5873015873vw, 2.4rem);
    margin-bottom: 1.6rem;
  }
}

/*───────────────────────────────────────

	table

───────────────────────────────────────*/
.table {
  width: 100%;
  border-collapse: collapse;
}
.table th,
.table td {
  text-align: left;
  line-height: 1.5;
}
.table th {
  font-weight: 500;
}
.table.--tb1 {
  border-bottom: solid 1px #E6E6E6;
}
.table.--tb1 th, .table.--tb1 td {
  display: block;
  padding-top: 1.6rem;
}
.table.--tb1 th {
  border-top: solid 1px #E6E6E6;
}
.table.--tb1 td {
  padding-bottom: 1.6rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .table.--tb1.--37 tr > *:nth-child(1) {
    width: 40%;
    padding-right: 1em;
  }
  .table.--tb1 th, .table.--tb1 td {
    display: revert;
    padding-top: 3rem;
    padding-bottom: 3rem;
    vertical-align: middle;
  }
  .table.--tb1 th {
    font-size: 2rem;
  }
  .table.--tb1 td {
    border-top: solid 1px #E6E6E6;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .table.--form th {
    border-top: none;
  }
}

/*───────────────────────────────────────

	ul

───────────────────────────────────────*/
.ul1 {
  list-style: disc;
  padding-left: 1.6em;
}
.ul1 li + li {
  margin-top: 0.5em;
}

/*───────────────────────────────────────

	button

───────────────────────────────────────*/
.btn {
  display: block;
  cursor: pointer;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  background: #173575;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  white-space: nowrap;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .btn {
    width: revert;
    display: inline-block;
    padding: 1em 2em;
  }
}
.btn.--blue {
  background: #1BC9CC;
}
.btn.--arrow::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-20%) rotate(45deg);
  margin-left: 0.75em;
  vertical-align: middle;
}
.btn.--blank::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background: url(../images/common/icon_blank.svg) no-repeat center center/contain;
  margin-left: 0.5em;
  line-height: 1;
}
.btn.--s {
  font-size: 1.6rem;
  padding: 0.75em 2em;
  padding: 1em 2em;
}
.btn.--s.--arrow::after {
  width: 6px;
  height: 6px;
  border-width: 2px;
}
.btn.--back::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-20%) rotate(-135deg);
  margin-right: 0.75em;
  vertical-align: middle;
}
.btn.--l {
  font-size: 2.4rem;
}
.btn.--l.--arrow::after {
  width: 12px;
  height: 12px;
  border-width: 4px;
  border-bottom-width: 4px;
}
@media screen and (min-width: 769px) {
  .btn.--l {
    font-size: clamp(1.8rem, 1.5873015873vw, 3.6rem);
  }
}
.btn.--fc {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.btn.--bd {
  color: #173575;
  border: solid 2px #173575;
  background: #fff;
}
.btn.--bd.--arrow::after {
  border-color: #173575;
}
.btn.--bd.--back::before {
  border-color: #173575;
}

/*───────────────────────────────────────

	contact

───────────────────────────────────────*/
.contact {
  background: url(../images/common/contact_bg_sp.png) no-repeat center top #dae2e5;
  background-size: cover;
}

.contact__phones {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.6rem;
  margin-top: 4.8rem;
}
.contact__phones .contact__place {
  line-height: 1;
  padding: 0.5em 1em;
  border: solid 1px #4d4d4d;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.contact__phones .contact__phone {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-0.1em);
}

.contact__btn {
  margin-top: 4.8rem;
}

@media screen and (min-width: 769px) {
  .contact {
    background-image: url(../images/common/contact_bg.png);
    background-position: right top;
  }
  .contact__inner {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas: "hd list" "text list";
    gap: 0 7.2727272727%;
  }
  .contact__list {
    grid-area: list;
    margin-top: 1.6rem;
  }
  .contact__hd {
    grid-area: hd;
    margin-bottom: 0;
  }
  .contact__text {
    grid-area: text;
    line-height: 1.6;
    margin-top: 3.2rem;
  }
  .contact__phones {
    margin-top: 0;
  }
  .contact__phone {
    font-size: 3.6rem;
  }
  .contact__btn {
    margin-top: 3.2rem;
  }
}
/*───────────────────────────────────────

	footer

───────────────────────────────────────*/
.footer {
  padding: 3.2rem 0;
}
@media screen and (min-width: 769px) {
  .footer {
    padding: 6.4rem 0;
  }
}

.footer__logo {
  width: 240px;
}

.footer__branches {
  margin-top: 4.8rem;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  line-height: 1.5;
}

.footer__branch-name {
  color: #000;
  font-weight: 500;
}

.footer__nav {
  display: none;
}

.footer__copyright {
  text-align: center;
  font-size: 1.2rem;
  padding-bottom: 1em;
}

@media screen and (min-width: 769px) {
  .footer__inner {
    margin-top: 4.8rem;
    display: flex;
    justify-content: space-between;
  }
  .footer__branches {
    margin-top: 0;
    flex-direction: row;
    gap: 4.8rem;
  }
  .footer__nav {
    display: flex;
    gap: 4.8rem;
  }
  .footer__nav li + li {
    margin-top: 1em;
  }
  .footer__nav a {
    color: inherit;
  }
}
/*──────────────────────────────────────────────

	news item

──────────────────────────────────────────────*/
.news__item {
  display: flex;
  flex-direction: column;
  border-bottom: solid 1px #ccc;
  padding-bottom: 1.6rem;
  line-height: 1.3;
}

.news__item:nth-of-type(n+2) {
  margin-top: 1.6rem;
}

/*──────────────────────────────────────────────

	works item

──────────────────────────────────────────────*/
.works__items {
  display: flex;
  gap: 4.8rem;
  flex-direction: column;
}

.works__item {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  border-radius: 4px;
}
.works__item > * {
  order: 2;
}
.works__item .works__item-figure {
  order: 1;
  background: #fff;
  overflow: hidden;
}
.works__item .works__item-figure img {
  aspect-ratio: 2/1;
  width: 100%;
  max-width: revert;
  object-fit: cover;
  object-position: center center;
  border: solid 1px #E6E6E6;
}

.works__item-title {
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .works__items {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6.4rem 10%;
  }
}
/*───────────────────────────────────────

	google map

───────────────────────────────────────*/
.googlemap {
  aspect-ratio: 2/1;
}
.googlemap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/*───────────────────────────────────────

	form

───────────────────────────────────────*/
.form-parts {
  display: inline-block;
  appearance: none;
  border: solid 1px #D4D4D4;
  border-radius: 4px;
  background: none;
  padding: 0.8em 1em;
  font-size: 1.6rem;
}
.form-parts.--wd100 {
  width: 100%;
}

.company__ceo-figure {
  max-width: 200px;
}/*# sourceMappingURL=company.css.map */