/*
Theme Name: ゆずき不動産
Theme URI:
Description:
Version:0.0.3
Author:
Author URI:
*/


@charset "UTF-8";

/* CSS Document */

/*RESET*/
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, figure, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}


/*BASIC*/

body{
	background: #fff;
    color: #222;
	font-size: 20px;
	line-height: 2;
	font-family: "Montserrat", "Noto Sans JP", "sans-serif";
	text-align: center;
	width: 100%;
	margin: 0;
}
img{
    max-width: 100%;
}
#container{
    overflow-x: hidden;;
}
.wrap{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
a img:hover{
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.pc{
  display: block;
}
.sp{
  display: none;
}

/*flex*/
.flex-wrapper{
  display: flex;
}
@media (min-width: 769px){
  .pc-flex{
    display: flex
  }
}

.align-center{
  align-items: center;
}

.justify-center{
  justify-content: center;
}
.justify-space-between{
  justify-content: space-between;
}

.flex-reverse{
  flex-direction: row-reverse;
}

/*text*/

p{
  text-align: left;
}
h2{
  font-size: 32px;
}

.orange{
  color: #FA9D00;
}
.blue{
  color: #004397;
}

.big{
  font-size: 1.95em;
}
.bold{
  font-weight: 700;
}
.black{
  font-weight: 900;
}

.center{
  text-align: center;
}
.underline{
  text-decoration: underline;
}

.mb{
  margin-bottom: 2em;
}

/*============================
#header
============================*/
#header{
  padding: 15px 0;
}
.logo img{
  width: 264px;
}
.tel{
  text-align: left;
  margin-right: 28px;
  line-height: 1.1;
}
.tel-txt{
  font-size: 14px;
  font-weight: 900;
}
.tel-no{
  font-size: 30px;
}
.tel-no img{
  margin-right: 3px;
}
.btn{
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(#faad00 0%, #fa6a00 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  border: none;
  cursor: pointer;
}
.btn img{
  margin-right: 10px;
}
.mail-btn{
  width: 264px;
  height: 57px;
  border-radius: 28.5px;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
}
button:focus{
  outline: none;
}

/*============================
#global-nav
============================*/
#global-nav{
  width: 100%;
  height: 52px;
  background: linear-gradient(#004397 0%, #1772e3 100%);
}
#header ul.gnavi {
    margin: 0 auto;
}
.gnav{
  height: 100%;
  display: flex;
  align-items: center;
}
.gnav li{
  height: 100%;
}
.gnav li a{
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 35px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
}
#sp-menu{
  display: none;
}

/*============================
#mv
============================*/
#mv{
  width: 100%;
  height: 630px;
  background: url(img/mv-bg.jpg) center center no-repeat;
  background-size: cover;
}
.mv-wrap{
  height: 100%;
  background: url(img/mv-img1.png) bottom right no-repeat;
  background-size: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*============================
#problem
============================*/
#problem{
  padding: 75px 0 85px;
}
#problem h2{
  font-size: 45px;
  text-align: left;
  line-height: 1.4;
}
#problem .pc-flex{
  margin-top: -170px;
}
#problem figure{
  width: 50%;
  margin-right: 70px;
}
.text{
  flex: 1;
}
#problem ul{
  text-align: left;
  margin-bottom: 2em;
}
#problem ul li{
  position: relative;
  padding-left: 2em;
}
#problem ul li::before{
  content: "";
  width: 24px;
  height: 18px;
  background: url(img/check.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 10px;
  left: 0;
}
#problem ul li + li{
  margin-top: 1em;
}

/*============================
#worry.bg.bg-arrow
============================*/
#worry{
  padding: 115px 0 100px;
}
.bg{
  background: #FCFAF1;
}
.bg-arrow{
  position: relative;
}
.bg-arrow::before{
  content: "";
  width: 0;
  height: 0;
  border-top: 500px solid #FCFAF1;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
#worry h2{
  font-size: 78px;
  margin-bottom: 160px;
}
.worry-each{
  width: 32%;
  max-width: 350px;
  position: relative;
}
.worry-each h3{
  font-size: 21px;
  margin-bottom: 1em;
}
.worry-each .h3-txt{
  position: relative;
  z-index: 2;
}
.worry-number{
  font-size: 178px;
  color: #FBEAC7;
  position: absolute;
  top: -155px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.worry-box{
  height: 90%;
  border-radius: 5px;
  background: #fff;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
  padding: 34px 36px;
  font-size: 18px;
  position: relative;
  z-index: 2;
}

/*============================
#cta1
============================*/
#cta1{
  padding: 0 0 104px;
}
#cta1 .copy{
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 57px;
}
#cta1 h2{
  font-size: 82px;
  line-height: 1.2;
  margin-bottom: 70px;
}
.cta1-txt{
  font-size: 24px;
  margin-bottom: 64px;
  position: relative;
}
.cta1-txt::before{
  content: "";
  width: 108px;
  height: 108px;
  background: url(img/now.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 100px;
}
#cta1 .btn{
  width: 848px;
  height: 71px;
  border-radius: 35.5px;
  color: #F5FF00;
  font-size: 32px;
  font-weight: 900;
  margin: 0 auto;
}
.btn-arrow{
  position: relative;
}
.btn-arrow::before{
  content: "";
  width: 42px;
  height: 42px;
  background: url(img/arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 27px;
  top: 0;
  bottom: 0;
  margin: auto;
}

/*============================
#top-news.bg
============================*/
#top-news{
  padding: 83px 0 146px;
}
#top-news h2{
  font-size: 32px;
  margin-bottom: 47px;
}
.top-news{
	text-align: left;
}
.top-news li {
	padding: 12px 0;
	border-bottom: 1px dotted #707070;
	display: flex;
	align-items: center;
}
span.ymd {
    color: #004397;
    font-weight: bold;
    margin-right: 23px;
}
.top-news .tag {
    width: 116px;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 23px;
}
.top-news .tag.yuzuki{
	background: #0B3871;
}
.top-news .tag.bukken{
	background: #ff4500;
}
.top-news .tag.news{
	background: #4c4a4d;
}
.top-news .tag.soudan{
	background: #178f01;
}
.top-news .tag.buyer{
	background: #008000;
}
.top-news .tag.yuzukiletter{
	background: #004397;
}
.top-news .tag.voiceis{
	background: #a704d9;
}
.top-news .tag.event{
	background: #75018f;
}
ul.top-news a {
    text-decoration: none;
    color: #222;
}

/*============================
#message.message-bg
============================*/
#message{
  padding: 94px 0 134px;
}
.message-bg{
  width: 100%;
  height: 100%;
  background: url(img/town.png) center bottom repeat-x;
}
#message h2{
  font-size: 38px;
  line-height: 1.45;
  text-align: left;
  margin-bottom: 1em;
}
#message p{
  flex: 1;
}
.more-btn{
  width: 276px;
  height: 62px;
  border-radius: 31px;
  background: linear-gradient(#146bd8 0%, #0a366c 100%);
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-left: 0;
}
.more-btn::before{
  width: 32px;
  height: 32px;
}
.img{
  width: 286px;
  margin-left: 37px;
}
.company{
  font-size: 15px;
}
.name{
  font-size: 24px;
  line-height: 1;
}
.name span{
  font-size: .75em;
  margin-right: 1em;
  display: inline-block;
}

/*============================
#feature
============================*/
#feature{
  padding: 93px 0 160px;
}
.lead{
  font-size: 46px;
  line-height: 1;
}
#feature h2{
  font-size: 78px;
  margin-bottom: 24px;
}
.feature-each{
  width: 100%;
  height: 528px;
}
.feature-each h3{
  display: flex;
  align-items: center;
  padding-top: 120px;
  text-align: left;
  font-size: 32px;
  line-height: 1.46;
  font-weight: 900;
  position: relative;
  white-space: nowrap;
}
.feature-each h3 span:not(.back){
  position: relative;
  z-index: 2;
}
.back{
  font-size: 180px;
  font-weight: 900;
  color: rgba(250, 157, 0, .15);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.number{
  font-size: 112px;
  font-weight: bold;
  color: #00459A;
  padding-right: 30px;
}
.feature-each p{
  width: 590px;
}
.feature1{
  padding-left: 51px;
  background: url(img/feature1.png) center right no-repeat;
  background-size: contain;
}
.feature2{
  padding-left: 565px;
  background: url(img/feature2.png) center left no-repeat;
  background-size: contain;
}
.feature3{
  padding-left: 51px;
  background: url(img/feature3.png) center right no-repeat;
  background-size: contain;
}
.feature-copy{
  margin-top: 81px;
  font-size: 32px;
  line-height: 1.2;
}
.feature-copy span{
  font-size: 2.56em;
}

/*============================
#partner
============================*/
#partner{
  padding: 94px 0 169px;
}
#partner h2{
  margin-bottom: 36px;
}
.card-wrap{
  flex-wrap: wrap;
}
.card-each{
  width: calc((100% - 16px)/2);
  padding: 49px 42px;
  border-radius: 5px;
  background: #fff;
  border: 5px solid #f8e8cd;
  box-shadow: 0px 6px 0px rgba(186, 186, 186, 0.16);
  margin-bottom: 26px;
}
.card-txt{
  flex: 1;
  margin-left: 18px;
}
.card-each h3{
  font-size: 22px;
  margin-bottom: 15px;
  text-align: left;
}
.tag{
  font-size: .81em;
  font-weight: 400;
  padding: 6px 22px;
  background: #ff4d6d;
  color: #fff;
  border-radius: 3px;
  margin-right: 19px;
}

/*============================
#contact
============================*/
#contact{
  padding: 80px 0 96px;
  background: #004397;
  color: #fff;
}
#contact h2{
  margin-bottom: 36px;
}
#contact h3{
  color: #FFD500;
  text-align: left;
}
#contact h3 img{
  margin-right: 9px;
}
.contact1{
  padding-bottom: 51px;
  border-bottom: 3px solid rgba(255,255,255,.46);
  margin-bottom: 36px;
}
.info{
  font-size: 18px;
}
#contact .btn.mail-btn{
  font-size: 31px;
  width: 540px;
  height: 75px;
  border-radius: 52px;
  margin-left: 25px;
}
.contact2{
  padding-right: 8px;
  border-right: 3px solid rgba(255,255,255,.46);
}
#contact .tel-no{
  font-size: 55px;
  line-height: 1.4;
}
#contact .tel-no a {
  color: #fff;
  text-decoration: none;
}
#contact .tel-no img{
  margin-right: 11px;
}
.line-txt{
  font-size: 29px;
}
.line-txt img{
  margin-right: 24px;
}

/*============================
#achievement.bg
============================*/
#achievement{
  padding: 74px 0 84px;
}
#achievement .wrap {
    max-width: 1040px;
}
#achievement .metaslider .flexslider .flex-direction-nav li a {
    opacity: 1!important;
    width: 53px;
    height: 53px;
    background: url(img/slide-arrow1.svg) center center no-repeat!important;
    background-size: contain;
}
#achievement .metaslider .flexslider .flex-direction-nav li.flex-nav-next a {
    background: url(img/slide-arrow2.svg) center center no-repeat!important;
    background-size: contain;
}

#achievement .metaslider .flexslider:focus-within .flex-prev,
#achievement .metaslider .flexslider:hover .flex-prev {
    left: -60px;
}
#achievement .metaslider .flexslider:focus-within .flex-next,
#achievement .metaslider .flexslider:hover .flex-next {
    right: -60px;
}

/*============================
#voice
============================*/
#voice{
  padding: 75px 0 89px;
  border-bottom: 1px solid #DBDBDB;
}
#voice .card-wrap{
  margin-bottom: 20px;
}

/*============================
#faq
============================*/
#faq{
  padding: 89px 0 140px;
}
.faq{
  text-align: left;
}
.faq dt,
.faq dd{
  padding: 30px 38px;
  display: flex;
}
.faq dt span,
.faq dd span{
  margin-right: 40px;
}
.faq dt{
  background: #F2FBFF;
  margin-bottom: 20px;
}
.faq dd{
  font-weight: 400;
  display: none;
}

/*============================
#footer
============================*/
#footer{
}
.footer-top{
  padding: 75px 0 63px;
}
.footer-top-wrap{
  width: 950px;
  margin: 0 auto;
}
.footer-top-txt p.bold{
  font-size: 18px;
  margin-bottom: 24px;
  line-height: 1.5;
}
.footer-top-txt span.orange{
  font-size: 55px;
}
.footer-top-txt span.blue{
  font-size: 21px;
}
.text-link{
  color: #222;
  position: relative;
}
.text-link::after{
  content: "";
  width: 26px;
  height: 26px;
  background: url(img/arrow2.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -38px;
  margin: auto;
}
.footer-bottom{
  background: #08356E;
  color: #fff;
  padding: 78px 0;
}
.footer-bottom .pc-flex + .pc-flex{
  margin-top: 50px;
}
.logo img{
  width: 308px;
}
.footer-bottom .tel-no{
  margin-right: 28px;
}
.footer-bottom .tel-no a {
  color: #fff;
  text-decoration: none;
}
.footer-bottom .tel-no img{
  width: 28px;
  margin: 0 3px 0 18px;
}
.footernav a{
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  margin-right: 35px;
}
.copyright{
  font-size: 12px;
}

@media (max-width: 1100px){
  .gnav{
    justify-content: space-around;
  }
  .gnav li a{
    padding: 0;
    justify-content: center;
  }
}


@media (max-width: 1000px){
/*BASIC*/

body{
	font-size: 2vw;
}
.wrap{
  width: 96%;
}

h2{
  font-size: 3.2vw;
}

/*============================
#header
============================*/
#header{
  padding: 1.5vw 0;
}
.logo img{
  width: 26.4vw;
}
.tel{
  margin-right: 2.8vw;
}
.tel-txt{
  font-size: 1.4vw;
}
.tel-no{
  font-size: 3vw;
}
.tel-no img{
  margin-right: 0.3vw;
}
.btn img{
  margin-right: 1vw;
}
.mail-btn{
  width: 26.4vw;
  height: 5.7vw;
  border-radius: 2.85vw;
  font-size: 2vw;
}

/*============================
#global-nav
============================*/
#global-nav{
  height: 5.2vw;
}
.gnav li a{
  font-size: 1.8vw;
}

/*============================
#mv
============================*/
#mv{
  height: 63vw;
}
.mv-wrap {
  background-size: 26vw;
}
.mv-wrap img {
  width: 56vw;
}

/*============================
#problem
============================*/
#problem{
  padding: 7.5vw 0 8.5vw;
}
#problem h2{
  font-size: 4.5vw;
}
#problem .pc-flex{
  margin-top: -10vw;
}
#problem figure{
  margin-right: 7vw;
}
#problem ul li::before{
  content: "";
  width: 2.4vw;
  height: 1.8vw;
  top: 1vw;
}

/*============================
#worry.bg.bg-arrow
============================*/
#worry{
  padding: 11.5vw 0 10vw;
}
.bg-arrow::before{
  border-top: 50vw solid #FCFAF1;
}
#worry h2{
  font-size: 6.8vw;
  margin-bottom: 16vw;
}
.worry-each{
  width: 31vw;
}
.worry-each h3{
  font-size: 2vw;
}
.worry-number{
  font-size: 17.8vw;
  top: -15.5vw;
}
.worry-box{
  border-radius: 0.5vw;
  background: #fff;
  padding: 3.4vw 3.6vw;
  font-size: 1.8vw;
}

/*============================
#cta1
============================*/
#cta1{
  padding: 0 0 10.4vw;
}
#cta1 .copy{
  font-size: 3.2vw;
  margin-bottom: 5.7vw;
}
#cta1 h2{
  font-size: 7.7vw;
  margin-bottom: 7vw;
}
.cta1-txt{
  font-size: 2.4vw;
  margin-bottom: 6.4vw;
}
.cta1-txt::before{
  content: "";
  width: 10.8vw;
  height: 10.8vw;
  left: 2vw;
}
#cta1 .btn{
  width: 84.8vw;
  height: 7.1vw;
  border-radius: 3.55vw;
  font-size: 3.2vw;
}
.btn-arrow::before{
  width: 4.2vw;
  height: 4.2vw;
  right: 2.7vw;
}

/*============================
#top-news.bg
============================*/
#top-news{
  padding: 8.3vw 0 14.6vw;
}
#top-news{
  font-size: 3.2vw;
  margin-bottom: 4.7vw;
}

/*============================
#message.message-bg
============================*/
#message{
  padding: 9.4vw 0 13.4vw;
}
#message h2{
  font-size: 3.8vw;
}
.more-btn{
  width: 27.6vw;
  height: 6.2vw;
  border-radius: 3.1vw;
  font-size: 1.8vw;
}
.more-btn::before{
  width: 3.2vw;
  height: 3.2vw;
}
.img{
  width: 28.6vw;
  margin-left: 3.7vw;
}
.company{
  font-size: 1.5vw;
}
.name{
  font-size: 2.4vw;
}

/*============================
#feature
============================*/
#feature{
  padding: 9.3vw 0 16vw;
}
.lead{
  font-size: 4.6vw;
}
#feature h2{
  font-size: 7.8vw;
  margin-bottom: 2.4vw;
}
.feature-each{
  height: 52.8vw;
  background-size: 30vw;
}
.feature-each h3{
  padding-top: 12vw;
  font-size: 3vw;
}
.back{
  font-size: 18vw;
}
.number{
  font-size: 11.2vw;
  padding-right: 3vw;
}
.feature-each p{
  width: 59vw;
}
.feature1{
  padding-left: 5.1vw;
}
.feature2{
  padding-left: 32.5vw;
}
.feature3{
  padding-left: 5.1vw;
}
.feature-copy{
  margin-top: 8.1vw;
  font-size: 3vw;
}

/*============================
#partner
============================*/
#partner{
  padding: 9.4vw 0 16.9vw;
}
#partner h2{
  margin-bottom: 3.6vw;
}
.card-each{
  width: calc((100% - 1.6vw)/2);
  padding: 4.9vw 4.2vw;
  border-radius: 0.5vw;
  margin-bottom: 2.6vw;
}
.card-each img {
  width: 16vw;
}
.card-txt{
  margin-left: 1.8vw;
}
.card-each h3{
  font-size: 2.2vw;
  margin-bottom: 1.5vw;
}
.tag{
  padding: 0.6vw 2.2vw;
  border-radius: 0.3vw;
  margin-right: 1.9vw;
}

/*============================
#contact
============================*/
#contact{
  padding: 8vw 0 9.6vw;
}
#contact h2{
  margin-bottom: 3.6vw;
}
#contact h3 img{
  margin-right: 0.9vw;
}
.contact1{
  padding-bottom: 5.1vw;
  margin-bottom: 3.6vw;
}
.info{
  font-size: 1.8vw;
}
#contact .btn.mail-btn{
  font-size: 3.1vw;
  width: 54vw;
  height: 7.5vw;
  border-radius: 5.2vw;
  margin-left: 2.5vw;
}
.contact2{
  padding-right: 0.8vw;
}
#contact .tel-no{
  font-size: 5.5vw;
}
#contact .tel-no img{
  margin-right: 1.1vw;
}
.line-txt{
  font-size: 2.9vw;
}
.line-txt img{
  margin-right: 2.4vw;
}

/*============================
#achievement.bg
============================*/
#achievement{
  padding: 7.4vw 0 8.4vw;
}

/*============================
#voice
============================*/
#voice{
  padding: 7.5vw 0 8.9vw;
}
#voice .card-wrap{
  margin-bottom: 2vw;
}

/*============================
#faq
============================*/
#faq{
  padding: 8.9vw 0 14vw;
}
.faq dt,
.faq dd{
  padding: 3vw 3.8vw;
}
.faq dt span,
.faq dd span{
  margin-right: 4vw;
}
.faq dt{
  margin-bottom: 2vw;
}

/*============================
#footer
============================*/
.footer-top{
  padding: 7.5vw 0 6.3vw;
}
.footer-top-wrap{
  width: 95vw;
}
.footer-top-txt p.bold{
  font-size: 1.8vw;
  margin-bottom: 2.4vw;
}
.footer-top-txt span.orange{
  font-size: 5vw;
}
.footer-top-txt span.blue{
  font-size: 2.1vw;
}
.text-link::after{
  width: 2.6vw;
  height: 2.6vw;
  right: -3.8vw;
}
.footer-bottom{
  padding: 7.8vw 0;
}
.footer-bottom .pc-flex + .pc-flex{
  margin-top: 5vw;
}
.footer-bottom .wrap > .pc-flex:first-child{
  display: block;
}
.logo img{
  width: 30.8vw;
}
.footer-bottom .tel-txt{
  white-space: nowrap;
}
.footer-bottom .tel-no{
  margin-right: 2.8vw;
  white-space: nowrap;
}
.footer-bottom .tel-no img{
  width: 2.8vw;
  margin: 0 0.3vw 0 1.8vw;
}
.footernav a{
  font-size: 1.3vw;
  margin-right: 2.2vw;
}
.copyright{
  font-size: 1.2vw;
}


}

@media (max-width: 768px){
  body{
    font-size: 3.7vw;
  }
  .wrap{
    width: 94%;
  }
  h2 {
    font-size: 5vw;
  }
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }

/*============================
#header
============================*/
.mail-btn {
  width: 45vw;
  height: 10vw;
  border-radius: 5vw;
  font-size: 3.2vw;
  margin-right: 40px;
}

/*============================
#global-nav
============================*/
#global-nav {
  height: auto;
  background: none;
}
.gnav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  width: 70vw;
  height: 100vh;
  background: rgb(0 67 151 / 80%);
  flex-direction: column;
  justify-content: center;
  transform: translateX(70vw);
  transition: .6s transform ease;
}
.gnav li {
  width: 100%;
  height: auto;
  padding: 4.2vw 0;
}
.gnav li a {
  font-size: 4vw;
}

.sp-menu{
  position: fixed;
  top: 5px;
  right: 5px;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  border: 1px solid rgba(8,52,110,.3);
  background: rgba(255,255,255,.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.sp-menu-inner{
  width: 30px;
  height: 1px;
  background: #222;
  position: relative;
  transition: .6s background ease;
}
.sp-menu-inner::before,
.sp-menu-inner::after{
  content: "";
  width: 100%;
  height: 100%;
  background: #222;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transition: .4s transform ease;
}
.sp-menu-inner::before{
  top: 8px;
  transform: rotate(-180deg);
}
.sp-menu-inner::after{
  bottom: 8px;
  transform: rotate(180deg);
}

#sp-menu:checked ~ .gnav{
  transform: translateX(0);
}
#sp-menu:checked ~ .sp-menu .sp-menu-inner{
  background: transparent;
}
#sp-menu:checked ~ .sp-menu .sp-menu-inner::before{
  top: 0;
  transform: rotate(45deg);
}
#sp-menu:checked ~ .sp-menu .sp-menu-inner::after{
  bottom: 0;
  transform: rotate(-45deg);
}

/*============================
#mv
============================*/
  .mv-wrap{
    width: 100vw;
  }

/*============================
#problem
============================*/
#problem figure {
  width: 80%;
  margin: 0 auto;
}
#problem ul li::before {
  content: "";
  width: 2.4vw;
  height: 1.8vw;
  top: 1vw;
}

/*============================
#worry
============================*/
#worry h2 {
  font-size: 6.4vw;
}
.worry-each {
  width: 100%;
  margin-bottom: 10vw;
}
.worry-each h3 {
  font-size: 5vw;
  margin-bottom: 0;
}
.worry-box{
  font-size: 3.7vw;
}

/*============================
#cta1
============================*/
#cta1 .copy {
  font-size: 4.2vw;
}
#cta1 h2 {
  font-size: 7.5vw;
}
.cta1-txt {
  font-size: 3.7vw;
}
#cta1 .btn {
  height: 12vw;
  border-radius: 6vw;
  font-size: 4vw;
}

/*============================
#message
============================*/
#message h2{
  font-size: 6vw;
  text-align: center;
}
.img {
  width: 70%;
  margin: 0 auto 3vw;
}
.company {
  font-size: 3.7vw;
}
.name {
  font-size: 6vw;
}
.more-btn {
  width: 60vw;
  height: 12vw;
  border-radius: 6vw;
  font-size: 4vw;
  margin: 0 auto 16vw;
  display: block;
}

/*============================
#feature
============================*/

.feature-each {
  height: auto;
  background-position: top right;
  padding-bottom: 5vw;
  padding-left: 0;
}
.feature2{
  background-position: top left;
}
.feature-each h3 {
  padding-top: 15vw;
  font-size: 4.5vw;
  white-space: normal;
  margin-bottom: 2vw;
}
.feature2 h3{
  margin-left: 30vw;
}
.feature-each p {
  width: 100%;
}
.feature-copy {
  font-size: 4vw;
}

/*============================
#partner
============================*/
.card-each {
  width: 100%;
}
.card-each img {
  width: 50vw;
}
.card-each h3 {
  font-size: 5vw;
  text-align: center;
}

/*============================
#contact
============================*/
#contact .wrap {
  width: 85%;
}
#contact h3 {
  font-size: 5vw;
}
.info{
  font-size: 3.7vw;
}
#contact .btn.mail-btn {
  width: 100%;
  height: 12vw;
  border-radius: 6vw;
  font-size: 4vw;
  margin: 3vw auto 0;
}
.contact2 {
  border-right: none;
  border-bottom: 3px solid rgba(255,255,255,.46);
  padding-right: 0;
  padding-bottom: 5.1vw;
  margin-bottom: 3.6vw;
}
.line-txt {
  font-size: 4vw;
  text-align: center;
}
.line-txt img {
  margin: 0 auto;
  width: 80%;
  display: block;
}

/*============================
#footer
============================*/
.footer-top-txt p {
  font-size: 3.7vw;
  margin-bottom: 2.4vw;
  text-align: center;
}
.footer-top-txt span.orange {
  font-size: 8vw;
}
.footer-top-txt span.blue {
  font-size: 4vw;
}
.logo img {
  width: 50vw;
  margin-bottom: 3vw;
}
.tel-txt {
  font-size: 4vw;
  text-align: center;
}
.footer-bottom .tel-no {
  font-size: 8vw;
  justify-content: center;
  line-height: 1;
  margin-bottom: 3vw;
}
.footer-bottom .tel-no img {
  width: 6vw;
  margin: 0 2vw 0 0;
}
.footer-bottom .mail-btn {
  width: 80vw;
  height: 12vw;
  border-radius: 6vw;
  margin: 0 auto;
  font-size: 4vw;
}
.copyright {
  text-align: center;
}
}





/*============================
#下層
============================*/

#page-head{
  height: 263px;
  background: url(img/header-bg.svg) center center no-repeat, #FFFEF5;
  background-size: auto 100%;
}
#page-head .wrap{
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#page-head h1{
  font-size: 45px;
  font-weight: 700;
  position: relative;
}
#page-head h1::before{
  content: "";
  width: 150%;
  height: 5px;
  background: #0854B3;
  position: absolute;
  bottom: -10px;
  left: -25%;
  margin: auto;
}
.breadcrumbs{
  font-size: 12px;
  display: flex;
  position: absolute;
  top: 33px;
  left: 0;
}
.breadcrumbs a{
  color: #222;
  text-decoration: none;
}
#company{
  padding: 120px 0;
}
.content{
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
}
.company-table{
  text-align: left;
  font-size: 17px;
  border-collapse: collapse;
  width: 100%;
}
.company-table th,
.company-table td{
  border: 1px solid #D6D6D6;
  padding: 14px 17px 16px;
}
.company-table th{
  background: #F4F7FB;
  width: 200px;
}

@media (max-width: 1000px){
  #page-head{
    height: 26.3vw;
  }
  #page-head h1{
    font-size: 4.5vw;
  }
  #page-head h1::before{
    bottom: -1vw;
  }
  .breadcrumbs{
    font-size: 1.2vw;
    top: 3.3vw;
  }
  #company{
    padding: 12vw 0;
  }
  .company-table{
    font-size: 1.7vw;
  }
  .company-table th,
  .company-table td{
    padding: 1.4vw 1.7vw 1.6vw;
  }
  .company-table th{
    width: 20vw;
  }

}
@media (max-width: 768px){
	#page-head {
    height: 36vw;
  }
  #page-head h1{
    font-size: 5vw;
  }
  .company-table{
    font-size: 3.2vw;
  }
}
	
	
/*============================
#Contact
============================*/

.contact-wrap {
    width: fit-content;
    margin: 0 auto;
    padding-top: 40px;
}
.contact-wrap p {
    font-size: 1.4em;
}
.contact4 {
    margin-top: 28px;
    border-top: 3px solid rgba(255,255,255,.46);
}
.wpcf7{
    text-align: left;
}
.wpcf7 dl label {
    display: flex;
    align-items: flex-start;
    padding: 24px 0;
    border-bottom: 1px solid #E0DCCA;
}
.wpcf7-form-control-wrap label {
    display: flex;
    align-items: center;
    padding: 24px 0;
}
.wpcf7 dl label dt {
    width: 250px;
    font-size: .8em;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 20px;
    padding-top: 6px;
}
.wpcf7 dl label dt .required {
    font-size: .6875em;
    background: #ED7777;
    color: #fff;
    padding: 1px 6px;
}
input[type=text], input[type=tel], input[type=email], textarea {
    font-size: 16px;
    padding: 10px;
    border-radius: 0;
    border: 3px solid #EDEBEB;
}
.wpcf7 input[type=checkbox] {
    display: none;
	position: relative;
}
.wpcf7 .wpcf7-list-item {
    display: block;
    margin: 0;
    font-size: .85em;
    font-weight: bold;
    color: #004397;
}
.wpcf7 .wpcf7-list-item .wpcf7-list-item-label {
    padding-left: 40px;
    position: relative;
}
.wpcf7 .wpcf7-list-item .wpcf7-list-item-label::before {
    content: "";
    width: 24px;
    height: 24px;
    border: 3px solid #E0DCCA;
    border-radius: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.wpcf7 .wpcf7-list-item .wpcf7-list-item-label::after {
    border-right: 3px solid #e0dcca;
    border-bottom: 3px solid #e0dcca;
    content: '';
    display: block;
    height: 15px;
    left: 10px;
    margin-top: -11px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 7px;
}
.wpcf7 input[type=checkbox]:checked + .wpcf7-list-item-label::after{
	opacity: 1;
}
.wpcf7 dl.group label {
    border: none;
}
.wpcf7 dl.group2 {
    border-top: 1px solid #E0DCCA;
}
input[type="submit"].wpcf7-submit {
    width: 597px;
    height: 68px;
    border-radius: 31px;
    background: linear-gradient(#146bd8 0%, #0a366c 100%);
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 50px auto 0;
    display: block;
    position: relative;
}
input[type="submit"].wpcf7-submit::after{
	content: "";
	width: 35px;
	height: 35px;
	background: url(img/submit-arrow.svg) center center no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 26px;
}
.policy {
    height: 150px;
    overflow: scroll;
    font-size: .75em;
    color: #333;
    padding: 20px;
    border: 1px solid #EDEBEB;
    margin-top: 50px;
}

@media (max-width: 1000px){
	input[type="submit"].wpcf7-submit{
		width: 59.7vw;
		height: 6.8vw;
	}
}

@media (max-width: 768px){
	.wpcf7 dl label {
    flex-direction: column;
  }
	.wpcf7 dl label dt, .wpcf7 dl label dd {
    width: 100%;
  }
	.wpcf7 dl label dt {
    padding: 6px 0 5px 0;
  }
  input[type=text], input[type=tel], input[type=email], textarea {
      width: 100%;
      box-sizing: border-box;
  }
	input[type="submit"].wpcf7-submit{
		width: 60vw;
		height: 12vw;
	}
}


/*seller*/

#seller1{
  padding: 125px 0 80px;
}
#seller1 h2,
#seller2 h2,
#seller3 h2,
#seller4 h2{
  font-size: 78px;
}
.page article p + p,
.page article p + div{
  margin-top: 60px;
}
#seller1 h2:first-of-type{
  margin-bottom: 116px;
}
.box{
  border: 1px solid #707070;
}
.pc-flex .box{
  width: 46.44%;
}
.merit-box .box-ttl{
  background: #FA9D00;
}
.box-ttl{
  color: #fff;
  font-size: 30px;
  padding: 10px;
}
.demerit-box .box-ttl{
  background: #004397;
}
.box ul{
  padding: 27px 20px 46px 20px;
  text-align: left;
  font-size: .9em;
}
.box ul li{
  padding-left: 40px;
  position: relative;
}
.box ul li + li{
  margin-top: 20px;
}
.box ul li::before{
  content: "";
  width: 1em;
  height: .5em;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-40deg);
  position: absolute;
  top: .5em;
  left: 0;
}

#seller2{
  padding: 30px 0;
}
.whitebox{
  background: #fff;
  padding: 45px 35px 0;
    width: fit-content;
    margin: 0 auto;
}
.whitebox .price{
  font-size: 35px;
}
p.right{
  text-align: right;
  font-size: .9em;
}
#page p + p.right{
    margin-top: 0;
}
.whitebox .right{
  font-size: .7em;
}

#seller3{
  padding: 46px 0 104px;
}
.pc-flex + .box{
  margin-top: 55px;
}
.box-inner{
  padding: 55px 90px 86px;
  white-space: nowrap;
}

#seller4{
  padding: 93px 0 83px;
  position: relative;
  z-index: -2;
}
#seller4 h3{
  text-align: left;
  position: relative;
  font-size: 60px;
}
.step-each{
  margin-top: 150px;
}
.step{
  color: #FBEBCC;
  font-size: 180px;
  position: absolute;
  z-index: -1;
  top: -130px;
  left: 0;
}
.number{
  font-size: 112px;
  margin-right: 30px;
}
.step-each p{
  width: 75%;
  margin: 0 0 0 auto;
}

@media (max-width: 1000px){
	#seller1{
  padding: 12.5vw 0 8vw;
}
#seller1 h2,
#seller2 h2,
#seller3 h2,
#seller4 h2{
  font-size: 7.8vw;
}
.page article p + p,
.page article p + div{
  margin-top: 6vw;
}
#seller1 h2:first-of-type{
  margin-bottom: 11.6vw;
}
.box-ttl{
  color: #fff;
  font-size: 3vw;
  padding: 1vw;
}
.box ul{
  padding: 2.7vw 2vw 4.6vw 2vw;
}
.box ul li{
  padding-left: 4vw;
}
.box ul li + li{
  margin-top: 2vw;
}
	
#seller2{
  padding: 3vw 0;
}
.whitebox{
  padding: 4.5vw 3.5vw 0;

}
.whitebox .price{
  font-size: 3.5vw;
}
	
#seller3{
  padding: 4.6vw 0 10.4vw;
}
.pc-flex + .box{
  margin-top: 5.5vw;
}
.box-inner{
  padding: 5.5vw 9vw 8.6vw;
}

#seller4{
  padding: 9.3vw 0 8.3vw;
}
#seller4 h3{
  font-size: 6vw;
}
.step-each{
  margin-top: 15vw;
}
.step{
  font-size: 18vw;
  top: -13vw;
}
.number{
  font-size: 11.2vw;
  margin-right: 3vw;
}
}

@media (max-width: 768px){
	.pc-flex .box {
    width: 100%;
    margin-bottom: 5vw;
}
	.box ul li {
    padding-left: 6vw;
}
	.whitebox .price {
    font-size: 4.5vw;
}
	.box-inner {
    white-space: normal;
}
	.step-each p {
    width: 80%;
}
}


/*VOICE*/

.voice{
	margin: 30px auto;
}


/*投稿*/

.single,
.archive,
.blog{
    font-size: 15px;
	line-height: 1.73;
}
.post-wrap{
    padding: 76px 0 172px;
}
.post-wrap img {
  height: auto;
}
article {
    width: 70%;
}
aside{
	width: 25%;
}
.single h1{
    font-size: 30px;
    text-align: left;
    border-bottom: 2px solid #0267C7;
    margin-bottom: 10px;
}
.single h2,
.archive h2,
.blog h2{
    font-size: 22px;
    text-align: left;
    border-bottom: 2px solid #0267C7;
    margin: 100px auto 37px;
}
.single h3 {
    font-size: 18px;
    text-align: left;
    margin: 100px auto 37px;
    border-bottom: 1px solid #0267C7;
}
.single h4{
	font-size: 18px;
    text-align: left;
	margin: 92px 0 26px;
}
.single h5{
	font-size: 15px;
    text-align: left;
	margin: 79px auto 26px;
}
.single .date {
    font-size: 14px;
    text-align: left;
    display: block;
    font-weight: bold;
    margin-bottom: 27px;
}
.single img.wp-post-image {
    width: 100%;
    height: auto;
    margin-bottom: 2em;
}
.wp-block-image img {
    width: 100%;
    height: auto;
}
.single p{
	margin-bottom: 2em;
}
.single article ul{
    text-align: left;
	 margin-bottom: 2em;
}
.single article ul li{
	position: relative;
	padding-left: 21px;
}
.single article ul li::before {
    content: "";
    width: 12px;
    height: 6px;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(-45deg);
    position: absolute;
    top: 7px;
    left: 0;
}
.single table{
	width: 100%;
}
.single table td:nth-of-type(1){
	width: 25%;
}
.single table td:nth-of-type(1)::before{
	content: "";
	width: 90%;
	height: 2px;
	background: #0267C7;
	position: absolute;
	top: 100%;
	left: 0;
}
.single td:not(:nth-of-type(1)){
	width: 75%;
}
.single table td:not(:nth-of-type(1))::before{
	content: "";
	width: 100%;
	height: 2px;
	background: #D1D1D1;
	position: absolute;
	top: 100%;
	left: 0;
}
.single table td {
    padding: 20px 0;
    text-align: left;
	 position: relative;
}
.single ul.nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
}
.single ul.nav li {
    line-height: 1;
    padding: 0;
}
.single ul.nav li::before {
    content: none;
}
.single ul.nav li.all {
    padding: 0 1em;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    margin: 0 1em;
}
.single ul.nav li a {
    text-decoration: none;
    color: #333;
	position: relative;
}

.single ul.nav li.prev a::before,
.single ul.nav li.next a::before{
    content: "";
    width: 21px;
    height: 21px;
    border-radius: 11px;
    background: #0267C7;
    border: none;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.single ul.nav li.prev a::before{
    left: -2em;
}
.single ul.nav li.next a::before{
   right: -2em;
}
.single ul.nav li.prev a::after,
.single ul.nav li.next a::after{
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.single ul.nav li.prev a::after{
    transform: rotate(-45deg);
    left:-1.47em;
}
.single ul.nav li.next a::after{
    transform: rotate(135deg);
    right: -1.47em;
}
aside{
	text-align: left;
}
aside h2{
	margin-bottom: 0!important;
}
aside .widget:first-child h2 {
    margin-top: 0;
    padding-bottom: 5px;
    font-size: 21px;
}
aside .widget ul li {
    padding: 20px 0;
    display: block;
    border-bottom: 1px solid #EBEBEB;
}
aside .widget ul li a{
    text-decoration: none;
    color: #333;
	display: block;
	position: relative;
}
aside .widget ul li a::before,
aside .widget ul.yearArchiveList li span.year::before{
    content: "";
    width: 21px;
    height: 21px;
    border-radius: 11px;
    background: #333;
    position: absolute;
    top: 0;
     bottom: 0;
    right: 0;
    margin: auto;
}
aside .widget ul li a::after,
aside .widget ul.yearArchiveList li span.year::after{
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
     bottom: 0;
    right: .55em;
    margin: auto;
}

aside .widget ul.yearArchiveList li {
    border: none;
}
aside .widget ul.eachYear{
	padding: 25px 0;
    border-bottom: 1px solid #EBEBEB;
}
aside .widget ul li.singleList a {
    padding-left: 2em;
}
aside .widget ul li.singleList a::before,
aside .widget ul li.singleList a::after{
	content: none;
}
aside .widget ul li.singleList {
    border-bottom: none;
    padding: 10px 0;
	position: relative;
	display: flex;
}
aside .widget ul li.singleList::after{
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
     bottom: 0;
    right: .55em;
    margin: auto;
}
aside .widget ul.yearArchiveList li span.year {
    padding-bottom: 10px;
    border-bottom: 1px solid #EBEBEB;
    display: block;
	position: relative;
}
aside .widget ul.yearArchiveList li:not(:first-of-type) ul.eachYear {
    display: none;
}

@media (max-width: 768px){
	article,
	aside{
    width: 100%;
}
	
.post-wrap{
    padding: 8vw 0 12vw;
}
	.single table td:nth-of-type(1), 
	.single table td:nth-of-type(2) {
    width: 100%;
    display: block;
}

.single table td:nth-of-type(1) {
    padding-bottom: 0;
    font-weight: bold;
}
.single table td:nth-of-type(1)::before {
    content: none;
}
	.single table td:nth-of-type(2)::after{
		content: "";
		width: 30%;
		height: 2px;
		background: #0267C7;
		position: absolute;
		top: 100%;
		left: 0;
	}

}

/*archive*/
ul.article-list li{
	margin-bottom: 60px;
	text-align: left;
	position: relative;
}
ul.article-list li figure{
	width: 255px;
    height: 180px;
    margin-right: 30px;
	background: #eee;
}
ul.article-list li figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
ul.article-list li .post-info {
    flex: 1;
}
ul.article-list li .post-info h2 {
    margin: 0 auto 15px;
}
ul.article-list li a.view-more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 35px;
    border-radius: 21px;
    background: #0D5EC3;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    right: 0;
    bottom: 0;
    text-decoration: none;
}
.wp-pagenavi {
    display: flex;
    align-items: center;
    justify-content: center;
}
.wp-pagenavi span.pages {
    border: none;
    font-weight: bold;
}
.wp-pagenavi span.current, .wp-pagenavi a.page {
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wp-pagenavi a.page{
	color: #222;
}
.wp-pagenavi span.current{
	background: #0D5EC3;
	border-color: #0D5EC3!important;
	color: #fff;
}
.wp-pagenavi a.nextpostslink {
    border: none;
    color: #222;
}

@media (max-width: 768px){
	ul.article-list li figure {
    width: 100%;
    height: 66vw;
    margin-bottom: 1em;
  }
}

.single #page-head h1 {
  border: 0;
  margin: 0;
}
#buyer_list .pamphlet_img {
  margin: 0 0 2.5em;
}
#buyer_list .list_warp:after,
#buyer_list .list_warp:before,
#slider_image_warp:after,
#slider_image_warp:before,
#slider_image_warp .slider_thumbnail:after,
#slider_image_warp .slider_thumbnail:before,
#detail_group:after,
#detail_group:before,
#feature_warp .inner:after,
#feature_warp .inner:before {
  content:"";
  display:table;
}
#buyer_list .list_warp:after,
#slider_image_warp:after,
#slider_image_warp .slider_thumbnail:after,
#detail_group:after,
#feature_warp .inner:after {
  clear:both;
}
#buyer_list .title {
  font-weight: bold;
  margin: 0 0 1em;
}
#buyer_list .list_warp .item {
  float: left;
  box-shadow: 2px 2px 6px rgb(0 0 0 / 10%);
  border-radius: 5px;
  overflow: hidden;
}
#buyer_list .list_warp .item a {
  display: block;
  background: #fcfaf1;
  color: #222;
  text-decoration: none;
}
#buyer_list .list_warp .item a .img {
  width: 100%;
  margin: 0;
}
#buyer_list .list_warp .item a .img img {
  vertical-align: middle;
}
#buyer_list .list_warp .item .content_box {
  text-align: left;
}
#buyer_list .list_warp .item .content_box .item_name {
  font-weight: bold;
}
#buyer_list .list_warp .item .content_box .detail_content {
  line-height: 1.5;
}
#buyer_list .list_warp .item .content_box .detail_content li {
  color: #666;
}
#buyer_list .list_warp .item .content_box .detail_content li:last-child {
  margin: 0;
}
#buyer_list .navigation .screen-reader-text {
  display: none;
}
#buyer_list .navigation .page-numbers {
  border-radius: 5px;
  background: #ebebeb;
  color: #222;
  text-decoration: none;
}
#buyer_list .navigation .page-numbers.dots {
  background: none;
}
#buyer_list .navigation .page-numbers.current {
  background: #004397;
  color: #fff;
}
#slider_image_warp .bx-wrapper {
  position: relative;
}
#slider_image_warp .bx-wrapper .bx-controls .bx-prev,
#slider_image_warp .bx-wrapper .bx-controls .bx-next {
  display: block;
  position: absolute;
  box-shadow: 2px 2px 6px rgb(0 0 0 / 10%);
  border-radius: 100%;
}
#slider_image_warp .bx-wrapper .bx-controls .bx-prev.disabled,
#slider_image_warp .bx-wrapper .bx-controls .bx-next.disabled {
  opacity: 0.5;
}
#slider_image_warp .bx-wrapper .bx-controls .bx-prev {
  background: url(img/slider_prev_btn.png) no-repeat center;
  background-size: cover;
}
#slider_image_warp .bx-wrapper .bx-controls .bx-next {
  background: url(img/slider_next_btn.png) no-repeat center;
  background-size: cover;
}
#detail_group dl {
  display: table;
  border-top: 1px solid #ccc;
  font-weight: bold;
}
#detail_group dl:nth-child(1) {
  border-top: 0;
}
#detail_group dl dt,
#detail_group dl dd {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: left;
}
#feature_warp {
  background: #fcfaf1;
}
#feature_warp .fw_box {
  background: #fff;
  border-radius: 5px;
  box-shadow: 2px 2px 6px rgb(0 0 0 / 10%);
  box-sizing: border-box;
}
#feature_warp .fw_box .tit {
  font-weight: bold;
  display: inline-block;
  position: relative;
  color: #004397;
}
#feature_warp .fw_box .tit:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #004397;
  position: absolute;
  bottom: 0.4em;
  left: 0;
}
#feature_warp .fw_box ul li {
  position: relative;
  text-align: left;
  line-height: 1.5;
  font-weight: bold;
}
#feature_warp .fw_box ul li:before {
  content: "";
  width: 0.8em;
  height: .4em;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate( 
-40deg);
  position: absolute;
  top: .6em;
  left: 0;
}
@media ( min-width: 769px ) {
  .breadcrumbs .archive {
    font-size: 12px;
  }
  #buyer_list {
    max-width: 1200px;
    margin: 0 auto 150px;
    padding: 55px 0 0;
  }
  #buyer_detail {
    padding: 55px 0 0;
  }
  #buyer_detail .inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  #buyer_list .title {
    font-size: 72px;
  }
  #buyer_list .list_warp .item {
    width: 31%;
    margin: 0 3.5% 40px 0;
  }
  #buyer_list .list_warp .item:nth-child(3n + 1) {
    clear: both;
  }
  #buyer_list .list_warp .item:nth-child(3n + 3) {
    margin: 0 0 20px 0;
  }
  #buyer_list .list_warp .item .content_box {
    padding: 20px;
  }
  #buyer_list .list_warp .item .content_box .item_name {
    font-size: 26px;
  }
  #buyer_list .list_warp .item .content_box .detail_content {
    margin: 10px 0 0;
  }
  #buyer_list .list_warp .item .content_box .detail_content li {
    margin: 0 0 5px;
  }
  #buyer_list .navigation {
    margin: 60px 0 0;
  }
  #buyer_list .navigation .page-numbers {
    padding: 8px 15px;
    font-size: 18px;
    margin: 0 5px;
  }
  #slider_image_warp {
    margin: 0 0 50px;
  }
  #slider_image_warp .bx-wrapper {
    width: 80%;
    margin: 0 auto 25px;
  }
  #slider_image_warp .slider li img {
    max-height: 550px;
  }
  #slider_image_warp .slider_thumbnail {
  }
  #slider_image_warp .slider_thumbnail li {
    margin: 0 0.5% 10px;
    width: 9%;
    float: left;
  }
  #slider_image_warp .slider_thumbnail li a {
    display: block;
  }
  #slider_image_warp .slider_thumbnail li img {
    width: 100%;
    height: 100px;
    object-fit: cover;
  }
  #slider_image_warp .slider_thumbnail li:nth-child(10n+1) {
    clear: both;
  }
  #slider_image_warp .slider_thumbnail li img {
    max-height: 150px;
  }
  #slider_image_warp .bx-wrapper .bx-controls .bx-prev,
  #slider_image_warp .bx-wrapper .bx-controls .bx-next {
    width: 60px;
    height: 60px;
    top: 44%;
  }
  #slider_image_warp .bx-wrapper .bx-controls .bx-prev {
    left: 15px;
  }
  #slider_image_warp .bx-wrapper .bx-controls .bx-next {
    right: 15px;
  }
  #detail_group {
    padding: 0 10px;
    margin: 0 0 50px;
  }
  #detail_group dl {
    width: 48%;
    font-size: 22px;
  }
  #detail_group dl:nth-child(2) {
    border-top: 0;
  }
  #detail_group dl:nth-child(2n+1) {
    float: left;
    clear: both;
  }
  #detail_group dl:nth-child(2n+2) {
    float: right;
  }
  #detail_group dl dt,
  #detail_group dl dd {
    padding: 20px;
  }
  #detail_group dl dt {
    width: 150px;
  }
  #feature_warp {
    padding: 80px 0;
  }
  #feature_warp .fw_box {
    width: 48%;
    padding: 70px 45px 50px;
  }
  #feature_warp .fw_box:nth-child(1) {
    float: left;
  }
  #feature_warp .fw_box:nth-child(2) {
    float: right;
  }
  #feature_warp .fw_box .tit {
    font-size: 32px;
    margin: 0 0 40px;
  }
  #feature_warp .fw_box ul li {
    padding: 5px 0 5px 1.6em;
    font-size: 26px;
    margin: 0 0 20px;
  }
  #map_box {
    padding: 80px 0;
  }
  #map_box iframe {
    width: 100%;
    height: 530px;
  }
  #map_image {
    margin: 50px 0 10px;
  }
}
@media ( max-width: 768px ){
  .breadcrumbs .archive {
    font-size: 1.2vw;
  }
  #buyer_list {
    padding: 25px 15px;
    margin: 0 0 30px;
  }
  #buyer_detail {
    padding: 25px 0 0;
    margin: 0 0 20px;
  }
  #buyer_detail .inner {
    padding: 0 15px;
  }
  #buyer_list .title {
    font-size: 36px;
  }
  #buyer_list .list_warp .item {
    width: 47.5%;
    margin: 0 5% 30px 0;
  }
  #buyer_list .list_warp .item:nth-child(2n + 1) {
    clear: both;
  }
  #buyer_list .list_warp .item:nth-child(2n + 2) {
    margin: 0 0 30px 0;
  }
  #buyer_list .list_warp .item .content_box {
    padding: 15px;
  }
  #buyer_list .list_warp .item .content_box .item_name {
    font-size: 16px;
    line-height: 1.5;
  }
  #buyer_list .list_warp .item .content_box .detail_content {
    margin: 6px 0 0;
  }
  #buyer_list .list_warp .item .content_box .detail_content li {
    margin: 0 0 2px;
    font-size: 12px;
    line-height: 1.3;
  }
  #buyer_list .navigation {
    margin: 30px 0;
  }
  #buyer_list .navigation .page-numbers {
    padding: 8px 15px;
    font-size: 14px;
    margin: 0 3px;
  }
  #slider_image_warp {
    margin: 0 0 30px;
  }
  #slider_image_warp .slider li img {
    max-height: 350px;
  }
  #slider_image_warp .slider_thumbnail li {
    margin: 0 1% 5px;
    width: 18%;
    float: left;
  }
  #slider_image_warp .slider_thumbnail li a {
    display: block;
  }
  #slider_image_warp .slider_thumbnail li img {
    width: 100%;
    height: 60px;
    object-fit: cover;
  }
  #slider_image_warp .slider_thumbnail li:nth-child(5n+1) {
    clear: both;
  }
  #slider_image_warp .bx-wrapper .bx-controls .bx-prev,
  #slider_image_warp .bx-wrapper .bx-controls .bx-next {
    width: 35px;
    height: 35px;
    top: 42%;
  }
  #slider_image_warp .bx-wrapper .bx-controls .bx-prev {
    left: 10px;
  }
  #slider_image_warp .bx-wrapper .bx-controls .bx-next {
    right: 10px;
  }
  #detail_group {
    margin: 0 0 30px;
  }
  #detail_group dl {
    font-size: 15px;
    width: 100%;
  }
  #detail_group dl dt,
  #detail_group dl dd {
    padding: 12px 8px;
  }
  #detail_group dl dt {
    width: 100px;
  }
  #feature_warp {
    padding: 40px 0 20px;
  }
  #feature_warp .fw_box {
    padding: 25px;
    margin: 0 0 25px;
  }
  #feature_warp .fw_box .tit {
    font-size: 18px;
    margin: 0 0 20px;
  }
  #feature_warp .fw_box ul li {
    padding: 5px 0 5px 1.6em;
    font-size: 15px;
    margin: 0 0 15px;
  }
  #map_box {
    padding: 40px 0;
  }
  #map_box iframe {
    width: 100%;
    height: 320px;
  }
  #map_image {
    margin: 30px 0 5px;
  }
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

#buyer_detail .post_box img {
  width: auto;
  height: auto;
}
#buyer_detail .post_box h2:first-child,
#buyer_detail .post_box h3:first-child,
#buyer_detail .post_box h4:first-child {
  margin-top: 0;
}
@media ( min-width: 769px ) {
  #buyer_detail .post_box.top {
    margin: 0 0 80px;
  }
  #buyer_detail .post_box.bottom {
    margin: 0 0 120px;
  }
}
@media ( max-width: 768px ) {
  #buyer_detail .post_box.top {
    margin: 0 0 40px;
  }
  #buyer_detail .post_box.bottom {
    margin: 0 0 70px;
  }
}