@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

@media screen and (min-width: 801px) {
	body {
		min-width: 1300px;
	}
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 *//*
figure {
  margin: 1em 40px;
}
*/
figure{
    margin:0 auto;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  overflow: visible;
  /* 2 */
  height: 0;
  /*高さをリセット*/
  margin: 0;
  /*マージンをリセット*/
  padding: 0;
  /*パディングをリセット*/
  border: 0;
  /*ボーダーをリセット*/ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

	.txt-red {
		color: #ea5f5c;
	}


/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }


/*-----------------------------------
top
-----------------------------------*/
html, body {
    height: 100%;
    font-size: 62.5%;
}


body {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans JP", 游ゴシック, YuGothic, メイリオ, Meiryo,
    sans-serif, Roboto, "Droid Sans", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro";
    font-weight: 400;
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    /*-webkit-font-feature-settings: 'pkna';
    font-feature-settings: 'pkna';*/
    letter-spacing: 0.05em;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
		background-color: #FFFDE5;
    color: #222;
}

h1, h2, h3, h4, body, header, article,main, section, footer, div, a, dt, dd, dl, ul, ol, li, p{
  box-sizing: border-box; }

section {
  padding: 0; }

li {
  list-style-type: none; }

strong {
  font-size: 2rem; }

a{
    text-decoration: none;
	color:#00b2de;
}

figure img,
a img{
    flex-shrink: 0;
	width:100%;
	height: auto;
}

.wrapper {
    position: relative;
    width: 100%;
    height: auto !important;
    margin:0 auto;
    overflow-x: hidden;
    box-sizing: content-box;
}

.mainbox{
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.fixed-bnr {
	position:fixed;
	bottom: 0;
	top: 16rem;
	margin: auto;
	right: 1rem;
	z-index: 5;
	width:177px;
	height:177px;
  }
  .bnr-2023 img {
	width:177px;
	height:177px;
	animation-name: fuwa_animation;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-duration: 1.2s;
  }
  @keyframes fuwa_animation{
	0%{ transform:rotate(0);}
	100%{ transform: translate(0,-20px); }
	}


/*title*/
.content {
    width: 100%;
    -webkit-scroll-behavior: smooth;
    scroll-behavior: smooth;
    -webkit-scroll-snap-type: mandatory;
    scroll-snap-type: mandatory;
    -webkit-scroll-snap-points-y: repeat(100%);
    scroll-snap-points-y: repeat(100%);
    margin:0 auto;
}

.cont_wrap{
	width:100%;
}

.block{
	max-width:1200px;
	width:100%;
	margin-bottom:120px;
	margin-left:auto;
	margin-right: auto;
	padding:0px;
	position: relative;
	text-align: center;
}

.block p {
    font-size: 1.8rem;
    line-height: 2;
    color: #000;
    width: 100%;
    /*margin-top: 0;*/
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.row_wrap{
  -webkit-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-left:auto;
  margin-right: auto;
}

.box_wrap{
	position: relative;
}

.box_half{
	width:50%;
}

.sp{
    display: none;
}


/*---------------------------------------
menu button
-----------------------------------------*/
.menu-btn {
    position: fixed;
    top: 0px;
    right: 0px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #fff;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 10px;
    background-color: #222;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
/*
.menu-btn::after{
	position: absolute;
	bottom:8px;
	content: "menu";
	color: #fa0000;
	font-weight: bold;
}*/

/*toggle*/
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}

#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
	left:50%;
}

/*menu*/
.menu-content {
	/*width: 100%;*/
	width:50%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #222;
    transition: all 0.5s;/*アニメーション設定*/
	padding-top: 80px;
}
/*
.menu-content .logo{
	width:60%;
	margin-left:0;
	background: #fff;
	padding: 20px;
}*/

.menu-content ul {
    padding: 70px 10px 0;
}

.menu-content ul li,
.menu-content ul li a{
    display: block;
    width: 100%;
    font-size: 1.8rem;
	font-weight: bold;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    position: relative;
}

.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
    padding: 9px 15px 10px 0;
}

.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
	bottom:0;
	top:0;
	margin: auto;
	display: block;
}




/*---------------------------------------
toppage
-----------------------------------------*/
/*mainvisual*/
.mv_wrap{
	width:100%;
	margin:0 0 50px 0;
	position: relative;
}

.mv_wrap.primary_industry {
	margin: 0;
	max-width: 1140px;
	margin-inline: auto;
}

.mv_wrap h1 {
	font-size: 0;
}

.mv_wrap img {
	max-width: 100%;
}

.mainvisual{
	width:55%;
	height: auto;
	position: relative;
	z-index: 0;
}

.mainvisual::before,
.mainvisual::after{
	content: "";
	background-image: url("../img/top/ill_cloud.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width:100px;
	height: 80px;
	position: absolute;
	z-index: -1;
}

.mainvisual::before{
	bottom:0;
	left:0;
}

.mainvisual::after{
	top:0;
	right:0;
}

.mv_cont{
	width:45%;
}

.row_wrap.mv_feat{
	justify-content: space-around;
	-webkit-justify-content: space-around;
}

.mv_cont figure img,
.mainvisual img{
	width:100%;
	height: auto;
}
/*
.mv_cont figure{
	position: absolute;
	right:10%;
	top:100px;

	animation-name: fadein;
    animation-duration: 2s;
    animation-iteration-count: 1;
}*/

@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }


.fadeUp {
	animation-name:fadeUpAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	  transform: translateY(100px);
  }

  to {
    opacity: 1;
	  transform: translateY(0);
  }
}


@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}

@keyframes furu {
    0% {
        transform: translate(0px, 0px) rotateZ(0deg)
    }
    2% {
        transform: translate(2px, 2px) rotateZ(2deg)
    }
    4% {
        transform: translate(0px, 2px) rotateZ(0deg)
    }
    6% {
        transform: translate(2px, 0px) rotateZ(-2deg)
    }
    8% {
        transform: translate(0px, 0px) rotateZ(0deg)
    }
    10% {
        transform: translate(2px, 2px) rotateZ(2deg)
    }
    12% {
        transform: translate(0px, 0px) rotateZ(0deg)
    }
    14% {
        transform: translate(2px, 0px) rotateZ(-2deg)
    }
    16% {
        transform: translate(0px, 2px) rotateZ(0deg)
    }
    18% {
        transform: translate(0px, 0px) rotateZ(0deg)
    }
    100% {
        transform: translate(0px, 0px) rotateZ(0deg)
    }
}

/*header_title*/
.header_title:not(.common){
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	background-color: #FDD000;
	border-radius: 12px;
	border: 4px solid #005284;
	min-width: 600px;
	margin-inline: auto;
	width: fit-content;
}


.header_title.sub{
	color:#222;
}

.block .header_title figure img{
	width:100%;
	max-width: 100%;
	height: auto;
}

/*動き*/
.block.about.scrollin,
.cont_wrap.schedule .cont_box.row_wrap.scrollin,
.map_wrap .block.scrollin,
.banner.scrollin,
.cont_wrap.contact.scrollin,
.block.cv.scrollin,
.block.program.scrollin,
.prgm.scrollin,
.timeline.scrollin,
.infomation.block.scrollin,
.box_half.city.scrollin,
.cv.row_wrap.scrollin{
    opacity : 1;
    transform : translate(0, 0);
}


/*about--------------------------------------------*/
.block.about{
	opacity : 0.1;
    transform : translate(0, 50px);
    transition : all 500ms;
}
.cont_box.about{
	z-index: 0;
	background: #fff;
	padding-top: 90px;
	padding-bottom: 60px;
	border-radius: 12px;

}
.cont_box.about::before{
	content: "";
	background: url(../img/common/bg_stripe.png) 0 0 repeat;
	background-size: auto;
	width:100%;
	height: 100%;
	position: absolute;
	top:10px;
	left:10px;
	z-index: -1;
}

.cont_box.about div{
	position: absolute;
	top:0;
	left:0;
	right:0;
	margin: -55px auto 0px auto;
}

.cont_box.about p{
	width:87%;
	margin:0 auto 30px auto;
	text-align: left;
	font-size:1.8rem;
	line-height: 1.8;
	font-weight: bold;
}

.cont_box.about .sub_title,
.cont_box.about ul{
	width:87%;
	padding-left:0;
	padding-right: 0;
	margin-left: auto;
	margin-right: auto;
}

.cont_box.about .sub_title{
	font-size:2.4rem;
	text-align: left;
	position: relative;
	padding-left: 40px;
	margin-top: 40px;
}

.cont_box.about .sub_title span{
	background:linear-gradient(transparent 60%, #FAEE00 0%);
}

.cont_box.about .sub_title::before{
	content: "";
	background-image: url("../img/top/icon_h3.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width:40px;
	height: 40px;
	position: absolute;
	left: 0;
	top:0;
	bottom: 0;
	margin:auto auto auto 0;
}

.cont_box.about ul li{
	list-style: none;
	list-style-position: inside;
	font-size:1.8rem;
	line-height: 1.8;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
	padding-left: 1.5em;
    text-indent: -1.5em;
}

.cont_box.about ul li::before{
	content: "";
	width:10px;
	height: 10px;
	display: inline-block;
	background: #222;
	border-radius:50%;
	margin-right: 1em;
}

.ill_left.about{
	left:-50px;
	bottom:-100px;
}

.ill_right.about{
	right:20px;
	top:-60px;
	animation: furu 2.2s infinite;
}

/*schedule--------------------------------------------*/
.cont_wrap.schedule{
	padding:47px 0 130px 0;
	margin-bottom: 80px;
	margin-left:auto;
	margin-right: auto;
	background: #6CA5D9;
	position: relative;
}

.cont_wrap.schedule .block{
	position: relative;
	z-index: 1;
}

.cont_wrap.schedule .block::before {
	content: '';
	background: url(../img/top/img_illust3.png) 0 0 no-repeat;
	background-size: 200px 100px;
	height: 100px;
	width: 200px;
	position: absolute;
	top: 30px;
	left:-50px;
}
.cont_wrap.schedule .block::after{
	content: '';
	background: url(../img/top/img_illust4.png) 0 0 no-repeat;
	background-size: 270px 94px;
	height: 94px;
	width: 270px;
	position: absolute;
	right: -50px;
	bottom: -140px;
}

.cont_wrap.schedule p{
	font-weight: bold;
	margin-bottom: 30px;
	color: #fff;
}

.cont_box{
	width:100%;
	border: 3px solid #005284;
	background: #fff;
}

.cont_wrap.schedule .cont_box{
	padding-top:0;
	padding-left: 2.5%;
	padding-right: 2.5%;
	margin: 0 auto 50px;
	opacity : 0.1;
    transform : translate(0, 50px);
    transition : all 500ms;
    max-width: 1010px;
}

.sch_box{
	width:calc(100% / 3);
	margin-top: 0;
	margin-bottom: 45px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.sch_box h3{
	margin-top: 0;
	margin-left: auto;
	margin-right:auto;
	width:67%;
}

.sch_date{
	margin:30px auto;
	max-width: 270px;
	width:67%;
}

.sch_box h3 img,
.sch_date img{
	width:100%;
	height: auto;
}

.top-schedule {
	background-color: #fff;
	position: relative;
	border: 3px solid #005284;
	border-radius: 12px;
	padding: 45px;
	display: flex;
	column-gap: 36px;
	max-width: 1010px;
	margin-inline: auto;
	margin-top: 80px;
}
.top-schedule::before {
	content: '';
	background: url(../img/common/bg_stripe_white.png) 0 0 repeat;
	background-size: 100%;
	position: absolute;
	right: -10px;
	bottom: -10px;
	height: 100%;
	width: 100%;
	z-index: -1;
}

.top-schedule_box {
	width: calc(100% / 4);
	margin-top: -105px;
}

.top-schedule_box h3 {
	margin-top: 0;
	margin-bottom: 20px;
}

.top-schedule_date {
	margin-bottom: 15px;
}

.link-btn a, .link-btn span {
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding: 12px;
	border: 2px solid #005284;
	border-radius: 100px;
}

.link-btn a {
	position: relative;
	color: #fff;
}

.link-btn a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
.link-btn.archive a::after {
	content: none;
}

.event1-link a {
	background-color: #E43C00;
	transition: all .3s;
}
.archive a {
	background-color: #727272;
	color: #ffffff;
}
.archive a:hover {
    color: #6d6d6d;
    background: #fff;
}

@media (hover: hover) {

	.event1-link a:hover {
		background-color: #fff;
		color: #E43C00;
		transition: all .3s;
	}
}

.comingsoon span {
	background-color: #C5C5C5;
	color: #005284;
}



.btn_link,
.btn_link.cs{
	max-width:270px;
	width:100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.btn_link a,
.btn_link.cs{
	font-size:2.2rem;
	line-height: 2.2;
	letter-spacing: 0.2em;
	width:100%;
	/*height: 70px;*/
	border-radius: 35px;
	display: block;
}

.btn_link a{
	background: #EB5F5C;
	border: 3px solid #222;
	color:#fff;
	position: relative;
}

.btn_link a::before{
	content: "";
	width:14px;
	height: 14px;
	background-image: url("../img/common/btn_arrow.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right:10px;
	top:0;
	bottom:0;
	margin-top: auto;
	margin-bottom: auto;
}

.btn_link a:hover{
	background: #666;
}

.btn_link.cs{
	background: #DDDDDD;
	border: 3px solid #a0a0a0;
	color: #a0a0a0;
}
.btn_link.archive_link a {
  background: #6d6d6d;
  border: 3px solid #6d6d6d;
}
.btn_link.archive_link a:hover {
  color: #6d6d6d;
  background: #fff;
}
.btn_link.archive_link a::before {
  background: none;
}
/*banner----------------------------------------------------*/
.banner{
	opacity : 0.1;
    transform : translate(0, 50px);
    transition : all 500ms;
    max-width: 1000px;
}
.ill_right,
.ill_left{
	position: absolute;
}

.ill_right img,
.ill_left img{
	width:100%;
	height: auto;
}
.ill_right.ach_2022{
	right:0;
	top:60px;
}

.ill_left.ach_2022{
	left:0;
	bottom:0;
}

.ill_right.ach_2022,
.ill_right.ach_2021{
	animation: poyopoyo 2s ease-out infinite;
	opacity: 1;
}

.header_title.sub + .ill_left.ach_2022{
	animation: furu 2.2s infinite;
}

/*map----------------------------------------------------*/
.cont_wrap.map{
	width:100%;
	margin:110px auto;
	text-align: center;
}

.map_header {
	font-size: 0;
}

.map_header img {
	max-width: 100%;
}

.cont_wrap.map .map_wrap{
	max-width: 100%;
	background: #93BB6B;
	z-index: -2;
	padding-top: 30px;
	padding-bottom: 20px;
}

.map_wrap .block{
	opacity : 0.1;
    transform : translate(0, 50px);
    transition : all 500ms;
}

.cont_box.map .hd_wrap{
	position: absolute;
	top:0;
	left:0;
	right:0;
	margin:-75px auto 0px auto;
}

.cont_box.map{
	/*z-index: 0;*/
	background: #F7FAFC;
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;

}
.cont_box.map::before{
	content: "";
	background: #65C6E5;
	width:100%;
	height: 100%;
	position: absolute;
	top:20px;
	left:20px;
	z-index: -1;
}

.map .cont_box.map .hd_wrap {
	margin-top: -120px;
}

.map figure{
	width:83%;
	max-width: 950px;
	margin:0 auto 10px auto;
}

.map_text{
	width:35%;
	max-width:464px;
	position: absolute;
	right:50px;
	bottom:0;
	z-index: 1;
}

.map_text p{
	text-align: left;
	background:linear-gradient(transparent 60%, #FAEE00 0%);
	margin-bottom: 0;
	margin-top: 0;
	font-size:1.5rem;
	font-weight: bold;
}

.map_text ul{
	margin:20px 0;
	padding:0;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	align-content: center;
	-webkit-align-content: center;
}

.map_text ul li{
	font-size: 1.5rem;
	text-align: left;
	font-weight: bold;
	margin-right: 20px;
}

.map_text ul li::before{
	content: "";
	width:16px;
	height: 16px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}

.map_text ul li:nth-child(1)::before{
	background: #e43c00;
}

.map_text ul li:nth-child(2)::before{
	background: #2c9418;
}

.map_text ul li:nth-child(3)::before{
	background: #e24d98;
}

.map_text ul li:nth-child(4)::before{
	background: #0765b7;
}

.map_text .ill_right{
	width:100%;
	position: relative;
}

.map_text .ill_right img{
	width:100%;
	max-width: 100%;
	height: auto;
	animation: poyopoyo 2s ease-out infinite;
	opacity: 1;
}

.map_text .ill_right img:last-child{
	width:46%;
}

.cont_box.map + p{
	width:83%;
	margin:40px auto 20px auto;
	text-align: left;
	font-weight: bold;
	text-indent: -1em;
    padding-left: 1em;
    line-height: 1.4;
}


/*contact----------------------------------------------------*/
.cont_wrap.contact{
	background: linear-gradient(
		90deg,
		#F29E9D 0%,
		#F29E9D 50%,
		#65C6E5 50%,
		#65C6E5 100%
	);
	opacity : 0.1;
    transform : translate(0, 50px);
    transition : all 500ms;
}

.cont_wrap.contact .block{
	text-align: left;
}

.header_title.common {
	position: relative;
	display: inline-block;
	height: 44px;
	margin-left: 30px;
	margin-bottom: 20px;
	margin-top: 30px;
	padding: 0 2rem 0 3rem;
	line-height: 44px;
	color: #222;
	font-size:2rem;
	background: #F0DB3A;
	min-width: 250px;
}

.header_title.common:after {
  position: absolute;
  top: 0;
  right: -30px;
  content: '';
  border-width: 22px 0px 22px 30px;
  border-style: solid;
  border-color: transparent transparent transparent #F0DB3A;
}

.header_title.common:before{
	position: absolute;
	top: 0;
	left: -20px;
	content: '';
	width:10px;
	height: 100%;
	background: #F0DB3A;
	/*border: 3px solid #222;*/
	border: none;
}

.cont_wrap.contact .block{
	margin-bottom: 0;
}

.cont_wrap.contact .row_wrap{
	width:98%;
	padding-bottom: 80px;
}

.cont_wrap.contact .box_half{
	/*clear: both;*/
	width:46%;
	-webkit-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;
    -webkit-justify-content: space-between;*/
    align-items:center;
    -webkit-align-items: center;
    /*margin:2% auto 5% auto;*/
	margin-left:auto;
	margin-right: auto;
}

.cont_wrap.contact .box_half div{
	width:28%;
}

.contact_title{
	background: #fff;
	max-width:170px;
	/*width:25%;*/
	width:100%;
	font-size:1.6rem;
	line-height: 1.5;
	position: relative;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	/*float: left;*/
}
.contact_title::after { /* 三角形（矢頭）の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -50px;
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 50px solid #fff;
}

.contact_info{
	width:calc( 72% - 0px );
	margin:0;
	padding-left: 70px;
	/*float: left;*/
	/*margin-left: 20px;*/
}

.contact_info h4{
	line-height: 1.5;
}

.contact_info h4,
.contact_info ul li{
	text-align: left;
	/*font-size:1.3rem;*/
	font-size:1.5rem;
}

.contact_info ul{
	padding: 0;
	margin-left: 0;
}

.contact_info ul li{
	margin-bottom: 10px;
	position: relative;
	padding-left: 20px;
	margin-left: 0;
	font-weight: bold;
	line-height: 1;

}

.contact_info ul li a{
	color:#222;
	letter-spacing: 0.1em;
    word-wrap: break-word;
}

.contact_info ul li:before{
	content: "";
	position: absolute;
	width:15px;
	height: 15px;
	left: 0;
}

.contact_info ul li:first-child:before{
	background-image: url("../img/common/icon_email.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.contact_info ul li:last-child:before{
	background-image: url("../img/common/icon_tel.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

figure a:hover img,
a:hover img{
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.lower__movie {
  max-width: 900px;
  margin: 2rem auto;
}
.lower__movie .header_title {
  height: 90px;
  line-height: 90px;
  font-size: 2.7rem;
  margin-bottom: 30px;
  letter-spacing: 2px;
}
.lower__movie .header_title:before {
  border-width: 45px 0px 45px 20px;
}
.lower__movie .header_title:after {
  border-width: 45px 20px 45px 0px;
}
/*---------------------------------------
work
-----------------------------------------*/
/*mainvisual----------------------------------------------------*/
.mv_wrap.work{
	width:100%;
	height: 1100px;
	margin:0 auto 40px auto;
}
.work.row_wrap{
	max-width: 1200px;
	width:100%;
	height: 1100px;
	margin:0 auto;
	background-image: url("../img/work/mv_bg.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: contain;
}

.work.row_wrap .mainvisual{
	margin-top: 50px;
}

.page_mv_wrap.row_wrap{
	width:100%;
	flex-direction: row-reverse;
	flex-wrap: wrap;
}

.genre{
	width:40%;
}

.genre img,
.page_mv_wrap.row_wrap ul li img{
	width:100%;
	height: auto;
	margin:0 auto;
}

.page_mv_wrap.row_wrap ul{
	width:60%;
	margin-top: 120px;
}

.page_mv_wrap.row_wrap ul li{
	width:40%;
	margin-bottom: 20px;
}

.page_date{
	text-align: center;
	margin:20px auto;
	width: 90%;
    max-width: 470px;
}

.page_date img{
	width:100%;
	height: auto;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

/*---------------------------------------
primary_industry
-----------------------------------------*/
.content-block {
	max-width: 1140px;
	width: 100%;
	margin-inline: auto;
	margin-bottom: 150px;
}
.content-box {
	background-color: #fff;
	position: relative;
	border: 3px solid #005284;
	border-radius: 12px;
	padding: 45px;
}
.content-box::after {
	content: "";
	background: url(../img/common/bg_stripe.png) 0 0 repeat;
	background-size: auto;
	width:100%;
	height: 100%;
	position: absolute;
	top:10px;
	left:10px;
	z-index: -1;
}
.event-catchtext {
	max-width: 1010px;
	margin-inline: auto;
	width: 100%;
	margin-top: -60px;
	margin-bottom: 60px;
}

.event-catchtext p {
	font-size: 22px;
	line-height: 2;
	letter-spacing: .1em;
	font-weight: bold;
	text-align: center;
}

.event-catchtext p span {
	color: #fdd000;
	font-size: 28px;
}

.present-block {
	max-width: 1000px;
	margin-inline: auto;
	margin-bottom: 80px;
}

.present-block > img {
	display: block;
	max-width: 100%;
	margin-bottom: 50px;
	margin-inline: auto;
}

.present-block .btn_cv {
	width: 100%;
	max-width: 650px;
}

.ttl {
	position: absolute;
	left: 0;
	right: 0;
	top: -30px;
	margin: 0 auto;
	padding: 0;
	width: fit-content;
}

.ttl .header_title {
	margin: 0;
}

.program-schedule_header {
	display: flex;
	gap: 30px 30px;
	margin-left: -45px;
	align-items: center;
	margin-bottom: 30px;
}

.program-schedule_header img {
	max-width: 100%;
}

.program-schedule_header_illust {
	width: 45%;
}

.program-schedule_header_ttl {
	width: 50%;
}

.program-schedule_timeline {
	background-color: #FFFDE5;
	padding: 50px;
	margin-bottom: 25px;
	position: relative;
}

.schedule-content {
	display: flex;
	position: relative;
}

.schedule-content .time {
	flex: 1;
}

.program-schedule_desc {
	width: 78%;
}

.program-schedule_desc h3 {
	font-size: 24px;
	margin: 0;
	color: #00A0E9;
	margin-bottom: 10px;
	line-height: 1.5;
}

.program-schedule_desc p {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: .1em;
}

.ill_right {
	right: 10px;
	top: 50%;
}

.program-schedule_desc .ill_right {
	transform: translateY(-50%);
}

.time{
	font-size:2.4rem;
	font-weight: bold;
	line-height: 1.5;
	padding-right: 30px;
	box-sizing: border-box;
	text-align: left;
}

.time::before{
	content: "";
	background-image: url(../img/common/icon_time.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width:20px;
	height: 20px;
	display: inline-block;
	margin-right: 10px;
}

.time span {
	font-size: 18px;
	color: #EA5F5C;
	border-bottom: 1px solid;
	padding-bottom: 2px;
	display: block;
	margin-left: 2em;
}

.program-presenter {
	display: flex;
	gap: 25px 19px;
}

.program-presenter img {
	max-width: 100%;
}

.program-presenter_box {
	width: calc((100% / 3) - 13px);
	font-size: 0;
}

.program-presenter_desc {
	padding: 10px 15px 15px;
	background: #fff;
	margin-top: -2px;
	margin-inline: 1px;
}

.presenter1 .program-presenter_desc {
	border: 10px solid #e3586f;
}

.presenter2 .program-presenter_desc {
	border: 10px solid #0091ac;
}

.presenter3 .program-presenter_desc {
	border: 10px solid #004272;
	padding-bottom: 37px;
}

.program-presenter_desc p {
	margin: 0;
	font-size: 15px;
	line-height: 1.5;
}

.participating-cities {
	background-color: #fff;
	padding: 15px 20px;
	width: fit-content;
}

.participating-cities_ttl {
	color: #EA5F5C;
	font-size: 18px;
	letter-spacing: .1em;
	margin-top: 0;
	margin-bottom: 10px;
}

.participating-cities_list {
	display: flex;
	margin: 0;
	padding: 0;
	gap: 20px;
}

.participating-cities_list li {
	font-size: 16px;
	background-color: #EA5F5C;
	color: #fff;
	padding: 8px 15px;
	border-radius: 4px;
}

.program-schedule_timeline.timeline-end {
	margin-top: 95px;
	padding-top: 70px;
}

.timeline-end::before {
	content: '';
	background: url(../img/primary_industry/icon_end.png) 0 0 no-repeat;
	background-size: 125px;
	height: 125px;
	width: 125px;
	position: absolute;
	left: 0;
	right: 0;
	top: calc(-125px / 2);
	margin-inline: auto;
}

.cities-inner {
	padding-top: 80px;
}

.block.cv {
	background-color: #fff;
	max-width: 1140px;
}


/*---------------------------------------
migration-neck
-----------------------------------------*/
.mv_wrap.migration-neck {
  width: 100%;
  height: 1100px;
  margin: 0 auto;
	background: #afd8ed;
}
.migration-neck.row_wrap{
  max-width: 1200px;
  width:100%;
  height: 1100px;
  margin:0 auto;
	background-image: url("../img/migration-neck/mv_bg.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
}

.migration-neck .present__area {
	background: #c6edaf;
}

.migration-neck .mv_chance {
	margin-top: 23px;
}

.migration-neck .lower__inner .block:not(.no_padding) {
	background: #fff;
}

.migration-neck .lower__inner {
	background: #afd8ed;
}
.migration-neck .lower__inner .timeline {
	background: #e5ffe3;
}
.migration-neck.infomation .box_wrap .ill_right {
	width: 80px;
}
.migration-neck .p_event h3{
	color: #218240;
}

.migration-neck .guest__inner {
	background: no-repeat;
	padding: 0;
}

.migration-neck .guest__inner img {
	max-width: 100%;
}

.migration-neck .lower__inner .ill_right.tp {
  top: 55px;
}

.present__area__desc {
	max-width: 1100px;
	margin: 0 auto 60px;
	display: flex;
	row-gap: 30px;
	justify-content: space-between;
	align-items: end;
	background-color: #fff;
	padding: 10px 40px 50px;
	border-radius: 40px;
}
.present {
	flex: 1;
	display: flex;
	flex-direction: column;
	row-gap: 40px;
}
.event-quiz {
	width: 46%;
}
.event-quiz img {
	width: 100%;
}
.present__item {
	margin: 0;
	position: relative;
}
.present__item--present {
	padding-top: 100px;
}
.present__item--present::before {
	content: '';
	background: url('../img/migration-neck/icon_present.svg') 0 0 no-repeat;
	background-size: 95px 105px;
	height: 105px;
	width: 95px;
	position: absolute;
	left: 0;
	top: 0;
	transform: rotate(13deg);
}

.migration-neck .header_title {
	margin-bottom: 40px;
}

.block .migration-neck_ttl {
	margin: 0;
	height: 170px;
	max-width: 600px;
}

.p_event_cities {
	background: #fff;
	padding: 20px 30px;
	margin-top: 20px;
	border-radius: 10px;
}

.p_event p.cities_ttl {
	font-size: 18px;
	color: #ea5f5c;
	margin-top: 0;
	margin-bottom: 5px;
}

.cities-tags {
	padding: 0;
	margin: 0;
	font-size: 18px;
	display: flex;
	column-gap: 15px;
}

.cities-tags > li {
	background: #ea5f5c;
	color: #fff;
	padding: 3px 10px;
	line-height: 1.5;
	border-radius: 5px;
}

.program-header {
	display: flex;
}

.ttl_box {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}

.ttl_box::before {
	content: '';
	background: url(../img/migration-neck/img_program2.svg) 0 0 no-repeat;
	background-size: 100%;
	height: 100px;
	width: 220px;
	position: absolute;
	bottom: 30px;
	left: 370px;
	animation: poyopoyo 2s ease-out infinite;
	opacity: 1;
}

.program-illust {
	width: 42%;
}

.program-illust img {
	max-width: 100%;
}

.senpai-movie {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}

.senpai-movie_box {
	width: calc((100% / 2) - 20px);
}

/*CV----------------------------------------------------*/
.cv.row_wrap{
	justify-content: space-around;
	-webkit-justify-content: space-around;
	margin-bottom: 40px;
	opacity : 0.1;
    transform : translate(0, 50px);
    transition : all 500ms;
}

.cv_text{
	width:71%;
	max-width: 810px;
	margin:0 auto;
}

.cv_text img{
	width:100%;
	max-width: 100%;
	height: auto;
	animation: poyopoyo 2s ease-out infinite;
	opacity: 1;
}

.cv_btn{
	padding-bottom: 40px;
}

.btn_cv{
	width:52%;
	margin:0 auto;
}

.btn_cv a{
	width:100%;
	height: 120px;
	line-height: 120px;
	border-radius:20px;
	background: #EA5F5C;
	box-sizing: border-box;
	color:#fff;
	font-size: 3rem;
  letter-spacing: 2px;
  text-align: center;
	font-weight: bold;
	position: relative;
	display: block;
}

.btn_cv a::before{
	content: "";
	background-image: url("../img/common/icon_arrow_02.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width:70px;
	height: 40px;
	position: absolute;
	right:20px;
	top:0;
	bottom:0;
	margin: auto;
}

.btn_cv a::after{
	content: "";
	background: #FAEE00;
	width: 100%;
	height: 100%;
	border-radius:20px;
	position: absolute;
	top:2px;
	left:0;
	z-index: -2;
}

.btn_cv a:hover{
	background: #ED8A8B;
}

.btn_cv a:hover::after{
	display: none;
}

/*common----------------------------------------------------*/
/*header_title*/
.cont_title_wrap{
	position: absolute;
	top:0;
	left:0;
	right:0;
	margin:-75px auto 0px -30px;
	z-index: 2;
}
.cont_title_subwrap{
	position: relative;
	width:40%;
}
.header_cont_title{
	width:100%;
	color: #222;
	font-size:2.7rem;
	text-align: center;
	background: #ED8A8B;
	height: 100px;
	/* line-height: 100px;
	padding-left:150px;
	padding-right: 150px; */
	box-sizing: border-box;
	position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header_cont_title::after,
.header_cont_title::before,
.cont_title_childwrap::after,
.cont_title_childwrap::before,
.cont_title_childwrap div::after{
	position: absolute;
	content: "";
}

.header_cont_title::after{
	top: 0;
    right: -40px;
    border-width: 50px 0px 50px 40px;
    border-color: transparent transparent transparent #ED8A8B;
    border-style: solid;

}

.cont_title_childwrap{
	width: 100%;
	position: absolute;
	top:0px;
	left:0;
	z-index: -1;
}

/*白線*/
.cont_title_childwrap::after{
	width:100%;
	height: 102px;
	background: #fff;
	top:0;
	left:0;
}

.cont_title_childwrap::before{
	top: 0;
    right: -42px;
    border-width: 51px 0px 51px 42px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
	z-index: 1;
}

/*最下層リボン*/
.cont_title_childwrap div{
	width:100%;
	background: #ED8A8B;
	height: 108px;
	line-height: 108px;
	padding-left:150px;
	padding-right: 150px;
	box-sizing: border-box;
	position: relative;
}

.cont_title_childwrap div::after{
	top: 0;
    right: -44px;
    border-width: 54px 0px 54px 44px;
    border-color: transparent transparent transparent #ED8A8B;
    border-style: solid;
}

/*program----------------------------------------------------*/
.header_cont_title.program::before{
	position: absolute;
	content: "";
	width:60px;
	height: 60px;
	background-image: url("../img/work/icon_prgm.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	right:80px;
	bottom:-10px;
}

.block.program{
	opacity : 0.1;
    transform : translate(0, 50px);
    transition : all 500ms;
}

.cont_box.program{
	z-index: 0;
	background: #fff;
	padding-top: 90px;
	padding-bottom: 30px;
	margin-top: 140px;
  box-shadow: 15px 15px 0px 0px rgba(242, 158, 157, 1);

}
/* .cont_box.program::before{
	content: "";
	background: #F29E9D;
	width:100%;
	height: 100%;
	position: absolute;
	top:20px;
	left:20px;
	z-index: -1;
} */

.timeline{
	width:87%;
	margin:0 auto 30px auto;
	border-bottom: 1px dotted #707070;
	position: relative;
	-webkit-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
	padding-bottom: 20px;

	opacity : 0.1;
    transform : translate(0, 50px);
    transition : all 500ms;
}

.timeline .row_wrap{
	width:100%;
	justify-content: flex-start;
    -webkit-justify-content: flex-start;
	padding-bottom: 20px;
}


.p_event h3{
	color:#00A0E9;
	font-size:2.4rem;
	line-height: 1.5;
	text-align: left;
	margin:0;
}

.p_event p{
	font-size:1.6rem;
	line-height: 1.5;
	text-align: left;
	font-weight: bold;
}

.timeline .ill_right{
	position: absolute;
	right:50px;
	animation: poyopoyo 2s ease-out infinite;
	opacity: 1;
}

.timeline .ill_right.sml{
	width: 5%;
    top: -25px;
    right: 100px;
}


/*case*/
.prgm{
	position: relative;
	z-index: 2;
	margin:0 auto 70px auto;
	display: block;
	opacity : 0.1;
    transform : translate(0, 50px);
    transition : all 500ms;
}
.prgm .cont_box{
	padding:20px 50px 20px 90px;
}

.case_label{
	position: absolute;
	left: -27px;
    top: -13px;
	width:96px;
	height: 80px;
}

.case_label img,
.case_img figure img{
	width:100%;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.prgm .cont_box {
  box-shadow: 15px 15px 0px 0px rgba(162, 210, 162, 1);
 }
 .prgm.case02 .cont_box {
  box-shadow: 15px 15px 0px 0px rgba(211, 217, 37, 1);
 }
/* .prgm .cont_box::after{
	content: "";
	width:100%;
	height: 100%;
	position: absolute;
	top:20px;
	left:20px;
	z-index: -1;
} */

/*case01_background*/
.prgm.case01 .cont_box::after{
	background: #D3D925;
}

/*case02_background*/
.prgm.case02 .cont_box::after{
	background: #A2D2A2;
}

.case_title{
	color:#00A0E9;
	font-size:2.4rem;
	line-height: 1.5;
	font-weight: bold;
	text-align: left;
	width:100%;
	margin:0 auto 20px auto;
}

.case_subinfo{
	color:#00A0E9 !important;
	font-size:1.6rem;
	line-height: 1.8;
	width:100%;
	margin:0 auto;
}
.case_text,
.case_img figure{
	width:50%;
}

.case_text p{
	font-size:1.6rem;
	line-height: 1.8;
	text-align: left;
	font-weight: bold;
}

.case_photo{
	width:30%;
}

.case_photo img{
	width:100%;
	max-width: 260px;
	height: auto;
	border-radius:50%;
	border: 3px solid #222;
}

.case_img{
	width:100%;
}

.case_img figure:first-child{
	margin:0;
}

.case_img figure:last-child{
	width:14%;
	height: auto;
	margin:0 auto;
	display: flex;
}

.case_img figure:last-child img{
	margin:auto;
}

/*cities----------------------------------------------------*/
.box_half.city figure,
.box_half.city .row_wrap{
	width:90%;
}

.box_half.city{
	margin-bottom:50px;
	opacity : 0.1;
    transform : translate(0, 50px);
    transition : all 500ms;
}

.box_half.city figure img{
	width:100%;
	height: auto;
	margin:0 auto;
}

.box_half.city .row_wrap div{
	width:46%;
	margin:20px auto 0 auto;
}

.btn_link.online a{
	background: #00A0E9;
}

.btn_link.online a:hover{
	background: #666;
}

/*cv----------------------------------------------------*/
.block.cv{
	border: #F29E9D solid 6px;
	padding:20px;
	box-sizing: border-box;
	opacity : 0.1;
    transform : translate(0, 50px);
    transition : all 500ms;
}

.block.cv .row_wrap{
	width: 87%;
    margin-left: auto;
    margin-right: auto;
    align-items: end;
    margin-bottom: 30px;
}

.cv_date{
	width:33%;
	text-align: center;
}

.cv_date img{
	width:100%;
	height: auto;
	margin: 0 auto 30px auto;
}

.cv_btn_wrap{
	width:52%;
}

.cv_btn_wrap p{
	font-size:3rem;
	font-weight: bold;
	line-height: 1.5;
	width:100%;
	margin:0 auto;
	padding:0;
}

.cv_btn_wrap p span{
	font-size:7rem;
}

.cv_btn_wrap p::before,
.cv_btn_wrap p::after{
	content: "";
	display: inline-block;
	width:3px;
	height: 60px;
	background: #222;
}

.cv_btn_wrap p::before{
	margin-right: 30px;
	transform: rotate(-30deg);
}

.cv_btn_wrap p::after{
	margin-left: 30px;
	transform: rotate(30deg);
}

.block.cv .row_wrap .btn_cv{
	width:100%;
}

.block.cv .row_wrap + p{
	font-size:1.8rem;
	font-weight: bold;
	text-align: center;
}

/*infomation----------------------------------------------------*/
.infomation.block{
	background: #fff;
	padding:0px 20px 50px 20px;
	box-sizing: border-box;
	text-align: left;
	opacity : 0.1;
    transform : translate(0, 50px);
    transition : all 500ms;
}

.box_wrap{
	position: relative;
}

.box_wrap,
.infomation.block section{
	width:87%;
	margin-left:auto;
	margin-right: auto;
}


.box_wrap .ill_right{
	top:0;
	right:0;
	width:10%;
	height: auto;
	position: absolute;
	animation: poyopoyo 2s ease-out infinite;
	opacity: 1;
}

.list{
	width:100%;
	padding:0;
	margin:0 auto;
}

.list li{
	list-style-type:none;
	list-style-position: inside;
	font-size:1.6rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 10px;
	text-indent: -15px;
	padding-left: 10px;
}

.list li::before{
	content: "";
	width:5px;
	height: 5px;
	background: #222;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.warning{
	font-size:1.6rem;
	line-height: 1.5;
	font-weight: bold;
	margin-top: 70px;
}

/*banner----------------------------------------------------*/
.bnr{
	width:100%;
	margin: 0 auto;
	padding:0;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	align-items: center;
	-webkit-align-items: center;
}

.bnr .header_title.common{
	width:25%;
}

.bnr p{
	width:calc(70% - 40px);
	margin:0 0 0 40px;
	padding:0;
	text-align: left;
	line-height: 1;
	font-weight: bold;
}

.bnr.row_wrap{
	padding-bottom: 30px;
}

.banner.mb80 {
	margin-bottom: 80px;
}

.announce-bnrs {
	max-width: 1000px;
	margin-inline: auto;
	margin-bottom: 80px;
}

.announce-bnr_box:not(:last-child) {
	margin-bottom: 40px;
}

/*---------------------------------------
footer
-----------------------------------------*/

footer {
    width: 100%;
    margin: 0 auto !important;
	padding:0 0 30px 0;
    text-align: center;
	background: #EFEEE8;
}

.ftr_logo{
	width:100%;
	max-width:1200px;
	padding-left:30px;
	padding-right: 30px;
	padding-top: 45px;
	padding-bottom:45px;
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
	display: block;
	height: 90px;
}

.ftr_logo figure{
	vertical-align: middle;
}

.ftr_logo figure:first-child{
	max-width:415px;
	width:34%;
	position: absolute;
	margin:auto;
	right:0;
	left:0;
}

.ftr_logo figure:last-child{
	max-width:180px;
	width:15%;
	position: absolute;
	right:30px;
	margin:auto 0 auto auto;
	left:0;
}

.ftr_logo figure img{
	width:100%;
	height: auto;
}


footer address{
    font-size:1.4rem;
    line-height: 1.6;
    color: #000;
    font-style: normal;
    /*letter-spacing: 0.1em;*/
    padding:10px;
    width:100%;
    margin:0;
	box-sizing: border-box;
}

/*pagetop*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 10;
	margin: 0;
}

.pagetop a {
    text-align: center;
    width: 60px;
    height: 60px;
    display: block;
}

.pagetop a img{
	width:100%;
	height: auto;
}

.pagetop a:hover {
    display: block;
    opacity: 0.6;
    filter: alpha(opacity=60);
}


/*-----------------------------------------------
responsive
-----------------------------------------------*/
@media (orientation: landscape)and (max-width: 750px){/*横向き*/
	.ill_left.about,
	.ill_right.about{
		width:11% !important;
	}

	.ill_right.ach_2022,
	.ill_left.ach_2022,
	.ill_right.ach_2021 {
		width: 11% !important;
	}

	/*work-------------------*/
	.mv_wrap.work,
	.work.row_wrap{
		/*height: 1500px !important;*/
		height: 1200px !important;
		/*padding-bottom: 300px;*/
	}

	.work.row_wrap .mainvisual{
		width:80%;
		margin:20px auto 0 auto;
	}

	.page_mv_wrap.row_wrap ul{
		width:90%;
	}

	.page_mv_wrap.row_wrap ul li{
		width:25% !important;
	}

	.page_date {
		margin: 0px auto 150px auto;
		width: 60%;
	}

	.box_wrap .ill_right{
		width:15% !important;
	}

	.timeline .ill_right.sml{
		width:10% !important;
	}

	.cont_box.program::before{
		left:42px !important;
	}

	.prgm .cont_box::after{
		left:40px;
	}

	.box_half.city .row_wrap div {
		max-width: 100%;
	}

	.box_half.city .row_wrap div a {
		line-height: 70px;
	}
}

@media screen and (max-width: 1080px) {
    /* 追記 */
  .mainvisual {
    width: 40%;
  }
  .mv_cont {
    width: 60%;
  }
  .cont_wrap.contact .box_half {
    flex-direction: column;
    align-items: baseline;
  }
  .cont_wrap.contact .box_half div {
    width: 100%;
  }
  .contact_info {
    padding-left: 0;
  }
  .header_title {
    font-size: 3rem;
  }
  .btn_link ,
  .btn_link.cs{
    width: 85%
  }
  .btn_link a ,
  .btn_link.cs {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
  }
  .cont_box ,
  .block {
    width: 90%;
  }
  /* neighbor--------------------------*/
  .guest__bx {
    flex-direction: column;
  }
  .guest__inner {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2%;
  }
  .box_half.city .row_wrap div {
    width: 100%;
  }
  .lower__inner .ill_right.tp {
    top: -23px;
  }
  .theme__area {
    width: 100%;
  }
  .theme__area:after {
    right:  0;
    bottom: auto;
    width: 151px;
    height: 132px;
  }
}
@media screen and (max-width: 320px) {
}

@media screen and (max-width: 480px) {
	.cont_box.about .header_title{
		font-size:1.8rem !important;
	}
	.lower__movie .header_title {
    height: auto;
    line-height: 1.5;
    font-size: 2rem;
		padding: 10px;
  }
  /* .lower__movie .header_title:before {
    border-width: 30px 0px 30px 20px;
  }
  .lower__movie .header_title:after {
    border-width: 30px 20px 30px 0px;
  } */
	.lower__movie .header_title:before,
  .lower__movie .header_title:after {
    display: none;
  }
	.ill_right.ach_2022{
		width:10%;
	}
	.lower__movie {
    width: 90%;
  }
	/*work--------------------------*/
	/*mainvisual*/
	.genre{
		width:80% !important;
	}
	.page_mv_wrap.row_wrap ul{
		width:75% !important;
	}

	.page_mv_wrap.row_wrap ul li{
		width: 48% !important;
		padding: 5px;
		margin-bottom: 0 !important;
	}
	/*cv*/
	.cv_btn .btn_cv a,
	.cv_btn_wrap .btn_cv a,
	.box_half.city .row_wrap div a{
		font-size:2rem;
	}

	.btn_cv a::before{
		width:40px;
		height: 30px;
	}

	.cv_btn{
		padding-bottom: 0;
	}

	/*.cv_btn */.btn_cv a{
		height: 90px;
		line-height: 90px;
	}

	.block.cv .row_wrap .btn_cv{
		width:100% !important;
	}

	/*program*/
	.cont_box.program {
		width:100%;
		padding-top: 80px;
		/*padding-bottom: 30px;*/
		margin-top: 120px;
		border: 5px solid #ED8A8B;
    box-shadow: none;
	}
  .prgm .cont_box {
    box-shadow: 5px 5px 0px 0px rgba(162, 210, 162, 1);
  }
  .prgm.case02 .cont_box {
    box-shadow: 5px 5px 0px 0px rgba(211, 217, 37, 1);
  }
	.cont_box.program::before{
		display: none;
	}

	.timeline{
		width:90%;
	}
	/*header_title*/
	.cont_title_wrap{
		margin:-65px auto 0px -30px;
	}

	.header_cont_title{
		height: 80px;
		line-height: 80px;
	}


	.header_cont_title::after{
		/*top: 0;
		right: -40px;*/
		border-width: 40px 0px 40px 40px;
	}
	/*白線*/
	.cont_title_childwrap::after{
		height: 82px;
	}

	.cont_title_childwrap::before{
	/*top: 0;
    right: -42px;*/
    border-width: 41px 0px 41px 44px;
	}
	/*最下層リボン*/
	.cont_title_childwrap div{
		height: 88px;
		line-height: 88px;
	}

	.cont_title_childwrap div::after{
	/*top: 0;
    right: -44px;*/
    border-width: 44px 0px 44px 44px;
	}

	/*case_box*/
	.prgm .cont_box{
		width:100%;
	}
	.prgm .cont_box::after{
		width:98% !important;
	}

	.case_label {
		left: -20px !important;
		width: 75px;
	}

	.prgm:last-child{
		margin-bottom: 40px !important;
	}

	.ill_right.w_p{
		top:-25px !important;
		width:28% !important;
	}
	/* neighbor--------------------------*/
  .present__area .cv_btn .btn_cv {
    width: 95% !important;
  }
  .present__area__inner {
    width: 90%;
  }
  .present__area__inner .mv_point{
    margin-bottom: 2rem;
   }
  .lower__inner .block {
    padding: 1rem;
  }
  .lower__inner__ttl {
    width :80%;
  }
  .lower__inner__ttl img {
    width :100%;
    height: auto;
  }
  .lower__inner .timeline {
    padding: 2rem;
  }
  .guest__bx {
    flex-direction: column;
  }
  .guest__inner {
    width: 100%;
    margin: 1.5rem 0;
  }
  .sp__flex {
    display: flex;
    align-items: center;
  }
  .guest__inner__photo img {
    width: 90px;
    height: 90px;
  }
  .lower__inner .guest__inner__prof {
    font-size: 1.8rem;
  }
  .lower__inner .guest__inner__prof .job {
    font-size: 1.6rem;
  }
  .guest__inner__ill {
    max-width: 100px;
  }
  .lower__inner .ill_right.tp {
    width: 15%;
  }
  .lower__inner .ill_right.tp.sp-top {
    top: -20px;
    width: 12%;
  }
  .lower__inner .block.program {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .p_event h3 {
    font-size: 2rem;
  }
  .ttl_theme img {
    width: 100%;
    height: auto;
  }

	.migration-neck .lower__inner__ttl {
    width: 60%;
	}

}


@media screen and (max-width: 750px) {
	main,
	header,
	footer,
	.content,
	.main,
	.mainvisual,
	.mv_cont,
	h2,
	.mainbox,
	.block,
	.row_wrap,
	.sch_box,
	.map_text p,
	.cont_wrap.contact .box_half,
	.page_mv_wrap.row_wrap ul,
	.time,
	.p_event,
	.p_event p,
	.box_half.city,
	.case_text,
	.case_text p,
	.case_img figure,
	.case_photo,
	.cv_date,
	.cv_btn_wrap,
	.block.cv .row_wrap,
	.bnr p,
	.ftr_logo{
		width: 100%;
		max-width: 100%;
    }

    .row_wrap{
		padding:0;
    }

	.header_title,
	.cont_box,
	.map figure,
	.banner,
	.cv.row_wrap{
        width:90%;
        margin-left:auto !important;
        margin-right: auto !important;
    }


	/*hamburger-menu*/
	#menu-btn-check:checked ~ .menu-content {
		left: 0;
	}

	.menu-content{
		width:100%;
	}

	.menu-content ul {
		padding: 0px 10px 0;
	}

	/*common parts*/
	.pc,
	.pc_header{
		display: none;
	}

	.sp{
		display: block;
	}

    .btn_common{
        width:80%;
    }

	.block{
		margin-bottom: 50px;
	}

	.header_title{
		font-size:2rem;
		padding-left:10px;
		padding-right:10px;
	}

	.ftr_logo{
		height: auto;
		padding-bottom: 30px;
	}

	.ftr_logo figure:first-child {
		max-width: 100%;
		width: 100%;
		position: static;
		margin: 30px auto;
		right: 0;
		left: 0;
	}

	.ftr_logo figure:last-child {
		max-width: 100%;
		width: 40%;
		position: static;
		right: auto;
		margin: auto;
		left: auto;
	}

	/*mainvisual*/
	.mv_wrap{
		margin-bottom: 20px;
	}

	.mainvisual span{
		width:60%;
	}

	.row_wrap.mv_feat li img{
		width:100%;
		height: auto;
	}

	.row_wrap.mv_feat{
		width:70%;
		max-width: 100%;
		margin-bottom: 0;
	}

	.row_wrap.mv_feat li{
		width:50%;
		padding:10px 15px;
	}

	.mv_cont{
		padding:10px;
		box-sizing: border-box;
	}

	.mv_wrap .btn_common{
		bottom:-100px;
	}

	.mv_wrap .btn_common a{
		background: #fff;
		color:#fa0000;
		border: 5px solid #fa0000;
	}

	.header_title:not(.common) {
    font-size: 22px;
    min-width: auto;
		max-width: 400px;
    width: 100%;
	}

	.cont_box.about div {
    position: relative;
    margin: 0;
	}

	.cont_box.about {
		padding: 20px;
	}

	.cont_wrap {
    width: auto;
    padding-inline: 20px;
	}

	/*about*/
	.cont_wrap.schedule {
		padding-inline: 20px;
	}
	.block.about {
    margin-bottom: 80px;
	}
	.cont_box.about::before {
		width: 90%;
		height: 98%;
		top: 20px;
		left: 30px;
		background-size: 100%;
	}

	.ill_right.about {
    width: 30%;
    right: 0;
    top: auto;
    bottom: -40px;
	}

	.ill_left.about{
		width: 20%;
		left: 0;
		bottom: -50px;
	}

	/*schedule*/
	.top-schedule {
    flex-direction: column;
    margin-top: 110px;
		padding: 30px 0;
    row-gap: 40px;
	}

	.top-schedule_box {
		margin-top: 0;
		width: 100%;
		text-align: left;
	}
	.top-schedule_box h3 {
    margin-left: -10px;
	}

	.top-schedule_info {
		display: flex;
		column-gap: 20px;
		align-items: center;
		padding-inline: 20px;
	}

	.top-schedule_date {
		width: 55%;
		margin-bottom: 0;
	}

	.top-schedule_date img {
		max-width: 100%;
	}

	.link-btn {
		margin: 0;
		flex: 1;
		text-align: center;
		max-width: 350px;
		margin-inline: auto;
	}
	.cont_wrap.schedule{
		padding-top: 30px;
    padding-bottom: 130px;
		margin-bottom: 60px;
	}
	.cont_wrap.schedule .cont_box{
		padding-top: 30px;
		padding-left: 0;
	}

	.cont_wrap.schedule .block::before {
    top: 150px;
    left: auto;
		right: 0;
	}

	.cont_wrap.schedule .block::after {
		bottom: -110px;
		right: auto;
		left: 0;
		z-index: -1;
	}

	.sch_box h3{
		margin-left: 0;
	}

	.btn_link,
	.btn_link.cs{
		width:80%;
	}

	.archive-bnr {
		margin-bottom: 40px!important;
	}

	/*map*/

	.cont_box.map .hd_wrap {
		margin: -70px auto 0px auto;
	}

	.cont_box.map{
		padding-top: 10px;
	}

	.cont_wrap.map {
		margin-top: 60px;
    margin-bottom: 60px;
    padding-inline: 0;
	}

	.map .cont_box.map .hd_wrap {
		margin-top: 0;
		position: relative;
		top: auto;
		left: auto;
		margin-bottom: 30px;
	}

	.map_text .row_wrap{
		flex-wrap: nowrap;
	}

	.map_text{
		font-size:1.3rem;
		width:65%;
		right: 0;
	}

	.map_text p{
		width:100%;
		font-size:1.3rem;
		background: none;
	}

	.map_text ul li{
		margin-right: 5px;
		font-size:1.3rem;
	}

	.map_text ul li::before{
		width:10px;
		height: 10px;
		margin-right: 5px;
	}

	.map_text .ill_right{
		display: none;
	}

	.cont_box.map + p {
		font-size:1.4rem;
	}

	/*banner*/
	.announce-box {
		margin-bottom: 40px!important;
	}
	.header_title.sub{
		margin-bottom: 30px;
	}

	.ill_right.ach_2022 {
		right: 0;
		/*top: 20px;*/
		z-index: 1;
	}

	.ill_right.ach_2022,
	.ill_right.ach_2021{
		width:20%;
	}

	.ill_left.ach_2022{
		width:20%;
		z-index: 1;
	}

	/*contact*/
	.cont_wrap.contact {
		padding-inline: 0;
	}
	.cont_wrap.contact{
		background: none;
	}

	.header_title.common{
		width:auto !important;
		padding:0 20px;
		margin-left: 20px !important;
	}

	.cont_wrap.contact .row_wrap {
		width: 100%;
		padding-bottom: 0px;
	}

	.cont_wrap.contact .box_half {
		padding-bottom: 20px;
		padding-top: 20px;
	}

	.cont_wrap.contact .box_half:first-child{
		background: #F29E9D;
	}

	.cont_wrap.contact .box_half:last-child{
		background: #65C6E5;
	}

	.cont_wrap.contact .box_half div{
		width:50%;
	}

	.contact_title{
		max-width: 100%;
	}

	.contact_info {
		width: 80%;
		margin: 0 auto;
		padding-left: 0;
	}
	  /*  追記 */
  .block p {
    font-size: 1.6rem;
  }
  .cont_box.about p ,
  .cont_box.about ul li {
    font-size:1.5rem;
  }

	/*primary_industry------------------------------*/
	.event-catchtext {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-inline: 20px;
	}

	.event-catchtext p {
		text-align: left;
		font-size: 18px;
		line-height: 1.8;
	}

	.event-catchtext p span {
		font-size: 24px;
	}

	.event-catchtext p br {
		display: none;
	}

	.present-block {
		padding-inline: 20px;
		margin-bottom: 60px;
	}

	.present-block > img {
		margin-bottom: 40px;
	}
	.ttl {
		width: auto;
	}

	.program-schedule_header {
    flex-direction: column;
    margin-left: 0;
    align-items: flex-start;
		margin-left: -20px
	}

	.program-schedule_header_ttl {
		width: 100%;
		max-width: 400px;
	}

	.content-box {
		padding: 20px;
	}

	.content-block {
		padding-inline: 20px;
		width: auto;
		margin-bottom: 60px;
	}

	.program-schedule_header_illust {
		display: none;
	}

	.program-schedule_timeline {
		padding: 30px;
	}

	.schedule-content {
		flex-direction: column;
	}

	.program-schedule_desc {
		width: 100%;
	}

	.program-schedule_desc .ill_right {
		display: none;
	}

	.program-schedule_desc h3 {
		line-height: 1.6;
		font-size: 22px;
		margin-bottom: 0;
	}

	.program-schedule_desc p {
		line-height: 1.5;
		margin-top: 10px;
		font-size: 18px;
	}

	.program-presenter {
		flex-direction: column;
		text-align: center;
	}

	.program-presenter_box {
		width: 100%;
		max-width: 300px;
    margin-inline: auto;
	}

	.presenter3 .program-presenter_desc {
		padding-bottom: 15px;
	}

	.program-presenter_desc p {
		text-align: left;
	}

	.participating-cities_list {
    flex-wrap: wrap;
	}

	.participating-cities {
		width: 100%;
	}

	.participating-cities_list li {
		width: 45%;
		text-align: center;
	}

	.time span {
		width: fit-content;
	}

	.cities-inner.content-box {
		padding-top: 50px;
	}
	.announce-bnrs {
    margin-bottom: 60px;
    padding-inline: 20px;
	}

	.timeline-end::before {
    background-size: 100px;
    height: 100px;
    width: 100px;
    top: calc(-100px / 2);
	}


	/*work------------------------------*/
	/*mainvisual*/
	.mv_wrap.work,
	.work.row_wrap{
		height: 1100px;
	}

	.work.row_wrap{
		padding-bottom: 100px;
	}

	.work.row_wrap .mv_cont{
		padding-left:0;
		padding-right:0;
	}

	.genre{
		margin-left:0;
		width:50%;
	}
	.genre img{
		margin-left:0;
	}

	.page_mv_wrap.row_wrap ul{
		margin-top: 30px;
		width:100%;
	}

	.page_mv_wrap.row_wrap ul li{
		width:44%;
	}

	/*header_title*/
	.cont_title_subwrap{
		width:70%;
	}

	.header_cont_title,
	.cont_title_childwrap div{
		padding-left:10px;
		padding-right: 10px;
	}

	.header_cont_title.program::before{
		right:20px;
	}

	/*timeline*/
	.block.program{
		margin-top: 120px;
		margin-bottom: 80px;
	}
	.cont_box.program::before{
		width:92%;
		left:24px;
	}

	.time,
	.p_event p{
		margin-left:0;
		margin-right: 0;
		padding-left:0;
		padding-right: 0;
	}

	.timeline .ill_right {
		right: 0px;
		top: -20px;
	}

	.ill_right.w_p{
		width:25%;
	}

	.timeline .ill_right.sml {
		right: 0px;
		top: -10px;
		width: 20%;
	}

	.prgm .cont_box::after{
		width:94%;
		height: 100%;
	}

	.case_label{
		left:-13px;
	}

	.case_img{
		display: block;
		position: relative;
	}

	.case_img figure:last-child {
		width: 25%;
		display: block;
		position: absolute;
		right: -10px;
		bottom: -10px;
	}

	/*cities*/
	.prgm .row_wrap{
		flex-direction: column-reverse;
	}
	.prgm .cont_box{
		padding:40px 20px 20px 20px;
	}

	.case_photo{
		width:80%;
		margin-bottom:30px;
	}

	.box_half.city .row_wrap div{
		width:80%;
	}

	/*cv*/
	.cv_text{
		width:85%;
	}

	.cv_btn .btn_cv{
		width:100%;
	}

	.block.cv .row_wrap .btn_cv {
		width: 100%;
	}

	.btn_cv a{
		font-size:3rem;
	}

	.btn_cv a::before {
    width: 40px;
	}

	.block.cv{
		width:90%;
	}

	.cv_date{
		width:70%;
		margin:0 auto;
	}


	.block.cv .row_wrap + p{
		font-size:1.5rem;
	}

	/*infomation*/
	.box_wrap .ill_right {
    top: -80px;
    right: -30px;
    width: 20%;
	}

    /*footer*/
	footer address{
		box-sizing: border-box;
	}
  .theme__area:after {
    width: 100px;
    height: 87px;
    top: -50px;
  }
}


@media screen and (max-width:1080px){

}

@media screen and (max-width:767px){
  /* 追記 */
  /* .work.row_wrap .mainvisual {
    width: 70%;
    margin: 30px auto 0;
  }
  .page_mv_wrap.row_wrap ul li {
    width: 20% !important;
    padding: 5px;
    margin-bottom: 0 !important;
  }
  .row_wrap.mv_feat {
    width: 80%;
    margin:0 auto;
  }
  .work.row_wrap {
    height: 1300px;
  }
  .work.row_wrap .mv_cont {
    margin-top: -75px;
  }
  .mainvisual::before {
    bottom: 130px;
    left: -50px;
  } */
}

@media screen and (min-width:941px){
}

@media screen and (min-width: 1600px) {
	.mv_wrap{
		position: relative;
	}

	.mv{
		position: absolute;
		margin:auto;
		top:0;
		bottom:0;
		left:0;
		right:0;
		height: 600px;
	}

}
@media screen and (max-width:1080px){
  .cont_box, .block {
    width: 90%;
    margin: auto;
  }
  .sch_box {
    padding:0 10px;
  }
}
@media screen and (max-width:750px){
  .work.row_wrap .mainvisual {
    margin-top: 0;
  }
  .block {
    width: 100%;
  }
}

@media screen and (min-width: 751px) {
	.sp-only {
		display: none!important;
	}
}

@media screen and (max-width: 750px) {
	.pc-only {
		display: none!important;
	}
	.present__area__desc {
    flex-direction: column;
    row-gap: 30px;
    padding: 10px 30px 30px;
    align-items: center;
	}

	.present__item--present {
		padding-top: 85px;
	}

	.present__item--present::before {
		background-size: 75px 85px;
		height: 85px;
		width: 75px;
	}

	.event-quiz {
		width: 100%;
		max-width: 300px;
	}

	.present {
		row-gap: 30px;
		max-width: 500px;
    width: 100%;
	}

	.guest__inner {
		max-width: 300px;
	}

	.migration-neck.infomation .box_wrap .ill_right {
		width: 60px;
		top: -100px;
	}

	.infomation.migration-neck {
		margin-top: 50px;
		margin-bottom: 60px;
	}

	.mv_wrap.migration-neck {
		height: 1280px;
	}
	.migration-neck.row_wrap {
		height: 100%;
	}

	.ttl_box::before {
		display: none;
	}

	.senpai-movie_box {
    width: 90%;
    margin-inline: auto;
	}
}
@media screen and (max-width: 600px) {
	.block .migration-neck_ttl {
		height: auto;
		margin-bottom: -20px;
	}
	.cities-tags {
    flex-wrap: wrap;
    gap: 15px 4%;
    font-size: 16px;
	}
	.cities-tags li {
		width: 48%;
	}
}
@media screen and (max-width: 450px) {
	.migration-neck .mainvisual {
		height: 0;
		margin-bottom: 100px;
	}

}

/*クロージング*/
.btn_cv_fin{
	margin:0 auto;
}
.btn_cv_fin a{
	width:100%;
	height: 120px;
	line-height: 120px;
	border-radius:20px;
	background: #C5C5C5;
	box-sizing: border-box;
	color:#fff;
	font-size: 3rem;
  letter-spacing: 2px;
  text-align: center;
	font-weight: bold;
	position: relative;
	display: block;
}
.archive__movie{
	margin: 2rem auto;
	max-width: fit-content;
}
.archive__movie iframe{
	width: 1008px;
	height: 558px;
}
.archive_title{
	display: inline-block;
    position: relative;
    height: 100px;
    line-height: 100px;
    text-align: center;
    padding: 0px 100px;
    font-size: 3.6rem;
    background: #e43c00;
    color: #FFFFFF;
    box-sizing: border-box;
    margin-bottom: 70px;
	margin-left: 222px;
}
.archive_title:before {
    top: 0;
    left: -43px;
    border: 45px solid #e43c00;
    border-left-color: transparent;
}
.archive_title:after {
    top: 0;
	right: -43px;
    border: 45px solid #e43c00;
    border-right-color: transparent;
}
.lower__archive{
	max-width: 1000px;
	margin: 10rem auto;
}
.lower__archive .archive_title{
	height: 90px;
    line-height: 90px;
    font-size: 2.7rem;
    margin-bottom: 30px;
    letter-spacing: 2px;
}
.lower__archive .header_archive:before{
	border-width: 45px 0px 45px 20px;
}
.lower__archive .header_archive:after{
	border-width: 45px 20px 45px 0px;
}
.archive_title:before,
.archive_title:after{
	position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    z-index: 1;
}
@media screen and (max-width: 750px) {
.archive_title{
	padding: 0px 50px;
	margin-left: 30px;
	}
.archive_title:before,
.archive_title:after{
position:none;
content: none;
}
.archive__movie iframe{
	width: 480px;
	height: 270px;
}

	}

/*田舎暮らし編*/
.text_btn{
	font-size: 17px;
	display: inline-block;
    color:#000000;
    font-size:120%;
    text-decoration:none;
	border-bottom: 1px solid;
}
.text_btn:hover{
	color: #ed8a8b;
    text-decoration:underline;
}

/*結婚・子育て編*/
.kekkon_kosodate_box{
	display: flex;
    position: relative;
	justify-content: space-around;
	border: solid 10px #f29e9d;
	margin: 30px auto;
}
.kekkon_kosodate_box_text{
	width: 75%;
    font-size: 18px;
    padding: 15px;
	font-weight: 500;
	background-color: #fff;
	line-height: 2.4rem;
}
.program-presenter_kekkon_kosodate_name{
	font-size: 18px;
    font-weight: 600;
    margin-bottom: -25px;
	margin-top: 20px;
}
.cv_date img:last-child{
	margin-bottom: 0;
}
.participating-cities_list_text {
	display: flex;
	margin: 0;
	padding: 0;
	gap: 20px;
	flex-wrap: wrap;
}

.participating-cities_list_text li {
	font-size: 16px;
	background-color: #EA5F5C;
	color: #fff;
	padding: 8px 15px;
	border-radius: 4px;
	text-align: center;
}

@media screen and (max-width: 750px) {
	.kekkon_kosodate_box{
		flex-direction: column;
	}
	.kekkon_kosodate_box_img{
		text-align: center;
	}
	.kekkon_kosodate_box_text{
		width: 100%;
	}
	}

	/*移住者のネック*/
.migration_neck_box{
	display: flex;
    position: relative;
	justify-content: space-around;
	border: solid 10px #f29e9d;
	margin: 30px auto;
}
.migration_neck_box_text{
	width: 75%;
    font-size: 18px;
    padding: 15px;
	font-weight: 500;
	background-color: #fff;
	line-height: 2.4rem;
}
.program-presenter_migration_neck_name{
	font-size: 18px;
    font-weight: 600;
    margin-bottom: -25px;
	margin-top: 20px;
}
@media screen and (max-width: 750px) {
	.migration_neck_box{
		flex-direction: column;
	}
	.migration_neck_box_img{
		text-align: center;
	}
	.migration_neck_box_text{
		width: 100%;
	}
	.migration-neck_img img{
		width: 100%;

	}
	}
