@charset "UTF-8";
/*
Theme Name:anthem_tcd083_child
Version:1.5.1
Template:anthem_tcd083
*/
@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg*, symbol*)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a,
button {
  cursor: revert;
}

ol,
ul,
menu {
  list-style: none;
  padding: 0;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

:where(pre) {
  all: revert;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

figure {
  margin: 0;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

h2,
p {
  margin: 0;
}

a {
  text-decoration: none;
  color: #333;
}

html body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  margin: 0;
  overflow: hidden;
  background: #f5f5f5;
}

.all_bg {
  background: url(../img/top_bg.jpg) no-repeat center center;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: -1;
}

#header_top {
  display: none;
}

.header_sldier_wrap {
  position: relative;
}
.header_sldier_wrap figure {
  text-align: center;
  z-index: 20;
  position: absolute;
  top: 50%;
  right: 93px;
  transform: translateY(-50%);
}
@media (max-width: 769px) {
  .header_sldier_wrap figure {
    width: 100%;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.header_sldier_wrap figure img {
  max-width: clamp(480px, 43.1918008785vw, 570px);
  width: 100%;
}
@media (max-width: 500px) {
  .header_sldier_wrap figure img {
    max-width: 360px;
  }
}
@media (max-width: 425px) {
  .header_sldier_wrap figure img {
    max-width: 300px;
  }
}
@media (max-width: 360px) {
  .header_sldier_wrap figure img {
    max-width: 280px;
  }
}

#header_sns a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1.484;
  font-size: clamp(24px, 3.7335285505vw, 51px);
  color: #fb7f2b !important;
}
#header_sns a:hover {
  color: #123d4d !important;
}
#header_sns p {
  border: 1px solid #123d4d;
  padding: 0 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.429;
  color: #123d4d;
}
#header_sns p span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

#header_top {
  display: none;
}

#header_slider .layer_image img {
  height: 100% !important;
  max-width: 100vw !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 749px) {
  #header_slider .layer_image img {
    height: calc(100% - 60px);
  }
}

#header_slider .item {
  height: 62.5vw;
}

#header_slider {
  height: 62.5vw;
  width: 100vw;
}

#header_bottom_inner {
  height: 78px;
  max-width: 100% !important;
  width: 100%;
}

.pc_logo_image {
  padding-left: clamp(20px, 6.0761346999vw, 83px);
}
@media (max-width: 1366px) {
  .pc_logo_image {
    padding-left: 20px;
  }
}

#header_sns {
  display: none;
}

#header_bottom {
  background: #fff !important;
}

#global_menu {
  text-align: end;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: clamp(83px, 6.25vw, 120px);
}
@media (max-width: 1366px) {
  #global_menu {
    padding-right: clamp(20px, 6.0761346999vw, 83px);
  }
}

#global_menu > ul > li > a {
  height: 64px;
  line-height: 64px;
  font-weight: bold;
  color: #333 !important;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0 10px;
}
@media (max-width: 1480px) {
  #global_menu > ul > li > a {
    font-size: 14px;
  }
}

#menu_button span {
  background: #333 !important;
}

@media (max-width: 425px) {
  header .mobile_logo_image {
    max-width: 230px !important;
  }
}

html body #header_bottom .header_button {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
@media (max-width: 1250px) {
  html body #header_bottom .header_button {
    display: none;
  }
}
html body #header_bottom .header_button a {
  width: 178px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  border-radius: 50vh;
  background: #26c0e3;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
}
html body #header_bottom .header_button a i {
  line-height: 1;
  font-size: 20px;
}

.slider_wrap {
  position: relative;
}
.slider_wrap .main_mv {
  position: absolute;
  top: 50%;
  left: 20%;
  z-index: 10;
  transform: translateY(-50%);
}
@media (max-width: 769px) {
  .slider_wrap .main_mv {
    left: clamp(20px, 6.5019505852vw, 50px);
  }
}
.slider_wrap .main_mv h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: clamp(32px, 4.5387994143vw, 62px);
  color: #fff;
  line-height: normal;
  margin-bottom: clamp(20px, 2.196193265vw, 30px);
}
.slider_wrap .main_mv p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: clamp(18px, 2.3426061493vw, 32px);
  line-height: 1.563;
  color: #fff;
  letter-spacing: 0.05em;
}

html body #index_news {
  background: #fff;
}
html body #index_news a:hover span {
  color: #0e77c0;
}

.entry-date {
  background: linear-gradient(to right, #0e77c0 0%, #5ca5f3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.04em;
}

#index_news_slider .title span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  letter-spacing: 0.04em;
  transition: 0.4s all;
}

#header_slider .slick-dots button:hover::before,
#header_slider .slick-dots .slick-active button::before {
  background: #0e77c0 !important;
  border: 1px solid #0e77c0 !important;
}

#global_menu ul ul {
  top: 60px;
}

.main_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  padding: 0;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
}
.main_ttl .ttl_img {
  max-width: 900px;
  width: 100%;
  margin: 0 auto clamp(30px, 3.8067349927vw, 52px);
}
@media (max-width: 1366px) {
  .main_ttl .ttl_img {
    max-width: 65.8857979502vw;
  }
}
@media (max-width: 600px) {
  .main_ttl .ttl_img {
    max-width: 90vw;
  }
}
.main_ttl .ttl_img img {
  width: 100%;
}
.main_ttl h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: clamp(20px, 2.7818448023vw, 38px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #fff;
  width: 100%;
  text-align: center;
  text-shadow: 0 0 10px 0 #8097b5;
}
@media (max-width: 600px) {
  .main_ttl h2 {
    font-size: 3.3333333333vw;
  }
}

#footer_bottom {
  height: auto;
  width: 100%;
  padding: 12px 6%;
  background: #fff;
}
#footer_bottom #menu-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 769px) {
  #footer_bottom #menu-footer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  #footer_bottom #menu-footer {
    grid-template-columns: 1fr;
  }
}
#footer_bottom #menu-footer li {
  margin: 0 10px;
}
#footer_bottom #menu-footer a {
  height: auto;
  font-weight: 500;
  font-size: 14px;
  color: #333;
  line-height: 2.571;
}

@media (max-width: 769px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media (max-width: 769px) {
  .sp_only {
    display: block;
  }
}

@media (max-width: 425px) {
  .pc_only_425 {
    display: none;
  }
}

.sp_only_425 {
  display: none;
}
@media (max-width: 425px) {
  .sp_only_425 {
    display: block;
  }
}

.title_jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: clamp(28px, 2.9282576867vw, 40px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #333;
}
@media (max-width: 769px) {
  .title_jp {
    font-size: clamp(24px, 4.1612483745vw, 32px);
  }
}

.content {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  line-height: 2;
}
@media (max-width: 769px) {
  .content {
    font-size: clamp(14px, 2.0806241873vw, 16px);
  }
}

.main_button a {
  max-width: 250px;
  height: 56px;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 0 20px;
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
  text-align: start;
  margin: 0 auto;
  background: linear-gradient(to right, #0e77c0 0%, #5ca5f3 100%);
  transition: 0.4s all;
  -webkit-backface-visibility: hidden;
  z-index: 1;
}
.main_button a span {
  position: relative;
  z-index: 3;
}
.main_button a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  position: absolute;
  top: 50%;
  font-weight: 600;
  right: 20px;
  z-index: 3;
  transform: translateY(-50%);
}
.main_button a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0e77c0;
  transition: 0.4s all;
  z-index: 2;
  opacity: 0;
}
.main_button a:hover {
  color: #fff !important;
}
.main_button a:hover::before {
  opacity: 1;
}

#footer_post_list_wrap .title_en {
  background: linear-gradient(to right, #0e77c0 0%, #5ca5f3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: clamp(24px, 2.2693997072vw, 31px);
  line-height: normal;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: clamp(20px, 2.196193265vw, 30px);
}
#footer_post_list_wrap #footer_post_list .category a {
  display: none !important;
}

#s01 {
  padding: clamp(60px, 9.3704245974vw, 128px) 0 clamp(100px, 12.298682284vw, 168px);
  background: #f5f5f5;
  position: relative;
}
#s01::after {
  content: "";
  background: linear-gradient(to right, #0e77c0 0%, #5ca5f3 100%);
  width: 100vw;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  clip-path: ellipse(100% 95% at 50% 95%);
}
@media (max-width: 950px) {
  #s01::after {
    clip-path: ellipse(180% 95% at 50% 95%);
    height: 80%;
  }
}
@media (max-width: 425px) {
  #s01::after {
    clip-path: ellipse(240% 95% at 50% 95%);
  }
}
#s01 .inner {
  max-width: calc(1200px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
  position: relative;
  z-index: 1;
}
#s01 .inner .title_jp {
  position: relative;
  text-align: center;
  margin-bottom: clamp(60px, 10.2489019034vw, 140px);
}
#s01 .inner .title_jp::after {
  content: "Reason";
  font-size: 250px;
  line-height: 1;
  width: -moz-max-content;
  width: max-content;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #fff;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1366px) {
  #s01 .inner .title_jp::after {
    font-size: 18.3016105417vw;
  }
}
#s01 .inner .title_jp span {
  position: relative;
  z-index: 2;
}
#s01 .inner .grid_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: clamp(30px, 2.9282576867vw, 40px);
       column-gap: clamp(30px, 2.9282576867vw, 40px);
}
@media (max-width: 950px) {
  #s01 .inner .grid_box {
    grid-template-columns: 1fr;
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
    row-gap: clamp(50px, 9.1027308192vw, 70px);
  }
}
#s01 .inner .grid_box .grid_col {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}
#s01 .inner .grid_box .grid_col::after {
  padding: 0 12px;
  background: linear-gradient(to right, #0e77c0 0%, #5ca5f3 100%);
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: clamp(24px, 2.4890190337vw, 34px);
  letter-spacing: 0.04em;
  color: #fff;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translateX(-50%);
}
#s01 .inner .grid_box .grid_col.box1::after {
  content: "厳選原料のみ採用";
}
#s01 .inner .grid_box .grid_col.box2::after {
  content: "技術力";
}
@media (max-width: 950px) {
  #s01 .inner .grid_box .grid_col.box2::after {
    background: #fff;
    color: #0e77c0;
  }
}
#s01 .inner .grid_box .grid_col.box3::after {
  content: "製造・分析体制";
}
@media (max-width: 950px) {
  #s01 .inner .grid_box .grid_col.box3::after {
    background: #fff;
    color: #0e77c0;
  }
}
#s01 .inner .grid_box .grid_img {
  margin-bottom: clamp(15px, 1.6105417277vw, 22px);
}
#s01 .inner .grid_box .grid_img img {
  width: 100%;
}
#s01 .inner .grid_box .content {
  color: #fff;
}

#s02 {
  background: url(/wp-content/uploads/top_product_img.jpg) no-repeat center left;
  background-size: cover;
  padding: clamp(100px, 10.7613469985vw, 147px) 0 clamp(70px, 8.5651537335vw, 117px);
}
@media (max-width: 769px) {
  #s02 {
    background: url(/wp-content/uploads/top_product_img_sp.jpg) no-repeat center top;
    background-size: cover;
    padding: 65.0195058518vw 0 60px;
  }
}
#s02 .inner {
  padding-right: 12.5vw;
}
@media (max-width: 1366px) {
  #s02 .inner {
    padding-right: 7.3206442167vw;
  }
}
@media (max-width: 769px) {
  #s02 .inner {
    padding: 0 6%;
  }
}
#s02 .inner .box {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media (max-width: 769px) {
  #s02 .inner .box {
    width: 100%;
    margin-left: unset;
  }
}
#s02 .inner .box .title_jp {
  margin-bottom: 17px;
  color: #333;
}
#s02 .inner .box .content {
  margin-bottom: clamp(30px, 2.9282576867vw, 40px);
}
#s02 .inner .box .main_button a {
  margin: 0;
}

#s03 {
  background: url(/wp-content/uploads/top_flow_img.jpg) no-repeat center;
  background-size: cover;
  padding: clamp(100px, 10.7613469985vw, 147px) 0 clamp(70px, 8.5651537335vw, 117px);
}
@media (max-width: 769px) {
  #s03 {
    background: url(/wp-content/uploads/top_flow_img_sp.jpg) no-repeat center top;
    background-size: cover;
    padding: 65.0195058518vw 0 60px;
  }
}
#s03 .inner {
  padding-left: 13.3333333333vw;
}
@media (max-width: 1366px) {
  #s03 .inner {
    padding-left: 9.3704245974vw;
  }
}
@media (max-width: 769px) {
  #s03 .inner {
    padding: 0 6%;
  }
}
#s03 .inner .box {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
}
@media (max-width: 769px) {
  #s03 .inner .box {
    width: 100%;
    margin-right: unset;
  }
}
#s03 .inner .box .title_jp {
  margin-bottom: 17px;
  color: #333;
}
#s03 .inner .box .content {
  margin-bottom: clamp(30px, 2.9282576867vw, 40px);
}
#s03 .inner .box .main_button a {
  margin: 0;
}

#s04 {
  background: url(/wp-content/uploads/top_process_img.jpg) no-repeat center left;
  background-size: cover;
  padding: clamp(100px, 10.7613469985vw, 147px) 0 clamp(70px, 8.5651537335vw, 117px);
}
@media (max-width: 769px) {
  #s04 {
    background: url(/wp-content/uploads/top_process_img_sp.jpg) no-repeat center top;
    background-size: cover;
    padding: 65.0195058518vw 0 60px;
  }
}
#s04 .inner {
  padding-right: 18.4895833333vw;
}
@media (max-width: 1366px) {
  #s04 .inner {
    padding-right: 15.5197657394vw;
  }
}
@media (max-width: 769px) {
  #s04 .inner {
    padding: 0 6%;
  }
}
#s04 .inner .box {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media (max-width: 769px) {
  #s04 .inner .box {
    width: 100%;
    margin-left: unset;
  }
}
#s04 .inner .box .title_jp {
  margin-bottom: 17px;
  color: #333;
}
#s04 .inner .box .content {
  margin-bottom: clamp(30px, 2.9282576867vw, 40px);
}
#s04 .inner .box .main_button a {
  margin: 0;
}

#s05 {
  background: url(/wp-content/uploads/top_business_img.jpg) no-repeat center;
  background-size: cover;
  padding: clamp(100px, 10.7613469985vw, 147px) 0 clamp(70px, 8.5651537335vw, 117px);
}
@media (max-width: 769px) {
  #s05 {
    background: url(/wp-content/uploads/top_business_img_sp.jpg) no-repeat center top;
    background-size: cover;
    padding: 65.0195058518vw 0 60px;
  }
}
#s05 .inner {
  padding-left: 13.2291666667vw;
}
@media (max-width: 1366px) {
  #s05 .inner {
    padding-left: 9.5900439239vw;
  }
}
@media (max-width: 769px) {
  #s05 .inner {
    padding: 0 6%;
  }
}
#s05 .inner .box {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
}
@media (max-width: 769px) {
  #s05 .inner .box {
    width: 100%;
    margin-right: unset;
  }
}
#s05 .inner .box .title_jp {
  margin-bottom: 17px;
  color: #333;
}
#s05 .inner .box .content {
  margin-bottom: clamp(30px, 2.9282576867vw, 40px);
}
#s05 .inner .box .main_button a {
  margin: 0;
}

#s06 {
  background: #f5f5f5;
  padding: clamp(70px, 8.0527086384vw, 110px) 0 clamp(65px, 7.6866764275vw, 105px);
}
#s06 .inner {
  max-width: calc(1200px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
#s06 .inner .box {
  background: url(/wp-content/uploads/top_faq_img.jpg) no-repeat center;
  background-size: cover;
  padding: clamp(60px, 6.6617862372vw, 91px) 6% clamp(50px, 5.9297218155vw, 81px);
}
#s06 .inner .box .title_jp {
  color: #fff;
  text-align: center;
  margin-bottom: clamp(15px, 1.4641288433vw, 20px);
}
#s06 .inner .box .content {
  text-align: center;
  color: #fff;
  margin-bottom: clamp(25px, 2.7818448023vw, 38px);
}
@media (max-width: 769px) {
  #s06 .inner .box .content {
    text-align: start;
  }
}
#s06 .inner .box .main_button a {
  max-width: 250px;
  height: 56px;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  padding: 0 20px;
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
  text-align: start;
  margin: 0 auto;
  background: #fff;
  transition: 0.4s all;
  -webkit-backface-visibility: hidden;
  z-index: 1;
}
#s06 .inner .box .main_button a span {
  position: relative;
  z-index: 3;
}
#s06 .inner .box .main_button a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  position: absolute;
  top: 50%;
  font-weight: 600;
  right: 20px;
  z-index: 3;
  transform: translateY(-50%);
}
#s06 .inner .box .main_button a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #0e77c0 0%, #5ca5f3 100%);
  transition: 0.4s all;
  z-index: 2;
  opacity: 0;
}
#s06 .inner .box .main_button a:hover {
  color: #fff !important;
}
#s06 .inner .box .main_button a:hover::before {
  opacity: 1;
}

#s07 {
  padding: clamp(70px, 9.2972181552vw, 127px) 0 clamp(50px, 6.2957540264vw, 86px);
  background: url(/wp-content/uploads/top_contact_bg.jpg) no-repeat center;
  background-size: cover;
}
#s07 .inner {
  max-width: calc(830px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
#s07 .inner .title_jp {
  color: #fff;
  text-align: center;
  margin-bottom: clamp(15px, 1.6105417277vw, 22px);
}
#s07 .inner .content {
  text-align: center;
  color: #fff;
  margin-bottom: clamp(30px, 3.4407027818vw, 47px);
}
#s07 .inner .grid_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
  margin-bottom: clamp(25px, 2.9282576867vw, 40px);
}
@media (max-width: 769px) {
  #s07 .inner .grid_box {
    grid-template-columns: 1fr;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    row-gap: 20px;
    margin-bottom: 20px;
  }
}
#s07 .inner .grid_box figure a {
  transition: 0.4s all;
}
#s07 .inner .grid_box figure a img {
  width: 100%;
}
#s07 .inner .grid_box figure a:hover {
  opacity: 0.8;
}
#s07 .inner .grid_box2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
  max-width: 320px;
  width: 100%;
  margin: 0 auto clamp(20px, 2.7086383602vw, 37px);
}
@media (max-width: 769px) {
  #s07 .inner .grid_box2 {
    grid-template-columns: 1fr;
    max-width: 150px;
    width: 100%;
    margin: 0 auto;
    row-gap: 20px;
    margin-bottom: 20px;
  }
}
#s07 .inner .grid_box2 figure a {
  transition: 0.4s all;
}
#s07 .inner .grid_box2 figure a img {
  width: 100%;
}
#s07 .inner .grid_box2 figure a:hover {
  opacity: 0.8;
}

html body #footer_post_list .title_area {
  background: linear-gradient(to right, #0e77c0 0%, #5ca5f3 100%);
}

#footer_post_list a {
  color: #fff !important;
}
#footer_post_list a h3 {
  color: #fff !important;
}
#footer_post_list a:hover span {
  color: #fff !important;
}

#copyright {
  background: linear-gradient(to right, #0e77c0 0%, #5ca5f3 100%) !important;
}
/* ===============================================
# サイド追尾
=============================================== */
.side_fix {
  position: fixed;
  z-index: 100;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 80px;
  height: 164px;
  padding-left: 0;
}
@media (max-width: 1023px) {
  .side_fix {
    display: none;
  }
}
.side_fix > :not(:last-child) {
  margin-bottom: 20px;
}
.side_fix .side-btn {
  position: relative;
  width: 300px;
  height: 80px;
  border-right: none;
  transition: all 0.3s ease;
  background: #0e77c0;
  border: solid 1px #fff;
  border-radius: 100px 0 0 100px;
  list-style: none;
}
.side_fix .side-btn:hover {
  transform: translateX(-219px);
}
.side_fix .side-btn.line {
  background: #a3cc8b;
  position: relative;
}
.side_fix .side-btn.line::before {
  content: "LINE";
  display: block;
  font-size: 11px;
  font-weight: bold;
  color: #a3cc8b;
  width: 32px;
  height: 32px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: auto;
  left: -10px;
  right: auto;
  border-radius: 50%;
  border: solid 1px #a3cc8b;
  display: flex;
  justify-content: center;
  align-items: center;
}
.side_fix .side-btn.wechat {
  background: #0e77c0;
  position: relative;
}
.side_fix .side-btn.wechat::before {
  content: "Wechat";
  display: block;
  font-size: 8px;
  font-weight: bold;
  color: #0e77c0;
  width: 32px;
  height: 32px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: auto;
  left: -10px;
  right: auto;
  border-radius: 50%;
  border: solid 1px #0e77c0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.side_fix .side-btn > a {
  display: flex;
  align-items: center;
  height: 100%;
  text-decoration: none;
}
.side_fix .icon {
  width: 80px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.side_fix .icon img {
  max-width: 30px;
  display: block;
}
.side_fix .ttl {
  color: #fff;
  vertical-align: middle;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
}/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */