@charset "UTF-8";
/* ***********************************
*
*    Ire's CSS Reset & Base
    *
* *********************************** */
/* Reset margin, padding, border
* *********************************** */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

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

body {
  font-size: 1.6rem;
  line-height: 1.4;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a,
a:visited {
  color: inherit;
}

/* Layout
* *********************************** */
article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* Elements
* *********************************** */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol,
ul {
  list-style: none;
}

img,
video {
  max-width: 100%;
  height: auto;
}

img {
  border-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

/* Attributes & states
* *********************************** */
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

/* Utility classes
* *********************************** */
.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  left: -9999px;
  top: -9999px;
}

/* My setting
* *********************************** */
a {
  text-decoration: none;
}

textarea {
  resize: vertical;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

address {
  font-style: normal;
}

img {
  vertical-align: bottom;
  line-height: 0;
}

input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

th {
  font-weight: normal;
  vertical-align: text-top;
}

a {
  -webkit-transition: 1s;
  transition: 1s;
}
a:hover {
  opacity: 0.8;
}

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

.ctr {
  max-width: 1000px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .ctr {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

.ctr-wide {
  max-width: 1300px;
  margin: auto;
}

.pt100 {
  padding-top: 100px;
}

.pt60 {
  padding-top: 60px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.section {
  padding: 70px 0;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.copy {
  padding-bottom: 20px;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 1023px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}
body {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  background: #fff;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 70%;
  }
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
}

.btn {
  margin: 2em auto;
  background-color: #F58B00;
  color: #fff !important;
  font-weight: 500;
  display: block;
  border-radius: 3em;
  text-align: center;
  padding: 0.25em 2em;
  font-size: 2.1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.btn-w {
  margin: 2em auto;
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  font-weight: 500;
  display: block;
  border-radius: 3em;
  text-align: center;
  padding: 0.25em 2em;
  font-size: 1.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.list-news {
  line-height: 2;
  margin: 1em 0;
}

.list-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5em 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list-gallery li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
}
.list-gallery li:nth-child(n+3) {
  margin-top: 0.5em;
}

.color-primary {
  background: #F58B00;
}

.color-secondary {
  background: #F8F8F8;
}

.font-primary {
  color: #F58B00;
}

.font-secondary {
  color: #F8F8F8;
}

section.back-gray {
  background-color: #F8F8F8;
}

.hl-overlay {
  background-color: #000;
  text-align: center;
  padding: 30px 0;
}
.hl-overlay span {
  display: block;
  font-size: 14px;
}

.rela1 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .rela1 {
    padding-bottom: 80px;
  }
}
.rela1 .abso1 {
  position: absolute;
  bottom: 0;
  right: 10%;
  width: 209px;
}
@media screen and (max-width: 767px) {
  .rela1 .abso1 {
    bottom: -10%;
    width: 120px;
  }
}

.rela2 {
  overflow: hidden;
  position: relative;
}
.rela2 .abso2 {
  position: absolute;
  top: 20%;
  left: -10%;
  z-index: 0;
  width: 450px;
}

.rela3 {
  position: relative;
}
.rela3 .abso3 {
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 300px;
}
.rela3 .abso3-2 {
  position: absolute;
  bottom: 0;
  right: 10%;
  width: 250px;
}

.hl-bortder-t {
  font-size: 2.1rem;
  position: relative;
  margin: 2.5em 0 1em;
}
.hl-bortder-t::before {
  content: "";
  background: #F58B00;
  height: 3px;
  width: 84px;
  border-radius: 1px;
  left: 0;
  bottom: calc(100% + 0.3em);
  position: absolute;
}

.color-white {
  color: #fff;
}

.color-orange {
  color: #F58B00;
}

.border-secondary::before {
  background: #F8F8F8;
}

.center {
  text-align: center;
}

.hl-lv01 {
  font-size: 2.1rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .hl-lv01 {
    font-size: 1.7rem;
  }
}

.hl-lv02 {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .hl-lv02 {
    font-size: 1.4rem;
  }
}

main p + p {
  margin-top: 1em;
}

.txt-lv01 {
  font-size: 5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .txt-lv01 {
    font-size: 4.5rem;
  }
}

.color-black {
  color: #000;
}

.flex2 {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex2 img, .flex2 div {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .flex2 img, .flex2 div {
    width: 95%;
  }
}

table.service {
  position: relative;
  margin: 80px 0;
  border-collapse: collapse;
}
table.service th {
  padding: 30px 20px;
  text-align: center;
  font-weight: bold;
}
table.service tr:nth-child(odd) th {
  background-color: #F58B00;
}
table.service tr:nth-child(even) th {
  background-color: #FDECD2;
}
table.service td {
  padding: 20px 30px;
  background-color: #fff;
  font-weight: bold;
}
table.service td span {
  color: red;
  font-weight: bold;
}

table.about {
  width: 100%;
  margin: 80px 0;
  border-collapse: collapse;
  border: 1px solid #000;
}
table.about th {
  padding: 30px 10px;
  text-align: center;
  font-weight: bold;
  border: 1px solid #000;
}
table.about tr:nth-child(odd) th {
  background-color: #FDECD2;
}
table.about tr:nth-child(even) th {
  background-color: #F8F8F8;
}
table.about tr:nth-child(odd) td {
  background-color: #FDECD2;
}
table.about tr:nth-child(even) td {
  background-color: #F8F8F8;
}
table.about td {
  padding: 10px 20px;
  font-weight: bold;
  border: 1px solid #000;
}

.daihyo {
  width: 230px;
}

.orange {
  font-weight: bold;
  color: #F58B00;
  font-size: 24px;
  border-bottom: 2px solid #F58B00;
  padding-bottom: 20px;
  margin-bottom: 70px;
}
.orange span {
  display: block;
  font-size: 18px;
}

.orange2 {
  font-weight: bold;
  color: #F58B00;
  font-size: 56px;
  border-bottom: 2px solid #F58B00;
  padding-bottom: 20px;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .orange2 {
    font-size: 40px;
  }
}
.orange2 span {
  display: block;
  font-size: 24px;
}

.slider {
  margin-top: 80px;
}
.slider img {
  width: 100%;
}

.reason h3:before {
  content: url(/img/icon-o.svg);
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .reason h3 {
    text-wrap: balance;
  }
}
.reason p {
  padding-left: 70px;
}

.jisseki {
  margin-top: 70px;
  padding-bottom: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.jisseki li {
  text-align: center;
  width: calc(33.3333333333% - 10px);
  border: 2px solid #F58B00;
  background-color: #fff;
  padding: 30px 20px;
}
@media screen and (max-width: 767px) {
  .jisseki li {
    width: 100%;
  }
}
.jisseki li .title {
  font-size: 24px;
  color: #F58B00;
  font-weight: bold;
  padding-bottom: 5px;
}
.jisseki li img {
  padding: 8px;
}
.jisseki li .hl-lv02 {
  font-size: 0.9em;
}

.section-gaiyo {
  padding: 0 30px;
}
.section-gaiyo .gaiyo {
  border-collapse: collapse;
  border: 1px solid #000;
}
.section-gaiyo .gaiyo th, .section-gaiyo .gaiyo td {
  background-color: #fff;
  border: 1px solid #000;
  padding: 20px 10px;
}
.section-gaiyo .gaiyo th {
  width: 20%;
}

@media screen and (max-width: 767px) {
  #achievement {
    padding-bottom: 140px;
  }
  #achievement ul {
    padding: 20px;
  }
  #achievement ul li {
    margin-bottom: 20px;
  }
}
/*フあっと*/
/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}

.scroll_up.on {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_left.on {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_right.on {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.txt_underline {
  text-decoration: underline;
}

.f12 {
  font-size: 12px;
}

.policy h3 {
  padding-top: 30px;
  padding-bottom: 12px;
}

footer .flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .flex p {
  padding: 10px;
}

.header {
  background: #fff;
  z-index: 100;
  left: 4vw;
  top: 10px;
  right: 0;
  border-radius: 10rem 0 0 10rem;
  padding: 0.5em 1em 0.5em 2em;
}
.header .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .header .img-logo {
    height: 72px;
  }
}
.header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header nav ul li > a {
  color: #000;
  font-weight: bold;
}
.header .logo {
  width: 225px;
}
@media screen and (max-width: 767px) {
  .header .logo {
    width: 150px;
  }
}
.header .btn {
  margin: 0 2rem;
}

@media screen and (max-width: 767px) {
  header .list-nav {
    display: none;
  }
}
.footer {
  background: #000;
  color: #fff;
}

.footer-content {
  padding: 3em 0 5em;
}

.maining {
  background: url(/img/main.jpg) no-repeat top;
  min-height: 600px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
}
.maining p, .maining h1 {
  color: #fff;
}
.maining .en {
  height: 40px;
  float: right;
  margin-top: 10px;
}
.maining .text {
  text-align: left;
  padding-top: 10%;
}
@media screen and (max-width: 767px) {
  .maining .text {
    padding-left: 20px;
    padding-top: 20%;
  }
}

img.pagetop {
  width: 100%;
  height: auto;
}

/*formTable*/
form {
  margin-top: 40px;
  margin-bottom: 120px;
}

.formTable {
  margin-bottom: 40px;
  width: 100%;
}
.formTable th, .formTable td {
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .formTable th, .formTable td {
    padding-bottom: 10px;
  }
}
.formTable th {
  text-align: left;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .formTable th {
    display: block;
    width: 100%;
  }
}
.formTable td {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .formTable td {
    display: block;
    width: 100%;
  }
}
.formTable span.hissu {
  color: red;
  font-size: 12px;
}
.formTable input, .formTable textarea {
  width: 85%;
}
.formTable input[type=checkbox] {
  width: 10%;
}

.submit input {
  background-color: #F58B00;
}

.onayami {
  padding: 70px 0;
}
.onayami li {
  padding-bottom: 15px;
}
.onayami li:before {
  content: url(/img/check.png);
  margin-right: 10px;
}

.pt30 {
  padding-top: 30px;
}

.pt60 {
  padding-top: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.red {
  color: red;
}

.header .nav-btn {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .header .nav-btn {
    width: 55px;
  }
}
@media screen and (min-width: 768px) {
  .header {
    left: auto;
  }
  .header .list-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    margin-left: 5em;
  }
  .header .list-nav li + li {
    margin-left: 2em;
  }
}

.footer {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .footer .list-nav {
    text-align: center;
  }
  .footer .list-nav li {
    line-height: 2;
    font-size: 1.4rem;
    border-bottom: 1px solid #fff;
  }
  .footer .list-nav a {
    padding: 0.25em 0;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .footer .list-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .list-nav li a {
    font-size: 16px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .menu-btn {
    z-index: 100;
    width: 55px;
    position: fixed;
    right: 10px;
  }
  .list-nav {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #F58B00;
    color: #fff;
    z-index: 99;
    padding-top: 50px;
    line-height: 2;
    font-size: 1.8rem;
  }
  .list-nav li {
    padding: 0.1em;
  }
  .list-nav li + li {
    border-top: 1px solid #fff;
  }
  .list-nav a {
    padding: 0.1em;
    display: block;
    color: #fff !important;
    font-weight: normal !important;
  }
}