@charset "TAKUYA TOKUNAGA PORTFOLIO SITE";
/*!
Theme Name: TAKUYA TOKUNAGA PORTFOLIO SITE
Description: TAKUYA TOKUNAGA PORTFOLIO SITE | 福岡県 北九州市 Webサイト ホームページ制作 EC 保守・運用
Theme URI: https://tokunaga-takuya.jp/
Version: 1.0
License: TAKUYA TOKUNAGA PORTFOLIO SITE
License URI: https://tokunaga-takuya.jp/
*/
/****************************************

リセットCSSここから

*****************************************/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    /*1em=10px */
    overflow-y: scroll;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, guidelines, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

article, aside, details, figcaption, figure, footer, header, picture, menu, nav, section, main {
    display: block;
}

ul, ol {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after {
    content: '';
    content: none;
}

q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    vertical-align: top;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
    padding: 10px;
}

/****************************************

メディアクエリ/レスポンシブ用mixin

*****************************************/
/*note PC*/
@media screen and (max-width: 1600px) {
}
/*win PC*/
@media screen and (min-width: 1600px) {
}
/*mac PC*/
@media screen and (min-width: 2140px) {
}
/*縮小モード*/
@media screen and (max-width: 1330px) {
}
/* スマホ */
@media screen and (max-width: 767px) {
}
/****************************************

body設定(主に書式)

*****************************************/
body {
	font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
/*    font-family: "Noto Sans Japanese","メイリオ", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
    color: #303030;
    background: #FFF;
    line-height: 1.7;
    letter-spacing: 0.05em;
}

/****************************************

ページ共通

*****************************************/


@media screen and (min-width: 767px) {
    #wrapper {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
    }
    #wrapper02 {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
    }
}

/* スマホ */
@media screen and (max-width: 767px) {
    #wrapper {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }
    #wrapper02 {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }
}
/****************************************

フォント指定

*****************************************/
li, tt, tr, dt, dd, p {
    font-size: 1.5em;
}

h1 {
    color: #9F9F9F;
    font-size: 1.0em;
}

h2 {
    font-size: 2em;
    font-weight: bold;
    color: #303030;
	font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
/*    font-family: "Noto Sans Japanese","メイリオ", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
}

h3 {
    font-size: 1.6em;
    font-weight: bold;
    color: #004687;
	font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
/*    font-family: "Noto Sans Japanese","メイリオ", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
}

h4 {
    font-size: 1.1em;
    font-weight: bold;
    color: #666;
}

h5 {
    font-size: 1.4em;
    color: #FFF;
    font-weight: bold;
}
li p {
    font-size: 100%;
}

/****************************************

リンク指定&オンマウス時のアクション

*****************************************/
a:link, a:visited {
    font-weight: normal;
    color: #303030;
    text-decoration: underline;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}
a:hover, a:active {
    font-weight: normal;
    color: #2196F3;
    text-decoration: underline;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}
a:hover img.img_opacity {
    opacity: 0.79;
    filter: alpha(opacity=70);
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}
a img.img_opacity {
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}

/****************************************

pcヘッダー

*****************************************/
@media screen and (min-width: 768px) {
    #sp_navi, #toggle {
        display: none;
    }
    header {
        width: 100%;
    }
    .top_line_box {
		width: 100%;
        position: relative;
    }
    .top_line{
        width: 220px;
        position: absolute;
        top: 65px;
        right: 210px;
        z-index: 3;
    }
}
/*note PC*/
@media screen and (max-width: 1600px) {
	.pc_header_box {
		max-width: 1200px;
		height: 90px;
		position: relative;
		margin: 0 auto;
	}
	.pc_header_box .logo {
		max-width: 420px;
		position: absolute;
		top: 25px;
		left: 0;
		z-index: 3;
	}
	.logo img{
		width: 100%;
	}
}
/*win PC*/
@media screen and (min-width: 1600px) {
	.pc_header_box {
		max-width: 1200px;
		height: 90px;
		position: relative;
		margin: 0 auto;
	}
	.pc_header_box .logo {
		width: 420px;
		position: absolute;
		top: 25px;
		left: 0;
		z-index: 3;
	}
	.logo img{
		width: 100%;
	}
}
/*mac PC*/
@media screen and (min-width: 2140px) {
	.pc_header_box {
		max-width: 1200px;
		height: 90px;
		margin: 0 auto;
	}
	.pc_header_box .logo {
		width: 420px;
		position: absolute;
		top: 25px;
		left: 0;
		z-index: 3;
	}
	.logo img{
		width: 100%;
	}
}
/*縮小モード*/
@media screen and (max-width: 1330px) {
	.pc_header_box {
		width: 100%;
		height: 155px;
		position: relative;
		margin: 0 auto;
	}
	.pc_header_box .logo {
		width: 420px;
		position: absolute;
		top: 20px;
		left: 26.5%;
		z-index: 3;
	}
	.logo img{
		width: 100%;
	}
	.top_line {
		display: none;
	}
	.header_flex {
		width: 100%;
		height: 60px;
		display: flex;
		justify-content: space-around;
		margin: 0 auto;
		position: absolute;
		top: 100px;
		left: -30px;
	}
	.header_flex li{
		max-height: 60px;
	}
	.header_flex img{
		width: 100%;
		height: auto;
	}
}

/****************************************

spヘッダー

*****************************************/
/* スマホ */
@media screen and (max-width: 767px) {
    img {
        width: 100%;
        height: auto;
    }
    h1.header-discription{
        color: #9F9F9F;
        font-size: 1.0em;
        text-align: left;
        width: 80%;
        margin-bottom: 10px;
        padding-left: 10px;
    }
    header {
        display: block;
        position: relative;
        width: 100%;
    }
    .pc_header_box {
		width: 100%;
		height: 78px;
		position: relative;
		border-top: solid 6px #00bcee;
    }
	.pc_header_box .logo {
		width: 80%;
		position: absolute;
		top: 21px;
		left: 13px;
		z-index: 3;
	}
    .pc_header_box .pc_header_info,
    .pc_header_box .header_link {
        display: none;
    }
    #toggle {
		position: absolute;
		right: 13px;
		top: 27px;
		width: 30px;
		height: 25px;
		cursor: pointer;
		z-index: 9999;
    }
    #toggle div {
        position: relative;
    }
    #toggle span {
        display: block;
        position: absolute;
        /*#navToggle div に対して*/
        width: 100%;
        height: 4px;
		background: #000;
        border-radius: 4px;
        -webkit-transition: .35s ease-in-out;
        -o-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
    }
    #toggle span:nth-child(1) {
        top: 0;
    }
    #toggle span:nth-child(2) {
        top: 11px;
    }
    #toggle span:nth-child(3) {
        top: 22px;
    }
    /*spanの絶対位置指定の親にします*/
    .open_navi #toggle {
        position: fixed;
    }
    .open_navi #toggle span:nth-of-type(1) {
        -webkit-transform: translateY(11px) rotate(-315deg);
        -ms-transform: translateY(11px) rotate(-315deg);
        transform: translateY(11px) rotate(-315deg);
    }
    .open_navi #toggle span:nth-of-type(2) {
        opacity: 0;
    }
    .open_navi #toggle span:nth-of-type(3) {
        -webkit-transform: translateY(-11px) rotate(315deg);
        -ms-transform: translateY(-11px) rotate(315deg);
        transform: translateY(-11px) rotate(315deg);
    }
    #sp_navi {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100vw;
        overflow-y: scroll;
        text-align: left;
		background-color: rgba(0,188,238,1);
/*		background-color: rgba(127,255,255,1);*/
        z-index: 999;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: .7s ease-in-out;
        -o-transition: .7s ease-in-out;
        transition: .7s ease-in-out;
    }
    .open_navi #sp_navi {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: .7s ease-in-out;
        -o-transition: .7s ease-in-out;
        transition: .7s ease-in-out;
    }
    .open_navi #wrapper {
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        -webkit-filter: blur(3px);
        filter: blur(3px);
        -webkit-transition: .7s ease-in-out;
        -o-transition: .7s ease-in-out;
        transition: .7s ease-in-out;
    }
    #sp_navi .menu {
        padding-top: 80px;
        text-align: center;
    }
    #sp_navi .menu .menu-item {
        width: 100%;
        text-align: center;
        border-bottom: #fff 1px solid;
        cursor: pointer;
        color: #303030;
        margin: 0 auto;
        font-size: 1.4rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    #sp_navi .menu .menu-item-home {
        border-top: #fff 1px solid;
    }
    #sp_navi .menu-item a, #sp_navi .menu-item span {
        display: block;
		padding: 25px 0 24px;
    }
    #sp_navi .menu-item a:link, #sp_navi .menu-item a:visited, #sp_navi .menu-item a:hover, #sp_navi .menu-item a:active {
		color: #000;
		font-size: 1.5em;
        text-decoration: none;
    }
    #sp_navi .sub-menu {
        width: 100%;
        text-align: center;
        display: none;
    }
    #sp_navi .sub-menu li {
        width: 100%;
        text-align: center;
        border-top: #666 1px solid;
    }
    #sp_navi .sub-menu li a {
        display: block;
        padding: 11px 0 10px;
        color: #303030;
        background-color: rgba(255,255,0,1);
    }
    #sp_navi .sub-menu li a:link, #sp_navi .sub-menu li a:visited, #sp_navi .sub-menu li a:hover, #sp_navi .sub-menu li a:active {
        color: #FF00FF;
        text-decoration: none;
    }
    #sp_navi .sub-menu li a:hover {
        color: #303030;
        background-color: rgba(228,217,188,1);
    }
    #sp_navi .menu-item-has-children {
        position: relative;
    }
    #sp_navi .menu-item-has-children::before {
        content: '';
        width: 14px;
        height: 14px;
        border: 0px;
        border-top: solid 3px #ddd;
        border-right: solid 3px #ddd;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        -webkit-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
        position: absolute;
        top: 14px;
        right: 20px;
    }
    #sp_navi .menu-item-has-children.menu_open::before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
        top: 22px;
    }
}

/****************************************

pc用 横ナビ

*****************************************/
/* スマホ */
@media screen and (max-width: 767px) {
    #g_navi {
        display: none;
    }
}
/*note PC*/
@media screen and (max-width: 1600px) {
	#g_navi {
		width: 720px;
		height: 90px;
		position: absolute;
	}
	#g_navi .menu {
		*zoom: 1;
		width: 720px;
		list-style-type: none;
		margin-left: 480px;
	}
}
/*win PC*/
@media screen and (min-width: 1600px) {
	#g_navi {
		width: 720px;
		height: 90px;
		position: absolute;
	}
	#g_navi .menu {
		*zoom: 1;
		width: 720px;
		list-style-type: none;
		margin-left: 480px;
	}
}
/*mac PC*/
@media screen and (min-width: 2140px) {
	#g_navi {
		width: 720px;
		height: 90px;
		position: absolute;
	}
	#g_navi .menu {
		*zoom: 1;
		width: 720px;
		list-style-type: none;
		margin-left: 480px;
	}
}
/*縮小モード*/
@media screen and (max-width: 1330px) {
	#g_navi {
		max-width: 720px;
		top: 65px;
		right: 64%;
		position: absolute;
		z-index: 1;
	}
	#g_navi .menu {
		*zoom: 1;
		max-width: 720px;
		list-style-type: none;
	}
}

@media screen and (min-width: 767px) {
	#g_navi .menu:before {
		content: "";
		display: table;
	}
	#g_navi .menu:after {
		content: "";
		display: table;
		clear: both;
	}
	#g_navi .menu li {
		position: relative;
		width: 240px;
		float: left;
		text-align: center;
		line-height: 0;
	}
	#g_navi .menu li a {
		display: block;
		margin: 0;
		color: #303030;
		font-size: 1.5em;
		line-height: 1;
		text-decoration: none;
	}
	#g_navi .menu li a:after {
		position: absolute;
		bottom: -0px;
		left: 0;
		content: '';
		width: 100%;
		height: 3px;
		background: #2dd1fc;
		transform: scale(0, 1);
		transform-origin: center top;
		transition: transform .3s;
	}
	#g_navi .menu li a:hover:after {
		transform-origin: center top;
		transform: scale(1, 1);
	}
	#g_navi .menu li ul li a:after {
		content: none;
	}
	#g_navi .menu li ul {
		list-style: none;
		position: absolute;
		z-index: 9999;
		top: 100%;
		right: 0;
		margin: 0;
		padding: 0;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	#g_navi .menu li ul li {
		width: 100%;
	}
	#g_navi .menu li ul li a {
		width: 240px;
		padding: 13px 0;
		border-top: 1px dotted #ccc;
		font-size: 1.2rem;
		background: #fff;
		text-align: center;
		opacity: 0.95;
		filter: alpha(opacity=95);
	}
	#g_navi .menu li ul li a:hover {
		background: #eee;
		color: #303030;
		-webkit-transition: 0.2s linear;
		-o-transition: 0.2s linear;
		transition: 0.2s linear;
	}
	#g_navi .menu li:hover ul {
		visibility: visible;
		opacity: 0.95;
	}
	.menu ul{
		overflow: hidden;
		width: 0;
		transition: .3s;
	}
	.menu li:hover ul{
		width: 100%;
	}
}

/****************************************

ティーザー

*****************************************/
@media screen and (min-width: 768px) {
    #sp_teaser {
        display: none;
    }
    .header_box_lower{
        width: 100%;
        display: block;
        position: relative;
        margin: 0 auto;
    }
    #slider {
        width: 100%;
        overflow: hidden;
        position: relative;
        margin: 0 auto;
        z-index: -1;
    }
	#slider img {
		width: 100%;
	}

    .flex-control-nav{
        bottom: 20px !important;
        z-index: 2;
    }

    #teaser {
        width: 100%;
        position: relative;
        z-index: -1;
        margin: 0 auto;
    }
    #teaser img {
/*        display: block;*/
        width: 100%;
        margin: 0 auto;
    }
}

/* スマホ */
@media screen and (max-width: 767px) {
    #slider_box {
        width: 100%;
        position: relative;
    }
    #slider {
        width: 100%;
        padding-bottom: 20px;
    }
    #slider .metaslider {
        width: 100%;
    }
    #slider .metaslider img{
        width: 100%;
        z-index: -1;
/*        margin-left: -25%;*/
    }
    #slider_text{
        width: 100%;
        height: auto;
        position: absolute;
        top: 22%;
        left: 0;
        z-index: 1;
        text-align: center;
    }
    #slider_text img{
        width: 80%;
        height: auto;
    }
    #slider .metaslider {
        width: 100%;
    }
    #teaser {
        width: 100%;
        margin: 0 0 20px;
    }
    #teaser img {
        position: relative;
        width: 100%;
    }
}
/****************************************

content 共通設定

*****************************************/
main#top_main {
    width: 100%;
    margin: 0 auto;
}
#page_contents {
	width: 100%;
	margin: 0 auto;
}
.top_box01_img {
	width: 520px;
	position: absolute;
	left: 17px;
	z-index: -1;
}
.top_box01_img img {
	width: 100%;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb35 {
	margin-bottom: 35px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}

/*縮小モード*/
@media screen and (max-width: 1330px) {
	#page_contents {
		max-width: 1200px;
		margin: 0 auto;
	}
	.top_box01_img{
        width: 39%;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: -1;
	}
}

@media screen and (min-width: 768px) {
    .bottom_banner li img:nth-child(1){
        -moz-transition: -moz-transform 0.2s linear;
        -webkit-transition: -webkit-transform 0.2s linear;
        -o-transition: -o-transform 0.2s linear;
        -ms-transition: -ms-transform 0.2s linear;
        transition: transform 0.2s linear;
    }
    .bottom_banner li:hover img:nth-child(1){
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
}
.mb5 {
    margin-bottom: 5px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb50 {
    margin-bottom: 50px;
}
.mb60 {
    margin-bottom: 60px;
}
.mb70 {
    margin-bottom: 70px;
}
.mb80 {
    margin-bottom: 80px;
}
.mb90 {
    margin-bottom: 90px;
}
.mb100 {
    margin-bottom: 100px;
}
.mb110 {
    margin-bottom: 110px;
}
.mb120 {
    margin-bottom: 120px;
}
.mb140 {
    margin-bottom: 140px;
}
.mt10 {
    margin-top: 10px;
}
.mt30 {
    margin-top: 30px;
}
.mt50 {
    margin-top: 50px;
}

/* スマホ */
@media screen and (max-width: 767px) {
    main#top_main {
        width: 100%;
        margin: 0 auto;
    }
    main#page_main {
        width: 100%;
        margin: 0 auto 30px;
    }
    #page_contents {
        width: 100%;
		padding: 0 1.5em;
        margin: 0 auto 30px;
    }
    .bottom_box01,.bottom_box02{
        width: 100%;
        margin: 0 auto 50px;
        padding: 0 10px;
    }
    .bottom_banner li{
        position: relative;
        float: left;
        overflow: hidden;
        display: block;
        float: left;
        width: 48%;
        height: auto;
        margin: 0 4% 4% 0;
    }
    .bottom_banner li:nth-child(2n+1){
        clear: both;
    }
    .bottom_banner li:nth-child(2N){
        margin-right: 0;
    }
}

/****************************************

contentトップ用

*****************************************/
@media screen and (min-width: 768px) {
    .top_headline {
        width: 660px;
        line-height: 50px;
        font-size: 4.1em;
        margin: 60px 0 30px;
        padding-left: 70px;
        color: #303030;
        vertical-align: middle;
        font-weight: bold;
        letter-spacing: 0.08em;
        float: left;
        background: url(images/tit_top_headline.png) no-repeat top left;
		background-size: 6.8%;
    }
    .top_box01 {
        max-width: 1340px;
        height: 610px;
        padding-top: 30px;
        position: relative;
        margin: 0 auto;
    }
    .top_box01_inner {
		max-width: 1340px;
        margin: 0 auto;
    }
    .top_box01_bg {
        height: 100%;
        position: absolute;
        right: 70px;
        background: url(images/top_box01_bg.jpg) no-repeat top 440px right;
    }
    .top_box01_text_box {
        width: 140px;
        position: absolute;
        background: url(images/top_contents_bg01.png) no-repeat top right;
        left: 60px;
        top: 60px;
        z-index: 3;
    }
    .top_box01_text {
        font-weight: 400;
        font-family: 'Noto Serif JP', sans-serif;
        letter-spacing: 0.06em;
        line-height: 1.5em;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        z-index: 3;
    }
    .top_box01_text span {
        font-size: 2.5em;
        line-height: 1.5em;
        font-weight: bold;
        letter-spacing: 0.12em;
    }
    .top_box01_banner {
        margin: 55px 345px 0 70px;
    }
	.top_box01_banner img {
		width: 100%;
	}
    .top_box02_title {
        width: 450px;
        line-height: 50px;
        color: #000;
        font-size: 4.2em;
        font-weight: bold;
        padding: 5px 0 0 75px;
        letter-spacing: 0.05em;
        float: left;
        margin-bottom: 50px;
        background: url(images/tit_top_box02_title.png) no-repeat top left;
        background-size: 11%;
        font-family: "Noto Sans Japanese","メイリオ", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }
    .top_box02_title span{
        font-size: 0.5em;
        font-weight: lighter;
        vertical-align: middle;
        padding-bottom: 30px;
        letter-spacing: 0.17em;
        padding-left: 20px;
    }
    .scroll_box{
        width: 100%;
        margin: 0 auto;
    }
    #loopSlide{
        width: 100%;
        height: 230px;
    }
    .simply-scroll-container {
        position: relative;
    }
    .simply-scroll-clip {
        position: relative;
        overflow: hidden;
    }
    .simply-scroll-list {
        overflow: hidden;
        margin: 0;
        padding: 0;
    }
    .simply-scroll-list li {
        float: left;
        padding: 0;
        margin: 0 40px 0 0;
        width: 360px;
        height: auto;
    }
    .simply-scroll-list li img {
        display: block;
    }
    .top_box02_banner {
        width: 245px;
        margin: 50px auto;
    }
    .top_box02_banner img {
        width: 100%;
    }
    .top_box03 {
        width: 100%;
        position: relative;
        margin: 0 auto;
    }
    .line_box {
        width: 100%;
        position: relative;
        margin-bottom: 50px;
    }
    .top_line02 {
        width: 100px;
        position: absolute;
        top: -60px;
        left: 210px;
    }
    .top_line03 {
        width: 490px;
        position: absolute;
        top: 119px;
        left: 210px;
    }
    .top_line04 {
        width: 20px;
        position: absolute;
        top: 60px;
        right: 240px;
    }
    .top_box03_icon {
        width: 60px;
        position: absolute;
        top: 90px;
        left: 48.7%;
    }
    .top_box03_title {
        line-height: 60px;
        font-size: 4.0em;
        font-weight: bold;
        letter-spacing: 0.05em;
        text-align: center;
        margin: 60px auto 0;
        font-family: "Noto Sans Japanese","メイリオ", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }
    .top_box03_title02 {
        width: 100%;
        font-size: 2.3rem;
        letter-spacing: 0.08em;
        text-align: center;
        position: relative;
    }
    .top_box03_title02 span {
        display: block;
        font-weight: bolder;
        font-size: 1.48rem;
        letter-spacing: 0.01em;
        /*		color: #2dd1fc;*/
        color: #ababab;
        font-family: "Noto Sans Japanese","メイリオ", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }
    .flex {
        width: 100%;
        display: flex;
        justify-content: space-around;
        padding: 0 3rem;
        margin: 140px auto 70px;
    }
    .flex li {
        width: calc(98% / 4);
    }
    .flex li img{
        width: 100%;
    }
    .flex02 {
        width: 100%;
        display: flex;
        justify-content: space-around;
        margin-bottom: 40px;
    }
    .flex02 li {
        width: calc(100% / 4);
    }
    .flex02 li img {
        width: 100%;
    }
    .top_box03_four {
        width: 100%;
        padding: 0 3rem;
        margin: 140px auto 70px;
    }
    .top_box03_four_text {
        width: 90%;
        height: auto;
        margin: 0 auto;
    }
    .top_box03_four li p {
        font-size: 1.5rem;
    }
    .top_box03_four li img {
        width: 100%;
        margin: 0 auto;
    }
    .top_box04 {
        width: 100%;
        margin: 0 auto;
    }
    .top_box04_inner {
        max-width: 1200px;
        margin: 0 auto;
    }
    .top_box04_banner {
        max-width: 1200px;
        height: 40px;
        margin-bottom: 40px;
    }
    .top_box04_banner li{
        width: 300px;
        height: 40px;
        float: left;
    }
    .top_box04_banner li:nth-child(1){
        clear: both;
    }
}
/*note PC*/
@media screen and (max-width: 1600px) {
    .top_box02 {
        width: 100%;
        height: 540px;
        background-color: #2dd1fc;
        background-repeat: repeat-x;
        padding: 60px 0 50px;
        margin: 0 auto;
    }
    .top_box02_inner {
        max-width: 1200px;
        position: relative;
        margin: 0 auto;
    }
}
/*win PC*/
@media screen and (min-width: 1600px) {
    .top_box02 {
        width: 100%;
        height: 540px;
        background-color: #2dd1fc;
        background-repeat: repeat-x;
        padding: 60px 0 50px;
        margin: 0 auto;
    }
    .top_box02_inner {
        max-width: 1240px;
        position: relative;
        margin: 0 auto;
    }
    .left460 {
        width: 460px; 
        float: left; 
    }
    .right740 {
        width: 740px; 
        float: right; 
    }
}
/*mac PC*/
@media screen and (min-width: 2140px) {
    .top_box02 {
        width: 100%;
        height: 540px;
        background-color: #2dd1fc;
        background-repeat: repeat-x;
        padding: 60px 0 50px;
        margin: 0 auto;
    }
    .top_box02_inner {
        max-width: 1340px;
        position: relative;
        margin: 0 auto;
    }
    .left460 {
        width: 460px; 
        float: left; 
    }
    .right740 {
        width: 740px; 
        float: right; 
    }
}
.top_box02_inner p span {
    color: #fff;
    font-weight: bold;
}
/*縮小モード*/
@media screen and (max-width: 1330px) {
    .top_headline {
        line-height: 50px;
        font-size: 2.8em;
        margin: 20px 0;
        padding-left: 70px;
        color: #303030;
        vertical-align: middle;
        font-weight: bold;
        letter-spacing: 0.08em;
        float: left;
        background: url(images/tit_top_headline.png) no-repeat top left;
        background-size: 6.8%;
    }
    .top_box01 {
        height: 600px;
        padding-top: 20px;
        position: relative;
        margin: 0 auto;
    }
    .top_box01_bg {
        height: 100%;
        position: absolute;
        right: 30px;
        background: url(images/top_box01_bg.jpg) no-repeat top 520px right;
    }
    .top_box01_text_box {
        width: 140px;
        position: absolute;
        background: url(images/top_contents_bg01.png) no-repeat top right;
        left: 25px;
        top: 40px;
        z-index: 3;
    }
    .top_box01_text span {
        font-size: 2.1em;
        line-height: 1.5em;
        font-weight: bold;
        letter-spacing: 0.12em;
    }
    .top_box01_banner {
        margin: 30px 0px 0 0px;
    }
    .top_box01_banner img{
        width: 60%;
    }
    .top_box02 {
        width: 100%;
        min-height: 545px;
        background-color: #2dd1fc;
        background-repeat: repeat-x;
        padding: 50px 0 40px;
        margin: 0 auto;
    }
    .top_box02_inner {
        max-width: 1200px;
        position: relative;
        padding: 0 20px;
    }
    .left460 {
        width: 40%;
        float: left;
    }
    .right740 {
        width: 58%;
        float: right;
    }
    .top_line02 {
        width: 100px;
        position: absolute;
        top: -60px;
        left: 30px;
    }
    .top_line03 {
        width: 305px;
        position: absolute;
        top: 119px;
        left: 30px;
    }
    .top_line04 {
        width: 20px;
        position: absolute;
        top: 60px;
        right: 30px;
    }
    .top_box03_four_text {
        width: 95%;
        font-size: 0.9em;
        height: auto;
        margin: 0 auto;
    }
    .top_box03_title02 {
        width: 100%;
        font-size: 1.8rem;
        text-align: center;
        position: relative;
    }
    .top_box03_title02 span {
        display: block;
        font-weight: bolder;
        font-size: 1.38rem;
        letter-spacing: 0.01em;
        /*		color: #2dd1fc;*/
        color: #ababab;
        font-family: "Noto Sans Japanese","メイリオ", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }
    .flex {
        width: 100%;
        display: flex;
        justify-content: space-around;
        padding: 0 3rem;
        margin: 140px auto 60px;
    }
    .flex li {
        width: calc(100% / 4);
    }
    .top_box02_title {
        width: 100%;
        line-height: 35px;
        color: #000;
        font-size: 3.6em;
        font-weight: bold;
        padding: 15px 0 0 105px;
        letter-spacing: 0.05em;
        float: left;
        margin-bottom: 50px;
        background: url(images/tit_top_box02_title.png) no-repeat top left;
        background-size: 27%;
        font-family: "Noto Sans Japanese","メイリオ", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }
    .top_box03_icon {
        width: 60px;
        position: absolute;
        top: 90px;
        left: 45.8%;
    }
}
/****************************************

news トップ用

*****************************************/

/****************************************

content下層用

*****************************************/

.scaling_img img{
    width: 100%;
    height: auto;
}
.cc_box01 {
    width: 100%;
}
#post_content {
    width: 100%;
    margin: 0 auto;
}
#post_content02 {
    width: 80%;
    margin: 0 auto;
}
.col-full {
    width: 80%;
    margin: 0 auto 30px;
    text-align: center;
}
.col-full a {
    font-size: 1.5em;
}
.wrap-col {
    margin: 20px 0;
}
#post_content03 {
    width: 80%;
    margin: 40px auto 80px;
}
#post_content,#post_content02 p{
    font-size: 1.6em;
}

@media screen and (min-width: 768px) {
    #contents_box{
		width: 100%;
		margin: 0 auto;
    }
    .pc_none{
        display: none;
    }
    .pc_none figure {
        display: none;
    }
    .breadcrumb_area {
        width: 100%;
        text-align: left;
    }
    .breadcrumb {
        margin-top: 10px;
    }
    .nav-below_single {
        text-align: center;
        margin: 40px 0 60px;
    }
    .contents_three {
        width: 100%;
        margin: 40px auto;
    }
    .contents_three_list{
        width: 30.6%;
        float: left;
        margin-bottom: 40px;
        padding-bottom: 10px;
        border-bottom: 1px #EBE8E4 solid;
    }
    .contents_three_list picture {
        width: 100%;
        margin-bottom: 15px;
    }
    .contents_three_list img {
        width: 100%;
    }
    .contents_three_list:nth-child(3n+1){
        clear: both;
        margin-right: 3em;
    }
    .contents_three_list:nth-child(3n+2){
        margin-right: 3em;
    }
    .recruit_title {
        font-size: 1.6rem;
        color: #da0000;
        padding: 5px 0 0 35px;
        text-align: left;
        letter-spacing: 0.08em;
        background: url(images/tit_results_title.jpg) no-repeat center left;
        margin: 10px 0 10px;
    }
    .recruit_title a {
        text-decoration: none;
        font-weight: bold;
        margin-right: 20px;
    }
    .updated_date {
        font-size: 1.6rem;
        font-weight: bold;
        color: #da0000;
        text-align: left;
        letter-spacing: 0.08em;
        margin: 10px 0;
    }
    .detail_bnr{
        text-align: right;
        margin-top: 20px;
    }
    .detail_bnr img{
        width: 65%;
    }
    .flex_recruit {
        width: 100%;
        display: flex;
        justify-content: space-around;
/*        border-bottom: 1px dotted #aaa;*/
    }
    .flex_recruit li{
        width: calc(96% / 3);
        margin: 40px 0 20px;
    }
    .flex_recruit li img {
        width: 100%;
    }
    .recruit_title02 {
        font-size: 1.55rem;
        color: #303030;
        text-align: left;
        letter-spacing: 0.08em;
        margin: 10px 0 10px;
    }
    #single_box h4 {
        font-size: 1.9em;
        margin-top: 35px;
    }
    #single_box h4 span {
        color: #da0000;
    }
    #post_content02 form {
        position:relative;
        margin-top: 40px;
    }
    #post_content02 form input {
        height: 40px;
        padding: 0 10px;
        border-radius:2px;
        border:solid 3px #eaeaea;
        outline: 0;
    }
    #post_content02 form label {
        height: 50px;
        background:none;
        color:#666;
        border:none;
        font-size:20px;
        outline: 0;
    }
    #s-btn{
        background-color: black;
        width: 50px;
        height: 30px;
        position: relative;
        right: 20px;
        bottom: 10px;
        border-radius: 3px;
        font-size: 16px;
        color: #fff;
        line-height: 31px;
    }
    /* introduction */
    .introduction_box01_article {
        position: relative;
        margin-bottom: 60px;
    }
    .introduction_box02_article {
        text-align: center;
    }
    .introduction_box02_article p {
        font-size: 1.6em;
        line-height: 1.7em;
        font-weight: 500;
    }
    .introduction_box02_article p span {
        color: #FF4CFF;
        font-weight: bold;
    }
    .introduction_box02_article p span02 {
        color: #2196F3;
        font-weight: bold;
    }
    .introduction_box02_article p a {
        font-weight: 500;
    }
    .kasou_headline01 {
        width: 630px;
        font-size: 4.5em;
        color: #303030;
        font-weight: 500;
        letter-spacing: 0.1em;
        float: left;
        margin: 80px 0 30px 0;
        font-family: 'Noto Serif JP', sans-serif;
    }
    .kasou_headline01 span{
        font-size: 2.3rem;
        color: #666;
        font-weight: 500;
        letter-spacing: 0.03em;
        margin-left: 30px;
        font-family: 'Noto Serif JP', sans-serif;
    }
    .skill {
        width: 100%;
        padding-bottom: 50px;
        border-bottom: 1px solid #EBE8E4;
        margin-bottom: 40px;
    }
    .introduction_box02_title {
        font-size: 4.5em;
        color: #303030;
        font-weight: bold;
        letter-spacing: 0.05em;
        text-align: center;
        margin-bottom: 25px;
    }
    .introduction_box02_title02 span {
        color: #f9195f;
    }
    /* results */
    .results_box01 {
        width: 100%;
        margin: 0 auto 80px;
    }
    .kasou_headline02 {
        font-size: 4.5em;
        color: #303030;
        font-weight: 500;
        letter-spacing: 0.1em;
        margin: 55px auto 45px;
        text-align: center;
        font-family: 'Noto Serif JP', sans-serif;
    }
    .results_text{
        margin: 0 auto;
        text-align: center;
        padding: 0 2em;
        margin-bottom: 70px;
    }
    .results_inner {
        width: 98%;
        margin: 0 auto;
    }
    .flex_results {
        width: 100%;
        display: flex;
        justify-content: space-around;
        padding: 0 20px;
    }
    .flex_results li{
        width: calc(96% / 3);
        padding: 0 0.5em 10px;
        border-bottom: 1px #EBE8E4 solid;
        margin-bottom: 40px;
    }
    .results_title {
        line-height: 35px;
        font-size: 2.0rem;
        color: #303030;
        padding: 5px 0 0 35px;
        text-align: left;
        letter-spacing: 0.08em;
        background: url(images/tit_results_title.jpg) no-repeat center left;
        margin: 10px 0 10px;
    }
    .results_title a{
        text-decoration: none;
        font-weight: bold;
    }
    .post_text p{
        font-size: 1.5em;
        text-align: left;
    }

    /* mail */
    .mail_box01 {
        max-width: 65%;
        margin: 0 auto;
        text-align: left;
    }
    .mail_box01_article {
        margin-bottom: 40px;
    }
    .mail_title {
        line-height: 45px;
        font-size: 3.5em;
        color: #303030;
        padding: 0 0 0 70px;
        text-align: left;
        letter-spacing: 0.08em;
        font-weight: lighter;
        background: url(images/tit_mail_title.jpg) no-repeat center left;
        margin: 100px 0 40px 0;
        font-family: "Noto Sans Japanese","メイリオ", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }
    .introduction_img {
        width: 44.15%;
        position: absolute;
        top: 120px;
        right: 0px;
    }
    .introduction_img img{
        width: 100%;
    }
    .introduction_box02_banner {
        max-width: 28%;
        margin: 0 auto 60px;
    }
    .introduction_box02_banner img {
        width: 100%;
    }
}
/*note PC*/
@media screen and (max-width: 1600px) {
    #single_box {
        width: 85%;
        margin: 0 auto;
        text-align: left;
    }
    .introduction_box01 {
        width: 85%;
        margin: 0 auto;
        text-align: left;
    }
    .introduction_box02 {
        width: 85%;
        margin: 0 auto;
        margin-bottom: 60px;
    }
    .introduction_right01 {
        width: 43%;
        float: right;
    }
    .introduction_left01 {
        width: 53%;
        float: left;
        margin-right: 2em;
    }
    .introduction_box02_title02 {
        width: 95%;
        font-size: 2.3em;
        color: #303030;
        font-weight: bold;
        letter-spacing: 0.01em;
        padding: 12px 10px 10px;
        text-align: center;
        background-color: #FFFD00;
        margin: 0 auto 20px;
    }
    .introduction_box01_upper {
        position: absolute;
        top: 120px;
        z-index: 5;
    }
    .right660 {
        width: 660px;
        float: right;
    }
}
/*win PC*/
@media screen and (min-width: 1600px) {
    #single_box {
        width: 68%;
        margin: 0 auto;
        text-align: left;
    }
    .introduction_box01 {
        width: 68%;
        margin: 0 auto;
        text-align: left;
    }
    .introduction_box02 {
        width: 68%;
        margin: 0 auto;
        margin-bottom: 60px;
    }
    .introduction_right01 {
        width: 43%;
        float: right;
    }
    .introduction_left01 {
        width: 54%;
        float: left;
        margin-right: 2em;
    }
    .introduction_box01_upper {
        position: absolute;
        top: 120px;
        z-index: 5;
    }
    .introduction_box02_title02 {
        width: 85%;
        font-size: 2.3em;
        color: #303030;
        font-weight: bold;
        letter-spacing: 0.01em;
        padding: 12px 10px 10px;
        text-align: center;
        background-color: #FFFD00;
        margin: 0 auto 20px;
    }
    .right660 {
        width: 660px;
        float: right;
    }
}
/*mac PC*/
@media screen and (min-width: 2140px) {
    #single_box {
        width: 75%;
        margin: 0 auto;
        text-align: left;
    }
    .introduction_box01 {
        width: 75%;
        margin: 0 auto;
        text-align: left;
    }
    .introduction_box02 {
        width: 65%;
        margin: 0 auto;
        margin-bottom: 60px;
    }
    .introduction_right01 {
        width: 43%;
        float: right;
    }
    .introduction_left01 {
        width: 53%;
        float: left;
        margin-right: 2em;
    }
    .introduction_box01_upper {
        width: 30px;
        position: relative;
        top: 100px;
        z-index: 5;
    }
    .right660 {
        width: 660px;
        float: right;
    }
}
/*縮小モード*/
@media screen and (max-width: 1330px) {
    #single_box {
        width: 95%;
        margin: 0 auto;
        text-align: left;
    }
    #contents_box{
        width: 100%;
        margin: 0 auto;
    }
    #post_content02 {
        width: 95%;
        margin: 0 auto;
    }
    #post_content02 {
        width: 95%;
        margin: 0 auto;
    }
    #post_content03 {
        width: 95%;
        margin: 40px auto 60px;
    }
    .recruit_title {
        font-size: 1.4rem;
        color: #da0000;
        padding: 5px 0 0 35px;
        text-align: left;
        letter-spacing: 0.08em;
        background: url(images/tit_results_title.jpg) no-repeat center left;
        margin: 10px 0 10px;
    }
    .introduction_box01 {
        width: 95%;
        margin: 0 auto;
        text-align: left;
    }
    .introduction_box02 {
        width: 95%;
        margin: 0 auto;
        margin-bottom: 60px;
    }
    .introduction_box02 p {
        text-align: left;
    }
    .introduction_right01 {
        width: auto;
        float: right;
    }
    .introduction_left01 {
        float: left;
        margin-right: 2em;
    }
    .introduction_box01_upper {
        position: relative;
        top: 70px;
        z-index: 5;
    }
    .introduction_box02_title02 {
        width: 90%;
        font-size: 2.3em;
        color: #303030;
        font-weight: bold;
        letter-spacing: 0.01em;
        padding: 12px 20px 10px;
        text-align: left;
        background-color: #FFFD00;
        margin: 0 auto 20px;
    }
    .kasou_headline01 {
        font-size: 3.5em;
        color: #303030;
        font-weight: 500;
        letter-spacing: 0.1em;
        float: left;
        margin: 70px 0 20px 0;
        font-family: 'Noto Serif JP', sans-serif;
    }
    .results_inner {
        width: 100%;
        margin: 0 auto;
    }
    .left630 {
        width: 40%;
        float: left;
    }
    .right660 {
        width: 56%;
        float: right;
    }
    .results_title {
        line-height: 20px;
        font-size: 1.4rem;
        color: #303030;
        padding: 5px 0 0 35px;
        text-align: left;
        letter-spacing: 0.08em;
        background: url(images/tit_results_title.jpg) no-repeat center left;
        margin: 10px 0 10px;
    }
    .results_text{
        margin: 0 auto;
        text-align: left;
        padding: 0 2em;
        margin-bottom: 60px;
    }
    .mail_box01 {
        max-width: 85%;
        margin: 0 auto;
        text-align: left;
    }
    .mail_title {
        line-height: 45px;
        font-size: 3.5em;
        color: #303030;
        padding: 0 0 0 70px;
        text-align: left;
        letter-spacing: 0.08em;
        font-weight: lighter;
        background: url(images/tit_mail_title.jpg) no-repeat center left;
        margin: 80px 0 40px 0;
        font-family: "Noto Sans Japanese","メイリオ", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }
}
/* 共通 */
.left280 {
    width: 280px;
    float: left;
}
.left300 {
    width: 300px;
    float: left;
}
.left350 {
    width: 350px;
    float: left;
}
.left380 {
    width: 380px;
    float: left;
}
.left410 {
    width: 410px;
    float: left;
}
.left440 {
    width: 440px;
    float: left;
}
.left450 {
    width: 450px;
    float: left;
}
.left480 {
    width: 480px;
    float: left;
}
.left490 {
    width: 490px;
    float: left;
}
.left530 {
    width: 530px;
    float: left;
}
.left580 {
    width: 580px;
    float: left;
}
.left590 {
    width: 590px;
    float: left;
}
.left620 {
    width: 620px;
    float: left;
}
.left630 {
    width: 630px;
    float: left;
}
.left660 {
    width: 660px;
    float: left;
}
.left670 {
    width: 670px;
    float: left;
}
.left680 {
    width: 680px;
    float: left;
}
.left690 {
    width: 690px;
    float: left;
}
.left700 {
    width: 700px;
    float: left;
}
.left720 {
    width: 720px;
    float: left;
}
.left730 {
    width: 730px;
    float: left;
}
.left750 {
    width: 750px;
    float: left;
}
.right350 {
    width: 350px;
    float: right;
}
.right380 {
    width: 380px;
    float: right;
}
.right420 {
    width: 420px;
    float: right;
}
.right440 {
    width: 440px;
    float: right;
}
.right450 {
    width: 450px;
    float: right;
}
.right460 {
    width: 460px;
    float: right;
}
.right470 {
    width: 470px;
    float: right;
}
.right480 {
    width: 480px;
    float: right;
}
.right490 {
    width: 490px;
    float: right;
}
.right500 {
    width: 500px;
    float: right;
}
.right530 {
    width: 530px;
    float: right;
}
.right550 {
    width: 550px;
    float: right;
}
.right580 {
    width: 580px;
    float: right;
}
.right590 {
    width: 590px;
    float: right;
}
.right630 {
    width: 630px;
    float: right;
}
.right680 {
    width: 680px;
    float: right;
}
.right700 {
    width: 700px;
    float: right;
}
.right720 {
    width: 720px;
    float: right;
}
.right760 {
    width: 760px;
    float: right;
}
.right770 {
    width: 770px;
    float: right;
}
.right780 {
    width: 780px;
    float: right;
}
.right790 {
    width: 790px;
    float: right;
}
.right810 {
    width: 810px;
    float: right;
}
.right830 {
    width: 830px;
    float: right;
}
.logo_area{
    width: 60%;
    overflow: hidden;
    border: 1px solid #CCCCCC;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.logo_area img{
    max-width: 100%;
    height: auto;
}
/* スマホ */
@media screen and (max-width: 767px) {
    .top_box01 {
        width: 100%;
        height: 1000px;
        padding: 0 15px;
        margin: 0 auto 15px;
    }
    .top_box01_inner {
        width: 100%;
        margin: 0 auto;
    }
    .left630 {
        width: 100%;
    }
    .right660 {
        width: 100%;
        padding-top: 360px;
    }
    .top_box01_banner{
        text-align: center;
    }
    .top_box01_inner {
        margin: 25px auto 0;
    }
    .top_headline {
        width: 100%;
        line-height: 50px;
        font-size: 1.93em;
        margin-bottom: 20px;
        font-weight: 800;
        letter-spacing: 0.12em;
        float: left;
        vertical-align: middle;
        padding: 5px 0 0 60px;
        background: url(images/tit_top_headline.png) no-repeat center left;
        background-size: 14%;
    }
    .top_box01_text_box{
        width: 90px;
        top: -5px;
        left: 50px;
        position: absolute;
        background: url(images/top_contents_bg01.png) no-repeat top right;
    }
    .top_box01_text {
        font-weight: 400;
        font-family: 'Noto Serif JP', sans-serif;
        letter-spacing: 0.06em;
        line-height: 1.5em;
        font-size: 1.3em;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }
    .top_box01_text span {
        font-size: 2.3em;
        line-height: 1.5em;
        font-weight: bold;
        letter-spacing: 0.12em;
    }
    .top_box01_img {
        width: 86%!important;
        position: relative;
        top: -22px;
        left: 25px;
        z-index: 1;
    }
    .top_box01_bg {
        height: 100%;
        position: absolute;
        left: 25px;
        background: url(images/top_box01_bg.jpg) no-repeat bottom 10px right;
    }
    .top_box02 {
        width: 100%;
        height: 610px;
        background-color: #2dd1fc;
        background-repeat: repeat-x;
        padding: 30px 20px 35px;
        margin: 0 auto;
    }
    .top_box02_inner {
        width: 100%;
        position: relative;
        padding: 0 10px;
        margin: 0 auto 30px;
    }
    .left460 {
        width: 100%;
    }
    .right740 {
        width: 100%;
    }
    .top_box02_banner{
        width: 60%;
        margin: 40px auto 0;
    }
    .top_box02_title {
        width: 100%;
        line-height: 50px;
        font-size: 3.2em;
        font-weight: bold;
        color: #000;
        padding: 4px 0 0 65px;
        letter-spacing: 0.01em;
        float: left;
        margin-bottom: 22px;
        background: url(images/tit_top_box02_title.png) no-repeat top left;
        background-size: 15.2%;
        font-family: "Noto Sans Japanese","メイリオ", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }
    .top_box02_title span{
        font-size: 0.4em;
        font-weight: lighter;
        vertical-align: middle;
        padding-bottom: 30px;
        letter-spacing: 0.1em;
        padding-left: 15px;
        font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
    }
    .top_box03 {
        width: 100%;
        padding: 0 15px;
        margin: 0 auto;
    }
    .top_box03_title {
        line-height: 60px;
        font-size: 4.0em;
        font-weight: bold;
        letter-spacing: 0.01em;
        text-align: center;
        margin: 40px auto 0;
        padding-bottom: 30px;
        border-bottom: 1px dotted #666;
        font-family: "Noto Sans Japanese","メイリオ", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }
    .top_box03_title02 {
        width: 100%;
        font-size: 2.3rem;
        letter-spacing: 0.03em;
        text-align: center;
        position: relative;
        font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
    }
    .top_box03_title02 span {
        display: block;
        font-weight: bolder;
        font-size: 1.5rem;
        letter-spacing: 0.01em;
        color: #ababab;
        font-family: "Noto Sans Japanese","メイリオ", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }
    .top_box03_four {
        margin-bottom: 60px;
    }
    .top_box03_four li{
        width: 100%;
        margin-top: 60px;
    }
    .top_box04 {
        display: none;
    }
    #loopSlide{
        width: 100%;
        height: 230px;
    }
    .scroll_box{
        width: 100%;
        margin: 0 auto 30px;
    }
    .simply-scroll-container {
        position: relative;
    }
    .simply-scroll-clip {
        position: relative;
        overflow: hidden;
    }
    .simply-scroll-list {
        overflow: hidden;
        margin: 0;
        padding: 0;
    }
    .simply-scroll-list li {
        float: left;
        padding: 0;
        margin: 0 40px 0 0;
        width: 360px;
        height: auto;
    }
    .simply-scroll-list li img {
        display: block;
    }
    .flex03 {
        width: 100%;
        display: flex;
        justify-content: space-around;
        margin-bottom: 20px;
    }
    .flex03 li {
        width: calc(100% / 2);
    }
    .flex03 li img {
        width: 100%;
    }
    #left_box{
        width: 100%;
        height: auto;
    }
    .right_box{
        display: none;
    }
    .sp_small_img{
        width: 40%;
        height: auto;
    }
    .sp_none{
        display: none;
    }
    .sp_none figure{
        display: none;
    }
    .two_column_list01,.two_banner_box ul li {
        margin-bottom: 10px;
    }
    /* introduction */
	.introduction_box01_upper {
		position: absolute;
        top: 0;
		left: 0;
		z-index: 5;
	}
    .introduction_img {
        position: absolute;
        top: 0px;
        right: -10px;
    }
    .kasou_headline01 {
        font-size: 3.5em;
        color: #303030;
        font-weight: 500;
        letter-spacing: 0.1em;
        float: left;
        margin: 20px 0;
        font-family: 'Noto Serif JP', sans-serif;
    }
    .kasou_headline01 span{
		font-size: 1.9rem;
		color: #666;
		font-weight: 500;
		letter-spacing: 0.01em;
		margin-left: 30px;
		font-family: 'Noto Serif JP', sans-serif;
    }
    .introduction_right01 {
        width: 100%;
        height: 290px;
        position: relative;
    }
    .introduction_left01 {
        width: 100%;
    }
    .skill {
        width: 100%;
        padding: 20px 0;
        border-bottom: 1px solid #EBE8E4;
        margin-bottom: 20px;
    }
	.introduction_box02_article {
		text-align: left;
		margin-bottom: 40px;
	}
	.introduction_box02_article p {
		font-weight: 500;
	}
	.introduction_box02_article p span {
		color: #FF4CFF;
		font-weight: bold;
	}
	.introduction_box02_article p span02 {
		color: #2196F3;
		font-weight: bold;
	}
	.introduction_box02_article p a {
		font-weight: 500;
        color: #333;
	}
	.introduction_box02_banner {
        margin: -30px auto 20px;
	}
    .introduction_box02_banner img{
        width: 100%;
    }
    .introduction_box02_title {
        font-size: 4.5em;
        color: #303030;
		letter-spacing: 0.05em;
		text-align: center;
		margin-bottom: 10px;
    }
	.introduction_box02_title02 {
        width: 100%;
		font-size: 1.8em;
		color: #303030;
		font-weight: bold;
		letter-spacing: 0.01em;
		padding: 13px 15px 10px;
		text-align: left;
		background-color: #FFFD00;
		margin-bottom: 20px;
	}
	.introduction_box02_title02 span {
		color: #f9195f;
	}
    /* results*/
    .results_box01 {
        width: 100%;
        margin-bottom: 80px;
    }
    .results_text{
        width: 100%;
        text-align: left;
        padding: 0;
        margin-bottom: 50px;
    }
    .kasou_headline02 {
        line-height: 80px;
        font-size: 3.8em;
        color: #303030;
        font-weight: 500;
        letter-spacing: 0.1em;
        margin: 0 auto 18px;
        text-align: center;
        font-family: 'Noto Serif JP', sans-serif;
    }
    .results_title {
        line-height: 35px;
        font-size: 1.8rem;
        color: #303030;
        padding: 5px 0 0 35px;
        text-align: left;
        letter-spacing: 0.05em;
        background: url(images/tit_results_title.jpg) no-repeat center left;
        margin: 10px 0;
    }
    .results_title a{
        text-decoration: none;
        font-weight: bold;
    }
	.results_inner {
		width: 98%;
		margin: 0 auto;
	}
    .flex_results {
        width: 100%;
    }
    .flex_results li{
        padding: 0 0.5em 10px;
        border-bottom: 1px #EBE8E4 solid;
        margin-bottom: 40px;
    }
    /* mail*/
    .mail_box01 {
        width: 100%;
		margin: 0 auto;
        text-align: left;
		margin-bottom: 80px;
    }
    .mail_box01_article {
        margin-bottom: 40px;
    }
    .mail_title {
        line-height: 45px;
        font-size: 3.5em;
        color: #303030;
        padding-left: 70px;
        text-align: left;
        letter-spacing: 0.06em;
        font-weight: lighter;
        background: url(images/tit_mail_title.jpg) no-repeat center left;
        margin: 50px 0 40px;
    }
    #post_content02 ul {
        margin-bottom: 20px;
    }
    .contents_three_list{
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 1px #EBE8E4 solid;
    }
    .contents_three_list picture {
        width: 100%;
        margin-bottom: 15px;
    }
    .contents_three_list img {
        width: 100%;
    }
    .nav-below_single {
        text-align: center;
        margin: 20px 0;
    }
    .nav-below_single a {
        color: #333!important;
    }
    h4 {
        font-size: 1.5em;
        font-weight: bold;
        color: #666;
        margin-top: 20px;
    }
}

/****************************************

single.php

*****************************************/
.single_text {
    width: 100%;
}

.pager{
    clear:both;
    text-align:center;
    padding:30px 0;
}

a.page-numbers,
.pager .current{
    background:rgba(0,0,0,0.02);
    border:solid 1px rgba(0,0,0,0.1);
    border-radius:5px;
    padding:5px 8px;
    margin:0 2px;
    font-size: 1.4rem;
}
.pager .current{
    background-color:rgba(0,153,255,1);
    border:solid 1px rgba(0,153,255,1);
    color:rgba(255,255,255,1);
}
.nav-below{
    margin: 30px 0 20px;
    text-align: center;
}

/* スマホ */
@media screen and (max-width: 767px) {
    #single_box {
        width: 100%;
        padding: 0 20px;
    }
}
/****************************************

sidebar

*****************************************/
/****************************************

テーブル

*****************************************/
td p {
    font-size: 100%;
}
.introduction_table01 {
    width: 100%;
    border-collapse: collapse;
}
.introduction_table01 th{
    font-size: 1.0em;
    vertical-align: middle;
}
.introduction_table01 td{
    font-size: 1.0em;
}
.introduction_table01 td ul li{
    font-size: 1.0em;
    position: relative;
    padding-left: 23px;
}
.introduction_table01 td ul li:before{
    content: "";
    position: absolute;
    top: 0.38em;
    left: 0.3em;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 5px;
    height: 10px;
    border-right: 2.5px solid #303030;
    border-bottom: 2.5px solid #303030;
}
.introduction_table01 td{
    text-align: left;
    vertical-align: middle;
    padding: 13px;
    word-break: break-all;
    border-bottom: 1px solid #EBE8E4;
}
.introduction_table01_head,.introduction_table01_head02,.introduction_table01_head03 {
    text-align: left;
    vertical-align: middle;
    padding: 10px;
    border-bottom: 1px solid #EBE8E4;
}
.introduction_table01_head {
    width: 30%;
    text-align: center !important;
    background-color: #EDE7D1 !important;
}
.introduction_table01_head02 {
    width: auto;
    text-align: center !important;
    background-color: #EDE7D1 !important;
}
.introduction_table01 th{
    width: 26%;
    border-collapse: collapse;
    padding: 13px;
    text-align: left;
    font-weight: lighter;
    padding: 15px 13px 13px 0;
    border-bottom: 1px solid #EBE8E4;
}
.introduction_table01_other {
    width: auto;
    text-align: left;
    border-bottom: 1px solid #EBE8E4;
}
/* スマホ */
@media screen and (max-width: 767px) {
	.introduction_table01 th{
		width: 36%;
		border-collapse: collapse;
		padding: 13px;
		text-align: left;
		font-weight: lighter;
		padding: 15px 8px 13px 0;
		border-bottom: 1px solid #EBE8E4;
	}
}
/*縮小モード*/
@media screen and (max-width: 1330px) {
    td p {
        font-size: 100%;
    }
    .introduction_table01 {
        width: 100%;
        border-collapse: collapse;
    }
    .introduction_table01 th{
        font-size: 1.0em;
        vertical-align: middle;
    }
    .introduction_table01 td{
        font-size: 1.0em;
    }
    .introduction_table01 td{
        text-align: left;
        vertical-align: middle;
        padding: 10px 0!important;
        word-break: break-all;
        font-size: 0.82em;
        border-bottom: 1px solid #EBE8E4;
    }
    .introduction_table01_head,.introduction_table01_head02,.introduction_table01_head03 {
        text-align: left;
        vertical-align: middle;
        padding: 10px;
        border-bottom: 1px solid #EBE8E4;
    }
    .introduction_table01_head {
        width: 30%;
        text-align: center !important;
        background-color: #EDE7D1 !important;
    }
    .introduction_table01_head02 {
        width: auto;
        text-align: center !important;
        background-color: #EDE7D1 !important;
    }
    .introduction_table01 th{
        width: 26%;
        border-collapse: collapse;
        padding: 10px 0!important;
        font-size: 0.75em;
        text-align: left;
        font-weight: lighter;
        border-bottom: 1px solid #EBE8E4;
    }
    .introduction_table01_other {
        width: auto;
        text-align: left;
        border-bottom: 1px solid #EBE8E4;
    }
}

/****************************************

P

*****************************************/
/* 改行 */
p.line_break, span.line_break, li.line_break {
    padding-top: 25px;
}

/* 赤文字*/
.red_text {
    color: #da0000;
}
/* 緑文字*/
.green_text {
    color: #006C2C;
}
/* 青文字*/
.blue_text {
	color: #2196F3;
/*	color: #2dd1fc;*/
/*	color: #00bcee;*/
/*	color: #7FFFFF;*/
}
/* 黄文字*/
.yellow_text {
	color: #fff150;
/*	color: #F9F850;*/
}
/* ピンク文字*/
.pink_text {
    color: #FF4CFF;
/*	color: #f9195f;*/
}
/* オレンジ文字*/
.orange_text {
	color: #FFC55F;
}

/* 強調*/
.big_text {
    font-size: 2.0rem;
}
.big_bold {
    font-size: 2.0rem;
    font-weight: bold;
}
.bold_text {
    font-weight: bold;
}

/* 小文字*/
.small_text {
    font-size: 1.2rem;
}

/* 非表示*/
.hide_text,.about_us_box01_tit{
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
}

/****************************************

タイトル

*****************************************/
@media screen and (min-width: 768px) {
    h1.headline {
        color: #303030;
        font-weight: bold;
        letter-spacing: 0.15em;
        font-size: 3.6em;
        margin: 30px 0 25px;
    }
    h1.headline02 {
        color: #303030;
        font-weight: lighter;
        letter-spacing: 0.15em;
        font-size: 3.2em;
    }
}
/* スマホ */
@media screen and (max-width: 767px) {
    h1.headline {
        color: #303030;
        padding: 20px 0 10px;
        font-weight: bold;
        letter-spacing: 0.15em;
        font-size: 2.0em;
        border-bottom: 1px dotted #303030;
        margin-bottom: 20px;
    }
    h1.headline02 {
        color: #303030;
        padding: 20px 0 10px;
        font-weight: bold;
        letter-spacing: 0.15em;
        font-size: 2.0em;
        border-bottom: 1px dotted #30300;
        margin-bottom: 20px;
    }
}

/****************************************

sp_footer

*****************************************/
/* スマホ */
@media screen and (max-width: 767px) {
    #pc_footer {
        display: none;
    }
    #sp_footer {
        padding: 20px;
        font-size: 0.9em;
        text-align: center;
        position: relative;
		color: #fff;
		background: #00bcee;
        border-top: 1px dotted #999;
    }
	#sp_footer a:link, a:visited {
		font-weight: normal;
		color: #fff;
		text-decoration: underline;
		-webkit-transition: 0.2s linear;
		-o-transition: 0.2s linear;
		transition: 0.2s linear;
	}
	#sp_footer a:hover, a:active {
		font-weight: normal;
		color: #fffd00;
		text-decoration: underline;
		-webkit-transition: 0.2s linear;
		-o-transition: 0.2s linear;
		transition: 0.2s linear;
	}
    .sp_footer_list {
        margin-bottom: 10px;
        text-align: left;
    }
    .sp_pagetop {
        position: fixed;
        bottom: 0;
        right: 0;
    }
    .sp_copyright {
        width: 100%;
        display: block;
        text-align: center;
        background: #F0ECEC;
        font-size: 1.2rem;
        padding: 10px 0;
        margin-top: 10px;
    }
}

/****************************************

pc_footer

*****************************************/
@media screen and (min-width: 768px) {
    #sp_footer{
        display: none;
    }
    #pc_footer {
        width: 100%;
        height: 40px;
        margin: 0 auto;
		background-color: #00bcee;
        background-repeat: repeat-x;
    }
    .pc_footer_inner {
        margin: 0 auto;
        padding-top: 11.7px;
        text-align: center;
    }
    .footer_info_text{
        font-size: 0.8em;
        letter-spacing: 0.12em;
        color: #fff;
    }
    .pagetop {
		width: 30px;
		margin: 0 auto;
        margin-bottom: 50px;
    }
	.pagetop img {
		width: 100%;
	}
}

/****************************************

Contact Form7

*****************************************/
.wpcf7 {
	width: 100%;
}
.wpcf7-form textarea {
	width: 1340px;
	/*本文*/
	max-width: 100%;
}
.wpcf7-form .wpcf7-submit {
	width: 50px !important;
	/*送信ボタン*/
}
.wpcf7 p {
	line-height: 2.0;
	/*項目間の隙間*/
	padding-top: 5px;
}
.wpcf7-form input {
	width: 50% !important;
	height: 45px;
	margin-bottom: 10px;
	/*ラジオボタン、チェックボタン*/
}
.contact_p_strong {
	border-top: 1px dotted #999;
	font-weight: bold;
	margin-top: 15px;
	padding-top: 15px !important;
}
.normal {
	font-weight: normal;
}
.wpcf7-submit {
	margin-top: 10px;
}
.wpcf7-response-output {
	font-size: 1.3em;
}
input.wpcf7c-conf, textarea.wpcf7c-conf {
	background: #eee !important;
	border: solid 1px #eee;
	color: #666;
}
span.wpcf7-list-item {
	display: inline-block;
	margin: 0;
	padding-right: 1.3em;
}
.wpcf7 input[type="checkbox"] {
	width: 15px !important;
	height: 40px !important;
}
.wpcf7 input[type="file"]{
	width: 360px !important;
	height: 40px !important;
	margin-top: 5px !important;
}
.wpcf7 input[type="submit"] {
	width: 200px !important;
	height: 60px !important;
	padding:15px;
	border-radius:3px;
	-webkit-border-radius: 3px;  
	-moz-border-radius: 3px;
	border: none;
	box-shadow: 0 3px 0 #ddd;
	background: #fff;
	color: #303030;
	border: solid 1px #ccc;
	letter-spacing: 0.08em;
	font-weight: 550;
	font-size: 1.13em;
	transition: 0.3s;
	margin-top: 20px;
}
.wpcf7 input[type="submit"]:hover {
	background: #F9F850;
	color: #303030;
	transform: translate3d(0px, 3px, 1px);
	-webkit-transform: translate3d(0px, 3px, 1px);
	-moz-transform: translate3d(0px, 3px, 1px);
}
.wpcf7 input[type="button"] {
	width: 200px !important;
	height: 60px !important;
	padding:15px;
	border-radius:3px;
	-webkit-border-radius: 3px;  
	-moz-border-radius: 3px;
	border: none;
	box-shadow: 0 3px 0 #ddd;
	background: #fff;
	color: #303030;
	border: solid 1px #ccc;
	letter-spacing: 0.08em;
	font-weight: 550;
	font-size: 0.8em;
	transition: 0.3s;
	margin-top: 20px;
}
.wpcf7 input[type="button"]:hover {
	background: #f9195f;
	color: #fff;
	transform: translate3d(0px, 3px, 1px);
	-webkit-transform: translate3d(0px, 3px, 1px);
	-moz-transform: translate3d(0px, 3px, 1px);
}
.inv-recaptcha-holder {
	margin: 25px 0 -40px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	border: 2px solid #f7e700;
	margin-top: 80px!important;
	width: 80%!important;
}
div.wpcf7-mail-sent-ok {
	border: 2px solid #2dd1fc;!important;
	margin-top: 80px!important;
	width: 80%!important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #ffb900;
	margin-top: 80px!important;
	width: 80%!important;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #2dd1fc;
	margin-top: 80px!important;
	width: 80%!important;
}
.wpcf7 form.spam .wpcf7-response-output {
	border-color: #ED4E7C;
	margin-top: 80px!important;
	width: 80%!important;
}
.rc-anchor-invisible-text.smalltext {
    font-size: 12px!important;
    padding: 0 10px!important;
    line-height: 16px!important;
    white-space: normal!important;
}
.rc-anchor-invisible-text {
    background: #F9F850!important;
    color: #303030!important;
    display: flex!important;
    flex-basis: 166px!important;
    flex-direction: column!important;
    flex-grow: 1!important;
    font-family: Roboto,helvetica,arial,sans-serif!important;
    font-size: 13px!important;
    font-weight: 400!important;
    height: 100%!important;
    justify-content: center!important;
    line-height: 20px!important;
    padding: 0 16px!important;
    white-space: nowrap!important;
}
.rc-anchor-invisible-text.smalltext .rc-anchor-pt a:link {
    font-size: 9px!important;
}
.rc-anchor-invisible-text .rc-anchor-pt a:link, .rc-anchor-invisible-text .rc-anchor-pt a:visited {
    color: #303030!important;
    font-size: 10px!important;
}
/* スマホ */
@media screen and (max-width: 767px) {
    .wpcf7-form textarea {
        width: 100% !important;
        /*本文*/
    }
}
/****************************************

追加

*****************************************/
/****************************************

clearfix

*****************************************/
.clearfix {
    display: inline-block;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
/* Hides from IE Mac */
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End Hack */