/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.u_txt_white {
  color: #fff !important;
}

.u_txt_black {
  color: #000 !important;
}

.u_mt_0 {
  margin-top: 0px !important;
}

.u_mb_0 {
  margin-bottom: 0px !important;
}

.u_mb_10 {
  margin-bottom: 10px !important;
}

.u_ml_0 {
  margin-left: 0px !important;
}

.u_mr_0 {
  margin-right: 0px !important;
}

@media screen and (min-width: 769px) {
  .u_mt_md_0 {
    margin-top: 0px !important;
  }
  .u_mb_md_0 {
    margin-bottom: 0px !important;
  }
  .u_ml_md_0 {
    margin-left: 0px !important;
  }
  .u_mr_md_0 {
    margin-right: 0px !important;
  }
}
.u_pl_0 {
  padding-left: 0 !important;
}

.u_pr_0 {
  padding-right: 0 !important;
}

.u_pt_3 {
  padding-top: 3px !important;
}

.u_pb_3 {
  padding-bottom: 3px !important;
}

.u_pl_20 {
  padding-left: 20px !important;
}

@media screen and (min-width: 769px) {
  .u_pl_md_9 {
    padding-left: 9px !important;
  }
}
.u_txt_left {
  text-align: left !important;
}

.u_txt_right {
  text-align: right !important;
}

.u_txt_center {
  text-align: center !important;
}

.u_fw900 {
  font-weight: 900 !important;
}

.u_fw800 {
  font-weight: 800 !important;
}

.u_fw700 {
  font-weight: 700 !important;
}

.u_fw600 {
  font-weight: 600 !important;
}

.u_fw500 {
  font-weight: 500 !important;
}

.u_fw400 {
  font-weight: 400 !important;
}

.u_fw300 {
  font-weight: 300 !important;
}

.u_f_base {
  font-family: "Noto Sans JP", sans-serif !important;
}

.u_cl_red {
  color: #E95037;
}

.u_cl_yellow {
  color: #FCD03E;
}

.u_cl_blue {
  color: #8BD1F4;
}

/*!
page > common > common
------------------------------
*/
/*!
foundation > reset
------------------------------
*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table; /* 1 */
  color: inherit; /* 2 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*!
foundation > base
------------------------------
*/
body {
  line-height: 1.8;
  font-size: 0.875rem;
  font-weight: 500;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1rem;
  }
}

#wrapper {
  overflow: hidden;
}

body.overflow_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

.body-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
}

img {
  width: 100%;
}

a {
  cursor: pointer;
  transition: 0.5s;
}
a:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

.pc {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
}

.sp {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

/*!
component > Texts
------------------------------
*/
/*!
component > title
------------------------------
*/
.c_title01 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 20px;
}
.c_title01_item {
  font-weight: 700;
  font-size: clamp(1.125rem, 6.5454545455vw + -0.1840909091rem, 1.35rem);
  line-height: 1.474537037;
  letter-spacing: 0.1em;
  display: inline-block;
  position: relative;
  padding: 0 5px;
  z-index: 2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c_title01_item {
    font-size: clamp(1.875rem, 0.8928571429vw + 1.4464285714rem, 2.25rem);
    padding: 0 8px;
  }
}
.c_title01_item::before {
  content: "";
  width: 100%;
  height: 20px;
  background-color: #ffe7e7;
  position: absolute;
  rotate: -3.97deg;
  top: 50%;
  left: -2px;
  translate: 0 -50%;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .c_title01_item::before {
    height: 34px;
    left: -5px;
  }
}
.c_title01_item::after {
  content: "";
  width: 100%;
  height: 20px;
  background-color: #fff7bc;
  position: absolute;
  rotate: -179.01deg;
  top: calc(50% - 5px);
  left: -7px;
  translate: 0 -50%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .c_title01_item::after {
    height: 34px;
    left: -14px;
    top: calc(50% - 8px);
  }
}
.c_title01_item_rs01::before {
  rotate: -2.95deg;
  top: calc(50% + 6px);
  left: 2px;
}
@media screen and (min-width: 768px) {
  .c_title01_item_rs01::before {
    top: calc(50% + 10px);
    left: 6px;
  }
}
.c_title01_item_rs01::after {
  rotate: -177.02deg;
  top: calc(50% + 4px);
  left: 0;
}
@media screen and (min-width: 768px) {
  .c_title01_item_rs01::after {
    top: calc(50% + 7px);
  }
}

/*!
component > btn
------------------------------
*/
.c_btn01 {
  width: 100%;
  max-width: 335px;
  height: 60px;
}
@media screen and (min-width: 768px) {
  .c_btn01 {
    max-width: 360px;
  }
}
.c_btn01_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #FF9C45;
  border-radius: 50px;
  position: relative;
  transition: 0.5s all ease-in-out;
}
.c_btn01_txt {
  font-size: 1.5rem;
  font-weight: 700;
  color: #FFF;
}
.c_btn01_icon {
  display: block;
  width: 47px;
  height: 45px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 7px;
  background-color: #FFF;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c_btn01_icon {
    width: 51px;
    height: 45px;
    right: 8px;
  }
}
.c_btn01_icon::after {
  content: "";
  position: absolute;
  top: 17px;
  left: 16px;
  display: block;
  width: 11px;
  height: 11px;
  border-right: 3px solid #FF9C45;
  border-top: 3px solid #FF9C45;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .c_btn01_icon::after {
    left: 17px;
  }
}
.c_btn01.c_btn01_pink02 .c_btn01_link {
  background-color: #FFBE45;
}
.c_btn01.c_btn01_pink02 .c_btn01_icon::after {
  border-right: 3px solid #FFBE45;
  border-top: 3px solid #FFBE45;
}

.groupbtn01 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 100px;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .groupbtn01 {
    width: 100%;
    max-width: 900px;
    margin: 150px auto 0;
    flex-wrap: nowrap;
    padding: 0 40px;
    justify-content: space-between;
  }
}

.c_backtotop {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #FF9C45;
  border: 2px solid #FFF;
  transform: translateY(-50%);
  z-index: 10;
  opacity: 0;
  cursor: pointer;
  visibility: hidden;
  transition: 0.5s all ease-in-out;
}
@media screen and (min-width: 768px) {
  .c_backtotop {
    width: 50px;
    height: 50px;
    bottom: 30px;
    right: 30px;
  }
}
.c_backtotop.is_active {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .c_backtotop.is_active:hover {
    opacity: 0.75;
  }
}
.c_backtotop::after {
  content: "";
  position: absolute;
  top: 17px;
  left: 15px;
  display: block;
  width: 11px;
  height: 11px;
  border-right: 3px solid #FFF;
  border-top: 3px solid #FFF;
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .c_backtotop::after {
    top: 20px;
    left: 18px;
  }
}

/*!
component > Links
------------------------------
*/
/*!
component > List
------------------------------
*/
/*!
component > Box
------------------------------
*/
/*!
component > MV
------------------------------
*/
.c_mv_inner {
  border-radius: 0 0 20px 20px;
}
@media screen and (min-width: 768px) {
  .c_mv_inner {
    padding: 0 clamp(2.5rem, 13.3928571429vw + -3.9285714286rem, 8.125rem);
  }
}
.c_mv_group {
  position: relative;
  height: calc(100vh - 80px);
  height: 100svh;
}
.c_mv_imagearea {
  width: 100%;
  height: 100%;
}
.c_mv_imagearea img {
  border-radius: 0 0 30px 30px;
  height: 100%;
  object-fit: cover;
}
.c_mv_videoarea {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1080/1920;
  border-radius: 0 0 30px 30px;
}
@media screen and (min-width: 768px) {
  .c_mv_videoarea {
    aspect-ratio: 1920/1080;
  }
}
.c_mv_title {
  font-size: 2.44625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #FF8C27;
  position: absolute;
  bottom: 36px;
  left: 6px;
  display: flex;
  flex-direction: column;
  gap: 6.6px;
}
@media screen and (min-width: 768px) {
  .c_mv_title {
    font-size: 3.828125rem;
    bottom: 12px;
    left: 90px;
    gap: 10px;
  }
}
.c_mv_title_child {
  min-height: 62.15px;
  padding: 10px 0 13px 9px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c_mv_title_child {
    padding: 16px 0 20px 14px;
  }
}
.c_mv_title_child::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  max-width: 210px;
  background-color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .c_mv_title_child::after {
    max-width: 329px;
  }
}
.c_mv_desc {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.625;
  padding-top: 18px;
  padding-left: 16px;
}
@media screen and (min-width: 768px) {
  .c_mv_desc {
    padding-top: 19px;
    line-height: 1.25;
    text-align: right;
  }
}

/*!
component > Gnavi
------------------------------
*/
/*!
component > header
------------------------------
*/
/*!
component > footer
------------------------------
*/
.footer {
  padding: 20px 0;
  background-color: #FFB872;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 29px 0;
  }
}
.footer_copyright {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.4285714286;
}

/*!
component > Other
------------------------------



- loadpage
------------------------------
*/
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p_top.fadein .c_mv {
  animation: fadein 3s forwards;
}

.fade-in {
  opacity: 0;
  transform: translate(0, 100px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fade-in.on {
  transform: translate(0, 0);
  opacity: 1;
}

.is_loadding .c_loading {
  opacity: 1;
  pointer-events: all;
}

.c_loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff7bc;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
}
.c_loading__content {
  position: relative;
  -webkit-transform: translate(-15px, -15px);
  transform: translate(-15px, -15px);
}
.c_loading__item {
  background-color: #333;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  margin-left: 15px;
  top: 4px;
  left: -7px;
}
.c_loading__item:first-child {
  -webkit-animation: ball-zig 0.7s 0s infinite linear;
  animation: ball-zig 0.7s 0s infinite linear;
}
.c_loading__item:last-child {
  -webkit-animation: ball-zag 0.7s 0s infinite linear;
  animation: ball-zag 0.7s 0s infinite linear;
}

@-webkit-keyframes ball-zig {
  33% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  66% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ball-zig {
  33% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  66% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ball-zag {
  33% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  66% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ball-zag {
  33% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  66% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/*!
- Cookiewrap
------------------------------
*/
#cookiewrap {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #ccc;
  z-index: 999;
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  display: none;
}
@media screen and (min-width: 768px) {
  #cookiewrap {
    padding: 40px;
  }
}
#cookiewrap .inner {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
#cookiewrap .inner .close {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  font-size: 0.875rem;
  line-height: 1em;
}
@media screen and (min-width: 768px) {
  #cookiewrap .inner .close {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}
#cookiewrap .inner .close a {
  display: block;
  padding: 8px;
  border: 1px solid #999;
}
#cookiewrap .inner .txt {
  font-size: 0.875rem;
  line-height: 1.8;
  padding-bottom: 45px;
}
@media screen and (min-width: 768px) {
  #cookiewrap .inner .txt {
    padding-bottom: 0;
    padding-right: 110px;
  }
}

.c_recruit_box01 {
  background-color: #FFE6D4;
  margin: 6px -20px 0;
  padding: 50px 25px 50px 20px;
}
@media screen and (min-width: 768px) {
  .c_recruit_box01 {
    margin: 20px auto 0;
    max-width: 770px;
    padding: 50px 15px 45px 20px;
    text-align: center;
    border-radius: 20px;
  }
}
.c_recruit_txt {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.18em;
}
@media screen and (min-width: 768px) {
  .c_recruit_txt {
    font-size: clamp(1.25rem, 0.2976190476vw + 1.1071428571rem, 1.375rem);
    line-height: 2.0909090909;
  }
}

.c_info {
  margin-top: 105px;
  margin-bottom: 96px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c_info {
    margin-top: 155px;
    margin-bottom: 146px;
  }
}
.c_info_list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
@media screen and (min-width: 768px) {
  .c_info_list {
    gap: 41px;
  }
}
.c_info_wrapper {
  margin: 0 -26px;
}
@media screen and (min-width: 768px) {
  .c_info_wrapper {
    margin: 0;
  }
}
.c_info_list {
  margin: 12px;
}
@media screen and (min-width: 768px) {
  .c_info_list {
    max-width: 910px;
    margin: 35px auto 0;
  }
}
.c_info_item {
  border: 4px solid #FFAB62;
  border-radius: 20px;
  padding: 30px 16px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c_info_item {
    padding: 30px 36px;
  }
}
.c_info_item::before {
  content: "";
  width: 873px;
  height: 873px;
  background-color: #FFF4F5;
  border-radius: 80%;
  position: absolute;
  top: 73.7%;
  left: 46.6%;
  translate: -50% -50%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .c_info_item::before {
    top: 57%;
    left: 70%;
  }
}
@media screen and (min-width: 768px) {
  .c_info_item_inner {
    display: flex;
    gap: 30px;
    align-items: center;
  }
}
.c_info_item_inner .imagearea {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c_info_item_inner .imagearea {
    width: clamp(12.5rem, 14.880952381vw + 5.3571428571rem, 18.75rem);
    height: clamp(12.5rem, 14.880952381vw + 5.3571428571rem, 18.75rem);
    flex-shrink: 0;
  }
}
.c_info_item_inner .contentarea {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .c_info_item_inner .contentarea {
    margin-top: 0;
  }
}
.c_info_item_inner .contentarea .title {
  font-size: 1.1875rem;
  font-weight: 900;
  line-height: 1.5789473684;
  color: #FF8C27;
  letter-spacing: 0.15em;
  margin-right: clamp(-0.25rem, -7.2727272727vw + 1.4545454545rem, 0rem);
  padding-bottom: 26px;
}
@media screen and (min-width: 768px) {
  .c_info_item_inner .contentarea .title {
    letter-spacing: 0.18em;
    font-size: clamp(1.375rem, 0.5952380952vw + 1.0892857143rem, 1.625rem);
    line-height: 1.4615384615;
  }
}
.c_info_item_inner .contentarea .line {
  display: block;
  height: 4px;
  width: calc(100% - 22px);
  margin-inline: auto;
  background: url(../images/iwatsuki/icon_line_sp.svg) repeat;
}
@media screen and (min-width: 768px) {
  .c_info_item_inner .contentarea .line {
    width: calc(100% - 14px);
    margin-left: -2px;
  }
}
.c_info_item_inner .contentarea .desc {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.18em;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .c_info_item_inner .contentarea .desc {
    font-size: 1.125rem;
    line-height: 2;
  }
}
@media screen and (min-width: 768px) {
  .c_info_item.c_info_item_02::before {
    top: 57%;
    left: 30%;
  }
}
@media screen and (min-width: 768px) {
  .c_info_item.c_info_item_02 .c_info_item_inner {
    flex-direction: row-reverse;
  }
}
.c_info_item.c_info_item_02 .c_info_item_inner .imagearea {
  width: 300px;
  height: 300px;
}
@media screen and (min-width: 768px) {
  .c_info_item.c_info_item_02 .c_info_item_inner .imagearea {
    width: clamp(12.5rem, 14.880952381vw + 5.3571428571rem, 18.75rem);
    height: clamp(12.5rem, 14.880952381vw + 5.3571428571rem, 18.75rem);
  }
}
.c_info_item.c_info_item_02 .c_info_item_inner .contentarea {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .c_info_item.c_info_item_02 .c_info_item_inner .contentarea {
    margin-top: 0;
  }
}

/*!
layout > container
------------------------------
*/
.l_container {
  width: unset;
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  .l_container {
    box-sizing: border-box;
    margin: 0 auto;
    width: auto;
  }
  .l_container {
    max-width: 1080px;
    padding: 0 40px;
    margin: 0 auto;
  }
}

/*# sourceMappingURL=common.css.map */
