@charset "UTF-8";

/* ==============================
Remeria
============================== */
table {width: 100%;table-layout: fixed;word-break: break-all;word-wrap: break-all;}
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;box-sizing: border-box;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
body {
  font-family: "Shippori Mincho", serif;
    font-size: 20px;
    color:#000;
    background: #ffffff;
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-align: center;
  }
.remeria_header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
}
.remeria_header h1 img {
  width: 271px;
}
.menu-checkbox {
  display: none;
}
.menu-button {
  display: block;
  position: fixed;
  top: 35px;
  right: 50px;
  width: 40px;
  height: 28px;
  cursor: pointer;
  z-index: 1000;
}
.menu-button span {
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  background-color: #000;
  transition: all 0.4s;
  border-radius: 2px;
}
.menu-button span:nth-of-type(1) { top: 0; }
.menu-button span:nth-of-type(2) { top: 12px; }
.menu-button span:nth-of-type(3) { bottom: 0; }
.menu-checkbox:checked + .menu-button span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
.menu-checkbox:checked + .menu-button span:nth-of-type(2) {
  opacity: 0;
}
.menu-checkbox:checked + .menu-button span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}
.remeria_nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background: rgb(205 232 249 / 90%);
  transition: right 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 500;
}
.menu-checkbox:checked ~ .remeria_nav {
  right: 0;
}
.remeria_nav ul {
  list-style: none;
  padding: 0;
  text-align: center;
}
.remeria_nav ul li {
  margin: 30px 0;
}
.remeria_nav ul li a {
  text-decoration: none;
  font-size: 1em;
  font-weight: bold;
  color: #000;
}
.hero {
  width: 100%;
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image:url("../img/background.jpg") ;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hero-content {
    padding: 1em;
}
.hero-content h2 {
  font-size: 2.5em;
  line-height: 1.5em;
  margin-bottom: 0.8em;
}
.hero-content-logo img {
    max-width: 100%;
    width: 100%;
}
.content_box {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: flex-start;
  padding: 100px 20px;
}
.content_inner {
  width: calc(50% - 7.5px);
  box-sizing: border-box;
  text-align: left;
  margin-bottom: 20px;
}
.ttl {
  font-size: 3.6em;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
  background: linear-gradient(90deg, #6367be 0%, #4fa0d6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}
.ttl span {
  font-size:1.2rem;
  display: block;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.service-item h3 {
  font-size: 1.5em;
  padding: 1.8em 0 0.8em 0;
}
.company_info {
  font-size: 2em;
  line-height: 2em;
}
.ceo {
  font-size: 1.5rem;
}
.company_locations dt {
  font-size: 1.5em;
  padding: 0.8em 0;
}
.company_locations .notice {
  font-size: 0.85em;
  padding-top: 0.5em;
}
.contact_info {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.3em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: linear-gradient(90deg, #6367be 0%, #4fa0d6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  border: solid 1px #568bcd;
  border-radius: 30px;
  margin: 15px 0;
  padding: 20px 30px;
  line-height: 60px;
  box-sizing: border-box;
}
.contact_info i {
  color: inherit;
  -webkit-text-fill-color: transparent;
  font-size: 3rem;
  margin-right: 0.5rem;
  text-align: left;
}
.contact_info::after {
  content: "";
  display: block;
  width: 60px;
}
.contact_info.tel {
  font-size: 3em;
}
.contact_info img {
    width: 100%;
    max-width: 398px;
}
footer {
  background: linear-gradient(90deg, #6367be 0%, #4fa0d6 100%);
  color: #fff;
  padding: 60px 20px 30px;
  text-align: center;
}


@media screen and (max-width: 1200px) {
  body {
    font-size: 18px;
  }
  .remeria_header h1 img {
    width: 200px;
  }
  .content_box {
    display: block;
  }
  .content_inner {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
  .remeria_header h1 img {
    width: 200px;
  }
  .hero{
    height: 60vh;
  }
  .hero-content h2 {
    font-size: 1.8em;
  }
  .menu-button {
    top: 25px;
    right: 25px;
  }
  .ttl {
    font-size: 2.6em;
  }
  .contact_info img {
    max-width: 300px;
  }
}
@media screen and (max-width: 599px) {
  body {
    font-size: 16px;
  }
  .remeria_header h1 img {
    width: 200px;
  }
  .content_inner {
    width: 100%;
  }
  .hero-content h2 {
    font-size: 1.2em;
  }
  .service-item h3{
    font-size: 1.35em;
  }
  .contact_info i {
    font-size: 2rem;
    width: auto;
    margin-right: 0.5rem;
  }
  .contact_info {
    font-size: 1.5em;
    border-radius: 15px;
    margin: 15px 0;
    padding: 10px 20px;
    line-height: 40px;
  }
  .contact_info.tel {
    font-size: 1.8em;
  }
  .contact_info img {
    max-width: 180px;
  }
  footer {
    font-size: 0.8em;
}
}