@charset "utf-8";

/*=====================================
common.css
=====================================*/

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

/*-------------------------------------
 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%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
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;
}
img {
  max-width: 100%;
  line-height: 0;
  vertical-align: bottom;
}
iframe {
  vertical-align: bottom;
  border: 0;
}
table th,
table td {
  vertical-align: top;
}
input,
select,
textarea,
button {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
*,
:after,
:before {
  box-sizing: border-box;
}

/*-------------------------------------
 setting
-------------------------------------*/
body {
  position: relative;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  word-break: normal;
  background: #fff;
  -webkit-text-size-adjust: 100%;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
strong {
  font-weight: bold;
}
em {
  font-style: normal;
}

/*-------------------------------------
 root
-------------------------------------*/
:root {
  --font-roboto: "Roboto", sans-serif;

  --color01: #ed154a;
  --color02: #fff6f0;
  --color03: #f37c4c;
  --color04: #fdd23e;
  --color05: #24b4ae;
  --color06: #e5e6e8;

  --box-shadow01: 0 1px 20px rgba(0, 0, 0, 0.1);
  --box-shadow02: 0 5px 30px rgba(0, 0, 0, 0.2);
  --box-shadow03: 0 1px 20px rgba(243, 124, 76, 0.15);
}

/*-------------------------------------
 layout
-------------------------------------*/
#wrapper {
  position: relative;
  padding-top: 110px;
  overflow: hidden;
}
.inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
.inner:after {
  content: "";
  clear: both;
  display: block;
}

/*-------------------------------------
 header
-------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  height: 110px;
  font-size: 16px;
  transition: all 0.2s linear;
  backface-visibility: hidden;
}
.headerLogo {
  margin: 0 0 0 30px;
}
.headerLogo img {
  width: 214px;
}
.headerBtn {
  display: none;
}
.headerPanel {
  flex: 1;
  display: flex;
  height: 100%;
}
.headerNav {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
  height: 100%;
  font-weight: 500;
}
.headerMenu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: clamp(15px, 1vw, 30px);
  row-gap: 10px;
  width: 100%;
}
.headerMenu li {
  display: flex;
}
.headerMenu li a {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-decoration: none;
}
.headerLink {
  display: flex;
  align-items: center;
  height: 100%;
  padding-right: 30px;
  gap: 20px;
}
.headerLink li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: clamp(120px, 70px + 5vw, 150px);
  min-height: clamp(46px, 32.667px + 1.333vw, 54px);
  padding: 0 20px;
  color: #fff;
  font-size: clamp(13px, 8px + 0.5vw, 16px);
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 50px;
  background: var(--color05);
}
.headerLink li a.btn02 {
  color: var(--color05);
  border: 2px solid var(--color05);
  background: #fff;
}

/*-------------------------------------
 mainvisual
-------------------------------------*/
.mainvisual {
  position: relative;
  background: var(--color02);
  overflow: hidden;
}
.mainvisual:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 48vw;
  clip-path: polygon(60% 0%, 100% 0, 100% 100%, 0% 100%);
  background: linear-gradient(60deg, #f77541, #febb3a);
  opacity: 0.2;
}
.mainvisual:after {
  content: "";
  position: absolute;
  top: 10%;
  left: -50%;
  display: block;
  width: 100vw;
  max-width: 1483px;
  height: 100vw;
  background: url(../images/mv_bg.png) no-repeat 0 0 / 100% auto;
}
.mainvisual .inner {
  position: relative;
  min-height: 720px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.mvGroup {
  position: relative;
  z-index: 1;
}
.mvGroup h1 {
  margin-bottom: 20px;
  font-size: 52px;
  font-weight: bold;
}
.mvGroup h1 img {
  width: 300px;
  margin-left: 20px;
  vertical-align: text-bottom;
}
.mvGroup .actionBtn {
  max-width: 552px;
}
.mvLead {
  margin-bottom: 70px;
  color: var(--color01);
  font-size: 24px;
  font-weight: bold;
}
.mvCatch {
  margin-bottom: 60px;
}
.mvIllust {
  position: absolute;
  top: 30%;
  right: -100px;
  width: clamp(500px, 170px + 42.969vw, 720px);
  z-index: 0;
}
@media screen and (max-width: 1520px) {
  .mvIllust {
    right: 10px;
  }
}

.patentBnr {
  width: 200px;
  margin: 2rem 0;
}

/*-------------------------------------
 main
-------------------------------------*/
.main {
  position: relative;
  z-index: 1;
}
.section {
  position: relative;
  padding: 100px 0;
}
.sectionHead {
  position: relative;
  margin: 0 0 80px;
  text-align: center;
}
.sectionHead h2 {
  position: relative;
  font-size: 50px;
  font-weight: bold;
  line-height: 2.2;
  letter-spacing: 0.05em;
}
.sectionHead .catch {
  color: var(--color03);
  font-size: 40px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-top: 20px;
}
.sectionHead .catchArrow img {
  margin: 20px 0;
}
.sectionHead .en {
  position: absolute;
  top: -0.5em;
  right: 0;
  color: var(--color03);
  font-family: var(--font-roboto);
  font-size: 200px;
  font-weight: bold;
  line-height: 1;
  opacity: 0.08;
}
.sectionHead .balloon {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding: 11px 40px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  border-radius: 40px;
  background: var(--color03);
}
.sectionHead .balloon:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  z-index: 2;
  width: 25px;
  height: 13px;
  margin-left: -13px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: var(--color03);
}

/*-------------------------------------
 Worries
-------------------------------------*/
.sectionWorries {
  padding-top: 120px;
  padding-bottom: 120px;
  background: var(--color06);
}

/*-------------------------------------
 About
-------------------------------------*/
.sectionAbout {
  padding-top: 120px;
  padding-bottom: 120px;
  background: var(--color02);
  position: relative;
}
.sectionAbout::before {
  content: "";
  height: 70px;
  width: 100%;
  clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
  left: 0;
  top: 0;
  background: var(--color06);
  position: absolute;
}
.sectionAbout .en {
  position: absolute;
  top: 1em;
  right: 0;
  color: var(--color03);
  font-family: var(--font-roboto);
  font-size: 200px;
  font-weight: bold;
  line-height: 1;
  opacity: 0.08;
}
.sectionAbout img {
  margin: 0 auto;
  display: block;
}

.aboutList .listBox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 0;
}
.aboutList .listBox + .listBox {
  margin-top: 100px;
}
.aboutList .listBox .title {
  padding-bottom: 35px;
  border-bottom: 1px solid var(--color01);
  align-self: start;
  grid-area: 1 / 2 / 2 / 3;
}
.aboutList .listBox .catch {
  position: relative;
  margin-bottom: 35px;
  padding-left: 67px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.aboutList .listBox .catch .num {
  position: absolute;
  top: 2px;
  left: 7px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
  font-family: var(--font-roboto);
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.aboutList .listBox .catch .num:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 6px;
  background: linear-gradient(-15deg, #ed154a, #ffc739);
  transform: rotate(45deg);
}
.aboutList .listBox h3 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.6;
}
.aboutList .listBox h3 em {
  color: var(--color01);
}
.aboutList .listBox .pic {
  padding-right: 60px;
  grid-area: 1 / 1 / 3 / 2;
}
.aboutList .listBox .pic figure img {
  border-radius: 20px;
  box-shadow: var(--box-shadow03);
}
.aboutList .listBox .group {
  align-self: start;
  grid-area: 2 / 2 / 3 / 3;
}
.aboutList .listBox .point {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
  padding: 30px;
  border-radius: 10px;
  background: #fff;
}
.aboutList .listBox .point li {
  position: relative;
  padding-left: 34px;
  font-weight: bold;
}
.aboutList .listBox .point li:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../images/icn_check01.svg) no-repeat 0 0 / 100% auto;
}

.aboutList .listBox:nth-child(even) .title {
  grid-area: 1 / 1 / 2 / 2;
}
.aboutList .listBox:nth-child(even) .pic {
  padding-left: 60px;
  padding-right: 0;
  grid-area: 1 / 2 / 3 / 3;
}
.aboutList .listBox:nth-child(even) .group {
  grid-area: 2 / 1 / 3 / 2;
}

/*-------------------------------------
 Case
-------------------------------------*/
.sectionCase .title {
  padding-bottom: 35px;
  border-bottom: 1px solid var(--color01);
  align-self: start;
  grid-area: 1 / 2 / 2 / 3;
  text-align: center;
}
/* .sectionCase .catch {
  position: relative;
  margin-bottom: 35px;
  padding-left: 67px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.sectionCase .catch .num {
  position: absolute;
  top: 2px;
  left: 425px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #fff;
  font-family: var(--font-roboto);
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.sectionCase .catch .num:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 6px;
  background: linear-gradient(-15deg, #ed154a, #ffc739);
  transform: rotate(45deg);
} */
.sectionCase .catch {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 35px;
  padding-left: 0;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.sectionCase .catch .num {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 45px;
  width: 45px;
  height: 45px;
  color: #fff;
  font-family: var(--font-roboto);
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  z-index: 0;
}

.sectionCase .catch .num::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 6px;
  background: linear-gradient(-15deg, #ed154a, #ffc739);
  transform: rotate(45deg);
  z-index: -1;
}

.sectionCase picture {
  display: block;
  margin-bottom: 2rem;
}

/* .sectionCase picture:last-of-type {
  margin-bottom: 0;
} */

.sectionCase h3 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.6;
}
.sectionCase p {
  margin: 40px 20px;
  text-align: center;
}

/*-------------------------------------
 Medium
-------------------------------------*/
.sectionMedium {
  padding-top: 120px;
  padding-bottom: 120px;
  background: var(--color02);
  position: relative;
}
.sectionMedium p {
  margin: 40px 20px;
  text-align: center;
}

/* 親ラッパー：PCでは幅を制限し中央寄せ */
.sectionMedium .price-image-wrapper {
  max-width: 1200px; /* Wrapperの最大幅 */
  margin: 0 auto;
  padding: 0 15px;
}

/* スクロールエリア：スマホではスクロール可能 */
.sectionMedium .price-image-inner {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* 画像自体：PCでは100%、スマホでは原寸スクロール */
.sectionMedium .price-image-inner img {
  display: block;
  width: 100%;
  height: auto;
}

/* スマホでは縮小せず原寸幅でスクロール */
@media screen and (max-width: 768px) {
  .sectionMedium .price-image-inner img {
    width: auto;
    min-width: 600px; /* 原寸サイズを指定（必要に応じて変更） */
    max-width: none;
    height: 500px;
  }
}

/* 表示位置を親に依存させるために relative を指定 */
.sectionMedium .price-image-wrapper {
  position: relative;
}

/*-------------------------------------
 Service
-------------------------------------*/
.sectionService {
  padding-top: 120px;
  padding-bottom: 120px;
}
.serviceLead {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 750px;
  min-height: 60px;
  margin: -20px auto 60px;
  padding: 5px 30px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background: var(--color01);
}
.serviceList .listBox {
  display: flex;
  gap: 60px;
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--box-shadow02);
}
.serviceList .listBox + .listBox {
  margin-top: 50px;
}
.serviceList .listBox .pic {
  position: relative;
  width: 43%;
  flex-shrink: 0;
}
.serviceList .listBox figure {
  width: 100%;
  height: 100%;
}
.serviceList .listBox figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 5 / 4;
  border-radius: 20px 0 0 20px;
}
.serviceList .listBox .pic .logo {
  position: absolute;
  top: 0;
  left: 0;
}
.serviceList .listBox .pic .logo img {
  border-radius: 19px 0 19px 0;
}
.serviceList .listBox .group {
  padding: 40px 40px 40px 0;
  flex-grow: 1;
}
.serviceList .listBox .catch {
  margin-bottom: 15px;
  padding: 7px 20px;
  color: var(--color03);
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-radius: 8px;
  background: var(--color02);
}
.serviceList .listBox h3 {
  margin-bottom: 35px;
  font-size: 36px;
  font-weight: bold;
}
.serviceList .listBox p {
  margin-bottom: 30px;
  line-height: 1.7;
}
.serviceList .listBox .btn a {
  margin-left: auto;
}

/*-------------------------------------
 Interview
-------------------------------------*/
.sectionInterview {
  padding-top: 120px;
  padding-bottom: 120px;
  background: var(--color02);
}
.interviewList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.interviewList .listBox {
  border-radius: 20px;
  background: #fff;
}
.interviewList .listBox .pic {
  position: relative;
}
.interviewList .listBox figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 190 / 127;
  border-radius: 20px 20px 0 0;
}
.interviewList .listBox .pic .logo {
  position: absolute;
  top: 0;
  left: 0;
}
.interviewList .listBox .pic .logo img {
  border-radius: 19px 0 19px 0;
}
.interviewList .listBox .group {
  padding: 20px 30px 30px;
}
.interviewList .listBox .name {
  margin-bottom: 15px;
  font-size: 14px;
}
.interviewList .listBox h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
.interviewList .listBox ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.interviewList .listBox ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 140px;
  height: 36px;
  padding: 3px 10px;
  color: var(--color03);
  font-size: 14px;
  font-weight: bold;
  border-radius: 20px;
  border: 1px solid var(--color03);
}

/*-------------------------------------
 Column
-------------------------------------*/
.sectionColumn {
  padding-top: 120px;
  padding-bottom: 120px;
}
.columnList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.columnList .listBox figure {
  margin-bottom: 20px;
}
.columnList .listBox figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 190 / 127;
  border-radius: 20px;
}
.columnList .listBox h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
.columnList .listBox ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.columnList .listBox ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 140px;
  height: 36px;
  padding: 3px 10px;
  color: var(--color03);
  font-size: 14px;
  font-weight: bold;
  border-radius: 20px;
  border: 1px solid var(--color03);
}

/*-------------------------------------
 Voice
-------------------------------------*/
.sectionVoice {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #f2f2f2;
}
.voiceList .listBox {
  display: grid;
  grid-template-columns: calc(50% - 50px) 1fr;
  gap: 30px 50px;
  padding: 40px;
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--box-shadow01);
}
.voiceList .listBox + .listBox {
  margin-top: 80px;
}
.voiceHead {
  margin-bottom: 20px;
  grid-area: 1 / 2 / 2 / 3;
}
.voiceHead .catch {
  margin-bottom: 20px;
  color: var(--color01);
  font-weight: bold;
}
.voiceHead h3 {
  font-size: 30px;
  font-weight: bold;
}
.voiceLogo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 380px;
  border-radius: 20px;
  border: 1px solid #d9d9d9;
  grid-area: 1 / 1 / 3 / 2;
}
.voiceProcess {
  grid-area: 2 / 2 / 3 / 3;
}
.voiceProcess dt {
  width: fit-content;
  min-width: 110px;
  margin-bottom: 15px;
  padding: 2px 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  border-radius: 20px;
  background: #394250;
}
.voiceFlow {
  display: flex;
  gap: 40px;
  grid-area: 3 / 1 / 4 / 3;
}
.voiceFlow .col {
  position: relative;
  width: calc(50% - 20px);
  padding: 20px 24px;
  border-radius: 10px;
}
.voiceFlow .col dt {
  margin-bottom: 10px;
  font-weight: bold;
}
.voiceFlow .col01 {
  background: #e8e8e8;
}
.voiceFlow .col02 {
  background: var(--color02);
}
.voiceFlow .col02:before {
  content: "";
  position: absolute;
  top: 40px;
  left: -24px;
  display: block;
  width: 12px;
  height: 26px;
  background: #333;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.voiceFlow .col02 dt {
  color: var(--color03);
}

/*-------------------------------------
 Others
-------------------------------------*/
.sectionOthers {
  background-color: var(--color02);
}
.othersList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.othersList .listBox {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 45px;
  text-align: center;
}
.othersList .listBox a {
  display: inherit;
  grid-template-rows: inherit;
  grid-row: inherit;
  padding: 30px;
  font-size: 18px;
  text-decoration: none;
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--box-shadow03);
}
.othersList .listBox .logo {
  align-self: center;
}

/*-------------------------------------
 Flow
-------------------------------------*/
.flowBlock {
	display: grid;
	/* grid-template-columns: 120px 1fr; */
	grid-template-rows: repeat(5, auto);
	column-gap: 40px;
}
.flowBar01,
.flowBar02 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.flowBar01 span,
.flowBar02 span {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.3em;
	writing-mode: vertical-rl;
}
.flowBar01 {
	background: var(--color04);
	grid-area: 1 / 1 / 4 / 2;
}
.flowBar01:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -30px;
	z-index: 2;
	height: 31px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	background: var(--color04);
}
.flowBar02 {
	padding-top: 30px;
	background: var(--color01);
	grid-area: 4 / 1 / 6 / 2;
}
.flowBar02 span {
	font-size: 20px;
	color: #fff;
}
.flowBox {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 30px;
	padding: 30px 40px;
	border-radius: 10px;
	box-shadow: var(--box-shadow01);
}
.flowBox + .flowBox:before {
	content: "";
	position: absolute;
	top: -20px;
	left: 80px;
	display: block;
	width: 26px;
	height: 12px;
	background: var(--color03);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.flowBar02 + .flowBox {
	margin-top: 0;
}
.flowBox .num {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 106px;
	margin-right: 47px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background: var(--color03);
	flex-shrink: 0;
}
.flowBox .num em {
	font-family: var(--font-roboto);
	font-size: 30px;
}
.flowBox .ill {
	width: 130px;
	flex-shrink: 0;
}
.flowBox .text {
	flex-grow: 1;
}
.flowBox .text dt {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
}

/*-------------------------------------
 Faq
-------------------------------------*/
.faqList {
  padding: 20px 0;
}
.faqList .row {
  padding: 0 0 30px;
}
.faqList .q {
  position: relative;
  padding: 30px 80px;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
  background: var(--color02);
}
.faqList .q:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 40px;
  display: block;
  width: 34px;
  height: 34px;
  background: url(../images/icn_plus01.svg) no-repeat center center / 100% auto;
}
.faqList .q.is-open:before {
  background-image: url(../images/icn_minus01.svg);
}
.faqList .q .mark {
  position: absolute;
  top: 27px;
  left: 30px;
  color: var(--color03);
  font-family: var(--font-roboto);
  font-size: 24px;
  font-weight: bold;
}
.faqList .a {
  display: flex;
  position: relative;
  padding: 30px 30px 0 0;
  font-size: 16px;
  font-weight: 500;
}
.faqList .a .mark {
  width: 80px;
  margin-top: -5px;
  padding-left: 30px;
  color: var(--color01);
  font-family: var(--font-roboto);
  font-size: 24px;
  font-weight: bold;
  flex-shrink: 0;
}
.faqList .a.is-open {
  display: flex;
}

/*-------------------------------------
 Contact
-------------------------------------*/
.sectionContact {
  padding-top: 80px;
  padding-bottom: 80px;
  background: linear-gradient(45deg, #ed154a, #ffc739);
}
.contactBox {
  min-height: 500px;
  padding: 80px 120px;
  border-radius: 20px;
  background: #fff;
}

.sectionContact .tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}
.sectionContact .tab-wrap:after {
  content: "";
  width: 100%;
  height: 3px;
  background: var(--color03);
  display: block;
  order: -1;
}
.sectionContact .tab-label {
  font-size: 1.5rem;
  color: White;
  background: var(--color06);
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  text-align: center;
  padding: 10px 0.5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}
.sectionContact .tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.sectionContact .tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
/* アクティブなタブ */
.sectionContact .tab-switch:checked + .tab-label {
  background: var(--color03);
}
.sectionContact .tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  overflow: auto;
  padding: 3rem 2rem;
  opacity: 1;
  transition: 0.5s opacity;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
/* ラジオボタン非表示 */
.sectionContact .tab-switch {
  display: none;
}

/*-------------------------------------
 banner
-------------------------------------*/
.bannerBlock {
  padding-top: 60px;
  padding-bottom: 60px;
}
.bannerList {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(208px, 1fr));
  gap: 40px 50px;
}

/*-------------------------------------
 action
-------------------------------------*/
.actionBlock {
  padding-top: 80px;
  padding-bottom: 80px;
  background: linear-gradient(45deg, #ed154a, #ffc739);
}
.actionBox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  padding: 50px 80px;
  border-radius: 20px;
  background: #fff;
}
.actionBox .actionHead {
  grid-area: 1 / 2 / 2 / 3;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  align-self: flex-end;
}
.actionBox .actionHead .catch {
  margin-bottom: 15px;
  letter-spacing: 0.1em;
}
.actionBox .actionHead .title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 28px;
}
.actionBox .actionHead .title img {
  width: 50%;
  max-width: 228px;
  flex-shrink: 0;
}
.actionBox figure {
  grid-area: 1 / 1 / 3 / 2;
}
.actionBox .actionBtn {
  align-self: flex-start;
  grid-area: 2 / 2 / 3 / 3;
}
.actionBtn p {
  position: relative;
  width: fit-content;
  margin: 0 auto 20px;
  padding: 0 20px;
  color: var(--color05);
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.actionBtn p:before,
.actionBtn p:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 1.6em;
  background: var(--color05);
}
.actionBtn p:before {
  left: 0;
  transform: rotate(-25deg);
}
.actionBtn p:after {
  right: 0;
  transform: rotate(25deg);
}
.actionBtn ul {
  display: flex;
  gap: 20px;
}
.actionBtn ul li {
  width: 80%;
  margin: 0 auto;
}
.actionBtn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 58px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  background: var(--color05);
}
.actionBtn a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  display: block;
  width: 9px;
  height: 16px;
  margin-top: -8px;
  background: url(../images/icn_arw01.svg) no-repeat 0 0 / 100% auto;
}
.actionBtn a.btn02 {
  color: var(--color05);
  border: 2px solid var(--color05);
  background: #fff;
}
.actionBtn a.btn02:before {
  background-image: url(../images/icn_arw02.svg);
}

/*-------------------------------------
 footer
-------------------------------------*/
.footer {
  padding: 160px 0 40px;
  color: #fff;
  line-height: 1.75;
  text-align: center;
  background: #383838;
}
.footerLogo {
  width: 318px;
  margin: 0 auto 120px;
}
.footerCopyright {
  font-size: 12px;
}

/*-------------------------------------
 common
-------------------------------------*/
.btnType01,
.btnType02 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 310px;
  height: 56px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px;
  background: linear-gradient(15deg, #ed154a, #ffc739);
}
.btnType01:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  display: block;
  width: 9px;
  height: 16px;
  margin-top: -8px;
  background: url(../images/icn_arw01.svg) no-repeat 0 0 / 100% auto;
}
.btnType02:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: url(../images/icn_blank01.svg) no-repeat 0 0 / 100% auto;
}
.btnCenter {
  padding-top: 74px;
}
.btnCenter a {
  margin: 0 auto;
}
.text-color01 {
  color: var(--color01);
}

/*-------------------------------------------------------------------
 Media Queries
-------------------------------------------------------------------*/

@media screen and (max-width: 1600px) and (min-width: 1025px) {
  /*-------------------------------------
 header
-------------------------------------*/
  .header {
    font-size: clamp(13px, 7.652px + 0.522vw, 16px);
  }
  .headerLogo {
    margin: 0 0 0 20px;
  }
  .headerLogo img {
    width: clamp(160px, 63.739px + 9.391vw, 214px);
  }
  .headerNav {
    gap: 20px;
  }
  .headerMenu {
    flex-wrap: wrap;
  }
  .headerLink {
    padding-right: 20px;
    gap: 0.5vw;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .mainvisual .inner {
    min-height: inherit;
    padding-top: 100px;
  }
  .mvGroup h1 {
    font-size: 40px;
  }
  .mvGroup h1 img {
    width: 220px;
  }
  .mvGroup .actionBtn {
    max-width: 460px;
  }
  .mvLead {
    margin-bottom: 50px;
    font-size: 24px;
  }
  .mvCatch img {
    width: 400px;
  }

  .interviewList {
    grid-template-columns: repeat(2, 1fr);
  }
  .columnList {
    grid-template-columns: repeat(2, 1fr);
  }
  .othersList {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 1024px) {
  /*-------------------------------------
 layout
-------------------------------------*/
  #wrapper {
    padding-top: 60px;
  }

  /*-------------------------------------
 header
-------------------------------------*/
  .header {
    height: 60px;
    padding: 0 55px 0 0;
    font-size: 15px;
  }
  .headerLogo {
    position: relative;
    z-index: 10001;
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0 14px;
  }
  .headerLogo img {
    width: 107px;
  }
  .headerBtn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10002;
    width: 60px;
    height: 60px;
    cursor: pointer;
  }
  .headerBtn span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: absolute;
    left: 18px;
    width: 25px;
    height: 2px;
    background-color: var(--color03);
  }
  .headerBtn span:nth-of-type(1) {
    top: 18px;
  }
  .headerBtn span:nth-of-type(2) {
    top: 28px;
  }
  .headerBtn span:nth-of-type(3) {
    top: 38px;
  }
  .headerBtn span:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--color03);
    transition: all 0.4s;
  }
  .headerBtn.open span:nth-of-type(1) {
    transform: translateY(20px) scale(0);
  }
  .headerBtn.open span:nth-of-type(2) {
    width: 25px;
    left: 18px;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
  }
  .headerBtn.open span:nth-of-type(2)::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .headerBtn.open span:nth-of-type(3) {
    transform: translateY(-20px) scale(0);
  }

  .headerPanel {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 10000;
    display: none;
    height: calc(100vh - 60px);
    padding: 40px 20px 70px;
    background-color: var(--color02);
    overflow-x: hidden;
    overflow-y: auto;
  }
  .headerNav {
    display: block;
  }
  .headerMenu {
    display: block;
    max-width: 300px;
    margin: 0 auto;
    padding: 0;
  }
  .headerMenu li {
    display: block;
    padding: 0;
    border-bottom: 1px solid var(--color03);
  }
  .headerMenu li a {
    position: relative;
    padding: 12px 15px 12px 0;
  }
  .headerMenu li a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 9px;
    height: 17px;
    margin-top: -8px;
    background: url(../images/icn_arw03.svg) no-repeat 0 0 / 100% auto;
  }
  .headerLink {
    flex-direction: column;
    gap: 15px;
    max-width: 300px;
    margin: 0 auto;
    height: auto;
    padding: 40px 0 70px;
  }
  .headerLink li {
    width: 100%;
  }
  .headerLink li a {
    height: 47px;
    padding: 0 30px;
    font-size: 16px;
  }
  .headerLink li a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 8px;
    height: 15px;
    margin-top: -8px;
    background: url(../images/icn_arw01.svg) no-repeat 0 0 / 100% auto;
  }
  .headerLink li a.btn02:before {
    background-image: url(../images/icn_arw02.svg);
  }
}

@media screen and (max-width: 768px) {
  .forPC {
    display: none !important;
  }
  .forSP {
    display: block;
  }
  img.forSP,
  br.forSP,
  span.forSP {
    display: inline-block;
  }

  /*-------------------------------------
 setting
-------------------------------------*/
  body {
    font-size: 15px;
  }

  /*-------------------------------------
 mainvisual
-------------------------------------*/
  .mainvisual {
    padding-bottom: 62px;
  }
  .mainvisual:before {
    top: auto;
    left: auto;
    right: 0;
    bottom: 62px;
    width: 375px;
    height: 400px;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  }
  .mainvisual:after {
    content: "";
    position: absolute;
    top: auto;
    left: auto;
    right: -40px;
    bottom: -45%;
    display: block;
    width: 704px;
    max-width: inherit;
    height: 100%;
    background: url(../images/mv_bg_sp.png) no-repeat 0 0 / 100% auto;
  }
  .mainvisual .inner {
    min-height: inherit;
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .mvGroup {
    position: static;
  }
  .mvGroup h1 {
    margin-bottom: 15px;
    font-size: 25px;
  }
  .mvGroup h1 img {
    width: 165px;
    margin-left: 10px;
    vertical-align: bottom;
  }
  .mvLead {
    margin-bottom: 30px;
    font-size: 15px;
  }
  .mvCatch {
    margin-bottom: 40px;
  }
  .mvCatch img {
    width: 331px;
  }
  .mvIllust {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    max-width: 331px;
    margin-left: auto;
  }
  .mvGroup .actionBtn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -62px;
    z-index: 2;
    max-width: inherit;
    padding: 12px 20px;
    background: #fff;
  }
  .mvGroup .actionBtn ul {
    max-width: 552px;
    margin: 0 auto;
    flex-direction: row;
    gap: 20px;
  }
  .mvGroup .actionBtn ul li {
    width: 80%;
  }
  .mvGroup .actionBtn ul li a {
    min-height: 38px;
    font-size: 14px;
  }
  .mvGroup .actionBtn ul li a:before {
    right: 12px;
    width: 7px;
    height: 13px;
    margin-top: -6px;
  }
  .mvGroup .actionBtn ul li a.btn02 {
    border-width: 1px;
  }

  /*-------------------------------------
 main
-------------------------------------*/
  .section {
    padding: 60px 0;
  }
  .sectionHead {
    margin: 0 0 20px 0;
  }
  .sectionHead h2 {
    font-size: 22px;
  }
  .sectionHead .catch {
    font-size: 14px;
  }
  .sectionHead .en {
    top: -65px;
    right: -20px;
    font-size: 60px;
  }
  .sectionHead .balloon {
    margin-bottom: 10px;
    padding: 10px 20px;
    font-size: 14px;
  }
  .sectionHead .balloon:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    z-index: 2;
    width: 25px;
    height: 13px;
    margin-left: -13px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background: var(--color03);
  }

  /*-------------------------------------
 About
-------------------------------------*/
  .aboutList .listBox {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
  }
  .aboutList .listBox + .listBox {
    margin-top: 45px;
  }
  .sectionAbout .en {
    top: -20px;
    right: -20px;
    font-size: 60px;
  }
  .aboutList .listBox .title {
    padding-bottom: 15px;
    align-self: stretch;
  }
  .aboutList .listBox .catch {
    margin-bottom: 20px;
    padding-left: 48px;
    font-size: 15px;
  }
  .aboutList .listBox .catch .num {
    top: 0;
    left: 7px;
    width: 28px;
    height: 28px;
    font-size: 15px;
  }
  .aboutList .listBox .catch .num:before {
    width: 27px;
    height: 27px;
    border-radius: 3px;
  }
  .aboutList .listBox h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
  }
  .aboutList .listBox .pic {
    padding-right: 0;
    text-align: center;
  }
  .aboutList .listBox .pic figure img {
    border-radius: 10px;
  }
  .aboutList .listBox .point {
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
    padding: 20px;
    border-radius: 5px;
  }
  .aboutList .listBox .point li {
    padding-left: 26px;
    font-size: 14px;
  }
  .aboutList .listBox .point li:before {
    top: 3px;
    width: 18px;
    height: 18px;
  }
  .aboutList .listBox:nth-child(even) .pic {
    padding-left: 0;
    padding-right: 0;
  }

/*-------------------------------------
 Case
-------------------------------------*/
  .sectionCase .catch .num {
    left: 3%;
  }

/*-------------------------------------
 Service
-------------------------------------*/
  .serviceLead {
    width: 100%;
    min-width: inherit;
    min-height: inherit;
    margin: 0 auto 30px;
    padding: 7px 30px;
    font-size: 12px;
    text-align: center;
  }
  .serviceList .listBox {
    flex-direction: column;
    gap: 0;
    border-radius: 10px;
  }
  .serviceList .listBox + .listBox {
    margin-top: 40px;
  }
  .serviceList .listBox .pic {
    width: auto;
  }
  .serviceList .listBox figure img {
    aspect-ratio: 331 / 216;
    border-radius: 10px 10px 0 0;
  }
  .serviceList .listBox .pic .logo {
    max-width: 50%;
  }
  .serviceList .listBox .pic .logo img {
    border-radius: 9px 0 9px 0;
  }
  .serviceList .listBox .group {
    padding: 20px 20px 25px;
  }
  .serviceList .listBox .catch {
    margin-bottom: 15px;
    padding: 3px 10px;
    font-size: 14px;
    border-radius: 4px;
  }
  .serviceList .listBox h3 {
    margin-bottom: 18px;
    font-size: 20px;
  }
  .serviceList .listBox p {
    margin-bottom: 20px;
  }
  .serviceList .listBox .btn a {
    margin-inline: auto;
  }

  /*-------------------------------------
 Interview
-------------------------------------*/
  .interviewList {
    position: relative;
    display: block;
    margin: 0 -20px 30px;
  }
  .interviewList .listBox {
    max-width: 287px;
    margin: 0 11px;
    border-radius: 10px;
    background: #fff;
  }
  .interviewList .listBox figure img {
    border-radius: 10px 10px 0 0;
  }
  .interviewList .listBox .pic .logo {
    max-width: 50%;
  }
  .interviewList .listBox .pic .logo img {
    border-radius: 9px 0 9px 0;
  }
  .interviewList .listBox .group {
    padding: 12px 20px 15px;
  }
  .interviewList .listBox .name {
    margin-bottom: 7px;
    font-size: 12px;
  }
  .interviewList .listBox h3 {
    margin-bottom: 15px;
    font-size: 15px;
  }
  .interviewList .listBox ul {
    gap: 8px;
  }
  .interviewList .listBox ul li {
    min-width: 90px;
    height: 24px;
    padding: 3px 10px;
    font-size: 11px;
  }
  .interviewList .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 45px;
    height: 45px;
    margin-top: -23px;
    text-indent: 200%;
    white-space: nowrap;
    border-radius: 50%;
    border: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 8px auto;
    background-color: var(--color03);
    overflow: hidden;
  }
  .interviewList .slick-prev {
    left: 50%;
    margin-left: -165px;
    background-image: url(../images/icn_prev01.svg);
  }
  .interviewList .slick-next {
    right: 50%;
    margin-right: -165px;
    background-image: url(../images/icn_next01.svg);
  }
  .interviewList .slick-dots {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    line-height: 9px;
  }
  .interviewList .slick-dots li button {
    width: 9px;
    height: 9px;
    margin: 0;
    padding: 0;
    line-height: 1;
    text-indent: 200%;
    white-space: nowrap;
    border-radius: 50%;
    border: none;
    background: #d0d0d0;
    overflow: hidden;
  }
  .interviewList li.slick-active button {
    background-color: var(--color03);
  }

  /*-------------------------------------
 Column
-------------------------------------*/
  .columnList {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .columnList .listBox figure {
    margin-bottom: 10px;
  }
  .columnList .listBox figure img {
    border-radius: 10px;
  }
  .columnList .listBox h3 {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .columnList .listBox ul {
    gap: 8px;
  }
  .columnList .listBox ul li {
    min-width: 90px;
    height: 24px;
    padding: 3px 10px;
    font-size: 11px;
  }

  /*-------------------------------------
 Voice
-------------------------------------*/
  .voiceList .listBox {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    border-radius: 10px;
  }
  .voiceList .listBox + .listBox {
    margin-top: 40px;
  }
  .voiceHead {
    margin-bottom: 0;
  }
  .voiceHead .catch {
    margin-bottom: 3px;
    font-size: 12px;
  }
  .voiceHead h3 {
    font-size: 18px;
  }
  .voiceLogo {
    min-height: 190px;
    border-radius: 10px;
  }
  .voiceLogo img {
    transform: scale(0.6);
  }
  .voiceProcess dt {
    min-width: 80px;
    margin-bottom: 8px;
    padding: 1px 10px;
    font-size: 12px;
  }
  .voiceFlow {
    flex-direction: column;
    gap: 23px;
  }
  .voiceFlow .col {
    width: auto;
    padding: 12px;
    font-size: 12px;
    border-radius: 5px;
  }
  .voiceFlow .col dt {
    margin-bottom: 5px;
  }
  .voiceFlow .col02:before {
    content: "";
    position: absolute;
    top: -17px;
    left: 50%;
    display: block;
    width: 22px;
    height: 10px;
    margin-left: -11px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }

  /*-------------------------------------
 Others
-------------------------------------*/
  .othersList {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .othersList .listBox {
    gap: 12px;
  }
  .othersList .listBox a {
    padding: 10px 15px;
    font-size: 12px;
    border-radius: 10px;
  }

  /*-------------------------------------
 Flow
-------------------------------------*/
  .sectionFlow {
    padding-bottom: 20px;
  }
  .flowBlock {
    /* grid-template-columns: 30px 1fr; */
    column-gap: 10px;
  }
  .flowBar01 span,
  .flowBar02 span {
    font-size: 13px;
  }
  .flowBar01:after {
    bottom: -12px;
    height: 13px;
  }
  .flowBox {
    margin-top: 20px;
    padding: 15px 10px;
    border-radius: 5px;
  }
  .flowBox + .flowBox:before {
    top: -14px;
    left: 25px;
    width: 20px;
    height: 9px;
  }
  .flowBox .num {
    width: 47px;
    margin-right: 8px;
    font-size: 10px;
    line-height: 1.1;
    align-self: flex-start;
  }
  .flowBox .num em {
    font-size: 15px;
  }
  .flowBox .ill {
    display: none;
  }
  .flowBox .text dt {
    margin-bottom: 7px;
    font-size: 15px;
  }
  .flowBox .text dd {
    font-size: 13px;
  }

  /*-------------------------------------
 Faq
-------------------------------------*/
  .sectionFaq {
    padding-bottom: 20px;
  }
  .faqList .row {
    padding: 0 0 15px;
  }
  .faqList .q {
    padding: 10px 32px;
    font-size: 14px;
    border-radius: 5px;
  }
  .faqList .q:before {
    top: 14px;
    right: 10px;
    width: 20px;
    height: 20px;
  }
  .faqList .q .mark {
    top: 7px;
    left: 10px;
    font-size: 18px;
  }
  .faqList .a {
    padding: 10px 0;
    font-size: 14px;
  }
  .faqList .a .mark {
    width: 32px;
    margin-top: -3px;
    padding-left: 10px;
    font-size: 18px;
  }

  /*-------------------------------------
 Contact
-------------------------------------*/
  .sectionContact {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .contactBox {
    padding: 30px 20px;
    border-radius: 10px;
  }
  .contactBox .sectionHead h2 {
    font-size: 18px;
  }
  .sectionContact .tab-label {
    font-size: 1rem;
  }

  /*-------------------------------------
 banner
-------------------------------------*/
  .bannerBlock {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .bannerList {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px 23px;
  }

  /*-------------------------------------
 action
-------------------------------------*/
  .actionBlock {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .actionBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 30px 20px;
    border-radius: 10px;
  }
  .actionBox .actionHead {
    align-self: center;
  }
  .actionBox .actionHead .catch {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .actionBox .actionHead .title {
    gap: 5px;
    font-size: 18px;
  }
  .actionBox .actionHead .title img {
    width: 40%;
    max-width: 130px;
  }
  .actionBox figure {
    text-align: center;
  }
  .actionBox figure img {
    width: 234px;
  }
  .actionBox .actionBtn {
    align-self: center;
  }
  .actionBtn p {
    margin: 0 auto 12px;
    padding: 0 15px;
    font-size: 14px;
  }
  .actionBtn p:before,
  .actionBtn p:after {
    width: 1px;
    height: 1.4em;
  }
  .actionBtn {
    width: 100%;
    max-width: 287px;
    margin: 0 auto;
  }
  .actionBtn ul {
    flex-direction: column;
    gap: 15px;
  }
  .actionBtn ul li {
    width: 100%;
  }
  .actionBtn a {
    min-height: 47px;
    font-size: 16px;
  }
  .actionBtn a:before {
    right: 20px;
    width: 8px;
    height: 15px;
  }

  /*-------------------------------------
 footer
-------------------------------------*/
  .footer {
    padding: 80px 0 20px;
  }
  .footerLogo {
    width: 159px;
    margin: 0 auto 60px;
  }
  .footerCopyright {
    font-size: 8px;
  }

  /*-------------------------------------
 common
-------------------------------------*/
  .btnType01,
  .btnType02 {
    max-width: 287px;
    height: 47px;
    font-size: 16px;
  }
  .btnType01:before {
    right: 20px;
    width: 8px;
    height: 14px;
    margin-top: -7px;
  }
  .btnType02:before {
    right: 20px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
  }
  .btnCenter {
    padding-top: 30px;
  }
}

@media screen and (min-width: 769px) {
  .forPC {
    display: block;
  }
  .forSP {
    display: none !important;
  }
  img.forPC,
  br.forPC,
  span.forPC {
    display: inline-block;
  }

  .actionBtn a,
  .btnType01,
  .btnType02 {
    text-decoration: none;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    backface-visibility: hidden;
  }
  .actionBtn a:hover,
  .btnType01:hover,
  .btnType02:hover {
    transform: translateY(3px);
    text-decoration: none;
    box-shadow: none;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }
}
