/* A Modern CSS Reset */
*, *::before, *::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  line-height: 1;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul, ol {
  list-style-type: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img, picture {
  width: 100%;
  height: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
br.sp {
  display: none;
}

br.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
  br.sp {
    display: block;
  }
}
html {
  /* ------------ABOUT US-------------*/
  /* ------------WORKS-------------*/
  /* ------------NEWS-------------*/
  /* ------------NEWS_ITEM-------------*/
}
@media screen and (max-width: 768px) {
  html body.on header {
    right: 0;
  }
  html body.on .btn span:nth-child(1) {
    transform: translate(12.5px, 12.5px) rotate(45deg);
  }
  html body.on .btn span:nth-child(2) {
    opacity: 0;
  }
  html body.on .btn span:nth-child(3) {
    transform: translate(12.5px, -12.5px) rotate(-45deg);
  }
}
html body {
  background-color: #fff8e7;
}
html body .btn {
  display: none;
}
@media screen and (max-width: 768px) {
  html body .btn {
    display: block;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    background-image: url(../img/ball.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 5px 0;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  html body .btn span {
    display: block;
    width: 40px;
    height: 3px;
    margin-bottom: 10px;
    background-color: #fff8e7;
    transition: 0.5s;
  }
  html body .btn span:last-child {
    margin-bottom: 0;
  }
}
html body .br_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  html body .br_sp {
    display: block;
  }
}
html body a {
  text-decoration: none;
}
html body ul {
  list-style-type: none;
}
html body h2 {
  margin: 30px 0 20px 0;
}
html body h2.four {
  max-width: 140px;
}
html body h2.five {
  max-width: 170px;
}
html body h2.seven {
  max-width: 210px;
}
html body article {
  margin-bottom: 150px;
}
html body .wrapper {
  width: 90%;
  margin: 0 auto;
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  html body .wrapper {
    width: 100%;
  }
  html body .wrapper h2 {
    margin-left: 20px;
  }
}
html body p.logo {
  margin: 50px 0 30px 0;
}
html body p.logo img {
  width: 143px;
  margin: 0 auto;
}
html body .logo_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  html body .logo_sp {
    display: block;
    margin: 50px 0 30px 0;
  }
  html body .logo_sp img {
    width: 143px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  html body header {
    position: fixed;
    top: 0;
    right: -100%;
    width: 250px;
    background-color: #0c295b;
    transition: right 0.3s ease;
    padding: 20px;
    box-sizing: border-box;
    z-index: 10;
  }
  html body header img {
    display: none;
  }
}
html body .gnav ul {
  display: flex;
  justify-content: space-evenly;
}
@media screen and (max-width: 768px) {
  html body .gnav ul {
    display: block;
    list-style: none;
  }
}
html body .gnav ul li {
  padding: 40px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  html body .gnav ul li {
    padding: 20px;
  }
}
html body .gnav ul li a {
  font-family: "Orbitron", serif;
  color: #0c295b;
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  html body .gnav ul li a {
    color: #fff8e7;
    font-size: 1.3rem;
  }
}
html body .gnav ul li a:hover {
  color: #e6007b;
  font-size: 1.12rem;
}
@media screen and (max-width: 768px) {
  html body .gnav ul li a:hover {
    color: #fff8e7;
    font-size: 1.3rem;
  }
}
html body .visual {
  max-width: 768px;
  height: 500px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  html body .visual {
    height: auto;
  }
}
html body .news_sec ul {
  overflow-y: scroll;
  height: 180px;
}
html body .news_sec a {
  text-decoration: underline;
}
html body .news_sec a.newsall {
  text-decoration: none;
  display: block;
  background-color: #0c295b;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  color: #0c295b;
  color: #fff8e7;
  padding: 0 10px 0 10px;
  max-width: 110px;
  text-align: center;
  line-height: 2.5;
}
html body .news_sec a.newsall:hover {
  background-color: #e6007b;
}
html body .news_sec li.news_item {
  background-color: #fffbf3;
  border-bottom: 1px solid #b3b3b3;
  display: flex;
  justify-content: flex-start;
  padding: 30px;
  font-family: sans-serif;
}
html body .news_sec li.news_item span {
  color: red;
  font-size: 0.9rem;
  font-weight: bold;
  font-family: sans-serif;
}
html body .news_sec li.news_item time {
  font-family: "Orbitron", serif;
  font-weight: 600;
  font-size: 0.9rem;
  color: #0c295b;
  white-space: nowrap;
}
html body .news_sec li.news_item p {
  text-align: start;
  margin-left: 30px;
  color: #0c295b;
  font-size: 0.9rem;
}
html body .about_sec h3 {
  font-size: 1.7rem;
  margin: 40px 0 15px 0;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  color: #0c295b;
  font-family: "MuseoModerno", serif;
  color: #0c295b;
}
html body .about_sec p {
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  color: #0c295b;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.3;
}
html body .about_sec p span {
  color: #e6007b;
}
html body .about_sec .profbox .prof_flex {
  padding: 40px 0 30px 0;
  display: flex;
}
@media screen and (max-width: 768px) {
  html body .about_sec .profbox .prof_flex {
    display: block;
    width: 95%;
    margin: 0 auto;
  }
}
html body .about_sec .profbox .prof_flex .prof_1 {
  margin-top: 30px;
}
html body .about_sec .profbox .prof_flex .prof_1 h4 {
  font-family: "Orbitron", serif;
  color: #0c295b;
  color: #e6007b;
  font-size: 2.3rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  html body .about_sec .profbox .prof_flex .prof_1 h4 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  html body .about_sec .profbox .prof_flex .prof_1 p {
    font-size: 1rem;
  }
}
html body .about_sec .profbox .prof_flex .prof_1 .imgflex img {
  margin: 40px 0 40px 0;
  max-width: 500px;
  height: auto;
}
@media screen and (max-width: 768px) {
  html body .about_sec .profbox .prof_flex .prof_1 .imgflex {
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  html body .about_sec .profbox .prof_flex .prof_1 br.pc {
    display: none;
  }
}
html body .about_sec .profbox .prof_flex img.shakeup {
  max-width: 600px;
  height: auto;
  animation: floating-y 2s ease-in-out infinite alternate-reverse;
}
@media screen and (max-width: 768px) {
  html body .about_sec .profbox .prof_flex img.shakeup {
    max-width: 400px;
    margin: 0 auto;
  }
}
@keyframes floating-y {
  0% {
    transform: translateY(-4%);
  }
  100% {
    transform: translateY(4%);
  }
}
html body .about_sec a.about {
  display: block;
  background-color: #0c295b;
  font-family: "DotGothic16", serif;
  max-width: 260px;
  line-height: 2.7;
  font-size: 1.4rem;
  text-align: center;
  border-radius: 5px;
  color: #fff8e7;
  margin-top: 30px;
}
html body .about_sec a.about:hover {
  background-color: #e6007b;
}
@media screen and (max-width: 768px) {
  html body .about_sec a.about {
    font-size: 1.2rem;
    max-width: 240px;
  }
}
html .work_sec img {
  width: 200px;
  height: auto;
}
html .work_sec ul {
  display: flex;
  flex-wrap: wrap;
}
html .work_sec ul li {
  margin: 10px;
}
html .work_sec ul li a {
  text-align: center;
}
html .work_sec ul li .cap_box p.work_status {
  background-color: #0c295b;
  font-family: Arial, Helvetica, sans-serif;
  color: #0c295b;
  color: #fff8e7;
  font-size: 0.7rem;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  html .work_sec ul li .cap_box p.work_status {
    max-width: 200px;
    margin: 0 auto;
  }
}
html .work_sec ul li .cap_box figcaption {
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  color: #0c295b;
  margin: 15px;
  text-align: center;
}
html .work_sec ul li .cap_box figcaption a {
  color: #0c295b;
  font-size: 1rem;
}
html .work_sec ul li .cap_box figcaption a:hover {
  color: #e6007b;
}
html .contact_sec {
  background-color: #0c295b;
  padding: 40px 0 80px 0;
  margin-top: 50px;
  margin-bottom: 0;
}
html .contact_sec .contact_content {
  width: 90%;
  margin: 0 auto;
}
html .contact_sec .contact_content p {
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  color: #0c295b;
  color: #fff8e7;
  font-size: 1.1rem;
  font-weight: 400;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  html .contact_sec .contact_content p {
    font-size: 1rem;
  }
}
html .contact_sec .contact_content h2 {
  font-family: "Orbitron", serif;
  color: #fff8e7;
  margin: 30px 0 30px 0;
}
html .contact_sec .contact_content a {
  display: block;
  background-color: #fff8e7;
  background-color: rgba(239, 0, 127, 0.9);
  font-family: "DotGothic16", serif;
  line-height: 2.7;
  font-size: 1.4rem;
  text-align: center;
  border-radius: 5px;
  color: #fff8e7;
  max-width: 240px;
}
html .contact_sec .contact_content a:hover {
  background-color: rgb(240, 56, 154);
}
@media screen and (max-width: 768px) {
  html .contact_sec .contact_content a {
    font-size: 1.2rem;
    max-width: 240px;
  }
}
html .recruit_sec {
  width: 90%;
  margin: 0 auto;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  color: #0c295b;
  font-size: 1.2rem;
}
html footer {
  text-align: center;
  background-color: #0c295b;
}
html footer .footer_content {
  padding: 50px 0 20px 0;
  max-width: 100%;
  margin: 0 auto;
  font-size: 0.7rem;
}
@media screen and (max-width: 768px) {
  html footer .footer_content {
    max-width: 100%;
  }
}
html footer .footer_content .link img {
  max-width: 30px;
  margin: 0 auto;
}
html footer .footer_content .footer_nav {
  padding-bottom: 20px;
}
html footer .footer_content ul {
  display: flex;
  justify-content: center;
}
html footer .footer_content ul li {
  border-left: 1px solid #fff8e7;
  margin-left: 10px;
  padding-left: 10px;
}
html footer .footer_content ul li a {
  color: #fff8e7;
}
html footer .footer_content ul li:first-child {
  border-left: none;
}
html footer .footer_content small {
  color: #fff8e7;
}
html body.about div.flexbox {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  html body.about div.flexbox {
    display: block;
  }
}
html body.about div.flexbox img.sp {
  display: none;
  max-width: 300px;
  height: auto;
}
@media screen and (max-width: 768px) {
  html body.about div.flexbox img.sp {
    display: block;
    margin: 30px;
  }
}
html body.about div.flexbox img.pc {
  display: block;
  max-width: 270px;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  html body.about div.flexbox img.pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  html body.about section {
    padding: 0 20px 0 20px;
  }
}
html body.about section span {
  color: #e6007b;
}
html body.about div.h2 {
  background-color: #0c295b;
  padding: 1%;
}
html body.about div.h2 h2 img {
  margin: 0 auto;
}
html body.about h3 {
  text-align: center;
  margin: 50px;
  font-size: 1.4rem;
}
html body.about dl {
  display: flex;
  justify-content: center;
  font-size: 0.9rem;
  padding-bottom: 80px;
}
html body.about dl dt {
  padding: 20px 0 20px 0;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  color: #0c295b;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 400px) {
  html body.about dl dt:nth-child(3) {
    line-height: 2;
  }
}
html body.about dl dd {
  padding: 20px 0 20px 20px;
}
@media screen and (max-width: 400px) {
  html body.about dl dd:nth-child(3) {
    padding: 10px 0 20px 20px;
  }
}
html body.about section h4 {
  font-family: "Orbitron", serif;
  color: #0c295b;
  color: #e6007b;
  font-size: 2rem;
  margin-bottom: 20px;
  margin: 20px 0 10px 0;
}
html body.about section p.summary {
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  color: #0c295b;
  line-height: 1.3;
  font-weight: 400;
  font-size: 1.1rem;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 30px 30px 30px 20px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  html body.about section p.summary {
    font-size: 1rem;
  }
  html body.about section p.summary br.pc {
    display: none;
  }
}
html body.about section a {
  display: block;
  background-color: #fff8e7;
  background-color: rgba(239, 0, 127, 0.9);
  font-family: "DotGothic16", serif;
  line-height: 2.6;
  font-size: 1.3rem;
  text-align: center;
  border-radius: 5px;
  color: #fff8e7;
  max-width: 220px;
  margin-top: 20px;
}
html body.about section a:hover {
  background-color: rgb(240, 56, 154);
}
html body.about .profbox {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 30px 0 40px 0;
  color: #0c295b;
}
html body.about .profbox .nagoshi, html body.about .profbox .yokoyama {
  width: 50%;
}
@media screen and (max-width: 768px) {
  html body.about .profbox .nagoshi, html body.about .profbox .yokoyama {
    width: 100%;
  }
}
html body.about .profbox img {
  max-width: 200px;
  height: auto;
}
html body.about .profbox h5 {
  font-size: 1rem;
  margin: 20px 0 5px 0;
}
html body.about .profbox p {
  font-size: 1rem;
  color: #0c295b;
  font-weight: normal;
  line-height: 1.3;
}
html body.about .profbox .nagoshi {
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  html body.about .profbox .nagoshi {
    margin-right: 0;
    margin-bottom: 50px;
  }
}
html body.about .profbox .yokoyama {
  margin-left: 25px;
}
@media screen and (max-width: 768px) {
  html body.about .profbox .yokoyama {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  html body.about .profbox {
    display: block;
  }
}
html body.works br.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  html body.works br.sp {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  html body.works figcaption {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  html body.works section {
    padding: 0 20px 0 20px;
  }
}
html body.works div.h2 {
  background-color: #0c295b;
  padding: 1%;
}
html body.works div.h2 h2 img {
  margin: 0 auto;
}
html body.works ul.itemlist {
  display: block;
}
html body.works ul.itemlist li {
  display: flex;
  margin: 80px 0 30px 0;
}
@media screen and (max-width: 768px) {
  html body.works ul.itemlist li {
    display: block;
  }
  html body.works ul.itemlist li img {
    max-width: 270px;
    height: auto;
    margin: 0 auto;
  }
}
html body.works ul.itemlist li .description {
  margin-left: 30px;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  color: #0c295b;
  color: #000;
  font-weight: 400;
}
html body.works ul.itemlist li .description p {
  line-height: 1.2;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  html body.works ul.itemlist li .description p {
    margin-bottom: 40px;
  }
}
html body.works ul.itemlist li .description h3 {
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  color: #0c295b;
  font-weight: 600;
  margin-bottom: 15px;
}
html body.works ul.itemlist li .description div.flex {
  display: flex;
  justify-content: start;
}
@media screen and (max-width: 768px) {
  html body.works ul.itemlist li .description div.flex {
    display: block;
  }
}
html body.works ul.itemlist li .description div.flex a {
  display: block;
  background-color: #fff8e7;
  background-color: rgba(239, 0, 127, 0.9);
  font-family: "DotGothic16", serif;
  line-height: 2.3;
  font-size: 1.3rem;
  text-align: center;
  border-radius: 5px;
  color: #fff8e7;
  width: 230px;
  margin-top: 15px;
  padding: 0 30px 0 30px;
}
html body.works ul.itemlist li .description div.flex a:nth-child(1) {
  margin-right: 20px;
}
html body.works ul.itemlist li .description div.flex a:hover {
  background-color: rgb(240, 56, 154);
}
@media screen and (max-width: 768px) {
  html body.works h3 {
    font-size: 1rem;
  }
  html body.works .description {
    font-size: 1rem;
  }
  html body.works figcaption {
    white-space: nowrap;
  }
  html body.works figcaption a {
    font-size: 1rem;
  }
  html body.works br.pc {
    display: none;
  }
}
html body.news div.h2 {
  background-color: #0c295b;
  padding: 1%;
}
html body.news div.h2 h2 img {
  margin: 0 auto;
}
html body.news section {
  margin: 30px;
}
@media screen and (max-width: 768px) {
  html body.news section {
    margin: 0;
  }
}
html body.news section ul {
  width: 100%;
  margin: 0 auto;
}
html body.news section ul li.news_item {
  display: flex;
  justify-content: flex-start;
  padding: 50px 0 50px 0;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  color: #0c295b;
  font-size: 1.2rem;
  background-color: #fffbf3;
  border-bottom: 1px solid #b3b3b3;
}
html body.news section ul li.news_item a {
  color: #0c295b;
  text-decoration: underline;
}
html body.news section ul li.news_item p {
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  html body.news section ul li.news_item {
    font-size: 0.9rem;
    padding: 40px 10px 40px 10px;
  }
  html body.news section ul li.news_item p {
    padding-left: 30px;
  }
  html body.news section ul li.news_item time {
    white-space: nowrap;
  }
}
html body.news section time {
  font-family: "Orbitron", serif;
  color: #0c295b;
}
html body.news_item section {
  margin: 0;
  padding: 0px 20px;
}
html body.news_item img.newsimg {
  max-width: 500px;
  margin: 0 auto;
  padding: 30px 0 30px 0;
}
html body.news_item section {
  text-align: center;
}
html body.news_item section .news_title {
  margin: 50px 0 20px 0;
}
html body.news_item section .news_title h3 {
  line-height: 1.2;
  font-size: 1.5rem;
  margin-bottom: 10px;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  color: #0c295b;
}
@media screen and (max-width: 768px) {
  html body.news_item section .news_title h3 {
    font-size: 1.3rem;
  }
}
html body.news_item section .linkbox {
  display: flex;
  justify-content: center;
}
html body.news_item section .linkbox img {
  width: 140px;
}
html body.news_item section .linkbox img.x {
  width: 30px;
  margin-right: 30px;
}
html body.news_item p.logo_item {
  border-bottom: 0;
}
html body.news_item p {
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  color: #0c295b;
  font-size: 1.1rem;
  width: 100%;
  color: #000;
  font-weight: 400;
  padding: 20px 0 40px 0;
  line-height: 1.2;
  border-bottom: 3px dotted #0c295b;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  html body.news_item p {
    font-size: 1rem;
  }
}
html body.news_item p:last-child {
  border-bottom: 0;
}
html body.news_item dl {
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  color: #0c295b;
  text-align: start;
  display: flex;
  justify-content: center;
  margin: 30px 10px 30px 10px;
}
html body.news_item dl dt,
html body.news_item dl dd {
  margin-bottom: 18px;
  white-space: nowrap;
}
html body.news_item dl dd {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  html body.news_item dl {
    font-size: 0.9rem;
  }
}
html body.news_item span {
  color: #e6007b;
}
html body.news_item a {
  color: #551a8b;
}
html body.news_item .newsimgsmall {
  width: 250px;
  margin: 0 auto;
  padding: 30px 0 30px 0;
}
html .under a {
  color: #551a8b;
  text-decoration: underline;
}

/* ------------CONTACT-------------*/
body.contact br.sp {
  display: none;
}
body.contact section {
  margin: 50px 0 50px 0;
}
@media screen and (max-width: 768px) {
  body.contact section {
    padding: 0 20px 0 20px;
  }
  body.contact section br.sp {
    display: block;
  }
}
body.contact section p {
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  color: #0c295b;
  color: #000;
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  body.contact section p {
    font-size: 1rem;
  }
}
body.contact section p span {
  font-weight: normal;
  font-size: 1rem;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 2.2;
}
body.contact section .mail {
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  color: #0c295b;
  color: #fff8e7;
  background-color: #0c295b;
  font-size: 1.2rem;
  padding: 20px;
  margin: 30px 0 50px 0;
  border-radius: 10px;
  max-width: 650px;
  height: auto;
}
body.contact section .contactform {
  text-align: center;
  height: 1200px;
}
@media screen and (max-width: 768px) {
  body.contact section .contactform {
    width: 100%;
    height: 1500px;
  }
}
body.contact section .contactform iframe {
  width: 100%;
  height: 100%;
}
body.contact div.h2 {
  background-color: #0c295b;
  padding: 1%;
}
body.contact div.h2 h2 img {
  margin: 0 auto;
}
body.contact ul.required {
  list-style-type: square;
  padding: 10px 0 0 15px;
}
body.contact ul.required li {
  line-height: 1.5;
  font-size: 1.1rem;
}

/* ------------POLICY-------------*/
body.policy main {
  padding: 30px 20px 0 20px;
}
body.policy main h1 {
  text-align: center;
  margin: 20px 0 40px 0;
  font-size: 1.8rem;
}
body.policy main h2 {
  font-size: 1.3rem;
}

/* ------------SERVICE-------------*/
body.service {
  text-align: center;
}
body.service main p {
  font-size: 1rem;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  color: #0c295b;
  color: #000;
  font-weight: normal;
  line-height: 1.6;
}

/* ------------NEWS20250417-------------*/
div.hazesns {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

div.hazesns2 {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  div.hazesns2 {
    display: block;
  }
}

img.asky {
  max-width: 200px;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  img.asky {
    margin: 0;
  }
}

img.youtube {
  max-width: 120px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  img.youtube {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

img.coffee {
  max-width: 350px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  img.coffee {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

img.drip {
  max-width: 200px;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  img.drip {
    margin: 0;
  }
}/*# sourceMappingURL=style.css.map */