@charset "utf-8";
/*
Theme Name:ポートフォリオ 
*/
/*:root {*/
/*    sp-width: 640px;*/
/*    tab-width: 834px;*/
/*    base-width: 1000px;*/
/*    main-color: #000;*/
/*    text-color: #222;*/
/*    font-size: 16px;*/
/*    img: "../images/common";*/
/*    img2: "../images/contents";*/
/*    mincho: "Times New Roman","Noto Serif JP","游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;*/
/*    gothic: 'Noto Sans JP',"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
/*｝*/
.mt-40 {
	margin-top: 40px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-0 {
	margin-top: 0px;
}
.header-cont {
    display: flex;
    flex-direction: row;
	align-items: center;
}
.header-cont .header-tel a {
    color: #222;
	font-size: 25px;
	font-weight: 500;
	position: relative;
	padding-left: 20px;
	text-decoration: none;
}
.header-cont .header-tel a:before {
    position: absolute;
	content: "";
	background: url(images/contents/tel.png);
	width: 16px;
	height: 24px;
	left: 0;
	top: 64%;
	transform: translateY(-50%);
	background-repeat: no-repeat;
    background-size: 80%;
}
.header-btn {
    margin-left: 20px;
	background: #A1B8D1;
}
.header-btn {
    margin-left: 20px;
	background: #A1B8D1;
}
.header-btn .btn-in1:hover {
    background: #ff9445;
	transition: all .2s;
}
.header-btn .btn-in1 a {
   display: block;
	color: #fff;
	padding: 10px 47px 10px 66px;
   font-size: 15px;
	position: relative;
	text-decoration: none;
}
.header-btn .btn-in1 a:before {
    position: absolute;
	content: "\f0e0";
	font-family: "Font Awesome 5 Pro";
	left: 45px;
   top: 54%;
	transform: translateY(-50%);
	font-weight: bold;
	font-size: 12px;
}
.header-btn .btn-in1 a:hover {
    opacity: 1;
}
.header-sect {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
.header-right .nav {
    margin-top: 5px;
}
.header-right .nav-ul {
    display: flex;
    justify-content: space-between;
    width: 180px;
    margin-bottom: 0 !important;
}
.header-right .nav-ul li {
    /*flex-grow: 1;*/
}
.header-right .nav-ul a {
    color: #222;
    position: relative;
    padding-bottom: 5px;
    display: block;
}
.header-right .nav-ul a:after {
    position: absolute;
    content: "";
    z-index: 111;
    display: block;
    width: 100%;
    height: 3px;
    background: #A1B8D1;
    bottom: 0;
    left: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.header-right .nav-ul a:hover:after {
    transform: scale(1, 1);
}
.header .siteID a {
	color: #222;
   font-family: 'Fjalla One', sans-serif;
	font-size: 24px;
}
#mainArea #ul1 {
    padding-left: 0;
}
#mainArea #ul1 img {
    width: 100% !important;
	height: 450px !important;
	object-fit: cover;
	font-family 'object-fit cover;';
}
#mainArea {
    position: relative;
}
.maintxt {
    position: absolute;
    z-index: 1;
    font-size: 26px;
    top: 50%;
    transform: translateY(-50%);
    left: 6%;
/*     width: 860px !important; */
/*     height: 200px; */
    // -ms-writing-mode: tb-rl;
    // writing-mode: vertical-rl;
    line-height: 1.8;
    z-index: 999;
/*     background: rgba(255,255,255,0.8); */
/*     padding: 30px; */
    width: 681px !important;
/*     height: 225px; */
    font-family: Noto Serif JP;
    font-weight: 500;
}
.maintxt-L {
    font-size: 35px;
	color: #1f6ba2;
}
.maintxt .in {
    opacity: 1 !important;
}
.header-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    line-height: 1;
}
.index_wrap1 {
    margin-top: 100px;
}
.title_en {
font-family: 'Fjalla One', sans-serif;
	font-size: 24px;
	margin-bottom: 15px;
}
.title_3 {
	margin-bottom: 40px;
}
.title_3 h2 {
    margin-top: 0px !important;
	font-family: 'Fjalla One', sans-serif;
	font-size: 24px;
	margin-bottom: 15px;
	margin-bottom: 20px;
}
.index_wrap1 .fle1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.index_wrap1 .text1 {
	margin-top: 15px;
	text-align: center;
}
.index_wrap1 .fle1 a {
    color: #222;
}
.index_wrap1 .fle1 .box {
    width: 23%;
    margin-right: 2.66%;
}
.index_wrap1 .fle1 img {
    width: 100% !important;
	height: 300px !important;
    object-fit: cover;
	font-family 'object-fit cover;';
}
.index_wrap1 .fle1 .box:nth-of-type(n + 5) {
    margin-top: 40px;
}
.index_wrap1 .fle1 .box:nth-of-type(4n) {
    margin-right: 0;
}
.index_wrap2 {
    margin-top: 100px;
}
/* .title_3 h2 {
    font-weight: bold;
    font-size: 20px;
    position: relative;
    padding-left: 30px;
    border-bottom: 1px dotted #999;
    padding-bottom: 10px;
}
.title_3 h2:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 0;
    height: 0;
    border-width: 9px 0 9px 15.6px;
    border-style: solid;
    border-color: transparent transparent transparent #A1B8D1;
} */
.fle2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 0 !important;
}
.fle2 li:first-of-type {
	padding-right: 8px;
}
.fle2 li:not(:first-of-type) {
	padding: 0 8px;
}
.index_wrap2 .fle2 .textwrap {
	display: flex;
    flex-direction: column;
    margin-top: 15px;
    align-items: center;
}
.index_wrap2 .fle2 .textwrap p {
	margin: 0 !important;
}
.index_wrap2 .fle2 .textwrap .text1 {
	margin: 0;
}
.index_wrap2 .fle2 .box {
    width: 23%;
    margin-right: 2.66%;
}
.index_wrap2 .fle2 img {
    width: 100% !important;
	height: 300px !important;
    object-fit: cover;
	font-family 'object-fit cover;';
}
.index_wrap2 .fle2 .text２ {
	font-size: 11px !important;
}
.index_wrap2 .fle2 .box a {
    color: #222;
}
.index_wrap2 .fle2 .box:nth-of-type(n + 5) {
    margin-top: 40px;
}
.index_wrap2 .fle2 .box:nth-of-type(4n) {
    margin-right: 0;
}
.prof_fle {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 100px;
    align-items: flex-start;
}
.prof_fle .box1 {
    width: 220px;
}
.prof_fle .box2 {
    width: calc(100% - 270px);
}
.prof_fle .box1 .textwrap {
    text-align: center;
    margin-top: 12px;
}
.prof_fle .box1 .textwrap .wrap1 {
    text-align: left;
    display: inline-block;
    width: 100%;
}
.prof_fle .box1 .textwrap .wrap1 .text1 {
    font-size: 19px;
}
.prof_fle .box1 .textwrap .wrap1 .text1 .ch1 {
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
}
.prof_fle .box1 .textwrap .wrap1 .text2,.text3 {
    margin-bottom: 5px !important;
}
#contents .prof_fle .box1 .textwrap .wrap1 .text2,.text3 a {
    color: #222 !important;
}
#contents .prof_fle .box1 .textwrap .wrap1 .text2 a {
	color: #222 !important;
}
.prof_fle .box2 h3 {
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    color: #222;
    font-weight: bold;
    margin-bottom: 10px;
}
.prof_fle .box2 h3:before {
    content: "□";
    position: absolute;
    left: 0;
    top: -3px;
}
.prof_fle .box2 h3:after {
    content: "□";
    position: absolute;
    left: 5px;
    top: 3px;
    color: #A1B8D1;
}
.prof_fle .box2 .fle2 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.prof_fle .box2 .fle2 .img1:nth-of-type(n + 2) {
    margin-left: 10px;
}
.prof_fle .box2 .fle2 img {
    height: 40px !important;
}
.prof_fle .box2 .text1 {
    line-height: 2.5;
}
.dl1 dl {
    display: flex;
    margin-bottom: 0 !important;
}
.dl1 dt {
    border-bottom: 1px solid #A1B8D1;
    padding: 15px !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100px;
}
.dl1 dd {
    border-bottom: 1px solid #ccc;
    padding: 15px;
    width: calc(100% - 100px);
}
@media only screen and (max-width: 640px){
	.dl1 dl {
		flex-direction: column;
	}
    .dl1 dt {
        width: 100%;
        border: none;
        background: #f5f5f5;
        align-items: flex-start;
    }
    .dl1 dd {
        width: 100%;
        border: none;
    }
}
.prof_fle .box2 .mds {
/*     font-size: 17px; */
    margin-bottom: 10px;
    line-height: 1.4;
    font-weight: bold;
}
.prof_fle .box2 .mds .blk {
    display: block;
}


/* ----------------------------------------------------------
dropdown
---------------------------------------------------------- */
#global_header .hov {
    color: #fff;
	position: relative;
	cursor: pointer;
}
#global_header .sub {
    width: 100% !important;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 170px !important;
	z-index: 100;
	/*display: flex !important;*/
	flex-wrap: wrap;
	justify-content: space-between;
	padding-left: 0;
}
#global_header .sub li {
    background: rgba(178, 31, 36, 0.8);
	border: none;
	line-height: 1.3;
	width: 100%;
}
#global_header .sub li:last-of-type {
    border-bottom: 0;
}
#global_header .sub li:before {
    content: none;
}
#global_header .sub li:after {
    content: none;
}
#global_header .sub li a {
    display: block;
	padding: 10px;
	text-align: center;
	font-size: 16px;
	color: #fff !important;
	border-right: none !important;
	opacity: 1 !important;
}
#global_header .sub li a:after {
    background-color: #fff;
}
@media only screen and (max-width: 834px){
    #global_header .sub {
        position: static;
		top: auto;
		left: auto;
		transform: inherit;
		width: 100%;
		background: transparent;
		-webkit-transition: all .3s;
		transition: all .3s;
    }
}
.prof_fle .box1 .wrap1 {
    line-height: 1;
}
.prof_fle .box1 .wrap1 .text1 {
    margin-bottom: 15px !important;
}
.title_1 h2 {
    margin-bottom: 20px !important;
	font-family: 'Fjalla One', sans-serif;
	font-size: 24px;
	margin-bottom: 15px;
}
.title02 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 4px;
}
.banner-flex {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
	padding-left: 0 !important;
	margin-top: 10px;
}
.banner-flex li {
	width: 264px;
}
/* ----------------------------------------------------------
834以下
---------------------------------------------------------- */
@media only screen and (max-width: 834px){
	.index_wrap2 .fle2 img {
			height: 200px !important;
	}
	.index_wrap1 .fle1 img {
			height: 200px !important;
	}
}
/* ----------------------------------------------------------
640以下
---------------------------------------------------------- */
@media only screen and (max-width: 640px){
	#mainArea #ul1 img {
	height: 300px !important;
}
	.maintxt {
		transform: translateX(-50%) translateY(-50%);
    left: 50%;
    padding: 0;
		font-size: 18px;
		width: 470px !important;
	}
	.maintxt-L {
		font-size: 30px;
	}
	.prof_fle {
		flex-direction: column;
    align-items: center;
	}
	.prof_fle .box1 {
		margin-bottom: 30px;
	}
	.prof_fle .box2 {
		width: 100%;
	}
	.index_wrap2 .fle2 {
		justify-content: space-between;
	}
	.index_wrap2 .fle2 .box {
		width: 48%;
    	margin-right: 0;
	}
	.index_wrap2 .fle2 .box:nth-of-type(n + 3) {
		margin-top: 40px;
	}
	.index_wrap1 .fle1 {
		justify-content: space-between;
	}
	.index_wrap1 .fle1 .box {
		width: 48%;
    	margin-right: 0;
	}
	.index_wrap1 .fle1 .box:nth-of-type(n + 3) {
		margin-top: 40px;
	}
}
/* ----------------------------------------------------------
500以下
---------------------------------------------------------- */
@media only screen and (max-width: 500px){
	.maintxt {
		width: 90% !important;
	}
	.maintxt .spblk1 {
		display: block;
	}
}



/* ----------------------------------------------------------
works.html
---------------------------------------------------------- */
.title_2 {
	margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
/*   background: url(images/contents/h1bg.jpg); */
/*   background-repeat: no-repeat; */
  padding: 100px 0;
	background-position: center;
}
.title_2 h1 {
	margin-bottom: 20px !important;
	font-family: 'Fjalla One', sans-serif;
	font-size: 40px;
	text-align: center;
	margin-bottom: 15px;
}
.title_2 h1 .blk {
	display: block;
	font-size: 15px;
	color: #828282;
    margin-top: 7px;
}
@media only screen and (max-width: 834px){
    .title_2 {
		padding: 70px 0;
    }
}
@media only screen and (max-width: 834px){
    .title_2 h1 {
		font-size: 32px;
	}
}
.box2 .title-wrap {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 8px;
}
.star-flex {
	display: flex;
	justify-content: center;
	align-items: center;
}
.star-flex img {
	width: 22px;
}


/* ----------------------------------------------------------
footer
---------------------------------------------------------- */
.footer {
	font-size: 15px;
    border-top: 1px solid #222;
    padding: 60px 0;
}
.footer .nav-ul {
	display: flex;
    justify-content: space-between;
    width: 200px;
    align-items: center;
    margin: 0 auto;
	padding-left: 0;
}
.footer .nav-ul .nav-item {
	flex-grow: 1;
}
.footer .nav-ul .nav-item a {
	color: #222;
	display: block;
	text-align: center;
}
#copy {
	display: block;
    text-align: center;
    margin-top: 30px;
}
#copy a {
	color: #222;
}
/* ----------------------------------------------------------
８３４以下
---------------------------------------------------------- */
@media only screen and (max-width: 834px){
	.footer .nav-ul {
	display: none;
	}
}
	


/* ----------------------------------------------------------
about.html
---------------------------------------------------------- */
.about_wrap1 {
/* 	margin-top: 100px; */
    line-height: 3;
}
.about_wrap1  .blk {
	display: block;
}
.about_fle1 {
	display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1;
}
.about_fle1:nth-of-type(n + 2) {
	margin-bottom: 20px;
}
.about_fle1 .box1 {
	width: 50px;
}
.about_fle1 .box2 {
	width: calc(100% - 80px);
}
.about_fle1 .box2 .title_5 {
	margin: 0 !important;
    font-size: 16px;
    font-weight: bold;
}
.title_4 {
	margin-top: 80px;
	margin-bottom: 40px;
}
.title_4 h2 {
	font-family: 'Fjalla One', sans-serif;
	font-size: 24px;
	margin-bottom: 0 !important;
}