@charset "UTF-8";
/* reset
----------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  height: 100%;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-Mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

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

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

/************************************************** 
 editor
/**************************************************/
:root {
  --color-keycolor01: #f6b7aa;
  --color-keycolor02: #0e536d;
  --color-keycolor03: #fae06a;
}

.has-keycolor01-color {
  color: var(--color-keycolor01);
}

.has-mkeycolor02-color {
  color: var(--color-keycolor02);
}

.has-keycolor03-color {
  color: var(--color-keycolor03);
}

.has-keycolor01-background-color {
  background-color: var(--color-keycolor01);
}

.has-mkeycolor02-background-color {
  background-color: var(--color-keycolor02);
}

.has-keycolor03-background-color {
  background-color: var(--color-keycolor03);
}

.ce-marker01 {
  background: linear-gradient(to top, var(--color-keycolor01) 40%, transparent 40%);
}

.ce-marker02 {
  background: linear-gradient(to top, var(--color-keycolor02) 40%, transparent 40%);
}

.ce-color01 {
  color: var(--color-keycolor01);
}

.ce-color02 {
  color: var(--color-keycolor02);
}

/**************************************************/
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  background: url(https://dd9c39.claudeassets.com/20260308071152im_/https://azukicode.com/wp/wp-content/themes/azukicodeblog/img/common/bg.jpg);
  color: #202020;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

a {
  color: inherit;
  text-decoration: none;
}

a:not([class]) {
  transition: opacity 0.3s linear;
}
a:not([class]):hover, a:not([class]):active, a:not([class]):focus {
  opacity: 0.6;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
html {
  min-width: 1150px;
  height: 100%;
  overflow: auto;
}

@media (max-width: 768px) {
  html {
    width: 100%;
    min-width: 0;
  }

  html.is-fixed {
    overflow: hidden;
  }
}
main {
  position: relative;
  display: block;
  padding-top: 100px;
}

@media (max-width: 768px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  main {
    padding-top: 58px;
    font-size: 14px;
  }
}
/*******************************
* common   
********************************/
/* コンテンツ幅 */
.inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
}

@media (max-width: 768px) {
  .inner {
    padding: 0 4%;
    width: 100%;
    max-width: 100%;
  }
}
.l-flex {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .l-flex-col-sp {
    flex-direction: column;
  }
}
.u-keycolor {
  color: #B2251A;
}

.u-subcolor2 {
  color: #CB921E;
}

.u-tac {
  text-align: center;
}

.u-tar {
  text-align: right;
}

.u-fwb {
  font-weight: bold;
}

.u-card-link .c-item-thumb {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}
.u-card-link .c-item-thumb::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: black;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 0;
  transition: opacity 0.25s;
  content: "";
}
.u-card-link .c-item-thumb img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.u-card-link:hover .c-item-thumb::before, .u-card-link:focus .c-item-thumb::before, .u-card-link:active .c-item-thumb::before {
  opacity: 0.5;
}
.u-card-link:hover .c-item-body *, .u-card-link:focus .c-item-body *, .u-card-link:active .c-item-body * {
  color: #B2251A;
}

/***************************
* ボタン
****************************/
.c-btn01 {
  padding: 0.5em 0;
  color: #fff;
  background-color: #23b8c5;
  border: 1px solid #23b8c5;
  border-radius: 25px;
  display: block;
  text-align: center;
  width: 250px;
  max-width: 250px;
  margin: 0 auto;
}
.c-btn01:hover {
  color: #23b8c5;
  background-color: #fff;
  border: 1px solid #23b8c5;
}

.c-btn03 {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  max-width: 250px;
  box-sizing: border-box;
  border: 1px solid #B2251A;
  background: #fff;
  color: #B2251A;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  border-radius: 25px;
  transition: all 0.5s ease;
}
.c-btn03:after {
  position: absolute;
  content: "";
  width: 1.5em;
  right: 1em;
  height: 1.5em;
  background: url(https://b97203.claudeassets.com/20260308071152im_/https://azukicode.com/wp/wp-content/themes/azukicodeblog/img/common/icon_arrow01.svg) no-repeat center;
  background-size: contain;
  transition: all 0.5s ease;
}
.c-btn03:hover, .c-btn03:active, .c-btn03:focus {
  border: 1px solid #B2251A;
  background: #B2251A;
  color: #fff;
}
.c-btn03:hover:after, .c-btn03:active:after, .c-btn03:focus:after {
  position: absolute;
  content: "";
  width: 1.5em;
  right: 1em;
  height: 1.5em;
  background: url(https://b97203.claudeassets.com/20260308071152im_/https://azukicode.com/wp/wp-content/themes/azukicodeblog/img/common/icon_arrow01.svg) no-repeat center;
  background-size: contain;
}

.c-btn02 {
  position: relative;
  display: inline-block;
  padding: 0 1em 0 0;
  font-size: 14px;
  text-align: center;
  color: #000;
  border-bottom: 1px solid #000;
}
.c-btn02::after {
  position: absolute;
  content: ">";
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .c-btn02 {
    font-size: 14px;
  }
}
.c-btn02:hover, .c-btn02active, .c-btn02focus {
  opacity: 0.5;
}

* .c-btn01 {
  margin-top: 30px;
}

* .c-ttl02 {
  margin-top: 30px;
}

* .c-ttl03 {
  margin-top: 30px;
}

.c-ttl02 {
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 20px;
}

/******************************
* ぱんくず
**********************************/
.c-breadcrumb {
  display: flex;
  width: 100%;
  overflow: hidden;
  list-style: none;
}
@media (max-width: 768px) {
  .c-breadcrumb {
    flex-wrap: wrap;
  }
}
.c-breadcrumb li {
  position: relative;
  padding: 0.5em 1em 0.5em 0.5em;
}
.c-breadcrumb li a {
  font-size: 14px;
}
.c-breadcrumb li a:hover {
  text-decoration: underline;
}
.c-breadcrumb li:first-child {
  padding-left: 1.5em;
}
.c-breadcrumb li:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 1em;
  height: 1em;
  background: url(https://030870.claudeassets.com/20260308071152im_/https://azukicode.com/wp/wp-content/themes/azukicodeblog/img/common/icon_home.svg) no-repeat center;
  background-size: contain;
}
.c-breadcrumb li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 8px;
  height: 8px;
  color: inherit;
  border-top: solid 1px currentColor;
  border-right: solid 1px currentColor;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  opacity: 0.8;
}

/*******************************
* mv
********************************/
#lay01 {
  width: 100%;
  height: 400px;
}
@media (max-width: 768px) {
  #lay01 {
    height: 300px;
  }
}

.st0 {
  fill: #B2251A;
}

.st1 {
  fill: #242773;
}

.st2 {
  fill: #CB921E;
}

.st3 {
  fill: #206835;
}

.st0,
.st1,
.st2,
.st3 {
  stroke: none;
}

#r0,
#r1,
#r2,
#r3,
#r4,
#r5,
#r6,
#r7,
#r8,
#r9 {
  fill-opacity: 0;
  stroke-width: 0.5;
  transition: 1.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 2s;
  transition-property: fill-opacity, stroke-width;
}

.done #r0,
.done #r1,
.done #r2,
.done #r3,
.done #r4,
.done #r5,
.done #r6,
.done #r7,
.done #r8,
.done #r9 {
  fill-opacity: 1;
  stroke-width: 1;
}

#b0,
#b1,
#b2,
#b3 {
  fill-opacity: 0;
  transition: 1.8s cubic-bezier(0.785, 0.135, 0.15, 0.86) 2s;
  transition-property: fill-opacity, stroke-width;
}

.done #b0,
.done #b1,
.done #b2,
.done #b3 {
  fill-opacity: 1;
}

#y0,
#y1,
#y2,
#y3,
#y4,
#y5,
#y6 {
  fill-opacity: 0;
  transition: 1.8s cubic-bezier(0.785, 0.135, 0.15, 0.86) 2s;
  transition-property: fill-opacity;
}

.done #y0,
.done #y1,
.done #y2,
.done #y3,
.done #y4,
.done #y5,
.done #y6 {
  fill-opacity: 1;
}

#g0,
#g1,
#g2,
#g3,
#g4,
#g5,
#g6 {
  fill-opacity: 0;
  transition: 2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 2s;
}

.done #g0,
.done #g1,
.done #g2,
.done #g3,
.done #g4,
.done #g5,
.done #g6 {
  fill-opacity: 1;
}

.done path {
  stroke: none;
}

#eye_l,
#eye_r {
  fill-opacity: 1;
  fill: #B2251A;
}

.done #eye_r,
.done #eye_l {
  -webkit-animation: eye_open infinite 2000ms;
          animation: eye_open infinite 2000ms;
}

#eye_close_l,
#eye_close_r {
  fill-opacity: 0;
  fill: #B2251A;
}

.done #eye_close_l,
.done #eye_close_r {
  -webkit-animation: eye_close infinite 2000ms;
          animation: eye_close infinite 2000ms;
}

@-webkit-keyframes eye_close {
  0% {
    fill-opacity: 0;
  }
  25% {
    fill-opacity: 1;
  }
  75% {
    fill-opacity: 0;
  }
  80% {
    fill-opacity: 1;
  }
  100% {
    fill-opacity: 0;
  }
}

@keyframes eye_close {
  0% {
    fill-opacity: 0;
  }
  25% {
    fill-opacity: 1;
  }
  75% {
    fill-opacity: 0;
  }
  80% {
    fill-opacity: 1;
  }
  100% {
    fill-opacity: 0;
  }
}
@-webkit-keyframes eye_open {
  0% {
    fill-opacity: 1;
  }
  25% {
    fill-opacity: 0;
  }
  75% {
    fill-opacity: 1;
  }
  80% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 1;
  }
}
@keyframes eye_open {
  0% {
    fill-opacity: 1;
  }
  25% {
    fill-opacity: 0;
  }
  75% {
    fill-opacity: 1;
  }
  80% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 1;
  }
}
#mouth {
  fill-opacity: 1;
  fill: #B2251A;
}

/* title */
#txt_a,
#txt_z,
#txt_u,
#txt_k,
#txt_i,
#txt_c,
#txt_o,
#txt_d,
#txt_e {
  fill: #B2251A;
  fill-opacity: 0;
  transition: fill-opacity 0s cubic-bezier(0.6, 0.04, 0.98, 0.335) 0.2s;
}

#txt_a {
  transition-delay: 0.1s;
}

#txt_z {
  transition-delay: 0.3s;
}

#txt_u {
  transition-delay: 0.5s;
}

#txt_k {
  transition-delay: 0.7s;
}

#txt_i {
  transition-delay: 0.9s;
}

#txt_c {
  transition-delay: 1.1s;
}

#txt_o {
  transition-delay: 1.3s;
}

#txt_d {
  transition-delay: 1.6s;
}

#txt_e {
  transition-delay: 1.7s;
}

.done #txt_a,
.done #txt_z,
.done #txt_u,
.done #txt_k,
.done #txt_i,
.done #txt_c,
.done #txt_o,
.done #txt_d,
.done #txt_e {
  fill-opacity: 1;
}

/*******************************
* header
********************************/
.header {
  position: fixed;
  width: 100%;
  height: 64px;
  z-index: 100;
}
.header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  max-width: 1000px;
  height: 100%;
}
@media (min-width: 769px) and (max-width: 1023px) {
  .header .inner {
    padding: 0 4%;
  }
}
@media (max-width: 768px) {
  .header .inner {
    padding: 0 4%;
    max-width: 100%;
  }
}
.header .c-logo {
  width: calc(184 / 1000 * 100%);
  max-width: 184px;
}
@media (max-width: 768px) {
  .header .c-logo {
    position: relative;
    left: 0;
    margin-top: 0;
    height: auto;
    width: calc(284 / 750 * 100%);
  }
}
.header .c-logo a {
  display: block;
}
.header .c-logo img {
  vertical-align: middle;
}

.c-menu-pc {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .c-menu-pc {
    display: none;
  }
}
.c-menu-pc .menu-list {
  display: flex;
  align-items: center;
}
.c-menu-pc .menu-list a {
  display: block;
  padding: 0.5em 1em;
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 769px) and (max-width: 1023px) {
  .c-menu-pc .menu-list a {
    font-size: 1.27vw;
  }
}

.c-menu-sp {
  display: none;
}

.header .bg-overlay,
.header.open .bg-overlay {
  display: none;
}

@media (max-width: 768px) {
  .c-menu-pc {
    display: none;
  }

  .c-menu-sp {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .c-menu-sp .menu-list {
    margin-top: 25%;
    display: block;
    width: 100%;
    padding: 0 4.5%;
  }
  .c-menu-sp .menu-list li {
    width: 100%;
  }
  .c-menu-sp .menu-list a {
    position: relative;
    display: block;
    color: #000;
    text-align: left;
    padding: 4.5% 0;
    font-size: 15px;
    border-bottom: 1px solid #B4B4B4;
  }
  .c-menu-sp .menu-list a::after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1em;
    height: 1em;
    background-image: url(https://3fe3de.claudeassets.com/20260308071152im_/https://azukicode.com/wp/wp-content/themes/azukicodeblog/img/common/icon_arrow02.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .c-menu-sp .menu-sns-list {
    margin-top: 4%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .c-menu-sp .menu-sns-list li {
    width: 2em;
    height: 2em;
  }
  .c-menu-sp .menu-sns-list li:not(:first-child) {
    margin-left: 15px;
  }
  .c-menu-sp .menu-sns-list li a {
    display: block;
  }
}
@media (max-width: 768px) {
  .header {
    mix-blend-mode: normal;
    position: fixed;
    top: 0%;
    left: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 0px;
    height: 50px;
    -webkit-backface-visibility: hidden;
  }

  .header .bg-overlay {
    display: block;
    visibility: hidden;
    background-color: transparent;
    transition: background-color 0.5s ease-in-out;
    transition-property: background-color, visibility;
  }

  .header.open .bg-overlay {
    display: block;
    visibility: visible;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(178, 37, 26, 0.42);
    width: 100vw;
    height: 100vh;
  }

  .header .c-menu-sp {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    color: #000;
    text-align: center;
    width: 90%;
    height: 100vh;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    transition: 0.5s ease-in-out;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    z-index: 100;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .header.open .c-menu-sp {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (max-width: 768px) {
  .nav-toggle {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    z-index: 102;
    background-color: transparent;
    border-color: transparent;
  }
  .nav-toggle::after {
    content: "MENU";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 46px;
    color: #B2251A;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-align: center;
  }
  .nav-toggle .c-btn-menu {
    position: relative;
  }
  .nav-toggle .menu-txt {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 8px;
    font-weight: bold;
    color: #B2251A;
    width: 100%;
  }
  .nav-toggle .bar {
    display: block;
    height: 2px;
    position: absolute;
    width: 30px;
    left: 7px;
    transition: all 0.5s;
    background: #B2251A;
  }
  .nav-toggle .bar:nth-child(1) {
    top: 8px;
  }
  .nav-toggle .bar:nth-child(2) {
    top: 16px;
  }
  .nav-toggle .bar:nth-child(3) {
    top: 24px;
  }

  .open .nav-toggle {
    position: fixed;
    background-color: #fff;
  }
  .open .nav-toggle::after {
    content: "CLOSE";
  }

  .open .nav-toggle .bar:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(-315deg);
            transform: rotate(-315deg);
  }

  .open .nav-toggle .bar:nth-child(2) {
    width: 0;
    left: 50%;
  }

  .open .nav-toggle .bar:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
  }
}
/******************************
* footer
*******************************/
.l-footer {
  padding-top: 186px;
}
@media (max-width: 768px) {
  .l-footer {
    padding-top: 8%;
  }
}
.l-footer .inner {
  padding: 18px 0 32px;
  border-top: 2px solid #fff;
}
@media (max-width: 768px) {
  .l-footer .inner {
    padding: 4%;
  }
}

.footer-wrap {
  display: flex;
  justify-content: space-between;
}

.footer-r {
  display: flex;
  align-items: center;
}

.footer-sns-list {
  display: flex;
  justify-content: flex-end;
}
.footer-sns-list li {
  width: 20px;
  height: 20px;
}
.footer-sns-list li:not(:first-child) {
  margin-left: 15px;
}

.footer-logo {
  width: 160px;
}

.c-copy {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 8px;
}

/***************************
* トップ　最新記事
****************************/
.sec-top {
  margin-top: 40px;
  padding: 40px;
}
@media (max-width: 768px) {
  .sec-top {
    margin-top: 4%;
    padding: 0 4%;
  }
}

.top-sec-ttl {
  margin-bottom: 1em;
  font-size: 20px;
  font-weight: bold;
}

.card-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.card-wrap .item {
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(25% - 30px);
  padding: 1em;
  margin-bottom: 2.5em;
  box-shadow: 0px 4px 6px 0px rgba(4, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .card-wrap .item {
    width: calc(50% - 30px);
  }
}
@media (max-width: 560px) {
  .card-wrap .item {
    width: calc(100% - 30px);
  }
}
.card-wrap .item .thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-transform: perspective(0);
          transform: perspective(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.card-wrap .item .thumb::before {
  display: block;
  height: 0;
  padding-top: 62.5%;
  content: "";
}
.card-wrap .item .thumb img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.card-wrap .item .item-body {
  padding: 0;
}
.card-wrap .item .ttl {
  margin-top: 1em;
  font-weight: bold;
  font-size: 16px;
}
@media (max-width: 768px) {
  .card-wrap .item .ttl {
    font-size: 16px;
  }
}
.card-wrap .item .cat {
  margin-top: 1em;
  font-size: 12px;
}
.card-wrap .item .txt {
  margin-top: 0.5em;
}
.card-wrap .item::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(https://39c15a.claudeassets.com/20260308071152im_/https://azukicode.com/wp/wp-content/themes/azukicodeblog/img/common/parts01.svg) no-repeat center;
  background-size: contain;
  pointer-events: none;
  z-index: 2;
}
.card-wrap .item::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(https://f5d5a1.claudeassets.com/20260308071152im_/https://azukicode.com/wp/wp-content/themes/azukicodeblog/img/common/parts02.svg) no-repeat center;
  background-size: contain;
  pointer-events: none;
  z-index: 2;
}
.card-wrap .item:nth-child(odd)::before {
  top: -2%;
  left: -2%;
  bottom: auto;
  right: auto;
  width: 40px;
  height: 40px;
  background-image: url(https://39c15a.claudeassets.com/20260308071152im_/https://azukicode.com/wp/wp-content/themes/azukicodeblog/img/common/parts01.svg);
}
.card-wrap .item:nth-child(odd)::after {
  top: auto;
  left: auto;
  bottom: -2%;
  right: -2%;
  background-image: url(https://f5d5a1.claudeassets.com/20260308071152im_/https://azukicode.com/wp/wp-content/themes/azukicodeblog/img/common/parts02.svg);
}
.card-wrap .item:nth-child(2n)::before {
  top: auto;
  left: auto;
  bottom: -2%;
  right: -2%;
  display: inline-block;
  background-image: url(https://d2d459.claudeassets.com/20260308071152im_/https://azukicode.com/wp/wp-content/themes/azukicodeblog/img/common/parts03.svg);
}
.card-wrap .item:nth-child(2n)::after {
  top: -2%;
  left: -2%;
  bottom: auto;
  right: auto;
  background-image: url(https://2dc88b.claudeassets.com/20260308071152im_/https://azukicode.com/wp/wp-content/themes/azukicodeblog/img/common/parts04.svg);
}
.card-wrap .item:nth-child(3n)::before {
  top: -2%;
  left: -2%;
  bottom: auto;
  right: auto;
  background-image: url(https://e17612.claudeassets.com/20260308071152im_/https://azukicode.com/wp/wp-content/themes/azukicodeblog/img/common/parts05.svg);
}
.card-wrap .item:nth-child(3n)::after {
  top: auto;
  left: auto;
  bottom: -2%;
  right: -2%;
  background-image: url(https://cdf6e5.claudeassets.com/20260308071152im_/https://azukicode.com/wp/wp-content/themes/azukicodeblog/img/common/parts06.svg);
}

/**********************
* PC 4columnレイアウト
***********************/
.box03-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 0;
}

.box03 {
  width: calc(270px - 40px);
  margin: 40px 20px 0;
}
@media (max-width: 560px) {
  .box03 {
    width: calc(100% - 8%);
  }
}
.box03 .detail {
  padding: 1em 0 2em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box03 .title {
  font-size: 24px;
}
.box03 .txt {
  margin-top: 1.5em;
}
.box03 .btn-wrap {
  margin-top: 1.5em;
}

/****************************************
* アーカイブ　category　メニュー
****************************************/
.archive-category-list {
  margin-bottom: 1em;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .archive-category-list {
    margin-bottom: 0;
    display: block;
  }
}
.archive-category-list + .archive-list-wrap {
  margin-top: 40px;
}
.archive-category-list .cat-item {
  margin-left: 20px;
}
@media (max-width: 768px) {
  .archive-category-list .cat-item {
    margin-left: 0;
  }
}
.archive-category-list .cat-item a {
  display: inline-block;
  padding: 16px 14px;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.06em;
  background-color: #F7F8FA;
  border-radius: 5px;
  text-align: center;
  transition: color 0.3s ease-in-out;
  transition-property: color, background-color;
}
@media (max-width: 768px) {
  .archive-category-list .cat-item a {
    background-color: rgba(255, 255, 255, 0);
  }
}
.archive-category-list .cat-item.is-current a,
.archive-category-list .cat-item a:hover,
.archive-category-list .cat-item a:focus {
  color: #fff;
  background-color: #B2251A;
}
@media (max-width: 768px) {
  .archive-category-list .cat-item.is-current a,
.archive-category-list .cat-item a:hover,
.archive-category-list .cat-item a:focus {
    color: #000;
    background-color: rgba(255, 255, 255, 0);
  }
}
.archive-category-list .cat-item:first-child {
  margin-left: 0;
}

.dropdown .select {
  display: none;
}

/** spのみ */
@media (max-width: 768px) {
  .dropdown {
    position: relative;
    margin-bottom: 1em;
    display: inline-block;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #CECECE;
    font-size: 14px;
    width: 164px;
    height: 100%;
    text-align: left;
    transition: all 0.5s ease;
  }

  .dropdown .select {
    position: relative;
    cursor: pointer;
    display: block;
    padding: 1.2em 0.5em;
  }
  .dropdown .select:before {
    content: "";
    position: absolute;
    top: calc(50% - 6px);
    right: 1.5em;
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    -webkit-transform: rotate(135deg) translateY(-50%) translateX(-50%);
    transform: rotate(135deg) translateY(-50%) translateX(-50%);
  }

  .dropdown .dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 1px;
    border-radius: 0 1px 2px 2px;
    display: none;
    max-height: 600px;
    overflow-y: auto;
    z-index: 10;
  }

  .dropdown .dropdown-menu li {
    transition: background-color 0.3s ease-in-out;
    cursor: pointer;
  }

  .dropdown .dropdown-menu {
    padding: 0;
    list-style: none;
  }

  .dropdown .dropdown-menu li:hover {
    background-color: #CECECE;
  }

  .dropdown .dropdown-menu li:is-current {
    background-color: #CECECE;
  }
}
/****************************************
* サービス
******************************************/
.c-flow01 {
  padding-left: 100px;
  position: relative;
}
@media (max-width: 560px) {
  .c-flow01 {
    padding-left: 80px;
  }
}
.c-flow01:before {
  content: "";
  width: 10px;
  height: 100%;
  background: #eee;
  border-radius: 40px;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 100px;
}
@media (max-width: 560px) {
  .c-flow01:before {
    left: 80px;
  }
}
.c-flow01 > li {
  position: relative;
}
.c-flow01 > li:not(:last-child) {
  margin-bottom: 2em;
}
.c-flow01 > li .icon {
  font-size: 12px;
  color: #fff;
  background: #B2251A;
  padding: 0.8em 1.5em;
  display: block;
  position: absolute;
  top: 0;
  left: -100px;
  z-index: 2;
}
@media (max-width: 560px) {
  .c-flow01 > li .icon {
    font-size: 10px;
    left: -80px;
  }
}
.c-flow01 > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #B2251A;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-flow01 > li dl {
  padding-left: 50px;
  position: relative;
}
@media (max-width: 560px) {
  .c-flow01 > li dl {
    padding-left: 30px;
  }
}
.c-flow01 > li dl::before, .c-flow01 > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.c-flow01 > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #B2251A;
  border-radius: 50%;
  left: -4px;
}
.c-flow01 > li dl::after {
  width: 40px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
@media (max-width: 560px) {
  .c-flow01 > li dl::after {
    width: 20px;
  }
}
.c-flow01 > li dl dt {
  font-size: 20px;
  font-weight: 700;
  color: #B2251A;
  margin-bottom: 1em;
}
@media (max-width: 560px) {
  .c-flow01 > li dl dt {
    font-size: 18px;
  }
}

/* プラン表 */
.c-plan01 {
  display: flex;
  font-family: "Raleway", Arial, sans-serif;
  color: #000000;
  text-align: center;
  font-size: 16px;
  width: 100%;
  max-width: 1000px;
  margin: 40px 10px;
}
.c-plan01 .plan {
  margin: 0;
  width: 25%;
  position: relative;
  background-color: #ffffff;
}
.c-plan01 .plan-title {
  position: relative;
  top: 0;
  font-weight: 800;
  padding: 5px 15px;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  display: inline-block;
  background-color: #B2251A;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 50px;
  border: none;
}
.c-plan01 .plan-cost {
  padding: 0px 10px 20px;
}
.c-plan01 .plan-price {
  font-weight: 700;
  font-size: 28px;
  color: #34495e;
}
.c-plan01 .plan-price.plan-price02 {
  font-size: 24px;
}
.c-plan01 .plan-type {
  opacity: 0.6;
}
.c-plan01 .plan-features {
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: outside none none;
  font-size: 0.8em;
}
.c-plan01 .plan-features li {
  border-top: 1px solid #d2d7e2;
  padding: 10px 5%;
}
.c-plan01 .plan-features li:nth-child(even) {
  background: rgba(0, 0, 0, 0.08);
}
.c-plan01 .plan-features i {
  margin-right: 1.5em;
  opacity: 0.4;
  position: relative;
}
.c-plan01 .plan-features i::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 20px;
  border: 3px solid #39b55c;
  top: -5px;
  left: 0;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-plan01 .plan-select {
  padding: 10px 10px 0;
}
.c-plan01 .plan-select a {
  background-color: #B2251A;
  color: #ffffff;
  padding: 0.5em 1em;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
}
.c-plan01 .plan-select a:hover {
  background-color: #46627f;
}
.c-plan01 .featured {
  margin-top: -10px;
  background-color: #f58d79;
  color: #ffffff;
  box-shadow: 0px 4px 6px 0px rgba(4, 0, 0, 0.1);
  z-index: 1;
}
.c-plan01 .featured .plan-title,
.c-plan01 .featured .plan-price {
  color: #ffffff;
}
.c-plan01 .featured .plan-cost {
  padding: 1em 1em 1.5em;
}
.c-plan01 .featured .plan-features li {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.c-plan01 .featured .plan-select {
  padding: 1.5em 1em;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

@media only screen and (max-width: 767px) {
  .c-plan01 {
    flex-wrap: wrap;
  }
  .c-plan01 .plan {
    width: 50%;
  }
  .c-plan01 .plan-title,
.c-plan01 .plan-select a {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .c-plan01 .plan-cost,
.c-plan01 .featured .plan-cost {
    padding: 1.5em 1em;
  }
  .c-plan01 .plan-select,
.c-plan01 .featured .plan-select {
    padding: 0.5em;
  }
  .c-plan01 .featured {
    margin-top: 0;
  }
}
@media only screen and (max-width: 440px) {
  .c-plan01 {
    flex-wrap: wrap;
  }
  .c-plan01 .plan {
    width: 100%;
  }
}
/***********************
* オプション表
***********************/
.c-plan01-option .plan {
  display: flex;
  padding: 0.5em;
  width: 100%;
  position: relative;
  background-color: #ffffff;
  border-top: 1px solid #d2d7e2;
}
.c-plan01-option .plan:last-child {
  border-bottom: 1px solid #d2d7e2;
}
.c-plan01-option .plan-title {
  position: relative;
  display: inline-block;
  width: 40%;
  padding: 0;
  border-bottom: none;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .c-plan01-option .plan-title {
    font-size: 14px;
  }
}
.c-plan01-option .plan-features {
  width: 60%;
}

/****************************************
* 下層共通
*****************************************/
.content-wrap {
  margin-top: 40px;
}

/****************************************
* archive
*****************************************/
.archive-list-wrap {
  display: flex;
  flex-wrap: wrap;
}
.archive-list-wrap .item {
  width: calc(50% - 10px);
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 6px 0px rgba(4, 0, 0, 0.1);
}
.archive-list-wrap .item:nth-child(even) {
  margin-left: 20px;
}
@media (max-width: 768px) {
  .archive-list-wrap .item:nth-child(even) {
    margin-left: 0;
  }
}
.archive-list-wrap .item:nth-child(n+3) {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .archive-list-wrap .item {
    width: 100%;
  }
  .archive-list-wrap .item:nth-child(n+2) {
    margin-top: 30px;
  }
}
.archive-list-wrap .item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  padding: 1em;
}
.archive-list-wrap .thumb {
  width: 20%;
}
.archive-list-wrap .figure {
  position: relative;
  z-index: 0;
  width: 100%;
  overflow: hidden;
  -webkit-transform: perspective(0);
          transform: perspective(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.archive-list-wrap .figure::before {
  display: block;
  height: 0;
  padding-top: 100%;
  content: "";
}
.archive-list-wrap .figure img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.archive-list-wrap .item-body {
  padding-left: 1em;
  width: calc(100% - 20%);
}
.archive-list-wrap .ttl {
  font-weight: bold;
  font-size: 18px;
}
.navigation.pagination .screen-reader-text {
  display: none;
}

.navigation.pagination .nav-links {
  margin-top: 30px;
  text-align: center;
}

.navigation.pagination .nav-links .page-numbers {
  display: inline-block;
  margin: 0 5px;
  padding: 0.5em;
  min-width: 2.5em;
  color: #B2251A;
  border: 1px solid #B2251A;
  transition: background-color 0.5s ease-in-out;
  transition-property: background-color, color;
}

.navigation.pagination .nav-links .page-numbers.current {
  color: #fff;
  background-color: #B2251A;
}

.navigation.pagination .nav-links .page-numbers:hover,
.navigation.pagination .nav-links .page-numbers:active,
.navigation.pagination .nav-links .page-numbers:focus {
  color: #fff;
  background-color: #B2251A;
}

/******************
* single
*******************/
.hero-wrap {
  margin: 60px auto;
}
.hero-wrap .hero-ttl {
  text-align: center;
  font-size: 32px;
}
@media (max-width: 768px) {
  .hero-wrap .hero-ttl {
    font-size: 20px;
  }
}

.content-col2-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .content-col2-wrap {
    flex-direction: column;
  }
}

.blog-main {
  width: calc(100% - 350px);
  max-width: 650px;
  word-wrap: break-word;
}
@media (max-width: 768px) {
  .blog-main {
    width: 100%;
    max-width: 100%;
  }
}

.blog-page {
  width: 100%;
  max-width: 1100px;
  word-wrap: break-word;
}

.blog-ttl {
  position: relative;
  margin: 0 0 30px 0;
  padding: 0.5em;
  color: #B2251A;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .blog-ttl {
    font-size: 20px;
  }
}

.blog-cat {
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 0.5em 1.5em;
  font-size: 14px;
  background: #242773;
  color: #FFF;
  box-sizing: border-box;
  border-radius: 40px;
}

.blog-side {
  width: 300px;
}
.blog-side .category-menu,
.blog-side .archive-menu {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 1em;
  margin-left: 0.5em;
}
.blog-side .category-menu li,
.blog-side .archive-menu li {
  margin: 0.5em;
}
.blog-side .tag-menu li {
  display: inline-block;
}
.blog-side .tag-menu li a {
  padding: 0.5em;
  display: block;
}
@media (max-width: 768px) {
  .blog-side {
    margin-top: calc(30 / 750 * 100%);
    width: 100%;
  }
  .blog-side .category-menu,
.blog-side .archive-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 1em;
    margin-left: 0.5em;
  }
  .blog-side .category-menu li,
.blog-side .archive-menu li {
    margin: 0.5em;
  }
}

.blog-side-ttl {
  margin: 1em auto 0.5em;
  padding: 0.5em 1em;
  font-weight: bold;
  color: #fff;
  background-color: #B2251A;
  border: 2px solid #B2251A;
}
@media (max-width: 768px) {
  .blog-side-ttl {
    margin-bottom: calct(4.2666666667%);
  }
}

.blog-date {
  margin-top: 0.5em;
  display: flex;
  justify-content: flex-end;
  font-size: 12px;
}
.blog-date li:not(:first-child) {
  margin-left: 1.5em;
}

.blog-contents {
  margin-top: 30px;
  padding-bottom: 60px;
}

.blog-thumb {
  margin-top: 1em;
}
.blog-thumb img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.blog-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
  background-color: #fff;
  border-radius: 10px;
  color: #B2251A;
}
.blog-navigation a {
  display: block;
  padding: 18px;
}
.blog-navigation .blog-prev a::before {
  content: "<";
  margin-right: 0.5em;
  display: inline-block;
}
.blog-navigation .blog-next a::after {
  content: ">";
  margin-left: 0.5em;
  display: inline-block;
}

/**********************
* 検索ボックス
***********************/
.search-box form {
  position: relative;
  padding: 0.5em;
  border: transparent;
}
.search-box form input {
  padding: 1em 1em 1em 2.5em;
  border: transparent;
  width: 100%;
}
@media (max-width: 768px) {
  .search-box form {
    padding: 0.5em 0;
  }
}
.search-box form #searchsubmit {
  position: absolute;
  top: 50%;
  left: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  margin-right: 3px;
  background: #fff url(https://f5a5cf.claudeassets.com/20260308071152im_/https://azukicode.com/wp/wp-content/themes/azukicodeblog/img/common/icon_search.svg) no-repeat center top;
  border: transparent;
  background-size: contain;
}

/*********************
* 関連記事
**********************/
.related-post-wrap {
  margin: 0 -0.5em 0 -0.5em;
  display: flex;
  flex-wrap: wrap;
}
.related-post-wrap .item {
  margin: 0 15px 0;
  padding-bottom: 2em;
  width: calc(33.3% - 30px);
  border-radius: 8px;
}
@media (max-width: 768px) {
  .related-post-wrap .item {
    width: calc(50% - 30px);
  }
}
@media (max-width: 560px) {
  .related-post-wrap .item {
    width: calc(100% - 30px);
  }
}
.related-post-wrap .item .thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-transform: perspective(0);
          transform: perspective(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.related-post-wrap .item .thumb::before {
  display: block;
  height: 0;
  padding-top: 62.5%;
  content: "";
}
.related-post-wrap .item .thumb img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.related-post-wrap .ttl {
  margin-top: 0.5em;
  font-weight: bold;
}

/**********************
* snsシェア
***********************/
.sns-share {
  margin-top: 30px;
  display: flex;
}
.sns-share > li {
  padding: 1em;
  width: 33.3%;
  text-align: center;
  color: #fff;
}
.sns-share .share-line {
  background-color: #07b53b;
}
.sns-share .share-twitter {
  background-color: #55acee;
}
.sns-share .share-fb {
  background-color: #576b95;
}

/********************************
* コンテンツ部分
/********************************/
.blog-contents > * {
  margin-bottom: 1em;
}
.blog-contents h2 {
  position: relative;
  padding: 0.5em 0;
  border-bottom: solid 3px #E4E4E4;
  font-size: 18px;
  font-weight: bold;
}
.blog-contents h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #B2251A;
  bottom: -3px;
  width: 15%;
}
.blog-contents h3 {
  position: relative;
  padding: 0.5em 0;
  border-bottom: solid 3px #E4E4E4;
  font-weight: bold;
}
.blog-contents h4 {
  position: relative;
  padding: 0.5em 0;
  border-bottom: solid 1px #E4E4E4;
  font-weight: bold;
}
.blog-contents * + p:not([class]) {
  margin-top: 1em;
}
.blog-contents ol:not([class]) {
  padding-left: 1.5em;
  list-style: decimal;
}
.blog-contents ul:not([class]),
.blog-contents ol:not([class]) {
  background: #f1f8ff;
  border: dashed 2px #668ad8;
  /*破線*/
  border-radius: 9px;
  padding: 0.5em 0.5em 0.5em 2em;
}
.blog-contents ul:not([class]) li,
.blog-contents ol:not([class]) li {
  line-height: 1.5;
  padding: 0.5em 0;
}
.blog-contents table:not([class]) {
  table-layout: fixed;
}
.blog-contents table:not([class]) thead th {
  background: #AD002D;
  font-weight: bold;
  color: #fff;
}
.blog-contents table:not([class]) tbody th,
.blog-contents table:not([class]) tfoot th {
  background: #FFF;
}
.blog-contents table:not([class]) tbody td,
.blog-contents table:not([class]) tfoot td {
  text-align: center;
}
.blog-contents table:not([class]) tr:nth-child(2n) th,
.blog-contents table:not([class]) tr:nth-child(2n) td {
  background: #FBFBF6;
}
.blog-contents .wp-block-image img {
  width: auto;
}
.blog-contents code {
  margin-top: 1em;
  margin-bottom: 1em;
}
.blog-contents blockquote {
  position: relative;
  padding: 0.5em 1em 4em 1em;
  width: 100%;
  margin: 30px auto 0;
  border-left: 2px solid #B2251A;
  background: #fce7e6;
}
.blog-contents blockquote p {
  position: relative;
  z-index: 2;
  font-size: 14px;
}
.blog-contents blockquote cite {
  position: absolute;
  right: 0.5em;
  bottom: 0.5em;
  z-index: 2;
}
.blog-contents code {
  margin-top: 1em;
  position: relative;
  display: block;
  margin: auto;
  padding: 30px 24px;
  box-sizing: border-box;
  background-color: #394034;
  color: #f8f8f2 !important;
  line-height: 1.4;
  font-size: 14px;
  line-height: 1.4;
  font-family: Menlo, Consolas, "DejaVu Sans Mono", monospace;
  text-align: left;
  overflow: auto;
  resize: horizontal;
  z-index: 2;
  border: 0;
}
.blog-contents table {
  margin: 30px 0;
}
.blog-contents table th,
.blog-contents table td {
  padding: 0.5em;
}
.blog-contents p a {
  color: #CB921E;
}
.blog-contents p a[target=_blank]:after {
  margin: 0 0 0 3px;
  content: "→";
  display: inline-block;
  margin-left: 0.5em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* アイコン */
input[type=text],
input[type=email],
input[type=number],
select,
textarea {
  border-style: solid;
  border-width: 1px;
  border-color: #e2e2e2;
  background-color: white;
  box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-appearance: none;
  width: 100%;
}

input[type=text],
input[type=email],
input[type=number],
select,
textarea {
  padding: 0.5em;
}

input[type=button],
input[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  transition: 0.3s opacity;
  border: none;
  background: #B2251A;
  box-shadow: 0px 4px 6px 0px rgba(4, 0, 0, 0.1);
  cursor: pointer;
  -webkit-appearance: none;
}

input[type=submit].c-backbtn,
input[type=button] {
  background: #f58d79;
}

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

.fm_dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 324px;
}
.fm_dropdown select {
  width: 100%;
}
.fm_dropdown::after {
  content: "▼";
  position: absolute;
  display: inline-block;
  line-height: 1;
  width: 1em;
  height: 1em;
  top: 50%;
  right: 0.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: rgba(178, 37, 26, 0.42);
  z-index: 1;
  pointer-events: none;
}

/*********************
* フォーム共通
**********************/
.c-form-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 55px;
}
@media (max-width: 768px) {
  .c-form-flow {
    margin-bottom: 30px;
  }
}

.c-form-flow .flowstep {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #d2d1d0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 4em;
  height: 4em;
  border-radius: 100%;
  position: relative;
  background-color: #F5F5F5;
}
.c-form-flow .flowstep:not(:last-of-type) {
  margin-right: 40px;
}

.c-form-flow .flowstep span {
  font-size: 14px;
  font-style: normal;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -20px;
}

.mw_wp_form_input .c-form-flow .flowstep:nth-child(1) {
  color: #ffffff;
  background-color: #B2251A;
}
.mw_wp_form_input .c-form-flow .flowstep:nth-child(1) span {
  color: #B2251A;
}

.mw_wp_form_confirm .c-form-flow .flowstep:nth-child(2) {
  color: #ffffff;
  background-color: #B2251A;
}
.mw_wp_form_confirm .c-form-flow .flowstep:nth-child(2) span {
  color: #B2251A;
}

.mw_wp_form_complete .c-form-flow .flowstep:nth-child(3) {
  color: #ffffff;
  background-color: #B2251A;
}
.mw_wp_form_complete .c-form-flow .flowstep:nth-child(3) span {
  color: #B2251A;
}

.blog-contents .c-contactform {
  margin: 0 auto;
  width: 70%;
}
@media (max-width: 768px) {
  .blog-contents .c-contactform {
    width: 100%;
  }
}
.blog-contents .c-contactform th {
  text-align: left;
  vertical-align: middle;
  width: 30%;
}
@media (max-width: 768px) {
  .blog-contents .c-contactform th {
    display: block;
    width: 100%;
  }
}
.blog-contents .c-contactform td {
  width: 70%;
}
@media (max-width: 768px) {
  .blog-contents .c-contactform td {
    display: block;
    width: 100%;
  }
}
.blog-contents .btn-wrap {
  margin: 40px auto 0;
}

.c-contactform .required span {
  position: relative;
  display: block;
}
@media (max-width: 768px) {
  .c-contactform .required span {
    display: inline-block;
    padding-right: 3.5em;
  }
}
.c-contactform .required span::before {
  content: "必須";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  padding: 0.5em 1em;
  color: #fff;
  background-color: rgba(178, 37, 26, 0.8);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  border-radius: 2px;
}
@media (max-width: 768px) {
  .c-contactform .required span::before {
    padding: 0.4em 0.8em;
  }
}

/***********************************/
.dot {
  background-color: #C6E6FB;
  background-image: radial-gradient(#ffffab 15%, transparent 20%), radial-gradient(#ffffab 15%, transparent 20%);
  background-position: 0 0, 15px 15px;
  background-size: 30px 30px;
}

.dot2 {
  background-color: #C6E6FB;
  background-image: radial-gradient(#ffffab 15%, transparent 15%), radial-gradient(#ffffab 15%, transparent 15%);
  background-position: 0 0, 15px 15px;
  background-size: 30px 30px;
}

.dot3 {
  background-color: #C6E6FB;
  background-image: radial-gradient(#ffffab 15%, #C6E6FB 20%, transparent 20%), radial-gradient(#ffffab 15%, #C6E6FB 20%, transparent 20%);
  background-position: 0 0, 15px 15px;
  background-size: 30px 30px;
}

.dot4 {
  background-color: #C6E6FB;
  background-image: radial-gradient(#ffffab 15%, rgba(255, 255, 255, 0) 20%), radial-gradient(#ffffab 15%, rgba(255, 255, 255, 0) 20%);
  background-position: 0 0, 15px 15px;
  background-size: 30px 30px;
}

.ad-block {
  margin-top: 40px;
}
#js-more,
#js-loading{
  display: none;
}

.spinner {
  width: 40px;
  height: 40px;

  position: relative;
  margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
/*
     FILE ARCHIVED ON 06:38:46 Mar 05, 2026 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:47:20 Jun 24, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.726
  exclusion.robots: 0.087
  exclusion.robots.policy: 0.072
  esindex: 0.012
  cdx.remote: 1220.225
  LoadShardBlock: 522.658 (3)
  PetaboxLoader3.datanode: 332.364 (4)
  PetaboxLoader3.resolve: 350.318 (2)
  load_resource: 226.604
*/