@charset "UTF-8";

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 300;
    src: url('/wp-content/themes/carryme.jp_theme/common/css/fonts/NotoSansCJKjp-DemiLight.woff2') format('woff2'),
	     url('/wp-content/themes/carryme.jp_theme/common/css/fonts/NotoSansCJKjp-DemiLight.woff') format('woff'),
	     url('/wp-content/themes/carryme.jp_theme/common/css/fonts/NotoSansCJKjp-DemiLight.ttf')  format('truetype'),
         url('/wp-content/themes/carryme.jp_theme/common/css/fonts/NotoSansCJKjp-DemiLight.eot') format('embedded-opentype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 400;
    src: url('/wp-content/themes/carryme.jp_theme/common/css/fonts/NotoSansCJKjp-Regular.woff2') format('woff2'),
	     url('/wp-content/themes/carryme.jp_theme/common/css/fonts/NotoSansCJKjp-Regular.woff') format('woff'),
	     url('/wp-content/themes/carryme.jp_theme/common/css/fonts/NotoSansCJKjp-Regular.ttf')  format('truetype'),
         url('/wp-content/themes/carryme.jp_theme/common/css/fonts/NotoSansCJKjp-Regular.eot') format('embedded-opentype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 500;
    src: url('/wp-content/themes/carryme.jp_theme/common/css/fonts/NotoSansCJKjp-Medium.woff2') format('woff2'),
	     url('/wp-content/themes/carryme.jp_theme/common/css/fonts/NotoSansCJKjp-Medium.woff') format('woff'),
	     url('/wp-content/themes/carryme.jp_theme/common/css/fonts/NotoSansCJKjp-Medium.ttf')  format('truetype'),
         url('/wp-content/themes/carryme.jp_theme/common/css/fonts/NotoSansCJKjp-Medium.eot') format('embedded-opentype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 700;
    src: url('/wp-content/themes/carryme.jp_theme/common/css/fonts/NotoSansCJKjp-Bold.woff2') format('woff2'),
	     url('/wp-content/themes/carryme.jp_theme/common/css/fonts/NotoSansCJKjp-Bold.woff') format('woff'),
	     url('/wp-content/themes/carryme.jp_theme/common/css/fonts/NotoSansCJKjp-Bold.ttf')  format('truetype'),
         url('/wp-content/themes/carryme.jp_theme/common/css/fonts/NotoSansCJKjp-Bold.eot') format('embedded-opentype');
}

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:'Noto Sans Japanese', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", Meiryo, メイリオ, "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: 300;
	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;
    
}

.flex-right {
    justify-content:flex-end;
}

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

.mb80 {
	margin-bottom: 80px;
}

.p40 {
    padding: 35px 40px;
}

.mt10 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

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

.mb20sp {
    margin-bottom: 20px;
}
.p40 {
    padding: 20px;
}
}

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

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

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

.bold {
    font-weight: 500;
}

.bold02 {
    font-weight: 700;
}

.big01 {
    font-size: 1.1em;
}

.big02 {
    font-size: 1.15em;
}

.big03 {
    font-size: 1.3em;
}

.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: #ff5000 !important;
}

.title_grad {
    padding: 2px;
    font-size: 1.1em;
    background: rgb(250,228,206);
    background: linear-gradient(140deg, rgba(250,228,206,1) 0%, rgba(247,203,186,1) 100%);
    display: inline-block;
}

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

.big02 {
    font-size: 1.05em;
}

.big03 {
    font-size: 1.1em;
}

.big04 {
    font-size: 1.3em;
}

.big05 {
    font-size: 1.05em;
}

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

.title_grad {
    font-size: 1.05em;
}
}

/*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 40px;
    color: #fff;
    background: rgb(255,80,0);
    background: linear-gradient(90deg, rgba(255,80,0,1) 0%, rgba(255,120,0,1) 100%);
    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;
    border-radius: 50px;
    font-weight: 500;
    font-size: 1.1em;
}

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

.button02 a,.button02b a {
    min-width: 320px;
    padding: 15px 40px;
    color: #ff5000;
    background: #fff;
    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;
    border-radius: 50px;
    font-weight: 500;
    border:2px solid #ff5000;
    font-size: 1.1em;
}

.button02b a {
    border: 2px solid #ff5000;
}

.button02 a:hover,.button02b a:hover {
    text-decoration: none;
    background: #ff5000;
    color: #fff;
}

.story_button a {
    min-width: 100%;
    padding: 15px 40px;
    color: #fff;
    background-image: linear-gradient( 135deg, #114af1 10%, #0093df 100%);
    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;
    border-radius: 50px;
    font-weight: 500;
    font-size: 1.1em;
}

.story_button a:hover {
    text-decoration: none;
    background: #114af1;
    color: #fff;
}

.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,.button02b a,.story_button a {
    min-width: 100%;
    padding: 15px 20px;
    font-size: 1em;
}

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

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

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

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

.title03 {
    font-size: 1.1em;
}

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

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

header#header h1 {
    width: 30%;
}

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

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

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

@media (max-width: 768px){
.header_bt {
    position:absolute;
    padding: 0 0;
    top: 11px !important;
    right: 45px !important;
    z-index: 10;
}

.header_bt01 {
    font-size: 0.9em !important; 
}

.header_bt01 a {
    font-size: 0.9em !important; 
    padding: 2px 10px !important;
}

.header-right-bt02 {
    margin-top: 0;
    margin-left:0;
}

#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*/
.main_visual {
    margin-top: -50px;
}

.header_bt {
    position:absolute;
    padding: 0 20px;
    right: 20px;
    z-index: 10;
}

.header_bt01 a,.header_bt02 a {
    padding: 5px 25px;
    color: #ff5000;
    background: #fff;
    display: inline-block;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    font-size: 0.9em;
    font-weight: 700;
    -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;
    border: 2px solid #ff5000;
    border-radius: 30px;
}

.header_bt01 a:hover,.header_bt02 a:hover {
    text-decoration: none;
    background: #ff5000;
    color: #fff;
}

.header_bt02 a {
    color: #fff;
    background: #26292e;
}

.header_bt03 a {
    padding: 5px 25px;
    color: #fff;
    background-image: linear-gradient( 135deg, #6B73FF 10%, #000DFF 100%);
    display: inline-block;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    font-size: 0.9em;
    font-weight: 700;
    -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;
    border: 2px solid #ff5000;
    border-radius: 30px;
}

.header_bt03 a:hover {
    text-decoration: none;
    background: #000DFF;
    color: #fff;
}

.header_bt04 a {
    padding: 5px 25px;
    color: #fff;
    background-image: linear-gradient( 135deg, #114af1 10%, #0093df 100%);
    display: inline-block;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    font-size: 0.9em;
    font-weight: 700;
    -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;
    border-radius: 30px;
}

.header_bt04 a:hover {
    text-decoration: none;
    background: #114af1;
    color: #fff;
}

.mv-bg_new {
    background: url("/wp-content/themes/carryme.jp_theme/common/img/kv_bg.jpg") no-repeat right top;
    background-size:cover;
}

.visual-title {
    padding: 160px 0 40px 0;
}

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

.mv_left {
    width: 60%;
    padding-left: 10px;
}

.mv_right {
    width: 45%;
    margin-right: -5%;
}

@media (max-width: 1080px){
.visual-title {
    padding: 100px 0 40px 0;
}

.visual-title h2 {
    font-size: 2.6em;
    line-height: 1.4;
}
}

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

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

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

.main_visual {
    margin-top: 0;
    padding-top: 55px;
}

.mv-bg_new {
    background:none;
}

.visual-title {
    padding: 0;
    margin-bottom: 20px;
}

.visual-title h2 {
    font-size: 1.5em;
    text-align: center;
}

.mv_left {
    width: 100%;
    padding: 30px 25px;
}

.mv_right {
    width: 100%;
    padding: 20px 60px 0 60px;
    margin-right: 0;
    background: url("/wp-content/themes/carryme.jp_theme/common/img/kv_bg.jpg") no-repeat right bottom;
    background-size:cover;
}
}

/*kigyou*/
.kigyou {
    padding: 20px;
    background: #26292e;
}

.kigyou img {
    max-width: 150px;
    margin: 0 10px;
    background: #fff;
}

/*index*/
.title_img img {
    max-width: 360px;
    position: relative;
    z-index: 10;
}

.white_box {
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.index_white_box {
    margin-top: -10px;
}

.index_box {

}

.index_box01_right {
    width: 45%;
}

.index_box01_left {
    width: 50%;
    padding-left: 30px;
}

.index_box02 {
    margin-bottom: 40px;
}

.index_box02 {
    width: 48%;
    background: #f7fcff;
}

.index_box02 h3 {
    width: 60%;
    padding: 10px 0 10px 30px;
}

.index_box02 p {
    width: 40%;
}






.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: 768px){
.index_box01_right {
    width: 70%;
    margin: 0 15% 20px 15%;
}

.index_box01_left {
    width: 100%;
    padding-left: 0;
}

.index_box02 {
    margin-bottom: 40px;
}

.index_box02 {
    width: 100%;
}

.index_box02 h3 {
    width: 60%;
    padding: 10px 0 10px 20px;
}

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

.cta {
    padding-top: 40px;
    padding-bottom: 40px;
    background:url("/wp-content/themes/carryme.jp_theme/common/img/index_bg01.jpg") no-repeat center;
    background-size: cover;
    color: #fff;
}

.cta h2 {
    color: #fff;
}

.flow_box {
    width: 31%;
    margin: 0 1% 40px 1%;
}

.flow_box dt {
    width: 70%;
    margin: 0 15% 20px 15%;
}

.flow_box dd {
    padding: 0 15px;
}

@media (max-width: 768px){
.cta h2 {
    font-size: 1.2em;
}
.flow_box {
    width: 100%;
    margin: 0 0 40px 0;
}

.flow_box dt {
    width: 30%;
    margin: 0 35% 20px 35%;
}

.flow_box dd {
    padding: 0;
}
}

.faq_list {
    margin-bottom: 40px;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

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

.question h3 {
    padding: 10px 0 10px 65px;
    background: url("/wp-content/themes/carryme.jp_theme/common/img/q_icon.png") no-repeat left ;
    background-size: 50px;
}

.answer p {
    padding: 20px 0 15px 65px;
    background: url("/wp-content/themes/carryme.jp_theme/common/img/a_icon.png") no-repeat 0px 10px ;
    background-size: 50px;
}

@media (max-width: 768px){

}

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

/*form*/
.contact_form {
    background: rgb(255,80,0);
    background: linear-gradient(90deg, rgba(255,80,0,1) 0%, rgba(255,120,0,1) 100%);
}

.contact_box {
    padding: 40px;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
/*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;
}

}

/*マーケティングプロ人材No1*/
.no1_icon {
    width: 30%;
    max-width: 160px;
    margin-top: -100px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 768px){
.no1_icon {
    max-width: 300px;
    width: 35%;
    margin-top: -80px;
}
}
