@charset "UTF-8";

html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, img, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    font-family:YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", Meiryo, メイリオ, "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: 500;
	font-size: 100%;
	vertical-align: baseline;
	box-sizing:border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
	box-sizing:border-box;
}

html{
    overflow-y: scroll;
    scroll-behavior:smooth;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	padding: 0;
	margin: 0;
}

ol, ul{
    list-style:none;
	box-sizing:border-box;
}

table{
	width:100%;
    border-collapse: collapse; 
    border-spacing:0;
	box-sizing:border-box;
}

caption, th{
    text-align: left;
}

header:after,footer:after,section:after,article:after,aside:after,div:after,dl:after,ul:after {
	overflow: hidden;
}

br {
	letter-spacing:0;
}

img {
	width: 100%;
	box-sizing: border-box;
	border: 0;
	vertical-align:bottom;
}

a img {  
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  
}
a img:hover{
	opacity: 0.7;
    filter: alpha(opacity=60);  
}

body {
	letter-spacing:0.1em;
	background:#fff;
	font-size:1em;
	line-height:1.9;
	-webkit-text-size-adjust: 100%;
	color: #111;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    font-weight: normal;
}

a:link,a:visited {
	overflow:hidden;
    color: #111;
    text-decoration:none;
    cursor: pointer;
    -webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;						
	transition: 0.2s ease-in-out;
}

a:hover {
	color: #ea5504;
}

@media (max-width: 768px){
body {
	font-size: 1em;
}
}

/*切り替えのスタイル*/
@media (min-width: 768px){
.sp {
	display: none;
}
}

@media (max-width: 768px){
.pc {
	display: none;
}

.sp {
	width: 100%;
}
}

/*box*/
.box1080,.box1080b {
	clear: both;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
    padding-left: 10px;
	padding-right: 10px;
	position: relative;
}

.box980 {
	clear: both;
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
    padding-left: 20px;
	padding-right: 20px;
}

.box920 {
	clear: both;
	width: 100%;
	max-width: 920px;
	margin: 0 auto;
}

.box800 {
	clear: both;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

@media (max-width: 768px){
.box1080 {
}

.box1080b {
    padding-left: 0;
    padding-right: 0;
}

.box980 {
	padding-left:0 ;
	padding-right:0 ;
}
}

/*base*/
.base01 {
	clear: both;
	width: 100%;
}

@media (max-width: 768px){
.base01 {
	padding-left: 20px;
	padding-right: 20px;
    box-sizing: border-box;
}
}

/*flex*/
.flex {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap; 
	flex-wrap: wrap;
}

.flex01 {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	flex-wrap : wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	align-content: space-between;
}

.flex02 {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	flex-wrap : wrap;
	-ms-flex-direction : row-reverse;
    -webkit-flex-direction : row-reverse;
	flex-direction : row-reverse;
	-ms-flex-pack:justify;
	justify-content:space-between;
	align-content: space-between;
}

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

.flex-center02 {
    justify-content: center;
    align-items: center;
}

/*mb*/
.mr05 {
    margin-right:0.5em;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb40pc {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb60 {
	margin-bottom: 60px;
}

@media (max-width: 768px){
.mb40pc {
	margin-bottom: 20px;
}
}

/*style*/
.center {
	text-align:center;
}

.center-pc {
	text-align:center;
}

@media (max-width: 768px){
.center-pc {
	text-align:left;
}
}

.bold {
    font-weight: 700;
}

.big01 {
    font-size: 1.2em;
}

.big02 {
    font-size: 1.5em;
}

.big03 {
    font-size: 1.5em;
}

.big04 {
    font-size: 1.7em;
}

.big05 {
    font-size: 1.1em;
}

.small01 {
    font-size: 0.9em;
}

.gray-bg {
    background: #f6f6f6;
}

.black-bg {
    background: #1c1c1d;
}

.gray {
    color:#666;
}

.blue {
    color: #111;
}

.red {
    color: #f24e2e;
}

.white {
    color: #fff;
}

.orange {
    color: #ea5504;
}

@media (max-width: 768px){
.big01 {
    font-size: 1.15em;
}

.big02 {
    font-size: 1.4em;
}

.big03 {
    font-size: 1.3em;
}

.big04 {
    font-size: 1.4em;
}

.big05 {
    font-size: 1.05em;
}

.img80 {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}
}

/*section*/
.section01,.section02 {
    clear: both;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}

.section03 {
    clear: both;
    width: 100%;
    padding-bottom: 60px;
}

@media (max-width: 768px){
.section02 {
    padding-top: 40px;
    padding-bottom: 40px;
}
}

/*fadein*/
.fade {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;						
	transition: 0.2s ease-in-out;
}

.fade:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

/*button*/
.button01 a {
    min-width: 320px;
    padding: 15px;
    color: #fff;
    background: #ea5504;
    display: inline-block;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    -webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;						
	transition: 0.2s ease-in-out;
}

.button01 a:hover {
    text-decoration: none;
    background: #F09B48;
}

.button01 i {
    font-size: 1.2em;
    vertical-align:middle;
}

.button02 a {
    min-width: 320px;
    padding: 15px;
    color: #fff !important;
    background: #ea5504;
    display: inline-block;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    -webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;						
	transition: 0.2s ease-in-out;
}

.button02 a:hover {
    text-decoration: none;
    background: #F09B48;
}

.arrow {
    padding-left: 15px;
    background: url("/wp-content/themes/carryme.jp_theme/common/img/arrow.png") no-repeat center left;
    background-size: 8px;
}

.button03 a {
    padding: 5px 15px;
    color: #fff;
    background: #ea5504;
    display: inline-block;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    font-size: 0.9em;
    -webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;						
	transition: 0.2s ease-in-out;
}

.button03 a:hover {
    text-decoration: none;
    background: #F09B48;
}

.button04 a {
    min-width: 320px;
    padding: 15px;
    color: #fff;
    background: #111;
    display: inline-block;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    -webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;						
	transition: 0.2s ease-in-out;
}

.button04 a:hover {
    text-decoration: none;
    background: #666;
}

.button04 i {
    font-size: 1.2em;
    vertical-align:middle;
}

.button05 a {
    padding: 5px 15px;
    color: #fff;
    background: #111;
    display: inline-block;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    font-size: 0.9em;
    -webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;						
	transition: 0.2s ease-in-out;
}

.button05 a:hover {
    text-decoration: none;
    background: #666;
}

.button05 i {
    font-size: 1.1em;
    vertical-align:middle;
}

.button06 a {
    padding: 10px 25px;
    color: #fff;
    display: inline-block;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    font-size: 1em;
    font-weight: 700;
	border-radius: 25px;
    background: rgb(253,146,39);
    background: linear-gradient(118deg, rgba(253,146,39,1) 0%, rgba(234,85,5,1) 50%);
    will-change: opacity;
}

.button06 a:hover {
	color:#fff;
}

@media (max-width: 768px){
.button01 a,.button02 a,.button04 a {
    min-width: 100%;
}

.button06 a {
    padding: 10px 20px;
	border-radius: 10px;
}
}

/*title*/
.title01 {
    font-size: 1.8em;
}

.title02 {
    position: relative;
    display: inline-block;
    font-size: 2.4em;
}

.title02:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 80px;
    height: 2px;
    left: 0;
    background-color: #ea5504;
}

.title03 {
    font-size: 1.6em;
}

.balloon01 {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 5px 20px;
    min-width: 120px;
    max-width: 100%;
    background: #fff;
}

.balloon01:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #fff;
}

.balloon01 p {
    margin: 0;
    padding: 0;
    font-size: 1.1em;
}

@media (max-width: 768px){
.title01 {
    font-size: 1.2em;
}

.title02 {
    position: relative;
    display: inline-block;
    font-size: 2em;
}

.title03 {
    font-size: 1.1em;
}

.balloon01 p {
    font-size: 0.95em;
}
}

/*header*/
header#header {
    padding: 15px 20px;
}

header#header h1 img {
    max-width: 180px;
}

.header-right-bt {
    margin-top: 5px;
    margin-left: 30px;
}

.header-right-bt02 {
    margin-top: 5px;
    margin-left: 15px;
}

@media (max-width: 768px){
#nav-toggle {
	position:absolute;
	top: 0;
	right: 0;
	height: 74px;
	cursor: pointer;
    padding: 10px 20px;
}
	
#nav-toggle > div {
    position: relative;
    width: 25px;
}

#nav-toggle span {
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: #315277;
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease;
}
    
#nav-toggle span:nth-child(1) {
    top: 5px;
}
#nav-toggle span:nth-child(2) {
    top: 14px;
}
#nav-toggle span:nth-child(3) {
    top: 23px;
}

.open #nav-toggle {
    border-left: none;
}

.open #nav-toggle span {
    background: #315277;
}
    
.open #nav-toggle span:nth-child(1) {
    top: 15px;
    transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
}
.open #nav-toggle span:nth-child(3) {
    top: 15px;
    transform: rotate(-45deg);
}

#nav-toggle {
	z-index: 9999;
}

#gloval-nav {
    background: #fff;
    color: #111;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.4em;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
    z-index: 100;
}

#gloval-nav a {
    display: block;
    color: #111;
    text-decoration: none;
    padding: 8px 0;
    transition: color .6s ease;
}
    
#gloval-nav a:hover {
      color: #666;
    }
  
#gloval-nav ul {
    list-style: none;
}

#gloval-nav ul li {
    opacity: 0;
    transform: translateX(200px);
    transition:  transform .6s ease, opacity .2s ease;
}

.open {
	overflow: hidden;
}
  
.open #gloval-nav {
    visibility: visible;
    opacity: 1;
}

.open #gloval-nav li {
    opacity: 1;
    transform: translateX(0);
    transition:  transform 1s ease, opacity .9s ease;
}

}

/*index*/
.mv-bg_new {
    background: url("/wp-content/themes/carryme.jp_theme/common/img/mv-bg_new.png") no-repeat right bottom;
    background-size:contain;
}

.main-visual .box980 {
    padding-bottom: 90px;
    background: url("/wp-content/themes/carryme.jp_theme/common/img/honda_new.png") no-repeat bottom right;
    background-size: 400px;
}

.visual-title {
    padding: 70px 0;
}

.visual-title h2 {
    font-size: 3em;
    line-height: 1.4;
    color: #313837;
}

.visual-title h2 img {
    width: 60%;
    max-width: 595px;
}

.visual-box {
    max-width: 420px;
    padding: 40px;
    background: #fff;
}

.visual-top-left,.visual-top-right {
    width: 40%;
    text-align: center;
    line-height: 1.6;
}

.visual-top-bottom {
    font-size: 0.7em;
}

@media (max-width: 1080px){
.mv-bg_new {
    background: url("/wp-content/themes/carryme.jp_theme/common/img/mv-bg_new.png") no-repeat right bottom;
    background-size:cover;
}
}

@media (max-width: 768px){
header#header {
    /*height: 60px;
    padding: 15px 20px;*/
    padding: 0;
    background: none;
    position: relative;
}

header#header h1 {
    position:absolute;
    top: 15px;
    left:20px;
}

header#header h1 img {
    max-width: 120px;
}

.mv-bg_new {
    background: none;
}

.main-visual .box980 {
    padding-bottom: 0;
    background: none;
}

.visual-title {
    display: none;
}

.visual-box {
    max-width: 768px;
    padding: 20px;
}
}

.index-bg {
    width: 90%;
    margin: 0 auto;
}

#index01 .box920 {
    margin-top: -250px;
}

.white-box {
    padding: 40px;
    background: #fff;
    position: relative;
    z-index: 1;
}

.list01 {
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
}

.list01:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
}

.list01 dt {
    width: 10%;
}

.list01 dd {
    width: 85%;
}

@media (max-width: 920px){
.index-bg {
    width: 100%;
    margin: 0;
}

#index01 .box920 {
    margin-top: 0;
}

.white-box {
    padding: 20px;
}
}

@media (max-width: 768px){
.list01 dt {
    width: 20%;
    margin: 0 40% 20px 40%;
}

.list01 dd {
    width: 100%;
}
}

.list02 {
    width: 31.5%;
    margin-bottom: 60px;
}

.list03 {
    width: 48%;
}

ul.tag li {
    margin-bottom: 3px;
    margin-right: 10px;
}

ul.tag li a {
    padding: 3px 10px;
    font-size: 0.8em;
    color: #111;
    display: inline-block;
    background: #f6f6f6;
}

.list04 {
    width: 31.5%;
}

.list04 img {
    width: 100%;
    max-height: 190px;
    object-fit: cover;
    
}

@media (max-width: 768px){
.list02 {
    width: 100%;
}

.list03 {
    width: 100%;
    margin-bottom: 60px;
}

.list03:last-of-type {
    margin-bottom: 0;
}

.list04 {
    width: 100%;
    margin-bottom: 60px;
}

.list04:last-of-type {
    margin-bottom: 0;
}

.list04 img {
    width: 80%;
    margin-left: 10%;
    max-height: 980px;
}
}

.company-list li {
    width: 23%;
}

.company-list li img {
    border: 1px solid #ddd;
}

@media (max-width: 768px){
.company-list li {
    width: 48%;
    margin-bottom: 15px;
}
}

.cta {
    background: #fff9f2;
}
.cta h2 {
    color: #ea5504;
}

.cta h2 span {
    padding:40px 0 40px 90px;
    background: url("/wp-content/themes/carryme.jp_theme/common/img/index-icon04_new.png") no-repeat left center;
    background-size: 70px;
}

#index02 {
    background: url("/wp-content/themes/carryme.jp_theme/common/img/index-bg02.png") no-repeat bottom center;
    background-size:contain;
}

.flow-title {
    width: 30%;
}

.flow-list {
    width: 65%;
}

.flex-icon {
    width: 10%;
}

.flex-txt {
    width: 85%;
}

.flex-txt span {
    margin-right: 10px;
    font-size: 2.4em;
    font-style: italic;
}

@media (max-width: 768px){
.flow-title {
    width: 100%;
}

.flow-list {
    width: 100%;
}

.flex-icon {
    width: 15%;
    margin-bottom: 20px;
}

.flex-txt {
    width: 80%;
}

.flex-txt span {
    font-size: 1.8em;
}
}

.faq-list {
    margin-bottom: 20px;
}

.faq-list:last-of-type {
    margin-bottom: 0;
}

.question h3 span {
    margin-right: 10px;
    font-size: 2.4em;
    font-style: italic;
}

.answer {
    padding-left: 2.8em;
}

@media (max-width: 768px){
.question h3 {
    line-height: 1.6;
    margin-bottom: 10px;
}

.question h3 span  {
    font-size: 1.8em;
}
}

.media {
    padding-top: 60px;
}

.media-list li {
    width: 20%;
    margin-left: 1%;
    margin-right: 1%;
}

.media-list li:nth-child(3) {
    width: 18%;
}

.media-list li:nth-child(4) {
    width: 6%;
}

.media-list li:nth-child(5) {
    width: 12%;
}

@media (max-width: 768px){
.media {
    padding-top: 20px;
}

.media-list li,.media-list li:nth-child(4),.media-list li:nth-child(5) {
    width: 48%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
}

.media-list li:nth-child(3) {
    width: 45%;
}

.media-list li:nth-child(4) {
    width: 15%;
}

.media-list li:nth-child(5) {
    width: 25%;
}
}

.note_bg {
    clear: both;
    width: 100%;
    margin: 0;
    padding: 40px 20px;
    box-sizing: border-box;
    text-align: center;
    background: rgb(65,200,179);
    background: linear-gradient(90deg, rgba(65,200,179,1) 0%, rgba(129,194,164,1) 100%);
    display: block;
    cursor: pointer;
}

.note_bg img {
    max-width: 600px;
}

.note_btn {
    clear: both;
    width: 100%;
    max-width: 840px;
    margin: 50px auto 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
}

/*sns*/
.sns-list {
    clear: both;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.sns-list ul li {
    max-width: 42px;
    margin-left: 1%;
    margin-right: 1%;
}

@media (max-width: 768px){
.sns-list ul li {
    margin-left: 2%;
    margin-right: 2%;
}
}

/*footer*/
footer#footer {
    clear: both;
    width:100%;
    background: #1a1f2a;
    padding-top: 40px;
    color: #fff;
}

.footer-company {
    width: 23%;
    margin-right: 4%;
    font-size: 0.8em;
}

.footer-company h3 img {
    max-width: 116px;
}

.footer-list {
    width: 30%;
}

.footer-list:last-of-type {
    width: 10%;
}

.footer-list li a {
    color: #fff;
    font-size: 0.85em;
}

.footer-list li a:before {
    content: '- ';
}

.copyright {
    padding: 40px 0;
    font-size: 0.8em;
}

@media (max-width: 768px){
footer#footer {
    padding-right: 20px;
    padding-left: 20px;
}

.footer-company {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
    font-size: 0.9em;
}

.footer-company h3 img {
    max-width: 140px;
}

.footer-list {
    width: 100%;
    margin-bottom: 40px;
}

.footer-list:last-of-type {
    width: 100%;
    margin-bottom: 0;
}

.footer-list li a {
    font-size: 0.9em;
}
}

/*detail*/
.pickup-list dl.list04:nth-of-type(4),.pickup-list dl.list04:nth-of-type(5) {
    display: none;    
}

.detail-bg {
    padding-top: 60px;
    padding-bottom: 60px;
    background: url("/wp-content/themes/carryme.jp_theme/common/img/detail-bg.png") no-repeat center bottom ;
    background-size: cover;
}

.detail-bg img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}

.detail-title {
    margin-top: -120px;
    padding-top: 100px;
    padding-bottom: 60px;
    background: #ea5504;
    color: #fff;
}

.detail-txt {
    background: #f6f6f6;
}

.detail-txt .box1080 {
    background: #fff;
    padding:40px;
}

.detail-txt-box {
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #ddd;
}

.detail-txt-box:first-of-type {
    padding-top: 0;
    border-top: none;
}

@media (max-width: 768px){
.detail-bg {
    padding-top: 80px;
}

.detail-title {
    padding-top: 80px;
    padding-bottom: 20px;
}
}

/*list*/
.select-box {
    margin-bottom: 30px !important;
}

.form-box input[type="text"],
.form-box input[type="mail"],
.form-box input[type="password"],
.form-box input[type="tel"],
.form-box textarea {
	width: 100%;
	padding: 15px 20px;
	font-size:1em;
    box-sizing: border-box;
}

.form-box select {
    width:100%;
    padding: 15px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #DDD;
    background: #fff;
    background: url("/wp-content/themes/carryme.jp_theme/common/img/select-icon.png") right 50% no-repeat #FFF;
    background-size: 24px 6px;
    font-size:1em;
}

.form-box input[type="text"] {
    border: 1px solid #ddd;
}

.form-box input[type="submit"] {
	min-width: 240px;
    padding: 15px;
    color: #fff;
    background: #ea5504;
    display: inline-block;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    -webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;						
	transition: 0.2s ease-in-out;
    font-size: 1em;
    border: none;
    cursor: pointer;
}

.form-box input[type="submit"]:hover {
    text-decoration: none;
    background: #F09B48;
}

@media (max-width: 768px){
.form-box input[type="submit"] {
    min-width: 100%;
}

.form-box .search-bt input[type="submit"] {
    -webkit-appearance: none;
}
}

.list-cont {
    padding-top: 40px;
    padding-bottom: 40px;
}

.list-main {
    width: 65%;
}

.list-side {
    clear: both;
    width: 30%;
}

.list-box h3 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.25em;
}

.list-img-box {
    position: relative;
}

.list-img img {
    width: 100%;
    max-height: 295px;
    object-fit: cover;
}

.list-img-txt {
    position: absolute;
    background: #fff;
    bottom:0;
    left:0;
}

.list-img-txt ul {
    padding: 10px;
    font-size: 0.85em;
}

.list-img-txt ul li.list-icon01 {
    margin-right: 20px;
    padding-left: 25px;
    background:url("/wp-content/themes/carryme.jp_theme/common/img/list-icon01.png") no-repeat left center;
    background-size: 18px;
}

.list-img-txt ul li.list-icon02 {
    padding-left: 20px;
    background:url("/wp-content/themes/carryme.jp_theme/common/img/list-icon02.png") no-repeat left center;
    background-size: 13px;
}

@media (max-width: 768px){
.list-cont {
    padding-top: 80px;
    padding-bottom: 40px;
}

.list-main {
    width: 100%;
    margin-bottom: 40px;
}

.list-side {
    width: 100%;
}

.list-txt{
    padding-left: 20px;
    padding-right: 20px;
}

.list-box h3 {
    font-size: 1.2em;
}

.list-img-txt {
    position:static;
}

.list-img-txt ul {
    padding: 10px 0;
    font-size: 0.85em;
}

.list-img-txt ul li {
    width: 100%;
}

.list-img-txt ul li.list-icon02 {
    padding-left: 25px;
}
}

.cta-bottom {
    padding-top: 50px;
    padding-bottom: 50px;
    background: url("/wp-content/themes/carryme.jp_theme/common/img/cta-bg.png") no-repeat center bottom;
    background-size: cover;
}

@media (max-width: 768px){
.cta-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
}

.cta-bottom .big02 {
    font-size: 1.1em;
}
}

/* ページャー */
.paging {
    text-align: center;
    clear: both;
}

.paging ul {
    display:inline-block;	
}

.paging ul li {
    float:left;
    display:inline-block;
    margin-bottom: 10px;
    padding:5px 10px;
}

.paging ul li a{
    text-decoration:none;
    font-weight:bold;
}

@media (max-width: 768px){

.paging {
    text-align: center;
    clear: both;
}

.paging ul {
    display:inline-block;	
}

.paging ul li {
    float:left;
    display:inline-block;
    padding:5px 10px;
}


.paging ul li a {
    text-decoration:none;
    font-weight:bold;
}
}

/*voice*/
.voice-box {
    background: #f6f6f6;
    padding: 40px;
    border-radius: 10px;
}

@media (max-width: 768px){
.voice-box {
    padding: 20px;
    border-radius: 5px;
}

.voice-box p {
    font-size: 0.9em;
}
}

/*main-title*/
.main-title {
    padding: 60px 20px;;
    background: #ea5504;
    color: #fff;
}

@media (max-width: 768px){
.contents01 {
    /*padding-top: 60px;*/
    padding-top: 0;
}

.main-title {
    padding: 30px 20px;;
    background: #ea5504;
    color: #fff;
}
}

/*faq*/
.faq-cate {
    padding: 20px;
    background: #fff;
}

.faq-cate ul li:after {
    white-space: pre-wrap;
    content: "  /  ";
}

.faq-cate ul li.last:after {
    white-space: pre-wrap;
    content:none;
}

.faq-title {
    padding: 60px 0 20px 0;
}

.faq-title h3 {
    padding: 5px 0;
    font-size: 1.2em;
    font-weight: 600;
    border-bottom: 1px solid #315277;
}

@media (max-width: 768px){
.faq-cate ul li {
    display: block;
}
.faq-cate ul li:after {
   content:none;
}
}


.check.flex {
	margin-bottom: 30px!important;
}

.check.flex li {
	width:100%;
}

.check.flex li label{
	display: block;
	cursor: pointer;
	font-weight: normal;
}
.check.flex li label input{
	margin-right:0.5rem;
}

/*careerproducer*/
.career_box {
    position: relative;
    margin-bottom: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.career_box:last-of-type {
    margin-bottom: 0;
}

.career_img {
    width: 35%;
}

.career_txt {
    width: 60%;
    padding-top: 100px;
}

.career_txt h3 {
    font-size: 1.9em;
}

.career_txt span {
    font-size: 0.6em;
}

.gray_box01 {
    width: 80%;
    height: 88%;
    right: -100px;
    top: 100px;
    position: absolute;
    background: #f6f6f6;
    z-index:-1;
}

.gray_box02 {
    width: 80%;
    height: 88%;
    left: -100px;
    bottom: 0;
    position: absolute;
    background: #f6f6f6;
    z-index:-1;
}

@media (max-width: 768px){
.career_box {
    margin-bottom: 60px;
    padding-top: 60px;
    padding-bottom: 20px;
}

.career_img {
    width: 80%;
    margin: 0 10% 40px 10%;
}

.career_txt {
    width: 100%;
    padding-top: 0;
}

.career_txt h3 {
    font-size: 1.6em;
}

.career_txt span {
    font-size: 0.6em;
}

.gray_box01 {
    display: none;
}

.gray_box02 {
    display: none;
}

}