/** Shopify CDN: Minification failed

Line 8:0 Unexpected "{"
Line 8:1 Expected identifier but found "%"
Line 10:0 "@charset" must be the first rule in the file

**/
{%- # Relation added file 24.09.30
-%}
@charset "UTF-8";

/*ページカスタム用css*/
/* ページ共通 */
body {
  letter-spacing: 0.05em;
}
.rte p {
  letter-spacing: 0;
}
.inline-link {
  color: #1298BD;
  text-decoration: underline;
  cursor: pointer;
}
.inline-link:hover {
  color: var(--header_nav_hover_link);
}
figure {
  margin: 0;
  overflow: hidden;
}
img {
  vertical-align: middle;
}
figure img {
  width: 100%;
}
iframe{
  width: 100%;
  height: 100%;
}
.sp_br,
.sp{
  display: none;
}
.section-title span{
  color: var(--color-btn-primary);
  font-size: 13px;
  font-weight: var(--font-weight-body--bold);
  text-transform: uppercase;
}
.section-title h2 {
  margin: 20px 0 50px;
}
.page-btn{
  display: block;
  width: 100%;
  padding: 20px 35px;
  position: relative;
  overflow: hidden;
  border: 2px solid #1399BF;
  border-radius: 60px;
  background-color: var(--white-color);
  text-align: center;
  font-weight: var(--font-weight-body--bold);
  cursor: pointer;
  text-decoration: none;
}
.page-btn::after{
  border-radius: 50px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  height: 0;
  left: 50%;
  top: 50%;
  width: 0;
  content: "";
  position: absolute;
  background: var(--color-btn-primary);
}
.page-btn:hover::after {
  height: calc(100% + 2px);
  left: -1px;
  top: -1px;
  width: calc(100% + 2px);
}
.page-btn span {
  position: relative;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  z-index:1;
}
.page-btn:hover span {
  color: var(--color-btn-primary-text);
}
.anchor__list{
  display:flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  margin: 100px auto;
}
table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
tbody th,
tbody td{
  padding: 20px 30px;
  border-collapse: collapse;
  border: none;
  font-weight: 500;
}
tbody th {
  width: 15%;
  min-width: 200px;
  background-color: #B5DFEB;
  text-align: center;
  border-bottom: 2px solid #fff;
}
tbody td{
  border-bottom: 2px solid #F4FAFF;
  background-color: var(--white-color)
}
@media only screen and (max-width: 749px){
  .sp_br, .sp{
    display: block;
  }
  .pc {
    display: none;
  }
  .section-title h2 {
    margin:10px 0 30px;
  }
  .section-title span {
    font-size: 12px;
  }
  tbody th,
  tbody td{
    padding: 15px 10px;
    font-size: 14px;
  }
  tbody th {
    width: 28%;
    min-width: 100px;
  }
  .page-btn {
    padding: 12px 32px;
  }
  .anchor__list{
    flex-direction: column;
    gap: 10px;
    margin: 30px auto 50px;
  }
  .anchor__list li {
    width: 100%; 
  }
  .anchor__list li .page-btn {
    width: 100%;
    padding: 12px 0;
  }
  .btn {
    font-weight: 500;
  }
}

/*お問い合わせ*/
@media only screen and (min-width: 750px) {
  .page-contact-section .grid .medium-up--push-one-twelfth{
    left:0;
    width: 100%;
  }
}

/* company-page */
#greeting,
#overview,
#history,
#access,
#recruit{
  margin-bottom:100px;
}
.main_company .anchor__list {
  flex-wrap: nowrap;
}
.main_company .anchor__list li {
  width: 200px;
}
.main_company .anchor__list li .page-btn{
  background-color: var(--color-body);
  color: var(--color-btn-primary);
  padding: 20px 0;
}
.greeting__content{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px 7%;
}
.greeting__img{
  width: 38%;
  margin: 0;
}
.greeting__img img{
  width: 100%;
}
.greeting__img figcaption{
  width: 100%;
  padding: 30px;
  background-color:var(--white-color);
  font-size: 12px;
  font-weight: 500;
  transform: translateY(-5px);
  letter-spacing: normal;
  
}
.greeting__textarea {
  flex:1;
  font-weight: 500;
}
.greeting__textarea h3{
  margin-bottom:30px;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 600;
  color: #1298BD;
}
.greeting__textarea .signature{
  margin-top:30px;
  text-align: right;
}
#overview table:not(:last-child){
  margin-bottom: 50px;
}
.history__wrapper {
  height: 310px;
  overflow-y: scroll;
  scrollbar-color: #1399BF #F4FAFF;
}
.history__list {
  width: 100%;
}
.history__list__item {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 1em;
  width: 100%;
  padding: 20px;
  background-color: var(--white-color);
  border-bottom: 2px solid #F4FAFF;
}
.history__list__item time {
  width: 8%;
  min-width: 100px;
  white-space: nowrap;
  color: #1298BD;
}
.access__map-area:not(:last-child){
  margin-bottom: 50px;
}
.access__map{
  aspect-ratio: 12/5;
  margin-bottom: 30px;
}
.access__map iframe{
  border: none;
}
.access__textarea{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
}
.access__textarea_text h3{
  font-size: inherit;
  color: #1298BD; 
}
.google_btn{
  display: flex;
  justify-content:center;
  align-items: center;
  gap: 1em;
  width: 200px;
  padding: 9px 0;
}
#recruit > p{
  margin-bottom: 30px;  
}
#recruit .btn {
  justify-content: center;
  width: 280px;
  padding: 9px 0;
}

@media screen and (max-width: 950px){
  .main_company .anchor__list {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 749px){
  #greeting,
  #overview,
  #history,
  #access,
  #recruit{
    margin-bottom:50px;
  }
  .main_company .anchor__list{
    gap: 10px;
  }
  .main_company .anchor__list li {
    width: 100%;
  }
  .main_company .anchor__list li .page-btn {
    padding: 12px 0;
  }
  .greeting__content{
    flex-direction: column;
  }
  .greeting__img{
    width: 100%;
    padding: 30px;
    background-color: var(--white-color);
    text-align: center;
  }
  .greeting__img img {
    width: 84%;
  }
  .greeting__img figcaption{
    padding: 0;
    padding-top: 30px;
    text-align: left;
  }
  .greeting__textarea {
    flex: auto;
    width: 100%;
  }
  .greeting__textarea h3 {
    margin-bottom: 20px;
    font-size: max( 15px, 5vw);
  }
  #overview table:not(:last-child){
    margin-bottom: 30px;
  }
  .history__list__item {
    flex-direction: column;
    gap:0;
    padding: 10px;
  }
  .google_btn,
  #recruit .btn {
    padding: 12px 0;
  }
}


/* how-to-apply-page */
.main_how-to-apply{
  background-color: var(--white-color);
}
#how-to-apply {
  margin: 100px auto;
}
.apply{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 6.6%;
  margin-bottom: 100px;
}
.apply figure {
  width: 40%;
  border-radius: 4px;
}
.apply figure img {
  width: 100%;
  vertical-align: middle;
}
.apply_textarea {
  flex: 1;
}
.apply__list{
  width: 100%;
}
.apply__list__item:not(:last-child){
  margin-bottom: 1em;
}
.apply__list__item h3{
  margin-bottom: 0;
  font-size:calc(var(--font-size-base) * 1px);
  color: #1298bc;
}
.apply__list__item p{
  font-weight: 500;
}
.main_how-to-apply .anchor__list {
  gap: 20px;
  margin: 50px auto;
}
.main_how-to-apply .page-btn {
  width: 250px;
  margin: 0 auto;
}
.main_how-to-apply .page-btn.bottle {
  border-color: #F98585;
  color: #F98585;
}
.main_how-to-apply .page-btn.bottle::after {
  background: #F98585;
}
.main_how-to-apply .page-btn.pen {
  border-color: #12BD9A;
  color: #12BD9A;
}
.main_how-to-apply .page-btn.pen::after {
  background: #12BD9A;
}
.how-to__area{
  margin-bottom: 50px;
}
.how-to__area#bottle{
  margin-bottom: 100px;
}
.content-title{
  margin-bottom: 50px;
  padding-bottom: 10px;
  font-size: 24px;
}
#bottle .content-title{
  border-bottom: 4px dashed #F98585;
}
#pen .content-title{
  border-bottom: 4px dashed #12BD9A;
}
.content-title h3 {
  font-size: 24px;
  margin-bottom: 0;
}
#bottle .content-title {
  color: #F98585;
}
#pen .content-title{
  color: #12BD9A;
}
.movie-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 50px;
  padding: 50px;
}
#bottle .movie-area {
  background-color: #FFF6F6;
}
#pen .movie-area {
  background-color: #ECFFFC;
}
.movie__title,
.youtube-area {
  width: calc(50% - 15px);
}
.movie__title {
  text-align: center;
}
.movie__title h4 {
  margin-bottom: 10px;
  font-family: "ZenMaruGothic";
  font-weight: 700;
  font-size: 40px;
}
#bottle .movie__title h4 {
  color: #F98585;
}
#pen .movie__title h4 {
  color: #12BD9A;
}
.movie__title p {
  margin-bottom: 50px;
  font-weight: 700;
  font-size: 18px;
}
.youtube-area {
  aspect-ratio: 16 / 9;
}
.flow{
  margin-bottom: 50px;
}
.flow h4 {
  margin-bottom: 50px;
  font-size: 20px;
}
.flow__list {
  position: relative;
}
.flow__list::before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 40px;
  transform: translateX(-50%) ;
  z-index: 0;
}
#bottle .flow__list::before {
  background-color: #F98585;
}
#pen  .flow__list::before {
  background-color: #12BD9A;
}
.flow__list__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 60px;
  position: relative;
}
.flow__list__item:not(:last-child) {
  margin-bottom: 50px;
}
.number {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
#bottle .number {
  background-color: #F98585;
}
#pen .number {
  background-color: #12BD9A;
}
.number p {
  font-size: 18px;
  font-weight: 700;
  color: var(--white-color);
}
.number span {
  font-size: 14px;
}
.process {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
  flex: 1;
  position: relative;
  padding: 30px;
  border-radius: 4px;
  background-color: #FFF6F6;
}
#bottle .process {
  background-color: #FFF6F6;
}
#pen .process {
  background-color: #ECFFFC;
}
.process::before {
  content: "";
  display: block;
  width: 20px;
  height: 17px;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  position:absolute;
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
}
#bottle .process::before {
  background-color: #F98585;
}
#pen .process::before {
  background-color: #12BD9A;
}
.process__textarea {
  flex: 1;
}
.process__textarea h5 {
  margin-bottom: 20px;
  font-family: "ZenMaruGothic";
  font-size: 24px;
  font-weight: 700;
}
#bottle .process__textarea h5 {
  color: #F98585;
}
#pen .process__textarea h5 {
  color: #12BD9A;
}
.process__textarea p {
  font-weight: 500;
}
.process__textarea p img {
  width: 92px;
  padding-left: 0.5em;
  vertical-align: middle;
}
.process figure {
  width: 23%;
}
.process figure img {
  vertical-align: middle;
}
.notice {
  padding: 30px 40px;
  border-radius: 4px;
}
#bottle .notice{
  border: 1px solid #F98585;
}
#pen .notice{
  border: 1px solid #12BD9A;
}
.notice h5 {
  margin-bottom: 20px;
  font-family: "ZenMaruGothic";
  font-size: 24px;
  font-weight: 700;
}
#bottle .notice h5{
  color: #F98585;
}
#pen .notice h5{
  color: #12BD9A;
}
.notice p {
  font-weight: 500;
}
.attention{
  font-weight: 500;
}
@media only screen and (max-width: 749px){
  #how-to-apply {
    margin: 50px auto;
  }
  .main_how-to-apply .anchor__list {
    gap: 10px;
  }
  .apply{
    flex-direction: column;
    gap: 30px;
    margin-bottom: 50px;
  }
  .apply figure {
    width: 100%;
  }
  .apply__list {
    width: 100%;
  }
  .how-to__area {
    margin-bottom: 30px;
  }
  .how-to__area#bottle {
    margin-bottom: 50px;
  }
  .content-title{
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
   border-bottom-width: 3px;
   font-size: 20px; 
  }
  .content-title span {
    align-items: flex-start;
  }
  .content-title span::before {
    width: 20px;
    transform: translateY(calc(0.5em + 1px));
  }
  .movie-area {
   flex-direction: column-reverse;
    gap: 30px;
    padding: 30px;
  }
  .movie__title, .youtube-area {
    width: 100%;
  }
  .movie__title h4 {
    font-size: 30px;
  }
  .movie__title p {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .flow h4 {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .flow__list::before {
    left: 22.5px;
  }
  .flow__list__item {
    gap: 27px;
  }
  .flow__list__item:not(:last-child){
    margin-bottom: 30px;
  }
  .number {
    width: 45px;
    height: 45px;
    text-align: center;
  }
  .number p {
    text-align: center;
    line-height: 1;
  }
  .number span {
    display: block;
    font-size: 10px;
  }
  .process{
    flex-direction: column;
    gap: 20px;
    padding: 20px
  }
  .process__textarea h5{
    font-size: 20px;
    margin-bottom: 10px;
  }
  .process__textarea p img {
    display: block;
    margin-top: 10px;
    padding: 0;
  }
  .process figure {
    width: 100%;
  }
  .notice{
    padding: 20px;
  }
  .notice h5 {
    font-size: 20px;
  }
}

/* faq-page */
.answer_content a {
  color: var(--color-btn-primary);
}
.page-width-small.faq {
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.faq_accordion .heading_block{
  text-align: left;
  margin-bottom: 30px;
}
.faq_accordion .heading_block h2 {
  font-size: 20px;
}

.accordion__block{
  background: var(--white-color);
  border-radius: 4px;
  padding: 20px;
}
.accordion__block:not(:last-child) {
  margin-bottom: 15px;
}
.question .icon {
  margin-right: 0;
  position: absolute;
  top: 11px;
  right: -20px;
  transform: translateY(-50%);
}
.faq_accordion .question {
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 0;
  margin-right: 20px;
}
.faq_accordion .question::before {
  content: "Q";
  display: inline;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.faq_accordion .accordion__block .answer {
  margin-bottom: 0;
}
.answer_content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  margin-top: 10px;
  padding-bottom: 0;
}
.answer_content:before{
  content: "A";
  display: inline;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #1298bc;
}
@media only screen and (max-width: 749px) {
  .page-width-small.faq {
    padding: 0 22px;
  }
  .faq_accordion .heading_block h2 {
    font-size: 18px;
  }
}

/* commitment */
.main_commitment{
  background-color: var(--white-color);
}
.feature {
  margin-bottom: 100px;
}
.lead-contents {
  margin: 50px auto 140px;
}
.feature__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 100px 3%;
  flex-wrap: wrap;
}
.feature__list__item {
  width: 47%;
  position: relative;
}
.feature__list__item .feature_no {
  width: 80px;
  position: absolute;
  top: 0;
  left: 20px;
  transform: translateY(-50%);
}
.feature__list__item figure {
  width: 100%;
  margin-bottom: 30px;
}
.feature__list__item h3 {
  margin-bottom: 20px;
  font-size: 24px;
  color: #1298BD;
}
.series__list__item {
  border-radius: 4px;
  overflow: hidden;
}
.series__list__item:not(:last-child) {
  margin-bottom: 50px;
}
.series__list__item h3 {
  margin-bottom: 0;
  padding: 0.45em 0;
  background-color: #1298BD;
  text-align: center;
  font-size: 24px;
  color: #fff;
}
.series-content{
  padding: 50px;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  border: 2px solid #D8D8D8;
  border-top: none;
  font-weight: 500;
}
.series-content span {
  color: #1298BD;
}
.main-content .series-content .btn span {
  color: inherit;
}
.series__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
}
.series__flex figure {
  flex: 1;
}
.series__textarea {
  width: 60%;
}
.item01_list {
  width: 100%;
  margin-bottom: 30px;
}
.item01_list li {
  font-size: 24px;
  font-weight: 700;
  color: #1298BD;
}
.item02 .series__flex {
  margin-bottom: 45px;
}
.item02_list li:not(:last-child){
  margin-bottom: 30px;
}
.item02_text{
  margin-bottom: 10px;
  color: #1298BD;
}
.item02_list02{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.item02_list02 li {
  text-align: center;
  padding: 0.8em;
  border: 1px solid #1298BD;
}
.item03 figure {
  margin-bottom: 20px;  
}
.item03 figure img {
  margin-bottom: 10px;  
}
.item03 figure figcaption {
  text-align: right;
  font-size:13px;
  color: #1298BD;
}
.item03_list li:not(:last-child) {
 margin-bottom: 1em; 
}
.item04_list {
  margin-bottom: 30px;
}
.item04_list li:first-child {
  margin-bottom: 24px;
}
.item04 .item-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.item-list .bottle, .item-list .pen {
  width: 48%;
  padding: 20px 25px;
}
.item-list .bottle {
  background-color: #FFF6F6;
}
.item-list .pen {
  background-color: #ECFFFC;
}
.bottle h4, .pen h4 {
  margin-bottom: 20px;
  padding-bottom: 7px;
  font-size: 17px;
  border-bottom: 3px dashed;
}
.item-list .bottle h4 {
  border-bottom-color: #F98585;
  color: #F98585;
}
.item-list .pen h4 {
  border-bottom-color: #12BD9A;
  color: #12BD9A;
}
.bottle-item, .pen-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.bottle-item:not(:last-child),
.pen-item:not(:last-child) {
  margin-bottom: 10px;
}
.bottle-item img, .pen-item img {
  width: 60px;
  margin-bottom: 0;
}
.item04 a.how-to-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 40px 30px 40px 50px;
  position: relative;
  background-image: url(/cdn/shop/files/commitment05.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.item04 aa.how-to-link:hover {
  color: unset;
}
.how-to-title span {
  display: block;
  margin-bottom: 10px;
  font-family: "ZenMaruGothic";
  font-size: 30px;
  font-weight: 700;
  color: #1298BD;
}
.how-to-title h4 {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
  color: #232323;
}
.item04 .howto-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.item04 .howto-btn span {
  color: var(--color-btn-primary-text);
}
.item04 a:hover .howto-btn::after {
  height: calc(100% + 2px);
  left: -1px;
  top: -1px;
  width: calc(100% + 2px);
}

@media only screen and (max-width: 960px){
  .series__flex {
    flex-direction: column;
  }
  .series__textarea {
    width: 100%;
  }
}
@media only screen and (max-width: 749px){
  .lead-contents {
    margin: 50px auto;
  }
  .lead-contents__textarea {
    width: 100%;
    padding: 0;
    margin: 12px 0 0;
  }
  .lead-contents__textarea h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .feature {
    margin-bottom: 50px;
  }
  .feature__list {
    flex-direction: column;
    gap: 60px;
  }
  .feature__list__item {
    width: 100%;
  }
  .series__list__item:not(:last-child) {
    margin-bottom: 30px;
  }
  .feature__list__item .feature_no {
    width: 54px;
    left: 10px;
  }
  .feature__list__item figure {
    margin-bottom:20px;
  }
  .feature__list__item h3 {
    margin-bottom: 8px;
    font-size: 20px;
  }
  .series__list__item h3 {
    padding: 0.6em 0;
    font-size: 20px;
  }
  .series-content {
    padding: 20px;
    font-size: 14px;
  }
  .series__flex {
    gap: 20px;
  }
  .item01_list {
    margin-bottom: 20px;
  }
  .item01_list li {
    font-size: 20px;
  }
  .item02 .series__flex {
    margin-bottom: 30px;
  }
  .item02_list li:not(:last-child) {
    margin-bottom: 15px;
  }
  .item02_text {
    margin-bottom: 18px;
  }
  .item02_list02 {
    gap: 5px;
  }
  .item02_list02 li {
    width: 100%;
    padding: 0.8em 0;
  }
  .item03 figure {
    margin-bottom: 10px;  
  }
  .item03 figure figcaption {
    font-size: 12px;
  }
  .item04_list {
    margin-bottom: 20px;
  }
  .item04 .item-list {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }
  .item-list .bottle, .item-list .pen {
    width: 100%;
  }
  .item-list .bottle h4, .item-list .pen h4 {
    font-size: 16px;
    border-bottom: 2px dashed;
  }
  .item04 a.how-to-link {
    flex-direction: column;
    gap: 20px;
    padding: 35px 55px;
    background-image: url(/cdn/shop/files/commitment05_sp.webp);
  }
  .how-to-title{
    text-align: center;
  }
  .how-to-title span {
    margin-bottom: 9px;
    font-size: 28px;
  }
  .item04 .howto-btn {
    width: 100%;
    padding: 11px 0;
    font-size: 15px;
  }
}

/* OEM */
.main_oem{
  background-color: var(--white-color);
}
.main_oem .anchor__list {
  flex-wrap: nowrap;
}
.main_oem .anchor__list a {
  padding: 20px 25px;
  color: #1399BF;
}
#features,
#flow,
#contact-us{
  margin-bottom:100px;
}
.features__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 90px;
}
.features__list__item {
  width: 32%;
  position: relative;
}
.features__list__item .feature_no {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 20px;
  transform: translateY(-50%);
  background-color: var(--white-color);
  border-radius: 50%;
  border: 2px solid #1399BF;
}
.features__list__item .feature_no p {
  font-weight: 700;
  color: #1399BF;
}
.features__list__item .feature_no span {
  font-size: 18px;
}
.features__list__item figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 76 / 43;
  margin-bottom: 30px;
  background-color: #F4FAFF;
}
.features__list__item figure img {
  width: 37%;
}
.features__list__item h3 {
  margin-bottom: 20px;
  font-size: 24px;
  color: #1298BD;
}
.features__list__item p {
  font-weight: 500;
}
#flow .flow__list::before {
  background-color: #1399BF;
}
#flow .number {
  background-color: #1399BF;
}
#flow .process {
  padding: 23px 28px;
  border: 2px solid #D8D8D8;
  background-color: var(--white-color);
}
#flow .process::before {
  background-color: #1399BF;
}
#flow .process .process__textarea h3 {
  margin-bottom: 20px;
  font-size: 24px;
  color: #1399BF;
}
.contact-us__area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 55px 50px;
  position: relative;
  border-radius: 4px;
  border: 2px solid #1298BD;
}
.contact-us__area > span {
  display: block;
  width: 1px;
  height: 105px;
  margin: 0 50px 0 20px;
  background-color: #D8D8D8;
}
.contents {
  width: fit-content;
}
.contents.mail{
  margin-left: 0;
}
.contents h3 {
  margin-bottom: 20px;
  font-size: 16px;
}
.inner-contents,
.inner-contents .tel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.inner-contents .tel img{
  width: 60px;
}
.inner-contents .tel p {
  font-size: 32px;
  font-weight: 700;
}
.inner-contents > p {
  font-size: 12px;
}
.inner-contents .contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 310px;
  padding: 18px;
  font-weight: 700;
  color: var(--color-btn-primary-text);
}

@media screen and (max-width: 1199px) {
  .features__list {
    justify-content: flex-start;
    gap: 50px 15px;
    flex-wrap: wrap;
    margin-top: 50px;
  }
  .features__list__item {
    width: 45%;
  }
}
@media screen and (max-width: 989px) {
  .contact-us__area {
    flex-direction: column;
  }
  .contact-us__area > span {
    width: 60%;
    height: 1px;
    margin: 50px auto;
  }
}
@media screen and (max-width: 749px) {
  #features, #flow, #contact-us {
    margin-bottom: 50px;
  }
  .main_oem .anchor__list a {
    padding: 9px 0px;
    font-size: 14px;
  }
  .features__list__item .feature_no {
    width: 44px;
    height: 44px;
  }
  .features__list__item h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .features__list__item p {
    font-size: 14px;
  }
  .features__list__item .feature_no p {
    font-size: 10px;
    line-height: 1;
  }
  .features__list__item .feature_no span {
    display: block;
    font-size: 16px;
  }
  .features__list__item figure {
    margin-bottom: 20px;
  }
  #flow .process {
    align-items: flex-start;
    padding: 20px;
  }
  #flow .process .process__textarea h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .process__textarea p {
    font-size: 14px;
  }
  .contact-us__area {
    padding: 20px;
  }
  .contents h3 {
    font-size: 14px;
  }
  .inner-contents, .inner-contents .tel {
    gap: 10px;
  }
  .inner-contents .tel img {
    width: 40px;
  }
  .inner-contents .tel p {
    font-size: 28px;
  }
  .contact-us__area > span {
    width: 100%;
    height: 1px;
    margin: 20px auto;
  }
  .inner-contents .contact-btn {
    padding: 10px;
  }
}
@media screen and (max-width: 520px) {
  .features__list {
    flex-direction: column;
  }
  .features__list__item {
    width: 100%;
  }
}


/* SDGs */
.main_sdgs{
  background-color: var(--white-color);
}
.sdgs {
  margin: 50px auto 150px;
}
.sdgs_poster {
  margin-bottom: 50px;
}
.sdgs__list__item {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  flex-wrap: wrap;
  padding: 50px;
  border: 1px solid #D8D8D8;
}
.sdgs__list__item:not(:last-child) {
  margin-bottom: 20px;
}
.sdgs__image-area {
  width: 30%;
  display:flex;
  gap: 20px;
}
.sdgs__image-area figure {
  width: 50%;
}
.sdgs_textarea {
  flex: 1;
}
.sdgs_textarea h3 {
  margin-bottom: 20px;
  font-size: 24px;
  color: #1399BF;
}
.sdgs_textarea dl,.sdgs_textarea dd {
  margin: 0;
}
.sdgs_textarea dl dt,
.sdgs_textarea dl dd {
  font-weight: 500;
}
.sdgs_textarea dl dt:last-of-type {
  margin-top: 1em;
}
@media screen and (max-width: 749px) {
  .sdgs {
    margin: 30px auto;
  }
  .sdgs_poster {
    margin-bottom: 30px;
  }
  .sdgs__list__item {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
  .sdgs__image-area {
    width: 100%;
  }
  .sdgs_textarea h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .sdgs_textarea dl dt,
  .sdgs_textarea dl dd {
    font-size: 14px;
  }
}

/*お問い合わせラジオボタン追加*/
.radio_lists {
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
}
.radio_lists input[type="radio"] {
  padding: 0;
}