@charset "UTF-8";
/*
Theme Name: Global Work 202003
Theme URI:
Author:
Author
Description:
Version: 1.0
License:
License
Tags:
Text Domain:
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


/* Common Setting */
img {
  vertical-align: top;
}

figure {
  margin: 0px;
}

html {
margin: 0;
}

.pc {
  display: block;
}

.sp {
	display: none;
}

.st_wrap {
	clear: both;
	width:100%;
	max-width: 750px;
	margin:0 auto;
	padding-top: 5%;
	color: #000000;
	font-size:14px;
	text-align: left;
	overflow: hidden;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

.lead {
	width:70%;
	margin: 0 auto  ;
	text-align: center;
	font-size: 14px;
	line-height: 2.0;
}

.lead video {
	width:100%;
	padding: 5% 0;
}

.prof_box {
	width: 65%;
	margin: auto;
}

.float_box {
	float: left;
	box-sizing: border-box;
	padding: 4%;
	font-size: 14px;
	line-height: 1.7;
}

.float_box span {
	font-weight: bold;
	line-height: 2.4;
	font-size: 150%;
}

.float_box img {
	width: 100%;
	border-radius: 50%;
}

.item_box {
	float: left;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.7;
}

.item_box span {
	line-height: 1.8;
	font-size: 80%;
}

.item_box img {
	width: 100%;
	margin-bottom: 3%;
}

.ig_box {
	width: 40%;
	margin: 3% auto 8%;
}

.ig_box img {
	width: 100%;
}

.navi_width {
	width: 70%;
	margin: 3% auto 0;
}

.navi_box {
	float:left;
	width: 33.333%;
	box-sizing: border-box;
	padding: 0 2%;
}

.navi_box img {
	width: 100%;
}

.navi_box a:hover {
	opacity: 0.7;
}

.item_name {
	width: 74%;
	margin: -7.5% auto 7.5%;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8em;
}

.clr_box {
	width: 100%;
	background-color: #dce0e2;
	padding-bottom: 9%;
	margin-bottom: 5%;
}

/*タブ切り替え*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  width: 80%;
  margin: 5% auto 0;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/2);
	padding-top: 1%;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  background-color: #dce0e2;
  line-height: 1.4;
  font-size: 16px;
  text-align: center;
  color: #000;
  display: block;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
}
.tab_item:hover {
  background-color: #000;
  color: #fff;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブのスタイル*/
.tab_item2 {
  width: calc(100%/2);
	padding-top: 1%;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  background-color: #dce0e2;
  line-height: 1.4;
  font-size: 16px;
  text-align: center;
  color: #000;
  display: block;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
}
.tab_item2:hover {
  background-color: #000;
  color: #fff;
}

/*ラジオボタンを全て消す*/
input[name="tab_item2"] {
  display: none;
}

/*タブのスタイル*/
.tab_item3 {
  width: calc(100%/2);
	padding-top: 1%;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  background-color: #dce0e2;
  line-height: 1.4;
  font-size: 16px;
  text-align: center;
  color: #000;
  display: block;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
}
.tab_item3:hover {
  background-color: #000;
  color: #fff;
}

/*ラジオボタンを全て消す*/
input[name="tab_item3"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
	width: 100%;
	margin: auto;
  display: none;
  padding: 0;
  clear: both;
  overflow: hidden;
}

.tab_content img {
  width: 100%;
	margin: 0;
}

/*タブ切り替えの中身のスタイル*/
.tab_content2 {
	width: 100%;
	margin: auto;
  display: none;
  padding: 0;
  clear: both;
  overflow: hidden;
}

.tab_content2 img {
  width: 100%;
	margin: 0;
}

/*タブ切り替えの中身のスタイル*/
.tab_content3 {
	width: 100%;
	margin: auto;
  display: none;
  padding: 0;
  clear: both;
  overflow: hidden;
}

.tab_content3 img {
  width: 100%;
	margin: 0;
}


/*選択されているタブのコンテンツのみを表示*/
#all_01:checked ~ #all_content01_1,
#all_01_2:checked ~ #all_content01_2,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのコンテンツのみを表示*/
#all_02:checked ~ #all_content02_1,
#all_02_2:checked ~ #all_content02_2,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのコンテンツのみを表示*/
#all_03:checked ~ #all_content03_1,
#all_03_2:checked ~ #all_content03_2,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #000;
  color: #fff;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item2 {
  background-color: #000;
  color: #fff;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item3 {
  background-color: #000;
  color: #fff;
}

.main_img {
	width: 80%;
	margin: 10% auto 3%;
	padding: 0;
}

.main_img img {
	width: 100%;
}


/* モーダルここから */
    /* ボタン */
    .open-btn {
        padding: 0;
        margin: 0;
        border: none;
        cursor: pointer;
		width: 100%;
    }

    .open-btn img {
        padding: 0;
        margin: 0;
		width: 100%;
    }

    .open-btn:hover {
        opacity: 1;
    }

    .close-btn {
        position: absolute;
        top: -1px;
        right: 10px;
        font-size: 2.5rem;
        background: transparent;
        border: none;
        cursor: pointer;
		color: #000;
		z-index: 100;
    }

    /* モーダル背景 */
    .modal {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 1);
		opacity: 0;
        z-index: 100;
        pointer-events: none;
        transition: opacity 0.3s ease;
    }

    .modal a {
        color: #000;
		text-decoration: none;
		line-height: 1.8;
    }

    .modal a:hover {
        opacity: 0.8;
		text-decoration:underline;
    }

    /* モーダル表示状態 */
    .modal.active {
        display: flex;
        opacity: 1;
        pointer-events: auto;
    }

    /* モーダルの中身*/
    .modal-content {
        background: rgba(79, 79, 79, 0);
        padding: 0;
		margin: 0;
        width: 80vw;
        max-width: 450px;
        text-align: center;
        position: relative;
        opacity: 0;
        transform: scale(0.8);
        transition: all 0.3s ease;
    }

    .modal-content video {
        width: 100%;
		max-width: 450px;
    }


    /* アニメーション*/
    .modal.active .modal-content {
        animation: fadeInScale 0.4s ease forwards;
    }

    @keyframes fadeInScale {
        0% {
            opacity: 0;
            transform: scale(0.8);
        }
        100% {
            opacity: 1;
            transform: scale(1);
        }
    }



    /* ボタン */
    .open-btn_txt {
        padding: 0;
        margin: 0;
        border: none;
        cursor: pointer;
		width: 100%;
    }

    .open-btn_txt img {
        padding: 0;
        margin: 0;
		width: 100%;
    }

    .open-btn_txt:hover {
        opacity: 1;
    }

    .close-btn_txt {
        position: absolute;
        bottom: 24px;
        right: 50%;
        font-size: 2.5rem;
        background: transparent;
        border: none;
        cursor: pointer;
		color: #000;
		z-index: 100;
    }

    /* モーダル背景 */
    .modal_txt {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
		opacity: 0;
        z-index: 100;
        pointer-events: none;
        transition: opacity 0.3s ease;
    }

    .modal_txt a {
        color: #fff;
		text-decoration: none;
    }

    .modal_txt a:hover {
        opacity: 0.8;
    }

    /* モーダル表示状態 */
    .modal_txt.active_txt {
        display: flex;
        opacity: 1;
        pointer-events: auto;
    }

    /* モーダルの中身*/
    .modal-content_txt {
        background: rgba(79, 79, 79, 0);
        padding: 0;
		margin: 0;
        width: 80vw;
        max-width: 600px;
        text-align: center;
        position: relative;
        opacity: 0;
        transform: scale(0.8);
        transition: all 0.3s ease;
    }

    /* アニメーション*/
    .modal_txt.active_txt .modal-content_txt {
        animation: fadeInScale 0.4s ease forwards;
    }

    @keyframes fadeInScale {
        0% {
            opacity: 0;
            transform: scale(0.8);
        }
        100% {
            opacity: 1;
            transform: scale(1);
        }
    }

.unusable {
    pointer-events: none;
    cursor: not-allowed; /* It doesn't Work */
}
/* モーダルここまで */


.content::-webkit-scrollbar {
	display:none;
}

.modaltxt1 {
  position: fixed;
  top: -15%;
  left: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 130%;
  background-color: rgb(0 0 0 / 60%);
}

.modaltxt1:target {
  display: flex;
}

.modaltxt1 img {
  width: 100%;
}

.modaltxt3 {
  position: fixed;
  top: -15%;
  left: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 130%;
  background-color: rgb(0 0 0 / 60%);
}

.modaltxt3:target {
  display: flex;
}

.modaltxt3 img {
  width: 100%;
}

.modaltxt4 {
  position: fixed;
  top: -15%;
  left: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 130%;
  background-color: rgb(0 0 0 / 60%);
}

.modaltxt4:target {
  display: flex;
}

.modaltxt4 img {
  width: 100%;
}

.modaltxt6 {
  position: fixed;
  top: -15%;
  left: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 130%;
  background-color: rgb(0 0 0 / 60%);
}

.modaltxt6:target {
  display: flex;
}

.modaltxt6 img {
  width: 100%;
}

.modaltxt7 {
  position: fixed;
  top: -15%;
  left: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 130%;
  background-color: rgb(0 0 0 / 60%);
}

.modaltxt7:target {
  display: flex;
}

.modaltxt7 img {
  width: 100%;
}

.modaltxt8 {
  position: fixed;
  top: -15%;
  left: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 130%;
  background-color: rgb(0 0 0 / 60%);
}

.modaltxt8:target {
  display: flex;
}

.modaltxt8 img {
  width: 100%;
}

.modaltxt10 {
  position: fixed;
  top: -15%;
  left: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 130%;
  background-color: rgb(0 0 0 / 60%);
}

.modaltxt10:target {
  display: flex;
}

.modaltxt10 img {
  width: 100%;
}

.modaltxt12 {
  position: fixed;
  top: -15%;
  left: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 130%;
  background-color: rgb(0 0 0 / 60%);
}

.modaltxt12:target {
  display: flex;
}

.modaltxt12 img {
  width: 100%;
}

.modaltxt14 {
  position: fixed;
  top: -15%;
  left: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 130%;
  background-color: rgb(0 0 0 / 60%);
}

.modaltxt14:target {
  display: flex;
}

.modaltxt14 img {
  width: 100%;
}

.modaltxt16 {
  position: fixed;
  top: -15%;
  left: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 130%;
  background-color: rgb(0 0 0 / 60%);
}

.modaltxt16:target {
  display: flex;
}

.modaltxt16 img {
  width: 100%;
}

.modaltxt18 {
  position: fixed;
  top: -15%;
  left: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 130%;
  background-color: rgb(0 0 0 / 60%);
}

.modaltxt18:target {
  display: flex;
}

.modaltxt18 img {
  width: 100%;
}

.close {
  position: absolute;
  bottom: -30px;
  right: 50%;
  font-size: 24px;
  color: black;
  text-decoration: none;
  cursor: pointer;
  transform: translate(50%, -50%);
  z-index: 100;
}

.modal-wrapper {
  position: relative;
  width: 75%;
  max-width: 450px;
  max-height: 80%;
  padding: 20px;
  margin: auto;
  background-color: rgb(0 0 0 / 0%);
  border-radius: 5px;
  -ms-overflow-style: none;
  scrollbar-width: none;
	text-align:center; 
}

.modal-wrapper a {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	line-height: 2.0;
}

.modal-wrapper a:hover {
	color: #fff;
	font-size: 11px;
	text-decoration: underline;
}





.clear {
	clear: both;
}

.btn_all{
	display:block;
	width:70%;
	margin:6% auto 6%;
	padding:2% 0;
	text-decoration: none;
	color:#fff;
	font-size:18px;
	line-height: 1.4;
}

.btn_all img{
	width: 100%;
}

a.btn_all{
	display:block;
	width:40%;
	margin:5% auto 5%;
	padding:3% 0;
	text-decoration: none;
	color:#fff;
	font-size:16px;
}

.btn_1{
	display:block;
	width:75%;
	margin:6% auto 6%;
	padding:2% 0;
	text-decoration: none;
	color:#fff;
	background-color: #000;
	font-size:18px;
	line-height: 1.4;
}

a.btn_1{
	display:block;
	width:40%;
	margin:5% auto 5%;
	padding:3% 0;
	text-decoration: none;
	color:#fff;
	font-size:16px;
	text-align: center;
}

.btn_2{
	display:block;
	width:70%;
	margin:6% auto 6%;
	padding:2% 0;
	text-decoration: none;
	color:#fff;
	background-color: #000;
	font-size:18px;
	line-height: 1.4;
}

a.btn_2{
	display:block;
	width:70%;
	margin:5% auto 5%;
	padding:3% 0;
	text-decoration: none;
	color:#fff;
	font-size:16px;
	text-align: center;
}


.tpo-lp-footer {width: 100%;
}

.tpo-lp-footer__link{
	display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;border-top:1px solid #000;border-bottom:1px solid #000;margin-bottom:clamp(10px, 2.14286vw, 30px);padding:clamp(10px, 3.57143vw, 50px) 10px}
.tpo-lp-footer__link>div{display:flex;justify-content:start;align-items:center;flex-wrap:wrap}
.tpo-lp-footer__link>div>a{display:flex;justify-content:start;align-items:center;flex-wrap:wrap}
.tpo-lp-footer__link>div>a
.border-link{
	border-right:1px solid #000;
	margin-right:clamp(10px, 3.57143vw, 50px);
	padding-right:clamp(10px, 3.57143vw, 50px);
	text-decoration: none;
}

.tpo-lp-footer__link>div>a>div img{display:block;margin-right:clamp(10px, 1.07143vw, 15px)}
.tpo-lp-footer__link>div>a>div img
.link-home{width:clamp(10px, 7.85714vw, 100px)}
.tpo-lp-footer__link>div>a>div img
.link-sns{width:clamp(10px, 1.042857vw, 18px)}
.tpo-lp-footer__link>div>a>p{
	font-size:clamp(10px, 0.8vw, 16px);
	color:#333;
	text-decoration: none;}
.tpo-lp-footer>p{font-size:clamp(10px, .85714vw, 12px);
	text-align:center;
	text-decoration: none;
}


@media only screen and (max-width: 768px) {
.pc {
    display: none !important;
  }
	
.sp {
	display: block;
}
	
.st_wrap {
	padding-top: 0%;
}
	
.btn_all{
	width:84%;
	margin:7% auto 7%;
}

a.btn_2{
	width:80%;
	font-size:12px;
}
	
.lead {
	width: 90%;
	text-align: center;
	font-size: 12px;
	line-height: 2.0;
}
	
.prof_box {
	width: 90%;
	margin: auto;
}
	
.float_box {
	float: left;
	box-sizing: border-box;
	padding: 3%;
	font-size: 11px;
	line-height: 1.6;
}

.float_box span {
	font-weight: bold;
	line-height: 2;
	font-size: 140%;
}
	
.item_box {
	float: left;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1.7;
}
	
.navi_width {
	width: 90%;
	margin: 3% auto 0%;
}
	
.tabs {
  width: 92%;
}
	
.item_name {
	width: 75%;
	margin: -7.5% auto 7.5%;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.8em;
}
	
    .close-btn {
        top: -1px;
        font-size: 2.3rem;
    }
	
    .modal-content video {
        width: 100%;
		max-width: 600px;
    }

	.tpo-lp-footer{margin:0;padding-bottom:6.66667vw;background-color:#fff;transition:all 0.5s 0s ease}
	.tpo-lp-footer__link{justify-content:center;margin-bottom:6.66667vw;padding:9.33333vw 0}
	.tpo-lp-footer__link>div.order-1{order:1;margin-bottom:9.33333vw}
	.tpo-lp-footer__link>div.order-2{order:2}
	.tpo-lp-footer__link>div>a.border-link{	border-right:1px solid #000;margin-right:5.33333vw;padding-right:5.33333vw}
	.tpo-lp-footer__link>div>a>div img{margin-right:2vw}
	.tpo-lp-footer__link>div>a>div img.link-home{width:22vw}
	.tpo-lp-footer__link>div>a>div img.link-sns{width:5.33333vw}
	.tpo-lp-footer__link>div>a>p{font-size:2.53333vw;text-decoration: none;}
	.tpo-lp-footer>p{font-size:2.66667vw;text-decoration: none;}
	
}
