@charset "UTF-8";
/* ******************
 * reset
****************** */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  /* background: transparent; */
  /* border: none; */
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

a {
  text-decoration: none;
}

p a {
  text-decoration: underline;
  color: #0089ce;
}

a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  a:hover {
    opacity: 1;
  }
}

.max_only {
  display: block;
}
@media screen and (max-width: 1000px) {
  .max_only {
    display: none;
  }
}

.md_ue {
  display: block;
}
@media screen and (max-width: 768px) {
  .md_ue {
    display: none;
  }
}

.fadein {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 1000ms;
}

.cta_btn {
  background-color: #d61d4d;
  display: inline-block;
  color: white;
  font-weight: 700;
  border-radius: 100px;
  padding: 15px 20px;
}

.gr_btn {
  display: inline-block;
  background-color: #c3c4c4;
  color: black;
  font-weight: 700;
  padding: 15px 20px;
  font-size: 20px;
  border-radius: 100px;
}

.midomaru_wrap {
  display: inline-block;
}

.midomaru_btn::before {
  width: 70px;
  height: 70px;
  background-color: #3c9638;
  border-radius: 50%;
  content: "";
  display: inline-block;
  margin-right: 10px;
}

.midomaru_btn {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 10px;
  color: black;
  font-size: 20px;
}

.midomaru_btn .arw {
  position: absolute;
  display: inline-block;
  padding: 0 0 0 16px;
  vertical-align: middle;
  text-decoration: none;
  left: 5px;
}

.midomaru_btn .arw::before, .midomaru_btn .arw::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.midomaru_btn .arw::before {
  left: 14px;
  width: 32px;
  height: 1px;
  background: white;
}

.midomaru_btn .arw::after {
  left: 18px;
  width: 24.5px;
  height: 24.5px;
  border-top: 1px solid white;
  border-right: 1px solid white;
  transform: rotate(45deg);
}

html {
  font-size: 1.6vw;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Zen Kaku Gothic New";
  font-weight: 500;
  position: relative;
}

.inner_wrap {
  max-width: 1600px;
  margin: 0 auto;
  width: 96%;
}

header {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
header nav.main_nav_wrap {
  background-color: white;
  border: 1px solid #efeff4;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  width: 100%;
}
header nav.main_nav_wrap .nav_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header nav.main_nav_wrap .logo {
  width: 250px;
  min-width: 250px;
  height: auto;
  margin: 10px 16px;
}
@media screen and (max-width: 768px) {
  header nav.main_nav_wrap .logo {
    margin: 10px 0;
  }
}
header nav.main_nav_wrap .logo img {
  display: block;
  width: 100%;
  height: auto;
}
header nav.main_nav_wrap .menu_wrap {
  width: calc(100% - 300px);
  max-width: 650px;
  position: relative;
}
@media screen and (max-width: 768px) {
  header nav.main_nav_wrap .menu_wrap {
    width: 100%;
    height: 60px;
  }
}
header nav.main_nav_wrap .header_nav_pc {
  display: flex;
  vertical-align: middle;
  justify-content: space-around;
  font-size: 16px;
}
@media screen and (max-width: 1000px) {
  header nav.main_nav_wrap .header_nav_pc {
    display: none;
  }
}
header nav.main_nav_wrap .header_nav_pc li {
  margin: 0 2%;
  display: flex;
  align-items: center;
}
header nav.main_nav_wrap .header_nav_pc li a {
  display: block;
  color: black;
}
header nav.main_nav_wrap .header_nav_pc li.nav_contact a {
  font-size: 14px;
  background-color: #d61d4d;
  display: block;
  color: white;
  font-weight: 700;
  border-radius: 100px;
  padding: 15px 20px;
}
header .sp_cta {
  display: none;
}
@media screen and (max-width: 1000px) {
  header .sp_cta {
    display: block;
    text-align: right;
  }
}
@media screen and (max-width: 1000px) {
  header .sp_cta a {
    font-size: 14px;
    background-color: #d61d4d;
    display: inline-block;
    color: white;
    font-weight: 700;
    border-radius: 100px;
    padding: 15px 20px;
    margin-right: 80px;
  }
}
@media screen and (max-width: 768px) {
  header .sp_cta {
    display: none;
  }
}
header .menu_btn {
  display: none;
}
@media screen and (max-width: 1000px) {
  header .menu_btn {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    right: 10px;
    top: 0;
    cursor: pointer;
    border: 4px solid #7c7c7c;
    border-radius: 50%;
    z-index: 3;
  }
}
@media screen and (max-width: 768px) {
  header .menu_btn {
    bottom: 0;
    margin: auto;
  }
}
header .menu_btn span {
  display: none;
}
@media screen and (max-width: 1000px) {
  header .menu_btn span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 70%;
    height: 4px;
    background-color: #7c7c7c;
    border-radius: 4px;
  }
}
header .menu_btn, header .menu_btn span {
  display: none;
}
@media screen and (max-width: 1000px) {
  header .menu_btn, header .menu_btn span {
    display: inline-block;
    transition: all 0.5s;
    box-sizing: border-box;
  }
}
header .menu_btn span:nth-of-type(1) {
  top: 10px;
}
header .menu_btn span:nth-of-type(2) {
  top: 19px;
}
header .menu_btn span:nth-of-type(3) {
  bottom: 10px;
}
header .menu_btn.active span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
header .menu_btn.active span:nth-of-type(2) {
  opacity: 0;
}
header .menu_btn.active span:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}
header .header_nav_sp {
  display: none;
  transition-duration: 0.2s;
}
header .menu_btn.active + .header_nav_sp {
  transition-duration: 0.2s;
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #dae4e7;
  top: 0;
  left: 0;
}
header .menu_btn.active + .header_nav_sp ul {
  text-align: center;
  margin: 150px 0;
}
header .menu_btn.active + .header_nav_sp ul li {
  margin: 30px;
}
header .menu_btn.active + .header_nav_sp ul a {
  color: black;
  font-size: 20px;
}
header .menu_btn.active + .header_nav_sp ul li.nav_contact a {
  font-size: 18px;
  background-color: #d61d4d;
  display: block;
  color: white;
  font-weight: 700;
  border-radius: 100px;
  padding: 15px 20px;
}

footer .footer_cta {
  background: linear-gradient(90deg, #028bc9 0%, #3b963e 100%);
  border-radius: 175px 0 0 0;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer .footer_cta {
    border-radius: 75px 0 0 0;
  }
}
footer .footer_cta .cont {
  position: relative;
  padding: 100px 0 100px 0;
  color: white;
}
@media screen and (max-width: 768px) {
  footer .footer_cta .cont {
    padding-bottom: 50px;
  }
}
footer .footer_cta .cont h2 {
  color: white;
  margin-bottom: 60px;
}
footer .footer_cta .cont h2 .en {
  font-size: clamp(5.5rem, 10.4166666667vw, 12rem);
  display: block;
}
footer .footer_cta .cont h2 .ja {
  font-size: 24px;
  display: block;
}
footer .footer_cta .cont .text {
  width: 45%;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 40px;
  max-width: 580px;
}
@media screen and (max-width: 768px) {
  footer .footer_cta .cont .text {
    max-width: 100%;
    width: 100%;
    line-height: 1.6;
  }
}
footer .footer_cta::after {
  content: "";
  width: 60%;
  height: 100%;
  max-width: 850px;
  max-height: 850px;
  background: url(../images/f_contact.webp) no-repeat center center;
  position: absolute;
  left: 53%;
  z-index: 1;
  top: 0;
  bottom: 0;
  border-radius: 50%;
  background-size: cover;
  margin: auto;
}
@media screen and (max-width: 768px) {
  footer .footer_cta::after {
    position: relative;
    border-radius: 0;
    width: 100%;
    display: block;
    height: 340px;
    left: 0;
  }
}
footer .footer_nav {
  padding: 140px 0 40px 0;
}
footer .footer_nav .inner_wrap .logo {
  width: 100%;
  margin-bottom: 3.125rem;
}
footer .footer_nav .inner_wrap .logo a {
  display: block;
  max-width: 275px;
  width: 90%;
}
footer .footer_nav .inner_wrap .footer_nav_wrap {
  display: flex;
  flex-wrap: wrap;
}
footer .footer_nav .inner_wrap .company_info {
  margin-right: 80px;
  margin-bottom: 60px;
}
footer .footer_nav .inner_wrap .company_info .shamei {
  font-size: 20px;
  margin-bottom: 1.25rem;
}
footer .footer_nav .inner_wrap .company_info .adrs {
  font-size: 18px;
  margin-bottom: 1.875rem;
}
footer .footer_nav .inner_wrap .company_info .cta_btn {
  font-size: 20px;
}
footer .footer_nav .inner_wrap .footer_nav_cont {
  width: calc(100% - 325px);
}
@media screen and (max-width: 768px) {
  footer .footer_nav .inner_wrap .footer_nav_cont {
    width: 100%;
  }
}
footer .footer_nav .inner_wrap .footer_nav_cont .fn_h1 > li {
  margin-bottom: 2.5rem;
}
footer .footer_nav .inner_wrap .footer_nav_cont .fn_h1 > li a {
  font-size: 22px;
  font-weight: 700;
  color: black;
}
footer .footer_nav .inner_wrap .footer_nav_cont .fn_h1 > li > a {
  display: inline-block;
  margin-bottom: 20px;
}
footer .footer_nav .inner_wrap .footer_nav_cont .fn_h2 {
  display: flex;
}
@media screen and (max-width: 1000px) {
  footer .footer_nav .inner_wrap .footer_nav_cont .fn_h2 {
    flex-wrap: wrap;
  }
}
footer .footer_nav .inner_wrap .footer_nav_cont .fn_h2 > li {
  position: relative;
  padding: 0 30px;
}
footer .footer_nav .inner_wrap .footer_nav_cont .fn_h2 > li > a {
  font-size: 18px;
  color: #3f3f3f;
  display: inline-block;
}
footer .footer_nav .inner_wrap .footer_nav_cont .fn_h2 > li > a::before {
  content: "";
  width: 20px;
  height: 4px;
  background: linear-gradient(90deg, #028bc9 0%, #3b963e 100%);
  display: block;
  margin: auto 10px auto 0;
  position: absolute;
  left: 0;
  top: 20px;
}
@media screen and (max-width: 1000px) {
  footer .footer_nav .inner_wrap .footer_nav_cont .fn_h2 > li > a::before {
    top: 12px;
  }
}
footer .footer_nav .inner_wrap .footer_nav_cont .fn_h3 {
  margin-top: 20px;
}
footer .footer_nav .inner_wrap .footer_nav_cont .fn_h3 > li a {
  font-size: 14px;
  display: inline-block;
  display: block;
  margin-bottom: 1rem;
}
footer .copy {
  background-color: #4c6a75;
  width: 100%;
}
@media screen and (max-width: 768px) {
  footer .copy {
    min-height: 100px;
  }
}
footer .copy p:first-child {
  color: white;
  font-size: 18px;
  font-weight: 700;
  text-align: right;
  margin-right: 2%;
  padding: 15px 0;
}
footer .copy p:last-child {
  color: #c6c8d3;
  font-size: 14px;
  padding: 0 2% 15px;
  text-align: right;
}
footer .copy p:last-child a {
  color: #c6c8d3;
}

.grecaptcha-badge {
  visibility: hidden;
}

.home {
  background-color: #efeff4;
}

.mv {
  margin-bottom: 1.875rem;
  position: relative;
}
.mv .catch {
  padding-top: 120px;
  width: 100%;
  background: linear-gradient(90deg, #028bc9 0%, #3b963e 100%);
  color: white;
}
@media screen and (max-width: 768px) {
  .mv .catch {
    padding-bottom: 20px;
  }
}
.mv .catch h1 {
  font-size: clamp(5rem, 7.5vw, 10rem);
  margin-bottom: 60px;
}
.mv .catch h1 span {
  display: inline-block;
  position: relative;
  width: 70px;
  height: 70px;
}
@media screen and (max-width: 768px) {
  .mv .catch h1 span {
    display: block;
  }
}
.mv .catch h1 span::before, .mv .catch h1 span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px; /* 棒の幅（太さ） */
  height: 65px; /* 棒の高さ */
  background: white; /* バツ印の色 */
}
.mv .catch h1 span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.mv .catch h1 span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.mv .catch p {
  font-size: 23px;
  line-height: 1.6;
  width: calc(100% - 350px);
}
@media screen and (max-width: 1000px) {
  .mv .catch p {
    width: 100%;
  }
}
.mv .text {
  font-size: 18px;
  line-height: 1.6;
  width: calc(100% - 350px);
}
@media screen and (max-width: 768px) {
  .mv .text {
    width: 100%;
  }
}
.mv .to_contact {
  position: absolute;
  bottom: 50px;
  right: 6%;
}
@media screen and (max-width: 768px) {
  .mv .to_contact {
    position: relative;
    bottom: 0;
    right: 0;
  }
}
.mv .to_contact a {
  background-color: #d61d4d;
  color: white;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(12deg);
  font-size: 25px;
  box-shadow: 25px 15px 0 rgba(214, 29, 77, 0.2);
}
@media screen and (max-width: 768px) {
  .mv .to_contact a {
    border-radius: 0;
    width: 80%;
    padding: 20px;
    transform: rotate(0);
    height: auto;
    margin: 30px auto;
  }
}
.mv .wave {
  position: relative;
  width: 100%;
  height: 160px;
  background: url(../images/front/wave.svg) no-repeat center top;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .mv .wave {
    height: 80px;
  }
}
@keyframes wave {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.sc_text {
  margin: auto;
  width: 100%;
  font-size: 220px;
  line-height: 1.5em;
  text-align: center;
  color: #bcdfed;
  overflow: hidden;
  margin-bottom: 6.25rem;
  font-weight: 700;
}

.sc_text ul {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  width: -moz-max-content;
  width: max-content;
  line-height: 1em;
  animation: scrollAnime 120s linear infinite;
}

@keyframes scrollAnime {
  0% {
    translate: -25% 0;
  }
  100% {
    translate: -75% 0;
  }
}
section .top_h2 {
  margin-bottom: 5rem;
}
section .top_h2 .en {
  background: linear-gradient(90deg, #028bc9 0%, #3b963e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-size: clamp(5.5rem, 10.4166666667vw, 12rem);
  line-height: 1;
}
section .top_h2 .ja {
  font-size: 24px;
  color: #7c7c7c;
  display: block;
}

#why {
  margin-bottom: 6.25rem;
}
#why .wcu_cont {
  position: relative;
  min-height: 800px;
}
@media screen and (max-width: 768px) {
  #why .wcu_cont {
    padding-bottom: 80px;
    min-height: auto;
  }
}
#why .wcu_cont .img {
  position: absolute;
  top: 80px;
  width: 55%;
  height: 34.375rem;
  max-height: 550px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  #why .wcu_cont .img {
    position: relative;
    width: 95%;
    left: 5%;
    top: 0;
    margin-bottom: 10px;
  }
}
#why .wcu_cont .img01, #why .wcu_cont .img03 {
  border-radius: 100px 0 0 100px;
  right: 0;
}
#why .wcu_cont .img01 {
  background-image: url(../images/front/choose01.webp);
}
#why .wcu_cont .img02 {
  left: 0;
  border-radius: 0 100px 100px 0;
  background-image: url(../images/front/choose02.webp);
}
@media screen and (max-width: 768px) {
  #why .wcu_cont .img02 {
    right: 5%;
  }
}
#why .wcu_cont .img03 {
  background-image: url(../images/front/choose03.webp);
}
#why .wcu_cont .cont {
  width: 38%;
}
@media screen and (max-width: 768px) {
  #why .wcu_cont .cont {
    width: 100%;
  }
}
#why .wcu_cont .cont h3 {
  border-left: 10px solid #0089ce;
  padding: 5px 10px 5px 30px;
  font-weight: 700;
  margin-bottom: 3.75rem;
  line-height: 1.8;
  font-size: 28px;
}
#why .wcu_cont .cont h3 .nv {
  font-size: 50px;
  margin-bottom: 1.25rem;
}
#why .wcu_cont .cont .text {
  font-size: 18px;
}
#why .wcu_cont .right {
  margin: 0 0 0 auto;
}

.bgimg1 {
  width: 100%;
  height: 2000px;
  display: block;
  background: url(../images/bgimg_1.webp) no-repeat center center;
  background-size: cover;
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.bgimg2 {
  width: 100%;
  height: 2000px;
  display: block;
  background: url(../images/bgimg_2.webp) no-repeat center center;
  background-size: cover;
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

#features {
  margin-bottom: 6.25rem;
}
#features .feat_cont {
  background-color: white;
  border-radius: 55px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  padding: 2.1875rem;
  margin-bottom: 40px;
  font-size: 20px;
}
#features .feat_cont h3 {
  color: #3c9638;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  padding-left: 50px;
}
#features .feat_cont h3::before {
  content: "";
  width: 41px;
  height: 52px;
  background: url(../images/front/feat_point.svg) no-repeat center center;
  background-size: contain;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
#features .feat_cont .botm_sp {
  margin-bottom: 1rem;
}

#service .info {
  margin-bottom: 5rem;
  font-size: 18px;
}
#service .svc_cont {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  #service .svc_cont {
    margin-bottom: 40px;
  }
}
#service .svc_cont h3 {
  font-weight: 700;
  margin-bottom: 1.875rem;
}
#service .svc_cont h3 .ja {
  font-size: 36px;
  display: block;
}
@media screen and (max-width: 768px) {
  #service .svc_cont h3 .ja {
    font-size: 30px;
  }
}
#service .svc_cont h3 .en {
  font-size: 24px;
  color: #3c9638;
}
@media screen and (max-width: 768px) {
  #service .svc_cont h3 .en {
    font-size: 30px;
  }
}
#service .svc_cont .com {
  margin-bottom: 80px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #service .svc_cont .com {
    margin-bottom: 20px;
  }
}
#service .svc_cont .menu_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#service .svc_cont .menu_wrap a {
  display: block;
  text-align: center;
  padding: 50px 20px;
  width: 45%;
  margin-bottom: 2.5rem;
  font-size: 24px;
  background-color: white;
  border-radius: 40px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  color: black;
}
@media screen and (max-width: 768px) {
  #service .svc_cont .menu_wrap a {
    width: 90%;
    padding: 30px 20px;
    margin-bottom: 15px;
  }
}

#meikakuka {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding: 200px 0;
  margin-bottom: 100px;
}
#meikakuka .inner_wrap {
  max-width: 1050px;
}
#meikakuka .meikaku_wrap::before {
  content: "";
  width: 680px;
  height: 680px;
  border-radius: 50%;
  background-color: white;
  z-index: -1;
  display: block;
  margin: auto;
  position: absolute;
}
#meikakuka .meikaku_wrap {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  #meikakuka .meikaku_wrap {
    flex-wrap: wrap;
  }
}
#meikakuka .meikaku_wrap .big {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #meikakuka .meikaku_wrap .big {
    width: 100%;
    margin-bottom: 40px;
  }
}
#meikakuka .meikaku_wrap .big h2 {
  font-size: 76px;
  background: linear-gradient(90deg, #028bc9 0%, #3b963e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  #meikakuka .meikaku_wrap .big h2 {
    font-size: 40px;
  }
}
#meikakuka .meikaku_wrap .right {
  width: 50%;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #meikakuka .meikaku_wrap .right {
    width: 100%;
  }
}
#meikakuka .meikaku_wrap .right p {
  margin-bottom: 3.125rem;
}

#about {
  margin-bottom: 12.5rem;
  position: relative;
}
#about .top_h2.tate {
  transform: rotate(90deg);
  position: absolute;
  top: 0;
  bottom: auto;
  left: 200px;
  right: auto;
  line-height: 1;
  margin: 0;
  justify-content: center;
  transform-origin: top left;
}
@media screen and (max-width: 768px) {
  #about .top_h2.tate {
    left: 120px;
    min-width: 500px;
  }
}
#about .top_h2.tate .en {
  font-size: 120px;
}
@media screen and (max-width: 768px) {
  #about .top_h2.tate .en {
    font-size: 80px;
  }
}
#about .cont {
  background-color: white;
  width: calc(100% - 230px);
  border-radius: 120px 0 0 120px;
  padding: 110px 80px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  #about .cont {
    width: calc(100% - 80px);
    padding: 100px 2% 80px 60px;
  }
}
#about .cont h3 {
  font-size: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #about .cont h3 {
    font-size: 37px;
  }
}
#about .cont p {
  font-size: 20px;
  margin-bottom: 50px;
}

#news, .archive {
  margin-bottom: 6.25rem;
}
#news .news_wrap, .archive .news_wrap {
  margin-bottom: 1.875rem;
}
#news .news_wrap .news_cont:first-child a, .archive .news_wrap .news_cont:first-child a {
  border-top: 1px solid #0089ce;
}
#news .news_wrap .news_cont a, .archive .news_wrap .news_cont a {
  border-bottom: 1px solid #0089ce;
  padding: 40px 20px;
  display: block;
  color: black;
  position: relative;
}
@media screen and (max-width: 768px) {
  #news .news_wrap .news_cont a, .archive .news_wrap .news_cont a {
    padding: 30px 5px;
  }
}
#news .news_wrap .news_cont a .daycat, .archive .news_wrap .news_cont a .daycat {
  margin-bottom: 0.625rem;
  display: flex;
  align-items: center;
}
#news .news_wrap .news_cont a .daycat .day, .archive .news_wrap .news_cont a .daycat .day {
  color: #7c7c7c;
  font-size: 20px;
  margin-right: 15px;
}
#news .news_wrap .news_cont a .daycat .category, .archive .news_wrap .news_cont a .daycat .category {
  background-color: #3c9638;
  color: white;
  font-weight: 700;
  font-size: 16px;
  padding: 3px 10px;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  #news .news_wrap .news_cont a .daycat .category, .archive .news_wrap .news_cont a .daycat .category {
    font-size: 13px;
  }
}
#news .news_wrap .news_cont a .title, .archive .news_wrap .news_cont a .title {
  font-size: 26px;
  width: calc(100% - 80px);
}
@media screen and (max-width: 768px) {
  #news .news_wrap .news_cont a .title, .archive .news_wrap .news_cont a .title {
    font-size: 18px;
    width: calc(100% - 44px);
  }
}
#news .news_wrap .news_cont a .arw, .archive .news_wrap .news_cont a .arw {
  position: absolute;
  display: inline-block;
  padding: 0 0 0 16px;
  vertical-align: middle;
  text-decoration: none;
  right: 80px;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  #news .news_wrap .news_cont a .arw, .archive .news_wrap .news_cont a .arw {
    right: 40px;
  }
}
#news .news_wrap .news_cont a .arw::before, #news .news_wrap .news_cont a .arw::after, .archive .news_wrap .news_cont a .arw::before, .archive .news_wrap .news_cont a .arw::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#news .news_wrap .news_cont a .arw::before, .archive .news_wrap .news_cont a .arw::before {
  left: 14px;
  width: 32px;
  height: 1px;
  background: #0089ce;
}
#news .news_wrap .news_cont a .arw::after, .archive .news_wrap .news_cont a .arw::after {
  left: 18px;
  width: 24.5px;
  height: 24.5px;
  border-top: 1px solid #0089ce;
  border-right: 1px solid #0089ce;
  transform: rotate(45deg);
}

.breadcrumbs {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 60px;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li a {
  color: black;
  text-decoration: underline;
}

.page_title_wrap {
  min-height: 600px;
  background: url(../images/single_csr.webp) no-repeat bottom right;
  background-size: 50%;
  background-color: #e9f1f4;
  position: relative;
  padding: 120px 0 50px 0;
  margin-bottom: 100px;
}
.page_title_wrap h1 {
  display: inline-block;
  margin-bottom: 50px;
}
.page_title_wrap h1 .ja {
  background: linear-gradient(90deg, #028bc9 0%, #3b963e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  font-size: 86px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .page_title_wrap h1 .ja {
    font-size: 60px;
  }
}
.page_title_wrap h1 .en {
  font-size: 24px;
  font-weight: 700;
  display: block;
}
.page_title_wrap .comnt {
  background-color: white;
  max-width: 900px;
  width: 100%;
  border-radius: 100px;
  padding: 40px 70px;
  position: relative;
  margin-top: 20px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .page_title_wrap .comnt {
    font-size: 16px;
    border-radius: 65px;
    padding: 30px;
  }
}
.page_title_wrap .comnt::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100px;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent transparent #ffffff;
  translate: calc(-50% - 0.4px) -100%;
}

.archive .page_title_wrap {
  min-height: 30px;
}

.single_sidemenupage_wrap {
  display: flex;
  font-size: 18px;
}
@media screen and (max-width: 1000px) {
  .single_sidemenupage_wrap {
    flex-wrap: wrap;
  }
}
.single_sidemenupage_wrap .page_links {
  max-width: 300px;
  width: 20%;
  margin-right: 40px;
  align-items: start;
  font-size: 20px;
  display: flex;
  min-height: 400px;
  height: 50%;
  position: sticky;
  top: 10%;
}
@media screen and (max-width: 1000px) {
  .single_sidemenupage_wrap .page_links {
    font-size: 16px;
    width: 100%;
    height: auto;
    min-height: auto;
    position: relative;
    margin: 0 auto 50px auto;
  }
}
.single_sidemenupage_wrap .page_links ul {
  margin: 0 auto;
}
.single_sidemenupage_wrap .page_links li {
  margin-bottom: 20px;
}
.single_sidemenupage_wrap .page_links ul.mission .mission a::before {
  content: "●";
  color: #0089ce;
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
  font-size: 13px;
}
.single_sidemenupage_wrap .page_links ul.vision .vision a::before, .single_sidemenupage_wrap .page_links ul.value .value a::before, .single_sidemenupage_wrap .page_links ul.company .company a::before {
  content: "●";
  color: #0089ce;
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
  font-size: 13px;
}
.single_sidemenupage_wrap .page_links ul.marketing .marketing a::before, .single_sidemenupage_wrap .page_links ul.csr .csr a::before, .single_sidemenupage_wrap .page_links ul.security .security a::before, .single_sidemenupage_wrap .page_links ul.system .system a::before {
  content: "●";
  color: #0089ce;
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
  font-size: 13px;
}
.single_sidemenupage_wrap .page_links a {
  color: black;
  padding-left: 20px;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .single_sidemenupage_wrap .page_links a::before {
    content: "●";
    color: #0089ce;
    display: block;
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
    font-size: 13px;
  }
}
.single_sidemenupage_wrap .page_main_cont {
  width: calc(98% - 300px);
  margin-right: 2%;
}
@media screen and (max-width: 1000px) {
  .single_sidemenupage_wrap .page_main_cont {
    width: 94%;
    margin: auto;
  }
}
.single_sidemenupage_wrap h2.single_h2 {
  margin-bottom: 60px;
}
.single_sidemenupage_wrap h2.single_h2 .en {
  font-size: 80px;
  background: linear-gradient(90deg, #028bc9 0%, #3b963e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 20px;
}
.single_sidemenupage_wrap h2.single_h2 .ja {
  font-size: 20px;
  position: relative;
  display: block;
  padding-left: 36px;
}
.single_sidemenupage_wrap h2.single_h2 .ja::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  width: 20px;
  height: 4px;
  background-color: #062c44;
  left: 5px;
}

.company section {
  margin-bottom: 100px;
}
.company #mission h3 {
  font-size: 40px;
  margin-bottom: 70px;
}
.company #mission .sub {
  color: #062c44;
  font-size: 30px;
  margin-bottom: 20px;
}
.company #vision h3 {
  font-size: 40px;
  margin-bottom: 80px;
}
.company #vision .vision_cont {
  background-color: #efeff4;
  border-radius: 70px;
  padding: 60px;
}
@media screen and (max-width: 768px) {
  .company #vision .vision_cont {
    padding: 60px 20px;
  }
}
.company #vision .image_wrap {
  display: flex;
  justify-content: space-around;
  max-width: 770px;
  margin: 0 auto 40px;
  text-align: center;
  align-items: center;
}
.company #vision .image_wrap p {
  margin: 0 10px;
}
.company #vision .image_wrap p span {
  font-size: 26px;
  font-weight: 700;
}
.company #vision .image_wrap img {
  display: block;
  width: auto;
  height: 110px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .company #vision .image_wrap img {
    height: auto;
    width: 100%;
  }
}
.company #vision .image_wrap .kakeru {
  display: inline-block;
  position: relative;
  width: 70px;
  height: 70px;
}
@media screen and (max-width: 768px) {
  .company #vision .image_wrap .kakeru {
    display: block;
  }
}
.company #vision .image_wrap .kakeru::before, .company #vision .image_wrap .kakeru::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px; /* 棒の幅（太さ） */
  height: 65px; /* 棒の高さ */
  background: #062c44; /* バツ印の色 */
}
.company #vision .image_wrap .kakeru::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.company #vision .image_wrap .kakeru::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.company #value .value_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.company #value .value_wrap li {
  width: 32%;
  padding: 22px;
  display: flex;
  align-items: center;
  position: relative;
  background-color: #e9f1f4;
  border-radius: 20px;
  margin: 16px 0.5%;
  min-height: 170px;
}
@media screen and (max-width: 768px) {
  .company #value .value_wrap li {
    width: 49%;
  }
}
.company #value .value_wrap li .nam {
  font-size: 46px;
  color: #0089ce;
  position: absolute;
  top: -40px;
  left: 5px;
  font-weight: 700;
}
.company #value .value_wrap li .com {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .company #value .value_wrap li .com {
    font-size: 21px;
  }
}
.company #company table {
  font-size: 22px;
  border-spacing: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .company #company tr {
    display: flex;
    flex-wrap: wrap;
  }
}
.company #company td {
  padding: 20px 40px;
  background-color: #e9f1f4;
}
@media screen and (max-width: 768px) {
  .company #company td {
    width: 100%;
    padding: 20px;
    background-color: white;
  }
}
.company #company tr:nth-child(even) td {
  background-color: white;
}
@media screen and (max-width: 768px) {
  .company #company tr:nth-child(even) td:first-child {
    background-color: #e9f1f4;
  }
}
@media screen and (max-width: 768px) {
  .company #company td:first-child {
    background-color: #e9f1f4;
  }
}

.service section {
  margin-bottom: 80px;
}
.service .info {
  font-size: 18px;
}
.service .info h2 {
  font-size: 32px;
  margin-bottom: 20px;
}
.service .service_wrap {
  background-color: #e9f1f4;
  border-radius: 100px;
  padding: 60px;
  font-size: 18px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .service .service_wrap {
    padding: 40px 20px;
  }
}
.service .service_wrap h3 {
  margin-bottom: 40px;
  color: #0089ce;
}
.service .service_wrap h3 .nam {
  font-size: 55px;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .service .service_wrap h3 .nam {
    display: block;
  }
}
.service .service_wrap h3 .ja {
  font-size: 38px;
}
.service .service_wrap p {
  margin-bottom: 20px;
}
.service .service_wrap .price {
  display: flex;
  background-color: white;
  padding: 30px 0;
  margin: 0 auto 20px;
  justify-content: space-around;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .service .service_wrap .price {
    flex-wrap: wrap;
  }
}
.service .service_wrap .price p {
  border-right: 1px solid #3c9638;
  text-align: center;
  width: calc(100% - 400px);
  margin: 0;
}
@media screen and (max-width: 768px) {
  .service .service_wrap .price p {
    width: 100%;
    border: none;
  }
}
.service .service_wrap .price p:last-child {
  border: none;
  width: 200px;
}
.service .service_wrap .price p:first-child {
  color: #245e31;
  font-size: 22px;
  width: 200px;
}
.service .service_wrap .chushaku {
  font-size: 14px;
}
.service .service_wrap .komidashi {
  color: #245e31;
  font-size: 24px;
  margin-bottom: 20px;
}
.service .service_wrap .service_list {
  margin-bottom: 40px;
}
.service .service_wrap .service_list li {
  padding-left: 20px;
  position: relative;
}
.service .service_wrap .service_list li::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #062c44;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 2.5px);
}
.service .service_wrap .ul_2clum {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .service .service_wrap .ul_2clum {
    flex-wrap: wrap;
    justify-content: left;
  }
}
.service .service_wrap .ul_2clum .service_list {
  display: inline-block;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .service .service_wrap .ul_2clum .service_list {
    margin-right: 0px;
    display: block;
    width: 100%;
  }
}
.service .service_wrap table {
  border: 1px solid #062c44;
  border-spacing: 0;
}
.service .service_wrap table td {
  padding: 10px;
  border: 1px solid #062c44;
}

.privacy-policy .pp_cont {
  font-size: 18px;
  margin: 0 auto 60px;
  max-width: 1200px;
}
.privacy-policy .pp_cont p {
  margin-bottom: 20px;
}
.privacy-policy .pp_cont h2 {
  font-size: 34px;
  font-weight: 700;
  color: #0089ce;
  line-height: 1.2;
  margin-bottom: 20px;
}
.privacy-policy .pp_cont:last-child {
  margin-bottom: 100px;
}

.archive .news_wrap {
  margin-bottom: 100px;
}
.archive .news_links {
  max-width: 300px;
  width: 20%;
  margin: 0 40px 0 4%;
  align-items: start;
  font-size: 20px;
  min-height: 400px;
  height: 50%;
  position: sticky;
  top: 10%;
}
@media screen and (max-width: 1000px) {
  .archive .news_links {
    font-size: 16px;
    width: 100%;
    height: auto;
    min-height: auto;
    position: relative;
    margin: 0 4% 50px 4%;
    max-width: none;
  }
}
.archive .news_links ul {
  margin: 0 auto;
}
.archive .news_links li {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .archive .news_links li {
    display: inline-block;
  }
}
.archive .news_links a {
  color: black;
  padding-left: 20px;
  position: relative;
  display: inline-block;
}
.archive .news_links h2 {
  color: #0089ce;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
}
.archive .news_links .news_link_cont_wrap {
  margin-bottom: 50px;
}
.archive .news_links .single_only {
  display: none;
}
.archive .page_main_cont {
  width: calc(98% - 300px);
  margin: 0 2% 200px 0;
}
@media screen and (max-width: 1000px) {
  .archive .page_main_cont {
    width: 94%;
    margin: 0 auto 200px auto;
  }
}
.archive .page_main_cont .l-pagination {
  text-align: center;
  font-size: 20px;
}

.single {
  background-color: #e9f1f4;
}
.single .single_header {
  padding-top: 120px;
}
.single .single_wrap {
  display: flex;
}
@media screen and (max-width: 768px) {
  .single .single_wrap {
    flex-wrap: wrap;
  }
}
.single .single_wrap .news_links {
  max-width: 300px;
  width: 20%;
  margin: 80px 40px 0 4%;
  align-items: start;
  font-size: 20px;
  min-height: 400px;
  height: 50%;
  position: sticky;
  top: 10%;
}
@media screen and (max-width: 1000px) {
  .single .single_wrap .news_links {
    font-size: 16px;
    height: auto;
    min-height: auto;
    position: relative;
    margin: 0 4% 50px 4%;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .single .single_wrap .news_links {
    width: 100%;
    order: 1;
  }
}
.single .single_wrap .news_links .single_only {
  display: block;
}
.single .single_wrap .news_links .single_only h2 {
  margin-bottom: 50px;
}
.single .single_wrap .news_links .single_only h2 .ja {
  background: linear-gradient(90deg, #028bc9 0%, #3b963e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  display: inline-block;
  line-height: 1;
  font-weight: 700;
}
.single .single_wrap .news_links .single_only h2 .en {
  font-size: 16px;
  font-weight: 700;
  color: black;
  display: block;
}
.single .single_wrap .news_links ul {
  margin: 0 auto;
}
.single .single_wrap .news_links li {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .single .single_wrap .news_links li {
    display: inline-block;
  }
}
.single .single_wrap .news_links a {
  color: black;
  padding-left: 20px;
  position: relative;
  display: inline-block;
}
.single .single_wrap .news_links h2 {
  color: #0089ce;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
}
.single .single_wrap .news_links .news_link_cont_wrap {
  margin-bottom: 50px;
}
.single .single_wrap .page_main_cont {
  margin-bottom: 160px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .single .single_wrap .page_main_cont {
    width: 96%;
    margin: 0 0 100px auto;
  }
}
.single .single_wrap .page_main_cont .single_cont {
  background-color: white;
  border-radius: 150px 0 0 150px;
  padding: 55px 4% 55px 90px;
  min-height: 800px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .single .single_wrap .page_main_cont .single_cont {
    padding: 140px 4% 100px 4%;
  }
}
.single .single_wrap .page_main_cont h1 {
  font-size: 46px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .single .single_wrap .page_main_cont h1 {
    font-size: 36px;
  }
}
.single .single_wrap .page_main_cont .daycat {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.single .single_wrap .page_main_cont .daycat .day {
  color: #7c7c7c;
  font-size: 20px;
  margin-right: 15px;
}
.single .single_wrap .page_main_cont .daycat .category {
  background-color: #3c9638;
  color: white;
  font-weight: 700;
  font-size: 16px;
  padding: 3px 10px;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .single .single_wrap .page_main_cont .daycat .category {
    font-size: 13px;
  }
}
.single .single_wrap .page_main_cont .content {
  font-size: 18px;
}
.single .single_wrap .page_main_cont .content p {
  margin-bottom: 20px;
}
.single .single_wrap .page_main_cont .content a {
  color: #0089ce;
  text-decoration: underline;
}
.single .single_wrap .page_main_cont .content h2 {
  font-size: 36px;
  color: #062c44;
  margin-bottom: 10px;
  margin-top: 40px;
}
.single .single_wrap .page_main_cont .content h3 {
  margin-top: 40px;
  font-size: 28px;
  color: #3c9638;
  font-weight: 700;
}

.contact .chushaku {
  font-size: 18px;
  margin-bottom: 100px;
}
.contact .wpcf7 {
  width: 100%;
  max-width: 1010px;
  margin: 0 auto 250px;
}
.contact .content {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .contact .content {
    flex-wrap: wrap;
  }
}
.contact .content .title {
  width: 330px;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .contact .content .title {
    width: 30%;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .contact .content .title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.contact .content .input {
  width: calc(100% - 330px);
  font-size: 20px;
}
@media screen and (max-width: 1000px) {
  .contact .content .input {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .contact .content .input {
    width: 100%;
  }
}
.contact .content .hissu {
  display: inline-block;
  padding: 3px 10px;
  background-color: #d61d4d;
  color: white;
  font-size: 16px;
  font-weight: 700;
  margin-right: 24px;
}
.contact .content input[type=text], .contact .content textarea, .contact .content input[type=email] {
  width: 100%;
  border: 1px solid #6d6d6d;
  padding: 10px;
}
.contact .content .wpcf7-list-item {
  display: block;
}
.contact .doui_wrap {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 100px;
}
.contact input[type=submit] {
  background-color: #0089ce;
  font-size: 38px;
  font-weight: 700;
  color: white;
  padding: 10px 50px;
  border-radius: 60px;
  text-align: center;
  margin: 0 auto;
  border: none;
  display: block;
}
@media screen and (max-width: 768px) {
  .contact input[type=submit] {
    font-size: 22px;
  }
}
.contact .wpcf7 form.sent .wpcf7-response-output {
  color: #245e31;
  border: none;
  background-color: #ffeb00;
  padding: 30px 20px;
}/*# sourceMappingURL=style.min.css.map */