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

* {
  box-sizing: border-box; }

*:before,
*:after {
  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: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; }

address {
  font-style: normal; }

img {
  vertical-align: bottom; }

.section {
  padding: 140px 0; }
  .section__white {
    background-color: #fff; }
  @media screen and (max-width: 812px) {
    .section {
      padding: 40px 0; } }

.ctr {
  max-width: 900px;
  margin: auto; }
  @media screen and (max-width: 812px) {
    .ctr {
      padding: 0 5%; } }

.btn {
  background: url(/img/btn.png) no-repeat center center;
  background-size: contain;
  width: 357px;
  height: 84px;
  padding-left: 2em;
  display: flex;
  align-items: center;
  color: #fff !important;
  font-weight: bold; }
  @media screen and (max-width: 812px) {
    .btn {
      width: calc(357px * 0.7);
      height: calc(84px * 0.7); } }

.clm-2 {
  display: flex; }
  .clm-2 > * {
    flex: 0 0 50%; }
  .clm-2-txt {
    padding-top: 35px;
    padding-left: 50px; }
  .clm-2-reverse {
    flex-direction: row-reverse; }
    .clm-2-reverse .clm-2-txt {
      padding-left: 0; }
  @media screen and (max-width: 812px) {
    .clm-2 {
      display: block; }
      .clm-2 .clm-2-txt {
        padding: 1em 0 0; } }

.effect-fade {
  opacity: 0;
  transform: translate(0, 45px);
  transition: all 1200ms; }

.effect-fade.effect-scroll {
  opacity: 1;
  transform: translate(0, 0); }

body {
  background: #4c515f;
  font-size: 1.8rem;
  letter-spacing: 0.02em; }
  @media screen and (max-width: 812px) {
    body {
      font-size: 1.4rem; } }

a {
  transition: 1s; }
  a:hover {
    opacity: 0.5; }

.logo-area {
  text-align: center;
  margin-top: 50px; }
  @media screen and (min-width: 813px) {
    .logo-area h1 {
      width: 200px;
      margin: 0 auto; } }

.toponly .logo-area {
  text-align: center;
  margin-top: 10px; }
.toponly .header-nav {
  position: static !important;
  padding-bottom: 20px; }
  .toponly .header-nav .nav {
    display: flex;
    justify-content: center; }
    .toponly .header-nav .nav li:not(:last-child)::after {
      content: "";
      display: inline-block;
      background: #c32e42;
      border-radius: 50%;
      height: 10px;
      width: 10px;
      margin: 0 24px; }
    .toponly .header-nav .nav li:nth-child(3) {
      margin-right: 0; }
      .toponly .header-nav .nav li:nth-child(3)::after {
        display: contents; }
    @media screen and (max-width: 812px) {
      .toponly .header-nav .nav {
        flex-wrap: wrap; }
        .toponly .header-nav .nav li {
          flex: calc(100% / 3); }
          .toponly .header-nav .nav li::after {
            display: contents; }
        .toponly .header-nav .nav li:nth-child(n + 4) {
          margin-top: 0.5em; } }
    .toponly .header-nav .nav li {
      width: 14%; }
      .toponly .header-nav .nav li a {
        display: block;
        text-align: center; }
    .toponly .header-nav .nav span {
      display: block;
      font-size: 10px; }

.header-nav {
  color: #fff;
  font-size: 1.4rem; }
  .header-nav .nav {
    display: flex;
    justify-content: space-between; }
    .header-nav .nav li:not(:last-child)::after {
      content: "";
      display: inline-block;
      background: #c32e42;
      border-radius: 50%;
      height: 10px;
      width: 10px;
      margin: 0 24px; }
    .header-nav .nav li:nth-child(3) {
      margin-right: auto; }
      .header-nav .nav li:nth-child(3)::after {
        display: none; }
    @media screen and (max-width: 812px) {
      .header-nav .nav {
        flex-wrap: wrap; }
        .header-nav .nav li {
          flex: calc(100% / 3); }
          .header-nav .nav li::after {
            display: none !important; }
        .header-nav .nav li:nth-child(n + 4) {
          margin-top: 0.5em; } }
    .header-nav .nav li {
      width: 10%; }
      .header-nav .nav li a {
        display: block;
        text-align: center; }
    .header-nav .nav span {
      display: block;
      font-size: 10px; }

@media screen and (max-width: 812px) {
  .logo-area img {
    max-height: calc(81px / 2); } }
.header-area {
  position: relative; }
  .header-area .header-nav {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding-top: 12px; }
    @media screen and (max-width: 812px) {
      .header-area .header-nav {
        margin: 1.5em 0;
        position: static;
        padding-top: 0; } }
  @media screen and (max-width: 812px) {
    .header-area {
      position: static;
      margin-bottom: 1em; } }

.footer-area {
  color: #fff;
  display: flex;
  padding-top: 56px;
  padding-bottom: 87px; }
  .footer-area > * {
    flex: 0 0 50%; }
  .footer-area .footer-address {
    margin-top: 37px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2; }
    @media screen and (max-width: 812px) {
      .footer-area .footer-address {
        font-size: 1.4rem; } }
  @media screen and (max-width: 812px) {
    .footer-area {
      display: block; }
      .footer-area .footer-logo img {
        max-height: calc(78px / 2); } }

.copy-area {
  color: #fff;
  background: #c32e42;
  text-align: center;
  font-size: 1rem;
  padding: 1.8em; }

.footer-nav {
  font-size: 2rem;
  font-weight: bold; }
  @media screen and (max-width: 812px) {
    .footer-nav {
      font-size: 1.4rem; } }
  .footer-nav .nav {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 150px; }
    @media screen and (max-width: 812px) {
      .footer-nav .nav {
        height: auto;
        flex-direction: row;
        margin-top: 1em; }
        .footer-nav .nav li {
          margin-right: 1.5em;
          margin-bottom: 1em; } }
    .footer-nav .nav li {
      height: calc(100% / 3); }
      .footer-nav .nav li a::before {
        content: "▶";
        margin-right: 0.5em; }
    .footer-nav .nav li:nth-child(3n-1) {
      display: flex;
      align-items: center; }
    .footer-nav .nav li:nth-child(3n) {
      display: flex;
      align-items: flex-end; }
    .footer-nav .nav li span {
      display: block;
      font-size: 10px; }

.maining-area {
  padding-bottom: 50px; }

.index-page p {
  line-height: 2; }
.index-page h2 {
  text-align: center;
  margin-bottom: 50px; }
  @media screen and (max-width: 812px) {
    .index-page h2 {
      margin-bottom: 25px; }
      .index-page h2 img {
        max-height: calc(153px / 2); } }
.index-page .btn-wrap {
  margin-top: 70px;
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 812px) {
    .index-page .btn-wrap {
      margin-top: 35px; } }
.index-page .section01 {
  padding-top: 67px;
  padding-bottom: 0;
  text-align: center; }
  .index-page .section01 h2 {
    color: #c32e42;
    font-size: 4rem;
    margin-bottom: 1em; }
    @media screen and (max-width: 812px) {
      .index-page .section01 h2 {
        font-size: 2rem; } }
.index-page .section02 h3,
.index-page .section03 h3 {
  font-size: 3.4rem;
  line-height: 1.67;
  margin-bottom: 1.2em; }
  @media screen and (max-width: 812px) {
    .index-page .section02 h3,
    .index-page .section03 h3 {
      font-size: 2rem; } }
@media screen and (max-width: 812px) {
  .index-page .section02,
  .index-page .section03 {
    text-align: center; } }
.index-page .section02 .btn-wrap a + a {
  margin-left: 46px; }
  @media screen and (max-width: 812px) {
    .index-page .section02 .btn-wrap a + a {
      margin-left: 0;
      margin-top: 1em; } }
@media screen and (max-width: 812px) {
  .index-page .section02 .btn-wrap {
    flex-direction: column;
    align-items: center; } }
.index-page .section03 {
  color: #fff; }
.index-page .section04 {
  text-align: center;
  color: #c32e42; }
  .index-page .section04 p {
    font-weight: bold; }
  .index-page .section04 .btn-wrap {
    margin-top: 50px; }
  @media screen and (max-width: 812px) {
    .index-page .section04 p img {
      max-height: calc(117px / 2); } }

@media screen and (max-width: 812px) {
  .map-area iframe {
    height: 200px; } }
/*各ページ*/
.kasou-page clm-1 p {
  text-align: left; }
.kasou-page .pb80 {
  padding-bottom: 80px !important; }
.kasou-page .section02 h3,
.kasou-page .section03 h3 {
  font-size: 3.4rem;
  color: #c32e42;
  border-bottom: 3px solid #c32e42;
  line-height: 1.67;
  margin-bottom: 1.2em; }
  @media screen and (max-width: 812px) {
    .kasou-page .section02 h3,
    .kasou-page .section03 h3 {
      font-size: 2rem; } }
@media screen and (max-width: 812px) {
  .kasou-page .section02,
  .kasou-page .section03 {
    text-align: center; } }
.kasou-page p {
  font-size: 1.6rem;
  text-align: left;
  padding-bottom: 12px; }
.kasou-page h2 {
  text-align: center;
  padding-bottom: 50px; }
.kasou-page .clm-1 p {
  text-align: center; }
.kasou-page .clm-1 .clm-2 {
  padding-top: 50px; }
  .kasou-page .clm-1 .clm-2 .clm-2-txt {
    padding-top: 0; }
.kasou-page .name {
  text-align: right;
  font-size: 2rem;
  padding-top: 10px;
  font-family: serif; }
  .kasou-page .name span {
    padding-left: 10px;
    font-size: 1rem; }
.kasou-page .mt50 {
  margin-top: 50px; }
.kasou-page .mt20 {
  margin-top: 20px; }
.kasou-page .section02 {
  padding-top: 67px;
  padding-bottom: 0; }
.kasou-page .companytable {
  border: 2px solid #c32e42;
  border-collapse: collapse;
  font-size: 0.9em; }
  .kasou-page .companytable th {
    background-color: #c32e42;
    color: #fff;
    font-weight: bold;
    border-bottom: 2px solid #fff;
    border-top: 1px splid #c32e42;
    padding: 10px 4px; }
  .kasou-page .companytable td {
    color: #c32e42;
    padding: 10px;
    text-align: left;
    border: 2px solid #c32e42; }
.kasou-page .w100 {
  width: 100%; }

.page-top {
  border-top: 15px solid #4c515f;
  background-color: #c32e42;
  text-align: right;
  color: #fff;
  padding: 10px; }

.linkbtn {
  width: 70%;
  margin: 0 auto; }
  @media screen and (max-width: 812px) {
    .linkbtn {
      width: 100%; } }
  .linkbtn a {
    background-color: #c32e42;
    color: #fff;
    display: block;
    font-weight: bold;
    font-size: 1.8rem;
    padding: 7px;
    border-radius: 8px;
    margin-bottom: 7px;
    box-shadow: -1px 2px 3px #ccc; }
    .linkbtn a:after {
      content: "　▶"; }

.rec .linkbtn {
  text-align: left !important; }
  .rec .linkbtn a span {
    font-size: 11px;
    color: #c32e42;
    background-color: #fff;
    border-radius: 6px;
    padding: 2px 6px;
    display: inline-block;
    margin-left: 20px; }

@media screen and (min-width: 813px) {
  .footer-logo img {
    width: 200px; } }
/*formwrap*/
.formtable {
  width: 100%; }

.formwrap {
  margin-top: 40px;
  width: 100%; }
  .formwrap select, .formwrap input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: 90%; }
  .formwrap textarea {
    height: 150px; }
  .formwrap input, .formwrap textarea, .formwrap select {
    font-size: 14px;
    width: 100%;
    padding: 5px;
    margin: 4px;
    border: 1px solid #c32e42; }
    .formwrap input[type="submit"], .formwrap textarea[type="submit"], .formwrap select[type="submit"] {
      background-color: #c32e42;
      color: #fff;
      border: none;
      margin-top: 30px;
      cursor: pointer;
      padding: 10px;
      border-radius: 10px;
      box-shadow: -1px 1px 3px #ccc; }
  .formwrap th {
    font-weight: normal;
    font-size: 15px;
    width: 20%; }
    .formwrap th span {
      font-size: 12px;
      color: #c32e42; }
    @media screen and (max-width: 812px) {
      .formwrap th {
        display: block;
        width: 100%; } }
  .formwrap td {
    width: 78%; }
    .formwrap td .post {
      width: 120px;
      display: inline-block; }
    @media screen and (max-width: 812px) {
      .formwrap td {
        display: block;
        width: 100%; } }

.recinfo {
  margin-top: 40px; }
  .recinfo p {
    text-align: left !important; }
  .recinfo .h4 {
    font-size: 20px;
    text-align: left;
    margin-bottom: 10px;
    padding: 4px 0 4px 10px;
    border-left: 14px solid #c32e42;
    color: #c32e42; }
  .recinfo .example {
    margin: 20px 10px;
    border: 2px solid #4c515f;
    padding: 20px;
    text-align: left; }
    .recinfo .example h4 {
      color: #4c515f;
      border-bottom: 1px dotted #4c515f;
      margin-bottom: 10px; }
    .recinfo .example .time {
      color: #4c515f;
      margin-right: 20px; }

.vision-ul {
  margin: 50px 0; }
  .vision-ul li {
    margin-bottom: 30px; }
    .vision-ul li div {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 812px) {
        .vision-ul li div {
          display: block;
          padding: 30px; } }
      .vision-ul li div p {
        padding: 10px;
        line-height: 1.6em;
        font-weight: bold;
        letter-spacing: 1px; }

.staff h2 {
  text-align: center !important;
  color: #fff !important;
  font-size: 36px !important; }
.staff h3 {
  color: #fff !important;
  border-bottom: 3px solid #c32e42 !important; }
.staff p {
  color: #fff !important; }

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