@charset "UTF-8";
:root {
  --headerWidth: 320px;
  --paddingSection: 120px;
  --paddingLR: 40px;
}
@media screen and (max-width: 1439px) {
  :root {
    --headerWidth: 240px;
    --paddingSection: 40px;
  }
}
@media screen and (max-width: 959px) {
  :root {
    --headerHeight: 48px;
    --paddingSection: 40px;
    --paddingLR: 24px;
  }
}

:root {
  --color_main: #3F6C95;
  --color_sub: #F68100;
}

/*========== 子ページ ==========*/
main {
  padding-bottom: var(--paddingSection);
  min-height: 100vh;
}

.inner:has(.stickyPosition) {
  position: static;
}

@media screen and (min-width: 960px) {
  #header {
    background-color: transparent;
  }
  #header .logo_white {
    opacity: 0;
  }
  #header .logo_black {
    opacity: 1;
  }
  #lang_change {
    color: var(--color_main);
  }
  #lang_change .active {
    border-color: var(--color_main);
  }
}
#child_body .text {
  font-weight: 500;
  line-height: 1.9;
}
#child_body .text + .text {
  margin-top: 1.5em;
}
@media screen and (max-width: 959px) {
  #child_body .text {
    font-size: 0.875rem;
  }
}

.layout_titleFlex {
  display: flex;
}
.layout_titleFlex .title_area {
  width: 22%;
  padding-right: var(--paddingLR);
  flex-shrink: 0;
}
@media screen and (max-width: 959px) {
  .layout_titleFlex {
    flex-direction: column;
  }
  .layout_titleFlex .title_area {
    width: 100%;
    padding-right: 0;
    margin-bottom: var(--paddingLR);
  }
  .layout_titleFlex .body_area {
    width: 100%;
  }
}

/*==========
子ページ共通
==========*/
#mv {
  min-height: 440px;
  padding-bottom: calc(var(--paddingSection) * 0.5);
}
#mv .title_main {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--color_main);
  line-height: 1.25;
  position: relative;
}
#mv .title_main .ja {
  font-size: clamp(1.125rem, 1.4583334vw, 1.75rem);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
#mv .title_main .ja::before {
  content: "";
  width: 1.25em;
  height: 3px;
  background-color: var(--color_sub);
  display: block;
  margin-top: 0.125em;
}
#mv .title_main .en {
  font-size: clamp(2rem, 4.166667vw, 5rem);
  font-weight: 700;
  font-family: "Josefin Sans";
  line-height: 1;
}
@media screen and (max-width: 1439px) {
  #mv {
    min-height: 360px;
  }
}
@media screen and (max-width: 959px) {
  #mv {
    min-height: 280px;
  }
}

#breadcrumb {
  max-width: 100%;
  padding: 100px 40px 50px 0;
  z-index: 10;
}
@media screen and (max-width: 959px) {
  #breadcrumb {
    padding-right: 0;
  }
}

.list_breadcrumb {
  background-color: rgba(255, 255, 255, 0.4);
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  display: flex;
  font-size: 0.75rem;
  font-weight: 500;
  white-space: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
  color: var(--color_main);
}
.list_breadcrumb::-webkit-scrollbar {
  display: none;
}
.list_breadcrumb > *:not(:last-child)::after {
  content: ">";
  margin: 0 0.5em;
  color: #B2B4B7;
}
.list_breadcrumb a {
  color: #B2B4B7;
  text-decoration: underline;
}

/*==========
service
==========*/
#service_intro .title_main {
  color: var(--color_main);
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1em;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
#service_intro .title_main .cross {
  position: relative;
  display: block;
  width: 2em;
  height: 1em;
  transform: rotate(45deg);
}
#service_intro .title_main .cross::before, #service_intro .title_main .cross::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--color_main);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#service_intro .title_main .cross::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
@media screen and (max-width: 1439px) {
  #service_intro .title_main {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 959px) {
  #service_intro .title_main {
    font-size: 1.125rem;
    flex-direction: column;
  }
  #service_intro .title_main .cross {
    width: 1em;
  }
}

#service_list .list > * {
  display: flex;
  align-items: center;
  gap: 24px 40px;
}
#service_list .list > *:not(:last-child) {
  margin-bottom: calc(var(--paddingSection) * 0.5);
}
#service_list .list > *:nth-child(odd) .img_area {
  order: 0;
}
#service_list .list > *:nth-child(odd) .text_area {
  order: 1;
  padding-right: 80px;
}
#service_list .list > *:nth-child(odd) .deco {
  margin-left: -30%;
}
#service_list .list > *:nth-child(even) .img_area {
  order: 1;
}
#service_list .list > *:nth-child(even) .text_area {
  order: 0;
  padding-left: 80px;
}
#service_list .list > *:nth-child(even) .deco {
  margin-left: auto;
  margin-right: -40%;
}
#service_list .list .deco {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 94%;
}
#service_list .list .img_area {
  width: 52%;
}
#service_list .list .text_area {
  flex: 1;
  position: relative;
  z-index: 2;
}
#service_list .list .title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--color_main);
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1439px) {
  #service_list .list > * {
    gap: 24px;
  }
  #service_list .list > *:nth-child(odd) .text_area {
    padding-right: 0;
  }
  #service_list .list > *:nth-child(even) .text_area {
    padding-left: 0;
  }
  #service_list .list .title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 959px) {
  #service_list .list > * {
    flex-direction: column;
  }
  #service_list .list > *:not(:last-child) {
    margin-bottom: calc(var(--paddingSection) * 1);
  }
  #service_list .list > *:nth-child(odd) .img_area, #service_list .list > *:nth-child(even) .img_area {
    order: 0;
  }
  #service_list .list > *:nth-child(odd) .text_area, #service_list .list > *:nth-child(even) .text_area {
    order: 1;
  }
  #service_list .list > *:nth-child(odd) .deco, #service_list .list > *:nth-child(even) .deco {
    margin-left: -24px;
    margin-top: -40px;
    margin-right: 0;
  }
  #service_list .list .deco {
    max-width: 240px;
  }
  #service_list .list .img_area {
    width: 100%;
    max-width: 320px;
  }
  #service_list .list .text_area {
    max-width: 480px;
  }
  #service_list .list .title {
    font-size: 1.125rem;
  }
}

#service_flow .title_main {
  padding-left: 3rem;
  padding-top: 1rem;
  border-left: 5px solid var(--color_sub);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--color_main);
  line-height: 1.25;
}
#service_flow .title_main .ja {
  font-size: clamp(1.125rem, 1.4583334vw, 1.75rem);
  font-weight: 700;
  margin-bottom: 1em;
}
#service_flow .title_main .en {
  font-size: clamp(2rem, 4.166667vw, 5rem);
  font-weight: 700;
  font-family: "Josefin Sans";
  line-height: 1;
}
#service_flow .slider_area {
  margin-top: calc(var(--paddingSection) * 0.5);
  margin-right: calc(50% - 50vw);
}
#service_flow .slider_area .slider_flow {
  padding-right: calc(50vw - 50% + 80px);
}
@media screen and (max-width: 959px) {
  #service_flow .title_main {
    padding-top: 0.5rem;
    padding-left: 1rem;
  }
  #service_flow .slider_area .slider_flow {
    padding-right: calc(50vw - 50% + var(--paddingLR));
  }
}

.slider_flow .swiper-slide {
  max-width: 62%;
  width: 640px;
}
.slider_flow .img_area {
  width: 86.28%;
  margin-left: auto;
}
.slider_flow .title_area {
  display: flex;
  gap: 24px 40px;
}
.slider_flow .text_area {
  flex: 1;
  margin-top: 1.5rem;
}
.slider_flow .number_area {
  line-height: 1;
  font-family: "Josefin Sans";
  color: var(--color_main);
  font-weight: 600;
  font-style: italic;
  margin-top: -80px;
}
.slider_flow .step {
  font-size: clamp(0.75rem, 1.30209vw, 1.5625rem);
  margin-left: 0.5em;
}
.slider_flow .number {
  font-size: clamp(3rem, 6.25vw, 7.5rem);
  margin-bottom: -0.25em;
}
.slider_flow .number span {
  color: var(--color_sub);
}
.slider_flow .title {
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 700;
  color: var(--color_main);
  margin-bottom: 0.5em;
}
.slider_flow .slider_flow_pagination {
  margin-top: calc(var(--paddingSection) * 0.75);
  display: flex;
  gap: 10px;
}
.slider_flow .slider_flow_pagination .swiper-pagination-bullet {
  max-width: 80px;
  flex: 1;
  margin: 0 !important;
  height: 3px;
  border-radius: 0;
}
.slider_flow .slider_flow_pagination .swiper-pagination-bullet-active {
  background-color: var(--color_sub);
}
@media screen and (max-width: 959px) {
  .slider_flow .swiper-slide {
    max-width: 90%;
    width: 320px;
  }
  .slider_flow .title_area {
    gap: 1rem;
    flex-direction: column;
  }
  .slider_flow .text_area {
    margin-top: 0;
  }
  .slider_flow .number_area {
    margin-top: -40px;
  }
  .slider_flow .title {
    font-size: 1.125rem;
  }
}

.layout_service_flow {
  margin-top: 2.5rem;
}
.layout_service_flow > * {
  display: flex;
  gap: 1.25rem;
}
.layout_service_flow > *:not(:last-child) {
  margin-bottom: 0.75rem;
}
.layout_service_flow .head_area {
  background-color: #F2F7F7;
  text-align: center;
  padding: 2rem 1.25rem 2.5rem;
  flex-shrink: 0;
  width: 120px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 2.5rem), 50% 100%, 0% calc(100% - 2.5rem));
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 2.5rem), 50% 100%, 0% calc(100% - 2.5rem));
}
.layout_service_flow .head_area .step {
  font-size: 1.125rem;
  font-family: "Josefin Sans";
  font-weight: 600;
  font-style: italic;
  color: var(--color_main);
  line-height: 1;
}
.layout_service_flow .head_area .number {
  font-size: 4rem;
  font-family: "Josefin Sans";
  font-weight: 600;
  font-style: italic;
  color: var(--color_main);
  line-height: 1;
}
.layout_service_flow .head_area .number span {
  color: var(--color_sub);
}
.layout_service_flow .body_area {
  display: flex;
  gap: 0.5rem 2rem;
  padding-bottom: 1.5rem;
  flex: 1;
}
.layout_service_flow .img_area {
  width: 32%;
  max-width: 225px;
  flex-shrink: 0;
}
.layout_service_flow .title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--color_main);
  margin-bottom: 0.5rem;
}
.layout_service_flow .text {
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .layout_service_flow {
    margin-top: 1.5rem;
  }
  .layout_service_flow > * {
    gap: 1rem;
  }
  .layout_service_flow .head_area {
    padding: calc(var(--paddingLR) * 0.5) 0;
    width: 56px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1.5rem), 50% 100%, 0% calc(100% - 1.5rem));
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1.5rem), 50% 100%, 0% calc(100% - 1.5rem));
  }
  .layout_service_flow .head_area .step {
    font-size: 0.755rem;
  }
  .layout_service_flow .head_area .number {
    font-size: 2rem;
  }
  .layout_service_flow .body_area {
    flex-direction: column;
  }
  .layout_service_flow .img_area {
    width: 80%;
  }
  .layout_service_flow .title {
    font-size: 1.125rem;
  }
  .layout_service_flow .text {
    font-weight: 500;
  }
}

/*==========
products
==========*/
#products_taxonomy .title_01,
#products_single .title_01 {
  background-color: rgba(255, 255, 255, 0.4);
}

.layout_products_parent {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: calc(var(--paddingSection) * 0.75) 40px;
}
.layout_products_parent a {
  color: inherit;
  text-decoration: none;
}
.layout_products_parent .title {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--color_main);
  position: relative;
}
.layout_products_parent .title::after {
  content: "";
  width: 1.5em;
  height: 3px;
  background-color: var(--color_sub);
  display: block;
  margin-top: 0.5em;
  margin-bottom: -2px;
}
.layout_products_parent .img_area {
  aspect-ratio: 5/3;
}
.layout_products_parent .img_area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.layout_products_parent .child_category {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.25;
}
.layout_products_parent .child_category > *:not(:has(a)),
.layout_products_parent .child_category a {
  min-height: 64px;
  padding: 0.25em;
  padding-right: 2.25em;
  color: inherit;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px dotted var(--color_main);
  position: relative;
  z-index: 1;
}
.layout_products_parent .child_category > *:not(:has(a))::after,
.layout_products_parent .child_category a::after {
  content: "";
  width: 1em;
  aspect-ratio: 1/1;
  background: center/contain url("../img/common/icon_btn_01_blue.svg") no-repeat;
  position: absolute;
  top: 50%;
  right: 0.75em;
  transform: translateY(-50%);
}
@media screen and (min-width: 960px) {
  .layout_products_parent .child_category > *:not(:has(a))::before,
.layout_products_parent .child_category a::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #EDEEEF;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.25s;
  }
  .layout_products_parent .child_category > *:not(:has(a)):hover,
.layout_products_parent .child_category a:hover {
    opacity: 1;
  }
  .layout_products_parent .child_category > *:not(:has(a)):hover::before,
.layout_products_parent .child_category a:hover::before {
    opacity: 1;
  }
}
@media screen and (max-width: 1439px) {
  .layout_products_parent {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: calc(var(--paddingSection) * 1) 24px;
  }
  .layout_products_parent .title {
    font-size: 1.25rem;
  }
  .layout_products_parent .child_category {
    font-size: 1rem;
  }
}
@media screen and (max-width: 959px) {
  .layout_products_parent .title {
    font-size: 1.125rem;
  }
  .layout_products_parent .child_category > *:not(:has(a)),
.layout_products_parent .child_category a {
    min-height: 56px;
  }
}

#mv.layout_products {
  min-height: 240px;
}
#mv.layout_products .flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem 40px;
}
#mv.layout_products #breadcrumb {
  order: 1;
  padding-top: 0;
  padding-bottom: 24px;
  margin-left: auto;
}
#mv.layout_products .title_01 {
  margin-top: 80px;
}
@media screen and (max-width: 959px) {
  #mv.layout_products {
    min-height: 200px;
  }
}

#products_taxonomy .thumb_area {
  margin-left: auto;
  margin-right: auto;
}
#products_taxonomy .thumb_area img {
  max-height: 280px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#products_taxonomy .intro_area .title,
#products_taxonomy .outro_area .title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.5em;
}
#products_taxonomy .intro_area:not(:first-child) {
  margin-top: 2rem;
}
#products_taxonomy .layout_products_child:not(:first-child),
#products_taxonomy .slider_area:not(:first-child),
#products_taxonomy .outro_area:not(:first-child) {
  margin-top: calc(var(--paddingSection) * 0.75);
}
@media screen and (max-width: 1439px) {
  #products_taxonomy .intro_area .title,
#products_taxonomy .outro_area .title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 959px) {
  #products_taxonomy .intro_area .title,
#products_taxonomy .outro_area .title {
    font-size: 1.125rem;
  }
}

.layout_products_child {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 40px;
}
.layout_products_child a {
  color: inherit;
  text-decoration: none;
}
.layout_products_child .img_area {
  aspect-ratio: 5/3;
}
.layout_products_child .img_area img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 960px) {
  .layout_products_child a:hover {
    opacity: 1;
  }
  .layout_products_child .img_area {
    position: relative;
    z-index: 1;
  }
  .layout_products_child .img_area::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background-color: #000;
    opacity: 0;
    transition: opacity 0.5s;
  }
  .layout_products_child:hover a:not(:hover) .img_area::after {
    opacity: 0.5;
  }
}
.layout_products_child .label {
  background-color: var(--color_main);
  color: #fff;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 600;
  padding: 0.25em 1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 80%;
  min-width: 217px;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5em;
  margin-left: auto;
  margin-right: auto;
  margin-top: -28px;
  position: relative;
  z-index: 2;
}
.layout_products_child .label::after {
  content: "";
  width: 0.875em;
  aspect-ratio: 1/1;
  background: center/contain url("../img/common/icon_btn_01_white.svg") no-repeat;
  display: block;
  flex-shrink: 0;
}
@media screen and (max-width: 1439px) {
  .layout_products_child {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: calc(var(--paddingSection) * 1) 24px;
  }
  .layout_products_child .label {
    font-size: 1rem;
  }
}
@media screen and (max-width: 959px) {
  .layout_products_child .label {
    font-size: 0.875rem;
    min-height: 48px;
  }
}

/*==========
company
==========*/
#company_contents .list {
  color: #fff;
  line-height: 1.25;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
#company_contents .list:not(:first-child) {
  margin-top: calc(var(--paddingSection) * 0.75);
}
#company_contents .list > * {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: calc((100% - 3rem) / 3);
  aspect-ratio: 82/110;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
#company_contents .list > *::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000;
  opacity: 0.25;
  z-index: -1;
}
@media screen and (min-width: 960px) {
  #company_contents .list > *::after {
    -webkit-clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);
            clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);
    transition: -webkit-clip-path 0.25s;
    transition: clip-path 0.25s;
    transition: clip-path 0.25s, -webkit-clip-path 0.25s;
  }
  #company_contents .list > *:hover {
    opacity: 1;
  }
  #company_contents .list > *:hover::after {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0 50%);
            clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0 50%);
  }
}
#company_contents .list .en {
  font-family: "Josefin Sans";
  font-size: 2rem;
  font-weight: 600;
}
#company_contents .list .ja {
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  #company_contents .list .en {
    font-size: 1.5rem;
  }
  #company_contents .list .ja {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 959px) {
  #company_contents .list {
    flex-direction: column;
  }
  #company_contents .list > * {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 320px;
    height: 160px;
  }
}

#company_philosophy .layout {
  display: flex;
  margin-top: calc(var(--paddingSection) * 0.75);
}
#company_philosophy .layout .en {
  font-size: clamp(2rem, 3.33334vw, 4rem);
  font-family: "Cormorant Infant";
  letter-spacing: 0.09em;
  line-height: 1;
  margin-bottom: calc(var(--paddingSection) * 0.5);
}
#company_philosophy .layout .text {
  font-weight: 400;
  line-height: 3.2;
}
#company_philosophy .layout .text_area {
  flex: 1;
}
#company_philosophy .layout .text_img {
  width: 40%;
  margin-top: calc(var(--paddingSection) * -0.25);
}
#company_philosophy .layout .text_img img {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}
#company_philosophy .layout .signature_area {
  margin-top: calc(var(--paddingSection) * 0.75);
  display: flex;
  gap: 24px 160px;
}
#company_philosophy .layout .signature_area .post {
  font-size: 1.125rem;
}
#company_philosophy .layout .signature_area .name {
  font-size: 1.5rem;
}
@media screen and (max-width: 1439px) {
  #company_philosophy .layout .signature_area {
    gap: 24px 80px;
  }
  #company_philosophy .layout .signature_area .post {
    font-size: 1rem;
  }
  #company_philosophy .layout .signature_area .name {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 959px) {
  #company_philosophy .layout {
    flex-direction: column;
  }
  #company_philosophy .layout .text_img {
    width: 100px;
    margin-left: auto;
    margin-top: -160px;
    margin-bottom: 24px;
    order: -1;
  }
  #company_philosophy .layout .signature_area {
    flex-direction: column;
  }
  #company_philosophy .layout .signature_area .post {
    font-size: 0.875rem;
  }
  #company_philosophy .layout .signature_area .name {
    font-size: 1.25rem;
  }
}

#company_initiatives .thumb_area:not(:first-child) {
  margin-top: 1.5rem;
}
#company_initiatives .list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
#company_initiatives .list:not(:first-child) {
  margin-top: calc(var(--paddingSection) * 0.75);
}
#company_initiatives .list > * {
  width: calc((100% - 40px) / 2);
}
#company_initiatives .list .title {
  margin-top: 1.5rem;
  margin-bottom: 10px;
  font-family: "Josefin Sans";
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 600;
  font-style: italic;
  color: var(--color_main);
  text-align: center;
}
@media screen and (max-width: 1439px) {
  #company_initiatives .list {
    gap: 40px 24px;
  }
  #company_initiatives .list > * {
    width: calc((100% - 24px) / 2);
  }
  #company_initiatives .list .title {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 639px) {
  #company_initiatives .list {
    justify-content: center;
    gap: 24px;
  }
  #company_initiatives .list > * {
    width: 100%;
    max-width: 320px;
  }
  #company_initiatives .list .title {
    font-size: 1.25rem;
  }
}

/*==========
csr_sdgs
==========*/
#csr_sdgs .flex {
  margin-top: calc(var(--paddingSection) * 0.75);
  display: flex;
  gap: 40px;
}
#csr_sdgs .flex .item {
  flex: 1;
}
#csr_sdgs .flex .img_area {
  position: relative;
  z-index: 1;
}
#csr_sdgs .flex .img_area::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000;
  opacity: 0.5;
}
#csr_sdgs .flex .en {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 600;
  font-family: "Josefin Sans";
  color: #fff;
  text-align: center;
  line-height: 1.25;
  z-index: 1;
}
#csr_sdgs .flex .title {
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  margin-top: 0.5rem;
}
@media screen and (min-width: 960px) {
  #csr_sdgs .flex a .img_area::after {
    -webkit-clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);
            clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);
    transition: -webkit-clip-path 0.25s;
    transition: clip-path 0.25s;
    transition: clip-path 0.25s, -webkit-clip-path 0.25s;
  }
  #csr_sdgs .flex a:hover {
    opacity: 1;
  }
  #csr_sdgs .flex a:hover .img_area::after {
    -webkit-clip-path: polygon(50% 0%, 50% 0%, 50% 100%, 50% 100%);
            clip-path: polygon(50% 0%, 50% 0%, 50% 100%, 50% 100%);
  }
}
@media screen and (max-width: 1439px) {
  #csr_sdgs .flex .en {
    font-size: 1.75rem;
  }
  #csr_sdgs .flex .title {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 959px) {
  #csr_sdgs .flex {
    flex-direction: column;
  }
  #csr_sdgs .flex .item {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  #csr_sdgs .flex .en {
    font-size: 1.25rem;
  }
  #csr_sdgs .flex .title {
    font-size: 1rem;
  }
}

#csr_rule .list {
  margin-top: calc(var(--paddingSection) * 0.75);
  counter-reset: li;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  gap: 40px 0;
}
#csr_rule .list > * {
  padding: 4rem 15% 1rem;
  border-right: 1px dotted #000;
  border-left: 1px dotted #000;
  margin-right: -1px;
}
#csr_rule .list .title {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--color_main);
  position: relative;
}
#csr_rule .list .title::before {
  counter-increment: li;
  content: counter(li);
  line-height: 1;
  font-size: 7.5rem;
  font-weight: 500;
  font-family: "Josefin Sans";
  color: #F2F7F7;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 959px) {
  #csr_rule .list {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
  #csr_rule .list > * {
    padding: 3rem var(--paddingLR) 1rem;
  }
  #csr_rule .list .title {
    font-size: 1.25rem;
  }
  #csr_rule .list .title::before {
    font-size: 5rem;
  }
}

#sdgs_contents .intro_area .img {
  max-width: 70%;
  margin-bottom: 1.5rem;
}
#sdgs_contents .list {
  margin-top: calc(var(--paddingSection) * 0.75);
  background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 3px);
  background-size: 3px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
#sdgs_contents .list > * {
  min-height: 440px;
  padding-top: calc(var(--paddingSection) * 0.5);
  padding-bottom: calc(var(--paddingSection) * 0.5);
  background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 3px);
  background-size: 3px 1px;
  background-repeat: repeat-x;
  background-position: left top;
  display: flex;
  align-items: center;
  gap: 24px 72px;
}
#sdgs_contents .list > *:nth-child(odd) .icon_area {
  order: -1;
}
#sdgs_contents .list > *:nth-child(even) .icon_area {
  order: 1;
}
#sdgs_contents .list .icon_area {
  flex: 1;
}
#sdgs_contents .list .icon_area .flex_icon {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
#sdgs_contents .list .icon_area .icon {
  width: calc((100% - 20px) / 3);
}
#sdgs_contents .list .icon_area img {
  width: 100%;
}
#sdgs_contents .list .icon_area[data-col="2"] .flex_icon {
  padding: 0 calc((100% + 10px) / 3 / 2);
}
#sdgs_contents .list .icon_area[data-col="2"] .flex_icon .icon {
  width: calc((100% - 10px) / 2);
}
#sdgs_contents .list .text_area {
  width: 57.578%;
}
#sdgs_contents .list .title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--color_main);
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1439px) {
  #sdgs_contents .list > * {
    gap: 24px 40px;
  }
}
@media screen and (max-width: 959px) {
  #sdgs_contents .list > * {
    padding-top: calc(var(--paddingSection) * 1);
    padding-bottom: calc(var(--paddingSection) * 1);
    min-height: auto;
    flex-direction: column;
  }
  #sdgs_contents .list > *:nth-child(odd) .icon_area, #sdgs_contents .list > *:nth-child(even) .icon_area {
    order: -1;
  }
  #sdgs_contents .list .icon_area {
    flex: 0 1 auto;
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  #sdgs_contents .list .icon_area .flex_icon {
    gap: 5px;
    padding: 0 calc((100% + 5px) / 4 / 2);
    justify-content: center;
  }
  #sdgs_contents .list .icon_area .icon {
    width: calc((100% - 10px) / 3);
  }
  #sdgs_contents .list .icon_area img {
    width: 100%;
  }
  #sdgs_contents .list .icon_area[data-col="2"] .flex_icon {
    padding: 0;
  }
  #sdgs_contents .list .icon_area[data-col="2"] .flex_icon .icon {
    width: calc((100% - 15px) / 4);
  }
  #sdgs_contents .list .text_area {
    width: 100%;
  }
  #sdgs_contents .list .title {
    font-size: 1.25rem;
  }
}

/*==========
faq
==========*/
#faq .tab_area {
  margin-top: calc(var(--paddingSection) * 0.75);
}
#faq .row_contact {
  margin-top: calc(var(--paddingSection) * 0.5);
}
#faq .row_contact .btn_contact {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 959px) {
  #faq .row_contact {
    margin-top: calc(var(--paddingSection) * 1);
  }
}

/*==========
topics
==========*/
#topics_single .row_title time {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  flex-shrink: 0;
  background-color: #F2F7F7;
  color: var(--color_main);
  font-size: 1.125rem;
  font-family: "Josefin Sans";
  padding: 0.5em 1em 0.25em;
  letter-spacing: 0.03em;
  margin-bottom: 2.5rem;
}
#topics_single .row_title .title {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  color: var(--color_main);
  margin-bottom: 2.5rem;
}
#topics_single .navigation_area {
  margin-top: var(--paddingSection);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem;
}
#topics_single .navigation_area .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 600;
  padding: 0.75em 1em;
  display: flex;
  gap: 1em;
  border-bottom: 2px solid #000;
  cursor: pointer;
}
#topics_single .navigation_area .btn::after {
  content: "";
  width: 0.75em;
  aspect-ratio: 1/1;
  background: center/contain url("../img/common/icon_btn_01_black.svg") no-repeat;
  display: block;
}
#topics_single .navigation_area .btn.disable {
  pointer-events: none;
  color: #B2B4B7;
  border-color: #B2B4B7;
}
#topics_single .navigation_area .btn.disable::after {
  background-image: url("../img/common/icon_btn_01_gray.svg");
}
#topics_single .navigation_area .btn.prev::after {
  order: -1;
  transform: rotate(180deg);
}
#topics_single .navigation_area .btn.archive::after {
  display: none;
}
@media screen and (max-width: 959px) {
  #topics_single .row_title time {
    margin-bottom: 1.5rem;
  }
  #topics_single .row_title .title {
    font-size: 1.125rem;
  }
  #topics_single .navigation_area {
    gap: 1rem;
  }
  #topics_single .navigation_area .btn {
    font-size: 1rem;
  }
  #topics_single .navigation_area .archive {
    width: 215px;
    justify-content: center;
    margin-left: calc((100% - 215px) / 2);
    margin-right: calc((100% - 215px) / 2);
    order: 1;
  }
}

/*==========
network
==========*/
#network .layout_title {
  background: linear-gradient(transparent 20%, #F2F7F7 20%, #F2F7F7 85%, transparent 85%);
}
#network .layout_title .flex {
  display: flex;
  gap: 2.5rem;
}
#network .layout_title .img_area {
  flex: 1;
  max-width: 790px;
}
#network .layout_title .title_area {
  margin-top: calc(var(--paddingSection) * 0.75);
}
#network .layout_title .text_area {
  margin-top: -10rem;
  margin-left: auto;
  width: 80%;
  max-width: 802px;
  background-color: #fff;
  padding: 4rem;
  position: relative;
  z-index: 1;
}
#network .layout_title .text_area .text {
  font-size: 1.25rem;
}
#network .layout_title .text_area .btn_01 {
  margin-left: auto;
  margin-top: 1.5rem;
}
#network .layout_network_place {
  margin-top: calc(var(--paddingSection) * 0.75);
}
@media screen and (max-width: 1439px) {
  #network .layout_title .text_area {
    max-width: 640px;
    padding: 2rem;
    margin-top: -6rem;
  }
  #network .layout_title .text_area .text {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 959px) {
  #network .layout_title .flex {
    flex-direction: column;
    gap: 0;
  }
  #network .layout_title .img_area {
    max-width: 480px;
  }
  #network .layout_title .title_area {
    order: -1;
  }
  #network .layout_title .text_area {
    margin-top: -4rem;
    padding: var(--paddingLR);
    width: 90%;
  }
  #network .layout_title .text_area .text {
    font-size: 0.875rem;
  }
  #network .layout_title .text_area .btn_01 {
    min-width: auto;
    width: 100%;
    max-width: 320px;
  }
}

.layout_network_place {
  display: flex;
  gap: 1.5rem;
}
.layout_network_place > * {
  width: calc((100% - 3rem) / 3);
}
.layout_network_place .title {
  margin-top: 1rem;
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .layout_network_place {
    flex-direction: column;
  }
  .layout_network_place > * {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .layout_network_place .title {
    font-size: 1.125rem;
  }
}

#network_global {
  margin-top: var(--paddingSection);
}
#network_global .layout_title .title_area {
  order: -1;
}
#network_global .layout_title .text_area {
  margin-left: 0;
  margin-right: auto;
}
#network_global .layout_title .text_area .btn_01 {
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 959px) {
  #network_global .layout_title .text_area {
    margin-left: auto;
    margin-right: 0;
  }
  #network_global .layout_title .text_area .btn_01 {
    margin-left: auto;
    margin-right: 0;
  }
}

#network_child .layout_title {
  display: flex;
  gap: var(--paddingLR);
  margin-bottom: var(--paddingSection);
}
#network_child .layout_title .img_area {
  flex: 1;
  max-width: 63.28125%;
}
#network_child .row_contact {
  margin-top: calc(var(--paddingSection) * 1);
}
#network_child .row_contact .btn_contact {
  margin-left: auto;
  margin-right: auto;
}
#network_child .layout_network_place {
  margin-top: calc(var(--paddingSection) * 0.75);
}
#network_child .title_global {
  font-family: "Josefin Sans";
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--color_main);
  margin-bottom: 1em;
}
@media screen and (max-width: 1439px) {
  #network_child .title_global {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 959px) {
  #network_child .row_contact {
    margin-top: calc(var(--paddingSection) * 1);
  }
  #network_child .title_global {
    font-size: 1.25rem;
  }
}

.layout_network_domestic {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: calc(var(--paddingSection) * 0.75) 55px;
}
.layout_network_domestic + .layout_network_domestic {
  margin-top: var(--paddingSection);
}
.layout_network_domestic .category_wrap {
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.layout_network_domestic .row_category {
  max-width: 100%;
  line-height: 1.25;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  border-bottom: 1px solid var(--color_main);
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  position: relative;
}
.layout_network_domestic .row_category::after {
  content: "";
  width: 4rem;
  height: 3px;
  background-color: var(--color_sub);
  position: absolute;
  left: 0;
  bottom: -2px;
}
.layout_network_domestic .row_category .title {
  font-size: 1.25rem;
  font-weight: 500;
}
.layout_network_domestic .row_category .en {
  font-family: "Josefin Sans";
  color: var(--color_sub);
  margin-bottom: -0.325em;
}
.layout_network_domestic .row_place {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.layout_network_domestic .row_place .place {
  color: var(--color_sub);
  font-size: 1.125rem;
  font-weight: 500;
}
.layout_network_domestic .item_wrap {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 55px;
}
.layout_network_domestic .item {
  max-width: 390px;
  width: calc((100vw - var(--headerWidth) - var(--paddingLR) * 2.5 - 110px) / 3);
}
.layout_network_domestic .item .row_title {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 3px);
  background-size: 3px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.layout_network_domestic .item .row_title .name {
  font-size: 1.25rem;
  font-weight: 500;
}
.layout_network_domestic .item .row_title .en {
  font-family: "Josefin Sans";
  margin-bottom: -0.5em;
}
.layout_network_domestic .item .row_title .icon {
  margin-left: auto;
}
.layout_network_domestic .item .row_title .icon::after {
  content: "";
  width: 1.5em;
  aspect-ratio: 1/1;
  background: center/contain url("../img/child/network/icon_network.svg") no-repeat;
  display: block;
}
.layout_network_domestic .item .address {
  font-size: 1rem;
  line-height: 1.9;
}
.layout_network_domestic .item .address + .address {
  margin-top: 1.5em;
}
.layout_network_domestic .item .address a {
  font-weight: 500;
  color: var(--color_main);
  text-decoration: underline;
}
@media screen and (max-width: 1439px) {
  .layout_network_domestic {
    gap: calc(var(--paddingSection) * 0.75) 24px;
  }
  .layout_network_domestic .row_category .title {
    font-size: 1rem;
  }
  .layout_network_domestic .row_category .en {
    font-size: 0.75rem;
  }
  .layout_network_domestic .row_place {
    margin-bottom: 1rem;
  }
  .layout_network_domestic .row_place .place {
    font-size: 0.875rem;
  }
  .layout_network_domestic .row_place .aside {
    font-size: 0.75rem;
  }
  .layout_network_domestic .item_wrap {
    gap: 40px 24px;
  }
  .layout_network_domestic .item {
    width: calc((100vw - var(--headerWidth) - var(--paddingLR) * 2 - 48px) / 3);
  }
  .layout_network_domestic .item .row_title .name {
    font-size: 0.9375rem;
  }
  .layout_network_domestic .item .row_title .en {
    font-size: 0.75rem;
  }
  .layout_network_domestic .item .address {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 959px) {
  .layout_network_domestic {
    gap: calc(var(--paddingSection) * 1) 24px;
  }
  .layout_network_domestic .row_category .title {
    font-size: 1.125rem;
  }
  .layout_network_domestic .row_place {
    margin-bottom: 2rem;
  }
  .layout_network_domestic .row_place .place {
    font-size: 1.125rem;
  }
  .layout_network_domestic .item {
    width: 320px;
  }
  .layout_network_domestic .item .row_title .name {
    font-size: 1.125rem;
  }
}

.layout_network_global {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: calc(var(--paddingSection) * 0.75) 55px;
}
.layout_network_global + .layout_network_domestic, .layout_network_global + .title_global {
  margin-top: var(--paddingSection);
}
.layout_network_global > * {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}
.layout_network_global .row_title {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  line-height: 1.25;
  border-top: 1px solid var(--color_main);
  padding-top: 1.75rem;
  margin-bottom: 1rem;
  position: relative;
}
.layout_network_global .row_title::after {
  content: "";
  width: 4rem;
  height: 3px;
  background-color: var(--color_sub);
  position: absolute;
  left: 0;
  top: -2px;
}
.layout_network_global .row_title .title {
  color: var(--color_main);
  font-size: 1.25rem;
  font-weight: 600;
}
.layout_network_global .row_title .en {
  font-size: 1.125rem;
  font-family: "Josefin Sans";
  color: var(--color_main);
  margin-top: 0.25em;
  margin-bottom: -0.125em;
}
.layout_network_global .row_title .icon {
  margin-top: auto;
  margin-bottom: 0.125em;
  margin-left: auto;
}
.layout_network_global .row_title .icon::after {
  content: "";
  width: 1.5em;
  aspect-ratio: 1/1;
  background: center/contain url("../img/child/network/icon_network.svg") no-repeat;
  display: block;
}
.layout_network_global .address {
  font-size: 1rem;
  line-height: 1.9;
}
.layout_network_global .address + .address {
  margin-top: 1.5em;
}
.layout_network_global .address a {
  font-weight: 500;
  color: var(--color_main);
  text-decoration: underline;
}
@media screen and (max-width: 1439px) {
  .layout_network_global .row_title .title {
    font-size: 1.5rem;
  }
  .layout_network_global .row_title .en {
    font-size: 1rem;
  }
  .layout_network_global .address {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 959px) {
  .layout_network_global .row_title .title {
    font-size: 1.25rem;
  }
  .layout_network_global .row_title .en {
    font-size: 0.875rem;
  }
}

/*==========
contact
==========*/
#contact_contents .intro_area,
#contact_contents .form_area {
  max-width: 970px;
}
#contact_contents .form_area {
  margin-top: var(--paddingSection);
}
#contact_contents iframe {
  width: 100%;
  height: auto;
}
#contact_contents .required::after {
  content: "必須";
  font-size: 0.875rem;
  font-weight: 500;
  background-color: var(--color_sub);
  color: #fff;
  padding: 0.5em 1em;
  margin-left: auto;
}
#contact_contents .intro_area .text + .text {
  margin-top: 0.75em;
}
#contact_contents .intro_area .row_text {
  display: flex;
  gap: 0.5em;
}
@media screen and (max-width: 959px) {
  #contact_contents .required::after {
    font-size: 0.75rem;
  }
}

#contact_tell .flex {
  margin-top: 2.5rem;
  display: flex;
  gap: 1.5rem 2.5rem;
}
#contact_tell .flex > * {
  flex: 1;
}
#contact_tell .flex .title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}
#contact_tell .row_selectarea {
  margin-top: 2.5rem;
}
#contact_tell .row_selectarea.layout_form {
  display: block;
  margin-top: 0;
}
#contact_tell .result_area {
  background-color: #F2F7F7;
  min-height: 8em;
  padding: 1.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#contact_tell .result_area .announce {
  color: #ccc;
  text-align: center;
}
#contact_tell .result_area .aside {
  font-size: 0.875rem;
}
#contact_tell .list_office {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
#contact_tell .list_office > *:not(:last-child) {
  margin-bottom: 2rem;
}
#contact_tell .list_office .name {
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 0.25em;
}
#contact_tell .list_office .tell {
  font-size: 2rem;
  font-weight: 500;
  font-family: "Barlow";
  color: var(--color_main);
  margin-left: 1em;
  line-height: 1;
}
#contact_tell .list_office .tell a {
  color: inherit;
}
@media screen and (max-width: 959px) {
  #contact_tell .flex {
    flex-direction: column;
  }
  #contact_tell .flex .title {
    font-size: 1rem;
  }
  #contact_tell .row_selectarea {
    margin-top: 2.5rem;
  }
  #contact_tell .row_selectarea.layout_form {
    display: block;
    margin-top: 0;
  }
  #contact_tell .result_area {
    font-size: 0.875rem;
  }
  #contact_tell .list_office .name {
    font-size: 1rem;
  }
  #contact_tell .list_office .tell {
    font-size: 1.5rem;
  }
}

.layout_form {
  width: calc(100% - 2px);
  margin-top: 2px;
  font-weight: 500;
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  gap: 1.5rem 1rem;
}
.layout_form .input_wrap {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.75em 1.5em;
}
.layout_form dt {
  padding-top: 0.6em;
}
.layout_form dt label {
  margin-top: 0.25em;
  display: block;
}
.layout_form .required {
  display: flex;
  align-items: flex-start;
  gap: 1em;
}
.layout_form .required::after {
  content: "必須";
  font-size: 0.875rem;
  font-weight: 500;
  background-color: var(--color_sub);
  color: #fff;
  padding: 0.5em 1em;
  margin-left: auto;
}
.layout_form label:has(input[type=radio]), .layout_form label:has(input[type=checkbox]) {
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.5em;
}
.layout_form input[type=radio],
.layout_form input[type=checkbox] {
  cursor: pointer;
  width: 2em;
  height: auto;
  aspect-ratio: 1/1;
  accent-color: var(--color_sub);
  display: block;
  margin-top: -0.125em;
}
.layout_form input[type=text],
.layout_form input[type=email],
.layout_form input[type=tel],
.layout_form textarea,
.layout_form select {
  width: 100%;
  background-color: #F2F7F7;
  border: none;
  border-radius: 0;
  padding: 1rem;
  font: inherit;
}
.layout_form input[type=text].short,
.layout_form input[type=email].short,
.layout_form input[type=tel].short,
.layout_form textarea.short,
.layout_form select.short {
  width: 16em;
}
.layout_form input[type=text]:-moz-read-only, .layout_form input[type=email]:-moz-read-only, .layout_form input[type=tel]:-moz-read-only {
  background-color: #fff;
  pointer-events: none;
}
.layout_form input[type=text]:read-only,
.layout_form input[type=email]:read-only,
.layout_form input[type=tel]:read-only {
  background-color: #fff;
  pointer-events: none;
}
.layout_form select {
  cursor: pointer;
}
.layout_form .btn_postcode {
  border-radius: 0;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  background-color: transparent;
  cursor: pointer;
  border: 2px solid #000;
  background-color: #fff;
  padding: 0.75rem 1em;
  border-radius: 8px;
  margin-top: 0.1em;
}
.layout_form .btn_postcode::-webkit-search-decoration {
  display: none;
}
.layout_form .btn_postcode:focus {
  outline-offset: -2px;
}
@media screen and (min-width: 960px) {
  .layout_form .btn_postcode {
    transition: background-color 0.5s;
  }
  .layout_form .btn_postcode:hover {
    background-color: #EDEEEF;
  }
}
.layout_form .row_privacy,
.layout_form .box_privacy,
.layout_form .row_submit {
  margin-top: calc(var(--paddingSection) * 0.4);
}
.layout_form .row_privacy {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.layout_form .box_privacy {
  padding: var(--paddingLR);
  border: 1px solid #000;
  max-height: 240px;
  overflow-y: auto;
  scrollbar-color: var(--color_main) #F2F7F7;
}
.layout_form .btn_submit {
  border-radius: 0;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  background-color: transparent;
  cursor: pointer;
  border: 2px solid var(--color_sub);
  background-color: var(--color_sub);
  color: #fff;
  padding: 0.75rem 1em;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.layout_form .btn_submit::-webkit-search-decoration {
  display: none;
}
.layout_form .btn_submit:focus {
  outline-offset: -2px;
}
@media screen and (min-width: 960px) {
  .layout_form .btn_submit {
    transition: background-color 0.5s, color 0.5s;
  }
  .layout_form .btn_submit:hover {
    background-color: #fff;
    color: var(--color_sub);
  }
}
@media screen and (max-width: 959px) {
  .layout_form {
    font-size: 0.875rem;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .layout_form .required::after {
    font-size: 0.75rem;
  }
  .layout_form dt {
    font-size: 1rem;
    margin-bottom: 0.25rem;
  }
  .layout_form dd + dt {
    margin-top: 1rem;
  }
  .layout_form input[type=text],
.layout_form input[type=email],
.layout_form input[type=tel],
.layout_form textarea,
.layout_form select {
    padding: 0.75em 1rem;
  }
  .layout_form input[type=radio],
.layout_form input[type=checkbox] {
    width: 1.5em;
    margin-top: 0.05em;
  }
  .layout_form .btn_postcode {
    padding: 0.5rem 1em;
  }
}