@charset "UTF-8";
/*
Theme Name: Slash
Author: takumi_mat_
*/
/* Normalize / Common */
body, h1, h2, h3, h4, h5, a, b, p, span, label, td {
  font-family: noto-sans-cjk-jp, YuGothic, "游ゴシック Medium", YuGothicM, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", メイリオ, Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  color: #2F2F2F;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (max-width: 768px) {
  body, h1, h2, h3, h4, h5, a, b, p, span, label, td {
    font-size: 14px;
  }
}

h1, h2, h3, h4, h5 {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 8px;
  color: #2F2F2F;
}

@media only screen and (max-width: 768px) {
  h1, h2, h3, h4, h5 {
    /*font-size: 13px;*/
    letter-spacing: 4px;
  }
}

h1 {
  font-size: 120px;
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 60px;
    line-height: 1.5;
  }
}

a {
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}

b,
strong {
  font-weight: 700;
}

button {
  padding: 0;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: button;
}

input,
textarea {
  border: none;
  outline: none;
}

img {
  width: 100%;
  height: auto;
}

ul {
  list-style: none;
}

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*
 Common
*/
header {
  position: relative;
  z-index: 25;
}

header .menu_wrap {
  position: fixed;
  top: 0;
  left: 0;
  padding: 30px 80px;
  width: 100%;
  min-width: 1120px;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  z-index: 10;
}

header .menu_wrap .logo {
  width: 220px;
  /*height: 42px;*/
}

header .menu_wrap .logo .cls-1 {
  fill: #2F2F2F;
}

header .menu_wrap .logo:hover .cls-1 {
  fill: #2A7CAA;
}

header .menu_wrap .pc_menu_list {
  width: 60%;
}

header .menu_wrap .pc_menu_list li a {
  font-size: 15px;
  font-weight: 700;
  color: #2F2F2F;
  line-height: 1;
}

header .menu_wrap .pc_menu_list li:hover a {
  color: #2A7CAA;
}

header .menu_wrap .sp_menu_button,
header .menu_wrap .sp_menu_wrap {
  display: none;
}

header .home_mv {
  background-color: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

header .home_mv .logo .cls-1 {
  fill: #ffffff;
}

header .home_mv .pc_menu_list li a {
  color: #ffffff;
}

@media only screen and (max-width: 768px) {
  header .menu_wrap {
    margin: 0 auto;
    padding: 0;
    height: 53px;
    min-width: initial;
  }
  header .menu_wrap .logo {
    position: absolute;
    top: 15px;
    left: 5%;
    width: 190px;
  }
  header .menu_wrap .pc_menu_list {
    display: none;
  }
  header .menu_wrap .sp_menu_button {
    position: absolute;
    top: 15px;
    right: 5%;
    display: block;
    z-index: 5;
  }
  header .menu_wrap .sp_menu_button svg {
    display: inline-block;
    width: auto;
    height: 20px;
    transition: transform 0.2s ease-in-out;
  }
  header .menu_wrap .sp_menu_button svg path {
    fill: #2F2F2F;
  }
  header .menu_wrap .sp_menu_close svg:first-of-type {
    transform: translateX(7px) scaleX(2);
  }
  header .menu_wrap .sp_menu_close svg:last-of-type {
    transform: translateX(-4px) scaleX(-2);
  }
  header .menu_wrap .sp_menu_wrap {
    position: absolute;
    display: block;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    transition: transform 0.4s ease-in-out;
  }
  header .menu_wrap .sp_menu_wrap .sp_menu_list {
    margin-left: 10%;
    padding: 53px 0;
    width: 90%;
    height: 100%;
    background-color: #EADB5A;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  header .menu_wrap .sp_menu_wrap .sp_menu_list .menu_list_item span {
    display: block;
    padding: 12px 0 10px;
    padding-left: 16px;
    font-family: ropa-mix-pro;
    font-style: italic;
    font-size: 24px;
    font-weight: 700;
    background-color: #F3F3F3;
  }
  header .menu_wrap .sp_menu_wrap .sp_menu_list .menu_list_item .sub_menu_list {
    background-color: #EADB5A;
  }
  header .menu_wrap .sp_menu_wrap .sp_menu_list .menu_list_item .sub_menu_list li:after {
    content: '';
    display: block;
    margin: 0 auto;
    width: 90%;
    height: 1px;
    background-color: #F3F3F3;
  }
  header .menu_wrap .sp_menu_wrap .sp_menu_list .menu_list_item .sub_menu_list li a {
    display: block;
    padding: 12px 0;
    padding-left: 16px;
    font-weight: 700;
  }
  header .menu_wrap .sp_menu_wrap .sp_menu_list .menu_list_item .sub_menu_list li:last-of-type:after {
    content: none;
  }
  header .menu_wrap .sp_menu_wrap .sp_menu_list .menu_list_item .contact {
    position: relative;
    display: block;
    margin: 5%;
    padding: 20px 0;
    padding-left: 16px;
    font-weight: 700;
    border: 3px solid #F3F3F3;
  }
  header .menu_wrap .sp_menu_wrap .sp_menu_list .menu_list_item .contact:after {
    position: absolute;
    content: '';
    top: 0;
    right: 20px;
    bottom: 0;
    display: block;
    margin: auto;
    width: 100%;
    height: 15px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    background-image: url("../imgs/single_post/prev_next.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  header .menu_wrap .sp_menu_active {
    transform: translateX(0);
  }
  header .home_mv .sp_menu_button svg path {
    fill: #ffffff;
  }
  header .blur {
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
  }
  header .blur .logo {
    display: none;
  }
}

body {
  padding-bottom: 0 !important;
}

footer {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1360px;
  min-width: 1120px;
}

@media only screen and (max-width: 768px) {
  footer {
    min-width: initial;
  }
}

footer .mail_magazine_wrap {
  background-image: url("../imgs/footer/bg.png");
}

@media only screen and (max-width: 768px) {
  footer .mail_magazine_wrap {
    margin-top: -80px;
    background-position: 25%;
  }
}

footer .cta_button_list_wrap {
  padding: 40px 0;
}

footer .cta_button_list_wrap .footer_content_wrap {
  margin: 0 auto;
  max-width: 1120px;
}

footer .cta_button_list_wrap .footer_content_wrap .line {
  display: block;
  width: 3px;
  height: 80px;
  background-color: #F3F3F3;
}

footer .cta_button_list_wrap .footer_content_wrap .button_wrap a {
  display: block;
  padding: 24px 0;
  width: 100%;
}

footer .cta_button_list_wrap .footer_content_wrap .button_wrap a span {
  position: relative;
  padding-left: 30px;
  font-weight: 700;
}

footer .cta_button_list_wrap .footer_content_wrap .button_wrap a span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}

footer .cta_button_list_wrap .footer_content_wrap .button_wrap a:hover span {
  color: #EADB5A;
}

footer .cta_button_list_wrap .footer_content_wrap .button_wrap .contact_button span:after {
  background-image: url("../imgs/icon/mail.svg");
}

footer .cta_button_list_wrap .footer_content_wrap .button_wrap .document_button span:after {
  background-image: url("../imgs/icon/document.svg");
}

@media only screen and (max-width: 768px) {
  footer .cta_button_list_wrap {
    padding: 0;
  }
  footer .cta_button_list_wrap .footer_content_wrap .line {
    margin: 0 auto;
    width: 90%;
    height: 3px;
  }
  footer .cta_button_list_wrap .footer_content_wrap .line:first-child, footer .cta_button_list_wrap .footer_content_wrap .line:last-child {
    display: none;
  }
  footer .cta_button_list_wrap .footer_content_wrap .button_wrap {
    width: 100%;
  }
  footer .cta_button_list_wrap .footer_content_wrap .button_wrap a {
    padding: 46px 0;
    text-align: center;
  }
}

footer .contents_menu_wrap {
  position: relative;
  display: block;
  margin-top: 120px;
  background-color: #F3F3F3;
}

footer .contents_menu_wrap:before {
  content: '';
  position: absolute;
  top: -120px;
  left: 0;
  display: block;
  width: 100%;
  height: 120px;
  background-image: url("../imgs/diagonal.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

footer .contents_menu_wrap .footer_content_wrap {
  display: block;
  margin: 0 auto;
  max-width: 1120px;
}

footer .contents_menu_wrap .footer_content_wrap .to_top_button_wrap {
  display: none;
}

footer .contents_menu_wrap .footer_content_wrap .element_wrap {
  padding: 40px 0;
}

footer .contents_menu_wrap .footer_content_wrap .description_wrap span {
  font-size: 24px;
  font-weight: 700;
}

footer .contents_menu_wrap .footer_content_wrap .description_wrap p {
  margin-top: 16px;
  font-size: 15px;
}

footer .contents_menu_wrap .footer_content_wrap .menu_list_wrap {
  border: 1px solid #ffffff;
  border-width: 3px 0;
}

footer .contents_menu_wrap .footer_content_wrap .menu_list_wrap .menu_list .menu_list_item {
  margin-bottom: 24px;
  width: 20%;
}

footer .contents_menu_wrap .footer_content_wrap .menu_list_wrap .menu_list .menu_list_item span {
  position: relative;
  font-family: ropa-mix-pro;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 2px;
}

footer .contents_menu_wrap .footer_content_wrap .menu_list_wrap .menu_list .menu_list_item .item_list {
  margin-top: 6px;
}

footer .contents_menu_wrap .footer_content_wrap .menu_list_wrap .menu_list .menu_list_item .item_list li {
  margin-top: 12px;
  width: 100%;
}

footer .contents_menu_wrap .footer_content_wrap .menu_list_wrap .menu_list .menu_list_item .item_list li a {
  position: relative;
  display: block;
  padding-left: 15px;
  font-size: 15px;
}

footer .contents_menu_wrap .footer_content_wrap .menu_list_wrap .menu_list .menu_list_item .item_list li a:before {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 12px;
  height: 30px;
  background-image: url("../imgs/icon/slash.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

footer .contents_menu_wrap .footer_content_wrap .menu_list_wrap .menu_list .menu_list_item .item_list li a:hover {
  color: #2A7CAA;
}

footer .contents_menu_wrap .footer_content_wrap .menu_list_wrap .menu_list .menu_list_item .item_list li a:hover:before {
  background-image: url("../imgs/icon/slash_hover.svg");
}

footer .contents_menu_wrap .footer_content_wrap .menu_list_wrap .menu_list .menu_list_item .no_title {
  margin-top: 48px;
}

footer .contents_menu_wrap .footer_content_wrap .footer_link_wrap {
  background-color: #F3F3F3;
}

footer .contents_menu_wrap .footer_content_wrap .footer_link_wrap .sub_contents_list {
  width: 48%;
  max-width: 460px;
}

footer .contents_menu_wrap .footer_content_wrap .footer_link_wrap .sub_contents_list li a {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

footer .contents_menu_wrap .footer_content_wrap .footer_link_wrap .sub_contents_list li a:hover {
  color: #2A7CAA;
}

footer .contents_menu_wrap .footer_content_wrap .footer_link_wrap .sns_list {
  width: 39%;
  max-width: 350px;
}

footer .contents_menu_wrap .footer_content_wrap .footer_link_wrap .sns_list li a img {
  display: block;
  margin: auto;
  margin-right: 4px;
  width: 22px;
  height: 22px;
}

footer .contents_menu_wrap .footer_content_wrap .footer_link_wrap .sns_list li a span {
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  footer .contents_menu_wrap {
    margin-top: 42px;
  }
  footer .contents_menu_wrap:before {
    top: -42px;
    height: 42px;
  }
  footer .contents_menu_wrap .footer_content_wrap .to_top_button_wrap {
    display: block;
    padding: 20px 5% 0;
  }
  footer .contents_menu_wrap .footer_content_wrap .to_top_button_wrap .to_top_button {
    position: relative;
    display: block;
    margin: auto;
    width: 80%;
    font-family: ropa-mix-pro;
    font-style: italic;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 4px;
    text-align: center;
  }
  footer .contents_menu_wrap .footer_content_wrap .to_top_button_wrap .to_top_button:before, footer .contents_menu_wrap .footer_content_wrap .to_top_button_wrap .to_top_button:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto;
    width: 12px;
    height: 24px;
    background-image: url(../imgs/icon/slash.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  footer .contents_menu_wrap .footer_content_wrap .to_top_button_wrap .to_top_button:before {
    left: 0;
  }
  footer .contents_menu_wrap .footer_content_wrap .to_top_button_wrap .to_top_button:after {
    right: 0;
  }
  footer .contents_menu_wrap .footer_content_wrap .element_wrap {
    padding: 20px 5%;
  }
  footer .contents_menu_wrap .footer_content_wrap .description_wrap span {
    font-size: 18px;
  }
  footer .contents_menu_wrap .footer_content_wrap .description_wrap p {
    margin-top: 8px;
  }
  footer .contents_menu_wrap .footer_content_wrap .menu_list_wrap {
    display: none;
  }
  footer .contents_menu_wrap .footer_content_wrap .footer_link_wrap {
    margin: 0 auto;
    padding: 20px 0;
    width: 90%;
    max-width: 90%;
    border-top: 2px solid #ffffff;
  }
  footer .contents_menu_wrap .footer_content_wrap .footer_link_wrap .sub_contents_list {
    display: none;
  }
  footer .contents_menu_wrap .footer_content_wrap .footer_link_wrap .sns_list {
    width: 100%;
    max-width: 100%;
  }
}

.mail_magazine_wrap {
  margin: 0 auto;
  padding: 200px 0;
  max-width: 1360px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.mail_magazine_wrap .content_wrap {
  display: block;
  margin: 0 auto;
  padding: 20px 0;
  max-width: 960px;
  text-align: center;
}

.mail_magazine_wrap .content_wrap h3 img {
  margin: auto;
  width: 86%;
  max-width: 830px;
}

.mail_magazine_wrap .content_wrap .text_wrap {
  margin-top: 20px;
}

.mail_magazine_wrap .content_wrap .text_wrap span, .mail_magazine_wrap .content_wrap .text_wrap p {
  color: #ffffff;
}

.mail_magazine_wrap .content_wrap .text_wrap span {
  font-size: 30px;
  font-weight: 700;
}

.mail_magazine_wrap .content_wrap .cta_button_wrap {
  position: relative;
}

.mail_magazine_wrap .content_wrap .cta_button_wrap img {
  position: absolute;
  left: -24px;
  bottom: 8px;
  display: block;
  width: 22%;
  max-width: 200px;
  z-index: 2;
}

.mail_magazine_wrap .content_wrap .cta_button_wrap a {
  position: relative;
  display: block;
  margin-top: 69px;
  height: 108px;
  background-color: #EADB5A;
  border: 6px solid #EADB5A;
  overflow: hidden;
}

.mail_magazine_wrap .content_wrap .cta_button_wrap a:before,
.mail_magazine_wrap .content_wrap .cta_button_wrap a span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  height: 16px;
  line-height: 1;
}

.mail_magazine_wrap .content_wrap .cta_button_wrap a:before {
  content: '';
  width: 18px;
  height: 100%;
  background-color: #F3F3F3;
  transition: transform 0.5s ease-in-out;
  transform: scaleX(0) skewX(-30deg);
}

.mail_magazine_wrap .content_wrap .cta_button_wrap a span {
  width: 100%;
  font-weight: 700;
  background-image: url("../imgs/icon/button_arrow.svg");
  background-position: calc(100% - 20px) 50%;
  background-size: 10px 16px;
  background-repeat: no-repeat;
  z-index: 2;
}

.mail_magazine_wrap .content_wrap .cta_button_wrap a:hover:before {
  transform: scale(100) skewX(-30deg);
  color: #2F2F2F;
}

@media only screen and (max-width: 768px) {
  .mail_magazine_wrap {
    padding: 100px 0;
    background-size: auto 100%;
    background-position: 96%;
  }
  .mail_magazine_wrap .content_wrap {
    text-align: left;
  }
  .mail_magazine_wrap .content_wrap h3 img {
    width: 100%;
  }
  .mail_magazine_wrap .content_wrap .text_wrap {
    margin-top: 24px;
  }
  .mail_magazine_wrap .content_wrap .text_wrap span {
    font-size: 18px;
  }
  .mail_magazine_wrap .content_wrap .text_wrap p {
    margin-top: 10px;
  }
  .mail_magazine_wrap .content_wrap .cta_button_wrap img {
    display: none;
  }
  .mail_magazine_wrap .content_wrap .cta_button_wrap a {
    margin-top: 24px;
    height: 72px;
    color: #2F2F2F;
    line-height: 1.3;
    text-align: center;
    border-width: 3px;
  }
}

.wrapper {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 1360px;
  min-width: 1120px;
}

@media only screen and (max-width: 768px) {
  .wrapper {
    max-width: 100%;
    min-width: 100%;
  }
}

.wrapper .float_cta_button {
  display: none;
}

@media only screen and (max-width: 768px) {
  .wrapper .float_cta_button {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 25px;
    display: block;
    padding: 0;
    z-index: 15;
  }
  .wrapper .float_cta_button .uplift_button {
    width: 90%;
    height: 60px;
    background-color: #EADB5A;
  }
  .wrapper .float_cta_button .uplift_button span {
    top: -1px;
    left: 1px;
    width: calc(100% - 4px);
    height: 58px;
    line-height: 58px;
    border-color: #EADB5A;
  }
}

.wrapper .none {
  display: none;
}

.content_wrap {
  display: block;
  margin: 0 auto;
  padding: 200px 0 80px;
  width: 80%;
  max-width: 1120px;
  min-width: 1120px;
  /*.uplift_button {
		position: relative;
		display: block;
		margin: 24px auto 0;
		width: 200px;
		height: 43px;
		border-width: 2px 4px 4px 2px;
		border-style: solid;
		border-radius: 50px;
		background-color: #ffffff;
		overflow: hidden;
		&:before,
		&:after {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			display: block;
			width: 100%;
			height: 43px;
			font-family: ropa-mix-pro;
			font-size: 16px;
			font-weight: 700;
			letter-spacing: 1px;
			line-height: 39px;
			text-align: center;
		}
		&:before {
			left: -10%;
			width: 120%;
			transition: transform 0.5s ease-in-out;
			transform: translateX(-110%) skewX(-30deg);
		}
		&:hover {
			&:before {
				transform: translateX(0) skewX(-30deg);
			}
			&:after {
				color: #ffffff;
			}
		}
	}*/
}

.content_wrap .title_wrap {
  position: relative;
  margin: 0 auto;
  margin-bottom: 80px;
  padding-bottom: 120px;
  width: 100%;
  border-bottom: 3px solid #F3F3F3;
}

.content_wrap .title_wrap .slash_breadcrumb {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
}

.content_wrap .title_wrap .slash_breadcrumb li {
  margin-top: auto;
  margin-right: 16px;
  margin-bottom: 8px;
  padding-left: 0;
}

.content_wrap .title_wrap .slash_breadcrumb li a, .content_wrap .title_wrap .slash_breadcrumb li span {
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  border-bottom: none;
}

.content_wrap .title_wrap .slash_breadcrumb li:before {
  content: none;
}

.content_wrap .title_wrap .slash_breadcrumb li:nth-of-type(n + 2) {
  position: relative;
  margin-left: 48px;
}

.content_wrap .title_wrap .slash_breadcrumb li:nth-of-type(n + 2):before {
  content: '';
  position: absolute;
  left: -48px;
  bottom: 0;
  display: block;
  width: 30px;
  height: 1px;
  background-color: #2F2F2F;
}

.content_wrap .title_wrap h1 {
  font-family: ropa-mix-pro;
  font-style: italic;
}

.content_wrap .title_wrap .ja_title {
  display: block;
  margin-top: -35px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 4px;
  font-style: initial;
}

.content_wrap a {
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  border-bottom: 1px solid #2F2F2F;
}

.content_wrap a:hover {
  color: #2A7CAA;
  border-color: #2A7CAA;
}

.content_wrap .uplift_button,
.content_wrap .uplift_button span,
.content_wrap .uplift_button .wpcf7-submit {
  display: block;
  width: 200px;
  height: 43px;
  border-radius: 50px;
  border: none;
}

.content_wrap .uplift_button {
  position: relative;
  margin: 24px auto 0;
  background-color: #EADB5A;
}

.content_wrap .uplift_button span,
.content_wrap .uplift_button .wpcf7-submit {
  position: absolute;
  top: -2px;
  left: -1px;
  font-family: ropa-mix-pro;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 43px;
  text-align: center;
  border: 1px solid transparent;
  background-color: #ffffff;
}

.content_wrap .uplift_button:hover span,
.content_wrap .uplift_button:hover .wpcf7-submit {
  top: 0;
  left: 0;
}

.content_wrap .the_new_ribbon {
  position: absolute;
  top: 12px;
  left: 0;
  display: block;
  width: 60px;
  z-index: 5;
}

@media only screen and (max-width: 768px) {
  .content_wrap .the_new_ribbon {
    width: 46px;
  }
}

.content_wrap .u-shadow, .content_wrap .u-shadowfix {
  box-shadow: initial;
}

.content_wrap .pager {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}

.content_wrap .pager .pager_item {
  display: inline-block;
  margin: 0 8px;
  width: 30px;
  height: 30px;
  text-align: center;
}

.content_wrap .pager .pager_item a, .content_wrap .pager .pager_item span {
  font-family: ropa-mix-pro;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
}

.content_wrap .pager .pager_item-current {
  color: #2A7CAA;
  /*background-color: #2A7CAA;*/
  /*transform: skewX(-15deg);*/
}

.content_wrap .pager .pager_item-current span {
  display: inline-block;
  /*color: #ffffff;*/
  color: #2A7CAA;
  /*transform: skewX(15deg);*/
}

.content_wrap .content ul li {
  padding-left: 20px;
}

.content_wrap .content ul > li::before {
  content: "\ea12";
  font-family: "icomoon";
  color: #578fbf;
  transform: scale(0.8);
}

.content_wrap .list_title {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -webkit-box-align: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  margin-bottom: 24px;
}

.content_wrap .list_title h3 {
  font-family: ropa-mix-pro;
  font-size: 64px;
  font-style: italic;
  line-height: 1;
}

.content_wrap .list_title h4 {
  position: relative;
  display: inline-block;
  margin-left: 24px;
  margin-bottom: 5px;
  padding-left: 19px;
  font-size: 18px;
  font-style: initial;
}

.content_wrap .list_title h4:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 15px;
  height: 30px;
  background-image: url("../imgs/icon/slash.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.content_wrap .l-sidebar {
  width: 30%;
  max-width: 350px;
}

.content_wrap .l-sidebar a {
  border-bottom: none;
}

.content_wrap .l-sidebar .sidebar_title_wrap {
  margin-bottom: 24px;
  text-align: center;
}

.content_wrap .l-sidebar .sidebar_title_wrap .sidebar_title {
  position: relative;
  display: inline-block;
  padding: 0 15px 0 24px;
  font-family: ropa-mix-pro;
  font-style: italic;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 1px;
}

.content_wrap .l-sidebar .sidebar_title_wrap .sidebar_title:before, .content_wrap .l-sidebar .sidebar_title_wrap .sidebar_title:after {
  content: '';
  position: absolute;
  display: block;
  top: 1px;
  width: 12px;
  height: 30px;
  background-image: url("../imgs/icon/slash.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.content_wrap .l-sidebar .sidebar_title_wrap .sidebar_title:before {
  right: 0;
}

.content_wrap .l-sidebar .sidebar_title_wrap .sidebar_title:after {
  left: 0;
}

.content_wrap .l-sidebar .sidebar_title_wrap .ja_title {
  display: none;
}

.content_wrap .l-sidebar .widgetSticky .u-shadowfix {
  padding: initial;
}

.content_wrap .l-sidebar .widgetArchive .widgetArchive__item {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
}

.content_wrap .l-sidebar .widgetArchive .widgetArchive__item .eyecatch {
  width: 30%;
  height: 100%;
  margin-bottom: 0;
}

.content_wrap .l-sidebar .widgetArchive .widgetArchive__item .eyecatch .eyecatch__link {
  /*border: 3px solid transparent;*/
}

.content_wrap .l-sidebar .widgetArchive .widgetArchive__item .eyecatch .eyecatch__link:hover img {
  transform: none;
}

.content_wrap .l-sidebar .widgetArchive .widgetArchive__item .widgetArchive__contents {
  margin-left: 15px;
  width: calc(70% - 15px);
}

.content_wrap .l-sidebar .widgetArchive .widgetArchive__item .widgetArchive__contents .dateList .dateList__item {
  display: block;
  font-family: ropa-mix-pro;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
  color: initial;
}

.content_wrap .l-sidebar .widgetArchive .widgetArchive__item .widgetArchive__contents .dateList .dateList__item:before {
  content: none;
}

.content_wrap .l-sidebar .widgetArchive .widgetArchive__item .widgetArchive__contents .heading {
  margin-bottom: 0;
}

.content_wrap .l-sidebar .widgetArchive .widgetArchive__item .widgetArchive__contents .heading a {
  font-size: 15px;
  font-weight: 700;
  font-style: initial;
  line-height: 1.2;
  word-break: break-all;
}

.content_wrap .l-sidebar .widgetArchive .widgetArchive__item .widgetArchive__contents .heading a:hover {
  color: #2A7CAA;
}

.content_wrap .l-sidebar .widgetArchive .widgetArchive__item-rank:hover .eyecatch .eyecatch__link {
  border-color: #2A7CAA;
}

.content_wrap .l-sidebar .widgetArchive .widgetArchive__item-rank:hover .widgetArchive__contents .heading a {
  color: #2A7CAA;
}

.content_wrap .l-sidebar .widgetArchive-rank,
.content_wrap .l-sidebar .pickup_list {
  margin-bottom: 40px;
}

.content_wrap .l-sidebar .menu_list .menu_list_item {
  margin-bottom: 24px;
  width: 49%;
}

.content_wrap .l-sidebar .menu_list .menu_list_item span {
  position: relative;
  font-family: ropa-mix-pro;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
}

.content_wrap .l-sidebar .menu_list .menu_list_item .item_list {
  margin-top: 6px;
}

.content_wrap .l-sidebar .menu_list .menu_list_item .item_list li {
  margin-top: 12px;
  width: 100%;
}

.content_wrap .l-sidebar .menu_list .menu_list_item .item_list li a {
  position: relative;
  display: block;
  padding-left: 15px;
  font-size: 15px;
}

.content_wrap .l-sidebar .menu_list .menu_list_item .item_list li a:before {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 10px;
  height: 27px;
  background-image: url("../imgs/icon/slash.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.content_wrap .l-sidebar .menu_list .menu_list_item .item_list li a:hover:before {
  background-image: url("../imgs/icon/slash_hover.svg");
}

.content_wrap .l-sidebar .menu_list .menu_list_item .no_title {
  margin-top: 48px;
}

@media only screen and (max-width: 768px) {
  .content_wrap {
    padding: 145px 0 90px 0;
    width: 90%;
    max-width: 90%;
    min-width: initial;
  }
  .content_wrap .title_wrap {
    margin-bottom: 25px;
    padding-bottom: 37px;
  }
  .content_wrap .title_wrap h1 {
    font-size: 55px;
  }
  .content_wrap .title_wrap .slash_breadcrumb li {
    margin-bottom: 8px;
  }
  .content_wrap .title_wrap .slash_breadcrumb li a, .content_wrap .title_wrap .slash_breadcrumb li span {
    font-size: 12px;
  }
  .content_wrap .title_wrap .ja_title {
    margin-top: -15px;
    font-size: 13px;
  }
  .content_wrap .title_wrap:after {
    content: none;
  }
  .content_wrap .uplift_button:before, .content_wrap .uplift_button:after {
    font-size: 16px;
  }
  .content_wrap .list_title {
    margin-bottom: 15px;
  }
  .content_wrap .list_title h3 {
    width: 100%;
    font-size: 48px;
  }
  .content_wrap .list_title h4 {
    margin: 0;
    padding-left: 0;
    width: 100%;
    font-size: 15px;
  }
  .content_wrap .list_title h4:before {
    content: none;
  }
  .content_wrap .l-sidebar {
    width: 100%;
    max-width: 100%;
  }
  .content_wrap .l-sidebar .sidebar_title_wrap {
    text-align: left;
  }
  .content_wrap .l-sidebar .sidebar_title_wrap .sidebar_title {
    padding: 0;
    font-size: 48px;
    letter-spacing: 1px;
  }
  .content_wrap .l-sidebar .sidebar_title_wrap .sidebar_title:before, .content_wrap .l-sidebar .sidebar_title_wrap .sidebar_title:after {
    content: none;
  }
  .content_wrap .l-sidebar .sidebar_title_wrap .ja_title {
    display: block;
    margin-top: -4px;
    font-weight: 700;
    letter-spacing: 4px;
  }
  .content_wrap .l-sidebar .pickup_list {
    margin-bottom: 0;
  }
  .content_wrap .l-sidebar .all_skill_title_wrap,
  .content_wrap .l-sidebar .menu_list {
    display: none;
  }
}

.contents_960 {
  margin: 0 auto;
  width: 80%;
  max-width: 960px;
  min-width: 960px;
}

@media only screen and (max-width: 768px) {
  .contents_960 {
    width: 90%;
    max-width: 90%;
    min-width: initial;
  }
}

.contents_1200 {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
  min-width: 1200px;
}

@media only screen and (max-width: 768px) {
  .contents_1200 {
    width: 90%;
    max-width: 90%;
    min-width: initial;
  }
}

.contents_1360 {
  margin: 0 auto;
  width: 100%;
  max-width: 1360px;
  min-width: 1360px;
}

@media only screen and (max-width: 768px) {
  .contents_1360 {
    width: 90%;
    max-width: 90%;
    min-width: initial;
  }
}

.flex_wrap {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.display_pc {
  display: block;
}

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

.display_sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .display_sp {
    display: block;
  }
}

.none {
  display: none;
}

.not_found .content_wrap {
  padding-top: 60px;
  text-align: center;
}

.not_found .content_wrap h1 {
  font-size: 40px;
  line-height: 1.2;
  font-style: normal;
}

.not_found .content_wrap p {
  margin: 20px auto 40px;
}

.not_found .content_wrap .uplift_button {
  color: #2F2F2F;
  background-color: #EADB5A;
}

.not_found .content_wrap .uplift_button span {
  border-color: #EADB5A;
}

@media only screen and (max-width: 768px) {
  .not_found .content_wrap h1 {
    font-size: 24px;
  }
  .not_found .content_wrap p {
    margin: 15px auto 30px;
  }
}

/* Page */
/*
 Home
*/
.home .mv_wrap {
  position: relative;
  margin-bottom: -90px;
  min-width: 1120px;
}

.home .mv_wrap:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 120px;
  border-width: 0 0 120px 100vw;
  border-style: solid;
  border-color: transparent transparent #ffffff transparent;
}

.home .mv_wrap .mbYTP_wrapper iframe {
  top: -200px !important;
  left: -150px !important;
  width: 1920px !important;
  height: 1080px !important;
}

.home .mv_wrap .still {
  height: 60vw !important;
}

.home .mv_wrap .still__content {
  position: absolute;
  left: 0;
  bottom: 120px;
  padding-left: 40px;
  text-align: left;
}

.home .mv_wrap .still__content .heading {
  margin-bottom: 10px;
  font-size: 39px;
  text-shadow: none;
}

.home .mv_wrap .still__content .phrase {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  text-shadow: none;
}

@media only screen and (max-width: 768px) {
  .home .mv_wrap {
    margin-bottom: -45px;
    min-width: initial;
  }
  .home .mv_wrap:after {
    height: 42px;
    border-width: 0;
  }
  .home .mv_wrap .still {
    height: 530px !important;
  }
  .home .mv_wrap .still__box {
    background-image: url("../imgs/home/mv_sp.png") !important;
  }
  .home .mv_wrap .still__content {
    bottom: 42px;
    padding: 0 5%;
  }
  .home .mv_wrap .still__content .heading {
    margin-bottom: 0;
    font-size: 30px;
  }
  .home .mv_wrap .still__content .phrase {
    display: none;
  }
}

.home .content_wrap {
  padding: 42px 0;
  max-width: 960px;
  min-width: 960px;
}

.home .content_wrap .heading_wrap {
  margin-bottom: 42px;
  text-align: center;
}

.home .content_wrap .heading_wrap h2 {
  font-family: ropa-mix-pro;
  font-style: italic;
  font-size: 80px;
  letter-spacing: 6px;
}

.home .content_wrap .heading_wrap span {
  font-weight: 700;
}

.home .content_wrap .heading_wrap .text {
  display: block;
  margin-top: -24px;
  font-size: 18px;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .home .content_wrap {
    padding: 20px 0;
    width: 90%;
    max-width: 90%;
    min-width: initial;
  }
  .home .content_wrap .heading_wrap {
    margin-bottom: 20px;
    text-align: left;
  }
  .home .content_wrap .heading_wrap h2 {
    font-size: 48px;
    line-height: 1;
    letter-spacing: 2px;
  }
  .home .content_wrap .heading_wrap .text {
    display: block;
    margin-top: 0px;
    font-size: 14px;
    font-weight: 700;
  }
}

.home .gray_bg {
  position: relative;
  margin: 120px auto;
  background-color: #F3F3F3;
}

.home .gray_bg:before, .home .gray_bg:after {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 120px;
  background-image: url("../imgs/diagonal.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

.home .gray_bg:before {
  top: -120px;
}

.home .gray_bg:after {
  bottom: -120px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

@media only screen and (max-width: 768px) {
  .home .gray_bg {
    margin: 42px auto;
  }
  .home .gray_bg:before, .home .gray_bg:after {
    height: 42px;
  }
  .home .gray_bg:before {
    top: -42px;
  }
  .home .gray_bg:after {
    bottom: -42px;
  }
}

.home .problem .content_wrap ul li,
.home .feature .content_wrap ul li,
.home .step .content_wrap ul li {
  width: 30%;
}

.home .problem .content_wrap ul li span,
.home .feature .content_wrap ul li span,
.home .step .content_wrap ul li span {
  display: block;
  font-size: 18px;
  font-weight: 700;
}

.home .problem .content_wrap ul li p,
.home .feature .content_wrap ul li p,
.home .step .content_wrap ul li p {
  margin-top: 12px;
  font-size: 15px;
}

@media only screen and (max-width: 768px) {
  .home .problem .content_wrap ul li,
  .home .feature .content_wrap ul li,
  .home .step .content_wrap ul li {
    align-items: flex-end;
    -webkit-align-items: flex-end;
    -webkit-box-align: flex-end;
    -ms-align-items: flex-end;
    -ms-flex-align: flex-end;
  }
  .home .problem .content_wrap ul li span,
  .home .feature .content_wrap ul li span,
  .home .step .content_wrap ul li span {
    font-size: 16px;
  }
  .home .problem .content_wrap ul li p,
  .home .feature .content_wrap ul li p,
  .home .step .content_wrap ul li p {
    margin-top: 8px;
    font-size: 14px;
  }
  .home .problem .content_wrap ul li:nth-child(n + 2),
  .home .feature .content_wrap ul li:nth-child(n + 2),
  .home .step .content_wrap ul li:nth-child(n + 2) {
    margin-top: 24px;
  }
}

.home .problem .content_wrap .problem_list {
  margin: 0 auto;
  max-width: 730px;
}

.home .problem .content_wrap .problem_list li {
  text-align: center;
}

.home .problem .content_wrap .problem_list li span {
  margin-top: -15px;
}

.home .problem .content_wrap .problem_list li img {
  height: 230px;
}

@media only screen and (max-width: 768px) {
  .home .problem .content_wrap .problem_list li img {
    height: 110px;
  }
}

@media only screen and (max-width: 768px) {
  .home .problem .content_wrap .problem_list li img {
    height: 110px;
  }
  .home .problem .content_wrap .problem_list li:nth-child(n + 2) {
    margin-top: 0;
  }
}

.home .about .content_wrap h3 {
  margin-bottom: 30px;
  font-size: 40px;
  font-family: YuGothic, "游ゴシック Medium", YuGothicM, system-ui, -apple-system, "Helvetica Neue", メイリオ, Meiryo, sans-serif;
  font-style: initial;
}

.home .about .content_wrap .gray_bg {
  margin: 20px auto;
  padding: 24px;
  text-align: center;
  /*.slash_list {
					li {
						position: relative;
						display: inline-block;
						padding-right: 16px;
						&:before {
							content: '';
							position: absolute;
							right: 0;
							display: block;
							width: 1px;
							height: 100%;
							background-color: #2F2F2F;
							transform: rotate(20deg);
							-webkit-transform: rotate(20deg);
							-ms-transform: rotate(20deg);
						}
						&:nth-of-type(n + 2) {
							margin-left: 15px;
						}
						&:last-child {
							&:before {
								content: none;
							}
						}
					}
				}*/
}

.home .about .content_wrap .gray_bg:before, .home .about .content_wrap .gray_bg:after {
  content: none;
}

@media only screen and (max-width: 768px) {
  .home .about .content_wrap h3 {
    margin-bottom: 10px;
    font-size: 24px;
    letter-spacing: 1px;
  }
  .home .about .content_wrap .gray_bg {
    margin: 10px auto;
    padding: 24px 15px;
    /*.slash_list {
						li {
							padding-right: 8px;
							&:nth-of-type(n + 2) {
								margin-left: 7px;
							}
						}
					}*/
  }
  .home .about .content_wrap .gray_bg p {
    text-align: justify;
  }
}

.home .feature .content_wrap .feature_list li {
  text-align: center;
}

.home .feature .content_wrap .feature_list li img {
  margin-bottom: 10px;
  width: 100%;
  height: 110px;
}

.home .feature .content_wrap .feature_list li span, .home .feature .content_wrap .feature_list li p {
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .home .feature .content_wrap .feature_list li {
    width: 100%;
  }
  .home .feature .content_wrap .feature_list li img {
    margin-bottom: 0;
    width: 108px;
    height: 69px;
  }
  .home .feature .content_wrap .feature_list li span {
    width: calc(100% - 115px);
    order: -1;
  }
}

.home .news_pick .content_wrap .np_wrap {
  width: 48%;
}

.home .news_pick .content_wrap .np_wrap .heading_wrap {
  text-align: left;
}

.home .news_pick .content_wrap .np_wrap ul li a {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  border-bottom: none;
}

.home .news_pick .content_wrap .np_wrap ul li a img {
  width: 120px;
  height: 80px;
  background: #111;
}

.home .news_pick .content_wrap .np_wrap ul li a .text_wrap {
  margin-left: 16px;
  width: calc(100% - 137px);
}

.home .news_pick .content_wrap .np_wrap ul li a .text_wrap span {
  font-family: ropa-mix-pro;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.home .news_pick .content_wrap .np_wrap ul li a .text_wrap p {
  font-size: 15px;
  font-weight: 700;
}

.home .news_pick .content_wrap .np_wrap ul li a:hover img {
  border-color: #2A7CAA;
}

.home .news_pick .content_wrap .np_wrap ul li a:hover .text_wrap span, .home .news_pick .content_wrap .np_wrap ul li a:hover .text_wrap p {
  color: #2A7CAA;
}

.home .news_pick .content_wrap .np_wrap ul li:nth-child(n + 2) {
  margin-top: 24px;
}

@media only screen and (max-width: 768px) {
  .home .news_pick .content_wrap .np_wrap {
    width: 100%;
  }
  .home .news_pick .content_wrap .np_wrap ul li a .text_wrap span, .home .news_pick .content_wrap .np_wrap ul li a .text_wrap p {
    line-height: 1.3;
  }
  .home .news_pick .content_wrap .np_wrap ul li:nth-child(n + 2) {
    margin-top: 16px;
  }
  .home .news_pick .content_wrap .np_wrap:last-child {
    margin-top: 60px;
  }
}

.home .category_top .content_wrap {
  max-width: 1120px;
  min-width: 1120px;
}

.home .category_top .content_wrap .heading_wrap .uplift_button {
  background-color: #EADB5A;
}

.home .category_top .content_wrap .heading_wrap .uplift_button span {
  border-color: #EADB5A;
}

.home .category_top .content_wrap .category_top_list {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  margin-top: 39px;
}

.home .category_top .content_wrap .category_top_list li {
  margin-left: 39px;
  width: calc(24% - 30px);
}

.home .category_top .content_wrap .category_top_list li span {
  font-size: 18px;
  font-weight: 700;
}

.home .category_top .content_wrap .category_top_list li .category_list li {
  margin-left: 0;
  width: 100%;
}

.home .category_top .content_wrap .category_top_list li .category_list li a {
  position: relative;
  display: block;
  margin: 8px auto;
  padding-left: 15px;
  font-size: 15px;
  line-height: 1.5;
  border-bottom: none;
}

.home .category_top .content_wrap .category_top_list li .category_list li a:before {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 12px;
  height: 30px;
  background-image: url("../imgs/icon/slash.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.home .category_top .content_wrap .category_top_list li .category_list li a:hover {
  color: #2A7CAA;
}

.home .category_top .content_wrap .category_top_list li .category_list li a:hover:before {
  background-image: url("../imgs/icon/slash_hover.svg");
}

.home .category_top .content_wrap .category_top_list li .category_list li:nth-of-type(n + 5) {
  margin-top: 0;
}

.home .category_top .content_wrap .category_top_list li .uplift_button {
  background-color: #2A7CAA;
}

.home .category_top .content_wrap .category_top_list li .uplift_button span {
  font-size: 15px;
  border-color: #2A7CAA;
}

.home .category_top .content_wrap .category_top_list li:first-of-type {
  margin-left: 0;
}

.home .category_top .content_wrap .category_top_list li:nth-of-type(n + 5) {
  margin-top: 39px;
}

@media only screen and (max-width: 768px) {
  .home .category_top .content_wrap {
    max-width: 90%;
    min-width: 90%;
  }
  .home .category_top .content_wrap .heading_wrap {
    position: relative;
  }
  .home .category_top .content_wrap .heading_wrap .uplift_button {
    display: none;
  }
  .home .category_top .content_wrap .heading_wrap:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 9px;
    height: 30px;
    transform: scale(1, 1);
    background-image: url("../imgs/icon/cat_arrow.svg");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .home .category_top .content_wrap .open:after {
    right: 5px;
    transform: scale(-1, -1);
  }
  .home .category_top .content_wrap .category_top_list {
    display: none;
  }
  .home .category_top .content_wrap .category_top_list li {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
  }
  .home .category_top .content_wrap .category_top_list li .category_list li {
    margin-top: 0;
  }
  .home .category_top .content_wrap .category_top_list li .category_list li:nth-of-type(n + 5) {
    margin-top: 0;
  }
  .home .category_top .content_wrap .category_top_list li .uplift_button {
    margin-top: 16px;
  }
  .home .category_top .content_wrap .category_top_list li:first-of-type {
    margin-top: 0;
    margin-left: 0;
  }
  .home .category_top .content_wrap .category_top_list li:nth-of-type(n + 5) {
    margin-top: 20px;
  }
}

.home .mail_magazine_wrap {
  background-image: url("../imgs/home/cta.png");
}

@media only screen and (max-width: 768px) {
  .home .mail_magazine_wrap {
    margin-bottom: -80px;
    background-position: 96%;
  }
}

.home .service .content_wrap .to_all,
.home .case .content_wrap .to_all {
  position: relative;
  display: block;
  margin-top: 42px;
  height: 108px;
  text-align: center;
  border: 2px solid #F3F3F3;
  background-color: #ffffff;
  overflow: hidden;
}

.home .service .content_wrap .to_all:before,
.home .service .content_wrap .to_all span,
.home .case .content_wrap .to_all:before,
.home .case .content_wrap .to_all span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  height: 19px;
}

.home .service .content_wrap .to_all:before,
.home .case .content_wrap .to_all:before {
  content: '';
  width: 19px;
  height: 100%;
  background-color: #2A7CAA;
  transition: transform 0.5s ease-in-out;
  transform: scaleX(0) skewX(-30deg);
}

.home .service .content_wrap .to_all span,
.home .case .content_wrap .to_all span {
  width: calc(100% - 2px);
  color: #2A7CAA;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  background-image: url(../imgs/icon/button_arrow_b.svg);
  background-position: calc(100% - 20px) 50%;
  background-size: 10px 16px;
  background-repeat: no-repeat;
  z-index: 2;
}

.home .service .content_wrap .to_all:hover,
.home .case .content_wrap .to_all:hover {
  border-color: #2A7CAA;
}

.home .service .content_wrap .to_all:hover:before,
.home .case .content_wrap .to_all:hover:before {
  transform: scale(100) skewX(-30deg);
}

.home .service .content_wrap .to_all:hover span,
.home .case .content_wrap .to_all:hover span {
  color: #ffffff;
  background-image: url(../imgs/icon/button_arrow_w.svg);
}

@media only screen and (max-width: 768px) {
  .home .service .content_wrap .to_all,
  .home .case .content_wrap .to_all {
    margin-top: 24px;
    height: 72px;
    background-color: #2A7CAA;
  }
  .home .service .content_wrap .to_all span,
  .home .case .content_wrap .to_all span {
    color: #ffffff;
    line-height: 1;
    background-image: url(../imgs/icon/button_arrow_w.svg);
  }
  .home .service .content_wrap .to_all:after,
  .home .case .content_wrap .to_all:after {
    font-size: 16px;
    line-height: 1.3;
  }
}

.home .service {
  margin-top: 40px;
}

.home .service .content_wrap .switch_wrap {
  /*}
			.active_wrap {*/
}

.home .service .content_wrap .switch_wrap .heading_wrap {
  text-align: left;
  cursor: pointer;
}

.home .service .content_wrap .switch_wrap .selected h2, .home .service .content_wrap .switch_wrap .selected span {
  color: #2A7CAA;
}

.home .service .content_wrap .switch_wrap .target_wrap {
  display: none;
  width: 100%;
}

.home .service .content_wrap .switch_wrap .target_wrap .target_list:after {
  content: '';
  display: block;
  width: 30%;
}

.home .service .content_wrap .switch_wrap .target_wrap .target_list li {
  width: 30%;
}

.home .service .content_wrap .switch_wrap .target_wrap .target_list li a {
  display: block;
  padding-top: 20px;
  border-top: 3px solid #ffffff;
  border-bottom: none;
}

.home .service .content_wrap .switch_wrap .target_wrap .target_list li a span {
  font-weight: 700;
}

.home .service .content_wrap .switch_wrap .target_wrap .target_list li a .title {
  font-size: 18px;
}

.home .service .content_wrap .switch_wrap .target_wrap .target_list li a .description {
  margin-top: 10px;
  font-size: 15px;
}

.home .service .content_wrap .switch_wrap .target_wrap .target_list li a .more {
  position: relative;
  display: block;
  margin-top: 24px;
  padding-right: 16px;
  text-align: right;
}

.home .service .content_wrap .switch_wrap .target_wrap .target_list li a .more:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 9px;
  height: 12px;
  background-image: url("../imgs/icon/button_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.home .service .content_wrap .switch_wrap .target_wrap .target_list li a:hover {
  border-color: #2A7CAA;
}

.home .service .content_wrap .switch_wrap .target_wrap .target_list li a:hover .more {
  color: #2A7CAA;
}

.home .service .content_wrap .switch_wrap .target_wrap .target_list li a:hover .more:after {
  background-image: url("../imgs/icon/button_arrow_h.svg");
}

.home .service .content_wrap .switch_wrap .target_wrap .target_list li:nth-child(n + 4) {
  margin-top: 40px;
}

.home .service .content_wrap .switch_wrap .active {
  display: block;
}

@media only screen and (max-width: 768px) {
  .home .service .content_wrap .switch_wrap .personal_switch {
    order: 1;
  }
  .home .service .content_wrap .switch_wrap .personal_wrap {
    order: 2;
  }
  .home .service .content_wrap .switch_wrap .corporate_switch {
    order: 3;
  }
  .home .service .content_wrap .switch_wrap .corporate_wrap {
    order: 4;
  }
  .home .service .content_wrap .switch_wrap .heading_wrap {
    position: relative;
    width: 100%;
  }
  .home .service .content_wrap .switch_wrap .heading_wrap:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 9px;
    height: 30px;
    transform: scale(1, 1);
    background-image: url("../imgs/icon/cat_arrow.svg");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .home .service .content_wrap .switch_wrap .selected h2, .home .service .content_wrap .switch_wrap .selected span {
    color: #2F2F2F;
  }
  .home .service .content_wrap .switch_wrap .open:after {
    right: 5px;
    transform: scale(-1, -1);
  }
  .home .service .content_wrap .switch_wrap .corporate_switch {
    margin-top: 20px;
  }
  .home .service .content_wrap .switch_wrap .target_wrap {
    display: none;
  }
  .home .service .content_wrap .switch_wrap .target_wrap .target_list li {
    width: 100%;
  }
  .home .service .content_wrap .switch_wrap .target_wrap .target_list li:nth-child(n + 2) {
    margin-top: 20px;
  }
  .home .service .content_wrap .switch_wrap .personal_wrap {
    display: block;
  }
  .home .service .content_wrap .switch_wrap .personal_wrap.active {
    display: none;
  }
  .home .service .content_wrap .switch_wrap .active {
    display: block;
  }
}

.home .case .content_wrap .case_list_wrap .case_list li {
  width: 30%;
  vertical-align: top;
}

.home .case .content_wrap .case_list_wrap .case_list li a {
  width: 100%;
  border-bottom: none;
}

.home .case .content_wrap .case_list_wrap .case_list li a .img_wrap {
  position: relative;
  border: 2px solid transparent;
}

.home .case .content_wrap .case_list_wrap .case_list li a .img_wrap img {
  height: 160px;
  object-fit: cover;
  vertical-align: top;
}

.home .case .content_wrap .case_list_wrap .case_list li a .img_wrap span {
  position: absolute;
  right: 16px;
  bottom: 12px;
  font-weight: 700;
  color: #ffffff;
}

.home .case .content_wrap .case_list_wrap .case_list li a p {
  display: block;
  margin-top: 8px;
  font-weight: 700;
}

.home .case .content_wrap .case_list_wrap .case_list li a:hover .img_wrap {
  border-color: #2A7CAA;
}

.home .case .content_wrap .case_list_wrap .case_list li a:hover p {
  color: #2A7CAA;
}

@media only screen and (max-width: 768px) {
  .home .case .content_wrap {
    width: 100%;
    max-width: 100%;
  }
  .home .case .content_wrap .heading_wrap {
    margin-left: 5%;
  }
  .home .case .content_wrap .case_list_wrap {
    overflow: hidden;
  }
  .home .case .content_wrap .case_list_wrap .case_list {
    display: block;
    width: 100vw;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .home .case .content_wrap .case_list_wrap .case_list::-webkit-scrollbar {
    display: none;
  }
  .home .case .content_wrap .case_list_wrap .case_list li {
    display: inline-block;
    margin-right: 24px;
    width: 250px;
    white-space: initial;
  }
  .home .case .content_wrap .case_list_wrap .case_list li a .img_wrap img {
    height: 150px;
  }
  .home .case .content_wrap .case_list_wrap .case_list li a .img_wrap span {
    right: 16px;
    bottom: 12px;
  }
  .home .case .content_wrap .case_list_wrap .case_list li:first-child {
    margin-left: 5%;
  }
  .home .case .content_wrap .case_list_wrap .to_all {
    margin: 24px auto 0;
    width: 90%;
  }
}

.home .step {
  margin-bottom: 40px;
}

.home .step .content_wrap .step_list li img {
  margin-left: auto;
  width: 139px;
  height: 115px;
}

.home .step .content_wrap .step_list li span, .home .step .content_wrap .step_list li p {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .home .step .content_wrap .step_list li {
    width: 100%;
  }
  .home .step .content_wrap .step_list li img {
    width: 80px;
    height: 60px;
  }
  .home .step .content_wrap .step_list li span {
    width: calc(100% - 90px);
    order: -1;
  }
}

/*
 Category
*/
.category .content_wrap a {
  border-bottom: none;
}

.category .content_wrap .l-wrapper {
  padding: 0;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}

.category .content_wrap .l-wrapper main {
  padding: 0;
  width: 70%;
  max-width: 800px;
}

.category .content_wrap .l-wrapper main .archiveHead__list {
  margin-bottom: 24px;
}

.category .content_wrap .l-wrapper main .archiveHead__list .archiveHead__item {
  /*padding-bottom: 16px;*/
  background-color: #F3F3F3;
  border-radius: 100px;
}

.category .content_wrap .l-wrapper main .archiveHead__list .archiveHead__item .archiveHead__link {
  position: relative;
  padding-left: 20px;
  color: #2F2F2F;
}

.category .content_wrap .l-wrapper main .archiveHead__list .archiveHead__item .archiveHead__link:before {
  content: '';
  position: absolute;
  left: 8px;
  display: block;
  width: 8px;
  height: 20px;
  background-image: url("../imgs/icon/slash.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.category .content_wrap .l-wrapper main .archiveHead__list .archiveHead__item:hover .archiveHead__link {
  color: #2A7CAA;
}

.category .content_wrap .l-wrapper main .archiveHead__list .archiveHead__item:hover .archiveHead__link:before {
  background-image: url("../imgs/icon/slash_hover.svg");
}

.category .content_wrap .l-wrapper main .dividerBottom .archive {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}

.category .content_wrap .l-wrapper main .dividerBottom .archive:after {
  content: "";
  display: block;
  width: 30%;
}

.category .content_wrap .l-wrapper main .dividerBottom .archive .archive__item {
  margin-right: auto !important;
  margin-bottom: 20px;
  padding-bottom: 20px;
  width: 30% !important;
  border-bottom: none;
}

.category .content_wrap .l-wrapper main .dividerBottom .archive .archive__item .eyecatch {
  margin-bottom: 8px;
}

.category .content_wrap .l-wrapper main .dividerBottom .archive .archive__item .eyecatch .eyecatch__cat {
  display: none;
}

.category .content_wrap .l-wrapper main .dividerBottom .archive .archive__item .eyecatch .eyecatch__link {
  border: 3px solid transparent;
}

.category .content_wrap .l-wrapper main .dividerBottom .archive .archive__item .eyecatch .eyecatch__link:hover {
  border-color: #2A7CAA;
}

.category .content_wrap .l-wrapper main .dividerBottom .archive .archive__item .eyecatch .eyecatch__link:hover:hover img {
  transform: none;
}

.category .content_wrap .l-wrapper main .dividerBottom .archive .archive__item .archive__contents .dateList {
  position: absolute;
  top: -39px;
  right: 5px;
}

.category .content_wrap .l-wrapper main .dividerBottom .archive .archive__item .archive__contents .dateList .dateList__item {
  font-family: ropa-mix-pro;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  color: #ffffff;
}

.category .content_wrap .l-wrapper main .dividerBottom .archive .archive__item .archive__contents .dateList .dateList__item:before {
  content: none;
}

.category .content_wrap .l-wrapper main .dividerBottom .archive .archive__item .archive__contents .heading {
  margin-bottom: 0;
}

.category .content_wrap .l-wrapper main .dividerBottom .archive .archive__item .archive__contents .heading a {
  font-size: 18px;
  font-weight: 700;
  font-style: initial;
  line-height: 1.2;
}

.category .content_wrap .l-wrapper main .dividerBottom .archive .archive__item .archive__contents .phrase {
  display: none;
}

.category .content_wrap .l-wrapper main .dividerBottom .archive .archive__item:hover .eyecatch .eyecatch__link {
  border-color: #2A7CAA;
}

.category .content_wrap .l-wrapper main .dividerBottom .archive .archive__item:hover .archive__contents .heading a {
  color: #2A7CAA;
}

@media only screen and (max-width: 768px) {
  .category .content_wrap .l-wrapper {
    width: 100%;
    max-width: 100%;
  }
  .category .content_wrap .l-wrapper .l-main {
    width: 100%;
    max-width: 100%;
  }
  .category .content_wrap .l-wrapper .l-main .archiveHead__list {
    margin-bottom: 24px;
  }
  .category .content_wrap .l-wrapper .l-main .archiveHead__list .archiveHead__item .archiveHead__link {
    padding-left: 16px;
  }
  .category .content_wrap .l-wrapper .l-main .archiveHead__list .archiveHead__item .archiveHead__link:before {
    left: 6px;
    width: 6px;
    height: 16px;
  }
  .category .content_wrap .l-wrapper .l-main .dividerBottom .archive .archive__item {
    margin-bottom: 12px;
    padding-bottom: 12px;
    width: calc(49% - 15px) !important;
  }
  .category .content_wrap .l-wrapper .l-main .dividerBottom .archive .archive__item .archive__contents .heading {
    margin-bottom: 0;
  }
  .category .content_wrap .l-wrapper .l-main .dividerBottom .archive .archive__item .archive__contents .heading a {
    font-size: 15px;
  }
}

/*
 Single Post
*/
.single_post {
  padding: 200px 0 80px;
  max-width: 1360px;
  min-width: 1360px;
}

.single_post .title_wrap {
  display: inline-block;
  margin-bottom: initial;
  padding-bottom: initial;
  max-width: 800px;
  border-bottom: none;
}

.single_post .title_wrap h1 {
  margin-top: 12px;
  font-family: initial;
  font-size: 40px;
  font-style: normal;
}

.single_post .l-wrapper {
  margin: 24px auto;
  padding: 0;
  max-width: 1200px;
}

.single_post .l-wrapper main {
  padding: 0;
}

.single_post .l-wrapper main .eyecatch {
  margin-bottom: 0;
}

.single_post .l-wrapper main .eyecatch .eyecatch__link:hover img {
  transform: scale(1);
}

.single_post .l-wrapper main .eyecatch .block_wrap {
  border-bottom: none;
}

.single_post .l-wrapper main .eyecatch .words_wrap .sentence .text_right {
  display: block;
  text-align: right;
}

.single_post .l-wrapper main .dateList {
  text-align: right;
}

.single_post .l-wrapper main .dividerBottom .postContents .social-top,
.single_post .l-wrapper main .dividerBottom .postContents .social-bottom {
  margin: 30px auto 50px;
}

.single_post .l-wrapper main .dividerBottom .postContents .social-top .share_title_wrap,
.single_post .l-wrapper main .dividerBottom .postContents .social-bottom .share_title_wrap {
  margin-bottom: 24px;
  text-align: center;
}

.single_post .l-wrapper main .dividerBottom .postContents .social-top .share_title_wrap .share_title,
.single_post .l-wrapper main .dividerBottom .postContents .social-bottom .share_title_wrap .share_title {
  position: relative;
  display: inline-block;
  padding: 0 24px;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 8px;
}

.single_post .l-wrapper main .dividerBottom .postContents .social-top .socialList,
.single_post .l-wrapper main .dividerBottom .postContents .social-bottom .socialList {
  justify-content: center;
}

.single_post .l-wrapper main .dividerBottom .postContents .social-top .socialList .socialList__item,
.single_post .l-wrapper main .dividerBottom .postContents .social-bottom .socialList .socialList__item {
  margin: initial;
  width: initial;
  height: initial;
}

.single_post .l-wrapper main .dividerBottom .postContents .social-top .socialList .socialList__item .socialList__link,
.single_post .l-wrapper main .dividerBottom .postContents .social-bottom .socialList .socialList__item .socialList__link {
  border-bottom: none;
  background-color: transparent;
}

.single_post .l-wrapper main .dividerBottom .postContents .social-top .socialList .socialList__item .socialList__link:before,
.single_post .l-wrapper main .dividerBottom .postContents .social-bottom .socialList .socialList__item .socialList__link:before {
  content: '';
  width: 48px;
  height: 48px;
  background-size: contain;
  background-repeat: no-repeat;
}

.single_post .l-wrapper main .dividerBottom .postContents .social-top .socialList .socialList__item .socialList__link:after,
.single_post .l-wrapper main .dividerBottom .postContents .social-bottom .socialList .socialList__item .socialList__link:after {
  content: none;
}

.single_post .l-wrapper main .dividerBottom .postContents .social-top .socialList .socialList__item .icon-facebook:before,
.single_post .l-wrapper main .dividerBottom .postContents .social-bottom .socialList .socialList__item .icon-facebook:before {
  background-image: url("../imgs/single_post/facebook.svg");
}

.single_post .l-wrapper main .dividerBottom .postContents .social-top .socialList .socialList__item .icon-twitter:before,
.single_post .l-wrapper main .dividerBottom .postContents .social-bottom .socialList .socialList__item .icon-twitter:before {
  background-image: url("../imgs/single_post/twitter.svg");
}

.single_post .l-wrapper main .dividerBottom .postContents .social-top .socialList .socialList__item .icon-hatenabookmark:before,
.single_post .l-wrapper main .dividerBottom .postContents .social-bottom .socialList .socialList__item .icon-hatenabookmark:before {
  background-image: url("../imgs/single_post/hatenabookmark.svg");
}

.single_post .l-wrapper main .dividerBottom .postContents .social-top .socialList .socialList__item .icon-pocket:before,
.single_post .l-wrapper main .dividerBottom .postContents .social-bottom .socialList .socialList__item .icon-pocket:before {
  background-image: url("../imgs/single_post/pocket.svg");
}

.single_post .l-wrapper main .dividerBottom .postContents .social-top .socialList .socialList__item .icon-line:before,
.single_post .l-wrapper main .dividerBottom .postContents .social-bottom .socialList .socialList__item .icon-line:before {
  background-image: url("../imgs/single_post/line.svg");
}

.single_post .l-wrapper main .dividerBottom .postContents .social-top .socialList .socialList__item:hover .socialList__link,
.single_post .l-wrapper main .dividerBottom .postContents .social-bottom .socialList .socialList__item:hover .socialList__link {
  opacity: 1;
}

.single_post .l-wrapper main .dividerBottom .postContents .social-top .socialList .socialList__item:hover .socialList__link:before,
.single_post .l-wrapper main .dividerBottom .postContents .social-bottom .socialList .socialList__item:hover .socialList__link:before {
  width: 48px;
  height: 48px;
}

.single_post .l-wrapper main .dividerBottom .postContents .social-top .socialList .socialList__item:hover .icon-facebook:before,
.single_post .l-wrapper main .dividerBottom .postContents .social-bottom .socialList .socialList__item:hover .icon-facebook:before {
  background-image: url("../imgs/single_post/facebook_h.svg");
}

.single_post .l-wrapper main .dividerBottom .postContents .social-top .socialList .socialList__item:hover .icon-twitter:before,
.single_post .l-wrapper main .dividerBottom .postContents .social-bottom .socialList .socialList__item:hover .icon-twitter:before {
  background-image: url("../imgs/single_post/twitter_h.svg");
}

.single_post .l-wrapper main .dividerBottom .postContents .social-top .socialList .socialList__item:hover .icon-hatenabookmark:before,
.single_post .l-wrapper main .dividerBottom .postContents .social-bottom .socialList .socialList__item:hover .icon-hatenabookmark:before {
  background-image: url("../imgs/single_post/hatenabookmark_h.svg");
}

.single_post .l-wrapper main .dividerBottom .postContents .social-top .socialList .socialList__item:hover .icon-pocket:before,
.single_post .l-wrapper main .dividerBottom .postContents .social-bottom .socialList .socialList__item:hover .icon-pocket:before {
  background-image: url("../imgs/single_post/pocket_h.svg");
}

.single_post .l-wrapper main .dividerBottom .postContents .social-top .socialList .socialList__item:hover .icon-line:before,
.single_post .l-wrapper main .dividerBottom .postContents .social-bottom .socialList .socialList__item:hover .icon-line:before {
  background-image: url("../imgs/single_post/line_h.svg");
}

.single_post .l-wrapper main .dividerBottom .postContents .social-bottom {
  padding: 30px 0;
}

.single_post .l-wrapper main .dividerBottom .postContents .content h2 {
  display: block;
  padding: 8px 24px 12px 30px;
  font-size: 28px;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 2px;
  border: 3px solid #F3F3F3;
  border-width: 3px 0;
}

.single_post .l-wrapper main .dividerBottom .postContents .content h2:before {
  content: '';
  top: 12px;
  left: 2px;
  bottom: 0;
  display: block;
  width: 22px;
  height: 24px;
  border-bottom: none;
  background-image: url("../imgs/single_post/h2_slash.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.single_post .l-wrapper main .dividerBottom .postContents .content h2:after {
  content: none;
}

.single_post .l-wrapper main .dividerBottom .postContents .content h3 {
  display: block;
  padding: 12px 24px 16px 0;
  font-size: 22px;
  font-style: normal;
  line-height: 1;
}

.single_post .l-wrapper main .dividerBottom .postContents .content h3:after {
  content: '';
  top: initial;
  left: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 100%;
  height: 5px;
  border-bottom: none;
  background-color: transparent;
  background-image: url("../imgs/single_post/h3_slash.svg");
  background-size: contain;
  background-repeat: repeat;
}

.single_post .l-wrapper main .dividerBottom .postContents .content ul li:before {
  color: #2F2F2F;
}

.single_post .l-wrapper main .dividerBottom .postContents .content ol li:before {
  content: counter(number) " ,";
  font-family: ropa-mix-pro;
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
  line-height: 25px;
  color: #2F2F2F;
  border: none;
  background-color: transparent;
}

.single_post .l-wrapper main .dividerBottom .postContents .content a {
  display: initial;
  color: #2F2F2F;
  line-height: 1.5;
  border-radius: 0;
  border-bottom: none;
  text-decoration: underline;
  text-decoration-color: #2F2F2F;
}

.single_post .l-wrapper main .dividerBottom .postContents .content a:hover {
  color: #2A7CAA;
  font-weight: initial;
  /*border-color: #2A7CAA;*/
  text-decoration-color: #2A7CAA;
}

.single_post .l-wrapper main .dividerBottom .postContents .content .outline {
  position: relative;
  padding-bottom: 0;
  width: 100%;
  background-color: transparent;
}

.single_post .l-wrapper main .dividerBottom .postContents .content .outline:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 40px;
  /*height: 20px;
								background-color: rgba(255, 255, 255, 0.2);
								backdrop-filter: blur(2px);
								-webkit-backdrop-filter: blur(2px);*/
  background: linear-gradient(top, transparent 50%, #ffffff);
  background: -webkit-linear-gradient(top, transparent 50%, #ffffff);
  background: -ms-linear-gradient(top, transparent 50%, #ffffff);
}

.single_post .l-wrapper main .dividerBottom .postContents .content .outline a {
  text-decoration: none;
  border-bottom: none;
}

.single_post .l-wrapper main .dividerBottom .postContents .content .outline .outline__title {
  position: absolute;
  top: -20px;
  left: 40px;
  padding: 8px 30px;
  font-weight: 700;
  background-color: #F3F3F3;
}

.single_post .l-wrapper main .dividerBottom .postContents .content .outline .outline__switch {
  position: absolute;
  right: 20px;
  bottom: 16px;
  z-index: 5;
}

.single_post .l-wrapper main .dividerBottom .postContents .content .outline .outline__switch::before {
  content: "OPEN";
  display: block;
  margin: 0 auto;
  margin-bottom: -8px;
  width: auto;
  height: auto;
  font-family: ropa-mix-pro;
  font-size: 16px;
  font-weight: 700;
  border: none;
  background-image: none;
}

.single_post .l-wrapper main .dividerBottom .postContents .content .outline .outline__switch::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 16px;
  height: 12px;
  background-image: url("../imgs/single_post/index_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}

.single_post .l-wrapper main .dividerBottom .postContents .content .outline .outline__toggle:checked + .outline__switch::before {
  content: "";
  margin-bottom: 0;
  width: 16px;
  height: 12px;
  background-image: url("../imgs/single_post/index_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.single_post .l-wrapper main .dividerBottom .postContents .content .outline .outline__toggle:checked + .outline__switch::after {
  content: "CLOSE";
  width: auto;
  height: auto;
  min-width: 30px;
  font-family: ropa-mix-pro;
  font-size: 16px;
  font-weight: 700;
  background-image: none;
  transform: rotate(0);
}

.single_post .l-wrapper main .dividerBottom .postContents .content .outline .outline__list {
  padding-bottom: 20px;
  background: none;
}

.single_post .l-wrapper main .dividerBottom .postContents .content .outline .outline__list .outline__item {
  margin-top: 0;
}

.single_post .l-wrapper main .dividerBottom .postContents .content .outline .outline__list .outline__item .outline__link .outline__number {
  padding: 0 6px;
  font-family: ropa-mix-pro;
  font-size: 22px;
  font-style: italic;
  /*font-weight: 700;*/
  color: #2F2F2F;
  background-color: transparent;
}

.single_post .l-wrapper main .dividerBottom .postContents .content .outline .outline__list .outline__item .outline__link .outline__number:after {
  content: ' ,';
}

.single_post .l-wrapper main .dividerBottom .postContents .content .outline .outline__item:before,
.single_post .l-wrapper main .dividerBottom .postContents .content .outline .content .outline__switch + .outline__list::after,
.single_post .l-wrapper main .dividerBottom .postContents .content .outline .content .outline__switch + .outline__list::before {
  content: normal;
}

.single_post .l-wrapper main .dividerBottom .postContents .content .outline .outline__switch + .outline__list {
  overflow: hidden;
  width: auto;
  height: 86px;
  margin-top: 2rem;
}

.single_post .l-wrapper main .dividerBottom .postContents .content .outline .outline__toggle:checked + .outline__switch + .outline__list {
  height: auto;
}

.single_post .l-wrapper main .dividerBottom .postContents .content .blogcard,
.single_post .l-wrapper main .dividerBottom .postContents .content .sitecard {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  margin-top: 50px;
  padding-bottom: 25px;
  border-color: #F3F3F3;
  border-width: 2px;
  border-radius: 0;
  overflow: initial;
}

.single_post .l-wrapper main .dividerBottom .postContents .content .blogcard:hover,
.single_post .l-wrapper main .dividerBottom .postContents .content .sitecard:hover {
  border-color: #2A7CAA;
}

.single_post .l-wrapper main .dividerBottom .postContents .content .blogcard:hover .blogcard__subtitle,
.single_post .l-wrapper main .dividerBottom .postContents .content .blogcard:hover .sitecard__subtitle,
.single_post .l-wrapper main .dividerBottom .postContents .content .sitecard:hover .blogcard__subtitle,
.single_post .l-wrapper main .dividerBottom .postContents .content .sitecard:hover .sitecard__subtitle {
  color: #ffffff;
  background-color: #2A7CAA;
}

.single_post .l-wrapper main .dividerBottom .postContents .content .blogcard .blogcard__subtitle,
.single_post .l-wrapper main .dividerBottom .postContents .content .blogcard .sitecard__subtitle,
.single_post .l-wrapper main .dividerBottom .postContents .content .sitecard .blogcard__subtitle,
.single_post .l-wrapper main .dividerBottom .postContents .content .sitecard .sitecard__subtitle {
  top: -20px;
  left: 20px;
  padding: 5px 10px 7px 15px;
  font-family: icomoon, YuGothic, "游ゴシック Medium", YuGothicM, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", メイリオ, Meiryo, sans-serif;
  font-size: 16px;
  font-weight: bold;
  border-radius: 0;
  background-color: #F3F3F3;
}

.single_post .l-wrapper main .dividerBottom .postContents .content .blogcard .blogcard__contents,
.single_post .l-wrapper main .dividerBottom .postContents .content .blogcard .sitecard__contents,
.single_post .l-wrapper main .dividerBottom .postContents .content .sitecard .blogcard__contents,
.single_post .l-wrapper main .dividerBottom .postContents .content .sitecard .sitecard__contents {
  margin-top: 25px;
  margin-left: 20px;
  order: 2;
}

.single_post .l-wrapper main .dividerBottom .postContents .content .blogcard .blogcard__contents .heading a,
.single_post .l-wrapper main .dividerBottom .postContents .content .blogcard .sitecard__contents .heading a,
.single_post .l-wrapper main .dividerBottom .postContents .content .sitecard .blogcard__contents .heading a,
.single_post .l-wrapper main .dividerBottom .postContents .content .sitecard .sitecard__contents .heading a {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}

.single_post .l-wrapper main .dividerBottom .postContents .content .blogcard .blogcard__contents .heading a:hover,
.single_post .l-wrapper main .dividerBottom .postContents .content .blogcard .sitecard__contents .heading a:hover,
.single_post .l-wrapper main .dividerBottom .postContents .content .sitecard .blogcard__contents .heading a:hover,
.single_post .l-wrapper main .dividerBottom .postContents .content .sitecard .sitecard__contents .heading a:hover {
  color: #2F2F2F;
}

.single_post .l-wrapper main .dividerBottom .postContents .content .blogcard .blogcard__contents .phrase,
.single_post .l-wrapper main .dividerBottom .postContents .content .blogcard .sitecard__contents .phrase,
.single_post .l-wrapper main .dividerBottom .postContents .content .sitecard .blogcard__contents .phrase,
.single_post .l-wrapper main .dividerBottom .postContents .content .sitecard .sitecard__contents .phrase {
  margin-top: 5px;
}

.single_post .l-wrapper main .dividerBottom .postContents .content .blogcard .eyecatch,
.single_post .l-wrapper main .dividerBottom .postContents .content .sitecard .eyecatch {
  margin-top: 20px;
  width: 30%;
  order: 1;
}

.single_post .l-wrapper main .dividerBottom .postContents .content .blogcard .eyecatch:before,
.single_post .l-wrapper main .dividerBottom .postContents .content .sitecard .eyecatch:before {
  padding-top: 56.25%;
}

.single_post .l-wrapper main .dividerBottom .postContents .content .blogcard .eyecatch .eyecatch__link,
.single_post .l-wrapper main .dividerBottom .postContents .content .sitecard .eyecatch .eyecatch__link {
  border-bottom: none;
}

.single_post .l-wrapper main .dividerBottom .postContents .content .blogcard .eyecatch .eyecatch__link img,
.single_post .l-wrapper main .dividerBottom .postContents .content .sitecard .eyecatch .eyecatch__link img {
  object-fit: contain;
  vertical-align: top;
}

@media only screen and (max-width: 768px) {
  .single_post .l-wrapper main .dividerBottom .postContents .content .sitecard .eyecatch .eyecatch__link img {
    object-fit: cover;
  }
}

.single_post .l-wrapper main .dividerBottom .postContents .content .ep-box {
  position: relative;
  padding: 30px;
  background-color: #F3F3F3;
  border-color: initial;
}

.single_post .l-wrapper main .dividerBottom .postContents .yyi-rinker-contents .yyi-rinker-box a {
  text-decoration: none;
}

.single_post .l-wrapper main .dividerBottom .postContents .yyi-rinker-contents .yyi-rinker-box .yyi-rinker-info .yyi-rinker-detail {
  margin-top: 0;
  padding: 0;
}

.single_post .l-wrapper main .dividerBottom .postContents .yyi-rinker-contents .yyi-rinker-box .yyi-rinker-info .yyi-rinker-detail .brand,
.single_post .l-wrapper main .dividerBottom .postContents .yyi-rinker-contents .yyi-rinker-box .yyi-rinker-info .yyi-rinker-detail .price-box {
  margin-top: 0;
}

.single_post .l-wrapper main .dividerBottom .postContents .yyi-rinker-contents .yyi-rinker-box .yyi-rinker-info .yyi-rinker-links a {
  color: #ffffff;
  line-height: 30px;
}

.single_post .l-wrapper main .dividerBottom .postContents .yyi-rinker-contents .yyi-rinker-box .yyi-rinker-info .yyi-rinker-links a:hover {
  color: #ffffff;
  font-weight: bold;
}

.single_post .l-wrapper main .dividerBottom .postContents .btn {
  position: relative;
  display: block;
  /*margin-top: 69px;*/
  /*height: 108px;*/
  font-size: 16px;
  background-color: #EADB5A;
  border: 6px solid #EADB5A;
  overflow: hidden;
}

.single_post .l-wrapper main .dividerBottom .postContents .btn:before, .single_post .l-wrapper main .dividerBottom .postContents .btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  height: 16px;
  z-index: 0;
}

.single_post .l-wrapper main .dividerBottom .postContents .btn:before {
  width: 16px;
  height: 100%;
  background-color: #F3F3F3;
  border: none;
  transition: transform 0.5s ease-in-out;
  transform: scaleX(0) skewX(-30deg);
}

.single_post .l-wrapper main .dividerBottom .postContents .btn:after {
  width: 100%;
  font-weight: 700;
  background: transparent;
  background-image: url("../imgs/icon/button_arrow.svg");
  background-position: calc(100% - 20px) 50%;
  background-size: 10px 16px;
  background-repeat: no-repeat;
  transform: none;
  opacity: 1;
}

.single_post .l-wrapper main .dividerBottom .postContents .btn .btn__link {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  margin: auto;
  width: 100%;
  height: 108px;
  font-size: 16px;
  /*line-height: 54px;*/
  text-decoration: none;
  background-color: transparent;
  z-index: 1;
}

.single_post .l-wrapper main .dividerBottom .postContents .btn .btn__link:before, .single_post .l-wrapper main .dividerBottom .postContents .btn .btn__link:after {
  content: none;
}

.single_post .l-wrapper main .dividerBottom .postContents .btn:hover:before {
  transform: scale(100) skewX(-30deg);
  color: #2F2F2F;
}

.single_post .l-wrapper main .dividerBottom .postContents .btn:hover .btn__link {
  color: #2F2F2F;
  font-weight: 700;
}

.single_post .l-wrapper main .dividerBottom .postContents .postCta {
  background-color: #ffffff;
  border-top: 2px solid #2A7CAA;
  border-bottom: 2px solid #2A7CAA;
}

.single_post .l-wrapper main .dividerBottom .postContents .postCta p, .single_post .l-wrapper main .dividerBottom .postContents .postCta a, .single_post .l-wrapper main .dividerBottom .postContents .postCta span {
  color: #2F2F2F !important;
}

.single_post .l-wrapper main .dividerBottom .postContents .postCta a {
  color: #ffffff;
  border-bottom: none;
}

.single_post .l-wrapper main .dividerBottom .postContents .postCta .ep-box {
  padding: 20px;
  background-color: #F3F3F3;
}

.single_post .l-wrapper main .dividerBottom .postContents .postCta .ep-box:before {
  content: none;
}

.single_post .l-wrapper main .dividerBottom .prevNext {
  position: relative;
  border: none;
}

.single_post .l-wrapper main .dividerBottom .prevNext .prevNext_item {
  position: absolute;
}

.single_post .l-wrapper main .dividerBottom .prevNext .prevNext_item:before, .single_post .l-wrapper main .dividerBottom .prevNext .prevNext_item:after {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 100%;
  height: 15px;
  background-image: url("../imgs/single_post/prev_next.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.single_post .l-wrapper main .dividerBottom .prevNext .prevNext_item a {
  border-bottom: none;
}

.single_post .l-wrapper main .dividerBottom .prevNext .prevNext_item .prevNext_title {
  font-weight: 700;
}

.single_post .l-wrapper main .dividerBottom .prevNext .prevNext_item-prev {
  left: 0;
  padding-left: 15px;
}

.single_post .l-wrapper main .dividerBottom .prevNext .prevNext_item-prev:before {
  content: '';
  left: 0;
}

.single_post .l-wrapper main .dividerBottom .prevNext .prevNext_item-all {
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  width: 70px;
  text-align: center;
}

.single_post .l-wrapper main .dividerBottom .prevNext .prevNext_item-next {
  right: 0;
  padding-right: 15px;
}

.single_post .l-wrapper main .dividerBottom .prevNext .prevNext_item-next:after {
  content: '';
  right: 0;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.single_post .l-footerTop .gray_bg {
  position: relative;
  margin: 120px auto;
  background-color: #F3F3F3;
}

.single_post .l-footerTop .gray_bg:before, .single_post .l-footerTop .gray_bg:after {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 120px;
  background-image: url("../imgs/diagonal.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

.single_post .l-footerTop .gray_bg:before {
  top: -120px;
}

.single_post .l-footerTop .gray_bg:after {
  bottom: -120px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.single_post .l-footerTop .wider ul li {
  margin-right: 0;
  width: 24%;
}

.single_post .l-footerTop .wider ul li a {
  width: 100%;
  border-bottom: none;
}

.single_post .l-footerTop .wider ul li a .img_wrap {
  position: relative;
}

.single_post .l-footerTop .wider ul li a .img_wrap img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  vertical-align: top;
}

.single_post .l-footerTop .wider ul li a .img_wrap span {
  position: absolute;
  right: 16px;
  bottom: 12px;
  color: #ffffff;
  font-weight: 700;
}

.single_post .l-footerTop .wider ul li a p {
  display: block;
  margin-top: 8px;
  font-weight: 700;
}

.single_post .l-footerTop .wider ul li a:hover .img_wrap img {
  border-color: #2A7CAA;
}

.single_post .l-footerTop .wider ul li a:hover p {
  color: #2A7CAA;
}

.single_post .l-footerTop .wider .latest {
  background-color: transparent;
}

@media only screen and (max-width: 768px) {
  .single_post {
    padding: 145px 0 90px 0;
    width: 95%;
    max-width: 95%;
    min-width: initial;
  }
  .single_post .title_wrap .slash_breadcrumb li:last-of-type {
    /*display: none;*/
  }
  .single_post .title_wrap h1 {
    font-size: 24px;
  }
  .single_post .l-wrapper {
    margin: 15px auto;
    max-width: 95%;
  }
  .single_post .l-wrapper main {
    margin-bottom: 80px;
  }
  .single_post .l-wrapper main .eyecatch {
    margin-bottom: 0;
  }
  .single_post .l-wrapper main .dividerBottom .postContents .social-top .share_title_wrap,
  .single_post .l-wrapper main .dividerBottom .postContents .social-bottom .share_title_wrap {
    margin: 15px auto;
  }
  .single_post .l-wrapper main .dividerBottom .postContents .social-top .share_title_wrap .share_title,
  .single_post .l-wrapper main .dividerBottom .postContents .social-bottom .share_title_wrap .share_title {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    font-size: 15px;
    letter-spacing: 4px;
  }
  .single_post .l-wrapper main .dividerBottom .postContents .social-top .socialList .socialList__item,
  .single_post .l-wrapper main .dividerBottom .postContents .social-bottom .socialList .socialList__item {
    margin: 0;
    padding: 0;
    width: initial;
    height: initial;
  }
  .single_post .l-wrapper main .dividerBottom .postContents .social-top .socialList .socialList__item .socialList__link,
  .single_post .l-wrapper main .dividerBottom .postContents .social-bottom .socialList .socialList__item .socialList__link {
    margin: 0 5px;
    padding: 0;
  }
  .single_post .l-wrapper main .dividerBottom .postContents .social-bottom {
    padding: 20px 0;
    border: 2px solid #F3F3F3;
  }
  .single_post .l-wrapper main .dividerBottom .postContents .content h2 {
    font-size: 24px;
  }
  .single_post .l-wrapper main .dividerBottom .postContents .content h2:before {
    top: 10px;
  }
  .single_post .l-wrapper main .dividerBottom .postContents .content h3 {
    font-size: 18px;
  }
  .single_post .l-wrapper main .dividerBottom .postContents .content table {
    display: block;
    width: 100% !important;
    height: auto !important;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .single_post .l-wrapper main .dividerBottom .postContents .content table tbody tr td img {
    position: relative;
  }
  .single_post .l-wrapper main .dividerBottom .postContents .content ol li:before {
    font-size: 18px;
  }
  .single_post .l-wrapper main .dividerBottom .postContents .content .outline {
    padding-bottom: 42px;
  }
  .single_post .l-wrapper main .dividerBottom .postContents .content .outline .outline__title {
    left: -1px;
    width: calc(100% + 2px);
    padding: 8px 0;
    text-align: center;
  }
  .single_post .l-wrapper main .dividerBottom .postContents .content .outline .outline__switch {
    left: 0;
    right: 0;
    bottom: 8px;
    display: block;
    margin: 0 auto;
  }
  .single_post .l-wrapper main .dividerBottom .postContents .content .outline .outline__switch:before, .single_post .l-wrapper main .dividerBottom .postContents .content .outline .outline__switch:after {
    text-align: center;
  }
  .single_post .l-wrapper main .dividerBottom .postContents .content .outline .outline__list .outline__item .outline__link .outline__number {
    margin-right: 0;
    font-size: 18px;
  }
  .single_post .l-wrapper main .dividerBottom .postContents .content .blogcard,
  .single_post .l-wrapper main .dividerBottom .postContents .content .sitecard {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .single_post .l-wrapper main .dividerBottom .postContents .content .blogcard .blogcard__subtitle,
  .single_post .l-wrapper main .dividerBottom .postContents .content .blogcard .sitecard__subtitle,
  .single_post .l-wrapper main .dividerBottom .postContents .content .sitecard .blogcard__subtitle,
  .single_post .l-wrapper main .dividerBottom .postContents .content .sitecard .sitecard__subtitle {
    left: -1px;
    padding: 8px 0;
    width: calc(100% + 2px);
    max-width: 100%;
    font-size: 15px;
    text-align: center;
  }
  .single_post .l-wrapper main .dividerBottom .postContents .content .blogcard .blogcard__contents,
  .single_post .l-wrapper main .dividerBottom .postContents .content .blogcard .sitecard__contents,
  .single_post .l-wrapper main .dividerBottom .postContents .content .sitecard .blogcard__contents,
  .single_post .l-wrapper main .dividerBottom .postContents .content .sitecard .sitecard__contents {
    margin-top: 10px;
    margin-left: initial;
    width: 100%;
    max-width: 100%;
  }
  .single_post .l-wrapper main .dividerBottom .postContents .content .blogcard .blogcard__contents .heading a,
  .single_post .l-wrapper main .dividerBottom .postContents .content .blogcard .sitecard__contents .heading a,
  .single_post .l-wrapper main .dividerBottom .postContents .content .sitecard .blogcard__contents .heading a,
  .single_post .l-wrapper main .dividerBottom .postContents .content .sitecard .sitecard__contents .heading a {
    font-size: 15px;
  }
  .single_post .l-wrapper main .dividerBottom .postContents .content .blogcard .blogcard__contents .phrase,
  .single_post .l-wrapper main .dividerBottom .postContents .content .blogcard .sitecard__contents .phrase,
  .single_post .l-wrapper main .dividerBottom .postContents .content .sitecard .blogcard__contents .phrase,
  .single_post .l-wrapper main .dividerBottom .postContents .content .sitecard .sitecard__contents .phrase {
    margin-top: 5px;
  }
  .single_post .l-wrapper main .dividerBottom .postContents .content .blogcard .eyecatch,
  .single_post .l-wrapper main .dividerBottom .postContents .content .sitecard .eyecatch {
    margin-top: 15px;
    margin-left: initial;
    width: 100%;
  }
  .single_post .l-wrapper main .dividerBottom .postContents .btn {
    height: initial;
  }
  .single_post .l-wrapper main .dividerBottom .postContents .btn .btn__link {
    height: initial;
  }
  .single_post .l-footerTop .gray_bg {
    margin: 42px auto;
  }
  .single_post .l-footerTop .gray_bg:before, .single_post .l-footerTop .gray_bg:after {
    height: 42px;
  }
  .single_post .l-footerTop .gray_bg:before {
    top: -42px;
  }
  .single_post .l-footerTop .gray_bg:after {
    bottom: -42px;
  }
  .single_post .l-footerTop .wider {
    width: 100%;
    max-width: 100%;
  }
  .single_post .l-footerTop .wider ul li {
    width: 49%;
  }
  .single_post .l-footerTop .wider ul li a .img_wrap img {
    height: 100px;
　　　　　width: 100%;
  }
  .single_post .l-footerTop .wider ul li a .img_wrap span {
    right: 8px;
    bottom: 6px;
  }
  .single_post .l-footerTop .wider ul li a p {
    margin-top: 4px;
  }
  .single_post .l-footerTop .wider .related .list_title,
  .single_post .l-footerTop .wider .latest .list_title {
    margin-bottom: 15px;
  }
  .single_post .l-footerTop .wider .related .list_title h3,
  .single_post .l-footerTop .wider .latest .list_title h3 {
    width: 100%;
    font-size: 48px;
  }
  .single_post .l-footerTop .wider .related .list_title h4,
  .single_post .l-footerTop .wider .latest .list_title h4 {
    margin: 0;
    padding-left: 0;
    width: 100%;
    font-size: 13px;
  }
  .single_post .l-footerTop .wider .related .list_title h4:before,
  .single_post .l-footerTop .wider .latest .list_title h4:before {
    content: none;
  }
}

/*
 Others
*/
@media only screen and (max-width: 768px) {
  .output .content_wrap .title_wrap h1 {
    letter-spacing: initial;
  }
}

.output .content_wrap .output_wrap h3 {
  position: relative;
  margin-bottom: 24px;
  padding-left: 24px;
  font-size: 30px;
  font-style: normal;
  letter-spacing: 2px;
}

.output .content_wrap .output_wrap h3:nth-of-type(n + 2) {
  margin-top: 80px;
}

.output .content_wrap .output_wrap h3:before {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 8px;
  height: 100%;
  background-color: #EADB5A;
}

@media only screen and (max-width: 768px) {
  .output .content_wrap .output_wrap h3 {
    margin-bottom: 15px;
    font-size: 18px;
    letter-spacing: 1px;
  }
  .output .content_wrap .output_wrap h3:nth-of-type(n + 2) {
    margin-top: 50px;
  }
}

.output .content_wrap .output_wrap a {
  color: #2A7CAA;
}

.output .content_wrap .output_wrap p {
  line-height: 1.9;
  letter-spacing: 2px;
}

@media only screen and (max-width: 768px) {
  .output .content_wrap .output_wrap p {
    font-size: 16px;
    line-height: 1.3;
  }
}

.output .content_wrap .output_wrap ol li::marker {
  font-family: ropa-mix-pro;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  color: #2F2F2F;
  border: none;
  background-color: transparent;
}

.output .content_wrap .output_wrap table {
  width: 100%;
  border: none;
}

.output .content_wrap .output_wrap table tbody {
  border: none;
}

.output .content_wrap .output_wrap table tbody tr {
  border: none;
}

.output .content_wrap .output_wrap table tbody tr td {
  position: relative;
  padding: 27px 0 15px;
  line-height: 20px;
  border: none;
  border-bottom: 1px solid #F3F3F3;
}

.output .content_wrap .output_wrap table tbody tr td:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 8px;
  background-color: #ffffff;
}

.output .content_wrap .output_wrap table tbody tr td:nth-of-type(2n + 1) {
  padding-left: 24px;
  width: 37%;
  font-weight: 700;
  background-color: #F3F3F3;
}

.output .content_wrap .output_wrap table tbody tr td:nth-of-type(2n) {
  padding-left: 42px;
  width: 63%;
}

@media only screen and (max-width: 768px) {
  .output .content_wrap .output_wrap table tbody tr td:nth-of-type(2n + 1), .output .content_wrap .output_wrap table tbody tr td:nth-of-type(2n) {
    display: block;
    padding: 24px 15px 15px;
    width: 100%;
    border-bottom: none;
  }
  .output .content_wrap .output_wrap table tbody tr td:nth-of-type(2n + 1) {
    margin-top: 8px;
  }
}

.service_all .gray_bg {
  position: relative;
  margin: 120px auto;
  padding: 130px 0 42px;
  background-color: #F3F3F3;
}

.service_all .gray_bg:before, .service_all .gray_bg:after {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 120px;
  background-image: url("../imgs/diagonal.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

.service_all .gray_bg:before {
  top: -120px;
}

.service_all .gray_bg:after {
  bottom: -120px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

@media only screen and (max-width: 768px) {
  .service_all .gray_bg {
    margin: 42px auto;
    padding: 42px 0;
  }
  .service_all .gray_bg:before, .service_all .gray_bg:after {
    height: 42px;
  }
  .service_all .gray_bg:before {
    top: -42px;
  }
  .service_all .gray_bg:after {
    bottom: -42px;
  }
}

.service_all .content_wrap {
  padding-bottom: 0;
}

.service_all .content_wrap .target_wrap .list_title:nth-child(n + 2) {
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  .service_all .content_wrap .target_wrap .list_title:nth-child(n + 2) {
    margin-top: 39px;
  }
}

.service_all .content_wrap .target_wrap .visual_wrap {
  position: relative;
  margin-top: 60px;
  width: 100%;
  z-index: 1;
}

.service_all .content_wrap .target_wrap .visual_wrap .text_wrap {
  position: relative;
  display: inline-block;
  margin-bottom: 39px;
  width: 40%;
  vertical-align: bottom;
  z-index: 1;
}

.service_all .content_wrap .target_wrap .visual_wrap .text_wrap h5 {
  font-size: 18px;
  font-style: initial;
  letter-spacing: 1.5px;
}

.service_all .content_wrap .target_wrap .visual_wrap .text_wrap p {
  margin-top: 8px;
  font-size: 14px;
}

.service_all .content_wrap .target_wrap .visual_wrap .target_img_wrap {
  display: inline-block;
  width: 60%;
  height: 390px;
  overflow: hidden;
  vertical-align: bottom;
}

.service_all .content_wrap .target_wrap .visual_wrap .target_img_wrap .target_img {
  /*margin-top: -110px;*/
}

.service_all .content_wrap .target_wrap .visual_wrap .svg_img {
  position: absolute;
  width: 50px;
}

.service_all .content_wrap .target_wrap .personal_visual .text_wrap {
  padding-right: 24px;
}

.service_all .content_wrap .target_wrap .personal_visual .svg_img {
  right: -25px;
  bottom: -5px;
}

.service_all .content_wrap .target_wrap .corporate_visual .text_wrap {
  padding-left: 24px;
}

.service_all .content_wrap .target_wrap .corporate_visual .svg_img {
  left: -25px;
  bottom: -30px;
}

.service_all .content_wrap .target_wrap .target_list_wrap {
  margin-top: -70px;
}

.service_all .content_wrap .target_wrap .target_list_wrap .target_list:after {
  content: '';
  display: block;
  width: 30%;
}

.service_all .content_wrap .target_wrap .target_list_wrap .target_list li {
  width: 30%;
}

.service_all .content_wrap .target_wrap .target_list_wrap .target_list li a {
  position: relative;
  padding-top: 20px;
  width: 100%;
  height: 270px;
  border-top: 3px solid #ffffff;
  border-bottom: none;
}

.service_all .content_wrap .target_wrap .target_list_wrap .target_list li a span {
  font-weight: 700;
}

.service_all .content_wrap .target_wrap .target_list_wrap .target_list li a .title {
  font-size: 18px;
}

.service_all .content_wrap .target_wrap .target_list_wrap .target_list li a .overview {
  margin-top: 10px;
  font-size: 15px;
}

.service_all .content_wrap .target_wrap .target_list_wrap .target_list li a .uplift_button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2A7CAA;
}

.service_all .content_wrap .target_wrap .target_list_wrap .target_list li a .uplift_button span {
  border-color: #2A7CAA;
}

.service_all .content_wrap .target_wrap .target_list_wrap .target_list li a:hover .more {
  color: #2A7CAA;
}

.service_all .content_wrap .target_wrap .target_list_wrap .target_list li:nth-child(n + 4) {
  margin-top: 40px;
}

.service_all .content_wrap .case {
  padding: 80px 0;
}

.service_all .content_wrap .case .case_list_wrap .case_list li {
  width: 31%;
}

.service_all .content_wrap .case .case_list_wrap .case_list li a {
  width: 100%;
  border-bottom: none;
}

.service_all .content_wrap .case .case_list_wrap .case_list li a .img_wrap {
  position: relative;
}

.service_all .content_wrap .case .case_list_wrap .case_list li a .img_wrap img {
  height: 160px;
  object-fit: cover;
  vertical-align: top;
}

.service_all .content_wrap .case .case_list_wrap .case_list li a .img_wrap span {
  position: absolute;
  right: 16px;
  bottom: 12px;
  font-weight: 700;
  color: #ffffff;
}

.service_all .content_wrap .case .case_list_wrap .case_list li a p {
  display: block;
  margin-top: 8px;
  font-weight: 700;
}

.service_all .content_wrap .case .case_list_wrap .case_list li a:hover .img_wrap {
  border-color: #2A7CAA;
}

.service_all .content_wrap .case .case_list_wrap .case_list li a:hover p {
  color: #2A7CAA;
}

.service_all .content_wrap .case .case_list_wrap .uplift_button {
  background-color: #EADB5A;
}

.service_all .content_wrap .case .case_list_wrap .uplift_button span {
  border-color: #EADB5A;
}

@media only screen and (max-width: 768px) {
  .service_all .content_wrap {
    width: 100%;
    max-width: 100%;
  }
  .service_all .content_wrap .target_wrap {
    padding-top: 39px;
  }
  .service_all .content_wrap .target_wrap .visual_wrap {
    margin: 24px auto 42px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .service_all .content_wrap .target_wrap .visual_wrap .text_wrap {
    margin: 39px auto 0;
    padding: 0;
    width: 100%;
    order: 1;
  }
  .service_all .content_wrap .target_wrap .visual_wrap .target_img_wrap {
    width: 100%;
    height: auto;
    overflow: initial;
    vertical-align: bottom;
    order: 0;
  }
  .service_all .content_wrap .target_wrap .visual_wrap .target_img_wrap .target_img {
    margin-top: 0;
    margin-left: calc(-5% - 2px);
    width: 105%;
  }
  .service_all .content_wrap .target_wrap .visual_wrap .svg_img {
    left: initial;
    bottom: initial;
    width: 42px;
    transform: rotate(-90deg) translate(0, 50%);
    -webkit-transform: rotate(-90deg) translate(0, 50%);
    -ms-transform: rotate(-90deg) translate(0, 50%);
  }
  .service_all .content_wrap .target_wrap .personal_visual .svg_img {
    top: 130px;
    right: 250px;
  }
  .service_all .content_wrap .target_wrap .corporate_visual .svg_img {
    top: 110px;
    right: 290px;
  }
  .service_all .content_wrap .target_wrap .target_list_wrap {
    margin-top: 0;
  }
  .service_all .content_wrap .target_wrap .target_list_wrap .target_list li {
    width: 100%;
  }
  .service_all .content_wrap .target_wrap .target_list_wrap .target_list li a {
    height: 240px;
  }
  .service_all .content_wrap .target_wrap .target_list_wrap .target_list li:nth-child(n + 2) {
    margin-top: 20px;
  }
  .service_all .content_wrap .case {
    padding: 40px 0;
  }
  .service_all .content_wrap .case .case_list_wrap {
    overflow: hidden;
  }
  .service_all .content_wrap .case .case_list_wrap .case_list {
    display: block;
    width: 100vw;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .service_all .content_wrap .case .case_list_wrap .case_list::-webkit-scrollbar {
    display: none;
  }
  .service_all .content_wrap .case .case_list_wrap .case_list li {
    display: inline-block;
    margin-right: 24px;
    width: 250px;
    white-space: initial;
  }
  .service_all .content_wrap .case .case_list_wrap .case_list li a .img_wrap img {
    height: 150px;
  }
  .service_all .content_wrap .case .case_list_wrap .case_list li a .img_wrap span {
    right: 16px;
    bottom: 12px;
  }
  .service_all .content_wrap .case .case_list_wrap .case_list li a p {
    margin-top: 0px;
  }
  .service_all .content_wrap .case .case_list_wrap .case_list li:first-child {
    margin-left: 5%;
  }
}

.qa .content_wrap .title_wrap h1 {
  letter-spacing: 1px;
}

.qa .content_wrap .title_wrap h1 span {
  font-size: 64px;
  font-weight: 700;
  letter-spacing: 10px;
}

@media only screen and (max-width: 768px) {
  .qa .content_wrap .title_wrap h1 span {
    font-size: 30px;
  }
}

.qa .content_wrap .qa_list_wrap .q_title {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -webkit-box-align: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
}

.qa .content_wrap .qa_list_wrap .q_title h3 {
  font-family: ropa-mix-pro;
  font-size: 64px;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
}

.qa .content_wrap .qa_list_wrap .q_title h4 {
  position: relative;
  display: inline-block;
  margin-left: 24px;
  margin-bottom: 5px;
  padding-left: 20px;
  font-size: 18px;
  font-style: initial;
}

.qa .content_wrap .qa_list_wrap .q_title h4:before {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 15px;
  height: 30px;
  background-image: url("../imgs/icon/slash.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.qa .content_wrap .qa_list_wrap .q_title:nth-child(n + 2) {
  margin-top: 80px;
}

@media only screen and (max-width: 768px) {
  .qa .content_wrap .qa_list_wrap .q_title h3 {
    width: 100%;
    font-size: 46px;
  }
  .qa .content_wrap .qa_list_wrap .q_title h4 {
    margin: 0;
    padding-left: 0;
    width: 100%;
    font-size: 15px;
  }
  .qa .content_wrap .qa_list_wrap .q_title h4:before {
    content: none;
  }
  .qa .content_wrap .qa_list_wrap .q_title:nth-child(n + 2) {
    margin-top: 39px;
  }
}

.qa .content_wrap .qa_list_wrap .qa_list li {
  padding: 24px 0;
  padding-left: 13px;
  border-bottom: 3px solid #F3F3F3;
}

.qa .content_wrap .qa_list_wrap .qa_list li .qa_wrap {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
}

.qa .content_wrap .qa_list_wrap .qa_list li .q_wrap {
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  cursor: pointer;
}

.qa .content_wrap .qa_list_wrap .qa_list li .q_wrap img {
  width: 44px;
  height: 70px;
}

.qa .content_wrap .qa_list_wrap .qa_list li .q_wrap p {
  margin-left: 24px;
  width: calc(100% - 75px);
  font-size: 18px;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .qa .content_wrap .qa_list_wrap .qa_list li .q_wrap img {
    width: 39px;
    height: 48px;
  }
}

.qa .content_wrap .qa_list_wrap .qa_list li .a_wrap {
  margin-top: 8px;
  margin-left: 72px;
}

.qa .content_wrap .qa_list_wrap .qa_list li .a_wrap .gray_bg {
  position: relative;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  padding: 24px;
  padding-right: 39px;
  width: 100%;
  background-color: #F3F3F3;
}

.qa .content_wrap .qa_list_wrap .qa_list li .a_wrap .gray_bg:before {
  content: '';
  position: absolute;
  top: 25px;
  left: -50px;
  width: 72px;
  height: 24px;
  background-image: url("../imgs/others/qa_dot_pc.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.qa .content_wrap .qa_list_wrap .qa_list li .a_wrap .gray_bg img {
  width: 39px;
  height: 48px;
}

.qa .content_wrap .qa_list_wrap .qa_list li .a_wrap .gray_bg .a_text_wrap {
  padding-left: 20px;
  width: calc(100% - 42px);
}

@media only screen and (max-width: 768px) {
  .qa .content_wrap .qa_list_wrap .qa_list li {
    padding-left: 0;
  }
  .qa .content_wrap .qa_list_wrap .qa_list li .q_wrap {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    padding-left: 10px;
  }
  .qa .content_wrap .qa_list_wrap .qa_list li .q_wrap img {
    width: 30px;
    height: 39px;
  }
  .qa .content_wrap .qa_list_wrap .qa_list li .q_wrap p {
    margin-left: 10px;
  }
  .qa .content_wrap .qa_list_wrap .qa_list li .a_wrap {
    margin-left: 0;
  }
  .qa .content_wrap .qa_list_wrap .qa_list li .a_wrap .gray_bg {
    padding: 16px 8px;
  }
  .qa .content_wrap .qa_list_wrap .qa_list li .a_wrap .gray_bg:before {
    content: none;
    top: -30px;
    left: 24px;
    width: 2px;
    height: 50px;
    background-image: url("../imgs/others/qa_dot_sp.svg");
  }
  .qa .content_wrap .qa_list_wrap .qa_list li .a_wrap .gray_bg img {
    width: 30px;
    height: 39px;
  }
  .qa .content_wrap .qa_list_wrap .qa_list li .a_wrap .gray_bg .a_text_wrap {
    width: calc(100% - 30px);
  }
  .qa .content_wrap .qa_list_wrap .qa_list li .a_wrap .gray_bg .a_text_wrap p {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .contact .content_wrap {
    padding-bottom: 42px;
  }
}

.contact .content_wrap a {
  color: #2F2F2F;
}

.contact .content_wrap .completed_wrap h1 {
  margin-top: 12px;
  font-size: 39px;
  font-style: initial;
  letter-spacing: 3px;
}

@media only screen and (max-width: 768px) {
  .contact .content_wrap .completed_wrap h1 {
    font-size: 24px;
  }
}

.contact .content_wrap .completed_wrap .uplift_button {
  margin-top: 10px;
  font-weight: 700;
  color: #2F2F2F;
  border-bottom: none;
}

.contact .content_wrap .completed_wrap .uplift_button:hover {
  color: #2A7CAA;
}

.contact .content_wrap .title_wrap .ja_title {
  color: #2F2F2F;
}

.contact .content_wrap .title_wrap .ja_title:before, .contact .content_wrap .title_wrap .ja_title:after {
  content: none;
}

.contact .content_wrap .type_wrap,
.contact .content_wrap .contactTable {
  margin: 0 auto;
  width: 80%;
  max-width: 640px;
  min-width: 640px;
}

@media only screen and (max-width: 768px) {
  .contact .content_wrap .type_wrap,
  .contact .content_wrap .contactTable {
    width: 100%;
    max-width: 100%;
    min-width: initial;
  }
}

.contact .content_wrap .type_wrap {
  margin-bottom: -44px;
}

.contact .content_wrap .type_wrap b {
  font-size: 18px;
}

.contact .content_wrap .type_wrap .sns_contact_wrap:after {
  content: none;
}

.contact .content_wrap .type_wrap .sns_contact_wrap a {
  display: inline-block;
  margin-bottom: 20px;
  padding: 40px 0;
  width: 46%;
  text-align: center;
  border: 2px solid #F3F3F3;
  border-radius: 2px;
}

.contact .content_wrap .type_wrap .sns_contact_wrap a img {
  width: 40px;
  height: 40px;
}

.contact .content_wrap .type_wrap .sns_contact_wrap a span {
  display: block;
  font-size: 18px;
  font-weight: 700;
}

.contact .content_wrap .type_wrap .sns_contact_wrap a:hover {
  border-color: #2A7CAA;
}

.contact .content_wrap .type_wrap .sns_contact_wrap a:hover span {
  color: #2A7CAA;
}

@media only screen and (max-width: 768px) {
  .contact .content_wrap .type_wrap .sns_contact_wrap a {
    width: 48%;
    border: 2px solid #2A7CAA;
  }
  .contact .content_wrap .type_wrap .sns_contact_wrap a span {
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.5;
  }
}

.contact .content_wrap .contactTable .contactTable__header {
  padding: 0 0 8px;
  font-size: 16px;
}

.contact .content_wrap .contactTable .contactTable__header .required {
  position: relative;
  padding: 0 24px;
  font-size: 16px;
  color: #CB0000;
  font-weight: 700;
  background-color: transparent;
}

.contact .content_wrap .contactTable .contactTable__header .required:before, .contact .content_wrap .contactTable .contactTable__header .required:after {
  position: absolute;
  font-size: 16px;
  color: #CB0000;
  font-weight: 700;
}

.contact .content_wrap .contactTable .contactTable__header .required:before {
  content: '［';
  left: 0;
}

.contact .content_wrap .contactTable .contactTable__header .required:after {
  content: '］';
  right: 0;
}

.contact .content_wrap .contactTable .contactTable__data {
  padding: 0 0 24px;
}

.contact .content_wrap .radio_wrap {
  position: relative;
  margin-top: 8px;
}

.contact .content_wrap .radio_wrap input {
  position: absolute;
  height: 30px;
  opacity: 0;
}

.contact .content_wrap .radio_wrap input + .radio-label {
  padding-left: 35px;
}

.contact .content_wrap .radio_wrap input + .radio-label:before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../imgs/others/radio.svg");
}

.contact .content_wrap .radio_wrap input:checked + .radio-label:before {
  background-image: url("../imgs/others/radio_selected.svg");
}

@media only screen and (max-width: 768px) {
  .contact .content_wrap .radio_wrap input + .radio-label:before {
    top: -1px;
  }
}

.contact .content_wrap .last_check_wrap {
  position: relative;
  font-size: 16px;
  text-align: center;
}

.contact .content_wrap .last_check_wrap input {
  position: absolute;
  height: 30px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.contact .content_wrap .last_check_wrap input:before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../imgs/others/checkbox.svg");
}

.contact .content_wrap .last_check_wrap input:checked:before {
  background-image: url("../imgs/others/checkbox_checked.svg");
}

.contact .content_wrap .last_check_wrap a {
  display: inline-block;
  margin-left: 35px;
  font-size: 16px;
  color: #2F2F2F;
  border-bottom: 1px solid #2F2F2F;
}

.contact .content_wrap .last_check_wrap a:hover {
  color: #2A7CAA;
  border-color: #2A7CAA;
}

@media only screen and (max-width: 768px) {
  .contact .content_wrap .last_check_wrap {
    margin-top: 0;
    text-align: left;
  }
}

.contact .content_wrap .uplift_button {
  margin-top: 10px;
  font-weight: 700;
  color: #2F2F2F;
  background-color: #2A7CAA;
  cursor: pointer;
}

.contact .content_wrap .uplift_button span {
  border-color: #2A7CAA;
}

.document_all .content_wrap .document_wrap .document_list:after {
  content: '';
  display: block;
  width: 30%;
}

.document_all .content_wrap .document_wrap .document_list li {
  width: 30%;
}

.document_all .content_wrap .document_wrap .document_list li a {
  width: 100%;
  border-bottom: none;
}

.document_all .content_wrap .document_wrap .document_list li a .img_wrap {
  border: 3px solid transparent;
}

.document_all .content_wrap .document_wrap .document_list li a span {
  display: block;
  margin-top: 8px;
  font-size: 18px;
  font-weight: 700;
}

.document_all .content_wrap .document_wrap .document_list li a p {
  margin-top: 4px;
}

.document_all .content_wrap .document_wrap .document_list li a:hover .img_wrap {
  border-color: #2A7CAA;
}

.document_all .content_wrap .document_wrap .document_list li a:hover span, .document_all .content_wrap .document_wrap .document_list li a:hover p {
  color: #2A7CAA;
}

.document_all .content_wrap .document_wrap .document_list li:nth-child(n + 4) {
  margin-top: 42px;
}

@media only screen and (max-width: 768px) {
  .document_all .content_wrap .document_wrap .document_list li {
    margin-top: 24px;
    width: 100%;
  }
  .document_all .content_wrap .document_wrap .document_list li:nth-child(n + 4) {
    margin-top: 24px;
  }
}

.document .content_wrap {
  padding: 120px 0 80px;
}

.document .content_wrap .separated {
  position: relative;
}

.document .content_wrap .separated .document_wrap {
  width: 55vw;
  max-width: 800px;
}

.document .content_wrap .separated .document_wrap .title_wrap {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.document .content_wrap .separated .document_wrap .title_wrap h1 {
  margin-top: 15px;
  font-size: 39px;
  font-style: normal;
}

.document .content_wrap .separated .document_wrap .img_wrap {
  display: block;
  margin: 15px auto;
}

.document .content_wrap .separated .document_wrap .content_text h2 {
  position: relative;
  display: block;
  padding: 10px 24px 12px 30px;
  font-size: 24px;
  font-style: normal;
  line-height: 1;
  border: 3px solid #F3F3F3;
  border-width: 3px 0;
}

.document .content_wrap .separated .document_wrap .content_text h2:before {
  position: absolute;
  content: '';
  top: 10px;
  left: 2px;
  bottom: 0;
  display: block;
  width: 22px;
  height: 24px;
  border-bottom: none;
  background-image: url("../imgs/single_post/h2_slash.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.document .content_wrap .separated .document_wrap .content_text h2:after {
  content: none;
}

.document .content_wrap .separated .document_wrap .content_text h3 {
  position: relative;
  display: block;
  padding: 12px 24px 16px 0;
  font-size: 22px;
  font-style: normal;
  letter-spacing: 2px;
  line-height: 1;
}

.document .content_wrap .separated .document_wrap .content_text h3:after {
  position: absolute;
  content: '';
  top: initial;
  left: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 100%;
  height: 5px;
  border-bottom: none;
  background-color: transparent;
  background-image: url("../imgs/single_post/h3_slash.svg");
  background-size: contain;
  background-repeat: repeat;
}

.document .content_wrap .separated .document_wrap .content_text a {
  color: #2F2F2F;
  border-radius: 0;
  border-bottom: none;
  text-decoration: underline;
  text-decoration-color: #2F2F2F;
}

.document .content_wrap .separated .document_wrap .content_text a:hover {
  color: #2A7CAA;
  text-decoration-color: #2A7CAA;
}

.document .content_wrap .separated .document_wrap .content_text .btn {
  position: relative;
  display: block;
  /*margin-top: 69px;*/
  /*height: 108px;*/
  font-size: 16px;
  background-color: #EADB5A;
  border: 6px solid #EADB5A;
  overflow: hidden;
}

.document .content_wrap .separated .document_wrap .content_text .btn:before, .document .content_wrap .separated .document_wrap .content_text .btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  height: 16px;
  z-index: 0;
}

.document .content_wrap .separated .document_wrap .content_text .btn:before {
  width: 16px;
  height: 100%;
  background-color: #F3F3F3;
  border: none;
  transition: transform 0.5s ease-in-out;
  transform: scaleX(0) skewX(-30deg);
}

.document .content_wrap .separated .document_wrap .content_text .btn:after {
  width: 100%;
  font-weight: 700;
  background: transparent;
  background-image: url("../imgs/icon/button_arrow.svg");
  background-position: calc(100% - 20px) 50%;
  background-size: 10px 16px;
  background-repeat: no-repeat;
  transform: none;
  opacity: 1;
}

.document .content_wrap .separated .document_wrap .content_text .btn .btn__link {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  margin: auto;
  width: 100%;
  height: 108px;
  font-size: 16px;
  /*line-height: 54px;*/
  text-decoration: none;
  background-color: transparent;
}

.document .content_wrap .separated .document_wrap .content_text .btn .btn__link:before, .document .content_wrap .separated .document_wrap .content_text .btn .btn__link:after {
  content: none;
}

.document .content_wrap .separated .document_wrap .content_text .btn:hover:before {
  transform: scale(100) skewX(-30deg);
  color: #2F2F2F;
}

.document .content_wrap .separated .document_wrap .content_text .btn:hover .btn__link {
  color: #2F2F2F;
}

.document .content_wrap .separated .document_wrap .content_text .outline {
  position: relative;
  padding-bottom: 0;
  width: 100%;
  background-color: transparent;
}

.document .content_wrap .separated .document_wrap .content_text .outline:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 40px;
  background: linear-gradient(top, transparent 50%, #ffffff);
  background: -webkit-linear-gradient(top, transparent 50%, #ffffff);
  background: -ms-linear-gradient(top, transparent 50%, #ffffff);
}

.document .content_wrap .separated .document_wrap .content_text .outline a {
  border-bottom: none;
}

.document .content_wrap .separated .document_wrap .content_text .outline .outline__title {
  position: absolute;
  top: -20px;
  left: 40px;
  padding: 8px 30px;
  font-weight: 700;
  background-color: #F3F3F3;
}

.document .content_wrap .separated .document_wrap .content_text .outline .outline__switch {
  position: absolute;
  right: 20px;
  bottom: 16px;
  z-index: 5;
}

.document .content_wrap .separated .document_wrap .content_text .outline .outline__switch::before {
  content: "OPEN";
  display: block;
  margin: 0 auto;
  margin-bottom: -8px;
  width: auto;
  height: auto;
  font-family: ropa-mix-pro;
  font-size: 16px;
  font-weight: 700;
  border: none;
  background-image: none;
}

.document .content_wrap .separated .document_wrap .content_text .outline .outline__switch::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 16px;
  height: 12px;
  background-image: url("../imgs/single_post/index_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}

.document .content_wrap .separated .document_wrap .content_text .outline .outline__toggle:checked + .outline__switch::before {
  content: "";
  margin-bottom: 0;
  width: 16px;
  height: 12px;
  background-image: url("../imgs/single_post/index_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.document .content_wrap .separated .document_wrap .content_text .outline .outline__toggle:checked + .outline__switch::after {
  content: "CLOSE";
  width: auto;
  height: auto;
  min-width: 30px;
  font-family: ropa-mix-pro;
  font-size: 16px;
  font-weight: 700;
  background-image: none;
  transform: rotate(0);
}

.document .content_wrap .separated .document_wrap .content_text .outline .outline__list {
  padding-bottom: 20px;
  background: none;
}

.document .content_wrap .separated .document_wrap .content_text .outline .outline__list .outline__item {
  margin-top: 0;
}

.document .content_wrap .separated .document_wrap .content_text .outline .outline__list .outline__item .outline__link .outline__number {
  padding: 0 6px;
  font-family: ropa-mix-pro;
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
  color: #2F2F2F;
  background-color: transparent;
}

.document .content_wrap .separated .document_wrap .content_text .outline .outline__list .outline__item .outline__link .outline__number:after {
  content: ' ,';
}

.document .content_wrap .separated .document_wrap .content_text .outline .outline__item:before,
.document .content_wrap .separated .document_wrap .content_text .outline .content .outline__switch + .outline__list::after,
.document .content_wrap .separated .document_wrap .content_text .outline .content .outline__switch + .outline__list::before {
  content: normal;
}

.document .content_wrap .separated .document_wrap .content_text .outline .outline__switch + .outline__list {
  overflow: hidden;
  width: auto;
  height: 86px;
  margin-top: 2rem;
}

.document .content_wrap .separated .document_wrap .content_text .outline .outline__toggle:checked + .outline__switch + .outline__list {
  height: auto;
}

.document .content_wrap .separated .document_wrap .content_text .blogcard {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  margin-top: 50px;
  padding-bottom: 25px;
  border-color: #F3F3F3;
  border-width: 2px;
  border-radius: 0;
  overflow: initial;
}

.document .content_wrap .separated .document_wrap .content_text .blogcard:hover {
  border-color: #2A7CAA;
}

.document .content_wrap .separated .document_wrap .content_text .blogcard:hover .blogcard__subtitle {
  color: #ffffff;
  background-color: #2A7CAA;
}

.document .content_wrap .separated .document_wrap .content_text .blogcard .blogcard__subtitle {
  top: -20px;
  left: 20px;
  padding: 5px 10px 7px 15px;
  font-family: icomoon, YuGothic, "游ゴシック Medium", YuGothicM, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", メイリオ, Meiryo, sans-serif;
  font-size: 16px;
  font-weight: bold;
  border-radius: 0;
  background-color: #F3F3F3;
}

.document .content_wrap .separated .document_wrap .content_text .blogcard .blogcard__contents {
  margin-top: 25px;
  margin-left: 20px;
  order: 2;
}

.document .content_wrap .separated .document_wrap .content_text .blogcard .blogcard__contents .heading a {
  font-size: 18px;
  font-weight: bold;
  border-bottom: none;
}

.document .content_wrap .separated .document_wrap .content_text .blogcard .blogcard__contents .heading a:hover {
  color: #2F2F2F;
}

.document .content_wrap .separated .document_wrap .content_text .blogcard .blogcard__contents .phrase {
  margin-top: 5px;
}

.document .content_wrap .separated .document_wrap .content_text .blogcard .eyecatch {
  margin-top: 20px;
  width: 30%;
  order: 1;
}

.document .content_wrap .separated .document_wrap .content_text .blogcard .eyecatch:before {
  padding-top: 56.25%;
}

.document .content_wrap .separated .document_wrap .content_text .blogcard .eyecatch .eyecatch__link {
  border-bottom: none;
}

.document .content_wrap .separated .document_wrap .content_text .blogcard .eyecatch .eyecatch__link img {
  object-fit: cover;
  vertical-align: top;
}

.document .content_wrap .separated .document_wrap .content_text .ep-box {
  position: relative;
  padding: 30px;
  padding-left: 70px;
  background-color: #F3F3F3;
}

.document .content_wrap .separated .document_wrap .content_text .ep-box:before {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  width: 39px;
  height: 30px;
  background-image: url("../imgs/single_post/quote.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.document .content_wrap .separated .document_wrap .sp_scroll_button {
  display: none;
}

.document .content_wrap .separated .form_wrap {
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  padding: 80px;
  width: 480px;
  height: 100vh;
  max-height: 800px;
  z-index: 1;
  background-color: #F3F3F3;
}

.document .content_wrap .separated .form_wrap .wpcf7 form input {
  outline: none;
}

.document .content_wrap .separated .form_wrap .wpcf7 form .form_title {
  margin-top: 16px;
  font-weight: 700;
}

.document .content_wrap .separated .form_wrap .wpcf7 form .form_title .required {
  color: #CB0000;
  font-weight: 700;
}

.document .content_wrap .separated .form_wrap .wpcf7 form .form_title .optional {
  color: #CCCCCC;
}

.document .content_wrap .separated .form_wrap .wpcf7 form .wpcf7-form-control-wrap .wpcf7-text {
  padding: 8px 16px;
  width: 100%;
}

.document .content_wrap .separated .form_wrap .wpcf7 form .last_check_wrap {
  position: relative;
  margin-top: 8px;
}

.document .content_wrap .separated .form_wrap .wpcf7 form .last_check_wrap .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
  width: 30px;
  height: 30px;
}

.document .content_wrap .separated .form_wrap .wpcf7 form .last_check_wrap .wpcf7-acceptance .wpcf7-list-item input[type='checkbox'] {
  width: 30px;
  height: 30px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.document .content_wrap .separated .form_wrap .wpcf7 form .last_check_wrap .wpcf7-acceptance .wpcf7-list-item input[type='checkbox']:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../imgs/others/checkbox.svg");
}

.document .content_wrap .separated .form_wrap .wpcf7 form .last_check_wrap .wpcf7-acceptance .wpcf7-list-item input[type='checkbox']:checked:before {
  background-image: url("../imgs/others/checkbox_checked.svg");
}

.document .content_wrap .separated .form_wrap .wpcf7 form .last_check_wrap .acceptance a {
  display: inline-block;
  color: #2F2F2F;
  border-bottom: 1px solid #2F2F2F;
}

.document .content_wrap .separated .form_wrap .wpcf7 form .last_check_wrap .acceptance a:hover {
  color: #2A7CAA;
  border-color: #2A7CAA;
}

.document .content_wrap .separated .form_wrap .wpcf7 form .uplift_button {
  background-color: #2A7CAA;
}

.document .content_wrap .separated .form_wrap .wpcf7 form .uplift_button .wpcf7-submit {
  width: 100%;
  height: 43px;
  border-color: #2A7CAA;
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .document .content_wrap {
    padding: 80px 0 0;
    width: 100%;
    max-width: 100%;
  }
  .document .content_wrap .separated .document_wrap {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
  }
  .document .content_wrap .separated .document_wrap .title_wrap {
    margin: 0 auto;
    width: 90%;
    max-width: 90%;
  }
  .document .content_wrap .separated .document_wrap .title_wrap h1 {
    margin-top: 8px;
    font-size: 24px;
  }
  .document .content_wrap .separated .document_wrap .content_text {
    margin: 0 auto;
    width: 90%;
    max-width: 90%;
  }
  .document .content_wrap .separated .document_wrap .content_text h2 {
    font-size: 18px;
  }
  .document .content_wrap .separated .document_wrap .content_text h3 {
    font-size: 16px;
  }
  .document .content_wrap .separated .document_wrap .content_text .btn .btn__link {
    height: initial;
  }
  .document .content_wrap .separated .document_wrap .content_text .outline {
    padding-bottom: 42px;
  }
  .document .content_wrap .separated .document_wrap .content_text .outline .outline__title {
    left: 0;
    width: 100%;
    padding: 8px 0;
    text-align: center;
  }
  .document .content_wrap .separated .document_wrap .content_text .outline .outline__switch {
    left: 0;
    right: 0;
    bottom: 8px;
    display: block;
    margin: 0 auto;
  }
  .document .content_wrap .separated .document_wrap .content_text .outline .outline__switch:before, .document .content_wrap .separated .document_wrap .content_text .outline .outline__switch:after {
    text-align: center;
  }
  .document .content_wrap .separated .document_wrap .content_text .outline .outline__list .outline__item .outline__link .outline__number {
    margin-right: 0;
    font-size: 18px;
  }
  .document .content_wrap .separated .document_wrap .content_text .blogcard {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .document .content_wrap .separated .document_wrap .content_text .blogcard .blogcard__subtitle {
    font-size: 13px;
  }
  .document .content_wrap .separated .document_wrap .content_text .blogcard .blogcard__contents {
    margin-top: 10px;
    margin-left: initial;
    width: 100%;
    max-width: 100%;
  }
  .document .content_wrap .separated .document_wrap .content_text .blogcard .blogcard__contents .heading a {
    font-size: 15px;
  }
  .document .content_wrap .separated .document_wrap .content_text .blogcard .blogcard__contents .phrase {
    margin-top: 5px;
  }
  .document .content_wrap .separated .document_wrap .content_text .blogcard .eyecatch {
    margin-top: 10px;
    margin-left: initial;
    width: 100%;
  }
  .document .content_wrap .separated .document_wrap .sp_scroll_button {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 24px;
    display: block;
    width: 242px;
    height: 60px;
    border-color: #EADB5A;
    z-index: 5;
  }
  .document .content_wrap .separated .document_wrap .sp_scroll_button span {
    width: 240px;
    height: 58px;
    line-height: 58px;
    border-color: #EADB5A;
  }
  .document .content_wrap .separated .document_wrap .sp_scroll_button:before {
    background-color: #EADB5A;
  }
  .document .content_wrap .separated .form_wrap {
    position: relative;
    top: initial;
    right: initial;
    margin-top: 48px;
    padding: 39px 15px;
    width: 100%;
    height: initial;
    max-height: initial;
  }
  .document .content_wrap .separated .form_wrap .wpcf7 form .form_title {
    font-size: 16px;
  }
  .document .content_wrap .separated .form_wrap .wpcf7 form .last_check_wrap {
    font-size: 16px;
  }
  .document .content_wrap .separated .form_wrap .wpcf7 form .last_check_wrap .acceptance {
    font-size: 16px;
    font-weight: 700;
  }
  .document .content_wrap .separated .form_wrap .wpcf7 form .last_check_wrap .acceptance a {
    font-size: 16px;
    font-weight: 700;
  }
  .document .content_wrap .separated .form_wrap .wpcf7 form .uplift_button {
    width: 242px;
    height: 60px;
  }
  .document .content_wrap .separated .form_wrap .wpcf7 form .uplift_button .wpcf7-submit {
    width: 240px;
    height: 58px;
  }
}

footer .document_footer_wrap {
  border-top: 3px solid #F3F3F3;
  background-color: transparent;
}

footer .document_footer_wrap:before {
  content: none;
}

footer .document_footer_wrap .footer_content_wrap .footer_link_wrap {
  padding: 24px 0;
  background-color: transparent;
}

footer .document_footer_wrap .footer_content_wrap .footer_link_wrap .sub_contents_list {
  width: 50%;
  max-width: 510px;
}

@media only screen and (max-width: 768px) {
  footer .document_footer_wrap {
    display: none;
  }
}

.completed .content_wrap .title_wrap h1 {
  margin-top: 12px;
  font-size: 39px;
  font-style: initial;
  letter-spacing: 3px;
}

@media only screen and (max-width: 768px) {
  .completed .content_wrap .title_wrap h1 {
    font-size: 24px;
  }
}

.completed .content_wrap .title_wrap a {
  position: relative;
  margin-top: 10px;
  font-weight: 700;
  color: #2F2F2F;
  border-bottom: none;
}

.completed .content_wrap .title_wrap a:hover {
  color: #2A7CAA;
}

.completed .content_wrap .title_wrap .to_top:after {
  content: '';
  position: absolute;
  top: 4px;
  right: -15px;
  bottom: 0;
  display: block;
  margin: auto;
  width: 10px;
  height: 16px;
  background-image: url(../imgs/icon/button_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
  .completed .content_wrap .title_wrap .to_top:after {
    top: 0;
    height: 13px;
  }
}

.completed .content_wrap .document_wrap .document_list {
  margin-bottom: 50px;
}

.completed .content_wrap .target_wrap .target_list_wrap {
  margin: 200px auto 42px;
  padding-top: 42px;
}

.completed .content_wrap .target_wrap .target_list_wrap .target_list li a .more {
  position: relative;
  display: block;
  margin-top: 24px;
  padding-right: 16px;
  text-align: right;
}

.completed .content_wrap .target_wrap .target_list_wrap .target_list li a .more:after {
  content: '';
  position: absolute;
  top: 2px;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 9px;
  height: 12px;
  background-image: url("../imgs/icon/button_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.completed .content_wrap .target_wrap .target_list_wrap .target_list li a:hover {
  border-color: #2A7CAA;
}

.completed .content_wrap .target_wrap .target_list_wrap .target_list li a:hover .more {
  color: #2A7CAA;
}

.completed .content_wrap .target_wrap .target_list_wrap .target_list li a:hover .more:after {
  background-image: url("../imgs/icon/button_arrow_h.svg");
}

@media only screen and (max-width: 768px) {
  .completed .content_wrap .target_wrap .target_list_wrap {
    margin: 0 auto 72px;
  }
}
