@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  font-family: "Montserrat", "Noto Sans JP", "Zen Maru Gothic", sans-serif;
}

a[href^="tel:"] {
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* ãƒ•ã‚©ãƒ¼ãƒ?ãƒªã‚»ãƒ?ãƒ? */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

.inner {
  width: 100%;
  text-align: center;
}

.content {
  width: 1020px;
  margin: 0 auto;
  background-color: #FFF;
  text-align: center;
}

.header {
  width: 1020px;
  height: 70px;
  padding: 0px;
  margin: 0px;
  margin-left: auto;
  margin: auto;
}

.navi {
  width: 1020px;
  height: 40px;
  padding: 0;
  margin: 0px;
  overflow: hidden;
  float: right;
}

.navi li {
  float: left;
  margin-right: 0px;
}

.n_mail {
  width: 160px;
  font-size: 11px;
  text-align: left;
  padding-left: 20px;
  line-height: 14px;
}

.n_mail-link {
  color: #8F6E00;
  text-decoration: underline;
}

.main-inner {
  max-width: 1020px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1070px) {
  .main-inner {
    max-width: 100%;
    margin-right: 30px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 550px) {
  .main-inner {
    margin-right: 10px;
    margin-left: 10px;
  }
}

.form-link {
  margin-top: 20px;
  display: inline-block;
  color: #009cda;
  border-bottom: 1px solid #009cda;
  margin-left: 40px;
}
@media screen and (max-width: 1070px) {
  .form-link {
    margin-left: 0;
  }
}

.contact {
  margin-top: 50px;
}

.contact-form {
  margin-top: 50px;
}

.contact-inner {
  padding: 10px;
  /* border: 2px solid #1fb1e9; */
  background-color: #fff;
}

.contact-title {
  font-size: 30px;
  font-weight: 700;
  border-bottom: 1px solid #333;
  margin-top: 25px;
  padding-left: 20px;
}
@media screen and (max-width: 600px) {
  .contact-title {
    font-size: 25px;
  }
}
@media screen and (max-width: 455px) {
  .contact-title {
    margin-top: 15px;
    padding-left: 10px;
    font-size: 23px;
  }
}

.contact-lead {
  display: flex;
  justify-content: space-between;
}

.contact-lead__text {
  font-size: 18px;
  margin: 30px;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .contact-lead__text {
    font-size: 15px;
    margin: 20px 10px;
  }
}
@media screen and (max-width: 550px) {
  .contact-lead__text {
    font-size: 12px;
  }
}

.contact-lead__img {
  width: 250px;
  height: 200px;
}
@media screen and (max-width: 600px) {
  .contact-lead__img {
    width: 150px;
    height: 120px;
  }
}
@media screen and (max-width: 455px) {
  .contact-lead__img {
    width: 90px;
    height: 72px;
    margin-top: 20px;
  }
}

.contact-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 30px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1070px) {
  .contact-items {
    grid-template-columns: repeat(2, 1fr);
    margin: 10px 20px;
  }
}
@media screen and (max-width: 600px) {
  .contact-items {
    row-gap: 20px;
  }
}
@media screen and (max-width: 455px) {
  .contact-items {
    -moz-column-gap: 10px;
         column-gap: 10px;
    margin: 10px 0;
  }
}

.contact-item {
  border: 1px solid #d2d2d7;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  min-height: 100px;
}

.contact-item:hover {
  border: 1px solid #009cda;
}

.contact-item-only-text {
  border: 1px solid #d2d2d7;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  min-height: 100px;
  display: flex;
  align-items: center;
}

.contact-item-only-text:hover {
  border: 1px solid #009cda;
}

.contact-link {
  color: #333;
  display: inline-block;
  width: inherit;
  height: inherit;
  padding-top: 10px;
  padding-bottom: 10px;
}

.contact-link__small {
  color: #333;
  display: flex;
  width: inherit;
  height: inherit;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media screen and (max-width: 1070px) {
  .contact-link__small {
    justify-content: center;
  }
}

.contact-items__small {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 30px;
}
@media screen and (max-width: 1070px) {
  .contact-items__small {
    row-gap: 50px;
  }
}
@media screen and (max-width: 600px) {
  .contact-items__small {
    row-gap: 20px;
  }
}
@media screen and (max-width: 550px) {
  .contact-items__small {
    row-gap: 30px;
  }
}
@media screen and (max-width: 455px) {
  .contact-items__small {
    row-gap: 10px;
  }
}

.contact-items__small2 {
  margin-top: 30px;
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 1070px) {
  .contact-items__small2 {
    grid-template-columns: repeat(2, 1fr);
    margin-right: 20px;
    margin-left: 20px;
    row-gap: 30px;
  }
}
@media screen and (max-width: 600px) {
  .contact-items__small2 {
    margin-top: 20px;
    row-gap: 20px;
  }
}
@media screen and (max-width: 455px) {
  .contact-items__small2 {
    -moz-column-gap: 10px;
         column-gap: 10px;
    margin-right: 0;
    margin-left: 0;
  }
}

.contact-item__small {
  border: 1px solid #d2d2d7;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.8);
}

.contact-item__small:hover {
  border: 1px solid #009cda;
}

.contact-item__img {
  width: 50px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .contact-item__img {
    width: 150px;
    height: 110px;
  }
}
@media screen and (max-width: 455px) {
  .contact-item__img {
    width: 100px;
    height: 70px;
  }
}

.contact-item__image {
  width: 240px;
  height: 240px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .contact-item__image {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 455px) {
  .contact-item__image {
    width: 100px;
    height: 100px;
  }
}

.contact-item__title {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .contact-item__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 550px) {
  .contact-item__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 455px) {
  .contact-item__title {
    font-size: 12px;
  }
}

.contact-item_name {
  font-size: 14px;
  font-weight: 200;
}
@media screen and (max-width: 600px) {
  .contact-item_name {
    font-size: 14px;
  }
}
@media screen and (max-width: 550px) {
  .contact-item_name {
    font-size: 12px;
  }
}
@media screen and (max-width: 455px) {
  .contact-item_name {
    font-size: 10px;
  }
}

.contact-img__mini {
  width: 100px;
  height: 75px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1070px) {
  .contact-img__mini {
    margin-right: 10px;
    width: 73px;
    height: 60px;
  }
}
@media screen and (max-width: 600px) {
  .contact-img__mini {
    width: 75px;
    height: 48px;
  }
}
@media screen and (max-width: 550px) {
  .contact-img__mini {
    width: 50px;
    height: 40px;
  }
}
@media screen and (max-width: 455px) {
  .contact-img__mini {
    width: 40px;
    height: 35px;
    margin-right: 5px;
  }
}

.contact-img__mini2 {
  width: 90px;
  height: 75px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 600px) {
  .contact-img__mini2 {
    width: 69px;
    height: 54px;
  }
}
@media screen and (max-width: 455px) {
  .contact-img__mini2 {
    width: 50px;
    height: 40px;
  }
}

.contact-item__mini {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1070px) {
  .contact-item__mini {
    font-size: 22px;
    margin-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .contact-item__mini {
    font-size: 18px;
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .contact-item__mini {
    font-size: 15px;
    margin-left: 0;
  }
}
@media screen and (max-width: 550px) {
  .contact-item__mini {
    font-size: 11px;
  }
}
@media screen and (max-width: 455px) {
  .contact-item__mini {
    font-size: 10px;
  }
}

.contact-item__mini2 {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1070px) {
  .contact-item__mini2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .contact-item__mini2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 550px) {
  .contact-item__mini2 {
    font-size: 15px;
  }
}
@media screen and (max-width: 455px) {
  .contact-item__mini2 {
    font-size: 12px;
  }
}

.contact-item__small2 {
  border: 1px solid #d2d2d7;
  border-radius: 10px;
  width: 234px;
  height: 77px;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1070px) {
  .contact-item__small2 {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .contact-item__small2 {
    height: 60px;
  }
}

.contact-item__small2:hover {
  border: 1px solid #009cda;
}

.contact-link__small2 {
  display: flex;
  align-items: center;
  width: inherit;
  justify-content: space-around;
  height: inherit;
  color: #333;
}

.paper {
  margin-top: 50px;
  margin-bottom: 50px;
}

.paper-items {
  margin-top: 20px;
  margin-bottom: 40px;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 50px;
  column-gap: 50px;
  row-gap: 30px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .paper-items {
    max-width: 100%;
    margin-right: 20px;
    margin-left: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media screen and (max-width: 455px) {
  .paper-items {
    margin-right: 0;
    margin-left: 0;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 20px;
  }
}

.paper-item {
  border: 1px solid #d2d2d7;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.8);
}

.paper-item:hover {
  border: 1px solid #009cda;
}

.paper-link {
  color: #333;
  display: inline-block;
  width: inherit;
  height: inherit;
}

.paper-item__title {
  font-size: 22px;
  font-weight: 700;
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .paper-item__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 550px) {
  .paper-item__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 455px) {
  .paper-item__title {
    font-size: 12px;
  }
}

.paper-item__img {
  width: 300px;
  height: 275px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 900px) {
  .paper-item__img {
    width: 220px;
    height: 190px;
  }
}
@media screen and (max-width: 600px) {
  .paper-item__img {
    width: 140px;
    height: 144px;
  }
}
@media screen and (max-width: 455px) {
  .paper-item__img {
    width: 100px;
    height: 90px;
  }
}

.form {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .form {
    margin-top: 100px;
  }
}

.form_inner {
  margin: 0 auto;
}

.form_title {
  font-size: 60px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .form_title {
    font-size: 30px;
  }
}

.form_text {
  margin: 50px auto 0;
  font-size: 21px;
  display: block;
  line-height: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .form_text {
    font-size: 16px;
    margin: 30px auto 0;
  }
}

.form_attention {
  margin: 40px auto 0;
  width: 750px;
  border: 2px solid #ff5b77;
}
@media screen and (max-width: 768px) {
  .form_attention {
    margin: 30px auto 0;
    width: 100%;
  }
}

.form_attention_subtitle {
  color: #fff;
  background-color: #ff5b77;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  .form_attention_subtitle {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.form_attention_title {
  padding-top: 20px;
  padding-left: 30px;
  color: #ff5b77;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .form_attention_title {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.form_attention_text {
  padding: 20px 30px 30px 30px;
  line-height: 2;
  font-size: 18px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .form_attention_text {
    font-size: 16px;
    padding: 10px 20px 20px 20px;
  }
}

.form_contact_list {
  margin: 60px auto;
  width: 580px;
}
@media screen and (max-width: 768px) {
  .form_contact_list {
    width: 100%;
    margin: 50px auto;
  }
}

.form_contact_title {
  font-size: 30px;
  font-weight: 700;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .form_contact_title {
    font-size: 18px;
    padding-top: 30px;
  }
}

.form_contact_tel span {
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .form_contact_tel span {
    font-size: 21px;
  }
}

.form_contact_tel {
  color: #0d7fd7;
  font-size: 50px;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .form_contact_tel {
    font-size: 31px;
  }
}

.form_contact {
  border: 3px solid #39c2f6;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .form_contact {
    border-radius: 8px;
  }
}

.form_contact_time {
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .form_contact_time {
    font-size: 13px;
    padding-bottom: 30px;
  }
}

.form_contact_list_sub {
  font-size: 20px;
  font-feature-settings: "palt";
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .form_contact_list_sub {
    font-size: 14px;
  }
}

.form-lists__top {
  padding-bottom: 60px;
  border-bottom: 2px dashed #333;
  margin-bottom: 60px;
}

.form-list {
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
  display: flex;
  border-bottom: 1px solid #edeaea;
  padding-bottom: 20px;
}
@media screen and (max-width: 550px) {
  .form-list {
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1070px) {
  .form-list {
    display: block;
  }
}

.form-label {
  width: 300px;
  text-align: left;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 550px) {
  .form-label {
    width: 100%;
  }
}

.form-input {
  width: 500px;
  border-radius: 6px;
  margin-left: 40px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  background-color: #f9fbe9;
  border: 1px solid #d8d8d8;
  transition: background-color 0.3s, border 0.3s;
}
@media screen and (max-width: 1070px) {
  .form-input {
    width: 100%;
    margin-left: 0;
    text-align: left;
    margin-top: 20px;
  }
}
@media screen and (max-width: 550px) {
  .form-input {
    margin-top: 10px;
  }
}

.form-span {
  margin-left: 40px;
}
@media screen and (max-width: 1070px) {
  .form-span {
    margin-left: 0;
  }
}

.short-input {
  width: 80px;
  margin-left: 0;
}
@media screen and (max-width: 1070px) {
  .short-input {
    margin-top: 0;
  }
}

.form-button {
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.form-size {
  margin-right: 20px;
}

.size-input {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .size-input {
    width: 60px;
  }
}
@media screen and (max-width: 600px) {
  .size-input {
    width: 100%;
  }
}

.size-flex {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .size-flex {
    width: 100%;
    margin-right: auto;
  }
}

.size-batu {
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .size-batu {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.memo {
  margin-top: 10px;
  font-size: 14px;
  display: block;
  text-align: left;
  color: #ff5b77;
}
@media screen and (max-width: 550px) {
  .memo {
    font-size: 11px;
  }
}

.qt {
  margin-top: 10px;
  font-size: 14px;
  display: block;
  text-align: left;
  color: #ff5b77;
}
@media screen and (max-width: 550px) {
  .qt {
    font-size: 11px;
  }
}

.input-flex {
  display: flex;
  align-items: center;
  margin-left: 40px;
}
@media screen and (max-width: 1070px) {
  .input-flex {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media screen and (max-width: 600px) {
  .input-Sflex {
    flex-direction: column;
  }
}

.submit-able {
  color: #fff;
  padding: 10px 50px;
  font-size: 22px;
  background-color: #1fb1e9;
  display: none;
  margin-right: auto;
  margin-left: auto;
}

.submit-able:enabled {
  display: block;
}

.submit-none {
  color: #fff;
  padding: 10px 50px;
  font-size: 22px;
  background-color: #ccc;
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 323px;
}
@media screen and (max-width: 550px) {
  .submit-none {
    font-size: 16px;
    width: 265px;
  }
}

.submit-none:enabled {
  display: none;
}

.required {
  color: #fff;
  background-color: #bb0050;
  margin-left: 5px;
  height: 30px;
  padding: 1px 10px;
  display: inline-block;
  border-radius: 3px;
}
@media screen and (max-width: 550px) {
  .required {
    height: 27px;
  }
}