@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

li {
  list-style-position: inside;
  text-indent: -1rem;
  padding-left: 1rem;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  word-break: break-all;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -o-object-fit: contain;
     object-fit: contain;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #000;
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.container {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding: 5% 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pc {
  display: none;
}

.large {
  font-size: 1.7rem;
}

.red {
  color: #ee2545;
}

p,
ul,
li {
  font-size: 0.8rem;
  text-align: left;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.2rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.9rem;
}

.cv {
  background-color: #eeeee6;
}

.cv .cv__catch {
  margin-bottom: 5%;
}

.cv .cv__title {
  margin-bottom: 5%;
}

.cv .cv_contact hr {
  border-top: 2px solid #000;
  margin: 1% auto;
}

.cv .cv_contact a {
  color: #ee2545;
  font-size: 2rem;
  font-weight: normal;
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.cv .cv_contact a img {
  margin-right: 3%;
  width: 2rem;
}

.cv .cv__content {
  border: 1px solid #000;
  border-radius: 10px;
  padding: 3% 3%;
  text-align: left;
  background-color: #fff;
}

.cv .cv__content form .form__item {
  margin: 2% auto 4%;
  text-align: center;
}

.cv .cv__content form .form__item .error__msg {
  text-align: center;
  color: red;
}

.cv .cv__content form .form__item label {
  background-color: #eeeee5;
  width: 100%;
  display: inline-block;
  text-align: left;
  padding: 2% 4%;
  position: relative;
  font-size: 0.9rem;
  margin-bottom: 3%;
  border-radius: 3px;
}

.cv .cv__content form .form__item label .required {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5%;
  color: #fff;
  background-color: #f24862;
  padding: 1%;
  font-size: 0.6rem;
  border-radius: 3px;
}

.cv .cv__content form .form__item input,
.cv .cv__content form .form__item select {
  width: 90%;
  display: inline-block;
  margin: 0 auto;
  padding: 2% 3%;
  border-radius: 3px;
  border-width: 1px;
  border-color: #e0e0e0;
  border-style: solid;
  font-size: 0.9rem;
}

.cv button {
  width: 100%;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #f24862;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 100vh;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  outline: none;
  vertical-align: middle;
  -webkit-box-shadow: 0 5px 0 #bf0d28;
          box-shadow: 0 5px 0 #bf0d28;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 1.2rem;
  padding: 2% 0;
  margin: 3% auto 5%;
  position: relative;
  text-align: center;
}

.cv button img:first-of-type {
  width: 6%;
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cv button img:last-of-type {
  width: 6%;
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cv .cv_contact {
  margin: 5% auto;
}

header {
  background-color: #eeeee5;
  padding: 1% 2%;
}

header .header__content {
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 auto;
}

header .header__content .header__logo {
  width: 30%;
}

header .header__content .header__contact {
  width: 45%;
}

.main .main__copy .main__copy__item {
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background-color: #eeeee5;
  margin: 3% auto;
  padding: 3% 1%;
  border-radius: 5px;
}

.main .main__copy .main__copy__item h4 {
  font-size: 0.8rem;
  line-height: 1.4;
}

.main .main__copy .main__copy__item h2 {
  font-size: 1.2rem;
  display: inline-block;
  width: 100%;
  letter-spacing: 0.1px;
}

.main .main__copy .main__copy__item .red {
  background-color: #fff;
  padding: 1.5%;
  border-radius: 5px;
}

.main .main__copy .main__copy__item:first-of-type h2 {
  width: 50%;
}

.service {
  background-color: #eeeee6;
}

.service .container {
  padding-top: 0;
}

.service .service__content {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service .service__content .service__item {
  width: 48%;
  height: 110px;
  background-color: #fde988;
  margin: 2% 0%;
  padding: 5% 0;
  text-align: center;
  border-radius: 5px;
}

.service .service__content .service__item h5 {
  color: #d62a0f;
  font-size: 1.4rem;
  line-height: 1.2;
  margin-bottom: 5%;
}

.service .service__content .service__item p {
  text-align: center;
  font-size: 0.7rem;
}

.sample {
  /*slick setting*/
}

.sample .slider {
  margin: 0 auto;
  width: 85%;
}

.sample .slider .slide__content {
  margin: 0.5%;
}

.sample .slick-prev:before,
.sample .slick-next:before {
  color: #000;
}

.covid .covid__title {
  margin-bottom: 10%;
}

.covid .covid__title h2 {
  font-size: 2rem;
}

.covid .covid__title h3 {
  font-size: 1.5rem;
}

.covid .covid__content {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.covid .covid__content .covid__point {
  width: 31%;
  margin: 2% 1%;
  height: 150px;
}

.covid .covid__content .covid__point img {
  width: auto;
  height: 70px;
  margin-bottom: 10%;
}

.covid .covid__content .covid__point p {
  text-align: center;
  font-size: .7rem;
}

.worries .worries__title {
  background-color: #eeeee5;
  padding: 5% 0;
}

.worries .worries__content .worries__box {
  border: 1px solid #000;
  margin: 5% auto;
  padding: 3%;
  border-radius: 5px;
  height: 130px;
}

.worries .worries__content .worries__box p {
  font-weight: bold;
  text-indent: -1rem;
  padding-left: 1rem;
}

.worries .worries__content .worries__box p:first-of-type {
  margin-bottom: 3%;
}

.cv__link .cv__title {
  margin: 5% auto;
}

.cv__link .cv__title .large {
  font-size: 1.8rem;
}

.cv__link .cv__title .red {
  color: #ee2545;
}

.cv__link .cv_contact hr {
  border-top: 2px solid #000;
  margin: 1% auto;
}

.cv__link .cv_contact a {
  color: #ee2545;
  font-size: 2rem;
  font-weight: normal;
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.cv__link .cv_contact a img {
  margin-right: 3%;
  width: 2rem;
}

.cv__link .cv__link__btn a {
  width: 100%;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #f24862;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 100vh;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  outline: none;
  vertical-align: middle;
  -webkit-box-shadow: 0 5px 0 #bf0d28;
          box-shadow: 0 5px 0 #bf0d28;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 1.1rem;
  padding: 2% 0;
  margin: 7% auto;
  position: relative;
}

.cv__link .cv__link__btn a img {
  width: 8%;
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.reason .reason__title {
  background-color: #eeeee5;
  padding: 5% 0;
}

.reason .reason__title h2 {
  font-size: 1.7rem;
}

.reason .reason__content .reason__point {
  background-color: #feeb87;
  padding: 4% 10%;
  padding-right: 4%;
  margin: 3% 5%;
  margin-right: 0;
  border-radius: 5px;
  position: relative;
  text-align: left;
}

.reason .reason__content .reason__point img {
  position: absolute;
  top: 50%;
  left: -7%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 13%;
}

.reason .reason__content .reason__point h4 {
  margin-bottom: 3%;
}

.reason .reason__content .reason__point .large {
  font-size: 1.4rem;
}

.reason .reason__content .reason__point p {
  font-size: 0.7rem;
}

.pack .pack__title {
  background-color: #eeeee5;
  padding: 7% 0;
}

.pack .pack__title h2 {
  font-size: 1.6rem;
}

.pack .pack__content img:first-of-type,
.pack .pack__content img:nth-of-type(2),
.pack .pack__content img:nth-of-type(3) {
  margin-bottom: 3%;
}

.voice .voice__title {
  background-color: #eeeee5;
  padding: 7% 0;
}

.voice .voice__title h2 {
  font-size: 1.6rem;
}

.voice .before__after__flex {
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.voice .before__after__flex .before__after__img {
  margin: 5% auto;
  width: 45%;
}

.voice .before__after__flex .arrow {
  width: 4%;
}

.area {
  background-color: #eeeee6;
}

.area .area__title {
  background-color: #eeeee5;
  padding: 5% 0;
}

.area .area__title h2 {
  font-size: 1.7rem;
}

.area .area__content .area__list {
  margin: 5% auto;
}

.area .area__content .area__list .area__list__title {
  background-color: #fff;
  color: #707070;
  padding: 2% 4%;
  display: inline-block;
  border: 2px solid #707070;
  border-radius: 10px;
  margin: 5% auto;
  font-size: 1.5rem;
}

.area .area__content .area__list details {
  border-top: 2px solid #707070;
  border-right: 2px solid #707070;
  border-left: 2px solid #707070;
  color: #707070;
  background: #fff;
}

.area .area__content .area__list details:not(:last-child) {
  margin-bottom: 20px;
}

.area .area__content .area__list details summary {
  border-bottom: 2px solid #707070;
  list-style: none;
  cursor: pointer;
  padding: 1% 2%;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: left;
}

.area .area__content .area__list details summary::-webkit-details-marker {
  display: none;
}

.area .area__content .area__list details summary::before {
  content: "＋";
  padding-right: 2%;
}

.area .area__content .area__list details[open] summary::before {
  content: "－";
}

.area .area__content .area__list details h5 {
  margin: 2% auto 0;
  text-align: left;
  padding-left: 3%;
}

.area .area__content .area__list details p {
  padding: 3%;
  padding-top: 0;
}

.area .area__content .area__list details p:last-of-type {
  border-bottom: 2px solid #707070;
}

.company .company__title {
  padding: 5% 0;
}

.company .company__title h2 {
  font-size: 1.7rem;
}

.company table {
  font-size: 0.9rem;
}

.company table tr {
  width: 90%;
  display: inline-block;
  border-bottom: 1px solid #000;
  padding: 3% 0;
}

.company table tr:last-of-type {
  border-bottom: none;
}

.company table th {
  width: 100px;
}

.company table td {
  text-align: left;
}

footer p {
  background-color: #cecebc;
  text-align: center;
  color: #000;
  margin: 0 auto;
  padding: 2% 0;
}

.thanks__page {
  background-color: #f5f5f5;
}

.thanks__page .thanks__content {
  margin: 1rem auto;
}

.thanks__page .thanks__content .inner {
  background-color: #eeeee6;
  border-radius: 10px;
  padding: 2%;
  margin: 2% auto;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.thanks__page .thanks__content .inner p {
  font-size: 1rem;
}

.thanks__page .thanks__content .inner p,
.thanks__page .thanks__content .inner a {
  color: #000;
  text-align: center;
  margin: 2% auto;
}

.thanks__page .thanks__content .inner a {
  text-decoration: underline;
}

.thanks__page .thanks__content .inner .thanks__logo {
  margin: 2% auto;
  width: 55%;
}

.thanks__page .thanks__content .inner .thanks__logo a img {
  width: 55%;
}
/*# sourceMappingURL=style.css.map */