@charset "utf-8";
/* LAST UPDATE */
* {
  margin: 0;
  padding: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; /*font-weight: 400;*/
}

html,
body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "メイリオ", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
body {
  font-size: 3.6vw;
  line-height: 1.4;
  padding-top: 42px !important;
}
:target {
  scroll-margin-top: calc(42px + 1rem);
}
@media (max-width: 768px) {
  body {
    padding-top: 36px !important;
  }
  :target {
    scroll-margin-top: calc(36px + 1rem);
  }
}
@media screen and (min-width: 560px), print {
  body {
    min-width: 1024px;
  }
}
@media screen and (min-width: 767px), print {
  body {
    font-size: 112.5%;
  }
  a:hover {
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
  }
}
#wrapper {
  width: 100%; /* background: #f5f5f5; */
  background: #fff;
}
#wrapper:after {
  content: "";
  clear: both;
  display: block;
  overflow: hidden;
}
.cf:after {
  content: "";
  clear: both;
  display: block;
}
.pc {
  display: none;
}
.sp {
  display: block;
}
@media screen and (min-width: 767px), print {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
.mb1 {
  margin-bottom: 1em !important;
}
.mb2 {
  margin-bottom: 2em !important;
}
.fwB {
  font-weight: 700;
}
.taR {
  text-align: right;
}
.note1 {
  text-indent: -1em;
  padding-left: 1em;
}
.small {
  font-size: 3vw;
}
@media screen and (min-width: 767px), print {
  .small {
    font-size: 0.8125rem;
  }
}

h2.with_logo {
  padding: 3em 0 2em; /* font-size: 6.5vw; */
  font-size: 2.875rem;
  color: #c42e55;
  text-align: center;
  font-weight: 700;
  position: relative;
}
h2.with_logo:before {
  width: 100%;
  height: 2.5em;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("/campaign/images/logo_web.png") no-repeat 50% 50%;
  background-size: contain;
}
@media screen and (min-width: 767px), print {
  h2.with_logo {
    padding: 3em 0 50px;
    font-size: 2.3125rem;
  }
}
h2#try-txt {
  padding: 0;
  color: #fff;
}
h2#tables {
  text-align: left;
  color: #212529;
}
h2#try-txt:before,
h2#tables:before {
  height: 0;
  background: none;
}

h3 {
  margin: 0 0 1.5em;
  padding: 0 0 0 12%;
  position: relative;
}
h3:after {
  content: "";
  clear: both;
  display: block;
}
@media screen and (min-width: 767px), print {
  h3 {
    margin: 0 0 40px;
    padding: 0 0 0 60px;
  }
}

html,
body {
  font-size: 11px;
}
@media screen and (min-width: 767px), print {
  html,
  body {
    font-size: 16px;
  }
}

header {
  background: #c42e55;
}

#header_title {
  text-align: center;
  letter-spacing: 2px;
  padding: 1rem 0 1.6rem;
  min-height: 324px;
  background: #fff url("/publicweek/images/header_title_bg.png") center;
  background-size: cover;
}
@media screen and (min-width: 767px), print {
  #header_title {
    padding: 57px 0 0;
    background-size: contain;
  }
}
#header_title h1 {
  font-size: 4.0625rem;
  font-weight: bold;
}
#header_title p.info_place {
  font-weight: bold;
  font-size: 2.25rem;
  margin-top: 1rem;
}
@media screen and (min-width: 767px), print {
  #header_title p.info_place .info_space {
    display: inline-block;
    margin-right: 1.25rem;
  }
}
#header_title p.info_place .info_booth {
  font-size: 2.75rem;
}
#header_title p.info_date {
  font-weight: bold;
  font-size: 1.5rem;
  margin-top: 2rem;
}

#page_index {
  padding: 1.625rem;
  background: #eae9e9;
}
#page_index ul {
  font-size: 1.4375rem;
  display: flex;
  flex-flow: wrap;
  /* justify-content: center; */
  gap: 2.4rem;
  margin: auto;
  width: fit-content;
  overflow: hidden;
}
#page_index li {
  position: relative;
}
#page_index li:after {
  position: absolute;
  right: -1.4rem;
  content: "|";
  color: #c41245;
  font-size: 1.25rem;
  font-weight: normal;
  background: #eae9e9;
}
#page_index a {
  color: #c41245;
}
#page_index a:hover {
  text-decoration: underline;
}

#header_lead {
  color: #fff;
  text-align: center;
  font-size: 3.125rem;
  font-weight: bold;
  padding: 2.5rem 1.5rem;
}
@media screen and (min-width: 767px), print {
  #header_lead {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/*
#header_top{background: #fff;}
#header_top:after { content: ""; clear: both; display: block;}
#header_top h1{ width: 90%; margin: 0 auto; padding: 1em 0;}
#header_top h1 img { width: 100%; height: auto;}
@media screen and (min-width: 767px), print {
	#header_top h1{ width: 1000px; margin: 0 auto; padding: 20px 0; text-align: center;}
	#header_top h1 img { width: auto; height: auto;}
}
*/
#header_img {
  width: 90%;
  margin: 0 auto;
  padding: 2em 0;
  text-align: center;
}
#header_img:after {
  content: "";
  clear: both;
  display: block;
}
#header_img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 767px), print {
  #header_img {
    width: 1000px;
    margin: 0 auto;
    padding: 12px 0 50px;
  }
  #header_img img {
    width: auto;
    height: auto;
  }
}
/*
#header_sub{ width: 100%; margin: 0 auto; padding: 2.0em 0 2em; background: #fff; position: relative;}
#header_sub:after { content: ""; clear: both; display: block;}

#header_sub > div{  width: 65%; margin: 0 auto;  background: #fff;}
#header_sub > div img { width: 100%; height: auto;}
@media screen and (min-width: 767px), print {
	#header_sub { width: 100%; padding: 54px 0 42px;}
	#header_sub > div { width: 1000px; margin: 0 auto; text-align: center;}
	#header_sub > div img{ width: auto; height: auto;}
}
#header_campaign{ padding: 3em 0 2em; position: relative;}
#header_campaign:after { content: ""; clear: both; display: block;}
#header_campaign:before{ width: 100%; height: 1.5em; content: ""; position: absolute; top: -1px; left: 0; background: url("/campaign/images/header_arrow02.png") no-repeat 50% 50%; background-size: contain; display: block;}
@media screen and (min-width: 767px), print {
	#header_campaign{ padding: 80px 0 100px; position: relative;}
	#header_campaign:before{ height: 40px;}
}
.header_campaign_img { width: 60%; margin: 0 auto .6em; text-align: center;}
.header_campaign_img img { width: 100%; height: auto; }
@media screen and (min-width: 767px), print {
	.header_campaign_img { width: 1000px; margin: 0 auto 20px; }
	.header_campaign_img img { width: auto; height: auto; }
}

.header_btn {text-align: center;}
.header_btn a{ padding: 1.7em 3.2em 1.5em 1.4em; background: #ffde00; color: #000; font-weight: 700; display: inline-block; border-radius: 8px; position: relative; line-height: 1; border: 2px solid #fff; font-size: 4vw}
.header_btn a:hover{ background: #ffdfe5; color: #000; border: 2px solid #fff; }
.header_btn a:after{ width: 1em; height: 15px; content: ""; display: block; background: url("/campaign/images/arrow02.png") no-repeat; background-size: contain; position: absolute; right: 1.3em; top: 1.6em;}
@media all and (-ms-high-contrast: none) {
	.header_btn a{ padding: 1.9em 3.2em 1.5em 1.4em;}
}
@media screen and (min-width: 767px), print {
	.header_btn a{font-size: 1.75rem; }
	.header_btn a:after{ top: 2em;}	
}
*/

#section_1 {
  width: 86%;
  margin: 80px auto 3.125rem;
  padding: 0;
}
@media screen and (min-width: 767px), print {
  #section_1 {
    width: 1000px;
  }
}
#section_1 .section_lead {
  color: #333333;
  font-size: 2rem;
  font-weight: bolder;
  text-align: center;
  /* margin: 0 0 3.125rem; */
  margin-bottom: 25px;
}
#section_1_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3.125rem;
}
@media screen and (min-width: 767px), print {
  #section_1_1 {
    flex-direction: row;
  }
}
#section_1_1 ul {
  position: relative;
  flex-grow: 1;
  margin: 25px 0 0;
  padding-top: 60px;
  width: 100%;
}
#section_1_1 ul:before {
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #c41245;
  width: 40px;
  height: 36px;
}
@media screen and (min-width: 767px), print {
  #section_1_1 ul {
    margin-left: 20px;
    padding-top: 0;
    width: fit-content;
  }
  #section_1_1 ul:before {
    display: none;
  }
}
#section_1_1 ul img {
  vertical-align: middle;
}
#section_1_1 ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bolder;
  margin: 1.25rem 0 1.12rem;
  padding: 1rem 0;
  border: 2px solid #c41245;
  border-radius: 1rem;
}
@media screen and (min-width: 767px), print {
  #section_1_1 ul li {
    flex-direction: row;
    align-items: center;
    text-align: left;
    margin-left: 28px;
    padding: 1rem 0 1rem 1.3rem;
  }
  #section_1_1 ul li:before {
    position: absolute;
    left: -22px;
    display: block;
    content: "";
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    background-color: #c41245;
    width: 26px;
    height: 36px;
    top: 50%;
    transform: translate(0, -50%);
  }
}
#section_1_1 .section_1_1_icon {
  min-width: 170px;
}
#section_1_1 .section_1_1_icon figure {
  display: inline-block;
  text-align: center;
}
#section_1_1 .section_1_1_icon figcaption {
  font-size: 0.875rem;
}
#section_1_1 .section_1_1_text {
  margin-top: 0.625rem;
}
@media screen and (min-width: 767px), print {
  #section_1_1 .section_1_1_text {
    margin-top: 0;
  }
}
#section_1_2 {
  text-align: center;
  font-size: 1.4375rem;
  font-weight: bolder;
  padding: 2rem 1.4rem;
  margin: 0 auto 3.125rem;
  background-color: #eae9e9;
}
/* @media screen and (min-width: 767px), print {
  padding: 2rem 2.4rem;
} */
#section_1_2 p {
  line-height: 1.8;
}
#section_1_3 ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  gap: 1rem;
  width: fit-content;
  margin: 0 auto 3.125rem;
}
@media screen and (min-width: 767px), print {
  #section_1_3 ul {
    flex-wrap: nowrap;
  }
}
#section_1_3 li {
  display: inline-grid;
  color: #b31a43;
  font-size: 1.75rem;
  font-weight: bolder;
  text-align: center;
  align-content: center;
  height: 160px;
  width: 160px;
  background-color: #fbe8ee;
  border: 2px solid #b31a43;
  border-radius: 50%;
}
@media screen and (min-width: 767px), print {
  #section_1_3 li {
    height: 200px;
    width: 200px;
  }
}
#section_1_3 .section_1_3_text {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: bolder;
  margin-bottom: 1rem;
}
@media screen and (min-width: 767px), print {
  #section_1_3 .section_1_3_text {
    align-items: flex-start;
    margin-top: -20px;
  }
}
#section_1_3 .section_1_3_text img {
  margin-right: 1rem;
}
@media screen and (min-width: 767px), print {
  #section_1_3 .section_1_3_text img {
    margin-top: -60px;
  }
}
#section_1_3 .section_1_3_text span {
  flex-grow: 1;
}
#section_1_3 .section_1_3_link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  text-align: center;
}
@media screen and (min-width: 767px), print {
  #section_1_3 .section_1_3_link {
    flex-direction: row;
  }
}
#section_1_3 .section_1_3_link:before {
  display: inline-block;
  position: relative;
  content: "";
  width: 79px;
  height: 90px;
  background: url("../images/tsutaeruweb_logo.png") no-repeat;
}
@media screen and (min-width: 767px), print {
  #section_1_3 .section_1_3_link:before {
    margin-right: 1.5rem;
    margin-left: -79px;
  }
}
#section_1_3 .section_1_3_link a {
  color: #3567df;
  text-decoration: underline;
}
#section_1_3 .section_1_3_link a:hover {
  text-decoration: none;
}

#section_2 {
  overflow: hidden;
}
#section_2_1 {
  padding: 4.375rem 1rem;
  margin-bottom: 4.375rem;
  background-color: #fbe8ee;
}
@media screen and (min-width: 767px), print {
  #section_2_1_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
#section_2_1 h2 {
  text-align: center;
  color: #c41245;
  font-size: 2.875rem;
  font-weight: bold;
  margin-bottom: 3.5rem;
}
#section_2_1 .section_2_1_text {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bolder;
  line-height: 1.8;
}
@media screen and (min-width: 767px), print {
  #section_2_1 .section_2_1_text {
    padding-left: 2.625rem;
    padding-right: 2.625rem;
  }
}
#section_2_1 .section_2_1_link {
  text-align: center;
  margin-top: 2rem;
}

#section_2_2 {
  max-width: 1000px;
  padding: 0 1rem;
  margin: 0 auto 4.375rem;
}
#section_2_2 .section_2_2_title {
  position: relative;
  color: #333333;
  font-size: 2.875rem;
  font-weight: bolder;
  max-width: 1000px;
  padding: 0 0 20px;
  margin: 2rem auto;
}
#section_2_2 .section_2_2_title_1st {
  display: block;
  position: relative;
  z-index: 0;
  text-align: center;
  color: #c41245;
  padding: 2rem 0;
}
@media screen and (min-width: 767px), print {
  #section_2_2 .section_2_2_title_1st {
    text-align: left;
    padding: 1rem 2rem;
    width: fit-content;
  }
}
#section_2_2 .section_2_2_title_1st:before,
#section_2_2 .section_2_2_title_1st:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-image-slice: 0 fill;
  border-image-outset: 0 8rem 0 100vw;
}
#section_2_2 .section_2_2_title_1st:before {
  z-index: -1;
  border-image-source: linear-gradient(#fbe8ee, #fbe8ee);
  transform: translate(-12rem, 0) skew(-50deg, 0);
}
#section_2_2 .section_2_2_title_1st:after {
  z-index: -2;
  border-image-source: linear-gradient(#eae9e9, #eae9e9);
  transform: translate(-12rem, 20px) skew(-50deg, 0);
}
@media screen and (min-width: 767px), print {
  #section_2_2 .section_2_2_title_1st:before {
    transform: skew(-50deg, 0);
  }
  #section_2_2 .section_2_2_title_1st:after {
    transform: translate(0, 20px) skew(-50deg, 0);
  }
}
#section_2_2 .section_2_2_title_delimiter {
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc((50% + 0.5rem) * -1));
}
@media screen and (min-width: 767px), print {
  #section_2_2 .section_2_2_title_delimiter {
    left: 38%;
    transform: translate(0, calc((50% + 0.5rem) * -1));
  }
}
#section_2_2 .section_2_2_title_2nd {
  display: block;
  position: relative;
  z-index: 0;
  top: -1px;
  text-align: center;
  padding: 2rem 0;
}
@media screen and (min-width: 767px), print {
  #section_2_2 .section_2_2_title_2nd {
    text-align: left;
    padding: 1rem 1rem 1rem 12rem;
    margin-left: 18.5rem;
  }
}
#section_2_2 .section_2_2_title_2nd:before,
#section_2_2 .section_2_2_title_2nd:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-image-slice: 0 fill;
  border-image-outset: 0 100vw 0 50px;
}
#section_2_2 .section_2_2_title_2nd:before {
  z-index: -1;
  border-image-source: linear-gradient(#fbe8ee, #fbe8ee);
  transform: translate(9rem, 0) skew(-50deg, 0);
}
#section_2_2 .section_2_2_title_2nd:after {
  z-index: -2;
  border-image-source: linear-gradient(#eae9e9, #eae9e9);
  transform: translate(9rem, 20px) skew(-50deg, 0);
}
@media screen and (min-width: 767px), print {
  #section_2_2 .section_2_2_title_2nd:before {
    transform: skew(-50deg, 0);
  }
  #section_2_2 .section_2_2_title_2nd:after {
    transform: translate(0, 20px) skew(-50deg, 0);
  }
}
#section_2_2 .section_2_2_text {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bolder;
  line-height: 1.8;
  margin-bottom: 3.25rem;
}
@media screen and (min-width: 767px), print {
  #section_2_2 .section_2_2_text {
    padding-left: 2.625rem;
    padding-right: 2.625rem;
  }
}
#section_2_2 .use_case_list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: start;
  gap: 1.875rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 767px), print {
  #section_2_2 .use_case_list {
    flex-direction: row;
    align-items: stretch;
  }
}
#section_2_2 .use_case_item {
  text-align: center;
  font-size: 2rem;
  font-weight: bolder;
  color: #333333;
  padding: 1.4rem 1.4rem 2rem;
  background-color: #eae9e9;
  border-radius: 30px;
}
@media screen and (min-width: 767px), print {
  #section_2_2 .use_case_item {
    width: calc(50% - (1.875rem / 2));
  }
}
#section_2_2 .use_case_text {
  display: block;
  margin-bottom: 1rem;
}
#section_2_2 .section_2_2_text2 {
  text-align: center;
  color: #c41245;
  font-size: 1.25rem;
  font-weight: bolder;
  margin-bottom: 3rem;
}
#section_2_2 .section_2_2_link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  text-align: center;
}
@media screen and (min-width: 767px), print {
  #section_2_2 .section_2_2_link {
    flex-direction: row;
  }
}
#section_2_2 .section_2_2_link:before {
  display: inline-block;
  position: relative;
  content: "";
  width: 79px;
  height: 90px;
  background: url("../images/tsutaeruweb_logo.png") no-repeat;
}
@media screen and (min-width: 767px), print {
  #section_2_2 .section_2_2_link:before {
    margin-right: 1.5rem;
    margin-left: -79px;
  }
}

#section_2_2 .section_2_2_link a {
  color: #3567df;
  text-decoration: underline;
}
#section_2_2 .section_2_2_link a:hover {
  text-decoration: none;
}

#section_2_3 {
  text-align: center;
  padding: 4.375rem 1rem;
  /* margin-bottom: 4.375rem; */
  background-color: #eae9e9;
}
@media screen and (min-width: 767px), print {
  #section_2_3_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
#section_2_3 p {
  font-size: 2.875rem;
  font-weight: bold;
  color: #c41245;
}

#section_2_3 .section_2_3_youtube {
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16 / 9;
  margin: 2rem auto;
}
#section_2_3 .section_2_3_youtube iframe {
  width: 100%;
  height: 100%;
}

.section_2_4_heading {
  background-color: #efefef;

  padding: 50px 20px 0; /* font-size: 6.5vw; */
  text-align: center;
    font-size: 2.3125rem;
font-weight: 700;
  position: relative;
}

@media screen and (min-width: 767px), print {
  .section_2_4_heading {

font-size:2.875rem; 
}
}
.section_2_4_visual_paragraph {
  font-size: 2.875rem;
  font-weight: bold;
padding-left: 0;
margin-bottom:5px;
}
@media screen and (min-width: 767px), print {
  .section_2_4_visual_paragraph {
    font-size: 2.3125rem;

  }
}

.section_2_4_inner_heading {
  display: flex;
  flex-direction: column;
  font-size: 2rem;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 20px;
}
.section_2_4_visual_inner {
  order: 2;
}
.section_2_4_visual > img {
  order: 1;
}

@media screen and (min-width: 767px), print {
  .section_2_4_visual_inner {
    order: 1;
  }
  .section_2_4_visual > img {
    order: 2;
  }
}

h2.section_2_4_inner_heading img {
  margin-top: 1rem;
}
.section_2_4_bg {
  background-color: #fff;
  position: relative;
  padding: 50px 0;
  background: url("../images/section_2_4_bg.png") no-repeat top;
  background-size: 100% auto;
  overflow: hidden;
}
@media screen and (min-width: 767px), print {
  .section_2_4_bg {
    background: url("../images/section_2_4_bg.png") no-repeat top;
    background-size: 100% auto;
  }
}

.section_2_4_bg::before {
  position: absolute;
  left: -5%;
  width: 110%;
  height: 100px;
  content: "";
  transform: rotate(-3deg);
  background-color: #efefef;
  top: -50px;
}
.section_2_4_inner {
  padding-top: 15%;
  padding: 5% 20px 15%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 767px), print {
  .section_2_4_inner {
    padding: 20px;
  }
}
.section_2_4_visual {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 767px), print {
  .section_2_4_visual {
    padding-bottom: 5vw;
    flex-direction: row;
  }
}

.section_2_4_inner_content {
  padding: 0 20px;
}
.section_2_4_inner_paragraph {
  font-size: 1.4375rem;
  font-weight: bolder;
  text-align: center;
}
.section_2_4_inner_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0 10px;
  flex-direction: column;
  font-size: 1.4375rem;
  font-weight: bolder;
}
@media screen and (min-width: 767px), print {
  .section_2_4_inner_list {
    flex-direction: row;
  }
}
.section_2_4_inner_list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  margin-bottom: 0;
}
@media screen and (min-width: 767px), print {
  .section_2_4_inner_list li {
    width: calc((100% - 1.5rem) / 2);
  }
}
.section_2_4_inner_list_icon {
  width: 35px;
  height: 35px;
  flex: 0 0 35px;
}
@media screen and (min-width: 767px), print {
  .section_2_4_inner_list_icon {
    width: 65px;
    height: 65px;
    flex: 0 0 65px;
  }
}
.section_2_4_inner_list_text {
  margin: 0;
}
.section_2_4_detail {
  background: #f8ea8d;
  overflow: hidden;
  padding: 50px 20px 0;
  position: relative;
  text-align: center;
}

.section_2_4_detail::before,
.section_2_4_detail::after {
  position: absolute;
  left: -5%;
  width: 110%;
  height: 100px;
  content: "";
  transform: rotate(-3deg);
  background-color: #fff;
}
.section_2_4_detail::before {
  top: -50px;
}
.section_2_4_detail::after {
  bottom: -50px;
}
.section_2_4_detail_heading {
  margin: -30px auto;
  z-index: 10;
  width: 90%;
  padding: 15px 10px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #f8ea8d;
  text-align: center;
  background-color: #353535;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.15);
  position: relative;
}
@media screen and (min-width: 767px), print {
  .section_2_4_detail_heading {
    margin: 0 auto;
    padding: 15px 60px;
    width: 700px;
  }
}

.section_2_4_detail_images {
  margin: 20px auto;
}

a.section_2_4_detail_link {
  text-align: center;
  margin: 40px auto 60px;
  text-decoration: underline;
  color: #000;
  font-weight: bold;
  font-size: 2rem;
  display: inline-block;
  position: relative;
  z-index: 10;
}
a.section_2_4_detail_link:hover {
  margin-top: 40px;
  display: inline-block;
  text-decoration: none;
}

.section_2_5_heading {
  font-size: 2.875rem;
  padding: 5px 0 0; /* font-size: 6.5vw; */
  text-align: center;
  font-weight: 700;
  position: relative;
}

@media screen and (min-width: 767px), print {
  .section_2_5_heading {
    font-size: 2.3125rem;
  }
}

.section_2_5_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 800px;
  margin: 0 auto;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 767px), print {
  .section_2_5_inner {
    flex-direction: row;
  }
}
.section_2_5_content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.section_2_5_text {
  width: 100%;
  height: auto;
  color: #c41245;
  font-size: 2.875rem;
  font-weight: bold;
text-align:left;
}
@media screen and (min-width: 767px), print {
  .section_2_5_text {
    font-size: 2.3125rem;
  }
}

.section_2_5_paragraph {
  background: #fbe8ee;
  padding: 20px;
  margin-top: 40px;
font-size: 1.4375rem;
    font-weight: bolder;
}

.section_2_5_link {
  text-align: center;
  display: inline-block;
  margin-top: 40px;
  text-decoration: underline;
font-size:2rem;
}

a.section_2_5_link:hover {
  margin-top: 40px;
  display: inline-block;
  text-decoration: none;
}
#section_3_1,
#section_3_2,
#section_3_3 {
  padding: 0 1.5rem;
}
@media screen and (min-width: 767px), print {
  #section_3_1,
  #section_3_2,
  #section_3_3 {
    padding: 0;
  }
}
#section_3_1 {
  margin-bottom: 4.375rem;
  background-color: #c41245;
}
#section_3_1 h2 {
  max-width: 1000px;
  font-size: 2.875rem;
  padding: 3.625rem 0;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
#section_3_2 {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}
#section_3_2 .section_lead {
  /* color: #707070; */
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 3.125rem;
}
#section_3_2 .subscribe_link {
  text-align: left;
  margin: 0 0 4.375rem;
}
#section_3_2 .subscribe_link a {
  position: relative;
  display: block;
  color: #c41245;
  font-size: 2rem;
  font-weight: bold;
  padding: 1.25rem 5rem 1.25rem 2.5rem;
  border: 3px solid #c41245;
  border-radius: 4rem;
}
#section_3_2 .subscribe_link a:after {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translate(0, -50%);
  content: "＞";
  color: #c41245;
  font-size: 2.375rem;
  font-weight: bold;
}
#section_3_2 .subscribe_link a:hover {
  color: #fff;
  background-color: #c41245;
}
#section_3_2 .subscribe_link a:hover:after {
  color: #fff;
}
@media screen and (min-width: 767px), print {
  #section_3_2 .subscribe_link {
    margin-left: 75px;
    margin-right: 75px;
  }
  #section_3_2 .subscribe_link a {
    padding: 1.25rem 5.75rem 1.25rem 3.5rem;
    border-radius: 10rem;
  }
}
#section_3_2 .info_place {
  color: #c41245;
  font-size: 2.875rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3.125rem;
}
#section_3_2 .map {
  margin-bottom: 3.125rem;
}
#section_3_2 .map_link {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 4.375rem;
}
#section_3_2 .map_link a {
  color: #3567df;
  text-decoration: underline;
}
#section_3_2 .map_link a:hover {
  text-decoration: none;
}
#section_3_3 {
  padding: 3.125rem 1rem;
  margin-bottom: 4rem;
  background-color: #fbe8ee;
}
#section_3_3 p {
  color: #c41245;
  text-align: center;
  font-size: 2.875rem;
  font-weight: bold;
}

#section_inquiry .inquiry_title {
  text-align: center;
  color: #c41245;
  font-size: 2.875rem;
  font-weight: bold;
}

#section_4 {
  overflow: hidden;
}
#section_4_1 {
  padding: 4.375rem 1rem;
  background-color: #fff;
}
@media screen and (min-width: 767px), print {
  #section_4_1_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
#section_4_1 h2 {
  text-align: center;
  color: #c41245;
  font-size: 2.875rem;
  font-weight: bold;
  margin-bottom: 3.5rem;
}
#section_4_1 .section_4_1_text {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bolder;
  line-height: 1.8;
}
@media screen and (min-width: 767px), print {
  #section_4_1 .section_4_1_text {
    padding-left: 2.625rem;
    padding-right: 2.625rem;
  }
}
#section_4_1 .section_4_1_link {
  text-align: center;
  margin-top: 2rem;
}

#about01 {
  width: 96%;
  margin: 0 auto;
  padding: 80px 0;
}
#about01:after {
  content: "";
  clear: both;
  display: block;
}
#about01 > div {
  margin: 0 0 2.5em;
  padding: 7% 5%;
  border: 2px solid #c42e55;
  border-radius: 15px;
  background: #fff;
}
#about01 > div:last-of-type {
  margin: 0;
}
#about01 > div:after {
  content: "";
  clear: both;
  display: block;
}
.about01_article03 p {
  font-weight: 700;
  line-height: 1.9;
}
@media screen and (min-width: 767px), print {
  #about01 {
    width: 1000px;
    margin: 0 auto;
    padding: 100px 0;
  }
  #about01 > div {
    margin: 0 0 40px;
    padding: 75px 80px 80px;
  }
}

.about01_mv {
  width: 100%;
  margin: 2em 0;
  padding-top: 56.25%;
  position: relative;
}
.about01_mv iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  border: none;
}
@media screen and (min-width: 767px), print {
  .about01_mv {
    width: 700px;
    margin: 60px auto;
  }
}

#about02 {
  width: 86%;
  margin: 0 auto 80px;
  padding: 0;
}
#about02:after {
  content: "";
  clear: both;
  display: block;
}
#about02 .midashi_about {
  margin: 0 0 0.8em;
  color: #c42e55;
  font-size: 4.8vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
}
#about02 p {
  margin: 0;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
}
#about02 .about02_img {
  margin: 2em 0 0;
  text-align: center;
}
#about02 .about02_img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 767px), print {
  #about02 {
    width: 1000px;
    margin: 0 auto 100px;
    padding: 0;
  }
  #about02 > div {
    width: 850px;
    margin: 0 auto;
  }
  #about02 .midashi_about {
    margin: 0 0 15px;
    font-size: 1.875rem;
  }
  #about02 .about02_img img {
    width: auto;
    height: auto;
  }
  #about02 p {
    font-size: 1.25rem;
  }
}

#appeal {
  width: 96%;
  margin: 0 auto;
  padding: 50px 0;
}
#appeal:after {
  content: "";
  clear: both;
  display: block;
}
#appeal > div {
  width: 100%;
  margin: 0 0 3em;
}
#appeal > div:after {
  content: "";
  clear: both;
  display: block;
}
#appeal > div:last-of-type {
  margin: 0;
}
#appeal p {
  line-height: 1.8;
  font-weight: 700;
}
.appeal_img01,
.appeal_img02,
.appeal_img03 {
  text-align: center;
}
.appeal_img01 {
  width: 80%;
  margin: 0 auto 1em;
}
.appeal_img01 img {
  width: 100%;
  height: auto;
  max-width: 366px;
}
.appeal_img02 {
  width: 100%;
  margin: 1em 0 0;
}
.appeal_img03 {
  width: 80%;
  margin: 0 auto 1em;
}
.appeal_img03 img {
  width: 100%;
  height: auto;
  max-width: 359px;
}
@media screen and (min-width: 767px), print {
  #appeal {
    width: 100%;
    padding: 100px 0;
  }
  #appeal > div {
    width: 1000px;
    margin: 0 auto 80px;
  }
  #appeal > div:last-of-type {
    margin: 0 auto;
  }
  #appeal > div > div {
    float: left;
  }
  #appeal p {
    line-height: 2.1;
    font-size: 1rem;
  }
  #appeal > div {
    width: 1000px;
    margin: 0 auto 80px;
  }
  .appeal_txt01 {
    width: 570px;
    float: left;
  }
  .appeal_img01 {
    width: 366px;
    margin: 0 60px 0 0;
    float: left;
  }
  .appeal_img02 {
    width: 196px;
    margin: 30px auto 0;
  }
  .appeal_img03 {
    width: 359px !important;
    margin: 0 60px 0 0;
    float: left;
  }
  .appeal_img03 img {
    width: 359px;
    height: auto;
    max-width: inherit;
  }
}
.midashi_appeal {
  margin: 0 0 1.2em;
  padding: 18px 1em 16px;
  background: #c42e55;
  color: #fff;
  font-weight: 700;
  font-size: 4vw;
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 767px), print {
  .midashi_appeal {
    margin: 0 0 40px;
    font-size: 1.25rem !important;
    border-radius: 30px;
    line-height: 1 !important;
  }
}

.h3_no1 *,
.h3_no2 *,
.h3_no3 * {
  font-weight: inherit !important;
}
.h3_no1,
.h3_no2,
.h3_no3,
.h3_no1 span,
.h3_no2 span,
.h3_no3 span {
  font-size: 4.6vw;
  font-weight: 700 !important;
}
.h3_no1,
.h3_no2,
.h3_no3 {
  line-height: 1.8;
}
.h3_no1 span,
.h3_no2 span,
.h3_no3 span {
  font-weight: 700;
  color: #c42e55;
  background: linear-gradient(transparent 78%, #ffc539 78%);
}
.h3_no1:before,
.h3_no2:before,
.h3_no3:before {
  font-size: 13vw;
  position: absolute;
  left: 0;
  top: -0.4em;
  font-weight: 700;
}
.h3_no1:before {
  content: "1";
}
.h3_no2:before {
  content: "2";
}
.h3_no3:before {
  content: "3";
}
@media screen and (min-width: 767px), print {
  .h3_no1,
  .h3_no2,
  .h3_no3 {
    line-height: 1.5;
  }
  .h3_no1,
  .h3_no2,
  .h3_no3,
  .h3_no1 span,
  .h3_no2 span,
  .h3_no3 span {
    font-size: 1.875rem;
  }
  .h3_no1:before,
  .h3_no2:before,
  .h3_no3:before {
    font-size: 6.25rem;
    position: absolute;
    left: -0.1em;
    top: -0.25em;
  }
}

.article_img01,
.article_img02,
.article_img03 {
  margin: 0 0 20px;
}
.article_img01 img,
.article_img02 img,
.article_img03 img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 767px), print {
  .article_img01 img,
  .article_img02 img {
    width: auto;
    height: auto;
  }
  .article_img01 {
    margin: 0 0 40px;
  }
  .article_img02 {
    margin: 0 0 30px;
  }
  .article_img03 {
    width: 410px;
    float: left;
  }
}

.article_msg {
  padding: 1em;
  border: 2px solid #c42e55;
  line-height: 1.6;
}
.article_msg:after {
  content: "";
  clear: both;
  display: block;
}
.article_msg p {
  font-weight: 700;
}
.article_msg > div {
  width: 118px;
  margin: 0 0 0 20px;
  float: right;
}
@media screen and (min-width: 767px), print {
  .article_msg {
    width: 720px;
    margin: 0 auto;
    padding: 35px 30px 0 40px;
    line-height: 2;
  }
}

.contact01,
.contact02 {
  width: 100%;
  padding: 50px 0;
  background: #ffdfe5;
  text-align: center;
  border-top: 1px solid #e8a8b9;
  border-bottom: 1px solid #e8a8b9;
}
.contact01:after {
  content: "";
  clear: both;
  display: block;
}
.contact02:after {
  content: "";
  clear: both;
  display: block;
}
.contact01 p,
.contact02 p {
  font-weight: 700;
  line-height: 1.8;
}
.contact01 p.strong,
.contact02 p.strong {
  font-weight: 700;
  font-size: 6vw;
}
.contact01 p.strong {
  margin: 0.7em 1em 1.2em;
}
.contact02 p.strong {
  margin: 0 1em 0.9em;
}
.contact01 p.strong span,
.contact02 p.strong span {
  font-weight: 700;
  color: #c42e55;
}
.contactbtn02 a {
  padding: 1.7em 3.2em 1.5em 1.4em;
  background: #c42e55;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  border-radius: 8px;
  position: relative;
  line-height: 1;
}
.contactbtn02 a:hover {
  background: #333;
  color: #fff;
}
.contactbtn02 a:after {
  width: 1em;
  height: 15px;
  content: "";
  display: block;
  background: url("/campaign/images/arrow01.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: 1.3em;
  top: 1.6em;
}
.contactbtn03 {
  text-align: center;
}
.contactbtn03 a {
  padding: 1.7em 3.2em 1.5em 1.4em;
  background: #ffde00;
  color: #000;
  font-weight: 700;
  display: inline-block;
  border-radius: 8px;
  position: relative;
  line-height: 1;
  border: 2px solid #fff;
}
.contactbtn03 a {
  background: #ffde00;
  color: #000;
}
.contactbtn03 a:hover {
  background: #ffdfe5;
  color: #000;
}
.contactbtn03 a:after {
  width: 1em;
  height: 15px;
  content: "";
  display: block;
  background: url("/campaign/images/arrow02.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: 1.3em;
  top: 1.6em;
}
@media all and (-ms-high-contrast: none) {
  .contactbtn02 a,
  .contactbtn03 a {
    padding: 1.9em 3.2em 1.5em 1.4em;
  }
}
@media screen and (min-width: 560px), print {
  .contactbtn02 a:after {
    top: 1.8em;
  }
  .contactbtn03 a:after {
    top: 1.8em;
  }
}

@media screen and (min-width: 767px), print {
  .contact01,
  .contact02 {
    padding: 90px 0;
  }
  .contact01 p,
  .contact02 p {
    font-size: 1.3125rem;
  }
  .contact01 p.strong,
  .contact02 p.strong {
    font-size: 1.9375rem;
  }
  .contact01 p.strong {
    margin: 0 0 1.2em;
  }
  .contact02 p.strong {
    margin: 0 0 1.2em;
  }
  .contact01 > div,
  .contact02 > div {
    width: 1000px;
    margin: 0 auto;
  }
  .contactbtn02 a {
    font-size: 1.125rem;
  }
  .contactbtn03 a {
    font-size: 1.125rem;
  }
}

.campaign {
  width: 100%;
  padding: 30px 4% 40px;
  background: #c42e55;
}
.campaign:after {
  content: "";
  clear: both;
  display: block;
}
.campaignimg01 {
  margin: 0 0 2.2em;
}
.campaignimg01 img {
  width: 90%;
  height: auto;
}
.campaignimg02 {
  margin: 20px 0 40px;
}
.campaignimg02 img {
  width: 100%;
  height: auto;
}
.campaign p,
.campaign li {
  color: #fff;
  line-height: 1.8;
}
.campaign li {
  margin-left: 20px;
  list-style-type: square;
}
@media screen and (min-width: 767px), print {
  .campaign {
    padding: 60px 0;
  }
  .campaign > div {
    width: 1000px;
    margin: 0 auto;
  }
  .campaign .contactbtn03 a {
    float: left;
  }
  .campaignimg01 {
    margin: 0 0 30px;
  }
  .campaignimg01 img {
    width: auto;
  }
  .campaignimg02 {
    margin: 0 0 35px;
    float: right;
  }
  .campaignimg02 img {
    width: auto;
  }
  .campaign p {
    line-height: 2.2;
  }
}

#works {
  width: 89%;
  margin: 0 auto;
  padding: 50px 0;
}
#works:after {
  content: "";
  clear: both;
  display: block;
}
#works h2 {
  font-weight: bold !important;
}
#works h2 * {
  font-weight: inherit !important;
}
#works > div {
  margin: 0;
}
#works > div:after {
  content: "";
  clear: both;
  display: block;
}

#works > div a:hover {
  opacity: 0.6;
}

#works > div > div {
  margin: 0 0 45px;
}
.works_img {
  margin: 0 0 0.2em;
}
.works_img img {
  width: 100%;
  height: auto;
}
.works_name,
.works_txt {
  font-weight: 700;
}
.works_name {
  margin: 0 0 0.2em;
  font-size: 5vw;
}
.worksbtn {
  width: 100%;
  margin: 1.5em 0 4em;
  text-align: center;
}
.worksbtn:after {
  content: "";
  clear: both;
  display: block;
}
.worksbtn a {
  padding: 1.7em 5.2em 1.5em 4.4em;
  background: #3a3637;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  border-radius: 8px;
  position: relative;
  line-height: 1;
}
.worksbtn a:hover {
  background: #c42e55;
  color: #fff;
}
.worksbtn a:after {
  width: 1em;
  height: 15px;
  content: "";
  display: block;
  background: url("/campaign/images/arrow01.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: 1.3em;
  top: 1.6em;
}
@media screen and (min-width: 560px), print {
  .worksbtn a:after {
    top: 1.8em;
  }
}
@media all and (-ms-high-contrast: none) {
  .worksbtn a {
    padding: 1.9em 5.2em 1.5em 4.4em;
  }
}
@media screen and (min-width: 767px), print {
  #works {
    width: 1000px;
    padding: 100px 0 60px;
  }
  #works > div a {
    display: block;
  }
  #works > div {
    width: 1000px;
    margin: 0 auto;
  }
  #works > div > div {
    width: 480px;
    margin: 0 0 45px;
    float: left;
  }
  #works > div > div:nth-last-child(even) {
    margin: 0 40px 45px 0;
  }
  .works_img {
    margin: 0 0 13px;
  }
  .works_name {
    font-size: 1.4375rem;
  }
  .worksbtn {
    margin: 45px 0 160px;
  }
}

#copyright {
  text-align: center;
  font-size: 2.5vw;
}
@media screen and (min-width: 767px), print {
  #copyright {
    font-size: 0.875rem;
  }
}

#try-txt {
  font-size: 2rem;
}
.try_change ul {
  list-style: disc;
  margin-left: 20px;
}

#page_title {
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
}
#page_title .text {
  /* font-family: "ヒラギノ丸ゴ ProN W3", "Hiragino maru Gothic ProN", "メイリオ", "Meiryo"; */
  letter-spacing: -0.1rem;
  font-size: 1.5rem;
  font-weight: 700;
}
#page_title .attention {
  color: #c42e55;
  background: linear-gradient(transparent 78%, #ffc539 78%);
}
#page_title img {
  height: 3em !important;
  width: auto !important;
  margin-right: 13px;
  vertical-align: text-bottom;
}
@media screen and (min-width: 560px), print {
  #page_title .text {
    font-size: 2.5rem;
    letter-spacing: -0.08rem;
  }
  #page_title img {
    height: 4.8em !important;
  }
}

#header_sub_inner {
  line-height: 1.6;
  width: 70% !important;
}
#header_sub_inner .text {
  /* font-family: "ヒラギノ丸ゴ ProN W3", "Hiragino maru Gothic ProN", "メイリオ", "Meiryo"; */
  letter-spacing: -0.1rem;
  font-size: 1.3rem;
  font-weight: 700;
}
#header_sub_inner img {
  height: 3em !important;
  width: auto !important;
}
@media screen and (min-width: 560px), print {
  #header_sub_inner .text {
    font-size: 2.32rem;
  }
}