@charset "UTF-8";
details summary::-webkit-details-marker {
  display: none;
}

/*reset*/
/*******************************************************************/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

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

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

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

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

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

input {
  border-radius: 0;
}

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

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

optgroup {
  font-weight: 600;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  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, select {
  text-transform: none;
}

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

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

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

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

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

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

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

img {
  width: auto;
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: middle;
}

i {
  vertical-align: middle;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

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

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

ul, ol {
  list-style: none;
}

i {
  font-style: normal;
}

a {
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-decoration: none;
}

a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

*:focus {
  outline: none;
}

/*LAYOUT*/
/*******************************************************************/
html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  color: #333;
  background: #fff;
  font-weight: 600;
}

/*CONTENTS*/
/*******************************************************************/
article {
  position: relative;
}

article header {
  text-align: center;
  padding: 80px 0 40px;
}

article header h2 {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 4px;
}

article header h2 i {
  font-style: normal;
  font-size: 12px;
  font-weight: 600;
  display: block;
  padding-bottom: 10px;
  letter-spacing: 1px;
}

article section {
  position: relative;
  width: 100%;
  max-width: calc(1200px + 80px);
  margin: 0 auto;
  padding: 40px;
}

article section.full {
  max-width: 100%;
  padding: 0;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  article section {
    padding: 40px 20px;
  }
}

.btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .btn_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.btn_wrap .button {
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none;
  width: 240px;
  display: block;
  margin: auto;
  padding: 15px 10px;
  letter-spacing: 2px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
          box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
}

.btn_wrap .button.primary {
  color: #fff;
  background: #2196F3;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .btn_wrap .button.primary {
    margin-right: 0;
    margin: auto;
    margin-bottom: 20px;
  }
}

.btn_wrap .button.secondry {
  background: #dc291b;
  color: #fff;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .btn_wrap .button.secondry {
    margin: auto;
    margin-bottom: 20px;
  }
}

.btn_wrap .button.info {
  background: #054906;
  color: #fff;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .btn_wrap .button.info {
    margin-left: 0;
    margin: auto;
    margin-bottom: 0px;
  }
}

/*HEADER*/
/*******************************************************************/
#header {
  left: 0;
  position: fixed;
  top: 0px;
  z-index: 9000;
  height: 86px;
  width: 100%;
  background: #fff;
}

@media screen and (max-width: 768px) {
  #header {
    width: 100%;
    top: 0;
    margin: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 72px;
    background: #fff;
    z-index: 9999;
    padding-bottom: 0;
    border-bottom: none;
  }
}

#header .mw {
  max-width: 1280px;
  margin: auto;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 86px;
}

@media screen and (max-width: 768px) {
  #header .mw {
    padding: 0 20px;
    height: 72px;
  }
}

#header .logo-wrapper {
  width: 320px;
  padding: 20px 80px 20px 0;
  z-index: 1000;
}

@media screen and (max-width: 768px) {
  #header .logo-wrapper {
    padding: 20px 40px 20px 0;
    width: 200px;
  }
}

#header .logo-wrapper a {
  color: #fff;
}

#header .logo-wrapper img {
  padding: 0px;
}

@media screen and (max-width: 768px) {
  #header .logo-wrapper img {
    padding: 0px;
  }
}

#header #nav {
  width: auto;
}

@media screen and (max-width: 1000px) {
  #header #nav {
    pointer-events: none;
    display: none;
  }
}

#header #nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  #header #nav ul {
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
    padding: 20px 20px 30px;
    background: #fff;
    border-radius: 10px;
    display: block;
  }
}

#header #nav ul li {
  display: inline-block;
  text-align: center;
  border-right: solid 1px #666;
  padding-right: 8px;
  margin-right: 8px;
  padding-bottom: 2px;
}

@media screen and (max-width: 768px) {
  #header #nav ul li {
    padding: 0px;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
  }
}

#header #nav ul li:first-child {
  width: 160px;
  background: #dc291b;
  border-radius: 50px;
  padding: 15px 0;
  margin: 0;
  border: none;
  display: block;
  margin-right: 20px;
}

#header #nav ul li:first-child a {
  color: #fff !important;
  display: block;
}

#header #nav ul li:last-child {
  width: 160px;
  background: #054906;
  border-radius: 50px;
  padding: 15px 0;
  margin: 0;
  border: none;
}

#header #nav ul li:last-child a {
  color: #fff !important;
  display: block;
  letter-spacing: 5.5px;
}

#header #nav ul li a {
  font-size: 1.2rem;
  color: #333;
  letter-spacing: 2.5px;
  font-family: 'Lexend Deca', 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 768px) {
  #header #nav ul li a {
    color: #000;
    height: auto;
    font-size: 1.4rem;
    line-height: 1.2;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

#header #nav ul li a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media screen and (max-width: 768px) {
  #header #nav ul li a:after {
    display: none;
  }
}

#header #nav ul li a span {
  font-size: 1.2rem;
  display: block;
  text-align: center;
  padding-top: 8px;
}

#header.fixed {
  background: #fff;
  top: 0;
}

#header.fixed a {
  color: #333 !important;
}

@media screen and (max-width: 768px) {
  #header.fixed a {
    color: #fff !important;
  }
}

#header.fixed .logo-wrapper a {
  color: #333;
}

/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  display: none;
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: 0;
  right: -120%;
  width: 50%;
  height: 100vh;
  /*ナビの高さ*/
  background: #fff;
  /*動き*/
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  /*アクティブクラスがついたら位置を0に*/
}

@media screen and (max-width: 1000px) {
  #g-nav {
    width: 100%;
    display: block;
  }
}

#g-nav.panelactive {
  right: 0;
  /*ナビゲーションの縦スクロール*/
}

#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 50%;
  height: 100vh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 768px) {
  #g-nav.panelactive #g-nav-list {
    width: 100%;
  }
}

#g-nav ul {
  padding: 120px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#g-nav ul li {
  padding: 0 0 20px;
  width: calc(50% - 10px);
}

#g-nav ul li a {
  color: #fff;
  font-weight: 600;
  display: block;
  background: #2196F3;
  padding: 20px 20px;
  font-size: 1.2rem;
  position: relative;
  font-family: 'Lexend Deca', 'Noto Sans JP', sans-serif;
  border-radius: 4px;
  letter-spacing: 2px;
}

#g-nav ul li a:after {
  content: "〉";
  right: 10px;
  position: absolute;
  color: #fff;
}

#g-nav ul li a i {
  font-size: 1.4rem;
  opacity: 0.8;
}

#g-nav ul li:last-child a {
  background: #054906;
}

/*========= ボタンのためのCSS ===============*/
.openbtn1 {
  position: fixed;
  z-index: 9999;
  top: 18px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: none;
}

@media screen and (max-width: 1000px) {
  .openbtn1 {
    top: 12px;
    display: block;
  }
}

.openbtn1 span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  width: 65%;
}

@media screen and (max-width: 1000px) {
  .openbtn1 span {
    background-color: #333;
  }
}

.openbtn1 span:nth-of-type(1) {
  top: 15px;
}

.openbtn1 span:nth-of-type(2) {
  top: 23px;
}

.openbtn1 span:nth-of-type(3) {
  top: 31px;
}

.openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 50%;
  background-color: #333 !important;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 50%;
  background-color: #333 !important;
}

/*============================
#titleTop
============================*/
article#titleTop {
  width: auto;
  position: relative;
  background: #000;
  margin-top: 86px;
  /*============================
#intro
============================*/
}

@media screen and (max-width: 768px) {
  article#titleTop {
    width: auto;
    margin-top: 0px;
  }
}

article#titleTop img.bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.6;
}

article#titleTop section#intro.full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 700px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1280px;
  padding: 0 40px;
}

@media screen and (max-width: 768px) {
  article#titleTop section#intro.full {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-height: 700px;
    padding: 40px 20px 0;
  }
}

article#titleTop section#intro.full div.wrap {
  color: #fff;
  text-align: center;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  article#titleTop section#intro.full div.wrap {
    width: 100%;
    padding: 40px 20px;
  }
}

article#titleTop section#intro.full div.wrap h1 {
  margin-bottom: 40px;
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: 8px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  article#titleTop section#intro.full div.wrap h1 {
    font-size: 20px;
  }
}

article#titleTop section#intro.full div.wrap p {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 4px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  article#titleTop section#intro.full div.wrap p {
    width: auto;
    font-size: 14px;
  }
}

article#titleTop section#intro.full div.wrap p.small {
  font-size: 1.6rem;
  font-weight: 300;
}

article#titleTop section#intro.full .scrolldown {
  position: absolute;
  right: 40px;
  bottom: 10px;
  color: #fff;
  z-index: 10;
  height: 80px;
}

@media screen and (max-width: 768px) {
  article#titleTop section#intro.full .scrolldown {
    right: 10%;
    left: auto;
    color: #fff;
  }
}

article#titleTop section#intro.full .scrolldown:after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #fff;
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
          animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  article#titleTop section#intro.full .scrolldown:after {
    background: #fff;
  }
}

article#titleTop section#intro.full .scrolldown .span {
  position: absolute;
  left: -15px;
  top: -15px;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 4px;
}

@media screen and (max-width: 768px) {
  article#titleTop section#intro.full .scrolldown .span {
    color: #fff;
  }
}

@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 20px;
    opacity: 0;
  }
  30% {
    height: 40px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 100px;
    opacity: 0;
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 20px;
    opacity: 0;
  }
  30% {
    height: 40px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 100px;
    opacity: 0;
  }
}

/*============================
#about
============================*/
article#about {
  background: #FAFAFA;
}

@media screen and (max-width: 768px) {
  article#about header h2 {
    line-height: 1.6;
  }
}

article#about section div.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 880px;
  padding: 40px;
  margin: auto;
  border: solid 1px;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  article#about section div.wrap {
    padding: 20px;
  }
}

article#about section div.wrap div.text_wrap {
  width: 60%;
  padding: 0;
}

@media screen and (max-width: 768px) {
  article#about section div.wrap div.text_wrap {
    width: 100%;
  }
}

article#about section div.wrap div.text_wrap h3 {
  padding: 0 0 40px;
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: 2px;
  max-width: 800px;
  margin: 0;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  article#about section div.wrap div.text_wrap h3 {
    padding: 0 0 20px;
    font-size: 20px;
    text-align: center;
  }
}

article#about section div.wrap div.text_wrap h3 span {
  color: #2196F3;
  font-size: 120%;
}

@media screen and (max-width: 768px) {
  article#about section div.wrap div.text_wrap img {
    padding: 0 40px 40px;
  }
}

article#about section div.wrap div.text_wrap ul {
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 768px) {
  article#about section div.wrap div.text_wrap ul {
    text-align: center;
  }
}

article#about section div.wrap div.text_wrap ul li {
  margin-right: 12px;
  font-size: 1.6rem;
  letter-spacing: 2px;
  list-style: none;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  article#about section div.wrap div.text_wrap ul li {
    margin: 0;
    line-height: 1.6;
    font-size: 14px;
  }
}

article#about section div.wrap div.img {
  width: 40%;
}

@media screen and (max-width: 768px) {
  article#about section div.wrap div.img {
    display: none;
  }
}

article#about section p {
  font-size: 2.4rem;
  text-align: center;
  padding-top: 40px;
  line-height: 2;
  font-weight: 600;
  margin-bottom: 0;
}

/*============================
#service
============================*/
article#service section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto;
  margin-bottom: 40px;
  max-width: 800px;
}

article#service section ul li {
  width: calc(100% / 2 - 20px);
  margin-right: 40px;
  margin-bottom: 40px;
  padding: 20px;
  background: #e9e7e7;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  article#service section ul li {
    margin-right: 0;
    margin-bottom: 40px;
    padding: 20px;
    position: relative;
    width: 100%;
    margin: 0 0 40px;
  }
}

article#service section ul li div.content div.img label {
  display: block;
  margin: auto;
  text-align: center;
  font-size: 8rem;
  opacity: 0.4;
}

@media screen and (max-width: 768px) {
  article#service section ul li div.content div.img label {
    position: absolute;
    left: -2rem;
    top: -3rem;
  }
}

article#service section ul li div.content div.img img {
  background: #333;
  border-radius: 4px;
  width: calc(100% - 20px);
  height: 200px;
  display: block;
  margin: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  article#service section ul li div.content div.img img {
    margin: 0;
    width: 100%;
  }
}

article#service section ul li div.content h3 {
  text-align: center;
  color: #2096f3;
  padding: 10px 0 20px;
}

article#service section ul li div.content p {
  padding: 0;
  font-size: 1.4rem;
  letter-spacing: 2px;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 768px) {
  article#service section ul li div.content p {
    text-align: center;
  }
}

article#service section ul li:nth-child(2n) {
  margin-right: 0;
}

/*============================
#works
============================*/
article#works section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}

article#works section ul li {
  width: calc(100% / 3 - 20px);
  margin-right: 30px;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  article#works section ul li {
    width: 100%;
    margin: 0 0 40px;
  }
}

article#works section ul li div.content div.img img {
  border-radius: 4px;
  height: 200px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

article#works section ul li div.content p {
  padding: 20px 0 0;
  font-size: 1.4rem;
  letter-spacing: 2px;
  line-height: 1.4;
}

article#works section ul li:nth-child(3n) {
  margin-right: 0;
}

/*============================
#flow
============================*/
article#flow section div.wrap .flow_design02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

article#flow section div.wrap .flow_design02 ul {
  padding: 0;
  margin: 0;
}

article#flow section div.wrap .flow_design02 li {
  list-style-type: none;
}

article#flow section div.wrap .flow_design02 dd {
  margin-left: 0;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 2px;
}

article#flow section div.wrap .flow02 > li {
  padding: 40px 10px;
}

article#flow section div.wrap .flow02 > li:not(:last-child) {
  border-bottom: 3px solid #2196F3;
  position: relative;
}

article#flow section div.wrap .flow02 > li:not(:last-child)::before, article#flow section div.wrap .flow02 > li:not(:last-child)::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 15%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

article#flow section div.wrap .flow02 > li:not(:last-child)::before {
  border-width: 22px;
  border-top-color: #2196F3;
}

article#flow section div.wrap .flow02 > li:not(:last-child)::after {
  border-width: 18px;
  border-top-color: #fff;
}

article#flow section div.wrap .flow02 > li dl {
  margin: 0;
}

article#flow section div.wrap .flow02 > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  border-bottom: 2px dotted #878787;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  article#flow section div.wrap .flow02 > li dl dt {
    display: block;
    font-size: 16px;
  }
}

article#flow section div.wrap .flow02 > li dl dt .icon02 {
  font-size: 0.6em;
  color: #fff;
  background: #2196F3;
  padding: 5px 10px;
  display: inline-block;
  margin-right: 0.5em;
}

@media screen and (max-width: 768px) {
  article#flow section div.wrap .flow02 > li dl dt .icon02 {
    display: block;
    width: 120px;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
    border-radius: 50px;
  }
}

/*============================
#faq
============================*/
article#faq section {
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
  article#faq section {
    padding-bottom: 80px;
  }
}

article#faq section div.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 680px;
  margin: auto;
  padding: 0 40px;
}

@media screen and (max-width: 768px) {
  article#faq section div.wrap {
    padding: 0;
  }
}

article#faq section div.wrap details.qa-001 {
  width: 100%;
  margin-bottom: 0px;
  border-top: solid 1px #2196F3;
}

@media screen and (max-width: 768px) {
  article#faq section div.wrap details.qa-001 {
    width: 100%;
  }
}

article#faq section div.wrap details.qa-001:last-child {
  border-bottom: solid 1px #2196F3;
}

article#faq section div.wrap details.qa-001 summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 20px 80px;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
  font-size: 1.4rem;
  letter-spacing: 2px;
  line-height: 2;
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 768px) {
  article#faq section div.wrap details.qa-001 summary {
    padding: 20px 30px 20px 50px;
  }
}

article#faq section div.wrap details.qa-001 summary:before {
  position: absolute;
  left: 20px;
  top: calc(50% - 20px);
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  content: "Q";
  background: #2196F3;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  article#faq section div.wrap details.qa-001 summary:before {
    left: 0;
  }
}

article#faq section div.wrap details.qa-001 summary:after {
  -webkit-transform: translateY(-25%) rotate(45deg);
  transform: translateY(-25%) rotate(45deg);
  width: 12px;
  position: absolute;
  right: 13px;
  height: 12px;
  margin-left: 10px;
  white-space: nowrap;
  border-bottom: 2px solid #2196F3;
  border-right: 2px solid #2196F3;
  content: '';
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

@media screen and (max-width: 768px) {
  article#faq section div.wrap details.qa-001 summary:after {
    right: 5px;
  }
}

article#faq section div.wrap details.qa-001 summary:-webkit-details-marker {
  display: none;
}

article#faq section div.wrap details.qa-001 summary div {
  display: none;
}

article#faq section div.wrap details.qa-001 p {
  position: relative;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 20px 80px;
  margin-bottom: 20px;
  color: #333;
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, -webkit-transform .5s;
  transition: transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s, -webkit-transform .5s;
  font-size: 1.4rem;
  letter-spacing: 2px;
  line-height: 2;
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 768px) {
  article#faq section div.wrap details.qa-001 p {
    padding: 20px 30px 20px 50px;
  }
}

article#faq section div.wrap details.qa-001 p:before {
  content: "A";
  position: absolute;
  left: 20px;
  top: calc(50% - 20px);
  border-radius: 50%;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #004A88;
}

@media screen and (max-width: 768px) {
  article#faq section div.wrap details.qa-001 p:before {
    left: 0;
  }
}

article#faq section div.wrap .qa-001[open] summary::after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

article#faq section div.wrap .qa-001[open] p {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

/*============================
#company
============================*/
article#company section {
  padding-bottom: 80px;
}

article#company section div.wrap {
  max-width: 800px;
  margin: auto;
}

article#company section div.wrap p {
  padding-bottom: 80px;
  line-height: 2;
  letter-spacing: 2px;
  font-size: 1.4rem;
  text-align: center;
}

article#company section div.wrap table {
  width: 100%;
  border-collapse: collapse;
}

@media screen and (max-width: 768px) {
  article#company section div.wrap table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

article#company section div.wrap table tbody tr th {
  width: auto;
  border-bottom: solid 1px #2196F3;
  padding: 20px;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  article#company section div.wrap table tbody tr th {
    width: 100%;
    border-bottom: none;
    text-align: left;
    padding-bottom: 0;
    padding-top: 40px;
  }
}

article#company section div.wrap table tbody tr td {
  width: auto;
  border-bottom: solid 1px #2196F3;
  padding: 20px;
  line-height: 2;
  font-size: 1.4rem;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  article#company section div.wrap table tbody tr td {
    width: 100%;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  article#company section div.wrap table tbody tr:first-child th {
    padding-top: 0;
  }
}

article#footer {
  background: #e9e7e7;
}

article#footer section div.wrap h1 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  padding: 20px 0 40px;
  line-height: 1.6;
}

article#footer section div.wrap div.btn_wrap a.button.primary.large {
  width: 360px;
  max-width: 100%;
  margin-top: 40px;
}

article#footer section div.wrap div.tel {
  text-align: center;
  padding-bottom: 40px;
}

article#footer section div.wrap div.tel p {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  article#footer section div.wrap div.tel p {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

article#footer section div.wrap div.tel p a {
  font-size: 32px;
  color: #000;
  padding: 0 20px;
  font-weight: 600;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

@media screen and (max-width: 768px) {
  article#footer section div.wrap div.tel p a {
    padding: 10px 0;
  }
}

article#footer section div.wrap div.tel p a img {
  width: 24px;
}

#logoBg {
  padding: 40px 0 0;
  text-align: center;
}

#logoBg img {
  width: 180px;
}

#passwordResetSection {
  padding: 80px 20px 60px;
}

#wrapper-footer {
  background: #000;
  color: #fff;
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 300;
  text-align: center;
}

footer {
  background: #000;
  color: #fff;
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 300;
  text-align: center;
}

footer p {
  margin: 0;
  padding: 40px 20px;
  line-height: 1.5;
}

div.login-box div.login-box-body {
  max-width: 480px;
  padding: 120px 40px 40px;
  margin: auto;
}

div.login-box div.login-box-body form .haveto {
  background: #F44336;
  font-size: 10px;
  color: #fff;
  padding: 4px 8px;
  border-radius: 10px;
  letter-spacing: 2px;
  font-weight: 300;
  margin-left: 10px;
}

div.login-box div.login-box-body form label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div.login-box div.login-box-body form input {
  border-radius: 4px;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
}

div.login-box div.login-box-body form div.row div.col-xs-4 button.btn.btn-primary.btn-block.btn-flat {
  background: #2196F3;
  color: #fff;
  max-width: 100%;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none;
  display: block;
  margin: 40px auto;
  padding: 15px;
  letter-spacing: 2px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
          box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
  width: 100%;
}

div.login-box div.login-box-body hr {
  margin: 0 0 40px;
}

div.login-box div.login-box-body a {
  color: #2096f3;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 0;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

div.login-box div.login-box-body .text-danger {
  color: red;
  font-size: 12px;
  padding: 10px 0;
  display: block;
}

select {
  border-radius: 4px;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
}

.btn.btn-primary.btn-block.btn-flat {
  background: #2196F3;
  color: #fff;
  max-width: 100%;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none;
  display: block;
  margin: 40px auto;
  padding: 15px;
  letter-spacing: 2px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
          box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
  width: 100%;
}

.zalo {
  text-align: center;
  padding: 0 0 40px;
  font-size: 2.4rem;
}

.zaloqr {
  display: block;
  max-width: 200px;
  margin: 0 auto 40px;
}

.explain {
  line-height: 2;
  padding-top: 40px;
  color: red;
}

.invalid-feedback strong {
  font-size: 14px;
  color: red;
  letter-spacing: 1px;
  font-weight: 300;
}

#sitemap {
  background: #2096f3;
}

#sitemap div.content {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #sitemap div.content {
    width: auto;
  }
}

#sitemap div.content ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 1000px) {
  #sitemap div.content ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  #sitemap div.content ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#sitemap div.content ul li.parent {
  width: auto;
  margin-right: 40px;
  color: #fff;
}

@media screen and (max-width: 1000px) {
  #sitemap div.content ul li.parent {
    width: calc(100% / 3);
    padding: 0px 20px 40px;
  }
}

@media screen and (max-width: 768px) {
  #sitemap div.content ul li.parent {
    width: 50%;
    margin-right: 20px;
  }
}

#sitemap div.content ul li.parent h3 {
  font-size: 1.6rem;
  letter-spacing: 2px;
  padding-bottom: 10px;
}

@media screen and (max-width: 1000px) {
  #sitemap div.content ul li.parent h3 {
    color: #ED6D00;
  }
}

@media screen and (max-width: 768px) {
  #sitemap div.content ul li.parent h3 {
    color: #ED6D00;
  }
}

#sitemap div.content ul li.parent ol {
  width: auto;
}

@media screen and (max-width: 768px) {
  #sitemap div.content ul li.parent ol {
    width: auto;
  }
}

#sitemap div.content ul li.parent ol li {
  font-size: 1.2rem;
  padding: 20px 10px 0 10px;
  letter-spacing: 2px;
  position: relative;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  #sitemap div.content ul li.parent ol li {
    width: auto;
  }
}

#sitemap div.content ul li.parent ol li a {
  width: auto;
}

@media screen and (max-width: 768px) {
  #sitemap div.content ul li.parent ol li a {
    width: auto;
  }
}

#sitemap div.content ul li.parent ol li:before {
  content: "-";
  position: absolute;
  left: 0;
}

.wrapper {
  max-width: 800px;
  margin: auto;
}

.wrapper .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wrapper .tab li {
  width: 50%;
}

.wrapper .tab li a {
  display: block;
  margin: 0 2px;
  padding: 10px 20px;
  opacity: 0.6;
}

.wrapper .tab li:first-child a {
  background: #054906;
}

.wrapper .tab li:last-child a {
  background: #dc291b;
}

.wrapper .tab li.active a {
  opacity: 1;
}

.wrapper .area {
  display: none;
  /*はじめは非表示*/
  opacity: 0;
  /*透過0*/
  background: #fff;
  padding: 40px 0px 0;
}

.wrapper .area.is-active {
  display: block;
  /*表示*/
  -webkit-animation-name: displayAnime;
          animation-name: displayAnime;
  /*ふわっと表示させるためのアニメーション*/
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*# sourceMappingURL=top.css.map */
/* ==============================
   会員登録メリット枠 / 地球背景（登録・ログイン画面）
   ============================== */
.regist-merit {
  background: #f4f4f4;
  padding: 64px 24px 72px;
}
.regist-merit__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.regist-merit__head {
  text-align: center;
  margin-bottom: 36px;
}
.regist-merit__en {
  display: block;
  font-size: 64px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 6px;
  color: #C32539;
  opacity: 0.12;
}
.regist-merit__title {
  position: relative;
  margin: -24px 0 0;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #222;
}
.regist-merit__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.regist-merit__col {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 34px 36px 30px;
  border-top: 4px solid #054906;
}
.regist-merit__col--company { --accent: #054906; --accent-soft: #e7f1e8; }
.regist-merit__col--seeker  { --accent: #C30D23; --accent-soft: #fbeaec; border-top-color: #C30D23; }
.regist-merit__icon {
  position: absolute;
  top: 28px;
  right: 30px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
}
.regist-merit__icon svg { width: 26px; height: 26px; }
.regist-merit__label {
  display: block;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 3px;
  color: var(--accent);
  margin-bottom: 8px;
}
.regist-merit__col h3 {
  margin: 0 0 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ececec;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #222;
  line-height: 1.3;
}
.regist-merit__col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.regist-merit__col li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 8px 0;
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}
.regist-merit__col li::before {
  content: "";
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 5px;
  border-radius: 50%;
  background-color: var(--accent);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M4.5 9.2l3 3 6-6.4' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
}
@media (max-width: 768px) {
  .regist-merit { padding: 44px 20px 48px; }
  .regist-merit__en { font-size: 44px; letter-spacing: 4px; }
  .regist-merit__title { font-size: 18px; margin-top: -16px; }
  .regist-merit__head { margin-bottom: 24px; }
  .regist-merit__cols { grid-template-columns: 1fr; gap: 18px; }
  .regist-merit__col { padding: 24px 22px 20px; }
  .regist-merit__icon { top: 20px; right: 20px; width: 44px; height: 44px; }
  .regist-merit__icon svg { width: 22px; height: 22px; }
  .regist-merit__col h3 { font-size: 19px; }
  .regist-merit__col li { font-size: 14.5px; }
}

/* 新規登録フォーム：白パネル＋背景画像（--form-bg で差し替え可） */
div.login-box.has-globe {
  /* 背景画像はここで差し替え：url / 位置 / サイズ
     候補: form_bg_globe_net.jpg（72% center / cover）
           form_bg_geo.jpg（center / cover）
           form_bg_dotmap.jpg（88% 24% / 1900px auto） */
  --form-bg: url("/img/form_bg_globe_net.jpg");
  --form-bg-pos: 72% center;
  --form-bg-size: cover;
  position: relative;
  overflow: hidden;
  background: #fff;
}
div.login-box.has-globe::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff var(--form-bg) var(--form-bg-pos) / var(--form-bg-size) no-repeat;
  z-index: 0;
}
div.login-box.has-globe::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(255,255,255,0.55) 30%, rgba(255,255,255,0.45) 70%, rgba(255,255,255,0.96) 100%);
  z-index: 0;
}
div.login-box.has-globe > * {
  position: relative;
  z-index: 1;
}
div.login-box.has-globe div.login-box-body {
  max-width: 580px;
  margin: 80px auto 88px;
  padding: 48px 48px 44px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.05);
  border-radius: 12px;
  box-shadow: 0 14px 44px rgba(30, 20, 60, 0.08);
}
.regist-merit + div.login-box:not(.has-globe) div.login-box-body {
  padding-top: 64px;
}
@media (max-width: 768px) {
  div.login-box.has-globe { --form-bg-pos: 60% center; }
  div.login-box.has-globe div.login-box-body { margin: 44px 16px 60px; padding: 30px 20px 28px; }
}
