@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@400;600;700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  margin-top: 0 !important;
}

body {
  background: #f6f6f6;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body.blog {
  background-image: url("/wp/wp-content/themes/arubeh/assets/img/bg-pattern.png");
  background-repeat: repeat;
  background-size: 400px;
}

h1 {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 700;
  font-style: nomal;
  margin-block-start: 0;
  margin-block-end: 0;
}

h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: nomal;
  margin-block-start: 0;
  margin-block-end: 0;
  font-size: 32px;
  letter-spacing: 2px;
}
h2 span {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 600;
  color: #e83a1c;
  font-size: 12px;
  display: block;
  letter-spacing: 0.8px;
}

h3 {
  font-style: nomal;
  margin-block-start: 0;
  margin-block-end: 0;
}

p,
ul,
dl,
dt,
dd,
ol,
h4 {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
  margin-inline-start: 0;
  letter-spacing: 0.8px;
  line-height: 28px;
}

p,
ul {
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  p,
  ul {
    font-size: 14px;
  }
}

a {
  text-decoration: none;
  color: #221815;
  font-size: 14px;
  letter-spacing: 0.8px;
}
@media screen and (min-width: 1024px) {
  a {
    font-size: 14px;
    letter-spacing: 0.8px;
  }
}

ul {
  list-style: none;
}

.btn {
  box-sizing: border-box;
  display: block;
  text-align: center;
  cursor: pointer;
  background: #387fc3;
  color: #ffffff;
  font-weight: 700;
  border: #387fc3 solid 2px;
  border-radius: 40px 40px 0px 40px;
}
.btn:hover {
  background: #ffffff;
  border: 2px #0e5ba6 solid;
  color: #0e5ba6;
}
.btn:focus, .btn:focus-within, .btn:focus-visible {
  background: #0e5ba6;
  border: none;
  color: #ffffff;
}
.btn:disabled {
  color: #bbbbbb;
  background: #ffffff;
  border: 2px solid #bbbbbb;
}
.btn.primary {
  width: 100%;
  max-width: 350px;
  padding: 10px;
  margin: 0 auto;
}
.btn.secondary {
  min-width: 160px;
  width: fit-content;
  display: inline-block;
  padding: 0 px 10px;
  padding: 10px;
}

.tertiary {
  background: none;
  color: #221815;
  display: flex;
  align-items: center;
  border: none;
  cursor: pointer;
  font-weight: 700;
  gap: 8px;
}
.tertiary:after {
  content: url("/wp/wp-content/themes/arubeh/assets/img/tertiary-nomal.svg");
  height: 20px;
  width: 38.2608695652px;
}
.tertiary:hover {
  color: #0e5ba6;
}
.tertiary:hover:after {
  content: url("/wp/wp-content/themes/arubeh/assets/img/tertiary-hover.svg");
  height: 20px;
  width: 38.2608695652px;
}
.tertiary:focus, .tertiary:focus-within, .tertiary:focus-visible {
  color: #221815;
}
.tertiary:focus:after, .tertiary:focus-within:after, .tertiary:focus-visible:after {
  content: url("/wp/wp-content/themes/arubeh/assets/img/tertiary-focus.svg");
  height: 20px;
  width: 38.2608695652px;
}
.tertiary:disabled {
  color: #bbbbbb;
}
.tertiary:disabled:after {
  content: url("/wp/wp-content/themes/arubeh/assets/img/tertiary-disable.svg");
  height: 20px;
  width: 38.2608695652px;
}

section {
  padding: 40px 0px;
  box-sizing: border-box;
}
section.fv {
  padding-top: 64px;
}
@media screen and (min-width: 768px) {
  section {
    padding: 64px 0px;
  }
  section.fv {
    padding-top: 72px;
  }
}

.wrapper {
  width: calc(100% - 20px);
  margin: 0 auto;
  display: block;
  max-width: 1080px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .wrapper {
    width: 90%;
  }
}

section.fv .wrapper ol {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  list-style: none;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 40px;
}
section.fv .wrapper ol li {
  display: flex;
  gap: 12px;
}
section.fv .wrapper ol li:after {
  content: url("/wp/wp-content/themes/arubeh/assets/img/arrow.svg");
}
section.fv .wrapper ol li a {
  font-size: 12px;
}
section.fv .wrapper ol li:last-child {
  color: #387fc3;
}
section.fv .wrapper ol li:last-child:after {
  display: none;
}
@media screen and (min-width: 768px) {
  section.fv .wrapper ol {
    margin-bottom: 64px;
  }
}

small {
  font-size: 12px;
  letter-spacing: 0.6px;
}

header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  box-sizing: border-box;
}
header .pc_header {
  display: none;
}
@media screen and (min-width: 768px) {
  header .pc_header {
    display: block;
    width: 100%;
    background: #ffffff;
    padding: 12px 0px;
    border-bottom: 1px solid #221815;
  }
  header .pc_header .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .pc_header .wrapper .logo {
    cursor: pointer;
    height: 40px;
  }
  header .pc_header .wrapper .logo a img {
    height: 100%;
  }
  header .pc_header .wrapper .pc_menu_contents {
    display: flex;
    gap: 40px;
    align-items: center;
  }
  header .pc_header .wrapper .pc_menu_contents ul {
    display: flex;
    gap: 20px;
    font-weight: 700;
  }
  header .pc_header .wrapper .pc_menu_contents ul li a:hover {
    color: #0e5ba6;
  }
}
header .sp_header {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 8px;
  align-items: center;
  background: transparent;
  transition: background-color 0.3s ease;
}
header .sp_header.bg_white {
  background: #ffffff;
  border-bottom: 1px solid #221815;
}
header .sp_header .logo {
  height: 36px;
  cursor: pointer;
}
header .sp_header .logo img {
  height: 100%;
}
header .sp_header .btn_open {
  display: flex;
  padding: 12px;
  border-radius: 60px 60px 0px 60px;
  background: #221815;
  cursor: pointer;
  width: 48px;
  height: 48px;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
}
header .sp_header .btn_open img {
  width: 24px;
  aspect-ratio: 18/15;
}
header .sp_header .close {
  display: none;
}
header .sp_header .sp_menu_contents {
  background: #ffffff;
  align-items: center;
  position: fixed;
  z-index: 100;
  height: 0;
  width: 100%;
  top: 0;
  left: 0;
  display: none;
  overflow: hidden;
  transition: height 0.5s ease-in-out;
}
header .sp_header .sp_menu_contents .btn_close {
  display: flex;
  width: 48px;
  height: 48px;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  position: fixed;
  border-radius: 60px 60px 0px 60px;
  background: #221815;
  z-index: 1000;
  cursor: pointer;
  top: 8px;
  right: 8px;
}
header .sp_header .sp_menu_contents .btn_close img {
  width: 24px;
}
header .sp_header .sp_menu_contents ul.links {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  padding: 0px 20px;
  gap: 40px;
  justify-content: space-around;
  height: auto;
}
header .sp_header .sp_menu_contents ul.links li a {
  display: block;
  color: #221815;
  font-size: 24px;
  font-weight: 700;
}
header .sp_header .sp_menu_contents ul.links li a:hover {
  color: #0e5ba6;
}
header .sp_header .sp_menu_contents ul.links li a span {
  font-size: 14px;
  display: block;
}
@media screen and (min-width: 768px) {
  header .sp_header {
    display: none;
  }
}

footer {
  background: #221815;
  padding: 20px 0px;
  color: #ffffff;
  width: 100%;
  display: block;
  margin-top: auto;
}
footer .wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
footer .wrapper .contents {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
footer .wrapper .contents ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
footer .wrapper .contents ul li.logo {
  height: 36px;
  cursor: pointer;
}
footer .wrapper .contents ul li.logo img {
  height: 100%;
}
footer .wrapper .contents ul li a {
  color: #ffffff;
}
footer .wrapper .contents ul li a:hover {
  color: #edc524;
}
footer .wrapper small {
  text-align: center;
}
@media screen and (min-width: 768px) {
  footer .wrapper {
    gap: 80px;
  }
  footer .wrapper .contents {
    flex-direction: row;
    justify-content: space-between;
  }
  footer .wrapper .contents ul {
    flex-direction: row;
    gap: 40px;
    align-items: center;
  }
}

.cta .wrapper {
  border: 1px solid #221815;
  border-radius: 20px 20px 0px 20px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  padding: 20px;
}
.cta .wrapper h2 {
  color: #387fc3;
  text-align: center;
  font-size: 20px;
}

ul.blog_list {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  ul.blog_list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px 20px;
  }
}
ul.blog_list li {
  width: 100%;
  border-radius: 20px 20px 0px 20px;
  box-sizing: border-box;
  border: 1px solid #221815;
}
@media screen and (min-width: 768px) {
  ul.blog_list li {
    width: calc((100% - 40px) / 3);
  }
}
ul.blog_list li a {
  display: flex;
  flex-direction: column;
}
ul.blog_list li a .blog_thumb {
  border-radius: 20px 20px 0px 0px;
  width: 100%;
  aspect-ratio: 3/2;
  transition: 0.2s;
  border-bottom: 1px solid #221815;
}
ul.blog_list li a .blog_thumb img {
  width: 100%;
  height: 100%;
  border-radius: 20px 20px 0px 0px;
  object-fit: cover;
  aspect-ratio: 3/2;
}
ul.blog_list li a .blog_description {
  background: #ffffff;
  padding: 20px;
  border-radius: 0px 0px 0px 18px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: 0.2s;
}
ul.blog_list li a .blog_description span.category {
  color: #ffffff;
  background: #221815;
  border-radius: 20px 20px 0px 20px;
  padding: 8px;
  font-size: 12px;
  font-weight: 600;
  width: fit-content;
  line-height: 12px;
}
ul.blog_list li a .blog_description p {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  ul.blog_list li a .blog_description p {
    height: 84px;
  }
}
ul.blog_list li a .blog_description span.date {
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 12px;
  font-weight: 400;
}
ul.blog_list li a:hover .blog_thumb {
  filter: brightness(0.9);
}
ul.blog_list li a:hover .blog_description {
  background: #0e5ba6;
  color: #ffffff;
}
ul.blog_list li a:hover .blog_description span.category {
  background: #edc524;
  color: #0e5ba6;
}

#home_fv {
  background-image: url("/wp/wp-content/themes/arubeh/assets/img/bg-pattern.png");
  background-repeat: repeat;
  background-size: 400px;
  border-bottom: 1px solid #221815;
}
@media screen and (min-width: 768px) {
  #home_fv {
    padding-top: 128px;
    padding-bottom: 80px;
  }
}
#home_fv .wrapper {
  display: flex;
  justify-content: space-between;
}
#home_fv .wrapper .contents {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 40px;
  margin: 40px 0px 0px;
}
#home_fv .wrapper .contents h1 {
  font-size: 72px;
}
#home_fv .wrapper .contents .sp {
  display: block;
  width: 80%;
}
@media screen and (min-width: 768px) {
  #home_fv .wrapper .contents .sp {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #home_fv .wrapper .contents {
    margin: 0px;
  }
}
#home_fv .wrapper img.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  #home_fv .wrapper img.pc {
    display: block;
  }
}

#service .wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#service .wrapper h2 {
  text-align: center;
}
#service .wrapper ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#service .wrapper ul li {
  display: flex;
  flex-direction: column;
}
#service .wrapper ul li .content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#service .wrapper ul li .content h3 {
  text-align: center;
  font-size: 20px;
}
#service .wrapper ul li img {
  display: block;
  margin: 0 auto;
  width: 40%;
  max-width: 160px;
  max-height: 160px;
}
#service .wrapper ul li img.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  #service .wrapper ul li {
    flex-direction: row-reverse;
    align-items: center;
  }
  #service .wrapper ul li:nth-child(2) {
    flex-direction: row;
  }
  #service .wrapper ul li .content {
    width: 70%;
  }
  #service .wrapper ul li .content h3 {
    text-align: left;
  }
  #service .wrapper ul li img {
    width: 30%;
  }
  #service .wrapper ul li img.pc {
    display: block;
    max-width: 200px;
    max-height: 200px;
  }
  #service .wrapper ul li img.sp {
    display: none;
  }
}

#home_blog .wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 40px;
}
#home_blog .wrapper h2 {
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #home_blog .wrapper h2 {
    text-align: left;
  }
}

#about_fv .wrapper h1 {
  font-size: 48px;
  position: relative;
  width: fit-content;
}
#about_fv .wrapper h1 span {
  font-size: 24px;
  display: block;
}
#about_fv .wrapper h1:after {
  content: url("/wp/wp-content/themes/arubeh/assets/img/polygon_red.svg");
  position: absolute;
  bottom: 0px;
  z-index: -1;
  width: 70px;
  height: 70px;
  right: -10px;
}
@media screen and (min-width: 768px) {
  #about_fv .wrapper h1 {
    font-size: 64px;
  }
  #about_fv .wrapper h1 span {
    font-size: 32px;
  }
  #about_fv .wrapper h1:after {
    width: 100px;
    height: 100px;
    right: -40px;
  }
}

#about_member .wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#about_member .wrapper .member_info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
#about_member .wrapper .member_info img {
  width: 80%;
  max-width: 300px;
  border-radius: 50%;
  border: 1px solid #221815;
  aspect-ratio: 1/1;
}
#about_member .wrapper .member_info .profile {
  background: #ffffff;
  border-radius: 0px 20px 20px 20px;
  border: 1px solid #221815;
  padding: 20px;
}
#about_member .wrapper .member_info .profile h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
#about_member .wrapper .member_info .profile h3 span {
  font-size: 16px;
  display: block;
}
@media screen and (min-width: 768px) {
  #about_member .wrapper .member_info {
    flex-direction: row;
    gap: 40px;
  }
  #about_member .wrapper .member_info img {
    width: calc(35% - 40px);
  }
  #about_member .wrapper .member_info .profile {
    border-radius: 20px 20px 20px 0px;
    width: 65%;
    padding: 32px;
  }
  #about_member .wrapper .member_info .profile h3 {
    margin-bottom: 40px;
  }
}

#about_company .wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#about_company .wrapper table {
  border-radius: 20px 20px 0px 20px;
  border: 1px solid #221815;
  box-sizing: border-box;
  border-spacing: 0px;
}
#about_company .wrapper table tr {
  font-size: 12px;
  letter-spacing: 0.6px;
}
#about_company .wrapper table tr th {
  background: #387fc3;
  color: #ffffff;
  padding: 20px 10px;
  border-bottom: 1px solid #ffffff;
}
#about_company .wrapper table tr th.first {
  border-radius: 18px 0px 0px 0px;
}
#about_company .wrapper table tr th.last {
  border-radius: 0px 0px 0px 18px;
  border-bottom: none;
}
#about_company .wrapper table tr td {
  padding: 20px 10px;
  background: #ffffff;
  color: #221815;
  border-bottom: 1px solid #387fc3;
}
#about_company .wrapper table tr td.first {
  border-radius: 0px 18px 0px 0px;
}
#about_company .wrapper table tr td.last {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  #about_company .wrapper table tr {
    font-size: 14px;
    letter-spacing: 0.8px;
  }
}

#access .wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#access .wrapper .access_info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#access .wrapper .access_info .g-map {
  width: 100%;
  border-radius: 20px 20px 0px 20px;
  border: 1px solid #221815;
  aspect-ratio: 3/2;
}
#access .wrapper .access_info .g-map iframe {
  width: 100%;
  height: 100%;
  border-radius: 18px 18px 0px 18px;
}
#access .wrapper .access_info .address {
  background: #ffffff;
  border: 1px solid #221815;
  padding: 20px;
  border-radius: 0px 20px 20px 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-sizing: border-box;
}
#access .wrapper .access_info .address address {
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.8px;
  line-height: 28px;
}
@media screen and (min-width: 1024px) {
  #access .wrapper .access_info .address address {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  #access .wrapper .access_info {
    flex-direction: row;
    gap: 20px;
  }
  #access .wrapper .access_info .address {
    border-radius: 20px 20px 0px 20px;
  }
}

#contact_fv .wrapper h1 {
  font-size: 48px;
  position: relative;
  width: fit-content;
}
#contact_fv .wrapper h1 span {
  font-size: 24px;
  display: block;
}
#contact_fv .wrapper h1:after {
  content: url("/wp/wp-content/themes/arubeh/assets/img/circle_blue.svg");
  position: absolute;
  z-index: -1;
  bottom: 0px;
  right: -30px;
  width: 70px;
  height: 70px;
}
@media screen and (min-width: 768px) {
  #contact_fv .wrapper h1 {
    font-size: 64px;
  }
  #contact_fv .wrapper h1 span {
    font-size: 32px;
  }
  #contact_fv .wrapper h1:after {
    width: 100px;
    height: 100px;
    right: -60px;
  }
}

#contact_contents .wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#contact_contents .wrapper .guidance {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 20px;
}
#contact_contents .wrapper .guidance h2 {
  font-size: 20px;
}
#contact_contents .wrapper .guidance img {
  width: 240px;
  display: block;
  margin: 0 auto;
}
#contact_contents .wrapper .guidance ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#contact_contents .wrapper .guidance ul li {
  display: flex;
  align-items: center;
  gap: 8px;
}
#contact_contents .wrapper .guidance ul li:before {
  content: url("/wp/wp-content/themes/arubeh/assets/img/check.svg");
  width: 18px;
  height: 18px;
}
#contact_contents .wrapper form {
  background: #ffffff;
  padding: 20px;
  border-radius: 20px 20px 0px 20px;
  box-sizing: border-box;
  border: 1px solid #221815;
}
#contact_contents .wrapper form p {
  margin-bottom: 12px;
}
#contact_contents .wrapper form label {
  font-weight: 600;
  display: flex;
  gap: 12px;
  align-items: center;
  line-height: 14px;
  margin-top: 20px;
  margin-bottom: 12px;
}
#contact_contents .wrapper form label.required:after {
  content: "必須";
  background: #221815;
  color: #ffffff;
  font-size: 10px;
  padding: 4px 8px;
  border-radius: 20px;
}
#contact_contents .wrapper form a {
  color: #387fc3;
  font-weight: 600;
}
#contact_contents .wrapper form a:hover {
  color: #0e5ba6;
}
#contact_contents .wrapper form span input,
#contact_contents .wrapper form span textarea {
  font-size: 14px;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  background: #f6f6f6;
  border: 1px solid #221815;
  padding: 8px 12px;
  box-sizing: border-box;
  border-radius: 20px;
  width: 100%;
  font-weight: 500;
  display: block;
}
#contact_contents .wrapper form span input::placeholder,
#contact_contents .wrapper form span textarea::placeholder {
  color: #bbbbbb;
}
#contact_contents .wrapper form span input:focus, #contact_contents .wrapper form span input:focus-within, #contact_contents .wrapper form span input:focus-visible,
#contact_contents .wrapper form span textarea:focus,
#contact_contents .wrapper form span textarea:focus-within,
#contact_contents .wrapper form span textarea:focus-visible {
  border: 1px solid #0e5ba6;
  outline: 2px solid #0e5ba6;
  width: 100% !important;
}
#contact_contents .wrapper form span input:disabled,
#contact_contents .wrapper form span textarea:disabled {
  border: 1px solid #bbbbbb;
}
#contact_contents .wrapper form span input:user-invalid,
#contact_contents .wrapper form span textarea:user-invalid {
  border: 1px solid #e83a1c;
  outline: 2px solid #e83a1c;
}
#contact_contents .wrapper form span input.wpcf7-not-valid,
#contact_contents .wrapper form span textarea.wpcf7-not-valid {
  border: 1px solid #e83a1c;
  outline: 2px solid #e83a1c;
}
#contact_contents .wrapper form span textarea {
  border-radius: 20px 20px 0px 20px;
  resize: vertical;
}
#contact_contents .wrapper form span span.wpcf7-not-valid-tip {
  color: #e83a1c;
  font-weight: 500;
  font-size: 12px;
  display: inline-block;
}
#contact_contents .wrapper form input[type=submit] {
  box-sizing: border-box;
  display: block;
  text-align: center;
  cursor: pointer;
  background: #387fc3;
  color: #ffffff;
  font-weight: 700;
  border: #387fc3 solid 2px;
  border-radius: 40px 40px 0px 40px;
  width: 100%;
  font-size: 16px;
  max-width: 350px;
  padding: 10px;
  margin: 0 auto;
}
#contact_contents .wrapper form input[type=submit]:hover {
  background: #ffffff;
  border: 2px #0e5ba6 solid;
  color: #0e5ba6;
}
#contact_contents .wrapper form input[type=submit]:focus, #contact_contents .wrapper form input[type=submit]:focus-within, #contact_contents .wrapper form input[type=submit]:focus-visible {
  background: #0e5ba6;
  border: none;
  color: #ffffff;
}
#contact_contents .wrapper form input[type=submit]:disabled {
  color: #bbbbbb;
  background: #ffffff;
  border: 2px solid #bbbbbb;
}
@media screen and (min-width: 768px) {
  #contact_contents .wrapper {
    flex-direction: row;
    gap: 20px;
  }
  #contact_contents .wrapper .guidance {
    width: calc(50% - 10px);
    gap: 40px;
    align-items: flex-start;
  }
}

#blog_fv .wrapper h1,
#blog_fv .wrapper p {
  font-size: 48px;
  font-weight: 700;
  position: relative;
  width: fit-content;
  font-family: "Montserrat Alternates", sans-serif;
  line-height: normal;
}
#blog_fv .wrapper h1 span,
#blog_fv .wrapper p span {
  font-size: 24px;
  display: block;
}
#blog_fv .wrapper h1:after,
#blog_fv .wrapper p:after {
  content: url("/wp/wp-content/themes/arubeh/assets/img/rectangle.svg");
  position: absolute;
  bottom: 10px;
  z-index: -1;
  right: 0px;
}
@media screen and (min-width: 768px) {
  #blog_fv .wrapper h1,
  #blog_fv .wrapper p {
    font-size: 64px;
  }
  #blog_fv .wrapper h1 span,
  #blog_fv .wrapper p span {
    font-size: 32px;
  }
  #blog_fv .wrapper h1:after,
  #blog_fv .wrapper p:after {
    right: -60px;
    bottom: -20px;
  }
}

#blog_top_list {
  padding-bottom: 0px;
}
#blog_top_list .wrapper ul.blog_list li.first-post:first-child a {
  position: relative;
}
#blog_top_list .wrapper ul.blog_list li.first-post:first-child a:before {
  content: "NEW";
  font-weight: 700;
  color: #ffffff;
  background: #e83a1c;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  position: absolute;
  top: -10px;
  left: -10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  #blog_top_list .wrapper ul.blog_list li.first-post:first-child {
    width: 100%;
  }
  #blog_top_list .wrapper ul.blog_list li.first-post:first-child a {
    flex-direction: row;
  }
  #blog_top_list .wrapper ul.blog_list li.first-post:first-child a .blog_thumb {
    border-radius: 20px 0px 0px 20px;
    width: 40%;
    display: flex;
    min-width: 320px;
    border-bottom: none;
    border-right: 1px solid #221815;
  }
  #blog_top_list .wrapper ul.blog_list li.first-post:first-child a .blog_thumb img {
    border-radius: 20px 0px 0px 20px;
  }
  #blog_top_list .wrapper ul.blog_list li.first-post:first-child a .blog_description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 60%;
    max-width: calc(100% - 320px);
    border-radius: 0px 18px 0px 0px;
    padding: 40px;
  }
  #blog_top_list .wrapper ul.blog_list li.first-post:first-child a .blog_description p {
    font-size: 24px;
  }
  #blog_top_list .wrapper ul.blog_list li.first-post:first-child a:hover:before {
    background: #cd2003;
  }
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px auto 0px;
  gap: 12px;
  align-items: center;
}
.pagination .page-numbers {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 20px 20px 0px 20px;
  color: #387fc3;
  font-weight: 600;
  font-size: 14px;
}
.pagination .page-numbers.current {
  color: #ffffff;
  background: #221815;
}
.pagination .page-numbers.current:hover {
  background: #221815;
}
.pagination .page-numbers.next, .pagination .page-numbers.prev {
  width: fit-content;
  padding: 0px 8px;
}
.pagination .page-numbers:hover {
  background: #0e5ba6;
  color: #ffffff;
}

#blog_category_list {
  padding-bottom: 0px;
}
#blog_category_list .wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#blog_category_list .wrapper h2 {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  #blog_category_list .wrapper {
    gap: 40px;
  }
  #blog_category_list .wrapper h2 {
    font-size: 28px;
  }
}

.single_contents .wrapper article {
  background: #ffffff;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px;
  border-radius: 20px 20px 0px 20px;
  border: 1px solid #221815;
}
.single_contents .wrapper article .info {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.single_contents .wrapper article .info span.category ul li a {
  background: #221815;
  border-radius: 20px 20px 0px 20px;
  padding: 8px;
  font-size: 12px;
  font-weight: 600;
  width: fit-content;
  line-height: 12px;
  color: #ffffff;
}
.single_contents .wrapper article .info span.date {
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 12px;
  font-weight: 400;
}
.single_contents .wrapper article h1.blog_title {
  width: 100%;
  text-align: left;
  font-size: 20px;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}
.single_contents .wrapper article .blog_thumb {
  display: block;
  width: 100%;
  max-width: 640px;
}
.single_contents .wrapper article .blog_thumb img {
  width: 100%;
  height: auto;
}
.single_contents .wrapper article .blog_body {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 14px;
}
.single_contents .wrapper article .blog_body h2 {
  font-size: 24px;
  border-bottom: 1px solid #221815;
}
.single_contents .wrapper article .blog_body h3 {
  font-size: 22px;
  font-weight: 700;
}
.single_contents .wrapper article .blog_body h4 {
  font-size: 18px;
  font-weight: 600;
}
.single_contents .wrapper article .blog_body h5 {
  font-size: 16px;
  font-weight: 600;
}
.single_contents .wrapper article .blog_body p {
  font-size: 14px;
  font-weight: 400;
}
.single_contents .wrapper article .blog_body strong {
  font-size: 16px;
  font-weight: 600;
}
.single_contents .wrapper article .blog_body ul li {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.single_contents .wrapper article .blog_body ul li:before {
  content: "●";
  font-size: 14px;
  color: #edc524;
}
.single_contents .wrapper article .blog_body ol {
  padding-inline-start: 1em;
}
.single_contents .wrapper article .blog_body a {
  color: #387fc3;
}
.single_contents .wrapper article .blog_body a:hover {
  color: #0e5ba6;
}
.single_contents .wrapper article .blog_body table {
  border: 1px solid #221815;
  border-spacing: inherit;
}
.single_contents .wrapper article .blog_body table thead {
  background: #f6f6f6;
}
.single_contents .wrapper article .blog_body table tr th {
  border-bottom: 1px solid #221815;
  border-right: 1px solid #221815;
  padding: 4px 8px;
}
.single_contents .wrapper article .blog_body table tr th p {
  font-weight: 600;
}
.single_contents .wrapper article .blog_body table tr th:last-child {
  border-right: none;
}
.single_contents .wrapper article .blog_body table tr td {
  border-right: 1px solid #221815;
  border-bottom: 1px solid #221815;
  padding: 4px 8px;
}
.single_contents .wrapper article .blog_body table tr td:last-child {
  border-right: none;
}
.single_contents .wrapper article .blog_body table tr td p {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .single_contents .wrapper article .blog_body table tr td p {
    font-size: 14px;
  }
}
.single_contents .wrapper article .blog_body table tr:last-child td {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .single_contents .wrapper article {
    padding: 40px;
    gap: 40px;
  }
  .single_contents .wrapper article h1.blog_title {
    font-size: 28px;
  }
  .single_contents .wrapper article .blog_body h2 {
    font-size: 20px;
  }
  .single_contents .wrapper article .blog_body h3 {
    font-size: 16px;
  }
}

.related_articles .wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-end;
}
.related_articles .wrapper h3 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .related_articles .wrapper {
    gap: 40px;
  }
}