a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}
html {
  line-height: 1;
}
ol,ul {
  list-style: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
caption,td,th {
  vertical-align: middle;
  text-align: left;
  font-weight: normal;
}
blockquote,q {
  quotes: none;
}
blockquote:after,blockquote:before,q:after,q:before {
  content: '';
  content: none;
}
a img {
  border: none;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
  display: block;
}
body {
  margin: 0 auto;
  min-width: 990px;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
@media screen and (min-width: 768px) {
  article {
    min-width: 960px;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
}

.bg-gray {
  background-color: #fafafa;
}
.t-center {
  text-align: center;
  align-items: center;
}
.t-left {
  text-align: left;
}
.t-right {
  text-align: right;
}
.t-bold {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc-grid {
    display: grid;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.button > * {
  position: relative;
  display: block;
  margin: 10px auto 0;
  padding: 0 16px;
  width: fit-content;
  height: 30px;
  background-color: #ffed53;
  color: #000;
  font-weight: bold;
  font-size: 13px;
  line-height: 28px;
}
.button > *:after,
.button > *:before {
  position: absolute;
  top: -1px;
  left: -15px;
  display: block;
  width: 0;
  height: 0;
  border-width: 15px 15px 15px 0;
  border-style: solid;
  content: '';
}
.button > *:before {
  border-color: transparent #ffed53 transparent transparent;
}
.button > *:after {
  top: 0;
  left: -13px;
  border-width: 14px 14px 14px 0;
  border-color: transparent #ffed53 transparent transparent;
}
.button > * > span:after,
.button > * > span:before {
  position: absolute;
  top: -1px;
  right: -15px;
  display: block;
  width: 0;
  height: 0;
  border-width: 15px 0 15px 15px;
  border-style: solid;
  border-color: transparent transparent transparent #ffed53;
  content: '';
}
.button > * > span:after {
  top: 0;
  right: -13px;
  border-width: 15px 0 15px 15px;
}
.iframe-wrapper {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  height: 0;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content_header {
  position: relative;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px 0;
  background-color: #fff9c4;
}
.content_header:before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border: 24px solid transparent;
  border-right: 24px solid #fff;
  border-bottom: 24px solid #fff;
  content: '';
}
.content_header .inner {
  margin: 0 auto;
}
.content_header .inner h1 {
  padding: 0 16px;
  font-weight: normal;
  font-size: 28px;
  line-height: 48px;
}
@media screen and (min-width: 768px) {
  .content_width {
    max-width: 960px;
  }
}
@media screen and (max-width: 767px) {
  .content_header:before {
    border: 8px solid transparent;
    border-right: 8px solid #fff;
    border-bottom: 8px solid #fff;
  }
  .content_header .inner h1 {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
  }
}

.section {
  padding: 96px 0;
}
.section_inner {
  max-width: 832px;
}
@media screen and (min-width: 768px) {
  .section_inner {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .section {
    padding: 48px 0 96px;
  }
  .section_inner {
    margin: 0;
    padding: 0 16px;
  }
}

.lead_sentence_head {
  font-size: 32px;
  line-height: 48px;
}
.lead_sentence_text {
  margin-top: 48px;
  color: #424242;
  font-size: 17px;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .lead_sentence_head {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
  }
  .lead_sentence_text {
    margin-top: 24px;
  }
}

.h2_head {
  font-size: 40px;
  line-height: 1.2;
}
.h2_head span {
  font-size: 30px;
}
.h2_head em {
  color: #fba100;
  font-weight: bold;
  font-size: 55px;
}
.h3_head {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 72px;
  padding: 10px 0 8px;
  border-top: 2px solid #ffeb3b;
  border-bottom: 2px solid #ffeb3b;
  text-align: center;
  font-size: 24px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .h3_head {
    max-width: 448px;
  }
}
@media screen and (max-width: 767px) {
  .h3_head {
    font-size: 18px;
  }
}
@media screen and (max-width: 375px) {
	.h2_head {
		font-size: 10.666vw;
	}
	.h2_head span {
		font-size: 8vw;
	}
	.h2_head em {
		font-size: 14.666vw;
	}
}

.contents_img {
  margin: 40px auto;
}
.contents_text {
  margin-top: 48px;
  color: #424242;
  font-size: 17px;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .pickup_inner {
    width: 90%;
    max-width: 1020px;
  }
}
.pickup_card_logo {
  height: 71px;
  text-align: center;
}
.pickup_content {
  color: #424242;
  text-align: center;
}
.pickup_content dt {
  margin: 10px 0;
  font-weight: bold;
  line-height: 24px;
}
.pickup_content dd {
  position: relative;
  padding: 8px 2em;
}
.pickup_content dd::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border-top: 1px solid #757575;
  border-left: 1px solid #757575;
  content: '';
}
.pickup_content dd::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
  border-right: 1px solid #757575;
  border-bottom: 1px solid #757575;
  content: '';
}
@media screen and (min-width: 768px) {
  .section.pickup {
    padding-top: 0;
  }
  .pickup_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 80px;
  }
  .pickup_list::after {
    content: "";
    width: 28%;
    height: 0;
  }
  .pickup_card {
    display: flex;
    flex-direction: column;
    width: 28%;
  }
  .pickup_card .button {
    margin-top: auto;
  }
  .pickup_card a img {
    transition: .2s;
  }
  .pickup_card a:hover img {
    opacity: .8;
  }
  .pickup_card_pic img {
    aspect-ratio: 16/9;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .pickup_card:not(:last-of-type) {
    margin-bottom: 80px;
    text-align: center;
  }
  .pickup_card_pic img {
    display: block;
		margin: auto;
  }
}

.visual_inner {
  overflow: hidden;
  margin-bottom: 30px;
  border: 1px solid #d9dcdc;
}
.visual_content {
  padding: 14px 10px;
  color: #4d4d4d;
}
.visual_head {
  margin-bottom: 15px;
  padding: 8px 0;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.visual_text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
}
.visual_text dt {
  font-weight: bold;
}
.visual_img img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .visual_inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
	.visual_logo img {
		max-height: 40px;
	}
}
@media screen and (max-width: 767px) {
  .visual {
    padding: 0;
  }
  .visual_inner {
    margin: 0 16px 20px;
    padding: 0;
  }
  .visual_content {
    padding: 20px ;
  }
	.visual_head {
		padding: 10px 0;
	}
}

.case_section {
  padding: 0 0 96px;
  color: #4d4d4d;
}
.case_inner:not(:first-of-type) {
  margin-top: 40px;
}
.case_text p,
.case_text li {
  font-size: 16px;
  line-height: 28px;
}
.case_text p:not(:last-of-type),
.case_text li:not(:last-of-type) {
  margin-bottom: 28px;
}
.case_text ol {
  list-style-type: decimal;
  padding-left: 1em;
}
.case_head_line {
  position: relative;
  margin-bottom: 30px;
  padding: 25px 10px;
  border-top: 1px solid #8a8a8a;
  border-bottom: 1px solid #8a8a8a;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
}
.case_head h2 {
  margin-bottom: 40px;
  padding: 20px;
  vertical-align: middle;
  font-weight: bold;
  font-size: 21px;
}
.case_head h3 {
  margin-bottom: 10px;
  padding-left: 16px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
}
.case_head_green h2 {
  background-image: url(/assets/img/cases/bg_ttl_step1.png);
  color: #fff;
}
.case_head_green h3 {
  border-left: 3px solid #8ac951;
}
.case_head_orange h2 {
  background-image: url(/assets/img/cases/bg_ttl_step2.png);
  color: #fff;
}
.case_head_orange h3 {
  border-left: 3px solid #fabb00;
}
.case_head_blue h2 {
  background-image: url(/assets/img/cases/bg_ttl_step3.png);
  color: #fff;
}
.case_head_blue h3 {
  border-left: 3px solid #6ac5ee;
}
.case_head_contents {
  margin-bottom: 40px;
  font-weight: bold;
}
.case_head_contents_text {
  color: #666;
}
.case_head_green .case_head_contents_head {
  background: linear-gradient(transparent 60%, #8ac951bb 60%);
}
.case_head_orange .case_head_contents_head {
  background: linear-gradient(transparent 60%, #fabb00bb 60%);
}
.case_head_blue .case_head_contents_head {
  background: linear-gradient(transparent 60%, #6ac5eebb 60%);
}
.case_head_contents_head {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 26px;
  line-height: 1.4;
}
.case_inner:not(:first-of-type) .case_head_contents {
  padding-top: 40px;
  border-top: #ccc solid 1px;
}

.case_img {
  margin: 40px auto;
}
.case_img p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
}
.column_img img {
  width: 100%;
  object-fit: contain;
}
.column_img p {
  font-size: 14px;
  line-height: 1.4;
}
.column_img img + img {
  margin-top: 20px;
}
.column_img p {
  margin: 10px 0 30px;
}
@media screen and (min-width: 768px) {
  .case_column_1-1 {
    column-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }
  .case_column_1-2 {
    column-gap: 25px;
    grid-template-columns: 1fr 2fr;
  }
  .case_column_2-1 + .case_column_2-1 {
    grid-template-columns: 1fr 2fr;
  }
  .case_column_2-1 + .case_column_2-1 .case_text {
    order: 1;
  }
  .case_column_2-1 + .case_column_2-1 .column_img {
    order: 0;
  }
  .case_column_2-1 {
    column-gap: 25px;
    grid-template-columns: 2fr 1fr;
  }
}

.case_partner {
  margin-bottom: 50px;
  padding: 25px 30px;
  border: 1px solid #d5d5d5;
  background: #f7f9fc;
  text-align: center;
  font-size: 14px;
}
.case_partner *:not(:last-child) {
  margin-bottom: 10px;
}
