@charset "UTF-8";
/*
Theme Name: smafast
Author: smartiy
Version: 1.0
*/
* {
  box-sizing: border-box;
}

body {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 0;
}

h2 {
  display: block;
  text-align: center;
}

li {
  list-style-type: none;
}

.h2 {
  font-size: 60px;
  margin: 0;
  line-height: 1em;
}

.supplement {
  font-size: 12px;
  margin: 0;
}

input[type=submit] .button {
  border: 1px solid #FFD600;
  background-color: #FFD600;
  color: #000000;
}

a,
a:link {
  color: #000000;
}

a:hover {
  text-decoration: none;
  color: #FFD600;
}

a {
  text-decoration: none;
}

#header_top {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
#header_top .nav {
  display: flex;
  position: relative;
  align-items: center;
  z-index: 40;
}
#header_top .nav .hamburger {
  display: none;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
#header_top .nav .hamburger .bar {
  width: 40px;
  height: 3px;
  background: #FFD600;
  border-radius: 2px;
  display: block;
  position: absolute;
  transition: all 0.3s;
}
#header_top .nav .hamburger .bar-middle {
  background: #FFD600;
  border-radius: 100%;
  padding: 20px 10px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.0784313725);
}
#header_top .nav .hamburger .bar-middle p {
  margin: 0;
  color: #00095E;
  font-weight: bold;
}
#header_top .nav .hamburger .bar-top {
  transform: translate(0, -12px);
}
#header_top .nav .hamburger .bar-bottom {
  transform: translate(0, 12px);
}
#header_top .nav .checkbox:checked ~ .hamburger .bar-middle {
  opacity: 0;
}
#header_top .nav .checkbox:checked ~ .hamburger .bar-top {
  transform: translate(0, 0) rotate(45deg);
}
#header_top .nav .checkbox:checked ~ .hamburger .bar-bottom {
  transform: translate(0, 0) rotate(-45deg);
}
#header_top .nav .checkbox {
  display: none;
}
#header_top .nav .checkbox:checked ~ .nav-menu {
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  opacity: 1;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
#header_top .nav .navigation:hover .nav_button:hover > p {
  font-weight: bold;
  /* 回転の角度・サイズ調整 */
  transform: rotateX(360deg) scale(1.5);
  transition: 0.5s;
  /* hover時の速度調整 */
}
#header_top .nav .navigation_contact:hover .nav_button_contact:hover > p {
  font-weight: bold;
  /* 回転の角度・サイズ調整 */
  transform: rotateX(360deg) scale(1);
  transition: 0.1s;
  /* hover時の速度調整 */
}
#header_top .nav h1 {
  margin: 40px;
}
#header_top .nav h1 img {
  width: 300px;
  height: auto;
}
#header_top .nav h1 img:hover {
  transform: scale(1.1);
  /* 1.1倍に拡大 */
}
#header_top .nav input#hamburger {
  display: none;
}
#header_top .nav nav {
  margin: 0 0 0 auto;
}
#header_top .nav nav ul {
  list-style-type: none;
  margin: 0 40px 0 0;
  gap: 10px;
  padding: 0;
  display: flex;
  align-items: center;
}
#header_top .nav nav li {
  padding: 10px;
  margin: 0;
}
#header_top .nav nav a {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
}
#header_top .nav nav #contact {
  height: auto;
  border: 3px solid #FFD600;
  background-color: #FFD600;
  border-radius: 10px;
  padding: 0 20px;
}
#header_top .nav nav #contact:hover {
  height: auto;
  border: 3px solid #FFD600;
  background-color: rgba(255, 213, 0, 0);
  border-radius: 10px;
  padding: 0 20px;
}
#header_top .nav nav #contacta {
  color: #00095E;
  font-weight: bold;
}
#header_top .nav nav #contacta:hover {
  color: #FFD600;
  font-weight: bold;
}

.catch .catch_slider .radius_width {
  background: #00095E;
  height: 800px;
  width: 800px;
  border-radius: 50%;
  position: absolute;
  top: -190px;
  right: -90px;
  z-index: 30;
  max-width: 70vw;
  max-height: 70vw;
}
.catch .catch_slider .catch_img {
  position: absolute;
  width: 900px;
  height: auto;
  top: 160px;
  left: 80px;
  z-index: 50;
}
.catch .catch_slider .catch_img .catch_copy_position {
  position: relative;
}
.catch .catch_slider .catch_img .catch_copy_position .items {
  /* wrapperのサイズを調整 */
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 56.25%;
  border-radius: 25px;
}
.catch .catch_slider .catch_img .catch_copy_position .items .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}
.catch .catch_slider .catch_img .catch_copy_position .items .item img {
  border-radius: 25px;
  max-width: 100%;
  height: 100%;
}
.catch .catch_slider .catch_img .catch_copy_position .items .current {
  opacity: 1;
}
.catch .catch_slider .catch_img .catch_copy_position .items .current .pc {
  display: block !important;
}
.catch .catch_slider .catch_img .catch_copy_position .items .current .sp {
  display: none !important;
}
.catch .catch_slider .catch_img .catch_copy_position .catch_copy {
  position: absolute;
  bottom: -35px;
  left: 50px;
}
.catch .catch_slider .catch_img .catch_copy_position .catch_copy p {
  letter-spacing: 5px;
  font-size: 60px;
  color: white;
  text-shadow: 5px 3px 4px rgba(14, 14, 14, 0.4588235294);
  font-family: "Contrail One", sans-serif;
}

#article_index {
  position: relative;
  padding-top: 640px;
}
#article_index #news,
#article_index #about,
#article_index .contact_width {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}

#news {
  max-width: 100%;
  height: 300px;
  position: relative;
}

.stripe {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: absolute;
  right: 280px;
  z-index: 10;
}
.stripe img {
  width: 2px;
}

.viewnews {
  display: flex;
  align-items: center;
  justify-content: center;
}
.viewnews .b_news_g {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.viewnews .b_news_g h2 {
  margin: 0;
  padding: 15px;
}
.viewnews .content_list {
  max-width: 100%;
  width: 100%;
  list-style-type: none;
  margin: 0 30px;
  padding: 15px 10px;
  border: 3px solid #00095E;
  border-radius: 20px;
  background-color: white;
}
.viewnews .content_list .module-Article_Item .module-Article_Item_Link .module-Article_Item_Body .module-Article_Item_Meta {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0;
  padding: 5px 20px;
  gap: 10px;
}
.viewnews .content_list .module-Article_Item .module-Article_Item_Link .module-Article_Item_Body .module-Article_Item_Meta .module-Article_Item_Date {
  font-weight: bold;
}
.viewnews .content_list .module-Article_Item .module-Article_Item_Link .module-Article_Item_Body .module-Article_Item_Meta .module-Article_Item_Title {
  display: flex;
  align-items: center;
  width: 84%;
  border-bottom: 1px solid #000000;
}
.viewnews .content_list .module-Article_Item .module-Article_Item_Link .module-Article_Item_Body .module-Article_Item_Meta .module-Article_Item_Title h2 {
  margin: 0;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: normal;
  text-align: justify;
}
.viewnews .content_list .module-Article_Item .module-Article_Item_Link .module-Article_Item_Body .module-Article_Item_Meta .module-Article_Item_Title .module-Article_Item_Title_tag {
  color: #FFD600;
  padding: 0 10px;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: bold;
}

.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 2.5s;
}
.fadein.fadein-left {
  transform: translate(-30px, 0);
}
.fadein.fadein-right {
  transform: translate(30px, 0);
}
.fadein.fadein-up {
  transform: translate(0, -30px);
}
.fadein.fadein-bottom {
  transform: translate(0, 30px);
}
.fadein.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

#about {
  max-width: 100%;
  height: 800px;
  margin: 30px 0;
  position: relative;
}
#about .viewabout .about_photo {
  border-radius: 5%;
}
#about .viewabout .about_1 {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#about .viewabout .about_1 h2 {
  width: 600px;
  height: auto;
}
#about .viewabout .about_1 img {
  width: 400px;
  height: auto;
  margin: 0 0 0 50px;
  box-shadow: 4px 4px 7px 0px rgba(14, 14, 14, 0.35);
}
#about .viewabout .about_2 {
  display: flex;
  align-items: center;
  position: absolute;
  top: 260px;
  right: 30px;
}
#about .viewabout .about_2 .about_button {
  padding: 0px 0px 0px 200px;
}
#about .viewabout .about_2 .about_button .pc {
  display: block !important;
}
#about .viewabout .about_2 .about_button .sp {
  display: none !important;
}
#about .viewabout .about_2 .about_button .about_border {
  display: flex;
  align-items: center;
}
#about .viewabout .about_2 .about_button .about_border img {
  width: 30px;
  height: 2px;
  margin: 0 10px 0 0;
  box-shadow: none;
}
#about .viewabout .about_2 img {
  width: 330px;
  height: auto;
  margin: 0 20px;
  box-shadow: 4px 4px 7px 0px rgba(14, 14, 14, 0.35);
}
#about .viewabout .about_3 {
  position: absolute;
  top: 450px;
  left: 200px;
}
#about .viewabout .about_3 img {
  width: 400px;
  box-shadow: 4px 4px 7px 0px rgba(14, 14, 14, 0.35);
}
#about .viewabout .about_circle {
  width: 500px;
  height: 500px;
  border: 25px solid #00095E;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  z-index: -10;
  top: 95px;
  left: 120px;
}
#about .viewabout .about_circle .about_circle_in {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #FFD600;
  position: absolute;
  z-index: 0;
  top: 260px;
  left: -45px;
}

#service {
  display: flex;
  max-width: 100%;
  height: 700px;
  margin: 150px 0;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#service #container {
  width: 100%;
}
#service #container .border {
  position: relative;
  font-size: 18px;
  color: rgba(255, 255, 255, 0);
}
#service #container .border:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  border-bottom: solid 10px #00095E;
  max-width: 100%;
  animation: border_anim 10s linear forwards;
}
#service #container2 {
  width: 100%;
}
#service #container2 .border {
  position: relative;
  font-size: 18px;
  color: rgba(255, 255, 255, 0);
}
#service #container2 .border:before {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 0;
  transform: translateX(-100%);
  border-bottom: solid 10px #00095E;
  animation: border_anim 10s linear forwards;
}
#service h2 {
  margin: 60px 0 0 0;
}
#service .service_width {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 800px;
  width: 100%;
  gap: 30px;
}
#service .service_width .tab_contents {
  width: 40%;
}
#service .service_width .tab_contents .tab_content {
  position: relative;
}
#service .service_width .tab_contents .tab_content .frame {
  width: 100%;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#service .service_width .tab_contents .tab_content .frame .frame_top {
  width: 100%;
  padding: 20px;
}
#service .service_width .tab_contents .tab_content .frame .c-txtsp {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  width: 65%;
  display: flex;
  flex-direction: column;
}
#service .service_width .tab_contents .tab_content .frame .c-txtsp h3 {
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.25rem;
  line-height: 2rem;
  margin: 10px auto;
  border-bottom: solid #FFD600 2px;
  width: 80%;
}
#service .service_width .tab_contents .tab_content .frame .c-txtsp p {
  color: #fff;
  text-align: justify;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 1.5rem;
  margin: 0 3px;
}
#service .service_width .tab_contents .tab_content .frame .c-txtsp .stripe2 {
  display: flex;
  justify-content: center;
  margin: 2rem 0 0 0;
}
#service .service_width .tab_contents .tab_content img {
  max-width: 100%;
  height: auto;
  padding: 20px;
}
#service .service_width .servicecircle {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
#service .service_width .servicecircle label {
  cursor: pointer;
}
#service .service_width .servicecircle .balloon_logo,
#service .service_width .servicecircle .balloon_logo1,
#service .service_width .servicecircle .balloon_logo2,
#service .service_width .servicecircle .balloon_logo3 {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}
#service .service_width .servicecircle .balloon_logo {
  background-image: url(https://smafast.co.jp/wp-content/themes/smafast/image/webdesign_main.jpg);
}
#service .service_width .servicecircle .balloon_logo:hover {
  background-image: url(https://smafast.co.jp/wp-content/themes/smafast/image/webdesign_main_hover.png);
}
#service .service_width .servicecircle .balloon_logo1 {
  background-image: url(https://smafast.co.jp/wp-content/themes/smafast/image/repair_main.jpg);
}
#service .service_width .servicecircle .balloon_logo1:hover {
  background-image: url(https://smafast.co.jp/wp-content/themes/smafast/image/repair_main_hover.png);
}
#service .service_width .servicecircle .balloon_logo2 {
  background-image: url(https://smafast.co.jp/wp-content/themes/smafast/image/smath_main.jpg);
}
#service .service_width .servicecircle .balloon_logo2:hover {
  background-image: url(https://smafast.co.jp/wp-content/themes/smafast/image/smath_main_hover.png);
}
#service .service_width .servicecircle .balloon_logo3 {
  background-image: url(https://smafast.co.jp/wp-content/themes/smafast/image/burger_1.jpg);
}
#service .service_width .servicecircle .balloon_logo3:hover {
  background-image: url(https://smafast.co.jp/wp-content/themes/smafast/image/burger_1_hover.png);
}

@keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
/* 初期状態では全部非表示 */
.tab_content {
  display: none;
}

#smafast_t:checked ~ #service .tab_contents #smafast_content,
#smartiy_t:checked ~ #service .tab_contents #smartiy_content,
#smash_t:checked ~ #service .tab_contents #smash_content,
#pburger_t:checked ~ #service .tab_contents #pburger_content {
  display: block;
}

input[name=tab_item] {
  display: none;
}

#contact_form {
  background-color: #F6F6F6;
  max-width: 100%;
  height: 500px;
  margin: 180px 0 0 0;
}
#contact_form span {
  color: #D26B6B;
  font-size: 12px;
}
#contact_form .contact_width {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
#contact_form .contact_width .contactleft {
  width: 45%;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin: 30px 15px 30px 30px;
}
#contact_form .contact_width .contactleft .contact_font_size {
  font-size: 12px;
}
#contact_form .contact_width .contactleft .stripe2 {
  margin: 0 0 20px 0;
  gap: 10px;
}
#contact_form .contact_width .contactleft .stripe2 img {
  margin-bottom: 10px;
  width: 2px;
}
#contact_form .contact_width .contactright {
  width: 55%;
  background-color: #00095E;
  border-radius: 30px;
  padding: 25px;
  margin: 30px 30px 30px 15px;
  color: #ffffff;
}
#contact_form .contact_width .contactright .form_name {
  display: flex;
  justify-content: space-between;
  gap: 5px;
}
#contact_form .contact_width .contactright .form_name dt {
  width: 46%;
}
#contact_form .contact_width .contactright .form_name dd {
  width: 54%;
}
#contact_form .contact_width .contactright .form_name dd input[type=text],
#contact_form .contact_width .contactright .form_name dd input[type=email] {
  width: 100%;
}
#contact_form .contact_width .contactright .form_textarea dt {
  padding-bottom: 5px;
}
#contact_form .contact_width .contactright .form_textarea dd textarea {
  width: 100%;
  height: 100px;
}
#contact_form .contact_width .contactright .form_checkbox {
  padding-bottom: 5px;
}
#contact_form .contact_width .contactright .form_checkbox .checkbox {
  accent-color: #f00;
}
#contact_form .contact_width .contactright .form_checkbox a {
  color: #D26B6B;
}
#contact_form .contact_width .contactright dl {
  width: 100%;
  margin: 0;
}
#contact_form .contact_width .contactright dd {
  margin: 0;
  padding-bottom: 10px;
}
#contact_form .contact_width .contactright dt {
  letter-spacing: 1px;
}
#contact_form input[type=submit] {
  border: 1px solid #FFD600;
  border-radius: 5px;
  background-color: #FFD600;
  width: 100%;
  font-weight: bold;
  letter-spacing: 2px;
}

#roll .roll-banner {
  display: block;
  height: 150px;
  width: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
#roll .roll_content {
  display: inline-block;
  color: rgba(0, 9, 94, 0.431372549);
  font-size: 100px;
  font-weight: bold;
  padding-left: 100%;
  white-space: nowrap;
  animation: animate-banner 30s linear infinite;
}
#roll .roll_content p {
  margin: 0;
  padding: 0;
}

@keyframes animate-banner {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
footer {
  width: 100%;
  height: 500px;
  background-color: #00095E;
  align-items: center;
  display: flex;
  justify-content: center;
}
footer .footer_width {
  width: 90%;
  align-items: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
footer .footer_width .footermenu {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: center;
  justify-content: center;
}
footer .footer_width .footermenu img {
  width: 300px;
  transition: 0.3s;
  /* 0.3秒で拡大までの時間 */
}
footer .footer_width .footermenu img:hover {
  transform: scale(1.1);
  /* 1.1倍に拡大 */
}
footer .footer_width .footernav {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
footer .footer_width .footernav #footer_logo {
  padding: 0 30px 0 60px;
}
footer .footer_width .footernav #footer_logo img {
  transition: 0.3s;
  /* 0.3秒で拡大までの時間 */
}
footer .footer_width .footernav #footer_logo img:hover {
  transform: scale(1.1);
  /* 1.1倍に拡大 */
}
footer .footer_width .footernav ul {
  gap: 10px;
  display: flex;
  flex-direction: column;
}
footer .footer_width .footernav ul li {
  list-style-type: none;
}
footer .footer_width .footernav ul li a {
  display: inline-block;
  position: relative;
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
  letter-spacing: 3px;
  font-weight: bold;
  transition: 0.3s;
}
footer .footer_width .footernav ul li a:hover {
  color: #FFD600;
}
footer .footer_width .footernav ul li a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 0;
  height: 2px;
  background: #ffffff;
  transition: 0.3s;
}
footer .footer_width .footernav ul li a:hover::before {
  left: 0;
  width: 100%;
}
footer .footer_width .footernav ul li img {
  width: 150px;
}
footer .footeraddress {
  color: #ffffff;
}
footer .footeraddress address {
  font-size: 11px;
  font-style: normal;
  letter-spacing: 1px;
}
footer .footeraddress .policy {
  display: flex;
}
footer .footeraddress .policy a {
  color: #ffffff;
  padding-right: 15px;
  letter-spacing: 1px;
}
footer .footeraddress .policy p {
  letter-spacing: 1px;
}
footer .footeraddress .policy p:hover {
  color: #FFD600;
}

@media screen and (max-width: 767px) {
  h2 .h2 {
    font-size: 40px;
    margin: 0;
    line-height: 1em;
  }
  #header_top {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    top: 0;
  }
  #header_top .nav {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 40;
    align-items: center;
    justify-content: space-around;
    padding: 25px;
  }
  #header_top .nav .hamburger {
    display: flex;
    transition: all 0.4s;
    position: fixed;
    z-index: 30;
    right: 10px;
    top: 10px;
  }
  #header_top .nav .nav-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    color: #333;
    top: 0;
    right: -100%;
    transition: all 0.3s;
  }
  #header_top .nav .nav-menu ul {
    margin: 70px 0;
    position: relative;
  }
  #header_top .nav .nav-menu ul li {
    padding: 10px 0;
    text-align: center;
  }
  #header_top .nav .nav-menu ul li p {
    margin: 10px;
    text-shadow: 4px 2px 30px #000000;
  }
  #header_top .nav .nav-menu ul li p a {
    font-size: 16px;
    color: #ffffff;
  }
  #header_top .nav .navigation:hover .nav_button:hover > p {
    font-weight: bold;
    /* 回転の角度・サイズ調整 */
    transform: rotateX(360deg) scale(1.5);
    transition: 0.5s;
    /* hover時の速度調整 */
  }
  #header_top .nav .navigation_contact:hover .nav_button_contact:hover > p {
    font-weight: bold;
    /* 回転の角度・サイズ調整 */
    transform: rotateX(360deg) scale(1);
    transition: 0.1s;
    /* hover時の速度調整 */
  }
  #header_top .nav h1 {
    margin: 0;
  }
  #header_top .nav h1 img {
    max-width: 100%;
    width: 60%;
    height: auto;
  }
  #header_top .nav h1 img:hover {
    transform: scale(1.1);
    /* 1.1倍に拡大 */
  }
  #header_top .nav nav {
    margin: 0;
  }
  #header_top .nav nav ul {
    list-style-type: none;
    margin: 0;
    gap: 10px;
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  #header_top .nav nav a {
    text-decoration: none;
    color: #00095E;
    font-weight: bold;
  }
  #header_top .nav nav #contact {
    height: auto;
    border: 3px solid #FFD600;
    background-color: #FFD600;
    border-radius: 10px;
    padding: 0 30px;
  }
  #header_top .nav nav #contact:hover {
    height: auto;
    border: 3px solid #FFD600;
    background-color: rgba(255, 213, 0, 0);
    border-radius: 10px;
    padding: 0 20px;
  }
  #header_top .nav nav #contacta {
    color: #00095E;
    font-weight: bold;
    text-shadow: none;
  }
  #header_top .nav nav #contacta:hover {
    color: #FFD600;
    font-weight: bold;
  }
  .catch .catch_slider {
    max-width: 100%;
  }
  .catch .catch_slider .radius_width {
    display: none;
  }
  .catch .catch_slider .catch_img {
    position: static;
    max-width: 100%;
    width: 100%;
  }
  .catch .catch_slider .catch_img .catch_copy_position {
    position: static;
  }
  .catch .catch_slider .catch_img .catch_copy_position .items {
    /* wrapperのサイズを調整 */
    position: relative;
    top: 0px;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 40%;
    margin: 0 auto;
    border-radius: 0;
  }
  .catch .catch_slider .catch_img .catch_copy_position .items .item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
  }
  .catch .catch_slider .catch_img .catch_copy_position .items .item img {
    border-radius: 0;
    max-width: 100%;
    height: 100%;
  }
  .catch .catch_slider .catch_img .catch_copy_position .items .current {
    opacity: 1;
  }
  .catch .catch_slider .catch_img .catch_copy_position .items .current .pc {
    display: none !important;
  }
  .catch .catch_slider .catch_img .catch_copy_position .items .current .sp {
    display: block !important;
  }
  .catch .catch_slider .catch_img .catch_copy_position .catch_copy {
    position: absolute;
    bottom: 30px;
    left: 30px;
  }
  .catch .catch_slider .catch_img .catch_copy_position .catch_copy p {
    letter-spacing: 5px;
    font-size: 23px;
    color: white;
    text-shadow: 5px 3px 4px rgba(14, 14, 14, 0.4588235294);
    font-family: "Contrail One", sans-serif;
    margin: 0;
  }
  #article_index {
    position: static;
    padding-top: 40px;
    overflow: hidden;
    top: -100px;
  }
  #article_index #about,
  #article_index .contact_width {
    width: 100%;
    max-width: 100%;
    margin: 150px auto 0 auto;
  }
  footer {
    width: 100%;
    height: 100%;
    background-color: #00095E;
    display: block;
    text-align: center;
  }
  footer .footer_width {
    width: 100%;
    display: block;
    padding: 90px 0 40px 0;
  }
  footer .footer_width .footermenu {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  footer .footer_width .footermenu .footermenu_img {
    border-bottom: 2px solid #ffffff;
    padding: 0 0 30px 0;
    width: 250px;
  }
  footer .footer_width .footernav {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 30px 20px 20px 20px;
  }
  footer .footer_width .footernav #footer_logo {
    padding: 0;
    grid-column: none;
    text-align: center;
  }
  footer .footer_width .footernav ul {
    display: block;
    text-align: left;
    padding: 0 10px;
  }
  footer .footer_width .footernav ul li {
    padding: 5px 0;
  }
  footer .footer_width .footernav ul li a {
    font-size: 14px;
  }
  footer .footer_width .footernav ul li img {
    width: 80%;
  }
  footer .footeraddress {
    color: #ffffff;
    text-align: center;
    margin: 0 auto;
    width: 80%;
  }
  footer .footeraddress .policy {
    flex-direction: column;
  }
  footer .footeraddress .policy a {
    padding-right: 0px;
  }
  footer .footeraddress .policy p {
    margin: 5px;
    font-size: 10px;
  }
  #about {
    max-width: 100%;
    height: 100%;
    margin: 200px 0;
  }
  #about .viewabout .about_photo {
    border-radius: 5%;
  }
  #about .viewabout .about_1 {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 10px 10px 0;
  }
  #about .viewabout .about_1 h2 {
    width: 600px;
    height: auto;
  }
  #about .viewabout .about_1 img {
    max-width: 80%;
    height: auto;
    margin: 0 20% 0 0;
    box-shadow: 4px 4px 7px 0px rgba(14, 14, 14, 0.35);
  }
  #about .viewabout .about_2 {
    display: flex;
    position: static;
    justify-content: center;
    align-items: center;
  }
  #about .viewabout .about_2 .about_button {
    padding: 20px;
    width: 50%;
  }
  #about .viewabout .about_2 .about_button p {
    font-size: 12px;
  }
  #about .viewabout .about_2 .about_button .pc {
    display: none !important;
  }
  #about .viewabout .about_2 .about_button .sp {
    display: block !important;
  }
  #about .viewabout .about_2 .about_button .about_border a {
    font-size: 11px;
  }
  #about .viewabout .about_2 .about_photo {
    width: 50%;
  }
  #about .viewabout .about_2 .about_photo img {
    max-width: 100%;
    height: auto;
    margin: 0;
    box-shadow: 4px 4px 7px 0px rgba(14, 14, 14, 0.35);
  }
  #about .viewabout .about_2 img {
    max-width: 100%;
    height: auto;
    margin: 0;
    box-shadow: 4px 4px 7px 0px rgba(14, 14, 14, 0.35);
  }
  #about .viewabout .about_3 {
    position: static;
    padding: 10px;
  }
  #about .viewabout .about_3 img {
    max-width: 60%;
    box-shadow: 4px 4px 7px 0px rgba(14, 14, 14, 0.35);
  }
  #about .viewabout .about_circle {
    width: 500px;
    height: 500px;
    border: 25px solid #00095E;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    z-index: -10;
    top: 150px;
    left: -120px;
  }
  #about .viewabout .about_circle .about_circle_in {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-color: #FFD600;
    position: absolute;
    z-index: 0;
    top: 260px;
    left: -45px;
  }
  #service {
    display: block;
    max-width: 100%;
    height: 100%;
    margin: 200px 0;
  }
  #service #container {
    width: 100%;
  }
  #service #container2 {
    width: 100%;
  }
  #service h2 {
    margin: 50px 0 30px 0;
  }
  #service .service_width {
    display: flex;
    width: 100%;
    flex-direction: row;
    gap: 0;
    justify-content: center;
    align-items: stretch;
    overflow: hidden;
  }
  #service .service_width .tab_contents {
    width: 80%;
    display: flex;
    align-items: center;
  }
  #service .service_width .tab_contents .tab_content {
    position: relative;
  }
  #service .service_width .tab_contents .tab_content .frame {
    width: 100%;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
  }
  #service .service_width .tab_contents .tab_content .frame .frame_top {
    width: 100%;
    height: auto;
    padding: 0;
    display: block;
  }
  #service .service_width .tab_contents .tab_content .frame .c-txtsp {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    width: 65%;
    display: flex;
    flex-direction: column;
  }
  #service .service_width .tab_contents .tab_content .frame .c-txtsp h3 {
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.25rem;
    line-height: 2rem;
    margin: 10px auto;
    border-bottom: solid #FFD600 2px;
    width: 80%;
  }
  #service .service_width .tab_contents .tab_content .frame .c-txtsp p {
    color: #fff;
    text-align: justify;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
    line-height: 1.5rem;
    margin: 0 3px;
  }
  #service .service_width .tab_contents .tab_content .frame .c-txtsp .stripe2 {
    display: flex;
    justify-content: center;
    margin: 2rem 0 0 0;
  }
  #service .service_width .tab_contents .tab_content img {
    max-width: 100%;
    height: auto;
    padding: 20px;
  }
  #service .service_width .servicecircle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20%;
    margin: 0 40px 0 0;
  }
  #service .service_width .servicecircle .balloon_logo,
  #service .service_width .servicecircle .balloon_logo1,
  #service .service_width .servicecircle .balloon_logo2,
  #service .service_width .servicecircle .balloon_logo3 {
    width: 120px !important;
    height: 120px !important;
    max-width: none;
    max-height: none;
  }
  #service .service_width .servicecircle > div {
    height: 20%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #contact_form {
    background-color: #F6F6F6;
    max-width: 100%;
    height: 100%;
  }
  #contact_form .contact_width {
    height: 100%;
    display: block;
    padding: 50px 0 40px 0;
  }
  #contact_form .contact_width .contactleft {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  #contact_form .contact_width .contactleft .contact_font_size {
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 2em;
  }
  #contact_form .contact_width .contactleft .stripe2 {
    gap: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #contact_form .contact_width .contactleft .stripe2 img {
    margin-bottom: 10px;
  }
  #contact_form .contact_width .contactright {
    width: 90%;
    background-color: #00095E;
    border-radius: 30px;
    padding: 25px;
    margin: 32px auto;
    color: #ffffff;
  }
  #contact_form .contact_width .contactright .form_name {
    display: block;
  }
  #contact_form .contact_width .contactright .form_name dt {
    width: 100%;
  }
  #contact_form .contact_width .contactright .form_name dd {
    width: 100%;
  }
  #contact_form .contact_width .contactright .form_name dd input[type=text],
  #contact_form .contact_width .contactright .form_name dd input[type=email] {
    width: 100%;
  }
  #news {
    max-width: 100%;
    height: 100%;
  }
  #news .section_width {
    position: relative;
    z-index: 20;
  }
  #news .section_width .viewnews {
    display: block;
  }
  #news .section_width .viewnews .b_news_g {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #news .section_width .viewnews .b_news_g h2 {
    margin: 0;
    padding: 10px 0;
  }
  #news .section_width .viewnews .content_list {
    max-width: 100%;
    width: 90%;
    list-style-type: none;
    margin: 0 auto;
    padding: 15px 10px;
    border: 3px solid #00095E;
    border-radius: 20px;
    background-color: white;
    z-index: 20;
  }
  #news .section_width .viewnews .content_list .module-Article_Item .module-Article_Item_Link .module-Article_Item_Body .module-Article_Item_Meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
    margin: 0;
    padding: 5px 20px;
    gap: 0px;
  }
  #news .section_width .viewnews .content_list .module-Article_Item .module-Article_Item_Link .module-Article_Item_Body .module-Article_Item_Meta .module-Article_Item_Title {
    width: 100%;
  }
  #news .section_width .viewnews .content_list .module-Article_Item .module-Article_Item_Link .module-Article_Item_Body .module-Article_Item_Meta .module-Article_Item_Title h2 {
    font-size: 11px;
  }
  #news .section_width .viewnews .content_list .module-Article_Item:nth-child(3) {
    display: none;
  }
  #news .stripe {
    display: flex;
    position: relative;
    right: 0;
  }
}
@media screen and (max-width: 400px) {
  #about .viewabout .about_circle {
    width: 400px;
    height: 400px;
    border: 25px solid #00095E;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    z-index: -10;
    top: 150px;
    left: -120px;
  }
  #about .viewabout .about_circle .about_circle_in {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-color: #FFD600;
    position: absolute;
    z-index: 0;
    top: 260px;
    left: -45px;
  }
}
#header_base {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  background-image: url(https://smafast.co.jp/wp-content/themes/smafast/image/service_catch.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
}
#header_base .nav_base {
  display: flex;
  position: relative;
  align-items: center;
  z-index: 40;
}
#header_base .nav_base .hamburger {
  display: none;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
#header_base .nav_base .hamburger .bar {
  width: 40px;
  height: 3px;
  background: #FFD600;
  border-radius: 2px;
  display: block;
  position: absolute;
  transition: all 0.3s;
}
#header_base .nav_base .hamburger .bar-middle {
  background: #FFD600;
  border-radius: 100%;
  padding: 20px 10px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.0784313725);
}
#header_base .nav_base .hamburger .bar-middle p {
  margin: 0;
  color: #00095E;
  font-weight: bold;
}
#header_base .nav_base .hamburger .bar-top {
  transform: translate(0, -12px);
}
#header_base .nav_base .hamburger .bar-bottom {
  transform: translate(0, 12px);
}
#header_base .nav_base .checkbox:checked ~ .hamburger .bar-middle {
  opacity: 0;
}
#header_base .nav_base .checkbox:checked ~ .hamburger .bar-top {
  transform: translate(0, 0) rotate(45deg);
}
#header_base .nav_base .checkbox:checked ~ .hamburger .bar-bottom {
  transform: translate(0, 0) rotate(-45deg);
}
#header_base .nav_base .checkbox {
  display: none;
}
#header_base .nav_base .checkbox:checked ~ .nav-menu {
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  opacity: 1;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
#header_base .nav_base .navigation:hover .nav_button:hover > p {
  font-weight: bold;
  /* 回転の角度・サイズ調整 */
  transform: rotateX(360deg) scale(1.5);
  transition: 0.5s;
  /* hover時の速度調整 */
}
#header_base .nav_base .navigation_contact:hover .nav_button_contact:hover > p {
  font-weight: bold;
  /* 回転の角度・サイズ調整 */
  transform: rotateX(360deg) scale(1);
  transition: 0.1s;
  /* hover時の速度調整 */
}
#header_base .nav_base h1 {
  margin: 40px;
}
#header_base .nav_base h1 img:hover {
  transform: scale(1.1);
  /* 1.1倍に拡大 */
}
#header_base .nav_base nav {
  margin: 0 0 0 auto;
}
#header_base .nav_base nav ul {
  list-style-type: none;
  margin: 0 40px 0 0;
  gap: 10px;
  padding: 0;
  display: flex;
  align-items: center;
}
#header_base .nav_base nav li {
  padding: 10px;
  margin: 0;
}
#header_base .nav_base nav a {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
}
#header_base .nav_base nav #contact {
  height: auto;
  border: 3px solid #FFD600;
  background-color: #FFD600;
  border-radius: 10px;
  padding: 0 20px;
}
#header_base .nav_base nav #contact:hover {
  height: auto;
  border: 3px solid #FFD600;
  background-color: rgba(255, 213, 0, 0);
  border-radius: 10px;
  padding: 0 20px;
}
#header_base .nav_base nav #contacta {
  color: #00095E;
  font-weight: bold;
}
#header_base .nav_base nav #contacta:hover {
  color: #FFD600;
  font-weight: bold;
}

#header_company {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  background-image: url(https://smafast.co.jp/wp-content/themes/smafast/image/company_catch.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
}
#header_company .nav_base {
  display: flex;
  position: relative;
  align-items: center;
  z-index: 40;
}
#header_company .nav_base .hamburger {
  display: none;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
#header_company .nav_base .hamburger .bar {
  width: 40px;
  height: 3px;
  background: #FFD600;
  border-radius: 2px;
  display: block;
  position: absolute;
  transition: all 0.3s;
}
#header_company .nav_base .hamburger .bar-middle {
  background: #FFD600;
  border-radius: 100%;
  padding: 20px 10px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.0784313725);
}
#header_company .nav_base .hamburger .bar-middle p {
  margin: 0;
  color: #00095E;
  font-weight: bold;
}
#header_company .nav_base .hamburger .bar-top {
  transform: translate(0, -12px);
}
#header_company .nav_base .hamburger .bar-bottom {
  transform: translate(0, 12px);
}
#header_company .nav_base .checkbox:checked ~ .hamburger .bar-middle {
  opacity: 0;
}
#header_company .nav_base .checkbox:checked ~ .hamburger .bar-top {
  transform: translate(0, 0) rotate(45deg);
}
#header_company .nav_base .checkbox:checked ~ .hamburger .bar-bottom {
  transform: translate(0, 0) rotate(-45deg);
}
#header_company .nav_base .checkbox {
  display: none;
}
#header_company .nav_base .checkbox:checked ~ .nav-menu {
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  opacity: 1;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
#header_company .nav_base .navigation:hover .nav_button:hover > p {
  font-weight: bold;
  /* 回転の角度・サイズ調整 */
  transform: rotateX(360deg) scale(1.5);
  transition: 0.5s;
  /* hover時の速度調整 */
}
#header_company .nav_base .navigation_contact:hover .nav_button_contact:hover > p {
  font-weight: bold;
  /* 回転の角度・サイズ調整 */
  transform: rotateX(360deg) scale(1);
  transition: 0.1s;
  /* hover時の速度調整 */
}
#header_company .nav_base h1 {
  margin: 40px;
}
#header_company .nav_base h1 img:hover {
  transform: scale(1.1);
  /* 1.1倍に拡大 */
}
#header_company .nav_base nav {
  margin: 0 0 0 auto;
}
#header_company .nav_base nav ul {
  list-style-type: none;
  margin: 0 40px 0 0;
  gap: 10px;
  padding: 0;
  display: flex;
  align-items: center;
}
#header_company .nav_base nav li {
  padding: 10px;
  margin: 0;
}
#header_company .nav_base nav a {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
}
#header_company .nav_base nav #contact {
  height: auto;
  border: 3px solid #FFD600;
  background-color: #FFD600;
  border-radius: 10px;
  padding: 0 20px;
}
#header_company .nav_base nav #contact:hover {
  height: auto;
  border: 3px solid #FFD600;
  background-color: rgba(255, 213, 0, 0);
  border-radius: 10px;
  padding: 0 20px;
}
#header_company .nav_base nav #contacta {
  color: #00095E;
  font-weight: bold;
}
#header_company .nav_base nav #contacta:hover {
  color: #FFD600;
  font-weight: bold;
}

#header_about {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  background-image: url(https://smafast.co.jp/wp-content/themes/smafast/image/about_catch.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
  background-position: center;
}
#header_about .nav_base {
  display: flex;
  position: relative;
  align-items: center;
  z-index: 40;
}
#header_about .nav_base .hamburger {
  display: none;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
#header_about .nav_base .hamburger .bar {
  width: 40px;
  height: 3px;
  background: #FFD600;
  border-radius: 2px;
  display: block;
  position: absolute;
  transition: all 0.3s;
}
#header_about .nav_base .hamburger .bar-middle {
  background: #FFD600;
  border-radius: 100%;
  padding: 20px 10px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.0784313725);
}
#header_about .nav_base .hamburger .bar-middle p {
  margin: 0;
  color: #00095E;
  font-weight: bold;
}
#header_about .nav_base .hamburger .bar-top {
  transform: translate(0, -12px);
}
#header_about .nav_base .hamburger .bar-bottom {
  transform: translate(0, 12px);
}
#header_about .nav_base .checkbox:checked ~ .hamburger .bar-middle {
  opacity: 0;
}
#header_about .nav_base .checkbox:checked ~ .hamburger .bar-top {
  transform: translate(0, 0) rotate(45deg);
}
#header_about .nav_base .checkbox:checked ~ .hamburger .bar-bottom {
  transform: translate(0, 0) rotate(-45deg);
}
#header_about .nav_base .checkbox {
  display: none;
}
#header_about .nav_base .checkbox:checked ~ .nav-menu {
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  opacity: 1;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
#header_about .nav_base .navigation:hover .nav_button:hover > p {
  font-weight: bold;
  /* 回転の角度・サイズ調整 */
  transform: rotateX(360deg) scale(1.5);
  transition: 0.5s;
  /* hover時の速度調整 */
}
#header_about .nav_base .navigation_contact:hover .nav_button_contact:hover > p {
  font-weight: bold;
  /* 回転の角度・サイズ調整 */
  transform: rotateX(360deg) scale(1);
  transition: 0.1s;
  /* hover時の速度調整 */
}
#header_about .nav_base h1 {
  margin: 40px;
}
#header_about .nav_base h1 img:hover {
  transform: scale(1.1);
  /* 1.1倍に拡大 */
}
#header_about .nav_base nav {
  margin: 0 0 0 auto;
}
#header_about .nav_base nav ul {
  list-style-type: none;
  margin: 0 40px 0 0;
  gap: 10px;
  padding: 0;
  display: flex;
  align-items: center;
}
#header_about .nav_base nav li {
  padding: 10px;
  margin: 0;
}
#header_about .nav_base nav a {
  text-decoration: none;
  color: #00095E;
  font-weight: bold;
}
#header_about .nav_base nav #contact {
  height: auto;
  border: 3px solid #FFD600;
  background-color: #FFD600;
  border-radius: 10px;
  padding: 0 20px;
}
#header_about .nav_base nav #contact:hover {
  height: auto;
  border: 3px solid #FFD600;
  background-color: rgba(255, 213, 0, 0);
  border-radius: 10px;
  padding: 0 20px;
}
#header_about .nav_base nav #contacta {
  color: #00095E;
  font-weight: bold;
}
#header_about .nav_base nav #contacta:hover {
  color: #FFD600;
  font-weight: bold;
}

#header_privacy {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  background-image: url(https://smafast.co.jp/wp-content/themes/smafast/image/contact_catch.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
  background-position: center;
}
#header_privacy .nav_base {
  display: flex;
  position: relative;
  align-items: center;
  z-index: 40;
}
#header_privacy .nav_base .hamburger {
  display: none;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
#header_privacy .nav_base .hamburger .bar {
  width: 40px;
  height: 3px;
  background: #FFD600;
  border-radius: 2px;
  display: block;
  position: absolute;
  transition: all 0.3s;
}
#header_privacy .nav_base .hamburger .bar-middle {
  background: #FFD600;
  border-radius: 100%;
  padding: 20px 10px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.0784313725);
}
#header_privacy .nav_base .hamburger .bar-middle p {
  margin: 0;
  color: #00095E;
  font-weight: bold;
}
#header_privacy .nav_base .hamburger .bar-top {
  transform: translate(0, -12px);
}
#header_privacy .nav_base .hamburger .bar-bottom {
  transform: translate(0, 12px);
}
#header_privacy .nav_base .checkbox:checked ~ .hamburger .bar-middle {
  opacity: 0;
}
#header_privacy .nav_base .checkbox:checked ~ .hamburger .bar-top {
  transform: translate(0, 0) rotate(45deg);
}
#header_privacy .nav_base .checkbox:checked ~ .hamburger .bar-bottom {
  transform: translate(0, 0) rotate(-45deg);
}
#header_privacy .nav_base .checkbox {
  display: none;
}
#header_privacy .nav_base .checkbox:checked ~ .nav-menu {
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  opacity: 1;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
#header_privacy .nav_base .navigation:hover .nav_button:hover > p {
  font-weight: bold;
  /* 回転の角度・サイズ調整 */
  transform: rotateX(360deg) scale(1.5);
  transition: 0.5s;
  /* hover時の速度調整 */
}
#header_privacy .nav_base .navigation_contact:hover .nav_button_contact:hover > p {
  font-weight: bold;
  /* 回転の角度・サイズ調整 */
  transform: rotateX(360deg) scale(1);
  transition: 0.1s;
  /* hover時の速度調整 */
}
#header_privacy .nav_base h1 {
  margin: 40px;
}
#header_privacy .nav_base h1 img:hover {
  transform: scale(1.1);
  /* 1.1倍に拡大 */
}
#header_privacy .nav_base nav {
  margin: 0 0 0 auto;
}
#header_privacy .nav_base nav ul {
  list-style-type: none;
  margin: 0 40px 0 0;
  gap: 10px;
  padding: 0;
  display: flex;
  align-items: center;
}
#header_privacy .nav_base nav li {
  padding: 10px;
  margin: 0;
}
#header_privacy .nav_base nav a {
  text-decoration: none;
  color: #00095E;
  font-weight: bold;
}
#header_privacy .nav_base nav #contact {
  height: auto;
  border: 3px solid #FFD600;
  background-color: #FFD600;
  border-radius: 10px;
  padding: 0 20px;
}
#header_privacy .nav_base nav #contact:hover {
  height: auto;
  border: 3px solid #FFD600;
  background-color: rgba(255, 213, 0, 0);
  border-radius: 10px;
  padding: 0 20px;
}
#header_privacy .nav_base nav #contacta {
  color: #00095E;
  font-weight: bold;
}
#header_privacy .nav_base nav #contacta:hover {
  color: #FFD600;
  font-weight: bold;
}

#header_contact {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  background-image: url(https://smafast.co.jp/wp-content/themes/smafast/image/contact_catch.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
  background-position: center;
}
#header_contact .nav_base {
  display: flex;
  position: relative;
  align-items: center;
  z-index: 40;
}
#header_contact .nav_base .hamburger {
  display: none;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
#header_contact .nav_base .hamburger .bar {
  width: 40px;
  height: 3px;
  background: #FFD600;
  border-radius: 2px;
  display: block;
  position: absolute;
  transition: all 0.3s;
}
#header_contact .nav_base .hamburger .bar-middle {
  background: #FFD600;
  border-radius: 100%;
  padding: 20px 10px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.0784313725);
}
#header_contact .nav_base .hamburger .bar-middle p {
  margin: 0;
  color: #00095E;
  font-weight: bold;
}
#header_contact .nav_base .hamburger .bar-top {
  transform: translate(0, -12px);
}
#header_contact .nav_base .hamburger .bar-bottom {
  transform: translate(0, 12px);
}
#header_contact .nav_base .checkbox:checked ~ .hamburger .bar-middle {
  opacity: 0;
}
#header_contact .nav_base .checkbox:checked ~ .hamburger .bar-top {
  transform: translate(0, 0) rotate(45deg);
}
#header_contact .nav_base .checkbox:checked ~ .hamburger .bar-bottom {
  transform: translate(0, 0) rotate(-45deg);
}
#header_contact .nav_base .checkbox {
  display: none;
}
#header_contact .nav_base .checkbox:checked ~ .nav-menu {
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  opacity: 1;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
#header_contact .nav_base .navigation:hover .nav_button:hover > p {
  font-weight: bold;
  /* 回転の角度・サイズ調整 */
  transform: rotateX(360deg) scale(1.5);
  transition: 0.5s;
  /* hover時の速度調整 */
}
#header_contact .nav_base .navigation_contact:hover .nav_button_contact:hover > p {
  font-weight: bold;
  /* 回転の角度・サイズ調整 */
  transform: rotateX(360deg) scale(1);
  transition: 0.1s;
  /* hover時の速度調整 */
}
#header_contact .nav_base h1 {
  margin: 40px;
}
#header_contact .nav_base h1 img:hover {
  transform: scale(1.1);
  /* 1.1倍に拡大 */
}
#header_contact .nav_base nav {
  margin: 0 0 0 auto;
}
#header_contact .nav_base nav ul {
  list-style-type: none;
  margin: 0 40px 0 0;
  gap: 10px;
  padding: 0;
  display: flex;
  align-items: center;
}
#header_contact .nav_base nav li {
  padding: 10px;
  margin: 0;
}
#header_contact .nav_base nav a {
  text-decoration: none;
  color: #00095E;
  font-weight: bold;
}
#header_contact .nav_base nav #contact {
  height: auto;
  border: 3px solid #FFD600;
  background-color: #FFD600;
  border-radius: 10px;
  padding: 0 20px;
}
#header_contact .nav_base nav #contact:hover {
  height: auto;
  border: 3px solid #FFD600;
  background-color: rgba(255, 213, 0, 0);
  border-radius: 10px;
  padding: 0 20px;
}
#header_contact .nav_base nav #contacta {
  color: #00095E;
  font-weight: bold;
}
#header_contact .nav_base nav #contacta:hover {
  color: #FFD600;
  font-weight: bold;
}

#header_news {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  background-image: url(https://smafast.co.jp/wp-content/themes/smafast/image/news_catch.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
}
#header_news .nav_base {
  display: flex;
  position: relative;
  align-items: center;
  z-index: 40;
}
#header_news .nav_base .hamburger {
  display: none;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
#header_news .nav_base .hamburger .bar {
  width: 40px;
  height: 3px;
  background: #FFD600;
  border-radius: 2px;
  display: block;
  position: absolute;
  transition: all 0.3s;
}
#header_news .nav_base .hamburger .bar-middle {
  background: #FFD600;
  border-radius: 100%;
  padding: 20px 10px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.0784313725);
}
#header_news .nav_base .hamburger .bar-middle p {
  margin: 0;
  color: #00095E;
  font-weight: bold;
}
#header_news .nav_base .hamburger .bar-top {
  transform: translate(0, -12px);
}
#header_news .nav_base .hamburger .bar-bottom {
  transform: translate(0, 12px);
}
#header_news .nav_base .checkbox:checked ~ .hamburger .bar-middle {
  opacity: 0;
}
#header_news .nav_base .checkbox:checked ~ .hamburger .bar-top {
  transform: translate(0, 0) rotate(45deg);
}
#header_news .nav_base .checkbox:checked ~ .hamburger .bar-bottom {
  transform: translate(0, 0) rotate(-45deg);
}
#header_news .nav_base .checkbox {
  display: none;
}
#header_news .nav_base .checkbox:checked ~ .nav-menu {
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  opacity: 1;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
#header_news .nav_base .navigation:hover .nav_button:hover > p {
  font-weight: bold;
  /* 回転の角度・サイズ調整 */
  transform: rotateX(360deg) scale(1.5);
  transition: 0.5s;
  /* hover時の速度調整 */
}
#header_news .nav_base .navigation_contact:hover .nav_button_contact:hover > p {
  font-weight: bold;
  /* 回転の角度・サイズ調整 */
  transform: rotateX(360deg) scale(1);
  transition: 0.1s;
  /* hover時の速度調整 */
}
#header_news .nav_base h1 {
  margin: 40px;
}
#header_news .nav_base h1 img:hover {
  transform: scale(1.1);
  /* 1.1倍に拡大 */
}
#header_news .nav_base nav {
  margin: 0 0 0 auto;
}
#header_news .nav_base nav ul {
  list-style-type: none;
  margin: 0 40px 0 0;
  gap: 10px;
  padding: 0;
  display: flex;
  align-items: center;
}
#header_news .nav_base nav li {
  padding: 10px;
  margin: 0;
}
#header_news .nav_base nav a {
  text-decoration: none;
  color: #00095E;
  font-weight: bold;
}
#header_news .nav_base nav #contact {
  height: auto;
  border: 3px solid #FFD600;
  background-color: #FFD600;
  border-radius: 10px;
  padding: 0 20px;
}
#header_news .nav_base nav #contact:hover {
  height: auto;
  border: 3px solid #FFD600;
  background-color: rgba(255, 213, 0, 0);
  border-radius: 10px;
  padding: 0 20px;
}
#header_news .nav_base nav #contacta {
  color: #00095E;
  font-weight: bold;
}
#header_news .nav_base nav #contacta:hover {
  color: #FFD600;
  font-weight: bold;
}

#header_recruit {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  background-image: url(https://smafast.co.jp/wp-content/themes/smafast/image/catch_recruit.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
}
#header_recruit .nav_base {
  display: flex;
  position: relative;
  align-items: center;
  z-index: 40;
}
#header_recruit .nav_base .hamburger {
  display: none;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
#header_recruit .nav_base .hamburger .bar {
  width: 40px;
  height: 3px;
  background: #FFD600;
  border-radius: 2px;
  display: block;
  position: absolute;
  transition: all 0.3s;
}
#header_recruit .nav_base .hamburger .bar-middle {
  background: #FFD600;
  border-radius: 100%;
  padding: 20px 10px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.0784313725);
}
#header_recruit .nav_base .hamburger .bar-middle p {
  margin: 0;
  color: #00095E;
  font-weight: bold;
}
#header_recruit .nav_base .hamburger .bar-top {
  transform: translate(0, -12px);
}
#header_recruit .nav_base .hamburger .bar-bottom {
  transform: translate(0, 12px);
}
#header_recruit .nav_base .checkbox:checked ~ .hamburger .bar-middle {
  opacity: 0;
}
#header_recruit .nav_base .checkbox:checked ~ .hamburger .bar-top {
  transform: translate(0, 0) rotate(45deg);
}
#header_recruit .nav_base .checkbox:checked ~ .hamburger .bar-bottom {
  transform: translate(0, 0) rotate(-45deg);
}
#header_recruit .nav_base .checkbox {
  display: none;
}
#header_recruit .nav_base .checkbox:checked ~ .nav-menu {
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  opacity: 1;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
#header_recruit .nav_base .navigation:hover .nav_button:hover > p {
  font-weight: bold;
  /* 回転の角度・サイズ調整 */
  transform: rotateX(360deg) scale(1.5);
  transition: 0.5s;
  /* hover時の速度調整 */
}
#header_recruit .nav_base .navigation_contact:hover .nav_button_contact:hover > p {
  font-weight: bold;
  /* 回転の角度・サイズ調整 */
  transform: rotateX(360deg) scale(1);
  transition: 0.1s;
  /* hover時の速度調整 */
}
#header_recruit .nav_base h1 {
  margin: 40px;
}
#header_recruit .nav_base h1 img:hover {
  transform: scale(1.1);
  /* 1.1倍に拡大 */
}
#header_recruit .nav_base nav {
  margin: 0 0 0 auto;
}
#header_recruit .nav_base nav ul {
  list-style-type: none;
  margin: 0 40px 0 0;
  gap: 10px;
  padding: 0;
  display: flex;
  align-items: center;
}
#header_recruit .nav_base nav li {
  padding: 10px;
  margin: 0;
}
#header_recruit .nav_base nav a {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
}
#header_recruit .nav_base nav #contact {
  height: auto;
  border: 3px solid #FFD600;
  background-color: #FFD600;
  border-radius: 10px;
  padding: 0 20px;
}
#header_recruit .nav_base nav #contact:hover {
  height: auto;
  border: 3px solid #FFD600;
  background-color: rgba(255, 213, 0, 0);
  border-radius: 10px;
  padding: 0 20px;
}
#header_recruit .nav_base nav #contacta {
  color: #00095E;
  font-weight: bold;
}
#header_recruit .nav_base nav #contacta:hover {
  color: #FFD600;
  font-weight: bold;
}

#header_page .nav_base {
  display: flex;
  position: relative;
  align-items: center;
  z-index: 40;
}
#header_page .nav_base .hamburger {
  display: none;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
#header_page .nav_base .hamburger .bar {
  width: 40px;
  height: 3px;
  background: #FFD600;
  border-radius: 2px;
  display: block;
  position: absolute;
  transition: all 0.3s;
}
#header_page .nav_base .hamburger .bar-middle {
  background: #FFD600;
  border-radius: 100%;
  padding: 20px 10px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.0784313725);
}
#header_page .nav_base .hamburger .bar-middle p {
  margin: 0;
  color: #00095E;
  font-weight: bold;
}
#header_page .nav_base .hamburger .bar-top {
  transform: translate(0, -12px);
}
#header_page .nav_base .hamburger .bar-bottom {
  transform: translate(0, 12px);
}
#header_page .nav_base .checkbox:checked ~ .hamburger .bar-middle {
  opacity: 0;
}
#header_page .nav_base .checkbox:checked ~ .hamburger .bar-top {
  transform: translate(0, 0) rotate(45deg);
}
#header_page .nav_base .checkbox:checked ~ .hamburger .bar-bottom {
  transform: translate(0, 0) rotate(-45deg);
}
#header_page .nav_base .checkbox {
  display: none;
}
#header_page .nav_base .checkbox:checked ~ .nav-menu {
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  opacity: 1;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
#header_page .nav_base .navigation:hover .nav_button:hover > p {
  font-weight: bold;
  /* 回転の角度・サイズ調整 */
  transform: rotateX(360deg) scale(1.5);
  transition: 0.5s;
  /* hover時の速度調整 */
}
#header_page .nav_base .navigation_contact:hover .nav_button_contact:hover > p {
  font-weight: bold;
  /* 回転の角度・サイズ調整 */
  transform: rotateX(360deg) scale(1);
  transition: 0.1s;
  /* hover時の速度調整 */
}
#header_page .nav_base h1 {
  margin: 40px;
}
#header_page .nav_base h1 img:hover {
  transform: scale(1.1);
  /* 1.1倍に拡大 */
}
#header_page .nav_base nav {
  margin: 0 0 0 auto;
}
#header_page .nav_base nav ul {
  list-style-type: none;
  margin: 0 40px 0 0;
  gap: 10px;
  padding: 0;
  display: flex;
  align-items: center;
}
#header_page .nav_base nav li {
  padding: 10px;
  margin: 0;
}
#header_page .nav_base nav a {
  text-decoration: none;
  color: #00095E;
  font-weight: bold;
}
#header_page .nav_base nav #contact {
  height: auto;
  border: 3px solid #FFD600;
  background-color: #FFD600;
  border-radius: 10px;
  padding: 0 20px;
}
#header_page .nav_base nav #contact:hover {
  height: auto;
  border: 3px solid #FFD600;
  background-color: rgba(255, 213, 0, 0);
  border-radius: 10px;
  padding: 0 20px;
}
#header_page .nav_base nav #contacta {
  color: #00095E;
  font-weight: bold;
}
#header_page .nav_base nav #contacta:hover {
  color: #FFD600;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #header_about {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    background-image: url(https://smafast.co.jp/wp-content/themes/smafast/image/catch_sp_about.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
  }
  #header_about .nav_base {
    display: flex;
    position: relative;
    z-index: 40;
    align-items: center;
    justify-content: space-around;
    padding: 25px;
  }
  #header_about .nav_base .hamburger {
    display: flex;
    transition: all 0.4s;
    position: fixed;
    z-index: 30;
    right: 10px;
    top: 10px;
  }
  #header_about .nav_base .nav-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    color: #333;
    top: 0;
    right: -100%;
    transition: all 0.3s;
  }
  #header_about .nav_base .nav-menu ul {
    margin: 70px 0;
    position: relative;
  }
  #header_about .nav_base .nav-menu ul li {
    padding: 10px 0;
    text-align: center;
  }
  #header_about .nav_base .nav-menu ul li p {
    margin: 10px;
    text-shadow: 4px 2px 30px #000000;
  }
  #header_about .nav_base .nav-menu ul li p a {
    font-size: 16px;
  }
  #header_about .nav_base .navigation:hover .nav_button:hover > p {
    font-weight: bold;
    /* 回転の角度・サイズ調整 */
    transform: rotateX(360deg) scale(1.5);
    transition: 0.5s;
    /* hover時の速度調整 */
  }
  #header_about .nav_base .navigation_contact:hover .nav_button_contact:hover > p {
    font-weight: bold;
    /* 回転の角度・サイズ調整 */
    transform: rotateX(360deg) scale(1);
    transition: 0.1s;
    /* hover時の速度調整 */
  }
  #header_about .nav_base h1 {
    margin: 0;
  }
  #header_about .nav_base h1 img {
    max-width: 100%;
    width: 50%;
    height: auto;
  }
  #header_about .nav_base h1 img:hover {
    transform: scale(1.1);
    /* 1.1倍に拡大 */
  }
  #header_about .nav_base nav {
    margin: 0;
  }
  #header_about .nav_base nav ul {
    list-style-type: none;
    margin: 0;
    gap: 10px;
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  #header_about .nav_base nav a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
  }
  #header_about .nav_base nav #contacta {
    color: #00095E;
    font-weight: bold;
    text-shadow: none;
  }
  #header_recruit {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    background-image: url(https://smafast.co.jp/wp-content/themes/smafast/image/catch_sp_recruit.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
  }
  #header_recruit .nav_base {
    display: flex;
    position: relative;
    z-index: 40;
    align-items: center;
    justify-content: space-around;
    padding: 25px;
  }
  #header_recruit .nav_base .hamburger {
    display: flex;
    transition: all 0.4s;
    position: fixed;
    z-index: 30;
    right: 10px;
    top: 10px;
  }
  #header_recruit .nav_base .nav-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    color: #333;
    top: 0;
    right: -100%;
    transition: all 0.3s;
  }
  #header_recruit .nav_base .nav-menu ul {
    margin: 70px 0;
    position: relative;
  }
  #header_recruit .nav_base .nav-menu ul li {
    padding: 10px 0;
    text-align: center;
  }
  #header_recruit .nav_base .nav-menu ul li p {
    margin: 10px;
    text-shadow: 4px 2px 30px #000000;
  }
  #header_recruit .nav_base .nav-menu ul li p a {
    font-size: 16px;
  }
  #header_recruit .nav_base .navigation:hover .nav_button:hover > p {
    font-weight: bold;
    /* 回転の角度・サイズ調整 */
    transform: rotateX(360deg) scale(1.5);
    transition: 0.5s;
    /* hover時の速度調整 */
  }
  #header_recruit .nav_base .navigation_contact:hover .nav_button_contact:hover > p {
    font-weight: bold;
    /* 回転の角度・サイズ調整 */
    transform: rotateX(360deg) scale(1);
    transition: 0.1s;
    /* hover時の速度調整 */
  }
  #header_recruit .nav_base h1 {
    margin: 0;
  }
  #header_recruit .nav_base h1 img {
    max-width: 100%;
    width: 50%;
    height: auto;
  }
  #header_recruit .nav_base h1 img:hover {
    transform: scale(1.1);
    /* 1.1倍に拡大 */
  }
  #header_recruit .nav_base nav {
    margin: 0;
  }
  #header_recruit .nav_base nav ul {
    list-style-type: none;
    margin: 0;
    gap: 10px;
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  #header_recruit .nav_base nav a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
  }
  #header_recruit .nav_base nav #contacta {
    color: #00095E;
    font-weight: bold;
    text-shadow: none;
  }
  #header_company {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    background-image: url(https://smafast.co.jp/wp-content/themes/smafast/image/catch_sp_company.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
  }
  #header_company .nav_base {
    display: flex;
    position: relative;
    z-index: 40;
    align-items: center;
    justify-content: space-around;
    padding: 25px;
  }
  #header_company .nav_base .hamburger {
    display: flex;
    transition: all 0.4s;
    position: fixed;
    z-index: 30;
    right: 10px;
    top: 10px;
  }
  #header_company .nav_base .nav-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    color: #333;
    top: 0;
    right: -100%;
    transition: all 0.3s;
  }
  #header_company .nav_base .nav-menu ul {
    margin: 70px 0;
    position: relative;
  }
  #header_company .nav_base .nav-menu ul li {
    padding: 10px 0;
    text-align: center;
  }
  #header_company .nav_base .nav-menu ul li p {
    margin: 10px;
    text-shadow: 4px 2px 30px #000000;
  }
  #header_company .nav_base .nav-menu ul li p a {
    font-size: 16px;
    color: #ffffff;
  }
  #header_company .nav_base .navigation:hover .nav_button:hover > p {
    font-weight: bold;
    /* 回転の角度・サイズ調整 */
    transform: rotateX(360deg) scale(1.5);
    transition: 0.5s;
    /* hover時の速度調整 */
  }
  #header_company .nav_base .navigation_contact:hover .nav_button_contact:hover > p {
    font-weight: bold;
    /* 回転の角度・サイズ調整 */
    transform: rotateX(360deg) scale(1);
    transition: 0.1s;
    /* hover時の速度調整 */
  }
  #header_company .nav_base h1 {
    margin: 0;
  }
  #header_company .nav_base h1 img {
    max-width: 100%;
    width: 50%;
    height: auto;
  }
  #header_company .nav_base h1 img:hover {
    transform: scale(1.1);
    /* 1.1倍に拡大 */
  }
  #header_company .nav_base nav {
    margin: 0;
  }
  #header_company .nav_base nav ul {
    list-style-type: none;
    margin: 0;
    gap: 10px;
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  #header_company .nav_base nav a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
  }
  #header_company .nav_base nav #contacta {
    color: #00095E;
    font-weight: bold;
    text-shadow: none;
  }
  #header_contact {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    background-image: url(https://smafast.co.jp/wp-content/themes/smafast/image/catch_sp_contact.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
  }
  #header_contact .nav_base {
    display: flex;
    position: relative;
    z-index: 40;
    align-items: center;
    justify-content: space-around;
    padding: 25px;
  }
  #header_contact .nav_base .hamburger {
    display: flex;
    transition: all 0.4s;
    position: fixed;
    z-index: 30;
    right: 10px;
    top: 10px;
  }
  #header_contact .nav_base .nav-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    color: #333;
    top: 0;
    right: -100%;
    transition: all 0.3s;
  }
  #header_contact .nav_base .nav-menu ul {
    margin: 70px 0;
    position: relative;
  }
  #header_contact .nav_base .nav-menu ul li {
    padding: 10px 0;
    text-align: center;
  }
  #header_contact .nav_base .nav-menu ul li p {
    margin: 10px;
    text-shadow: 4px 2px 30px #000000;
  }
  #header_contact .nav_base .nav-menu ul li p a {
    font-size: 16px;
    color: #ffffff;
  }
  #header_contact .nav_base .navigation:hover .nav_button:hover > p {
    font-weight: bold;
    /* 回転の角度・サイズ調整 */
    transform: rotateX(360deg) scale(1.5);
    transition: 0.5s;
    /* hover時の速度調整 */
  }
  #header_contact .nav_base .navigation_contact:hover .nav_button_contact:hover > p {
    font-weight: bold;
    /* 回転の角度・サイズ調整 */
    transform: rotateX(360deg) scale(1);
    transition: 0.1s;
    /* hover時の速度調整 */
  }
  #header_contact .nav_base h1 {
    margin: 0;
  }
  #header_contact .nav_base h1 img {
    max-width: 100%;
    width: 50%;
    height: auto;
  }
  #header_contact .nav_base h1 img:hover {
    transform: scale(1.1);
    /* 1.1倍に拡大 */
  }
  #header_contact .nav_base nav {
    margin: 0;
  }
  #header_contact .nav_base nav ul {
    list-style-type: none;
    margin: 0;
    gap: 10px;
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  #header_contact .nav_base nav a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
  }
  #header_contact .nav_base nav #contacta {
    color: #00095E;
    font-weight: bold;
    text-shadow: none;
  }
  #header_company {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    background-image: url(https://smafast.co.jp/wp-content/themes/smafast/image/catch_sp_company.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
  }
  #header_company .nav_base {
    display: flex;
    position: relative;
    z-index: 40;
    align-items: center;
    justify-content: space-around;
    padding: 25px;
  }
  #header_company .nav_base .hamburger {
    display: flex;
    transition: all 0.4s;
    position: fixed;
    z-index: 30;
    right: 10px;
    top: 10px;
  }
  #header_company .nav_base .nav-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    color: #333;
    top: 0;
    right: -100%;
    transition: all 0.3s;
  }
  #header_company .nav_base .nav-menu ul {
    margin: 70px 0;
    position: relative;
  }
  #header_company .nav_base .nav-menu ul li {
    padding: 10px 0;
    text-align: center;
  }
  #header_company .nav_base .nav-menu ul li p {
    margin: 10px;
    text-shadow: 4px 2px 30px #000000;
  }
  #header_company .nav_base .nav-menu ul li p a {
    font-size: 16px;
    color: #ffffff;
  }
  #header_company .nav_base .navigation:hover .nav_button:hover > p {
    font-weight: bold;
    /* 回転の角度・サイズ調整 */
    transform: rotateX(360deg) scale(1.5);
    transition: 0.5s;
    /* hover時の速度調整 */
  }
  #header_company .nav_base .navigation_contact:hover .nav_button_contact:hover > p {
    font-weight: bold;
    /* 回転の角度・サイズ調整 */
    transform: rotateX(360deg) scale(1);
    transition: 0.1s;
    /* hover時の速度調整 */
  }
  #header_company .nav_base h1 {
    margin: 0;
  }
  #header_company .nav_base h1 img {
    max-width: 100%;
    width: 50%;
    height: auto;
  }
  #header_company .nav_base h1 img:hover {
    transform: scale(1.1);
    /* 1.1倍に拡大 */
  }
  #header_company .nav_base nav {
    margin: 0;
  }
  #header_company .nav_base nav ul {
    list-style-type: none;
    margin: 0;
    gap: 10px;
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  #header_company .nav_base nav a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
  }
  #header_company .nav_base nav #contacta {
    color: #00095E;
    font-weight: bold;
    text-shadow: none;
  }
  #header_privacy {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    background-image: url(https://smafast.co.jp/wp-content/themes/smafast/image/catch_sp_contact.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
  }
  #header_privacy .nav_base {
    display: flex;
    position: relative;
    z-index: 40;
    align-items: center;
    justify-content: space-around;
    padding: 25px;
  }
  #header_privacy .nav_base .hamburger {
    display: flex;
    transition: all 0.4s;
    position: fixed;
    z-index: 30;
    right: 10px;
    top: 10px;
  }
  #header_privacy .nav_base .nav-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    color: #333;
    top: 0;
    right: -100%;
    transition: all 0.3s;
  }
  #header_privacy .nav_base .nav-menu ul {
    margin: 70px 0;
    position: relative;
  }
  #header_privacy .nav_base .nav-menu ul li {
    padding: 10px 0;
    text-align: center;
  }
  #header_privacy .nav_base .nav-menu ul li p {
    margin: 10px;
    text-shadow: 4px 2px 30px #000000;
  }
  #header_privacy .nav_base .nav-menu ul li p a {
    font-size: 16px;
    color: #ffffff;
  }
  #header_privacy .nav_base .navigation:hover .nav_button:hover > p {
    font-weight: bold;
    /* 回転の角度・サイズ調整 */
    transform: rotateX(360deg) scale(1.5);
    transition: 0.5s;
    /* hover時の速度調整 */
  }
  #header_privacy .nav_base .navigation_contact:hover .nav_button_contact:hover > p {
    font-weight: bold;
    /* 回転の角度・サイズ調整 */
    transform: rotateX(360deg) scale(1);
    transition: 0.1s;
    /* hover時の速度調整 */
  }
  #header_privacy .nav_base h1 {
    margin: 0;
  }
  #header_privacy .nav_base h1 img {
    max-width: 100%;
    width: 50%;
    height: auto;
  }
  #header_privacy .nav_base h1 img:hover {
    transform: scale(1.1);
    /* 1.1倍に拡大 */
  }
  #header_privacy .nav_base nav {
    margin: 0;
  }
  #header_privacy .nav_base nav ul {
    list-style-type: none;
    margin: 0;
    gap: 10px;
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  #header_privacy .nav_base nav a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
  }
  #header_privacy .nav_base nav #contacta {
    color: #00095E;
    font-weight: bold;
    text-shadow: none;
  }
  #header_news {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    background-image: url(https://smafast.co.jp/wp-content/themes/smafast/image/catch_sp_news.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
  }
  #header_news .nav_base {
    display: flex;
    position: relative;
    z-index: 40;
    align-items: center;
    justify-content: space-around;
    padding: 25px;
  }
  #header_news .nav_base .hamburger {
    display: flex;
    transition: all 0.4s;
    position: fixed;
    z-index: 30;
    right: 10px;
    top: 10px;
  }
  #header_news .nav_base .nav-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    color: #333;
    top: 0;
    right: -100%;
    transition: all 0.3s;
  }
  #header_news .nav_base .nav-menu ul {
    margin: 70px 0;
    position: relative;
  }
  #header_news .nav_base .nav-menu ul li {
    padding: 10px 0;
    text-align: center;
  }
  #header_news .nav_base .nav-menu ul li p {
    margin: 10px;
    text-shadow: 4px 2px 30px #000000;
  }
  #header_news .nav_base .nav-menu ul li p a {
    font-size: 16px;
  }
  #header_news .nav_base .navigation:hover .nav_button:hover > p {
    font-weight: bold;
    /* 回転の角度・サイズ調整 */
    transform: rotateX(360deg) scale(1.5);
    transition: 0.5s;
    /* hover時の速度調整 */
  }
  #header_news .nav_base .navigation_contact:hover .nav_button_contact:hover > p {
    font-weight: bold;
    /* 回転の角度・サイズ調整 */
    transform: rotateX(360deg) scale(1);
    transition: 0.1s;
    /* hover時の速度調整 */
  }
  #header_news .nav_base h1 {
    margin: 0;
  }
  #header_news .nav_base h1 img {
    max-width: 100%;
    width: 50%;
    height: auto;
  }
  #header_news .nav_base h1 img:hover {
    transform: scale(1.1);
    /* 1.1倍に拡大 */
  }
  #header_news .nav_base nav {
    margin: 0;
  }
  #header_news .nav_base nav ul {
    list-style-type: none;
    margin: 0;
    gap: 10px;
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  #header_news .nav_base nav a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
  }
  #header_news .nav_base nav #contacta {
    color: #00095E;
    font-weight: bold;
    text-shadow: none;
  }
  #header_base {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    background-image: url(https://smafast.co.jp/wp-content/themes/smafast/image/catch_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
  }
  #header_base .nav_base {
    display: flex;
    position: relative;
    z-index: 40;
    align-items: center;
    justify-content: space-around;
    padding: 25px;
  }
  #header_base .nav_base .hamburger {
    display: flex;
    transition: all 0.4s;
    position: fixed;
    z-index: 30;
    right: 10px;
    top: 10px;
  }
  #header_base .nav_base .nav-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    color: #333;
    top: 0;
    right: -100%;
    transition: all 0.3s;
  }
  #header_base .nav_base .nav-menu ul {
    margin: 70px 0;
    position: relative;
  }
  #header_base .nav_base .nav-menu ul li {
    padding: 10px 0;
    text-align: center;
  }
  #header_base .nav_base .nav-menu ul li p {
    margin: 10px;
    text-shadow: 4px 2px 30px #000000;
  }
  #header_base .nav_base .nav-menu ul li p a {
    font-size: 16px;
    color: #ffffff;
  }
  #header_base .nav_base nav #contacta {
    color: #00095E;
    font-weight: bold;
    text-shadow: none;
  }
  #header_base .nav_base .navigation:hover .nav_button:hover > p {
    font-weight: bold;
    /* 回転の角度・サイズ調整 */
    transform: rotateX(360deg) scale(1.5);
    transition: 0.5s;
    /* hover時の速度調整 */
  }
  #header_base .nav_base .navigation_contact:hover .nav_button_contact:hover > p {
    font-weight: bold;
    /* 回転の角度・サイズ調整 */
    transform: rotateX(360deg) scale(1);
    transition: 0.1s;
    /* hover時の速度調整 */
  }
  #header_base .nav_base h1 {
    margin: 0;
  }
  #header_base .nav_base h1 img {
    max-width: 100%;
    width: 50%;
    height: auto;
  }
  #header_base .nav_base h1 img:hover {
    transform: scale(1.1);
    /* 1.1倍に拡大 */
  }
  #header_base .nav_base nav {
    margin: 0;
  }
  #header_base .nav_base nav ul {
    list-style-type: none;
    margin: 0;
    gap: 10px;
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  #header_base .nav_base nav a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
  }
  #header_page .nav_base {
    display: flex;
    position: relative;
    z-index: 40;
    align-items: center;
    justify-content: space-around;
    padding: 25px;
  }
  #header_page .nav_base .hamburger {
    display: flex;
    transition: all 0.4s;
    position: fixed;
    z-index: 30;
    right: 10px;
    top: 10px;
  }
  #header_page .nav_base .nav-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    color: #333;
    top: 0;
    right: -100%;
    transition: all 0.3s;
  }
  #header_page .nav_base .nav-menu ul {
    margin: 70px 0;
    position: relative;
  }
  #header_page .nav_base .nav-menu ul li {
    padding: 10px 0;
    text-align: center;
  }
  #header_page .nav_base .nav-menu ul li p {
    margin: 10px;
    text-shadow: 4px 2px 30px #000000;
  }
  #header_page .nav_base .nav-menu ul li p a {
    font-size: 16px;
    color: #00095E;
  }
  #header_page .nav_base .navigation:hover .nav_button:hover > p {
    font-weight: bold;
    /* 回転の角度・サイズ調整 */
    transform: rotateX(360deg) scale(1.5);
    transition: 0.5s;
    /* hover時の速度調整 */
  }
  #header_page .nav_base .navigation_contact:hover .nav_button_contact:hover > p {
    font-weight: bold;
    /* 回転の角度・サイズ調整 */
    transform: rotateX(360deg) scale(1);
    transition: 0.1s;
    /* hover時の速度調整 */
  }
  #header_page .nav_base h1 {
    margin: 0;
  }
  #header_page .nav_base h1 img {
    max-width: 100%;
    width: 50%;
    height: auto;
  }
  #header_page .nav_base h1 img:hover {
    transform: scale(1.1);
    /* 1.1倍に拡大 */
  }
  #header_page .nav_base nav {
    margin: 0;
  }
  #header_page .nav_base nav ul {
    list-style-type: none;
    margin: 0;
    gap: 10px;
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  #header_page .nav_base nav a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
  }
  #header_page .nav_base nav #contacta {
    color: #00095E;
    font-weight: bold;
    text-shadow: none;
  }
}
#article_base {
  max-width: 100%;
  margin: 0 auto;
}
#article_base .content_nav {
  max-width: 100%;
  margin: 0 auto;
}
#article_base .content_nav ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px 0 0 0;
  margin: 0;
}
#article_base .content_nav ul .pc-text {
  display: inline;
}
#article_base .content_nav ul .sp-text {
  display: none;
}
#article_base .content_nav ul .border {
  color: #000000;
}
#article_base .content_nav ul .border:hover {
  text-decoration: none;
  color: #FFD600;
}
#article_base .content_nav ul p {
  color: #9da3c5;
  padding: 0;
  margin: 0;
  text-align: center;
}

.title_base {
  max-width: 100%;
  height: 424px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.title_base .h1_base {
  font-size: 60px;
  margin: 0;
  line-height: 1.5em;
}
.title_base .supplement_base {
  font-size: 12px;
  margin: 0;
  align-items: center;
  text-align: center;
  letter-spacing: 3px;
}
.title_base .page-subtitle {
  text-align: center;
}

.page-content {
  max-width: 1120px;
  margin: 0 auto 30px auto;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  #article_base .content_nav ul .pc-text {
    display: none;
  }
  #article_base .content_nav ul .sp-text {
    display: inline;
  }
  #article_base .content_nav ul p {
    font-size: 11px;
  }
  .title_base {
    height: 200px;
  }
  .title_base .h1_base {
    font-size: 40px;
  }
  .title_base .page-subtitle {
    text-align: center;
  }
}
.contact_base {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.contact_base .contact_base_frame {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 75%;
  height: 350px;
  background-color: rgba(223, 223, 226, 0.662745098);
  border-radius: 30px;
}
.contact_base .contact_base_frame h2 {
  margin: 40px 0 20px 0;
}
.contact_base .contact_base_frame #contact_base_form_text {
  line-height: 2em;
}
.contact_base .contact_base_frame #contact_base_form_text p {
  text-align: center;
  font-size: 13px;
  margin: 10px 0 10px 0;
}
.contact_base .contact_base_frame .stripe2 {
  text-align: center;
  gap: 10px;
  margin: 0 0 20px 0;
}
.contact_base .contact_base_frame .stripe2 img {
  width: 2px;
}

@media screen and (max-width: 767px) {
  .contact_base {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .contact_base .contact_base_frame {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    height: 350px;
    background-color: rgba(223, 223, 226, 0.662745098);
    border-radius: 30px;
  }
  .contact_base .contact_base_frame h2 {
    margin: 40px 0 20px 0;
  }
  .contact_base .contact_base_frame #contact_base_form_text {
    line-height: 2em;
  }
  .contact_base .contact_base_frame #contact_base_form_text p {
    text-align: center;
    font-size: 11px;
    margin: 10px 0 10px 0;
  }
  .contact_base .contact_base_frame .stripe2 {
    text-align: center;
    gap: 10px;
    margin: 0 0 20px 0;
  }
  .contact_base .contact_base_frame .stripe2 img {
    width: 2px;
  }
}
.pankuzu {
  padding: 40px 40px 0;
  display: flex;
  align-items: center;
  color: #00095E;
}
.pankuzu .pankuzu_top {
  font-weight: bold;
}
.pankuzu .pankuzu_top a {
  color: #00095E;
}
.pankuzu .pankuzu_page {
  font-weight: bold;
  color: #FFD600;
}

.pankuzu_archive {
  padding: 40px 40px 0;
  display: flex;
  align-items: center;
}
.pankuzu_archive .pankuzu_top {
  font-weight: bold;
}
.pankuzu_archive .pankuzu_page {
  font-weight: bold;
}
.pankuzu_archive .pankuzu_page_down {
  font-weight: bold;
  color: #FFD600;
}

@media screen and (max-width: 767px) {
  .pankuzu {
    padding: 40px 20px 0;
  }
  .pankuzu_archive {
    padding: 40px 20px 0;
  }
}
.service_base {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0 0 100px 0;
}
.service_base .service_title_width {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.service_base .service_title_width a:hover {
  transform: scale(1.1);
}
.service_base .service_title_width .service_title {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-bottom: 3px solid #00095E;
  width: 70%;
  color: #00095E;
  margin: 0;
}
.service_base .service_title_width .service_title h2 {
  font-size: 18px;
}
.service_base .service_title_width .service_title .service_font {
  font-family: "Contrail One", sans-serif;
  font-size: 60px;
  font-weight: 400;
  margin: 0 0 0 20px;
}
.service_base .service_title_width .service_title .pc {
  display: block !important;
}
.service_base .service_title_width .service_title .sp {
  display: none !important;
}
.service_base .service_title_width a {
  width: 30%;
}
.service_base .service_title_width a img {
  padding: 0 25px;
  max-width: 100%;
  height: auto;
  width: 300px;
}
.service_base .service_contents .service_flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  max-width: 80%;
  gap: 10px;
}
.service_base .service_contents .service_flex .service_fade {
  text-align: center;
}
.service_base .service_contents .service_flex .service_fade img {
  width: 2px;
}
.service_base .service_contents .service_flex .service_text {
  margin: 20px 0;
}
.service_base .service_contents .service_flex .service_text .service_title {
  text-align: center;
  letter-spacing: 2px;
  line-height: 2em;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
.service_base .service_contents .service_flex .service_text .service_text_text {
  text-align: center;
  letter-spacing: 2px;
  line-height: 2em;
  font-size: 14px;
  margin: 0;
}
.service_base .service_contents .service_flex .service_text .pc {
  display: block;
}
.service_base .service_contents .service_flex .service_text .sp {
  display: none;
}

.service_contents .slider img,
.service_contents .slider2 img {
  max-width: 100%;
  /*スライダー内の画像を横幅100%に*/
  height: auto;
  width: 747px;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide .slider2 .slick-slide {
  margin: 0 5px;
  /*スライド左右の余白調整*/
}

ul.slider.slick-initialized.slick-slider,
ul.slider2.slick-initialized.slick-slider {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .service_base {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0 0 100px 0;
  }
  .service_base .service_title_width {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 10px 0 0;
  }
  .service_base .service_title_width .service_title {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-bottom: 3px solid #00095E;
    width: 70%;
    color: #00095E;
    margin: 0;
  }
  .service_base .service_title_width .service_title h2 {
    font-size: 10px;
  }
  .service_base .service_title_width .service_title .service_font {
    font-family: "Contrail One", sans-serif;
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 0 20px;
  }
  .service_base .service_title_width .service_title .pc {
    display: none;
  }
  .service_base .service_title_width .service_title .sp {
    display: block;
  }
  .service_base .service_title_width a {
    width: 30%;
  }
  .service_base .service_title_width a img {
    padding: 0;
    max-width: 100%;
    height: auto;
  }
  .service_base .service_contents .service_flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    max-width: 90%;
    gap: 10px;
  }
  .service_base .service_contents .service_flex .service_text {
    margin: 20px 0 0;
  }
  .service_base .service_contents .service_flex .service_text .service_title {
    font-size: 12px;
    padding: 10px 0;
  }
  .service_base .service_contents .service_flex .service_text .service_text_text {
    font-size: 11px;
    text-align: justify;
    padding: 0 20px;
  }
  .service_base .service_contents .service_flex .service_text .pc {
    display: none !important;
  }
  .service_base .service_contents .service_flex .service_text .sp {
    display: block !important;
  }
  .service_base .service_contents .service_flex .service_fade {
    text-align: center;
  }
  .service_base .service_contents .service_flex .service_fade .btn_27 {
    width: 130px;
    font-size: 12px;
  }
  .service_contents .slider img,
  .service_contents .slider2 img {
    width: 100%;
    /*スライダー内の画像を横幅100%に*/
    height: auto;
  }
  /*slickのJSで書かれるタグ内、スライド左右の余白調整*/
  .slider .slick-slide .slider2 .slick-slide {
    margin: 0 5px;
    /*スライド左右の余白調整*/
  }
}
@media screen and (max-width: 400px) {
  .service_base {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0 0 100px 0;
  }
  .service_base .service_title_width {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .service_base .service_title_width .service_title {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-bottom: 3px solid #00095E;
    width: 70%;
    color: #00095E;
    margin: 0;
  }
  .service_base .service_title_width .service_title p {
    font-size: 10px;
  }
  .service_base .service_title_width .service_title .service_font {
    font-family: "Contrail One", sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
  }
  .service_base .service_title_width .service_title .pc {
    display: none !important;
  }
  .service_base .service_title_width .service_title .sp {
    display: block !important;
  }
}
.company_base {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: 150px;
}
.company_base h2 {
  width: 35%;
  border-bottom: 2px solid #00095E;
  text-align: right;
  color: #00095E;
  margin: 0 0 20px 0;
}
.company_base h2 p {
  margin: 0 0 20px 0;
}
.company_base .overview_contents {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.company_base .overview_contents .Vertical_font {
  text-orientation: sideways;
  writing-mode: vertical-rl;
  font-family: "Contrail One", sans-serif;
  font-size: 100px;
  font-weight: 400;
  color: #00095E;
  padding: 12px 20px 0 0;
}
.company_base .overview_contents .overview_list {
  border-spacing: 0 20px;
}
.company_base .overview_contents .overview_list th {
  background-color: #E7E7E7;
  color: #00095E;
  font-weight: normal;
  font-size: 14px;
  padding: 10px 40px;
  letter-spacing: 2px;
}
.company_base .overview_contents .overview_list td {
  border-bottom: 1px solid #E7E7E7;
  font-size: 14px;
  letter-spacing: 2px;
  padding: 0 80px 0 30px;
}
.company_base .overview_contents .overview_list td .map_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.company_base .overview_contents .overview_list td .map_flex .google_map_button {
  display: flex;
  color: #000000;
  background-color: #FFD600;
  border-radius: 50px;
  font-size: 11px;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0 10px;
}

.history_contents {
  display: flex;
  justify-content: center;
}
.history_contents .history_list {
  display: flex;
  justify-content: center;
  width: 900px;
}
.history_contents .history_list .Vertical_font {
  text-orientation: sideways;
  writing-mode: vertical-rl;
  font-family: "Contrail One", sans-serif;
  font-size: 100px;
  font-weight: 400;
  color: #00095E;
  padding: 12px 20px 0 0;
  width: 17%;
}
.history_contents .history_list .history_ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 83%;
}
.history_contents .history_list .history_ul li {
  text-align: center;
  width: 100%;
  margin: 0;
}
.history_contents .history_list .history_ul li .history_border {
  width: 100%;
  background-color: #E7E7E7;
  padding: 10px 0;
  margin: 0;
  letter-spacing: 2px;
}
.history_contents .history_list .history_ul li .history_border_p {
  color: #9da3c5;
}

.access_contents {
  display: flex;
  justify-content: center;
}
.access_contents .access_width {
  display: flex;
  justify-content: center;
  width: 1120px;
}
.access_contents .access_width .Vertical_font {
  text-orientation: sideways;
  writing-mode: vertical-rl;
  font-family: "Contrail One", sans-serif;
  font-size: 100px;
  font-weight: 400;
  color: #00095E;
  padding: 12px 20px 0 0;
  width: 17%;
}
.access_contents .access_width .access_map_a .access_map {
  display: flex;
  align-items: flex-start;
  width: 83%;
}
.access_contents .access_width .access_map_a .access_map .access_main_address {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: 55%;
  padding: 0 20px 0 0;
}
.access_contents .access_width .access_map_a .access_map .access_main_address p {
  margin: 0 0 15px 0;
  letter-spacing: 2px;
}
.access_contents .access_width .access_map_a .access_map .access_main_address span {
  font-size: 16px;
  font-weight: bold;
}
.access_contents .access_width .access_map_a .access_map .access_sub_address {
  display: flex;
  flex-direction: column;
  width: 55%;
}
.access_contents .access_width .access_map_a .access_map .access_sub_address .access_sub_address_contents:nth-child(4) {
  margin: 0;
}
.access_contents .access_width .access_map_a .access_map .access_sub_address .access_sub_address_contents {
  border: 1px solid #e7e7e7;
  margin: 0 0 20px 0;
  background-color: #e7e7e7;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.access_contents .access_width .access_map_a .access_map .access_sub_address .access_sub_address_contents .map_address {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 85%;
}
.access_contents .access_width .access_map_a .access_map .access_sub_address .access_sub_address_contents .map_address .shopname {
  border-bottom: 2px solid #00095E;
  width: 100%;
  font-weight: 600;
  font-size: 13px;
}
.access_contents .access_width .access_map_a .access_map .access_sub_address .access_sub_address_contents .map_address p {
  margin: 0;
  letter-spacing: 2px;
}
.access_contents .access_width .access_map_a .access_map .access_sub_address .access_sub_address_contents .map_address .map_address_sub {
  font-size: 11px;
}
.access_contents .access_width .access_map_a .access_map .access_sub_address .access_sub_address_contents .map_icon {
  width: 48px;
  height: 48px;
  background: url(https://smafast.co.jp/wp-content/themes/smafast/image/map_icon2.png);
}
.access_contents .access_width .access_map_a .access_map .access_sub_address .access_sub_address_contents .map_icon:hover {
  transform: scale(1.1);
  background: url(https://smafast.co.jp/wp-content/themes/smafast/image/map_icon_hover.png);
}

@media screen and (max-width: 767px) {
  .company_base {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 150px;
  }
  .company_base h2 {
    width: 35%;
    border-bottom: 2px solid #00095E;
    text-align: right;
    color: #00095E;
    margin: 0 0 20px 0;
  }
  .company_base h2 p {
    margin: 0 0 20px 0;
  }
  .company_base .overview_contents {
    display: block;
    position: relative;
  }
  .company_base .overview_contents .Vertical_font {
    text-orientation: sideways;
    writing-mode: vertical-rl;
    font-family: "Contrail One", sans-serif;
    font-size: 100px;
    font-weight: 400;
    color: rgba(0, 9, 94, 0.21);
    padding: 0;
    position: absolute;
    top: 15px;
    right: 0;
    z-index: -10;
  }
  .company_base .overview_contents .overview_list {
    border-spacing: 0 20px;
  }
  .company_base .overview_contents .overview_list th {
    background-color: #E7E7E7;
    color: #00095E;
    font-weight: normal;
    font-size: 13px;
    padding: 10px 20px;
    letter-spacing: 2px;
  }
  .company_base .overview_contents .overview_list td {
    border-bottom: 1px solid #E7E7E7;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 0 15px;
  }
  .company_base .overview_contents .overview_list td .map_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0;
  }
  .company_base .overview_contents .overview_list td .map_flex .google_map_button {
    display: flex;
    color: #000000;
    background-color: #FFD600;
    border-radius: 50px;
    font-size: 11px;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0 10px;
  }
  .history_contents {
    display: flex;
    justify-content: center;
  }
  .history_contents .history_list {
    display: block;
    width: 100%;
    position: relative;
  }
  .history_contents .history_list .Vertical_font {
    text-orientation: sideways;
    writing-mode: vertical-rl;
    font-family: "Contrail One", sans-serif;
    font-size: 100px;
    font-weight: 400;
    color: rgba(0, 9, 94, 0.21);
    padding: 0;
    width: 17%;
    position: absolute;
    top: 15px;
    right: 0;
    z-index: -10;
  }
  .history_contents .history_list .history_ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 10px;
  }
  .history_contents .history_list .history_ul li {
    text-align: center;
    width: 100%;
    margin: 0;
  }
  .history_contents .history_list .history_ul li .history_border {
    width: 100%;
    background-color: rgba(231, 231, 231, 0.5607843137);
    padding: 5px 0;
    margin: 0;
    font-size: 12px;
  }
  .history_contents .history_list .history_ul li .history_border_p {
    margin: 5px 0;
  }
  .access_contents {
    display: flex;
    justify-content: center;
  }
  .access_contents .access_width {
    display: block;
    width: 100%;
  }
  .access_contents .access_width .Vertical_font {
    display: none;
  }
  .access_contents .access_width .access_map_a .access_map {
    display: block;
    width: 100%;
  }
  .access_contents .access_width .access_map_a .access_map .access_main_address {
    display: block;
    width: 100%;
    padding: 0 10px;
  }
  .access_contents .access_width .access_map_a .access_map .access_main_address p {
    margin: 0 0 15px 0;
    letter-spacing: 2px;
    font-size: 13px;
  }
  .access_contents .access_width .access_map_a .access_map .access_main_address span {
    font-size: 13px;
    font-weight: bold;
  }
  .access_contents .access_width .access_map_a .access_map .access_sub_address {
    display: flex;
    flex-direction: column;
    padding: 20px 10px 0;
    width: 100%;
  }
  .access_contents .access_width .access_map_a .access_map .access_sub_address .access_sub_address_contents:nth-child(4) {
    margin: 0;
  }
  .access_contents .access_width .access_map_a .access_map .access_sub_address .access_sub_address_contents {
    border: 1px solid #e7e7e7;
    margin: 0 0 20px 0;
    background-color: #e7e7e7;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
  .access_contents .access_width .access_map_a .access_map .access_sub_address .access_sub_address_contents .map_address {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .access_contents .access_width .access_map_a .access_map .access_sub_address .access_sub_address_contents .map_address .shopname {
    border-bottom: 2px solid #00095E;
    width: 100%;
    font-weight: 600;
    font-size: 13px;
  }
  .access_contents .access_width .access_map_a .access_map .access_sub_address .access_sub_address_contents .map_address p {
    margin: 0;
    letter-spacing: 2px;
  }
  .access_contents .access_width .access_map_a .access_map .access_sub_address .access_sub_address_contents .map_address .map_address_sub {
    font-size: 11px;
  }
  .access_contents .access_width .access_map_a .access_map .access_sub_address .access_sub_address_contents .map_icon {
    width: 48px;
    height: 48px;
    background: url(https://smafast.co.jp/wp-content/themes/smafast/image/map_icon2.png);
  }
  .access_contents .access_width .access_map_a .access_map .access_sub_address .access_sub_address_contents .map_icon:hover {
    transform: scale(1.1);
    background: url(https://smafast.co.jp/wp-content/themes/smafast/image/map_icon_hover.png);
  }
}
.about_base {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: 150px;
}
.about_base h2 {
  width: 35%;
  border-bottom: 2px solid #00095E;
  text-align: right;
  color: #00095E;
  margin: 0 0 20px 0;
}
.about_base h2 p {
  margin: 0 0 20px 0;
}
.about_base .greeting_contents {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.about_base .greeting_contents .greething_width {
  display: flex;
  width: 900px;
}
.about_base .greeting_contents .greething_width .Vertical_font {
  text-orientation: sideways;
  writing-mode: vertical-rl;
  font-family: "Contrail One", sans-serif;
  font-size: 100px;
  font-weight: 400;
  color: #e7e7e7;
  padding: 0 0 0 20px;
  width: 17%;
}
.about_base .greeting_contents .greething_width .greeting_group {
  display: flex;
  max-width: 83%;
}
.about_base .greeting_contents .greething_width .greeting_group .greething_message {
  max-width: 55%;
}
.about_base .greeting_contents .greething_width .greeting_group .greething_message p {
  line-height: 40px;
  margin: 0 23px 0 0;
  font-size: 13px;
}
.about_base .greeting_contents .greething_width .greeting_group .greething_message .justify {
  text-align: justify;
  text-justify: inter-ideograph;
}
.about_base .greeting_contents .greething_width .greeting_group .greething_img {
  max-width: 45%;
  height: auto;
}
.about_base .greeting_contents .greething_width .greeting_group .greething_img img {
  max-width: 100%;
  height: auto;
}

.philosophy_contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding-bottom: 150px;
  padding-top: 50px;
}
.philosophy_contents .philosophy_title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.philosophy_contents .philosophy_title h2 {
  border-bottom: 3px solid #00095E;
  width: 300px;
  margin: 0;
  letter-spacing: 10px;
  font-size: 35px;
}
.philosophy_contents .philosophy_title p {
  margin: 0;
}
.philosophy_contents .philosophy_message p {
  text-align: center;
  line-height: 30px;
  font-size: 13px;
}
.philosophy_contents .philosophy_message .lead {
  font-size: 1.1rem;
  margin-bottom: 0.75em;
  text-align: center;
}
.philosophy_contents .philosophy_message h3 {
  text-align: center;
  margin-top: 1.8em;
  font-size: 1.1rem;
}
.philosophy_contents .philosophy_message .closing {
  margin-top: 1.2em;
  font-weight: 500;
}
.philosophy_contents .philosophy_message .pc {
  display: block !important;
}
.philosophy_contents .philosophy_message .sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .about_base {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 150px;
  }
  .about_base h2 {
    width: 35%;
    border-bottom: 2px solid #00095E;
    text-align: right;
    color: #00095E;
    margin: 0 0 20px 0;
  }
  .about_base h2 p {
    margin: 0 0 20px 0;
  }
  .about_base .greeting_contents {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .about_base .greeting_contents .greething_width {
    display: block;
    width: 100%;
    position: relative;
  }
  .about_base .greeting_contents .greething_width .Vertical_font {
    text-orientation: sideways;
    writing-mode: vertical-rl;
    font-family: "Contrail One", sans-serif;
    position: absolute;
    font-size: 80px;
    font-weight: 400;
    color: #00095E;
    width: 17%;
    top: 15px;
    right: 27px;
  }
  .about_base .greeting_contents .greething_width .greeting_group {
    display: flex;
    max-width: 100%;
    flex-direction: column-reverse;
  }
  .about_base .greeting_contents .greething_width .greeting_group .greething_message {
    max-width: 100%;
    padding: 30px 20px;
  }
  .about_base .greeting_contents .greething_width .greeting_group .greething_message p {
    line-height: 30px;
    margin: 0;
    font-size: 13px;
    text-align: justify;
  }
  .about_base .greeting_contents .greething_width .greeting_group .greething_img {
    max-width: 100%;
    height: auto;
  }
  .about_base .greeting_contents .greething_width .greeting_group .greething_img img {
    max-width: 100%;
    height: auto;
    padding: 0 30px;
    position: relative;
    right: 48px;
  }
  .philosophy_contents {
    padding-top: 0px;
  }
  .philosophy_contents .philosophy_title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .philosophy_contents .philosophy_title h2 {
    border-bottom: 3px solid #00095E;
    width: 300px;
    margin: 0;
    letter-spacing: 10px;
    font-size: 35px;
  }
  .philosophy_contents .philosophy_title p {
    margin: 0;
  }
  .philosophy_contents .philosophy_message .lead {
    font-size: 1rem;
    margin-bottom: 0.75em;
    text-align: center;
  }
  .philosophy_contents .philosophy_message p {
    text-align: justify;
    line-height: 30px;
    font-size: 13px;
    padding: 0 24px;
  }
  .philosophy_contents .philosophy_message .pc {
    display: none !important;
  }
  .philosophy_contents .philosophy_message .sp {
    display: block !important;
  }
}
.contact_message {
  text-align: center;
  line-height: 30px;
}
.contact_message p {
  margin: 0 0 50px 0;
  font-size: 13px;
}

.contact_form_big {
  display: flex;
  justify-content: center;
  margin: 0 0 240px 0;
  flex-direction: column;
  align-items: center;
}
.contact_form_big .form_width_max {
  width: 700px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.contact_form_big .form_width_max dd {
  width: 100%;
  margin: 0;
}
.contact_form_big .form_width_max dd p {
  margin: 0;
}
.contact_form_big .form_width_max dd input[type=text],
.contact_form_big .form_width_max dd select {
  width: 100%;
  height: 40px;
  margin: 6px 0;
  background-color: #E7E7E7;
  border: 0px solid;
  border-radius: 5px;
}
.contact_form_big .form_width_max dd input:focus {
  outline: 2px solid #9D9D9F;
}
.contact_form_big .form_width_max dd select:focus {
  outline: 2px solid #9D9D9F;
}
.contact_form_big .form_width_max dt {
  font-size: 14px;
  letter-spacing: 2px;
  color: #00095E;
  font-weight: bold;
}
.contact_form_big .form_width_max dt p {
  margin: 0;
}
.contact_form_big .form_width_max dt span {
  font-size: 12px;
  color: #D26B6B;
}
.contact_form_big .form_width_harf_base {
  width: 700px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.contact_form_big .form_width_harf_base dl {
  width: 50%;
  margin: 0;
}
.contact_form_big .form_width_harf_base dl dd {
  margin: 0;
  width: 100%;
}
.contact_form_big .form_width_harf_base dl dd p {
  margin: 0;
}
.contact_form_big .form_width_harf_base dl dd input[type=tel],
.contact_form_big .form_width_harf_base dl dd input[type=email] {
  width: 100%;
  height: 40px;
  margin: 6px 0;
  background-color: #E7E7E7;
  border: 0px solid;
  border-radius: 5px;
}
.contact_form_big .form_width_harf_base dl dd input:focus {
  outline: 2px solid #9D9D9F;
}
.contact_form_big .form_width_harf_base dl dt {
  font-size: 14px;
  letter-spacing: 2px;
  color: #00095E;
  font-weight: bold;
}
.contact_form_big .form_width_harf_base dl dt p {
  margin: 0;
}
.contact_form_big .form_width_harf_base dl dt span {
  font-size: 12px;
  color: #D26B6B;
}
.contact_form_big .form_textarea {
  width: 700px;
}
.contact_form_big .form_textarea dt {
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: bold;
}
.contact_form_big .form_textarea dt p {
  margin: 0;
}
.contact_form_big .form_textarea dt span {
  font-size: 12px;
}
.contact_form_big .form_textarea dd {
  margin: 0;
}
.contact_form_big .form_textarea dd p {
  margin: 0;
}
.contact_form_big .form_textarea dd textarea {
  width: 100%;
  height: 100px;
  margin: 6px 0;
  background-color: #E7E7E7;
  border: 0px solid;
  border-radius: 5px;
}
.contact_form_big .form_textarea dd textarea:focus {
  outline: 2px solid #9D9D9F;
}
.contact_form_big .form_textarea dt {
  color: #00095E;
}
.contact_form_big .form_textarea dt span {
  color: #D26B6B;
}
.contact_form_big .form_checkbox {
  width: 700px;
}
.contact_form_big .form_checkbox p {
  margin: 0;
  display: flex;
  color: #00095E;
  font-weight: bold;
}
.contact_form_big .form_checkbox p .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
  margin: 0;
}
.contact_form_big .form_checkbox p .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item input[type=checkbox] {
  accent-color: #f00;
}
.contact_form_big .form_checkbox p a {
  letter-spacing: 2px;
  color: #D26B6B;
}
.contact_form_big .form_checkbox p .checkbox {
  accent-color: #f00;
}
.contact_form_big .cf7__button {
  width: 700px;
}
.contact_form_big .cf7__button p input[type=submit] {
  border: 1px solid #FFD600;
  border-radius: 5px;
  background-color: #FFD600;
  width: 100%;
  height: 40px;
  margin: 23px 0 6px 0;
  font-weight: bold;
  letter-spacing: 2px;
}

.title_base_contact {
  max-width: 100%;
  margin: 200px 0 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.title_base_contact .h1_base {
  font-size: 60px;
  margin: 0;
  line-height: 1.5em;
}
.title_base_contact .supplement_base {
  font-size: 12px;
  margin: 0;
  align-items: center;
  text-align: center;
  letter-spacing: 3px;
}

@media screen and (max-width: 767px) {
  .contact_message {
    text-align: center;
    line-height: 30px;
  }
  .contact_message p {
    margin: 0 0 50px 0;
    font-size: 12px;
  }
  .contact_form_big {
    display: block;
    padding: 0 10px;
  }
  .contact_form_big .form_width_max {
    width: 100%;
    display: block;
    margin: 0;
  }
  .contact_form_big .form_width_max dd {
    width: 100%;
    margin: 0;
  }
  .contact_form_big .form_width_max dd input[type=text],
  .contact_form_big .form_width_max dd select {
    width: 100%;
    height: 40px;
    margin: 6px 0;
    background-color: #E7E7E7;
    border: 0px solid;
    border-radius: 5px;
  }
  .contact_form_big .form_width_max dd input:focus {
    outline: 2px solid #9D9D9F;
  }
  .contact_form_big .form_width_max dd select:focus {
    outline: 2px solid #9D9D9F;
  }
  .contact_form_big .form_width_max dt {
    font-size: 13px;
    letter-spacing: 2px;
    color: #00095E;
    font-weight: bold;
  }
  .contact_form_big .form_width_max dt span {
    font-size: 12px;
    color: #D26B6B;
  }
  .contact_form_big .form_width_harf_base {
    width: 100%;
    display: block;
  }
  .contact_form_big .form_width_harf_base dl {
    width: 100%;
    margin: 0;
  }
  .contact_form_big .form_width_harf_base dl dd {
    margin: 0;
    width: 100%;
  }
  .contact_form_big .form_width_harf_base dl dd input[type=tel],
  .contact_form_big .form_width_harf_base dl dd input[type=email] {
    width: 100%;
    height: 40px;
    margin: 6px 0;
    background-color: #E7E7E7;
    border: 0px solid;
    border-radius: 5px;
  }
  .contact_form_big .form_width_harf_base dl dd input:focus {
    outline: 2px solid #9D9D9F;
  }
  .contact_form_big .form_width_harf_base dl dt {
    font-size: 13px;
    letter-spacing: 2px;
    color: #00095E;
    font-weight: bold;
  }
  .contact_form_big .form_width_harf_base dl dt span {
    font-size: 12px;
    color: #D26B6B;
  }
  .contact_form_big .form_textarea {
    width: 100%;
    margin: 0;
  }
  .contact_form_big .form_textarea dt {
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: bold;
  }
  .contact_form_big .form_textarea dt span {
    font-size: 12px;
  }
  .contact_form_big .form_textarea dd {
    margin: 0;
  }
  .contact_form_big .form_textarea dd textarea {
    width: 100%;
    height: 100px;
    margin: 6px 0;
    background-color: #E7E7E7;
    border: 0px solid;
    border-radius: 5px;
  }
  .contact_form_big .form_textarea dd textarea:focus {
    outline: 2px solid #9D9D9F;
  }
  .contact_form_big .form_textarea dt {
    color: #00095E;
    font-size: 13px;
  }
  .contact_form_big .form_textarea dt span {
    font-size: 13px;
    color: #D26B6B;
  }
  .contact_form_big .form_checkbox {
    width: 100%;
    color: #00095E;
    font-weight: bold;
  }
  .contact_form_big .form_checkbox a {
    letter-spacing: 2px;
    color: #D26B6B;
  }
  .contact_form_big .form_checkbox .checkbox {
    accent-color: #f00;
  }
  .contact_form_big .cf7__button {
    width: 100%;
  }
  .contact_form_big .cf7__button p input[type=submit] {
    border: 1px solid #FFD600;
    border-radius: 5px;
    background-color: #FFD600;
    width: 100%;
    height: 40px;
    margin: 23px 0 6px 0;
    font-weight: bold;
    letter-spacing: 2px;
  }
  .title_base_contact {
    margin: 130px 0 50px 0;
  }
  .title_base_contact .h1_base {
    font-size: 40px;
  }
}
.news_background_color {
  background-color: rgba(226, 229, 251, 0.4);
  padding: 44px 0 80px 0;
  margin: 0 0 80px 0;
}
.news_background_color .news_contents_left {
  display: flex;
  margin: 0 auto;
  gap: 50px;
  padding-bottom: 0 50px;
  width: 90%;
  margin: 20px auto;
}
.news_background_color .news_contents_left .news_main {
  display: flex;
  flex-direction: column;
  gap: 100px;
  width: 80%;
}
.news_background_color .news_contents_left .news_main .information_title {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}
.news_background_color .news_contents_left .news_main .information_title h2 {
  border-bottom: 3px solid #00095E;
  width: 30%;
  font-size: 32px;
  margin: 0;
  text-align: left;
}
.news_background_color .news_contents_left .news_main .information_title p {
  font-size: 18px;
  margin: 0;
  padding: 0;
}
.news_background_color .news_contents_left .news_main .information_base {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  padding: 35px 0 0 0;
}
.news_background_color .news_contents_left .news_main .information_base .information_contents {
  background-color: #ffffff;
  border-radius: 30px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.0784313725);
}
.news_background_color .news_contents_left .news_main .information_base .information_contents p {
  margin: 0;
  font-size: 13px;
  padding: 10px 0 0 0;
}
.news_background_color .news_contents_left .news_main .information_base .information_contents img {
  margin: 10px 0;
  max-width: 100%;
}
.news_background_color .news_contents_left .news_main .information_base .information_contents data {
  border-bottom: 2px solid #00095E;
  font-weight: bold;
  padding: 0 0 10px 0;
  color: #00095E;
}
.news_background_color .news_contents_left .news_main .information_base .information_contents .category {
  display: flex;
  gap: 10px;
}
.news_background_color .news_contents_left .news_main .information_base .information_contents .category .category_name {
  background-color: #00095E;
  border-radius: 2px;
  color: #ffffff;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 2px;
  margin: 0;
  letter-spacing: 1px;
}
.news_background_color .news_contents_left .news_main .blog_title {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}
.news_background_color .news_contents_left .news_main .blog_title h2 {
  border-bottom: 3px solid #00095E;
  width: 30%;
  font-size: 32px;
  margin: 0;
  text-align: left;
}
.news_background_color .news_contents_left .news_main .blog_title p {
  font-size: 18px;
  margin: 0;
  padding: 0;
}
.news_background_color .news_contents_left .news_main .blog_contents {
  display: flex;
  padding: 35px 0 0 0;
  justify-content: space-around;
  align-items: center;
  margin: 35px 0 0 0;
  background-color: #ffffff;
  border-radius: 30px;
  padding: 20px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.0784313725);
  gap: 10px;
}
.news_background_color .news_contents_left .news_main .blog_contents img {
  width: 20%;
  height: auto;
}
.news_background_color .news_contents_left .news_main .blog_contents .blog_contents_line .category {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #00095E;
  padding: 0 0 10px 0;
}
.news_background_color .news_contents_left .news_main .blog_contents .blog_contents_line .category .category_name {
  background-color: #00095E;
  border-radius: 2px;
  color: #ffffff;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 2px;
  margin: 0;
  letter-spacing: 1px;
}
.news_background_color .news_contents_left .news_main .blog_contents .blog_contents_line .category data {
  font-weight: bold;
  color: #00095E;
}
.news_background_color .news_contents_left .news_main .blog_contents .blog_contents_line .category p {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.news_background_color .news_contents_left .news_main .blog_contents .blog_contents_line .blog_contents_title {
  font-weight: bold;
  font-size: 13px;
  margin: 5px 0;
}
.news_background_color .news_contents_left .news_main .blog_contents .blog_contents_line .blog_contents_text {
  font-size: 12px;
  margin: 0;
}

aside {
  width: 20%;
}
aside .news_aside .news_aside_title {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 30px 0 0 0;
}
aside .news_aside .news_aside_title img {
  width: 40px;
  height: 40px;
}
aside .news_aside h3 {
  font-family: "Contrail One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  color: #00095E;
  margin: 0;
}
aside .news_aside p {
  border-bottom: 2px solid #00095E;
  padding: 0 0 10px 0;
  font-size: 13px;
}
aside .news_aside p data {
  font-weight: bold;
}
aside .news_aside ul {
  margin: 0;
  padding: 0;
}
aside .news_aside ul li .category_second {
  font-size: 12px;
}
aside .news_aside .form-text {
  font-size: 14px;
  padding: 6px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .news_background_color .news_contents_left {
    display: flex;
    width: 100%;
    margin: 0 auto;
    gap: 0;
    padding-bottom: 150px;
    flex-direction: column;
  }
  .news_background_color .news_contents_left .news_main {
    display: flex;
    flex-direction: column;
    gap: 100px;
    width: 100%;
  }
  .news_background_color .news_contents_left .news_main #information {
    padding: 10px;
  }
  .news_background_color .news_contents_left .news_main #information .information_title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 10px;
  }
  .news_background_color .news_contents_left .news_main #information .information_title h2 {
    border-bottom: 3px solid #00095E;
    width: 100%;
    font-size: 26px;
    margin: 0;
    text-align: left;
  }
  .news_background_color .news_contents_left .news_main #information .information_title p {
    font-size: 16px;
    margin: 0;
    padding: 0;
  }
  .news_background_color .news_contents_left .news_main #information .information_base {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    padding: 20px 0 0 0;
  }
  .news_background_color .news_contents_left .news_main #information .information_base .information_contents {
    display: flex;
    flex-direction: column;
    padding: 15px;
    border-radius: 15px;
  }
  .news_background_color .news_contents_left .news_main #information .information_base .information_contents p {
    margin: 0;
    font-size: 11px;
    padding: 10px 0 0 0;
  }
  .news_background_color .news_contents_left .news_main #information .information_base .information_contents img {
    margin: 10px 0;
    max-width: 100%;
  }
  .news_background_color .news_contents_left .news_main #information .information_base .information_contents data {
    border-bottom: 2px solid #00095E;
    font-weight: bold;
    padding: 0 0 10px 0;
    color: #00095E;
  }
  .news_background_color .news_contents_left .news_main #information .information_base .information_contents .category {
    display: flex;
    gap: 5px;
  }
  .news_background_color .news_contents_left .news_main #information .information_base .information_contents .category .category_name {
    background-color: #00095E;
    border-radius: 2px;
    color: #ffffff;
    font-size: 10px;
    padding: 5px 10px;
    border-radius: 2px;
    margin: 0;
    letter-spacing: 1px;
  }
  .news_background_color .news_contents_left .news_main #blog {
    padding: 10px;
  }
  .news_background_color .news_contents_left .news_main #blog .blog_title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 10px;
  }
  .news_background_color .news_contents_left .news_main #blog .blog_title h2 {
    border-bottom: 3px solid #00095E;
    width: 100%;
    font-size: 26px;
    margin: 0;
    text-align: left;
  }
  .news_background_color .news_contents_left .news_main #blog .blog_title p {
    font-size: 16px;
    margin: 0;
    padding: 0;
  }
  .news_background_color .news_contents_left .news_main #blog .blog_contents {
    display: flex;
    padding: 20px 10px;
    justify-content: space-around;
    align-items: center;
    margin: 20px 0 0 0;
    border-radius: 15px;
  }
  .news_background_color .news_contents_left .news_main #blog .blog_contents img {
    width: 20%;
    height: auto;
  }
  .news_background_color .news_contents_left .news_main #blog .blog_contents .blog_contents_line {
    width: 80%;
  }
  .news_background_color .news_contents_left .news_main #blog .blog_contents .blog_contents_line .category {
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #00095E;
    padding: 0 0 10px 0;
  }
  .news_background_color .news_contents_left .news_main #blog .blog_contents .blog_contents_line .category .category_name {
    background-color: #00095E;
    border-radius: 2px;
    color: #ffffff;
    font-size: 10px;
    padding: 5px 10px;
    border-radius: 2px;
    margin: 0;
    letter-spacing: 1px;
  }
  .news_background_color .news_contents_left .news_main #blog .blog_contents .blog_contents_line .category data {
    font-weight: bold;
    color: #00095E;
  }
  .news_background_color .news_contents_left .news_main #blog .blog_contents .blog_contents_line .category p {
    margin: 0;
    padding: 0;
    font-size: 12px;
  }
  .news_background_color .news_contents_left .news_main #blog .blog_contents .blog_contents_line .blog_contents_title {
    font-weight: bold;
    font-size: 12px;
    margin: 5px 0;
  }
  .news_background_color .news_contents_left .news_main #blog .blog_contents .blog_contents_line .blog_contents_text {
    font-size: 11px;
    margin: 0;
  }
  aside {
    width: 100%;
    padding: 20px;
  }
  aside .news_aside .news_aside_title {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 30px 0 0 0;
  }
  aside .news_aside .news_aside_title img {
    width: 40px;
    height: 40px;
  }
  aside .news_aside h3 {
    font-family: "Contrail One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
    color: #00095E;
    margin: 0;
  }
  aside .news_aside p {
    border-bottom: 2px solid #00095E;
    padding: 0 0 10px 0;
    font-size: 12px;
  }
  aside .news_aside ul {
    margin: 0;
    padding: 0;
  }
  aside .news_aside .form-text {
    font-size: 12px;
    padding: 6px;
    width: 100%;
  }
}
.single .single_page {
  box-sizing: content-box;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  display: grid;
  grid-template-columns: 3fr 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  gap: 2rem;
  background-color: rgba(226, 229, 251, 0.4);
}
.single .single_page .single_page_contents {
  background-color: #ffffff;
  padding: 50px;
  border-radius: 12px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.0784313725);
}
.single .single_page .single_page_contents .content-header .content-title {
  font-size: 30px;
  padding: 0;
  margin: 30px 0 20px 0;
  letter-spacing: 2px;
}
.single .single_page .single_page_contents .content-header .content-meta a {
  background-color: #00095E;
  font-size: 12px;
  border-radius: 5px;
  color: white;
  padding: 5px 10px;
  letter-spacing: 1px;
  margin: 0 5px 0 0;
}
.single .single_page .single_page_contents .content-header .content-meta .content-Meta_Date {
  background-color: rgba(255, 255, 255, 0);
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #00095E;
}
.single .single_page .single_page_contents .content-body .content-eycatch {
  width: 100%;
}
.single .single_page .single_page_contents .content-body .content-eycatch img {
  max-width: 100%;
  height: auto;
}
.single .single_page .single_page_contents .content-footer ul {
  padding: 0;
}
.single .single_page .single_page_contents .content-footer .content-tags {
  margin: 30px 0 0 0;
  display: flex;
}
.single .single_page .single_page_contents .content-footer .content-tags li {
  margin: 0 5px 0 0;
}
.single .single_page .single_page_contents .content-footer .content-tags li a {
  border: #FFD600 solid 2px;
  border-radius: 20px;
  color: #FFD600;
  padding: 5px 10px;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: bold;
}
.single .single_page .single_page_contents .content-pagination .sr-only {
  color: #000000;
}
.single .single_page .single_page_contents .module-Article_Item .module-Article_Item_Link {
  background-color: #ffffff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 20px 0;
  padding: 20px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.0784313725);
}
.single .single_page .single_page_contents .module-Article_Item .module-Article_Item_Link .module-Article_Item_Body {
  width: 100%;
}
.single .single_page .single_page_contents .module-Article_Item .module-Article_Item_Link .module-Article_Item_Body .module-Article_Item_Title {
  margin: 0;
  padding: 5px 0 0 0;
  font-size: 15px;
  color: #555;
  text-align: justify;
  border-top: solid 1px;
}
.single .single_page .single_page_contents .module-Article_Item .module-Article_Item_Link .module-Article_Item_Body p {
  font-size: 12px;
  letter-spacing: 3px;
  margin: 5px 0 0 0;
}
.single .single_page .single_page_contents .module-Article_Item .module-Article_Item_Link .module-Article_Item_Body .module-Article_Item_Meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 0;
  margin: 0;
}
.single .single_page .single_page_contents .module-Article_Item .module-Article_Item_Link .module-Article_Item_Body .module-Article_Item_Meta .module-Article_Item_Cat {
  background-color: #00095E;
  border-radius: 5px;
  color: white;
  padding: 5px 10px;
  letter-spacing: 1px;
  font-size: 12px;
  margin: 0 0 10px 0;
}
.single .single_page .single_page_contents .module-Article_Item .module-Article_Item_Link .module-Article_Item_Body .module-Article_Item_Meta .module-Article_Item_Cat:hover {
  background-color: #FFD600;
  border-radius: 5px;
  color: white;
  padding: 5px 10px;
  letter-spacing: 1px;
  font-size: 12px;
  margin: 0 0 10px 0;
}
.single .single_page .single_page_contents .module-Article_Item .module-Article_Item_Link .module-Article_Item_Body .module-Article_Item_Meta .module-Article_Item_Date {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #00095E;
  margin: 0 0 10px 0;
}
.single .single_page .single_page_contents .module-Article_Item .module-Article_Item_Link:hover {
  color: #a6a6a6;
}
.single .single_page .sidebar {
  margin: 0;
}
.single .single_page .sidebar .sidebar_right {
  width: 100%;
}
.single .single_page .sidebar .sidebar_right .widget_block .wp-block-group__inner-container h3 {
  font-size: 20px;
  padding: 10px 0 0 0;
  display: flex;
  text-align: center;
  align-items: center;
  gap: 10px;
  font-family: "Contrail One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  color: #00095E;
  margin: 0;
  border-bottom: 2px solid #00095E;
}
.single .single_page .sidebar .sidebar_right .widget_block .wp-block-group__inner-container ul {
  padding: 0;
}
.single .single_page .sidebar .sidebar_right .widget_block .wp-block-group__inner-container ul li {
  padding: 0 0 10px 0;
  font-size: 13px;
}
.single .single_page .sidebar .sidebar_right .widget_block .wp-block-group__inner-container ul li a {
  letter-spacing: 2px;
}
.single .single_page .sidebar .sidebar_right .widget_block .wp-block-group__inner-container .wp-block-search__inside-wrapper {
  margin: 20px 0 0 0;
}

.privacy_base {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: 150px;
}
.privacy_base h2 {
  width: 35%;
  border-bottom: 2px solid #00095E;
  text-align: right;
  color: #00095E;
  margin: 0 0 20px 0;
}
.privacy_base h2 p {
  margin: 0 0 20px 0;
}

@media screen and (max-width: 767px) {
  .privacy_base {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 150px;
  }
  .privacy_base h2 {
    width: 35%;
    border-bottom: 2px solid #00095E;
    text-align: right;
    color: #00095E;
    margin: 0 0 20px 0;
  }
  .privacy_base h2 p {
    margin: 0 0 20px 0;
  }
}
.archive .archive_page {
  box-sizing: content-box;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  display: grid;
  grid-template-columns: 3fr 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  gap: 2rem;
  background-color: rgba(226, 229, 251, 0.4);
  margin: 0 0 90px 0;
}
.archive .archive_page .archive_page_contents {
  padding: 0;
}
.archive .archive_page .archive_page_contents .content-header .content-title {
  font-size: 30px;
  padding: 0;
  margin: 0 0 30px 0;
  letter-spacing: 2px;
}
.archive .archive_page .archive_page_contents .content-header .content-meta a {
  background-color: #00095E;
  font-size: 12px;
  border-radius: 5px;
  color: white;
  padding: 5px 10px;
  letter-spacing: 1px;
  margin: 0 5px 0 0;
}
.archive .archive_page .archive_page_contents .content-header .content-meta .content-Meta_Date {
  background-color: rgba(255, 255, 255, 0);
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #00095E;
}
.archive .archive_page .archive_page_contents .content-pagination .sr-only {
  color: #000000;
}
.archive .archive_page .archive_page_contents .module-Article_Item {
  margin: 35px 0 0 0;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.0784313725);
  transition: 0.3s;
}
.archive .archive_page .archive_page_contents .module-Article_Item .module-Article_Item_Link {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 20px;
  margin: 0;
  padding: 20px;
}
.archive .archive_page .archive_page_contents .module-Article_Item .module-Article_Item_Link .module-Article_Item_Img {
  width: 20%;
}
.archive .archive_page .archive_page_contents .module-Article_Item .module-Article_Item_Link .module-Article_Item_Img img {
  max-width: 100%;
  height: auto;
}
.archive .archive_page .archive_page_contents .module-Article_Item .module-Article_Item_Link .module-Article_Item_Body {
  width: 100%;
}
.archive .archive_page .archive_page_contents .module-Article_Item .module-Article_Item_Link .module-Article_Item_Body .module-Article_Item_Title {
  margin: 0;
  padding: 5px 0 0 0;
  font-size: 15px;
  color: #555;
  text-align: justify;
  border-top: solid 1px;
}
.archive .archive_page .archive_page_contents .module-Article_Item .module-Article_Item_Link .module-Article_Item_Body p {
  font-size: 12px;
  letter-spacing: 3px;
  margin: 5px 0 0 0;
}
.archive .archive_page .archive_page_contents .module-Article_Item .module-Article_Item_Link .module-Article_Item_Body .module-Article_Item_Meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 0;
  margin: 0;
}
.archive .archive_page .archive_page_contents .module-Article_Item .module-Article_Item_Link .module-Article_Item_Body .module-Article_Item_Meta .module-Article_Item_Cat {
  background-color: #00095E;
  border-radius: 5px;
  color: white;
  padding: 5px 10px;
  letter-spacing: 1px;
  font-size: 12px;
  margin: 0 0 10px 0;
}
.archive .archive_page .archive_page_contents .module-Article_Item .module-Article_Item_Link .module-Article_Item_Body .module-Article_Item_Meta .module-Article_Item_Cat:hover {
  background-color: #FFD600;
  border-radius: 5px;
  color: white;
  padding: 5px 10px;
  letter-spacing: 1px;
  font-size: 12px;
  margin: 0 0 10px 0;
}
.archive .archive_page .archive_page_contents .module-Article_Item .module-Article_Item_Link .module-Article_Item_Body .module-Article_Item_Meta .module-Article_Item_Date {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #00095E;
  margin: 0 0 10px 0;
}
.archive .archive_page .archive_page_contents .module-Article_Item .module-Article_Item_Link:hover {
  color: #a6a6a6;
  transform: scale(0.95);
}
.archive .archive_page .sidebar {
  margin: 0;
}
.archive .archive_page .sidebar .sidebar_right {
  width: 100%;
}
.archive .archive_page .sidebar .sidebar_right .widget_block .wp-block-group__inner-container h3 {
  font-size: 20px;
  padding: 10px 0 0 0;
  display: flex;
  text-align: center;
  align-items: center;
  gap: 10px;
  font-family: "Contrail One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  color: #00095E;
  margin: 0;
  border-bottom: 2px solid #00095E;
}
.archive .archive_page .sidebar .sidebar_right .widget_block .wp-block-group__inner-container ul {
  padding: 0;
}
.archive .archive_page .sidebar .sidebar_right .widget_block .wp-block-group__inner-container ul li {
  padding: 0 0 10px 0;
  font-size: 13px;
}
.archive .archive_page .sidebar .sidebar_right .widget_block .wp-block-group__inner-container ul li a {
  letter-spacing: 2px;
}
.archive .archive_page .sidebar .sidebar_right .widget_block .wp-block-group__inner-container .wp-block-search__inside-wrapper {
  margin: 20px 0 0 0;
}

.page_news {
  background-color: rgba(226, 229, 251, 0.4);
}
.page_news .page_news_contents {
  box-sizing: content-box;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  display: grid;
  grid-template-columns: 3fr 1fr;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px;
  gap: 50px;
  max-width: 1620px;
}
.page_news .page_news_contents .page_news_contents_ca {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.page_news .page_news_contents .page_news_contents_ca .single_page_contents .content-header .content-title {
  font-size: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}
.page_news .page_news_contents .page_news_contents_ca .single_page_contents .content-header .content-title h2 {
  border-bottom: 3px solid #00095E;
  width: 30%;
  font-size: 22px;
  margin: 0;
  text-align: left;
}
.page_news .page_news_contents .page_news_contents_ca .single_page_contents .content-header .content-title p {
  font-size: 18px;
  margin: 0;
  padding: 0;
}
.page_news .page_news_contents .page_news_contents_ca .single_page_contents .content_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  padding: 35px 0 0 0;
}
.page_news .page_news_contents .page_news_contents_ca .single_page_contents .content_list .module-Article_Item {
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.0784313725);
  transition: 0.3s;
}
.page_news .page_news_contents .page_news_contents_ca .single_page_contents .content_list .module-Article_Item .module-Article_Item_Link {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  padding: 20px;
}
.page_news .page_news_contents .page_news_contents_ca .single_page_contents .content_list .module-Article_Item .module-Article_Item_Link .module-Article_Item_Img img {
  max-width: 100%;
  height: auto;
}
.page_news .page_news_contents .page_news_contents_ca .single_page_contents .content_list .module-Article_Item .module-Article_Item_Link .module-Article_Item_Body {
  width: 100%;
}
.page_news .page_news_contents .page_news_contents_ca .single_page_contents .content_list .module-Article_Item .module-Article_Item_Link .module-Article_Item_Body .module-Article_Item_Title {
  margin: 0;
  font-size: 12px;
  padding: 10px 0 0 0;
  color: #555;
  text-align: justify;
  border-top: solid 1px;
  font-weight: normal;
}
.page_news .page_news_contents .page_news_contents_ca .single_page_contents .content_list .module-Article_Item .module-Article_Item_Link .module-Article_Item_Body .module-Article_Item_Meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 0;
  margin: 0;
}
.page_news .page_news_contents .page_news_contents_ca .single_page_contents .content_list .module-Article_Item .module-Article_Item_Link .module-Article_Item_Body .module-Article_Item_Meta .module-Article_Item_Cat {
  background-color: #00095E;
  border-radius: 5px;
  color: white;
  padding: 5px 10px;
  letter-spacing: 1px;
  font-size: 12px;
  margin: 0 0 10px 0;
}
.page_news .page_news_contents .page_news_contents_ca .single_page_contents .content_list .module-Article_Item .module-Article_Item_Link .module-Article_Item_Body .module-Article_Item_Meta .module-Article_Item_Cat:hover {
  background-color: #FFD600;
  border-radius: 5px;
  color: white;
  padding: 5px 10px;
  letter-spacing: 1px;
  font-size: 12px;
  margin: 0 0 10px 0;
}
.page_news .page_news_contents .page_news_contents_ca .single_page_contents .content_list .module-Article_Item .module-Article_Item_Link .module-Article_Item_Body .module-Article_Item_Meta .module-Article_Item_Date {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #00095E;
  margin: 0 0 10px 0;
}
.page_news .page_news_contents .page_news_contents_ca .single_page_contents .content_list .module-Article_Item .module-Article_Item_Link:hover {
  color: #a6a6a6;
  transform: scale(0.95);
}
.page_news .page_news_contents .page_news_contents_ca .single_page_contents .content_list_2 {
  padding: 0;
}
.page_news .page_news_contents .page_news_contents_ca .single_page_contents .content_list_2 .module-Article_Item {
  margin: 35px 0 0 0;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.0784313725);
  transition: 0.3s;
}
.page_news .page_news_contents .page_news_contents_ca .single_page_contents .content_list_2 .module-Article_Item .module-Article_Item_Link {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 20px;
  margin: 0;
  padding: 20px;
}
.page_news .page_news_contents .page_news_contents_ca .single_page_contents .content_list_2 .module-Article_Item .module-Article_Item_Link .module-Article_Item_Img {
  width: 20%;
}
.page_news .page_news_contents .page_news_contents_ca .single_page_contents .content_list_2 .module-Article_Item .module-Article_Item_Link .module-Article_Item_Img img {
  max-width: 100%;
  height: auto;
}
.page_news .page_news_contents .page_news_contents_ca .single_page_contents .content_list_2 .module-Article_Item .module-Article_Item_Link .module-Article_Item_Body {
  width: 100%;
}
.page_news .page_news_contents .page_news_contents_ca .single_page_contents .content_list_2 .module-Article_Item .module-Article_Item_Link .module-Article_Item_Body .module-Article_Item_Title {
  margin: 0;
  padding: 5px 0 0 0;
  font-size: 15px;
  color: #555;
  text-align: justify;
  border-top: solid 1px;
}
.page_news .page_news_contents .page_news_contents_ca .single_page_contents .content_list_2 .module-Article_Item .module-Article_Item_Link .module-Article_Item_Body p {
  font-size: 12px;
  letter-spacing: 3px;
  margin: 5px 0 0 0;
}
.page_news .page_news_contents .page_news_contents_ca .single_page_contents .content_list_2 .module-Article_Item .module-Article_Item_Link .module-Article_Item_Body .module-Article_Item_Meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 0;
  margin: 0;
}
.page_news .page_news_contents .page_news_contents_ca .single_page_contents .content_list_2 .module-Article_Item .module-Article_Item_Link .module-Article_Item_Body .module-Article_Item_Meta .module-Article_Item_Cat {
  background-color: #00095E;
  border-radius: 5px;
  color: white;
  padding: 5px 10px;
  letter-spacing: 1px;
  font-size: 12px;
  margin: 0 0 10px 0;
}
.page_news .page_news_contents .page_news_contents_ca .single_page_contents .content_list_2 .module-Article_Item .module-Article_Item_Link .module-Article_Item_Body .module-Article_Item_Meta .module-Article_Item_Cat:hover {
  background-color: #FFD600;
  border-radius: 5px;
  color: white;
  padding: 5px 10px;
  letter-spacing: 1px;
  font-size: 12px;
  margin: 0 0 10px 0;
}
.page_news .page_news_contents .page_news_contents_ca .single_page_contents .content_list_2 .module-Article_Item .module-Article_Item_Link .module-Article_Item_Body .module-Article_Item_Meta .module-Article_Item_Date {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #00095E;
  margin: 0 0 10px 0;
}
.page_news .page_news_contents .page_news_contents_ca .single_page_contents .content_list_2 .module-Article_Item .module-Article_Item_Link:hover {
  color: #a6a6a6;
  transform: scale(0.95);
}
.page_news .page_news_contents .sidebar {
  margin: 0;
}
.page_news .page_news_contents .sidebar .sidebar_right {
  width: 100%;
}
.page_news .page_news_contents .sidebar .sidebar_right .widget_block .wp-block-group__inner-container h3 {
  font-size: 20px;
  padding: 10px 0 0 0;
  display: flex;
  text-align: center;
  align-items: center;
  gap: 10px;
  font-family: "Contrail One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  color: #00095E;
  margin: 0;
  border-bottom: 2px solid #00095E;
}
.page_news .page_news_contents .sidebar .sidebar_right .widget_block .wp-block-group__inner-container ul {
  padding: 0;
}
.page_news .page_news_contents .sidebar .sidebar_right .widget_block .wp-block-group__inner-container ul li {
  padding: 0 0 10px 0;
  font-size: 13px;
}
.page_news .page_news_contents .sidebar .sidebar_right .widget_block .wp-block-group__inner-container ul li a {
  letter-spacing: 2px;
}
.page_news .page_news_contents .sidebar .sidebar_right .widget_block .wp-block-group__inner-container .wp-block-search__inside-wrapper {
  margin: 20px 0 0 0;
}

@media screen and (max-width: 767px) {
  .single .single_page {
    padding-right: 1rem;
    padding-left: 1rem;
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .single .single_page .single_page_contents {
    padding: 20px;
  }
  .single .single_page .single_page_contents .content-header .content-title {
    font-size: 14px;
    margin: 15px 0;
  }
  .single .single_page .single_page_contents .content-header .content-meta {
    display: flex;
    flex-wrap: wrap;
  }
  .single .single_page .single_page_contents .content-header .content-meta .content-Meta_Date {
    padding: 0;
  }
  .single .single_page .single_page_contents .content-body .content-eycatch {
    width: 100%;
  }
  .single .single_page .single_page_contents .content-body .content-eycatch img {
    max-width: 100%;
    height: auto;
  }
  .single .single_page .single_page_contents .content-body p {
    font-size: 12px;
  }
  .single .single_page .single_page_contents .content-pagination .sr-only {
    color: #000000;
  }
  .single .single_page .single_page_contents .module-Article_Item .module-Article_Item_Link {
    background-color: #ffffff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 20px 0;
    padding: 20px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.0784313725);
  }
  .single .single_page .single_page_contents .module-Article_Item .module-Article_Item_Link .module-Article_Item_Body {
    width: 100%;
  }
  .single .single_page .single_page_contents .module-Article_Item .module-Article_Item_Link .module-Article_Item_Body .module-Article_Item_Title {
    margin: 0;
    padding: 5px 0 0 0;
    font-size: 15px;
    color: #555;
    text-align: justify;
    border-top: solid 1px;
  }
  .single .single_page .single_page_contents .module-Article_Item .module-Article_Item_Link .module-Article_Item_Body p {
    font-size: 12px;
    letter-spacing: 3px;
    margin: 5px 0 0 0;
  }
  .single .single_page .single_page_contents .module-Article_Item .module-Article_Item_Link .module-Article_Item_Body .module-Article_Item_Meta {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 0;
    margin: 0;
  }
  .single .single_page .single_page_contents .module-Article_Item .module-Article_Item_Link .module-Article_Item_Body .module-Article_Item_Meta .module-Article_Item_Cat {
    background-color: #00095E;
    border-radius: 5px;
    color: white;
    padding: 5px 10px;
    letter-spacing: 1px;
    font-size: 12px;
    margin: 0 0 10px 0;
  }
  .single .single_page .single_page_contents .module-Article_Item .module-Article_Item_Link .module-Article_Item_Body .module-Article_Item_Meta .module-Article_Item_Cat:hover {
    background-color: #FFD600;
    border-radius: 5px;
    color: white;
    padding: 5px 10px;
    letter-spacing: 1px;
    font-size: 12px;
    margin: 0 0 10px 0;
  }
  .single .single_page .single_page_contents .module-Article_Item .module-Article_Item_Link .module-Article_Item_Body .module-Article_Item_Meta .module-Article_Item_Date {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #00095E;
    margin: 0 0 10px 0;
  }
  .single .single_page .single_page_contents .module-Article_Item .module-Article_Item_Link:hover {
    color: #a6a6a6;
  }
  .single .single_page .sidebar .sidebar_right {
    margin: 30px 0 0 0;
  }
  .single .single_page .sidebar .sidebar_right .widget_block .wp-block-group__inner-container h3 {
    font-size: 20px;
    padding: 10px 0 0 0;
    display: flex;
    text-align: center;
    align-items: center;
    gap: 10px;
    font-family: "Contrail One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    color: #00095E;
    margin: 0;
    border-bottom: 2px solid #00095E;
  }
  .single .single_page .sidebar .sidebar_right .widget_block .wp-block-group__inner-container ul {
    padding: 0;
  }
  .single .single_page .sidebar .sidebar_right .widget_block .wp-block-group__inner-container ul li {
    padding: 0 0 10px 0;
    font-size: 13px;
  }
  .single .single_page .sidebar .sidebar_right .widget_block .wp-block-group__inner-container ul li a {
    letter-spacing: 2px;
  }
  .single .single_page .sidebar .sidebar_right .widget_block .wp-block-group__inner-container .wp-block-search__inside-wrapper {
    margin: 20px 0 0 0;
  }
  .page_news .page_news_contents {
    display: block;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .page_news .page_news_contents .page_news_contents_ca {
    gap: 40px;
  }
  .page_news .page_news_contents .page_news_contents_ca .single_page_contents .content-header .content-title h2 {
    width: 100%;
    font-size: 21px;
  }
  .page_news .page_news_contents .page_news_contents_ca .single_page_contents .content-header .content-title p {
    font-size: 16px;
  }
  .page_news .page_news_contents .page_news_contents_ca .single_page_contents .content_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    padding: 20px 0 0 0;
  }
  .page_news .page_news_contents .page_news_contents_ca .single_page_contents .content_list .module-Article_Item .module-Article_Item_Link {
    gap: 0px;
    padding: 10px;
  }
  .page_news .page_news_contents .page_news_contents_ca .single_page_contents .content_list .module-Article_Item .module-Article_Item_Link .module-Article_Item_Body .module-Article_Item_Title {
    margin: 0;
    font-size: 11px;
    padding: 5px 0 0 0;
  }
  .page_news .page_news_contents .page_news_contents_ca .single_page_contents .content_list .module-Article_Item .module-Article_Item_Link .module-Article_Item_Body .module-Article_Item_Meta {
    gap: 5px;
  }
  .page_news .page_news_contents .page_news_contents_ca .single_page_contents .content_list .module-Article_Item .module-Article_Item_Link .module-Article_Item_Body .module-Article_Item_Meta .module-Article_Item_Cat {
    margin: 0;
    font-size: 10px;
  }
  .page_news .page_news_contents .page_news_contents_ca .single_page_contents .content_list .module-Article_Item .module-Article_Item_Link .module-Article_Item_Body .module-Article_Item_Meta .module-Article_Item_Cat:hover {
    margin: 0;
    font-size: 10px;
  }
  .page_news .page_news_contents .page_news_contents_ca .single_page_contents .content_list .module-Article_Item .module-Article_Item_Link .module-Article_Item_Body .module-Article_Item_Meta .module-Article_Item_Date {
    font-size: 12px;
    margin: 0 0 5px 0;
  }
  .page_news .page_news_contents .page_news_contents_ca .single_page_contents .content_list .module-Article_Item .module-Article_Item_Link .module-Article_Item_Img img {
    margin: 10px 0 0;
  }
  .page_news .page_news_contents .page_news_contents_ca .single_page_contents .content_list .module-Article_Item .module-Article_Item_Link:hover {
    color: #a6a6a6;
    transform: scale(0.95);
  }
  .page_news .page_news_contents .page_news_contents_ca .single_page_contents .content_list_2 {
    padding: 0;
  }
  .page_news .page_news_contents .page_news_contents_ca .single_page_contents .content_list_2 .module-Article_Item {
    margin: 15px 0 0 0;
  }
  .page_news .page_news_contents .page_news_contents_ca .single_page_contents .content_list_2 .module-Article_Item .module-Article_Item_Link {
    gap: 0px;
    padding: 20px;
    display: flex;
    flex-direction: column;
  }
  .page_news .page_news_contents .page_news_contents_ca .single_page_contents .content_list_2 .module-Article_Item .module-Article_Item_Link .module-Article_Item_Img {
    width: 100%;
    text-align: center;
    margin: 10px 0;
  }
  .page_news .page_news_contents .page_news_contents_ca .single_page_contents .content_list_2 .module-Article_Item .module-Article_Item_Link .module-Article_Item_Img img {
    width: 100%;
  }
  .page_news .page_news_contents .page_news_contents_ca .single_page_contents .content_list_2 .module-Article_Item .module-Article_Item_Link .module-Article_Item_Body .module-Article_Item_Title {
    margin: 0;
    font-size: 12px;
    padding: 5px 0 0 0;
  }
  .page_news .page_news_contents .page_news_contents_ca .single_page_contents .content_list_2 .module-Article_Item .module-Article_Item_Link .module-Article_Item_Body p {
    font-size: 10px;
    letter-spacing: 3px;
    margin: 5px 0 0 0;
  }
  .page_news .page_news_contents .page_news_contents_ca .single_page_contents .content_list_2 .module-Article_Item .module-Article_Item_Link .module-Article_Item_Body .module-Article_Item_Meta {
    gap: 5px;
    margin: 10px 0;
  }
  .page_news .page_news_contents .page_news_contents_ca .single_page_contents .content_list_2 .module-Article_Item .module-Article_Item_Link .module-Article_Item_Body .module-Article_Item_Meta .module-Article_Item_Cat {
    margin: 0;
    font-size: 10px;
  }
  .page_news .page_news_contents .page_news_contents_ca .single_page_contents .content_list_2 .module-Article_Item .module-Article_Item_Link .module-Article_Item_Body .module-Article_Item_Meta .module-Article_Item_Cat:hover {
    margin: 0;
    font-size: 10px;
  }
  .page_news .page_news_contents .page_news_contents_ca .single_page_contents .content_list_2 .module-Article_Item .module-Article_Item_Link .module-Article_Item_Body .module-Article_Item_Meta .module-Article_Item_Date {
    font-size: 12px;
    margin: 0;
  }
  .page_news .page_news_contents .page_news_contents_ca .single_page_contents .content_list_2 .module-Article_Item .module-Article_Item_Link:hover {
    color: #a6a6a6;
    transform: scale(0.95);
  }
  .page_news .page_news_contents .sidebar .sidebar_right {
    margin: 30px 0 0 0;
  }
  .page_news .page_news_contents .sidebar .sidebar_right .widget_block .wp-block-group__inner-container h3 {
    font-size: 20px;
    padding: 10px 0 0 0;
    display: flex;
    text-align: center;
    align-items: center;
    gap: 10px;
    font-family: "Contrail One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    color: #00095E;
    margin: 0;
    border-bottom: 2px solid #00095E;
  }
  .page_news .page_news_contents .sidebar .sidebar_right .widget_block .wp-block-group__inner-container ul {
    padding: 0;
  }
  .page_news .page_news_contents .sidebar .sidebar_right .widget_block .wp-block-group__inner-container ul li {
    padding: 0 0 10px 0;
    font-size: 13px;
  }
  .page_news .page_news_contents .sidebar .sidebar_right .widget_block .wp-block-group__inner-container ul li a {
    letter-spacing: 2px;
  }
  .page_news .page_news_contents .sidebar .sidebar_right .widget_block .wp-block-group__inner-container .wp-block-search__inside-wrapper {
    margin: 20px 0 0 0;
  }
  .archive .archive_page {
    box-sizing: content-box;
    padding-right: 1rem;
    padding-left: 1rem;
    display: block;
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .archive .archive_page .archive_page_contents {
    padding: 0;
  }
  .archive .archive_page .archive_page_contents .content-header .content-title {
    font-size: 30px;
    padding: 0;
    margin: 0 0 30px 0;
    letter-spacing: 2px;
  }
  .archive .archive_page .archive_page_contents .content-header .content-meta a {
    background-color: #00095E;
    font-size: 12px;
    border-radius: 5px;
    color: white;
    padding: 5px 10px;
    letter-spacing: 1px;
    margin: 0 5px 0 0;
  }
  .archive .archive_page .archive_page_contents .content-header .content-meta .content-Meta_Date {
    background-color: rgba(255, 255, 255, 0);
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #00095E;
  }
  .archive .archive_page .archive_page_contents .content-pagination .sr-only {
    color: #000000;
  }
  .archive .archive_page .archive_page_contents .module-Article_Item {
    margin: 15px 0 0 0;
  }
  .archive .archive_page .archive_page_contents .module-Article_Item .module-Article_Item_Link {
    gap: 0px;
    padding: 20px;
    display: flex;
    flex-direction: column;
  }
  .archive .archive_page .archive_page_contents .module-Article_Item .module-Article_Item_Link .module-Article_Item_Img {
    width: 100%;
    text-align: center;
    margin: 10px 0;
  }
  .archive .archive_page .archive_page_contents .module-Article_Item .module-Article_Item_Link .module-Article_Item_Img img {
    width: 100%;
  }
  .archive .archive_page .archive_page_contents .module-Article_Item .module-Article_Item_Link .module-Article_Item_Body .module-Article_Item_Title {
    margin: 0;
    font-size: 12px;
    padding: 5px 0 0 0;
  }
  .archive .archive_page .archive_page_contents .module-Article_Item .module-Article_Item_Link .module-Article_Item_Body p {
    font-size: 10px;
    letter-spacing: 3px;
    margin: 5px 0 0 0;
  }
  .archive .archive_page .archive_page_contents .module-Article_Item .module-Article_Item_Link .module-Article_Item_Body .module-Article_Item_Meta {
    gap: 5px;
    margin: 10px 0;
  }
  .archive .archive_page .archive_page_contents .module-Article_Item .module-Article_Item_Link .module-Article_Item_Body .module-Article_Item_Meta .module-Article_Item_Cat {
    margin: 0;
    font-size: 10px;
  }
  .archive .archive_page .archive_page_contents .module-Article_Item .module-Article_Item_Link .module-Article_Item_Body .module-Article_Item_Meta .module-Article_Item_Cat:hover {
    margin: 0;
    font-size: 10px;
  }
  .archive .archive_page .archive_page_contents .module-Article_Item .module-Article_Item_Link .module-Article_Item_Body .module-Article_Item_Meta .module-Article_Item_Date {
    font-size: 12px;
    margin: 0;
  }
  .archive .archive_page .archive_page_contents .module-Article_Item .module-Article_Item_Link:hover {
    color: #a6a6a6;
    transform: scale(0.95);
  }
  .archive .archive_page .sidebar .sidebar_right {
    margin: 30px 0 0 0;
  }
  .archive .archive_page .sidebar .sidebar_right .widget_block .wp-block-group__inner-container h3 {
    font-size: 20px;
    padding: 10px 0 0 0;
    display: flex;
    text-align: center;
    align-items: center;
    gap: 10px;
    font-family: "Contrail One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    color: #00095E;
    margin: 0;
    border-bottom: 2px solid #00095E;
  }
  .archive .archive_page .sidebar .sidebar_right .widget_block .wp-block-group__inner-container ul {
    padding: 0;
  }
  .archive .archive_page .sidebar .sidebar_right .widget_block .wp-block-group__inner-container ul li {
    padding: 0 0 10px 0;
    font-size: 13px;
  }
  .archive .archive_page .sidebar .sidebar_right .widget_block .wp-block-group__inner-container ul li a {
    letter-spacing: 2px;
  }
  .archive .archive_page .sidebar .sidebar_right .widget_block .wp-block-group__inner-container .wp-block-search__inside-wrapper {
    margin: 20px 0 0 0;
  }
}/*# sourceMappingURL=style.css.map */