@charset "UTF-8";
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;
}

nav ul {
  list-style: none;
}

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;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*共通*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
img {
  width: 100%;
}
body {
  background: #fff;
  color: #000;
  font-size: 1.8rem;
  font-family: "Zen Maru Gothic", serif;
  line-height: 1.8;
  overflow-x: hidden;
  letter-spacing: 0.05rem;
  text-align: justify;
  word-break: break-all;
}
.catchphrase{
  font-size: 12px;
  color: #0496D8;
  max-width: 1200px;
  margin: 10px auto;
  padding-left: 30px;}
header {
  max-width: 1200px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
.nav_menu span {
  font-size: 12px;
  padding-left: 10px;
}
.nav_logo {
  padding-left: 13px;
}
.nav_menu {
  padding-right: 20px;
}
.about_left h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.nav_menu ul {
  display: flex;
  gap: 30px;
}
.nav_menu ul li {
  list-style: none;
}
.nav_logo img {
  max-width: 170px;
}

.mv_top {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.mv_top img {
  border-radius: 0 0 51px 0;
}
.mv_top-title {
  max-width: 1200px;
  margin: 0 auto;
  position: absolute;
  bottom: 90px;
  font-size: 36px;
}
.mv_top-title p{
  background: #fff;
  margin-bottom: 10px;
  color: #0696d8;
  display: table;
  padding: 5px 20px;
  font-weight: bold;
}
.about_bk {
  background: #0696d8;
  margin-top: -130px;
}
.about_box {
  max-width: 1024px;
  color: #fff;
  display: flex;
  margin: 0 auto;
  gap: 60px;
  padding-top: 180px;
}
.service_box {
  border-radius: 20px 20px 0 0;
}
.service_img img {
  border-radius: 20px 20px 0 0;
}
.service_wrapper {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 60px;
}
.service_box {
  max-width: 360px;
  box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.32);
}
.service_title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 16px;
}
.service_txt {
  font-size: 14px;
  padding: 16px 36px;
}
.box-title {
  font-size: 32px;
  text-align: center;
  margin: 200px auto 100px;
  position: relative;
  display: block;
}

.box-title::before {
  content: attr(data-en);
  display: block;
  font-size: 14px;
  color: #555;
  text-align: center;
  position: absolute;
  bottom: -33px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.nav_tel {
  width: 210px;
}
.box-title::after {
  content: ""; /* 下線を疑似要素で挿入 */
  display: block;
  width: 4%; /* 下線の長さ */
  height: 2px; /* 下線の太さ */
  background-color: #333; /* 下線の色 */
  margin: 8px auto;
}
.nav_menu ul {
  align-items: center;
}
.access_box{
  max-width: 1200px;
  margin: 0 auto;
}
.about-title{position: relative;}
.about-title::before {
  content: "About";
  writing-mode: vertical-rl;
  font-size: 24px;
  font-weight: bold;
  color: #FFED8A;
  position: absolute;
  left: -87px;
  top: 0;
  border-left: 2px solid #FFED8A;
  padding-right: 10px;
  letter-spacing: 0.15em;
  height: 90px;
}
.footer_box{color: #fff;
max-width: 1200px;
margin: 0 auto;
padding: 20px;}
iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border: 0;
  background: #000;
  display: block;
  margin: 20px auto;
}
.copy {
  font-size: 12px;
  text-align: center;
  color: #fff;
  padding: 10px;
}
footer{
  margin-top: 120px;
 background: #0497DA; 
}
footer .nav_menu a{color: #fff;}
.nav_menu a{
  display: inline-block;
  color:#0696d8;
  font-size:18px;
  font-weight: bold;
  text-decoration:none;
  position: relative;
  transition: .3s;
}
.nav_menu a::after{
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #0696d8;
	transition: .3s;
	transform: translateX(-50%);
}
.nav_menu a:hover::after{
	width: 100%;
}
li.foot_tel {
  max-width: 280px;
}
.nami{margin-bottom: -50px;}
@media screen and (max-width: 768px) {
header {
    padding: 0 5px;
}
.nav_logo img {
  max-width: 140px;
}
.catchphrase {
    padding: 0 10px;
    margin: 5px 0;
}
.nav_menu ul {
  display: block;
}
.box-title {
  margin: 100px auto;
}
.nav_menu {
  padding-right: 10px;
  padding-top: 6px;
}
.nami{margin-bottom: -30px;}
.nav_spoff{
  display: none;
}
.mv_top-title {
  max-width: 1200px;
  margin: 0 auto;
  position: absolute;
  bottom: -30px;
  font-size: 19px;
}
.mv_top img {
  width: 95%;
  margin: 0 auto;
  display: block;
}
.about_box {
  display: block;
  padding: 180px 30px 0;
}
.about_right {
  margin-top: 30px;
}
.service_box {
  width: 90%;
  margin: 0 auto;
}
.access_box {
  padding: 0 30px;
}
.footer_box {
  font-size: 14px;
}
}