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;
  }
}

.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;
	}
}

.pickup_list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.pickup_card {
  display: flex;
  gap: 4%;
}
.pickup_image {
  width: 40%;
}
.pickup_content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.pickup_title {
  font-size: 24px;
  line-height: 1.4;
}
.pickup_lead {
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .pickup_card {
    flex-direction: column;
    gap: 20px;
  }
  .pickup_image {
    width: 100%;
  }
  .pickup_title {
    font-size: 20px;
  }
}

.blog {
  line-height: 1.4;
}
.blog_title {
  margin-top: 10px;
  padding-bottom: 5px;
  font-size: 30px;
  font-weight: bold;
  border-bottom: 1px solid;
}
.blog_lead {
  margin-top: 40px;
}
.blog_index {
  margin-top: 20px;
}
.blog_index_label {
  font-size: 20px;
}
.blog_section {
  margin-top: 60px;
}
.blog_section_heading {
  font-size: 24px;
  font-weight: bold;
  color: #025197;
}
.blog_section_content {
  margin-top: 20px;
}
.blog_section_text:not(:first-child) {
  margin-top: 20px;
}
.blog_section_text strong {
  font-weight: bold;
}
.blog_section_text .small {
  font-size: 90%;
}
.blog_section_image:not(:first-child) {
  margin-top: 20px;
}
.blog_section_text:not(:first-child).--mt_large,
.blog_section_image:not(:first-child).--mt_large {
  margin-top: 40px;
}
.blog_section_table_wrap:not(:first-child) {
  margin-top: 20px;
}
.blog_section_table {
  width: 100%;
}
.blog_section_table th,
.blog_section_table td {
  padding: 10px;
  border: 1px solid #444;
}
.blog_section_table th {
  font-weight: bold;
  text-align: center;
}
.blog_btn {
  display: block;
  margin: 0 auto;
  padding: 10px;
  width: 300px;
  text-align: center;
  color: #fff;
  background-color: #3cc4e7;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .blog_title {
    font-size: 24px;
  }
  .blog_index_label {
    font-size: 18px;
  }
  .blog_section_heading {
    font-size: 20px;
  }
  .blog_section_table_wrap {
    overflow-x: scroll;
  }
  .blog_section_table {
    width: 500px;
  }
}
