@charset "UTF-8";
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(247, 247, 247, 0.9);
  z-index: 10;
}
header .inner {
  width: 90%;
  height: 65px;
  margin: 0 auto;
  position: relative;
  transition: 0.2s;
}
@media screen and (min-width: 960px) {
  header .inner {
    width: 95%;
    height: 95px;
  }
}
@media screen and (min-width: 1280px) {
  header .inner {
    width: 90%;
  }
}
header .inner .cls-1 {
  fill: #555555;
}
header .inner h1.logo {
  width: 164px;
  position: absolute;
  top: 15px;
  left: 0;
  margin: 0;
  transition: 0.2s;
}
@media screen and (min-width: 960px) {
  header .inner h1.logo {
    top: 29px;
  }
}

footer {
  background: #555555;
  color: #FFFFFF;
  padding: 20% 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  footer {
    padding: 15% 0;
  }
}
@media screen and (min-width: 960px) {
  footer {
    padding: 10% 0;
  }
}
@media screen and (min-width: 1152px) {
  footer {
    padding: 5% 0;
  }
}
footer a {
  transition: 0.2s;
}
footer a:link {
  color: #FFFFFF;
  text-decoration: none;
}
footer a:visited {
  color: #FFFFFF;
}
footer a:hover {
  color: #FFFFFF;
  text-decoration: none;
  opacity: 0.8;
}
footer a:active {
  color: #FFFFFF;
}
footer .inner {
  width: 80%;
  max-width: 960px;
  margin: 0 auto;
}
footer .inner .logo {
  width: 203px;
  margin: 0 auto 20px auto;
}
footer .inner .logo img {
  width: 100%;
  height: auto;
}
footer .inner .corp-name {
  font-size: 5vw;
  font-weight: 400;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  footer .inner .corp-name {
    font-size: 2.2rem;
  }
}
footer .inner address {
  font-style: inherit;
  margin: 0 0 6em 0;
}
footer .inner address p {
  font-size: 3.5vw;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  footer .inner address p {
    font-size: 1.4rem;
  }
}
footer .inner ul {
  margin: 0 auto 3em auto;
  padding: 0;
}
@media screen and (min-width: 960px) {
  footer .inner ul {
    display: flex;
    justify-content: center;
  }
}
footer .inner ul li {
  list-style-type: none;
  margin: 0 0 1em 0;
}
@media screen and (min-width: 960px) {
  footer .inner ul li:nth-child(1) {
    position: relative;
  }
  footer .inner ul li:nth-child(1)::before {
    display: block;
    content: "";
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    width: 1px;
    height: 1em;
    top: 0;
    right: -1em;
  }
  footer .inner ul li:nth-child(2) {
    margin: 0 0 0 2em;
  }
}
footer .inner ul li a {
  font-size: 3.5vw;
  line-height: 1;
  display: block;
}
@media screen and (min-width: 768px) {
  footer .inner ul li a {
    font-size: 1.4rem;
  }
}
footer .inner .copyright {
  font-size: 3.5vw;
  margin: 1em 0 0 0;
}
@media screen and (min-width: 768px) {
  footer .inner .copyright {
    font-size: 1.4rem;
  }
}

html {
  background-color: #f7f7f7;
  font-size: 62.5%; /*ルートのフォントサイズを10pxに*/
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

body {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.6em; /* ルートのフォントサイズを1.6em（16pxと同等のサイズ）に chrome対策のためemを使用 */
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #555555;
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  min-width: 100vw;
}

a:link {
  color: #328BB5;
  text-decoration: none;
}
a:visited {
  color: #328BB5;
}
a:hover {
  color: #328BB5;
  text-decoration: underline;
}
a:active {
  color: #328BB5;
}

@media screen and (min-width: 480px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.sp {
  display: block;
}
@media screen and (min-width: 960px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .pc {
    display: block;
  }
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

article {
  margin: 65px 0 0 0;
}
@media screen and (min-width: 960px) {
  article {
    margin: 95px 0 0 0;
  }
}

.page-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 0 60px 0;
}
@media screen and (min-width: 960px) {
  .page-title .inner {
    width: 90%;
    text-align: left;
  }
}
@media screen and (min-width: 1280px) {
  .page-title .inner {
    width: 80%;
  }
}
.page-title .en-title {
  font-size: 18vw;
  line-height: 1;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .page-title .en-title {
    font-size: 11rem;
  }
}
.page-title h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 5.5vw;
  line-height: 1;
  margin: 0 0 0 0;
}
@media screen and (min-width: 768px) {
  .page-title h2 {
    font-size: 2.6rem;
  }
}
.page-title.recruit-home {
  padding: 0;
  height: 250px;
  transition: 0.2s;
  background: url("../images/recruit-title-img.jpg") no-repeat center center;
  background-size: cover;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .page-title.recruit-home {
    height: 265px;
  }
}
@media screen and (min-width: 960px) {
  .page-title.recruit-home {
    height: 300px;
  }
}
@media screen and (min-width: 1280px) {
  .page-title.recruit-home {
    height: 333px;
  }
}
.page-title.recruit-home .en-title, .page-title.recruit-home h2 {
  color: #FFFFFF;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}
.page-title.recruit-detail h2::after {
  display: inline-block;
  content: "求人詳細";
  font-size: 3.5vw;
  line-height: 1;
  border: #555555 solid 1px;
  padding: 0.2em 1em;
  margin: 0 0 0 1em;
  border-radius: 0.7em;
}
@media screen and (min-width: 768px) {
  .page-title.recruit-detail h2::after {
    font-size: 1.6rem;
  }
}

#recruit-home .inner {
  box-sizing: border-box;
  width: 90%;
  max-width: 960px;
  margin: 0 auto 0 auto;
  text-align: left;
}
@media screen and (min-width: 1280px) {
  #recruit-home .inner {
    width: 80%;
  }
}
#recruit-home h3 {
  color: #328BB5;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt";
  font-weight: 700;
  font-size: 3.6vw;
  line-height: 1.2;
  position: relative;
  padding-left: 1.5em;
}
@media screen and (min-width: 768px) {
  #recruit-home h3 {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1152px) {
  #recruit-home h3 {
    font-size: 2.4rem;
  }
}
#recruit-home h3::after {
  display: block;
  content: "";
  position: absolute;
  background: url("../images/icon-leaf-blue.png");
  background-size: cover;
  width: 1em;
  height: 1em;
  top: 0.25em;
  left: 0;
}
#recruit-home p.no-recruit {
  color: #d41f1f;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 3.5vw;
  line-height: 1;
  text-align: right;
}
@media screen and (min-width: 768px) {
  #recruit-home p.no-recruit {
    font-size: 1.6rem;
  }
}
#recruit-home .occupation-list {
  margin: 10% 0 0 0;
  padding: 0;
}
@media screen and (min-width: 480px) {
  #recruit-home .occupation-list {
    margin: 25px 0 0 0;
  }
}
@media screen and (min-width: 768px) {
  #recruit-home .occupation-list {
    margin: 30px 0 0 0;
  }
}
@media screen and (min-width: 960px) {
  #recruit-home .occupation-list {
    margin: 40px 0 0 0;
  }
}
@media screen and (min-width: 1152px) {
  #recruit-home .occupation-list {
    margin: 50px 0 0 0;
  }
}
@media screen and (min-width: 1280px) {
  #recruit-home .occupation-list {
    margin: 60px 0 0 0;
  }
}
#recruit-home .occupation-list li {
  list-style-type: none;
  background-color: #FFFFFF;
  border: #328BB5 solid 1px;
  border-radius: 10px;
  margin-bottom: 10%;
  padding: 2.5% 5% 5% 5%;
}
@media screen and (min-width: 480px) {
  #recruit-home .occupation-list li {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) {
  #recruit-home .occupation-list li {
    border: #328BB5 solid 2px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  #recruit-home .occupation-list li {
    padding: 20px 40px;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 1152px) {
  #recruit-home .occupation-list li {
    padding: 2.5% 5%;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1280px) {
  #recruit-home .occupation-list li {
    margin-bottom: 60px;
  }
}
#recruit-home .occupation-list li .link-button {
  max-width: 175px;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 480px) {
  #recruit-home .occupation-list li .link-button {
    max-width: 220px;
  }
}
@media screen and (min-width: 960px) {
  #recruit-home .occupation-list li .link-button {
    max-width: 252px;
  }
}

#post-contents .inner {
  box-sizing: border-box;
  width: 90%;
  max-width: 960px;
  margin: 0 auto 0 auto;
  padding: 5% 5%;
  background-color: #FFFFFF;
  border: #C7C7C7 solid 1px;
  border-radius: 5px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #post-contents .inner {
    padding: 50px;
  }
}
@media screen and (min-width: 1280px) {
  #post-contents .inner {
    width: 80%;
    padding: 60px;
  }
}
#post-contents h3.post-title {
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt";
  font-weight: 600;
  font-size: 4vw;
  line-height: 1.2;
  padding: 0 0 10px 0;
  margin: 0 0 40px 0;
  position: relative;
  padding-left: 1.5em;
}
@media screen and (min-width: 768px) {
  #post-contents h3.post-title {
    font-size: 2.4rem;
  }
}
#post-contents h3.post-title::after {
  display: block;
  content: "";
  position: absolute;
  background: url("../images/icon-leaf.png");
  background-size: cover;
  width: 1em;
  height: 1em;
  top: 0.25em;
  left: 0;
}
#post-contents h3.post-title::before {
  display: block;
  content: "";
  position: absolute;
  border-bottom: #555555 double 3px;
  width: 100%;
  height: 5px;
  bottom: -0.25em;
  left: 0;
}

#edit-area {
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 3.5vw;
  line-height: 2;
  margin-bottom: 4em;
}
@media screen and (min-width: 480px) {
  #edit-area {
    font-size: 1.6rem;
  }
}
#edit-area img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  margin: 0 0 1em 0;
}
#edit-area h1, #edit-area h2, #edit-area h3, #edit-area h4, #edit-area h5, #edit-area h6 {
  line-height: 1.2;
  padding-left: 1em;
  position: relative;
}
#edit-area h1::before, #edit-area h2::before, #edit-area h3::before, #edit-area h4::before, #edit-area h5::before, #edit-area h6::before {
  display: block;
  content: "";
  position: absolute;
  background-color: rgba(85, 85, 85, 0.2);
  width: 0.35em;
  height: 100%;
  top: 0;
  left: 0;
}
#edit-area h4, #edit-area h5, #edit-area h6 {
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
#edit-area p {
  margin: 0 0 1.1em 0;
}
#edit-area p.wp-caption-text {
  font-weight: 400;
  font-size: 3vw;
  line-height: 1.5;
}
@media screen and (min-width: 480px) {
  #edit-area p.wp-caption-text {
    font-size: 1.4rem;
  }
}
#edit-area strong {
  font-weight: 700;
}
#edit-area hr {
  width: 75%;
  height: 2px;
  background: #C7C7C7;
  margin: 3em auto;
  border: 0;
}
#edit-area ul {
  margin: 0 0 0 -1.3em;
}
#edit-area ul li {
  list-style-type: disc;
}
#edit-area ol {
  margin: 0 0 0 -1.3em;
}
#edit-area a {
  color: #328BB5;
  text-decoration: none;
}
#edit-area a:link {
  color: #328BB5;
  text-decoration: none;
}
#edit-area a:visited {
  color: #328BB5;
}
#edit-area a:hover {
  color: #328BB5;
  text-decoration: underline;
}
#edit-area a:active {
  color: #328BB5;
}
#edit-area .alignleft {
  float: left;
  margin-right: 1em;
}
#edit-area .aligncenter {
  clear: both;
  margin: 2.5em auto;
}
#edit-area .aligncenter img {
  margin-left: auto;
  margin-right: auto;
}
#edit-area .alignright {
  float: right;
  margin-left: 1em;
}
#edit-area .alignnone,
#edit-area .aligncenter,
#edit-area .alignwide,
#edit-area .alignfull {
  margin: 2.5em auto;
}
#edit-area blockquote {
  position: relative;
  padding: 10px 15px 10px 50px;
  box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
}
#edit-area blockquote:before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: -3px;
  content: "“";
  font-family: sans-serif;
  color: #cfcfcf;
  font-size: 90px;
  line-height: 1;
}
#edit-area blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}
#edit-area blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}
#edit-area code {
  font-size: 0.85em;
  background: #efefef;
  padding: 5px;
  border-radius: 3px;
}
#edit-area table {
  width: 100%;
  border-collapse: collapse;
  border: #C7C7C7 solid 1px;
}
#edit-area table th {
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 3.5vw;
  line-height: 1.5;
  border: #C7C7C7 solid 1px;
  padding: 0.5em;
}
@media screen and (min-width: 480px) {
  #edit-area table th {
    font-size: 1.6rem;
  }
}
#edit-area table td {
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt";
  font-weight: 400;
  font-size: 3.5vw;
  line-height: 1.5;
  border: #C7C7C7 solid 1px;
  padding: 0.5em;
}
@media screen and (min-width: 480px) {
  #edit-area table td {
    font-size: 1.6rem;
  }
}
#edit-area table thead th {
  text-align: center;
  font-size: 600;
  background-color: #EFEFEF;
}

.link-button {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .link-button {
    max-width: 350px;
  }
}
.link-button a {
  display: block;
  background-color: #328BB5;
  color: #FFFFFF;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 3vw;
  line-height: 1;
  text-align: center;
  position: relative;
  padding: 0.7em 0;
  border-radius: 1.25em;
  transition: 0.2s;
}
@media screen and (min-width: 480px) {
  .link-button a {
    font-size: 1.6rem;
  }
}
.link-button a::before {
  display: block;
  content: "";
  position: absolute;
  background-color: #FFFFFF;
  width: 25px;
  height: 1px;
  top: calc(1.2em - 0.5px);
  right: 1em;
  transition: 0.2s;
}
.link-button a::after {
  display: block;
  content: "";
  position: absolute;
  background-color: #FFFFFF;
  width: 8px;
  height: 1px;
  top: calc(1.2em - 0.5px);
  right: 1em;
  transform: rotate(45deg);
  transform-origin: right;
  transition: 0.2s;
}
.link-button a:hover {
  text-decoration: none;
  background-color: #69C3E8;
}
.link-button a:hover::before {
  right: 1.25em;
}
.link-button a:hover::after {
  right: 1.25em;
}

#page-foot .inner {
  margin: 10% 0;
}
@media screen and (min-width: 480px) {
  #page-foot .inner {
    margin: 30px 0;
  }
}
@media screen and (min-width: 768px) {
  #page-foot .inner {
    margin: 60px 0;
  }
}
#page-foot .inner .link-button a {
  color: #555555;
  background-color: #FFFFFF;
  border: #555555 solid 1px;
}
#page-foot .inner .link-button a::before {
  background-color: #555555;
  right: inherit;
  left: 1em;
}
#page-foot .inner .link-button a::after {
  background-color: #555555;
  right: inherit;
  left: 1em;
  transform: rotate(-45deg);
  transform-origin: left;
}
#page-foot .inner .link-button a:hover {
  opacity: 0.7;
}
#page-foot .inner .link-button a:hover::before {
  left: 1.25em;
}
#page-foot .inner .link-button a:hover::after {
  left: 1.25em;
}

#contact-contents .wpcf7 p {
  margin: 0;
  padding: 0;
  display: contents; /* 要素としては存在するが見た目上の段落を解除する */
}
#contact-contents .inner {
  box-sizing: border-box;
  width: 90%;
  max-width: 960px;
  margin: 0 auto 0 auto;
  padding: 10% 5%;
  background-color: #FFFFFF;
  border: #C7C7C7 solid 1px;
  border-radius: 5px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #contact-contents .inner {
    padding: 50px;
  }
}
@media screen and (min-width: 1280px) {
  #contact-contents .inner {
    width: 80%;
    padding: 60px;
  }
}
#contact-contents .line {
  border: #C7C7C7 solid 1px;
  border-radius: 3px;
  padding: 1em;
  margin: 1em 0 0 0;
}
#contact-contents h3 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt";
  font-weight: 600;
  font-size: 4vw;
  line-height: 1.2;
  padding: 0 0 10px 0;
  margin: 0 0 40px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  #contact-contents h3 {
    font-size: 2.4rem;
  }
}
#contact-contents h3::before {
  display: block;
  content: "";
  position: absolute;
  border-bottom: #555555 double 3px;
  width: 100%;
  height: 5px;
  bottom: -0.25em;
  left: 0;
}
#contact-contents p {
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 3.5vw;
  line-height: 2;
}
@media screen and (min-width: 480px) {
  #contact-contents p {
    font-size: 1.6rem;
  }
}
#contact-contents p.center {
  text-align: left;
  margin-bottom: 3em;
}
#contact-contents .red {
  color: #d41f1f;
}

.required {
  background-color: #d41f1f;
  color: #FFFFFF;
  font-size: 1.2rem;
  line-height: 1;
  font-feature-settings: "palt";
  text-align: center;
  padding: 0.3em 1em;
  margin: 0 0.5em;
  border-radius: 5px;
}

.form-box {
  padding: 20px 0px;
}
@media screen and (min-width: 960px) {
  .form-box {
    padding: 40px 0px;
  }
}
.form-box .radio-list {
  margin: 0;
  padding: 0;
}
.form-box .radio-list span.wpcf7-list-item {
  display: block;
  margin: 0 0 1em 0;
}
@media screen and (min-width: 768px) {
  .form-box dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.form-box dl dt {
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt";
  font-weight: 600;
  font-size: 3.5vw;
  line-height: 2;
  padding: 0 0 0.5em 0;
}
@media screen and (min-width: 480px) {
  .form-box dl dt {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .form-box dl dt {
    width: 9em;
    text-align: right;
    padding: 0;
    margin: 0 0 30px 0;
  }
}
.form-box dl dd {
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt";
  font-weight: 600;
  font-size: 3.5vw;
  line-height: 2;
  margin: 0 0 15px 0;
}
@media screen and (min-width: 480px) {
  .form-box dl dd {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .form-box dl dd {
    width: calc(100% - 11em);
    margin: 0 0 30px 0;
  }
}

.form-type1 input[type=submit],
.form-type1 input[type=text],
.form-type1 select,
.form-type1 textarea {
  box-shadow: none;
  outline: none;
  border: none;
}
.form-type1 input[type=text],
.form-type1 input[type=email],
.form-type1 input[type=tel] {
  box-sizing: border-box;
  margin: 0 10px 0 0;
  padding: 0 10px;
  height: 40px;
  border: 1px solid #555555;
  border-radius: 3px;
  background-color: #FFFFFF;
}
.form-type1 input[type=text].large,
.form-type1 input[type=email].large,
.form-type1 input[type=tel].large {
  width: 100%;
}
.form-type1 input[type=text].half,
.form-type1 input[type=email].half,
.form-type1 input[type=tel].half {
  width: 50%;
}
.form-type1 textarea {
  box-sizing: border-box;
  margin: 0 10px 0 0;
  padding: 0 10px;
  width: 100%;
  height: 180px;
  border: 1px solid #555555;
  border-radius: 3px;
  background-color: #FFFFFF;
}
.form-type1 input[type=text]:focus,
.form-type1 input[type=email]:focus,
.form-type1 input[type=tel]:focus,
.form-type1 textarea:focus {
  background: #fffce2;
}
.form-type1 input[type=checkbox],
.form-type1 input[type=radio] {
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-type1 input[type=checkbox] {
  margin-top: 0;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: url("../images/checkbox@2x.png") no-repeat left top;
}
.form-type1 input[type=checkbox]:checked {
  background: url("../images/checkbox-on@2x.png") no-repeat left top;
}
.form-type1 input[type=radio] {
  margin-top: 0;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: url("../images/radio@2x.png") no-repeat left top;
}
.form-type1 input[type=radio]:checked {
  background: url("../images/radio-on@2x.png") no-repeat left top;
}

#submit-box {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #submit-box {
    width: 330px;
  }
}
@media screen and (min-width: 768px) {
  #submit-box {
    max-width: 350px;
  }
}
#submit-box button {
  background-color: #328BB5;
  color: #FFFFFF;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 3vw;
  line-height: 1;
  text-align: center;
  position: relative;
  padding: 0.7em 0;
  border-radius: 1.25em;
  transition: 0.2s;
}
@media screen and (min-width: 480px) {
  #submit-box button {
    font-size: 1.6rem;
  }
}
#submit-box button:hover {
  text-decoration: none;
  background-color: #69C3E8;
}
#submit-box input[type=submit] {
  background-color: #328BB5;
  color: #FFFFFF;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 3vw;
  line-height: 1;
  text-align: center;
  position: relative;
  padding: 0.7em 0;
  border-radius: 1.25em;
  transition: 0.2s;
}
@media screen and (min-width: 480px) {
  #submit-box input[type=submit] {
    font-size: 1.6rem;
  }
}
#submit-box input[type=submit]:hover {
  text-decoration: none;
  background-color: #69C3E8;
}/*# sourceMappingURL=style.css.map */