@charset "UTF-8";
* {
  font-family: 'Shippori Mincho', serif !important;
  font-weight: 400;
  font-style: normal;
  box-sizing: border-box;
  outline: none;
  line-height: 1.8;
  color: #231815;
  letter-spacing: 0.15em;
}

.adobe_gos_w {
  font-family: neuzeit-grotesk, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  color: #00ae9c;
  letter-spacing: 0.1em;
}

.adobe_hand_W {
  font-family: adobe-handwriting-ernie, sans-serif !important;
  font-weight: 400;
  font-style: normal;
}

ul,
li {
  list-style: none;
}

html {
  margin: 0 auto !important;
}

body {
  position: relative;
  overflow-x: hidden;
}

.sp {
  display: inherit;
}

.pc {
  display: none;
}

.call_entries_top h1 {
  padding: 15vw 0 12vw;
}

.call_entries_top h1 img {
  width: 100%;
}

.call_entries_top h2 {
  text-align: center;
  line-height: 1;
  font-size: 0;
  margin-left: 1vw;
}

.call_entries_top h2 img {
  height: 20vw;
}

.call_entries_top h3 {
  font-size: 5.8vw;
  padding: 3vw 5vw;
  text-decoration: underline;
  line-height: 2;
  margin-left: 1vw;
  text-align: center;
}

p,
span,
a,
div {
  font-size: 3.7vw;
  text-align: left;
}

p,
span,
a {
  margin-left: 1vw;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

/*ヘッダー*/
.l-header {
  position: relative;
}

.l-header .sp {
  padding-right: 2vw;
}

.l-header img {
  width: 100%;
}

/*フッター*/
footer .sp-top-button {
  position: relative;
  display: block;
  padding: 5vw 0;
  background: #231815;
  border: 2px solid #231815;
  margin-left: 0;
}

footer .sp-top-button::after {
  content: '';
  width: 3vw;
  height: 3vw;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 2vw;
  bottom: 0;
  margin: auto;
  transform: rotate(-45deg);
}

footer .copy {
  text-align: center;
  background: #eaeaea;
  padding: 8vw 0;
  color: #231815;
  margin-left: 0;
}

.content_box {
  padding: 0 5vw;
}

.swiper-slide img {
  width: 100%;
  height: auto;
}

.button {
  background: none;
  transition: border .3s;
}

.button.up {
  transform: rotate(0deg);
  border: none !important;
}

.button.up.pc {
  display: none !important;
}

.button.spup::before {
  transform-origin: left bottom !important;
  transform: scale(1, 0);
}

.button .button_bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  content: '';
  background: #231815 !important;
  border: none !important;
  width: 100% !important;
  color: #fff !important;
  margin: auto !important;
}

.button.up.button:hover::before {
  transform-origin: bottom right;
  transform: scale(1, 1);
}

.button:hover {
  background: none !important;
  border: 2px solid #00ae9c !important;
}

.button::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #00ae9c;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}

.button:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

body.menu_open {
  overflow: hidden;
}

.l-header .logo{
  position: fixed;
  top: 4vw;
  left: 2vw;
  width: 28%;
  z-index: 10;
}

.l-header .accordion_btn {
  position: fixed;
  top: 1vw;
  right: 5vw;
  z-index: 100;
  cursor: pointer;
}

.l-header .accordion_btn .bar_box {
  position: relative;
  width: 10vw;
  height: 10vw;
}

.l-header .accordion_btn .bar_box span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #231815;
  transition: top .2s ease .2s, transform .2s ease;
}

.l-header .accordion_btn .bar_box span:nth-child(1) {
  top: 18px;
}

.l-header .accordion_btn .bar_box span:nth-child(2) {
  top: 28px;
}

.l-header .accordion_btn .bar_box span:nth-child(3) {
  top: 38px;
}

.l-header .accordion_btn.active .bar_box span {
  transition: top .2s ease, transform .2s ease .2s;
}

.l-header .accordion_btn.active .bar_box span:nth-child(1) {
  top: 25px;
  transform: rotate(30deg);
}

.l-header .accordion_btn.active .bar_box span:nth-child(2) {
  opacity: 0;
}

.l-header .accordion_btn.active .bar_box span:nth-child(3) {
  top: 25px;
  transform: rotate(-30deg);
}

.l-header .header_navi_box {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 90;
  background-position: 0% 0%;
  background: #fff;
  transition: background 0.6s cubic-bezier(0.3, 0, 0.13, 1);
}

.l-header .header_navi_bg {
  background: url(../images/call_entries/menu_top_sp.png) no-repeat;
  background-size: contain;
  padding-top: 23vw;
}

.l-header .header_navi_bg .logo {
  padding: 10vw 5vw 2vw;
  line-height: 1;
  font-size: 0;
}

.l-header .header_navi_bg .logo img {
  width: 40vw;
  line-height: 1;
  font-size: 0;
}

.l-header .header_navi_bg .contact {
  margin-top: 9vw;
  padding: 0 5vw 10vw;
}

.l-header .header_navi_bg .contact a {
  position: relative;
  border: 2px solid #231815;
  background: #231815;
  color: #fff;
  text-decoration: none;
  margin-left: 0;
  padding: 2vw 5vw;
}

.l-header .header_navi_list .header_navi_list_item {
  padding: 3vw 5vw 0;
}

.l-header .header_navi_list .header_navi_list_item a {
  margin-left: 0;
  text-decoration: none;
  line-height: 1;
}

.l-header .header_navi_list .header_navi_list_item a .txt {
  font-size: 16.8vw;
  margin-left: 0;
  line-height: 1;
  position: relative;
  color: #eaeaea;
  letter-spacing: 0.01em;
}

.l-header .header_navi_list .header_navi_list_item a .txt::after {
  content: attr(data-txt);
  position: absolute;
  top: 1.5vw;
  left: 0;
  width: 100%;
  line-height: 1;
  color: #00ae9c;
  clip: rect(0, 0, 50vw, 0);
  transition: clip 0.5s linear;
}

.l-header .header_navi_list .header_navi_list_item a .txt:hover::after {
  clip: rect(0, 100vw, 50vw, 0);
}

.l-header .header_navi_list .header_navi_list_item a .txt.p_efforts img {
  right: -34.5vw;
  height: 12vw;
}

.l-header .header_navi_list .header_navi_list_item a .txt.p_works img {
  right: -19.5vw;
}

.l-header .header_navi_list .header_navi_list_item a .txt.p_release img {
  right: -27.5vw;
}

.l-header .header_navi_list .header_navi_list_item a .txt img {
  position: absolute;
  right: -26.5vw;
  top: 2.5vw;
  bottom: 0;
  margin: auto;
  height: 10vw;
  width: auto;
  max-width: none;
  z-index: 10;
}

.l-header .header_navi_list .header_navi_list_item a .txt .space {
  display: inline-block;
  padding: 0 0.2vw;
  margin: 0;
  font-size: 0;
}

.sec01.about .content_box {
  padding-bottom: 3vw;
}

.sec01.about .about_box {
  padding-bottom: 7vw;
}

.sec01.about .about_box .about_title {
  font-size: 8vw;
  line-height: 1;
  padding-bottom: 3vw;
  text-align: center;
}

.sec01.about .about_box .about_subtitle {
  font-size: 5vw;
  text-align: center;
}

.sec01.about .about_box .about_detail {
  font-size: 4vw;
  text-align: center;
}

.sec01.about .about_swiper {
  padding: 0 0 20vw;
}

.sec01.about .about_swiper .swiper-slide a {
  margin: 0;
}

.sec01.about .about_swiper .swiper-button-prev,
.sec01.about .about_swiper .swiper-button-next {
  position: absolute;
  top: auto;
  bottom: 9vw;
  font-size: 0;
  background: #231815;
  width: 13vw;
  height: 8vw;
}

.sec01.about .about_swiper .swiper-button-prev:after,
.sec01.about .about_swiper .swiper-rtl .swiper-button-next:after {
  content: "";
  left: 0;
  margin-left: 2vw;
  width: 3vw;
  height: 3vw;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.sec01.about .about_swiper .swiper-button-next:after,
.sec01.about .about_swiper .swiper-rtl .swiper-button-prev:after {
  content: "";
  left: 0;
  margin-right: 2vw;
  width: 3vw;
  height: 3vw;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sec01.about .about_swiper .swiper-button-prev {
  left: 0;
}

.sec01.about .about_swiper .swiper-button-next {
  right: 0;
}

.sec01.about .about_swiper .swiper-pagination-fraction,
.sec01.about .about_swiper .swiper-pagination-custom,
.sec01.about .about_swiper .swiper-horizontal > .swiper-pagination-bullets,
.sec01.about .about_swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10vw;
  left: 0;
}

.sec01.about .about_swiper .swiper-pagination-bullet {
  border-radius: 0;
  width: 2vw;
  height: 2vw;
  margin: 0 2vw;
  background: #231815;
}

.sec02.topics ul {
  padding: 10vw 0 18vw;
  max-width: 800px;
  margin: auto;
}

.sec02.topics ul li:first-child a {
  border-top: 1px solid #d6d6d6;
}

.sec02.topics ul li a {
  text-decoration: none;
  display: block;
  padding: 4vw 10vw 4vw 5vw;
  border-bottom: 1px solid #d6d6d6;
  position: relative;
  margin-left: 0;
}

.sec02.topics ul li a::before {
  position: absolute;
  right: 4vw;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 5vw;
  height: 5vw;
  border-top: 2px solid #231815;
  border-right: 2px solid #231815;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.3s;
}

.sec02.topics ul li a .dete {
  font-size: 3.5vw;
  line-height: 2;
}

.sec02.topics ul li a .title {
  font-size: 4vw;
}

.sec02.topics ul li a:hover::before {
  right: 3vw;
}

.sec02.topics ul li a:hover .dete {
  opacity: 0.5;
}

.sec02.topics ul li a:hover .title {
  opacity: 0.5;
}

.sec03.plan .plan_text {
  text-align: center;
  padding: 7vw 0 12vw;
}

.sec03.plan .pc {
  padding: 0 5vw;
}

.sec03.plan .plan_box {
  text-align: center;
}

.sec03.plan .plan_box .plan_sp_tham_swiper {
  padding: 0 4vw 10vw;
}

.sec03.plan .plan_box .plan_sp_tham_swiper .swiper-slide {
  padding: 0 1.2vw;
  margin: 0;
}

.sec03.plan .plan_box .plan_sp_tham_swiper .swiper-slide p {
  margin: 0;
  color: #231815;
  border: #231815 2px solid;
  transition: 0.3s;
  line-height: 2;
  text-align: center;
}

.sec03.plan .plan_box .plan_sp_tham_swiper .swiper-slide-thumb-active p {
  text-align: center;
  color: #fff;
  background: #231815;
}

.sec03.plan .plan_box .plan_sp_swiper .swiper-slide {
  padding: 0 16vw;
}

.sec03.plan .plan_box .plan_sp_swiper .swiper-slide img {
  width: 67.8vw;
  height: auto;
}

.sec03.plan .sp {
  position: relative;
}

.sec03.plan .sp .plan_item {
  position: absolute;
  left: 4vw;
  top: 69.5vw;
}

.sec03.plan .sp .plan_item img {
  width: 8.67vw;
}

.sec03.plan .sp .plan_caution {
  padding: 14vw 4vw;
}

.sec04.efforts .content_box .efforts_list li {
  padding-bottom: 12vw;
}

.sec04.efforts .content_box .efforts_list li .img {
  text-align: center;
}

.sec04.efforts .content_box .efforts_list li .img img {
  margin: auto;
  height: 32vw;
}

.sec04.efforts .content_box .efforts_list li .title {
  margin: 0;
  padding: 4vw 0;
  text-align: center;
  font-size: 5vw;
  color: #00ae9c;
}

.sec04.efforts .content_box .efforts_list li .detail {
  font-size: 3.5vw;
  line-height: 2;
  margin-left: 0;
  letter-spacing: 0.1em;
}

.sec04.efforts .content_box .efforts_list li .link {
  text-align: center;
  padding-top: 4vw;
}

.sec04.efforts .content_box .efforts_list li .link a,
.sec04.efforts .content_box .efforts_list li .link span {
  text-decoration: none;
  text-align: center;
  background: #231815;
  color: #fff;
  width: 100%;
  display: block;
  font-weight: 500;
  margin: 0;
  letter-spacing: 0.15em;
  border: 2px solid #231815;
  padding: 1vw 0;
}

.sec04.efforts .content_box .efforts_list li .link span {
  color: #231815;
  background: #fff;
  border: 1px solid #231815;
}

.sec04.efforts .content_box .efforts_list li .link a {
  position: relative;
}

.sec04.efforts .content_box .efforts_list li .link a::after {
  content: "";
  position: absolute;
  right: 4vw;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 3vw;
  height: 3vw;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sec05.pickup .pickup_box {
  padding: 8vw 0 14vw;
}

.sec06.works .content_box .works_text {
  text-align: center;
  padding: 3vw 0 8vw;
}

.sec06.works .content_box .works_download {
  text-align: center;
  padding-bottom: 70px;
}

.sec06.works .content_box .link_box {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 0;
}

.sec06.works .content_box .link_box a {
  position: relative;
  display: block;
  background: #231815;
  text-align: center;
  padding: 3vw 0 3vw;
  margin-left: 0;
  text-decoration: none;
  border: 2px solid #231815;
}

.sec06.works .content_box .link_box a:hover .bottom {
  color: #fff;
}

.sec06.works .content_box .link_box a .top_little {
  font-size: 3vw;
  color: #fff;
  line-height: 1;
}

.sec06.works .content_box .link_box a .top {
  font-size: 7vw;
  color: #fff;
  line-height: 1;
}

.sec06.works .content_box .link_box a .bottom {
  line-height: 1;
}

.sec06.works .content_box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding-bottom: 7vw;
}

.sec06.works .content_box ul li {
  width: 37vw;
  padding: 0 0 6vw;
  text-align: center;
}

.sec06.works .content_box ul li p {
  text-align: center;
  font-size: 2.2vw;
}

.sec06.works .content_box ul li a {
  transition: 0.3s;
}

.sec06.works .content_box ul li a:hover {
  opacity: 0.5;
}

.sec06.works .content_box .box {
  border: 2px solid #d6d6d6;
  padding: 5vw;
  margin-bottom: 3vw;
}

.sec06.works .content_box .box:first-child {
  margin-top: 3vw;
  margin-bottom: 10vw;
}

.sec06.works .content_box .box .title {
  text-align: center;
  color: #00ae9c;
  font-size: 5.2vw;
  line-height: 1;
  padding-bottom: 3vw;
  margin-left: 0;
}

.sec06.works .content_box .box .txt01,
.sec06.works .content_box .box .txt02,
.sec06.works .content_box .box .txt03 {
  margin-left: 0;
}

.sec06.works .content_box .box .txt04 {
  margin-left: -2vw;
  padding-bottom: 2vw;
}

.sec06.works .content_box .box .img {
  padding: 1vw 0;
  font-size: 0;
}

.sec06.works .content_box .box .img img {
  padding-top: 5vw;
  width: 100%;
}

.sec06.works .content_box .box .img img:first-child {
  padding-top: 0;
}

.sec06.works .content_box .box .img.img_box {
  padding: 3vw 0;
}

.sec06.works .content_box .box .img.img_box:first-child {
  padding-top: 0;
}

.sec07.release .content_box ul {
  display: flex;
  flex-wrap: wrap;
  padding: 6vw 0 14vw;
}

.sec07.release .content_box ul li {
  padding: 1vw 1vw;
}

.sec07.release .content_box ul li a {
  transition: 0.3s;
  margin: 0;
}

.sec07.release .content_box ul li a:hover {
  opacity: 0.5;
}

.sec07.release .content_box ul li img {
  width: 27vw;
  height: auto;
}

.sec08.entry .content_box .box {
  border: 2px solid #d6d6d6;
  padding: 5vw;
}

.sec08.entry .content_box .box .indent {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 3vw;
}

.sec08.entry .content_box .box .list {
  padding-top: 3vw;
}

.sec08.entry .content_box .box .list:first-child {
  padding-top: 0;
}

.sec08.entry .content_box .box .list .title {
  font-size: 4.3vw;
  color: #00ae9c;
}

.sec08.entry .content_box .box .list .title .hissu {
  font-size: 2vw;
  border: 2px solid #e23737;
  color: #e23737;
  line-height: 1;
  padding: 0.5vw 1.2vw;
  position: relative;
  top: -0.5vw;
  letter-spacing: 0.05em;
}

.sec08.entry .content_box .box .list .title .nini {
  font-size: 2vw;
  border: 2px solid #231815;
  line-height: 1;
  padding: 0.5vw 1.2vw;
  position: relative;
  top: -0.5vw;
  letter-spacing: 0.05em;
}

.sec08.entry .content_box .box .list .txt01 {
  padding: 1vw 0;
  margin-left: 0;
  font-size: 3.4vw;
  letter-spacing: 0.05em;
}

.sec08.entry .content_box .box .list .txt01 span {
  font-size: 3.4vw;
  margin-left: 0.5vw;
  letter-spacing: 0.05em;
}

.sec08.entry .content_box .box .list .txt02 {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 3.4vw;
  letter-spacing: 0.05em;
}

.sec08.entry .content_box .link_box {
  text-align: center;
  margin-top: 5vw;
}

.sec08.entry .content_box .link_box a {
  position: relative;
  display: block;
  background: #231815;
  text-align: center;
  padding: 5vw 0 5vw;
  margin-left: 0;
  text-decoration: none;
  border: 2px solid #231815;
}

.sec08.entry .content_box .link_box a:hover .bottom {
  color: #fff;
}

.sec08.entry .content_box .link_box a .top {
  font-size: 7vw;
  color: #fff;
  line-height: 1;
}

.sec08.entry .content_box .link_box a .bottom {
  line-height: 1;
}

.sec08.entry .content_box .contact {
  text-align: center;
  padding: 2vw 0;
  font-size: 4vw;
}

.sec08.entry .content_box .contact a {
  margin-left: 0;
  text-decoration: none;
  color: #00ae9c;
  font-weight: bold;
}

.sec08.entry .content_box .caution {
  background: #ffff83;
  text-align: center;
  padding: 5vw 0;
  margin: 10vw 0 15vw;
}

.sec08.entry .content_box .caution .top {
  color: #e23737;
  font-weight: bold;
  font-size: 5.8vw;
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: center;
}

.sec08.entry .content_box .caution .top img {
  padding: 0 2vw;
  height: 5.8vw;
}

.sec08.entry .content_box .caution .bottom {
  color: #231815;
  text-align: center;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 1000;
  overflow: hidden;
}

.call_entries_detail .container {
  padding: 15vw 0 0;
}

.call_entries_detail .container .topics_h2 {
  text-align: center;
  line-height: 1;
  font-size: 0;
  margin-left: 1vw;
  padding-bottom: 12vw;
}

.call_entries_detail .container .topics_h2 img {
  height: 20vw;
}

.call_entries_detail .container .content_box .l-topics .detail_title {
  padding: 5vw 0;
  border-top: 2px solid #d6d6d6;
  border-bottom: 2px solid #d6d6d6;
}

.call_entries_detail .container .content_box .l-topics .detail_title .dete {
  color: #00ae9c;
  font-size: 4vw;
}

.call_entries_detail .container .content_box .l-topics .detail_title .title {
  font-size: 5vw;
  margin-left: 0;
}

.call_entries_detail .container .content_box .l-topics .detail_content {
  padding-top: 5vw;
  margin-left: 0;
  text-align: center;
}

.call_entries_detail .container .content_box .l-topics .detail_content p {
  margin: 2vw 0;
  text-align: left;
}

.call_entries_detail .container .content_box .l-topics .detail_content div {
  margin: 2vw 0;
  text-align: left;
}

.call_entries_detail .container .content_box .l-topics .detail_content a {
  color: #00ae9c;
  text-align: left;
  margin: 0;
}

.call_entries_detail .container .content_box .l-topics .detail_content h1 {
  color: #00ae9c;
  font-size: 5.7vw;
  font-weight: bold;
  margin: 2vw 0;
  text-align: left;
}

.call_entries_detail .container .content_box .l-topics .detail_content h2 {
  font-size: 4.7vw;
  font-weight: bold;
  margin: 2vw 0;
  text-align: left;
}

.call_entries_detail .container .content_box .l-topics .detail_content h3 {
  font-size: 4.2vw;
  font-weight: bold;
  margin: 2vw 0;
  text-align: left;
}

.call_entries_detail .container .content_box .l-topics .detail_content img {
  max-width: 100%;
  height: auto;
  margin: 5vw auto;
  display: block;
}

.call_entries_detail .container .content_box .l-topics .detail_content iframe {
  max-width: 100%;
  height: 50vw;
  margin: 5vw auto;
  display: block;
}

.call_entries_detail .container .content_box .l-topics .detail_sns {
  border-bottom: 2px solid #d6d6d6;
  padding: 8vw 0 3vw;
}

.call_entries_detail .container .content_box .l-topics .detail_sns ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.call_entries_detail .container .content_box .l-topics .detail_sns ul li {
  line-height: 0;
}

.call_entries_detail .container .content_box .l-topics .detail_sns ul li div {
  font-size: 0;
}

.call_entries_detail .container .content_box .l-topics .detail_sns ul li a {
  margin: 0;
  padding: 0;
}

.call_entries_detail .container .content_box .l-topics .detail_sns ul li:nth-child(2) {
  padding: 0 5vw;
}

.call_entries_detail .container .backbutton {
  padding: 10vw 0;
}

.call_entries_detail .container .backbutton a {
  position: relative;
  display: block;
  padding: 2vw 0;
  background: #231815;
  border: 2px solid #231815;
  margin-left: 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1;
}

.call_entries_detail .container .backbutton a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 3vw;
  width: 3vw;
  height: 3vw;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: inherit;
  }
  .call_entries_top h1 {
    padding: 140px 0 70px;
  }
  .call_entries_top h1 img {
    width: 100%;
    max-width: 1609px;
    margin: auto;
    padding: 0 2vw 0 0;
  }
  .call_entries_top h2 {
    text-align: center;
    line-height: 1;
    font-size: 0;
    margin-left: -5px;
  }
  .call_entries_top h2 img {
    height: auto;
  }
  .call_entries_top h3 {
    font-size: 33px;
    padding: 50px 0 50px;
    text-decoration: underline;
    line-height: 1.5;
    margin-left: -5px;
    text-align: center;
  }
  p,
  span,
  a,
  div {
    font-size: 18px;
  }
  p,
  span,
  a {
    margin-left: -5px;
  }
  .l-header img {
    width: 90%;
    margin: auto;
  }
  .content_box {
    padding: 0 30px;
    max-width: 1200px;
    margin: auto;
  }
  .swiper-slide img {
    width: 100%;
    height: auto;
  }
  .button {
    background: none;
    transition: border .3s;
  }
  .button.up {
    transform: rotate(90deg);
    border: 2px solid #231815 !important;
  }
  .button.up.pc {
    display: block !important;
  }
  .button.spup::before {
    transform-origin: left bottom !important;
    transform: scale(1, 0);
  }
  .button .button_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -2;
    content: '';
    background: #231815 !important;
    border: none !important;
    width: 100% !important;
    color: #fff !important;
    margin: auto !important;
  }
  .button.up.button:hover::before {
    transform-origin: bottom right;
    transform: scale(1, 1);
  }
  .button:hover {
    background: none !important;
    border: 2px solid #00ae9c !important;
  }
  .button::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    background: #00ae9c;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
  }
  .button:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .l-header .logo{
    position: fixed;
    top: 25px;
    left: 35px;
    width: 28%;
    max-width: 180px;
    z-index: 10;
  }
  .l-header .accordion_btn {
    position: fixed;
    top: 25px;
    right: 35px;
    z-index: 100;
    cursor: pointer;
  }
  .l-header .accordion_btn .bar_box {
    position: relative;
    width: 50px;
    height: 50px;
  }
  .l-header .accordion_btn .bar_box span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    width: 30px;
    height: 1px;
    background: #231815;
    transition: top .2s ease .2s, transform .2s ease;
  }
  .l-header .accordion_btn .bar_box span:nth-child(1) {
    top: 18px;
  }
  .l-header .accordion_btn .bar_box span:nth-child(2) {
    top: 25px;
  }
  .l-header .accordion_btn .bar_box span:nth-child(3) {
    top: 32px;
  }
  .l-header .accordion_btn.active .bar_box span {
    transition: top .2s ease, transform .2s ease .2s;
  }
  .l-header .accordion_btn.active .bar_box span:nth-child(1) {
    top: 25px;
    transform: rotate(30deg);
  }
  .l-header .accordion_btn.active .bar_box span:nth-child(2) {
    opacity: 0;
  }
  .l-header .accordion_btn.active .bar_box span:nth-child(3) {
    top: 25px;
    transform: rotate(-30deg);
  }
  .l-header .header_navi_box_flex {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .l-header .header_navi_box_flex .header_left {
    width: 40vw;
  }
  .l-header .header_navi_box {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 90;
    background-position: 0% 0%;
    background: #fff;
    transition: background 0.6s cubic-bezier(0.3, 0, 0.13, 1);
  }
  .l-header .header_navi_bg {
    background: none;
    background-size: contain;
    padding-top: 50px;
    width: 650px;
  }
  .l-header .header_navi_bg .logo {
    padding: 0 50px 20px;
    line-height: 1;
    font-size: 0;
  }
  .l-header .header_navi_bg .logo img {
    width: 205px;
    line-height: 1;
    font-size: 0;
  }
  .l-header .header_navi_bg .contact {
    margin-top: 60px;
    padding: 0 50px 60px;
  }
  .l-header .header_navi_bg .contact a {
    position: relative;
    border: 2px solid #231815;
    background: #231815;
    color: #fff;
    text-decoration: none;
    margin-left: 0;
    padding: 10px 30px;
  }
  .l-header .header_navi_list .header_navi_list_item {
    padding: 15px 50px 0;
  }
  .l-header .header_navi_list .header_navi_list_item a {
    margin-left: 0;
    text-decoration: none;
    line-height: 1;
  }
  .l-header .header_navi_list .header_navi_list_item a .txt {
    font-size: 120px;
    margin-left: 0;
    line-height: 1;
    position: relative;
    color: #eaeaea;
    letter-spacing: 0.01em;
  }
  .l-header .header_navi_list .header_navi_list_item a .txt::after {
    content: attr(data-txt);
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    line-height: 1;
    color: #00ae9c;
    clip: rect(0, 0, 50vw, 0);
    transition: clip 0.5s linear;
  }
  .l-header .header_navi_list .header_navi_list_item a .txt:hover::after {
    clip: rect(0, 100vw, 50vw, 0);
  }
  .l-header .header_navi_list .header_navi_list_item a .txt.p_efforts img {
    right: -245px;
    height: auto;
  }
  .l-header .header_navi_list .header_navi_list_item a .txt.p_works img {
    right: -123px;
  }
  .l-header .header_navi_list .header_navi_list_item a .txt.p_release img {
    right: -168px;
  }
  .l-header .header_navi_list .header_navi_list_item a .txt img {
    position: absolute;
    right: -182px;
    top: 3px;
    bottom: 0;
    margin: auto;
    height: auto;
    width: auto;
    max-width: none;
  }
  /*フッター*/
  footer .top-button {
    position: fixed;
    z-index: 6;
    bottom: 60px;
    right: 60px;
    width: 50px;
    height: 50px;
    background: #231815;
  }
  footer .top-button span {
    display: block;
    position: relative;
  }
  footer .top-button span:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    left: 14px;
    right: 0;
    top: 23px;
    bottom: 0;
    margin: auto;
    transform: rotate(-135deg);
  }
  footer .sp-top-button {
    display: none;
  }
  footer .copy {
    text-align: center;
    background: #eaeaea;
    padding: 30px 0;
    color: #231815;
    margin-left: 0;
  }
  .sec01.about .content_box {
    padding-bottom: 130px;
  }
  .sec01.about .about_box {
    padding-top: 60px;
    padding-bottom: 0;
    text-align: center;
  }
  .sec01.about .about_box:first-child {
    padding-top: 0;
  }
  .sec01.about .about_box .about_title {
    font-size: 50px;
    line-height: 1;
    padding-bottom: 10px;
  }
  .sec01.about .about_box .about_subtitle {
    padding-bottom: 10px;
    font-size: 28px;
  }
  .sec01.about .about_box .about_detail {
    font-size: 18px;
  }
  .sec01.about .swiper_area {
    overflow: hidden;
    position: relative;
  }
  .sec01.about .swiper_area .swiper {
    z-index: auto;
  }
  .sec01.about .swiper_area::after {
    content: "";
    width: 8vw;
    height: 100%;
    background: linear-gradient(to right, white 60%, rgba(255, 255, 255, 0.1));
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    pointer-events: none;
  }
  .sec01.about .swiper_area::before {
    content: "";
    width: 8vw;
    height: 100%;
    background: linear-gradient(to left, white 60%, rgba(255, 255, 255, 0.1));
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    pointer-events: none;
  }
  .sec01.about .about_swiper {
    padding: 0 0 30px;
    margin: 0 30px;
    overflow: visible !important;
  }
  .sec01.about .about_swiper .swiper-slide a {
    margin: 0;
  }
  .sec01.about .about_swiper .swiper-button-prev,
  .sec01.about .about_swiper .swiper-button-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 0;
    background: #231815;
    width: 30px;
    height: 87px;
    z-index: 10;
  }
  .sec01.about .about_swiper .swiper-button-prev:after,
  .sec01.about .about_swiper .swiper-rtl .swiper-button-next:after {
    content: "";
    left: 0;
    margin-left: 4px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  .sec01.about .about_swiper .swiper-button-next:after,
  .sec01.about .about_swiper .swiper-rtl .swiper-button-prev:after {
    content: "";
    left: 0;
    margin-right: 4px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .sec01.about .about_swiper .swiper-button-prev {
    left: -30px;
  }
  .sec01.about .about_swiper .swiper-button-next {
    right: -30px;
  }
  .sec01.about .about_swiper .swiper-pagination-fraction,
  .sec01.about .about_swiper .swiper-pagination-custom,
  .sec01.about .about_swiper .swiper-horizontal > .swiper-pagination-bullets,
  .sec01.about .about_swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
    left: 0;
  }
  .sec01.about .about_swiper .swiper-pagination-bullet {
    border-radius: 0;
    width: 8px;
    height: 8px;
    margin: 0 12px;
    background: #231815;
  }
  .sec02.topics ul {
    padding: 60px 0 150px;
  }
  .sec02.topics ul li:first-child a {
    border-top: 1px solid #d6d6d6;
  }
  .sec02.topics ul li a {
    text-decoration: none;
    display: block;
    padding: 30px 60px 30px 25px;
    border-bottom: 1px solid #d6d6d6;
    position: relative;
    margin-left: 0;
  }
  .sec02.topics ul li a::before {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 18px;
    height: 18px;
    border-top: 1px solid #231815;
    border-right: 1px solid #231815;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .sec02.topics ul li a .dete {
    font-size: 20px;
    line-height: 1.5;
  }
  .sec02.topics ul li a .title {
    font-size: 18px;
    line-height: 1.5;
  }
  .sec02.topics ul li a:hover::before {
    right: 10px;
  }
  .sec02.topics ul li a:hover .dete {
    opacity: 0.5;
  }
  .sec02.topics ul li a:hover .title {
    opacity: 0.5;
  }
  .sec03.plan {
    padding: 0 30px 140px;
  }
  .sec03.plan .plan_text {
    text-align: center;
    padding: 0 0 60px;
  }
  .sec03.plan .pc {
    padding: 0;
    text-align: center;
  }
  .sec03.plan .plan_box {
    text-align: center;
  }
  .sec04.efforts .content_box .efforts_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .sec04.efforts .content_box .efforts_list li {
    padding-bottom: 100px;
    width: 300px;
    margin: 0 40px;
  }
  .sec04.efforts .content_box .efforts_list li.pc {
    width: 100%;
    height: 0;
    padding: 0;
    margin: 0;
  }
  .sec04.efforts .content_box .efforts_list li .img {
    text-align: center;
    height: 180px;
    display: flex;
    justify-items: center;
  }
  .sec04.efforts .content_box .efforts_list li .img img {
    margin: auto;
    height: auto;
  }
  .sec04.efforts .content_box .efforts_list li .title {
    margin: 0;
    padding: 50px 0 20px 0;
    text-align: center;
    font-size: 25px;
    color: #00ae9c;
    letter-spacing: 0.15em;
    line-height: 1.5;
  }
  .sec04.efforts .content_box .efforts_list li .detail {
    font-size: 15px;
    line-height: 2;
    margin-left: 0;
    letter-spacing: 0.05em;
  }
  .sec04.efforts .content_box .efforts_list li .link {
    text-align: center;
    padding-top: 25px;
  }
  .sec04.efforts .content_box .efforts_list li .link a,
  .sec04.efforts .content_box .efforts_list li .link span {
    text-decoration: none;
    text-align: center;
    background: #231815;
    color: #fff;
    width: 90px;
    display: block;
    font-weight: 500;
    margin: auto;
    letter-spacing: 0.1em;
    border: 2px solid #231815;
    padding: 10px 0;
    line-height: 1;
    font-size: 15px;
  }
  .sec04.efforts .content_box .efforts_list li .link span {
    color: #231815;
    background: #fff;
    border: 1px solid #231815;
    width: 110px;
  }
  .sec04.efforts .content_box .efforts_list li .link a {
    position: relative;
  }
  .sec04.efforts .content_box .efforts_list li .link a::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .sec05.pickup .pickup_box {
    padding: 70px 0 160px;
  }
  .sec06.works .content_box .works_text {
    text-align: center;
    padding: 0 0 50px;
  }
  .sec06.works .content_box .link_box {
      text-align: center;
    max-width: 600px;
    margin: 0 auto 0;
}

.sec06.works .content_box .link_box a {
  position: relative;
  display: block;
  background: #231815;
  text-align: center;
  padding: 30px 0 30px;
  margin-left: 0;
  text-decoration: none;
  border: 2px solid #231815;
}

  .sec06.works .content_box .link_box a:hover .bottom {
    color: #fff;
  }

  .sec06.works .content_box .link_box a .top_little {
    font-size: 15px;
    color: #fff;
    line-height: 1;
  }

  .sec06.works .content_box .link_box a .top {
    font-size: 38px;
    color: #fff;
    line-height: 1;
  }

  .sec06.works .content_box .link_box a .bottom {
    line-height: 1;
  }
  .sec06.works .content_box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding-bottom: 0;
    max-width: 800px;
    margin: auto;
  }
  .sec06.works .content_box ul li {
    width: 24%;
    padding: 0 0 60px;
    text-align: center;
  }
  .sec06.works .content_box ul li p {
    text-align: center;
    font-size: 15px;
  }
  .sec06.works .content_box .box {
    border: 2px solid #d6d6d6;
    padding: 30px;
    margin-bottom: 40px;
    max-width: 800px;
    margin: auto;
  }
  .sec06.works .content_box .box:first-child {
    margin-top: 15px;
    margin-bottom: 40px;
  }
  .sec06.works .content_box .box .title {
    text-align: left;
    color: #00ae9c;
    font-size: 25px;
    line-height: 1;
    padding-bottom: 20px;
    margin-left: 0;
  }
  .sec06.works .content_box .box .txt01,
  .sec06.works .content_box .box .txt02,
  .sec06.works .content_box .box .txt03 {
    margin-left: 0;
  }
  .sec06.works .content_box .box .txt02 {
    font-size: 15px;
  }
  .sec06.works .content_box .box .txt04 {
    margin-left: -10px;
    padding-bottom: 0;
  }
  .sec06.works .content_box .box .img {
    padding: 20px 0 0;
    font-size: 0;
    display: flex;
    justify-content: space-between;
  }
  .sec06.works .content_box .box .img img {
    padding-top: 0;
    width: 49%;
  }
  .sec06.works .content_box .box .img img:first-child {
    padding-top: 0;
  }
  .sec06.works .content_box .box .img.img_box {
    padding: 30px 0 20px;
  }
  .sec06.works .content_box .box .img.img_box:first-child {
    padding-top: 0;
  }
  .sec06.works .content_box .box_pc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sec06.works .content_box .box_pc .title {
    width: 100%;
  }
  .sec06.works .content_box .box_pc .top,
  .sec06.works .content_box .box_pc .bottom {
    width: 49%;
  }
  .sec06.works .content_box .box_pc .img img {
    width: 100%;
  }
  .sec07.release .content_box ul {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0 50px;
  }
  .sec07.release .content_box ul li {
    padding: 0 0 90px;
    width: 16.6%;
    text-align: center;
  }
  .sec07.release .content_box ul li img {
    width: 90%;
    height: auto;
  }
  .sec08.entry .content_box .box {
    border: 2px solid #d6d6d6;
    padding: 30px;
    max-width: 900px;
    margin: auto;
  }
  .sec08.entry .content_box .box .indent {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 15px;
  }
  .sec08.entry .content_box .box .list {
    padding-top: 30px;
  }
  .sec08.entry .content_box .box .list:first-child {
    padding-top: 0;
  }
  .sec08.entry .content_box .box .list .title {
    font-size: 25px;
    color: #00ae9c;
  }
  .sec08.entry .content_box .box .list .title .hissu {
    font-size: 15px;
    border: 1px solid #e23737;
    color: #e23737;
    line-height: 1;
    padding: 3px 10px;
    position: relative;
    top: -3px;
    margin-left: 20px;
  }
  .sec08.entry .content_box .box .list .title .nini {
    font-size: 15px;
    border: 1px solid #231815;
    line-height: 1;
    padding: 3px 10px;
    position: relative;
    top: -3px;
    margin-left: 20px;
  }
  .sec08.entry .content_box .box .list .txt01 {
    padding: 0 0;
    margin-left: 0;
    font-size: 18px;
  }
  .sec08.entry .content_box .box .list .txt01 span {
    font-size: 15px;
    margin-left: 15px;
  }
  .sec08.entry .content_box .box .list .txt01 span.kai01 {
    margin-left: 0;
    font-size: 18px;
  }
  .sec08.entry .content_box .box .list .txt01 span.kai02 {
    margin-left: 0;
    font-size: 18px;
  }
  .sec08.entry .content_box .box .list .txt02 {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 18px;
  }
  .sec08.entry .content_box .link_box {
    text-align: center;
    max-width: 600px;
    margin: 60px auto 0;
  }
  .sec08.entry .content_box .link_box a {
    position: relative;
    display: block;
    background: #231815;
    text-align: center;
    padding: 30px 0 30px;
    margin-left: 0;
    text-decoration: none;
    border: 2px solid #231815;
  }
  .sec08.entry .content_box .link_box a .top {
    font-size: 38px;
    color: #fff;
    line-height: 1;
  }
  .sec08.entry .content_box .link_box a .bottom {
    line-height: 1;
    font-size: 15px;
  }
  .sec08.entry .content_box .contact {
    text-align: center;
    padding: 20px 0;
    font-size: 18px;
  }
  .sec08.entry .content_box .contact a {
    margin-left: 0;
    font-size: 18px;
    text-decoration: none;
    color: #00ae9c;
    font-weight: bold;
  }
  .sec08.entry .content_box .caution {
    background: #ffff83;
    text-align: center;
    padding: 30px 0;
    margin: 80px auto 145px;
    max-width: 900px;
  }
  .sec08.entry .content_box .caution .top {
    color: #e23737;
    font-weight: bold;
    font-size: 28px;
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;
  }
  .sec08.entry .content_box .caution .top img {
    padding: 0 5px;
    height: 27px;
  }
  .sec08.entry .content_box .caution .bottom {
    color: #231815;
    letter-spacing: 0.05em;
    font-size: 18px;
    text-align: center;
  }
  .call_entries_detail .container {
    padding: 100px 0 0;
  }
  .call_entries_detail .container .topics_h2 {
    text-align: center;
    line-height: 1;
    font-size: 0;
    margin-left: 0;
    padding-bottom: 60px;
  }
  .call_entries_detail .container .topics_h2 img {
    height: auto;
  }
  .call_entries_detail .container .content_box .l-topics .detail_title {
    padding: 35px 0;
    border-top: 2px solid #d6d6d6;
    border-bottom: 2px solid #d6d6d6;
  }
  .call_entries_detail .container .content_box .l-topics .detail_title .dete {
    color: #00ae9c;
    font-size: 20px;
    margin-left: 3px;
    padding: 0 20px;
  }
  .call_entries_detail .container .content_box .l-topics .detail_title .title {
    font-size: 33px;
    margin-left: 0;
    padding: 0 20px;
  }
  .call_entries_detail .container .content_box .l-topics .detail_content {
    padding: 10px 30px 0;
    margin-left: 0;
    text-align: center;
  }
  .call_entries_detail .container .content_box .l-topics .detail_content p {
    margin: 30px 0;
    text-align: left;
  }
  .call_entries_detail .container .content_box .l-topics .detail_content div {
    margin: 30px 0;
    text-align: left;
  }
  .call_entries_detail .container .content_box .l-topics .detail_content a {
    color: #00ae9c;
    text-align: left;
    margin: 0;
  }
  .call_entries_detail .container .content_box .l-topics .detail_content h1 {
    color: #00ae9c;
    font-size: 25px;
    font-weight: bold;
    margin: 30px 0;
    text-align: left;
  }
  .call_entries_detail .container .content_box .l-topics .detail_content h2 {
    font-size: 22px;
    font-weight: bold;
    margin: 30px 0;
    text-align: left;
  }
  .call_entries_detail .container .content_box .l-topics .detail_content h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 30px 0;
    text-align: left;
  }
  .call_entries_detail .container .content_box .l-topics .detail_content img {
    max-width: 100%;
    height: auto;
    margin: 40px auto;
    display: block;
  }
  .call_entries_detail .container .content_box .l-topics .detail_content iframe {
    max-width: 755px;
    width: 100%;
    height: 423px;
    margin: 40px auto;
    display: block;
  }
  .call_entries_detail .container .content_box .l-topics .detail_sns {
    border-bottom: 2px solid #d6d6d6;
    padding: 10px 30px 20px;
  }
  .call_entries_detail .container .content_box .l-topics .detail_sns ul {
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .call_entries_detail .container .content_box .l-topics .detail_sns ul li {
    line-height: 0;
  }
  .call_entries_detail .container .content_box .l-topics .detail_sns ul li div {
    font-size: 0;
  }
  .call_entries_detail .container .content_box .l-topics .detail_sns ul li a {
    margin: 0;
    padding: 0;
  }
  .call_entries_detail .container .content_box .l-topics .detail_sns ul li:nth-child(2) {
    padding: 0 20px;
  }
  .call_entries_detail .container .backbutton {
    padding: 60px 0 150px;
    width: 90px;
    margin: auto;
  }
  .call_entries_detail .container .backbutton a {
    position: relative;
    display: block;
    padding: 8px 0;
    background: #231815;
    border: 2px solid #231815;
    margin-left: 0;
    color: #fff;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    padding-left: 10px;
    font-size: 16px;
  }
  .call_entries_detail .container .backbutton a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 10px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
/*# sourceMappingURL=call_entries.css.map */
/*-----------------------*/
/*202406 修正*/
/*-----------------------*/
.plan_box{
  margin-bottom: 12vw;
}
.sec03 h4{
  background-color: #eaeaea;
  border-bottom: 1px solid black;
  text-align: center;
  font-size: 5vw;
}
.sec03 h5{
  background-color: #c7f0ec;
  text-align: center;
  margin:1vw 2vw;
}
.sec03 .detail{
  padding: 1vw 0;
}
.plan_emphasis{
  font-size: 5.8vw;
  color: #00ae9c;
  text-align: center;
  margin: 8px 1vw;
}
.plan_inner{
  border: 1px solid black;
  margin-bottom: 3vw;
  width: 100%;
}
.plan_rate .detail p,
.plan_paying .detail p{
  font-size: 10vw;
  text-align: center;
}
.plan_rate .detail p span,
.plan_paying .detail p span{
  font-size: 60%;
}
.plan_edit .detail ul{
  border-left: 4px solid #c7f0ec;
}
.plan_edit_list{
  width: 80%;
  margin: 3vw auto 4vw auto;
}
.plan_edit_text,
.plan_distribution_text{
  text-align: left;
  margin: 0 4vw 3vw 4vw;
}
.plan_rate .detail p::before{
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
  background: url(../images/call_entries/plan_icon_rate.png) no-repeat;
  background-size: contain;
  margin: 0 2vw -1vw 0;
}
.plan_paying .detail p::before{
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
  background: url(../images/call_entries/plan_icon_paying.png) no-repeat;
  background-size: contain;
  margin: 0 2vw -1vw 0;
}
.plan_edit .detail .plan_emphasis::before{
  content: "";
  display: inline-block;
  height: 10vw;
  width: 10vw;
  background: url(../images/call_entries/plan_icon_edit.png) no-repeat;
  background-size: contain;
  margin: 0 2vw -3vw 0;
}
.plan_distribution .detail .plan_emphasis::before{
  content: "";
  display: inline-block;
  height: 10vw;
  width: 10vw;
  background: url(../images/call_entries/plan_icon_distribution.png) no-repeat;
  background-size: contain;
  margin: 0 2vw -3vw 0;
}
@media screen and (min-width: 768px) {
  .plan_box{
    margin-bottom: 0;
  }
  .sec03 h4{
    font-size: 25px;
  }
  .plan_emphasis{
    font-size: 44px;
  }
  .plan_flex_pc{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .plan_rate,
  .plan_edit ul{
    margin-right: 2vw;
  }
  .plan_rate .detail p,
  .plan_paying .detail p{
    font-size: 48px;
  }
  .plan_edit .detail ul{
    font-size: 17px;
  }
  .plan_edit_list{
    width: 100%;
    margin: 1vw auto 3vw auto;
  }
  .plan_edit_text,
  .plan_distribution_text{
    text-align: center;
    margin: 0 4vw 2vw 4vw;
  }
  .plan_rate .detail p::before,
  .plan_paying .detail p::before{
    margin: 0 12px -6px 0;
  }
  .plan_edit .detail .plan_emphasis::before,
  .plan_distribution .detail .plan_emphasis::before{
    height: 1.2em;
    width: 1.2em;
    margin: 0 12px -8px 0;
  }
}
