@charset "UTF-8";
/* ===================================================================
Theme Name: Grobal Style
=================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@700&display=swap");
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, figure, figcaption {
  margin: 0;
  padding: 0;
}

input, textarea {
  margin: 0;
  font-size: 100%;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset, img {
  border: 0;
}

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

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: bold;
}

q:after, q:before {
  content: '';
}

a, input {
  outline: none;
}

input, textarea {
  border-radius: 0;
  font-family: YuGothic, 'Yu Gothic', 游ゴシック体, 游ゴシック, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', Osaka, 'MS PGothic', Arial, Helvetica, Verdana, sans-serif;
}

input[type="button"], input[type="submit"] {
  -webkit-appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

abbr, acronym {
  border: 0;
}

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

.mincho {
  font-family: 'Noto Serif JP', serif;
}

@media screen and (min-width: 1367px) {
  .hidden-desktop {
    display: none;
  }
}

@media screen and (min-width: 961px) and (max-width: 1366px) {
  .hidden-laptop {
    display: none;
  }
}

@media screen and (min-width: 601px) and (max-width: 960px) {
  .hidden-tablet {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .hidden-mobile {
    display: none;
  }
}

.txt {
  text-align: justify;
  text-justify: inter-ideograph;
}

p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}

a {
  text-decoration: none;
}

a:hover {
  transition: all 0.3s;
}

/*  Inview animation  */
.inv {
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(50%);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

/*  scroll icon animation  */
@keyframes upDown {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(10px);
  }
  40% {
    transform: translateY(0);
  }
}

/*  contents  */
.section {
  padding: 60px 20px;
}

@media screen and (max-width: 600px) {
  .section {
    padding: 30px 5%;
  }
}

.content {
  max-width: 640px;
  margin: auto;
}

.content-narrow {
  max-width: 420px;
  margin: auto;
}

.section-title {
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 40px;
  font-family: 'Noto Serif JP', serif;
  color: #007457;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .section-title {
    font-size: 25px;
    font-size: 2.5rem;
    margin: 50px auto 40px;
  }
}

.btn-link {
  background: #212121;
  color: #FFFFFF;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 50px;
  border-radius: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  margin: 20px auto;
  transition: all 0.3s;
  border: solid 1px #212121;
}

.btn-link:hover {
  background: #FFFFFF;
  color: #212121;
  border: solid 1px #212121;
}

.pagetop {
  background: #007457;
  color: #FFFFFF;
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  z-index: 100;
}

@media screen and (max-width: 600px) {
  .pagetop {
    right: 20px;
    bottom: 20px;
  }
}

html {
  font-size: 62.5%;
}

@media screen and (max-width: 600px) {
  html {
    font-size: 60%;
  }
}

body {
  background: url(../img/bg.jpg) repeat;
  color: #212121;
  font-family: 'Noto Sans JP', sans-serif;
  height: 100%;
  width: 100%;
  line-height: 1;
  letter-spacing: 0.05rem;
  text-align: left;
  padding: 0px;
  margin: 0px;
}

@media screen and (max-width: 960px) {
  body.open {
    position: fixed;
  }
}

::selection {
  background: #212121;
  color: #FFFFFF;
  text-shadow: none;
}

::-moz-selection {
  background: #212121;
  background: #212121;
  text-shadow: none;
}

.legacy-ie {
  background: #eee;
  width: 100%;
  padding: 100px 0;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 10000;
}

.legacy-ie a {
  color: #4285f4;
  text-decoration: none;
}

.noscript {
  background: #f5f5f5;
  width: 100%;
  padding: 100px 0;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 10000;
}

/*  header  */
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  height: 60px;
  padding: 0 20px;
  margin: auto;
}

/*  footer  */
.footer .logo {
  margin-bottom: 40px;
}

.footer .info .name {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: normal;
}

.footer .info .name b {
  font-weight: bold;
}

.footer .info a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
}

.footer .info a.tel::before {
  content: '\f098';
  font-family: FontAwesome;
  padding-right: 10px;
}

.footer .info a.mail::before {
  content: '\f0e0';
  font-family: FontAwesome;
  padding-right: 10px;
}

.footer #copyright {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  margin: 40px auto;
  color: #A7A7A7;
}

#kv {
  padding: 60px 0;
}

#kv .image {
  margin-bottom: 50px;
}

#kv .image img {
  min-width: 100%;
}

#kv .lead {
  max-width: 90%;
}

@media screen and (max-width: 600px) {
  #kv .lead {
    max-width: 65%;
    margin-left: 30px;
  }
}

#otomurai .content {
  background: #007457 url(../img/cloud.svg) no-repeat;
  background-position: left bottom 30px;
  color: #FFFFFF;
  padding: 55px;
}

@media screen and (max-width: 960px) {
  #otomurai .content {
    padding: 60px 20px 60px 20px;
  }
}

#otomurai .content .logo img {
  display: block;
  margin: 0 auto 40px;
}

#otomurai .content .lead {
  margin: 40px 0;
  text-align: justify;
}

#otomurai .content .lead::after {
  content: '';
  height: 1px;
  width: 100px;
  background: #FFFFFF;
  margin: auto;
  display: block;
  margin-top: 40px;
}

#otomurai .content .title {
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 5px;
}

#otomurai .content p {
  line-height: 1.7;
}

#otomurai .content ul {
  margin-bottom: 30px;
}

#otomurai .content ul li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  line-height: 1.7;
  position: relative;
  padding-left: 20px;
}

#otomurai .content ul li::before {
  content: '・';
  position: absolute;
  left: 0;
  top: 0;
}

#flow .image img {
  min-width: 100%;
}

#image .image img {
  min-width: 100%;
  filter: drop-shadow(0 0 5px rgba(33, 33, 33, 0.3));
}

#service .content, #option .content {
  background: #FFFFFF;
  padding: 55px;
}

@media screen and (max-width: 960px) {
  #service .content, #option .content {
    padding: 20px;
  }
}

#service .content .title, #option .content .title {
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 5px;
  color: #007457;
}

#price .content {
  background: #007457;
  padding: 40px;
}

@media screen and (max-width: 960px) {
  #price .content {
    padding: 20px;
  }
}

#price .content .section-title {
  color: #FFFFFF;
}

#price .content .title {
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #FFFFFF;
  text-align: center;
}

#price .content .title span {
  font-size: 120%;
}

#price .content p {
  color: #FFFFFF;
}

.entry {
  margin-bottom: 30px;
}

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

.entry h1 {
  font-size: 22px !important;
}

.entry h2 {
  font-size: 20px !important;
}

.entry h3 {
  font-size: 18px !important;
}

.entry h4 {
  font-size: 16px !important;
}

.entry h5 {
  font-size: 14px !important;
}

.entry h6 {
  font-size: 14px !important;
}

.entry p {
  margin-bottom: 10px;
}

.entry blockquote {
  background: #EEE;
  padding: 15px 15px 5px 15px;
  margin-bottom: 10px;
}

.entry ul {
  list-style: disc;
  margin-left: 20px;
}

.entry ol {
  margin-left: 20px;
}

.entry strong {
  font-weight: bold;
}

.entry .alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
}

.entry .alignright {
  display: inline;
  float: right;
  margin-left: 20px;
}

.entry .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
