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

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


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


header nav {
  text-align: center;
}
header nav ul {
    margin: 0;
    padding: 1em;
    list-style-type: none;
}
header nav ul li {
    display: inline;
    /*margin-left: 1em;*/
}
header nav ul li ul {
    display: none;
}

a, a:hover {
  -webkit-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in; }

/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */

.hamburger {
  width: 60px;
  height: 46px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
	display: none;
}
.hamburger .hamburger_bar{
  transition: width .4s;
}
.hamburger_bar {
  display: block;
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0;
  background: #61bb83;
}
.hamburger_bar:nth-child(1) {
  top: 0;
}
.hamburger_bar:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.hamburger_bar:nth-child(3) {
  top: 100%;
  transform: translateY(-100%);
}
.g-navi_close {
  position: absolute;
  right: 20px;
  top: 20px;
  height: 40px;
  width: 40px;
  cursor: pointer;
}
.g-navi_close .hamburger_bar {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  height: 5px;
  background: #fff;
}
.g-navi_close .hamburger_bar:nth-child(1) {
  transform: rotate(45deg);
}
.g-navi_close .hamburger_bar:nth-child(2) {
  transform: rotate(135deg);
}
/** ハンバーガーメニュー **/
.overlay {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 130%;
  opacity: 0.5;
  background-color: #000;
}
.g-navi {
  width: 30%;
  height: 100vh;
  background: #accfe0;
  position: fixed;
  right: 0;
  top: 0;
  transition: transform 0.3s;
  transform: translateX(100%);
  overflow: auto;
  z-index: 9998;
  padding-bottom: 30px;
	opacity: 0;
}
.g-navi.active{
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.g-navi_inner {
  padding: 80px 50px;
}
.g-navi_list {
  margin-bottom: 0;
	padding: 0
}
.g-navi_list > li:not(:last-of-type) {
  border-bottom: 1px solid #9bd3cc;
}
.g-navi_list > li a,
.g-navi_list > li span {
  font-style: normal;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #14274e;
  display: block;
  width: 100%;
  padding: 20px 25px;
  position: relative;
}
.g-navi_list > li a::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #14274e;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.4s;
}
.g-navi_sav-list {
  margin-bottom: 0;
	padding-left: 0;
}
.g-navi_sav-list > li a {
  position: relative;
  padding-left: 4.5em;
  padding-right: 0;
}
.g-navi_sav-list > li a::before {
  content: '';
  background-color: #000;
  height: 1px;
  width: 20px;
  position: absolute;
  left: 2.5em;
  top: 50%;
  transform: translateY(-50%);
}
/** ホバーアクション **/
@media (hover: hover) {
  .g-navi_list > li a:hover{
    text-decoration: none;
    opacity: 1;
  }
  .g-navi_list > li a:hover::after{
    transform: scaleX(1);
    transform-origin: left center;
  }
}


a, a:hover {
  -webkit-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in; }

/* hide the link until viewport size is reached */
a.meanmenu-reveal {
  display: none; }

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {

    float: left;
    width: 100%;
    /*float: right;
    width:60px;*/
    position: fixed;
    top: 0;
    left: 0;
    /*right:0;*/
    background-color: transparent;
    /*padding: 4px 0;
    min-height: 42px;*/
    /*z-index: 999999 !important; */
    z-index: 99;
}

.mean-container a.meanmenu-reveal {
  /*width: 27px;
  height: 27px;
  line-height: 27px;*/
    width:25px;
    height: 25px;
    line-height: 25px;
  /*padding: 13px 13px 11px 13px;*/
    padding: 5px 15px 5px 10px;
    /*padding:10px 12px 14px 10px;*/
  position: absolute;
  right: 0px !important;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  display: block;
  font-weight: 100;
  z-index: 100000;
    /*background: transparent;*/

}
  .mean-container a.meanmenu-reveal span {
    display: block;
    /*background: #000;*/
      /*background: rgb(255,255,255);*/
      background: #61BB83;
    height: 3px;
    margin-top: 5px; }

.mean-container a.meanmenu-reveal span:first-child{
	margin-top:10px;
}

.mean-container .mean-nav {
    float: left;
    width: 100%;
    /*background: rgba(255, 255, 255, 0.8);*/
	background: #61BB83;
    margin-top: 50px;
}

.mean-container .mean-nav ul {
    padding: 0;
    margin: 50px auto 0 auto;
    width: 90%;
	border-radius: 40px;
    /*height: 100vh;*/
    list-style-type: none;
    -webkit-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-y: scroll;
    overflow-x: hidden;
    height: calc(100vh - 50px) !important;
    }

.mean-container .mean-nav ul li {
    position: relative;
    /*float: left;*/
    width: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.mean-container .mean-nav ul li a {
    /*display: block;*/
    /*float: left;*/
    width: 100%;
    /*padding: 1em;*/
    padding:20px;
    margin: 20px auto;
    text-align: center;
	font-family: 'RocknRoll One', sans-serif;
	font-size:1.8rem;
    color: #61BB83;
    /*border-top: 1px solid #61BB83;*/
	border-radius:30px;
    text-decoration: none;
    text-transform: uppercase;
	box-sizing: border-box;
    background: rgba(255, 255, 255, 1);

    -webkit-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

	align-items: center;
	-webkit-align-items: center;
}

.mean-container .mean-nav ul li a img{
	margin-left: auto;
	margin-right: auto;
}

.mean-container .mean-nav ul li:nth-child(2) a img{
	width:70%;
}

.mean-container .mean-nav ul li:nth-child(3) a img,
.mean-container .mean-nav ul li:nth-child(4) a img{
	width:30%;
}
/*
.mean-container .mean-nav ul li:last-child a{
	border-bottom: 1px solid #61BB83 !important;
}*/

.mean-container .mean-nav ul li a span{
	font-size:1.2rem;
	margin-left: 10px;
}

.mean-container .mean-nav ul li a figure{
	width:40px;
	height: auto;
	margin: 0 10px 0 0;
}

.mean-container .mean-nav ul li a figure img{
	width:40px;
	height: 40px;
}
/*
.mean-nav .menu li:nth-child(3) figure img,
.mean-nav .menu li:nth-child(4) figure img,
.mean-nav .menu li:nth-child(5) figure img {
    margin-bottom: 0;
}

.mean-container .mean-nav ul li:nth-child(1) a{
    border-top: none;
}*/
.mean-container .mean-nav ul .sub-menu {
    position: static;
}

.mean-container .mean-nav ul li li a {
  padding: 1em 10%;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.75;
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  text-shadow: none !important;
  margin-bottom: 0; }

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%; }

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%; }

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%; }

.mean-container .mean-nav ul li a:hover {
    /*background: rgba(10, 49, 49, 1);*/
    background: #FFF62C;
    border-bottom: 0;
}

.mean-container .mean-nav ul li a.mean-expand {
  margin: auto;
  width: 26px;
  height: auto;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.9);
  border: none !important; }

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #0b4e83; }

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both; }
/*
.mean-container a.meanmenu-reveal.meanclose{
    padding:0;
    width:50px;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    color: #444;
}*/

.mean-container a.meanmenu-reveal.meanclose{
    /*background: rgba(69, 81, 26, 0.8);*/
	/*background: rgba(255, 92, 0, 0.6);*/
    padding:0;
    width:50px;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    /*color: #aed383;*/

	display: block;
	/*position:absolute;*/
	position: fixed;
	top: 0px;
    /*right: 10px;*/
    cursor: pointer;
    border-radius: 1px;
    text-align: center;
}
.mean-container a.meanmenu-reveal.meanclose > div{
	width: 30px;
    height: 3px;
    margin: 0 auto;
    background:#61BB83;
}

.mean-container a.meanmenu-reveal.meanclose > div.cl01 {
    transform: rotate(45deg);
	/*margin-top:15px;*/
	margin-top:22px;
}

.mean-container a.meanmenu-reveal.meanclose > div.cl02 {
    transform: rotate(-45deg);
	margin-top:-3px;

}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0; }

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
  box-sizing: content-box; }

.mean-remove {
  display: none !important; }


/*-----------------------------------
top
-----------------------------------*/
html, body {
    height: 100%;
    font-size: 62.5%;
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Noto Sans CJK JP"),
    local("Noto Sans JP"),
    url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    -webkit-font-feature-settings: 'pkna';
    font-feature-settings: 'pkna';
	letter-spacing: 0.5em;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
	background-color: #FFF9BB;
    color: #313131;
}
body.navi-open{
  overflow: hidden;
  width: 100%;
  position: fixed;
  left: 0;
}

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;
	box-sizing: border-box;
}

figure img{
    flex-shrink: 0
}

.wrapper {
    position: relative;
    width: 100%;
    height: auto !important;
    margin:0 auto;
    overflow-x: hidden;
    box-sizing: content-box;
}

.mainbox,
.pagebox{
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

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

.block{
    max-width:1260px;
    width:90%;
	margin-top: 0;
    margin-bottom: 80px;
    margin-left:auto;
    margin-right: auto;
    position: relative;
}


.block p {
    font-size: 1.6rem;
    line-height: 1.9;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
}

.cont_wrap{
    /*background-image: url("../images/common/bg_color.jpg");
    background-repeat: repeat;
	background-position: bottom;
	background-size:100%;*/
    width:100%;
    margin:0 0 80px 0;
	padding-top: 30px;
}

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

.mainbox{
	width:100%;
	margin:0 auto;
}

/* セクション説明文 */
.block .block-txt {
	font-size: 18px;
	margin-bottom: 30px;
}

/*---------------------------------------
header
-----------------------------------------*/
header {
  width: 100%;
}

.cb-header{
    padding:0px 0;
    position: fixed;
    z-index:9999;
    height: 80px;
    box-sizing: border-box;
	background-color:rgba(255,255,255,0);
}


.head_01{
    /*background: rgba(255, 255, 255, 0.9);*/
    -webkit-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-content: center;
    align-content: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
	flex-wrap: wrap;
	width:100%;
	max-width: 1200px;
	height: 80px;
	margin:0 auto;
}

.header_logo {
	width:70px;
	height: 70px;
    z-index: 9999999;
	margin:0;
}

.header_logo{
	/*font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;*/
    color:#016D27;
	font-size:1rem;
	font-weight: bold;
	line-height: 1.5;
    text-decoration: none;
    text-align:justify;
	text-align-last:justify;
    display: block;
}

.header_logo img{
	width:60px;
	height: auto;
	border: 0;
}

.sp{
    display: none;
}

.navbar{
	width:80%;
	margin-right:0;
}

.menu{
	display: flex;
	align-items: center;
    height: 70px;
}

.menu li{
	margin: auto;
	padding-left:30px;
	padding-right: 30px;
}

.menu li a{
	display: block;
}

.menu li a img{
	width:100%;
	height: auto;
}

/*---------------------------------------
toppage
-----------------------------------------*/
/*mainvisual*/
.mv_wrap {
    width: 100%;
    /*height: 600px;*/
    height:auto;
	/*background-image: url("../images/bg.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center top; */
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
	text-align: center;
}

.mainvisual{
	width:100%;
	max-width: 1200px;
	padding:0px;
	box-sizing: border-box;
	margin: 0px auto;
	/*position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;*/
}

.mainvisual img{
	width:100%;
	height: auto;

	/*mix-blend-mode: multiply;*/
}


.mv_label{
	position: absolute;
	top:-50px;
	/*right:0;
	width:120px;
	height: 120px;*/
}

/*about*/
.about{
	width:90%;
	max-width: 1200px;
	margin:50px auto;
}

.about p{
	font-family: 'RocknRoll One', sans-serif;
	font-size: 20px;
	line-height: 2;
	color: #006D7C;
	text-align: center;
}

/*present*/
.present{
	width: 100%;
	background: #73C6C8 url('../images/bg_present.jpg') 0 0 repeat;
	background-size: auto;
	margin: 0 auto;
	padding: 30px 0 50px;
}

.present .row_wrap{
	max-width:1200px;
	width:90%;
}

/*common-----------------------------------------------*/
figure img,
.mainvisual img,
.header_title img,
.info_ph img{
	width:100%;
	height: auto;
}

.info_ph img,
.consult_ph img,
.emg_ph img{
	border-radius:40px;
}


.mv_date .row_wrap,
.present .row_wrap{
	max-width:1200px;
	width:100%;
	margin:0 auto;
	padding:20px;
	box-sizing: border-box;
}

#infomation .row_wrap{
	width: 90%;
	margin-left: 0;
	margin-bottom: 120px;
	justify-content: center;
	gap: 20px 70px;
}
.infomation_txt {
	margin: 0 auto 30px;
	width: 90%;
}
#infomation .infomation_txt p{
	font-size: 18px;
}

#infomation .row_wrap .info_ph {
	max-width: none;
	width: 42%;
	margin: 0;
}

#seminar::before,
#seminar::after,
#infomation::before,
#infomation::after,
.info_ph::before,
.row_wrap.jc::before,
.row_wrap.jc::after,
#jobchange .header_title::before,
#emigration section p::before,
#cities section p::before,
#workandlife .header_title::before{
	content: "";
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
}

.text_right{
	text-align: right !important;
	font-size:1.2rem !important;
}

.text_left{
	text-align: left !important;
	font-size:1.2rem !important;

	width:90%;
	max-width: 850px;
}

/** present **/
.present .present_content{
	position: relative;
}
.present_title{
	position: absolute;
	transform: rotate(21deg);
	top: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 350px;
}
.present_title img {
	width: 350px;
}
.present .present_list {
	max-width: none;
	width: 100%;
	justify-content: center;
	align-items: flex-end;
	padding-top: 0;
}
.present .present_list > div {
	margin-bottom: 0;
	width: 49%;
}
.present .present_list > div.pr_03 {
	margin-bottom: 0;
	width: 47%;
}
.present .present_list img {
	width: 100%;
}
.present_inner {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	padding-top: 140px;
}

.present_content .pr_01 {
	max-width: 900px;
	margin: 0 auto 30px;
}

.present_content .pr_01 img {
	width: 100%;
}

.present_txt {
	margin-top: 0;
	margin-bottom: 30px;
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
	color: #004954;
	line-height: 1.5;
}

.present .present_list > div.pr_02 {
	margin-right: 3%;
}

.present_chusen {
	background-color: #CDF9FC;
	padding: 30px 20px;
	border-radius: 30px;
	max-width: 900px;
	margin: 0 auto;
}


/*header_title----------------------------------*/
.header_title{
	width:40%;
	max-width: 500px;
    text-align: center;
    box-sizing: border-box;
	margin-bottom: 40px;
}


/*seminar-------------------------------------*/
#seminar{
	position: relative;
	margin-top: 150px;
}


#seminar::before{
	background-image: url("../images/cloud_y_02.svg");
	background-position: right;
	width:330px;
	height: 120px;
	right:0px;
	top:-100px;
}

#seminar::after{
	background-image: url("../images/footprint_01.svg");
	width:30%;
	max-width:400px;
	height: 200px;
	left:200px;
	bottom:-220px;
}

#seminar p {
	font-size: 18px;
}

.seminar_list{
	padding:20px;
	margin:0 auto;
	background: #fff;
	border: 4px solid #9FA0A0;
	position: relative;
}

.seminar_list::before{
	content: "";
	background-image: url("../images/illust_seminar.svg");
	background-repeat:no-repeat;
	background-size: contain;
	background-position: right bottom;
	width:300px;
	height: 200px;
	position: absolute;
	right:-100px;
	top:-120px;
	z-index: -1;
}

.seminar_li{
	width:90%;
	border-bottom: 1px solid #707070;
	margin:0 auto 30px auto;
	padding-bottom: 30px;
}

.seminar_li:last-child{
	border-bottom: none;
}

.seminar_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;
    /*align-items: flex-start;
    -webkit-align-items: flex-start; */
	margin: 0 auto;
}

.seminar_time{
	position: relative;
	width:80px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	padding-top: 10px;
}

.seminar_p_title{
	width:calc(100% - 80px);
}

.seminar_time::before{
	content: "";
	width:30px;
	height: 30px;
	background-image: url("../images/icon_time.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	top: 40px;
	left: -10px;
	right: 0;
	margin:0 auto;
	position: absolute;

}

.seminar_title{
	font-size:2.8rem;
	line-height: 1.5;
	margin:0 auto 20px auto;
	text-align: left;
}

.seminar_name{
	font-size:1.8rem;
	color:#006D7C;
	margin:0 auto 30px;
	text-align: left;
}

.seminar_info{
	width:70%;
}

.seminar_info p{
	font-size:1.8rem;
	line-height: 1.6;
	color:#000;
	text-align: left;
}
.seminar_ph{
	width: 20%;
	margin-right: 0;
}

/*senior-------------------------------------*/
#senior{
	position: relative;
	margin-top: 150px;
}

#senior::before,
#senior::after{
	content: "";
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
}

#senior::before{
	background-image: url("../images/footprint_02.svg");
	background-position: right;
	width:30%;
	max-width:400px;
	height: 200px;
	right:0px;
	bottom:-100px;
}
#senior > p {
	font-size: 1.8rem;
}
#senior .block-txt {
	text-align: left;
}

.senior_list {
	display: flex;
	flex-wrap: wrap;
}

.senior_box {
	width: 32%;
	margin-right: 2%;
	background: #fff;
	margin-bottom: 30px;
}

.senior_box:nth-child(3n) {
	margin-right: 0;
}

.senior_box_desc {
	padding: 30px;
	text-align: left;
}

.senior_desc_header {
	margin-bottom: 20px;
}

.senior_desc_header .tag-uiturn {
	background-color: #fff038;
	width: fit-content;
	padding: 3px 10px;
	border-radius: 5px;
	margin: 0 0 10px;
	font-size: 15px;
	font-weight: bold;
}

.senior_desc_header h3 {
	font-size: 30px;
	margin: 0;
}

.senior_desc_header h3 > span {
	font-size: .7em;
}

.senior_box_desc p {
	margin-bottom: 30px;
}

.senior_desc_tags {
	margin: 0;
	padding: 0;
	font-size: 15px;
	border-top: 1px dashed #888;
	padding-top: 20px;
}
.senior_desc_tags > li {
	display: inline-block;
	margin-bottom: 15px;
	position: relative;
	margin-right: 3%;
}
.senior_desc_tags > li::before {
	content: '#';
}

/*infomation-------------------------------------*/
#infomation{
	margin-bottom: 160px;
}

#infomation::before{
	background-image: url("../images/cloud_y_02.svg");
	background-position: left top;
	width:330px;
	height: 120px;
	left:-50px;
	bottom:-30px;
	z-index: 1;
}

#infomation::after{
	background-image: url("../images/footprint_01.svg");
	width:30%;
	max-width:400px;
	height: 200px;
	left:200px;
	bottom:-130px;
	z-index: -1;
}

#infomation .block-txt {
	margin-left: 40px;
}

.info_ph{
	width:40%;
	max-width: 400px;
	position: relative;
}

.info_ph::before{
	background-image: url("../images/illust_info.svg");
	background-position: bottom right;
	width:180px;
	height: 200px;
	z-index: 1;
	bottom:-50px;
	right:-50px;
}

#infomation .row_wrap .info_ph:nth-child(1)::before {
	display: none;
}

/*jobchange-------------------------------------*/
.row_wrap.jc{
	width:100%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	flex-direction: row-reverse;
	position: relative;
}

.row_wrap.jc::before{
	background-image: url("../images/illust_sea.svg");
	width:380px;
	height: 200px;
	left:-50px;
	bottom:0px;
}

.row_wrap.jc::after{
	background-image: url("../images/footprint_02.svg");
	width:30%;
	max-width:400px;
	height: 200px;
	right:200px;
	bottom:-60px;
}

#jobchange{
	width:100%;
	margin-right: 0;
	text-align: right;
	display: flex;
    flex-direction: column;
    align-items: flex-end;
	position: relative;
}

#jobchange p::before{
	content: "";
	background-image: url("../images/illust_cafe.svg");
	background-size:contain;
	background-repeat: no-repeat;
	background-position: center bottom;
	width:180px;
	height: 180px;
	position: absolute;
	bottom:0;
	left:calc(50% - 250px);
}

#jobchange .header_title{
	position: relative;
}

#jobchange .header_title::before{
	background-image: url("../images/illust_jobchange.svg");
	background-position: center top;
	width:80px;
	height: 100px;
	z-index: 1;
	left: 0;
	top:-65px;
}

#jobchange p{
	margin-right: 0;
	width:50%;
	text-align: left;
	margin-bottom: 60px;
	font-size: 18px;
}

/*kidspace-----------------------------------------*/
#kidspace{
	padding: 20px 40px;
	width:100%;
	max-width: 1200px;
	margin:0 auto;
}
.kidspace_desc {
	max-width: 1120px;
	margin: 0 auto;
	background: #fff;
	padding: 30px;
	border-radius: 10px;
}

.kidspace_desc_ttl {
	font-size: 22px;
	margin: 0 0 20px;
	border-bottom: 1px solid #63bcbc;
	padding-bottom: 15px;
	color: #63bcbc;
}

.kidspace_desc_content {
	font-size: 16px;
}

.kidspace_tag {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 10px;
}

.kidspace_name {
	font-size: 22px;
	margin: 0 0 10px;
}

.kidspace_desc_content_txt p {
	line-height: 1.8;
	margin-bottom: 20px;
}

.kidspace_desc_content_txt p:last-child {
	margin-bottom: 0;
}

.kidspace_name > span {
	font-size: .7em;
}

/*booth-----------------------------------------*/
.wrap_block{
	width:98%;
	max-width:1360px;
	margin:50px auto;
	background: #fff;
	border-radius:40px;
	padding: 40px;
}

.header_title_p{
	width:40%;
	max-width:500px;
}

.consult_ph{
	width:50%;
	margin: auto 0;
}

.consult_wrap p{
	font-size: 18px;
	line-height: 1.6;
	width:90%;
	margin:20px auto;
}

.consult_wrap{
	width:50%;
}

.wrap_block .header_title{
	width:100%;
}

/*emigration*/
#emigration{
	width:80%;
	margin:40px 0 60px auto;
	margin-left: auto;
	flex-direction: row-reverse;
	position: relative;
	align-items: center;
}

#emigration section{
	width:50%;
	margin-right:auto;
}

#emigration section p,
#workandlife section p{
	position: relative;
	padding-right: 30px;
	font-size: 18px;
}

#emigration section p::before{
	background-image: url("../images/illust_emg.svg");
	background-position: top right;
	width:80px;
	height: 200px;
	position: absolute;
	top:-20px;
	right:-40px;
}

.emg_ph{
	width:40%;
}

/*cities*/
#cities{
	width:80%;
	margin:40px auto 60px 0;
	position: relative;
	align-items: center;
}

#cities section{
	width:50%;
	margin-left:auto;
}

#cities section p{
	position: relative;
}

#cities section p::before{
	background-image: url("../images/illust_map.svg");
	background-position: bottom left;
	width:120px;
	height: 100px;
	position: absolute;
	bottom:-80px;
	left:-40px;
}


/*life_and_work*/
#workandlife{
	margin:60px auto;
	width:100%;
	max-width: 1200px;
	margin-left: auto;
	flex-direction: row-reverse;
	position: relative;
	align-items: center;
}

#workandlife .header_title::before{
	background-image: url("../images/illust_wl_01.svg");
	background-position: center;
	width:240px;
	height: 220px;
	position: absolute;
	right: 600px;


}

#workandlife section{
	width: 70%;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-end;
}
.workandlife_ttl {
	background: #73c6c8;
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 20px;
	padding: 10px 15px;
	border-radius: 5px;
}

.workandlife_list {
	margin-bottom: 30px;
}
.workandlife_box {
	width: 50%;
}
.single-workandlife_box{
	width: 100%;
}
.group_list{
	width:100% !important;
	max-width: 850px;
	border: 3px solid #BDE2E4;
	padding:20px;
	background: #fff;
	border-radius: 40px;
}

.group_list .row_wrap{
	width:100%;
}

.group_title{
	width:90%;
	margin:20px auto;
	text-align: center;
	font-size:20px;
	line-height: 1.5;
}

.box_half{
	width:45%;
	margin-left:auto;
	margin-right:auto;
}

.group_box{
	width:100%;
}

.group_box dt,
.group_box dd{
	margin-left:0;
	margin-right: 0;
	line-height: 1.5;
	width:100%;
}

.group_box dt{
	font-weight: bold;
	position: relative;
	font-size: 16px;
	margin-bottom: 5px;
}

.group_box dt::before{
	content: "";
	background: #73C6C8;
	width:12px;
	height: 12px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 10px;
}

.group_box dd{
	margin-bottom: 20px;
}

.group_box dd a{
	display: block;
	font-size: 16px;
	position: relative;
	padding-left: 1.2em;
	color: #13668d;
}
.group_box dd a::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 8px;
	height: 8px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.group_box dd ul{
	padding:0;
}

.group_box dd ul li{
	line-height: 1.5;
	margin:0 0 10px 0;
	padding:0;
	width:100%;
}

.wl_ph{
	width:25%;
	max-width: 200px;
	margin:auto;
}

/* citiesList------------------------------------------*/
.cities-ttl {
	max-width: 400px;
	width: 100%;
	margin: 0 auto 40px;
}
.cities-ttl > img {
	width: 100%;
}
.cities-list_block:not(:last-child) {
	margin-bottom: 60px;
}

.cities-list_ttl {
	margin: 0 0 20px;
	text-align: center;
}

.cities-lists {
	display: flex;
	flex-wrap: wrap;
}

.cities-list_box {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 30px;
	text-align: center;
}

.cities-list_box:nth-child(3n) {
	margin-right: 0;
}

.cities-list_box_img {
	margin-bottom: 10px;
}

.cities-link a {
	display: block;
	background: #d6eef2;
	color: #000;
	font-size: 16px;
	padding: 15px 10px;
	max-width: 250px;
	line-height: 1.5;
	margin: 0 auto;
	border-radius: 5px;
	box-shadow: 0px 3px 0px 0px rgba(50, 53, 58, 0.15);
}


/*sub_banner--------------------------------------------*/
.header_title_sub{
	font-size: 3rem;
	line-height: 1.5;
	text-align: center;
	width:90%;
	margin:0 auto 40px;
	/*position: relative;*/
	 display: flex;
  align-items: center;
  justify-content: center;
}

.header_title_sub::before,
.header_title_sub::after{
	content: "";
	background-size: contain;
	background-repeat: no-repeat;
}

.header_title_sub::before{
	background-image: url("../images/h3_r.svg");
	background-position: center left;
	width:80px;
	height: 20px;
	margin-right: 30px;
	/*transform: scaleX(-1)；*/
	transform: scale(-1, 1);

}

.header_title_sub::after{
	background-image: url("../images/h3_r.svg");
	background-position: center right;
	width:80px;
	height: 20px;
	margin-left: 30px;
}

.banner{
	width:80%;
	height: auto;
	margin-bottom: 40px;
}
.banner:last-child {
	margin-bottom: 0;
}


.block{
    opacity : 0.1;
    transform : translate(0, 50px);
    transition : all 500ms;
}

.block.scrollin{
    opacity : 1;
    transform : translate(0, 0);
}


.row_wrap a:hover{
    opacity: 0.8;
    filter: alpha(opacity=80);
}


p a, li a {
  color: #096D92; }


/*---------------------------------------
footer
-----------------------------------------*/
footer {
    width: 100%;
    margin: 0 auto !important;
	padding:30px 0 10px 0;
    text-align: center;
    box-sizing: border-box;
    background-color:#fff;
	color:#000;
	font-weight: 400;
}

footer .row_wrap{
	width: 100%;
    max-width: 1200px;
    align-items: center;
}

.ftr_text{
	color: #004954;
	width: 50%;
	font-size: 1.5rem;
	line-height: 1.8;
	text-align: left;
	font-weight: bold;
	margin: 0 auto 0 0;
}

.ftr_text img{
	max-width: 400px;
}

.ftr_text ul,
.ftr_text ul li{
	width: 100%;
	margin-left:0;
	margin-right: 0;
	padding: 0;
}

.ftr_logo{
	width: 17%;
	max-width: 180px;
	display: block;
	margin: auto 0 auto 3%;
}

.ftr_logo img{
	width:100%;
	height: auto;
}
.copyright{
    font-size:1.2rem;
    line-height: 1.6;
    font-style: normal;
    letter-spacing: 0.1em;
    width:100%;
    margin:0 auto !important;
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0 ;
    z-index: 10;
	margin-top: 0;
    margin-bottom: 0;
}

.pagetop a {
    text-align: center;
    width: 60px;
    height: 60px;
    display: block;
	background-color:#61BB83;
	position: relative;
}
.pagetop a img{
	width: 40px;
    height: auto;
    margin: auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.pagetop a:hover {
    display: block;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

/** 追加 **/
.banner:last-child {
	margin-bottom: 0;
}

.access {
	max-width: 1060px;
	margin: 0 auto 50px;
	font-size: 16px;
}

.access_desc {
	margin-top: 0;
	margin-bottom: 40px;
	width: 48%;
	margin-right: 4%;
	position: relative;
}
.access_desc:nth-child(1)::before {
	content: "";
	background-image: url(../images/illust_emg.svg);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 80px auto;
	width: 80px;
	height: 210px;
	position: absolute;
	left: 330px;
	bottom: 30px;
	z-index: -1;
}
.access_desc:nth-child(1)::after {
	content: "";
	background-image: url(../images/illust_map.svg);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: 200px auto;
	width: 200px;
	height: 106px;
	position: absolute;
	left: 90px;
	bottom: 30px;
	z-index: -1;
}

.access_desc > dt {
	background-color: #63bcbc;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	padding: 7px 40px 8px;
	line-height: 1.6;
	position: relative;
	width: fit-content;
	margin-bottom: -30px;
	margin-left: 10px;
	border-radius: 10px;
}
.access_desc_list {
	display: flex;
	flex-wrap: wrap;
}

.access_desc + .access_desc {
	margin-right: 0;
}
.access_desc > dd {
	margin: 0;
	padding: 50px 30px 40px;
	background-color: #fff;
	border-radius: 30px;
}

.access_desc_text {
	margin-top: 0;
	margin-bottom: 20px;
	display: flex;
	line-height: 1.6;
}

.access_desc_text:last-child {
	margin-bottom: 0;
}

.access_desc_text > dt {
	width: 18%;
	font-weight: bold;
}

.access_desc_text > dd {
	margin: 0;
	width: 100%;
}

.access_desc_train {
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 1.6;
}

.access_desc_train:last-child {
	margin-bottom: 0;
}

.access_desc_train > dt {
	font-weight: bold;
	border-bottom: 2px dashed #000;
	padding: 0 5px 5px;
}

.access_desc_train > dd {
	margin: 0;
	padding: 10px 5px 0;
}

.access_desc_train > dd > dl {
	margin-top: 0;
	margin-bottom: 10px;
	display: flex;
}

.access_desc_train > dd > dl:last-child {
	margin-bottom: 0;
}

.access_desc_train > dd > dl > dt {
	width: 26%;
	text-align: right;
}

.access_desc_train > dd > dl > dd {
	margin: 0;
	width: 75%;
}

.access_g-map, .access_g-map > iframe {
	width: 100%;
	height: 400px;
}

.jobsenpai-list {
	display: flex;
	gap: 40px 30px;
}

.senpai_box_img {
	margin-bottom: 10px;
}

.senpai_box_ttl {
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 1.4;
	font-size: 28px;
}

.senpai_box_ttl > span{
	font-size: 18px;
}
.senpai_box_ttl .company-name {
	display: block;
}

.block p.senpai_tag {
	background-color: #fff583;
	width: fit-content;
	padding: 3px 20px;
	border-radius: 5px;
	margin: 0;
	font-size: 14px;
}

/*---------------------------------------
responsive
-----------------------------------------*/

@media screen and (max-width: 940px){
	.mainvisual,
	.block,
	.banner{
		width:90%;
		max-width: 90%;
	}

}
@media screen and (max-width: 750px) {
  main, header, footer, .content, .main, .mainvisual, h2, .mainbox,.row_wrap{
      width: 100%;
    }

	/*header*/
	.cb-header,
	.head_01{
		height: 50px;
	}

	/*common parts*/
	.sp{
		display: block;
	}
	.pc{
		display: none;
	}

    .head_01,
	.block{
		padding-left: 10px;
		padding-right: 10px;
  }
	.mainvisual,
	.block,
	.banner{
		width:90%;
		max-width: 90%;
	}
/*footer*/
	.ftr_text{
		text-align: center !important;
	}
	.ftr_logo{
		width: 25%;
    margin: 20px 5%;
	}
	footer address{
		box-sizing: border-box;
	}

}
@media screen and (min-width: 601px) {
	.sp-only{
		display: none!important;
	}
}
@media screen and (max-width: 600px) {
	.pc-only{
		display: none!important;
	}
	.mainvisual {
    width: 100%;
    max-width: 100%;
	}
	.about p {
    text-align: left;
	}

	.about {
		margin: 30px auto 40px;
	}

	.present .row_wrap {
		display: block;
		padding: 0;
	}
	.present_inner{
		padding-top: 150px;
		padding-left: 20px;
    padding-right: 20px;
	}

	.pr_01, .pr_02, .pr_03 {
		width: 100%;
		max-width: 400px;
		margin: 0 auto 30px;
	}

	.pr_01 img, .pr_02 img, .pr_03 img {
		width: 100%;
	}

	.pr_03 {
		margin-bottom: 0;
	}

	.present_title {
		left: 5px;
    top: 0;
	}
	.present .present_list > div {
    width: 95%;
		max-width: 450px;
	}
	.present_content .pr_01{
		max-width: 450px;
	}
	.present .present_list > div.pr_02 {
		width: 100%;
		margin-right: auto;
		margin-bottom: 20px;
	}
	.present .present_list > div.pr_03{
		width: 100%;
	}

	#seminar > p {
		margin-bottom: 80px;
		font-size: 18px;
	}

	.header_title {
		width: 100%;
		max-width: 350px;
		margin-bottom: 20px;
	}

	.seminar_list::before {
		right: 10px;
	}

	.seminar_li {
		width: 100%;
	}

	.seminar_li .row_wrap {
		flex-direction: column;
	}

	.seminar_info {
		width: 100%;
		margin-bottom: 20px;
	}

	.seminar_wrap {
		flex-direction: column;
	}

	.seminar_time {
		width: 100%;
		font-size: 24px;
		margin-bottom: 60px;
	}
	.seminar_time::before{
		top: 50px;
	}

	.seminar_p_title {
		width: 100%;
	}

	.seminar_title {
		font-size: 26px;
	}

	.seminar_ph {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
	}

	.seminar_name {
		margin-bottom: 20px;
	}

	#seminar::after {
		width: 60%;
	}

	.senior_list {
		flex-direction: column;
	}

	.senior_box {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}

	.senior_desc_header h3 {
		font-size: 28px;
	}

	.senior_box:last-child {
		margin-bottom: 0;
	}

	#senior::before {
		width: 60%;
		z-index: -1;
		bottom: -150px;
	}

	#senior {
		margin-bottom: 150px;
	}

	#infomation .row_wrap {
		width: 100%;
		flex-direction: column;
	}

	#infomation .row_wrap p {
		width: 100%;
		margin-bottom: 20px;
	}

	#infomation .row_wrap .info_ph {
		width: 100%;
	}

	#infomation::before {
		left: -20px;
		bottom: -60px;
	}
	.info_ph::before {
    right: 0;
    bottom: -80px;
	}

	#jobchange {
	width: 90%;
	max-width: 90%;
	margin-right: auto;
	margin-bottom: 150px;
	}

	#jobchange p {
		width: 100%;
		margin-bottom: 190px;
	}

	#jobchange .header_title {
		margin-right: auto;
	}

	.row_wrap.jc::before {
		left: 40px;
		width: 50%;
		bottom: 70px;
	}

	#jobchange p::before {
		left: auto;
		right: 20px;
	}

	.row_wrap.jc::after {
		width: 60%;
		z-index: -1;
		bottom: -60px;
		right: 0;
	}
	#kidspace {
		padding: 0;
		margin-bottom: 30px;
	}

	.kidspace_desc {
		margin-bottom: 80px;
	}

	.kidspace_desc_header {
		margin-bottom: 20px;
	}

	.wrap_block {
		padding: 30px;
	}

	.consult_wrap {
		width: 100%;
	}

	.header_title_p {
		width: 100%;
		max-width: 400px;
		margin-top: 0;
		margin-bottom: 20px;
	}

	.header_title_p img {
		max-width: 100%;
	}

	.consult_ph {
		width: 100%;
	}

	#emigration section {
		width: 100%;
	}

	#emigration {
		width: 100%;
		margin-right: auto;
	}

	.emg_ph {
		width: 100%;
	}

	#cities section {
		width: 100%;
		margin-bottom: 10px;
	}

	#cities {
		width: 100%;
		margin-left: auto;
	}

	#cities section p::before {
		display: none;
	}

	#workandlife section {
		width: 100%;
	}

	.wrap_block .header_title {
		margin-right: auto;
	}

	.group_list .row_wrap {
		flex-direction: column;
	}

	.workandlife_box {
		width: 100%;
	}

	#workandlife .wl_ph {
		display: none;
	}

	#cities-list {
		padding: 0;
		margin-bottom: 30px;
	}

	.cities-list_box {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}

	.cities-list_box:last-child {
		margin-bottom: 0;
	}

	.banner {
		width: 100%;
		max-width: 100%;
	}
	.header_title_sub{
		font-size: 26px;
	}

	footer .row_wrap {
		justify-content: center;
    -webkit-justify-content: center;
	}

	.ftr_text {
		width: 100%;
		margin: 0 auto;
	}
	.senior_desc_header .tag-uiturn,
	.senior_desc_tags,
	.group_box dt, .group_box dd a,
	#cities section p,
	.kidspace_desc_content_txt p,
	.senior_box_desc p {
		font-size: 18px;
	}
	.hamburger {
		transform: none;
	}
	.g-navi {
    width: 100vw;
	}
	.g-navi_inner {
		padding: 60px 30px;
	}
	.g-navi_list > li a, .g-navi_list > li span{
		font-size: 22px
	}
	#infomation::after {
    width: 60%;
    left: 0;
    bottom: -190px;
	}

	.access_desc {
    width: 100%;
    margin-right: 0;
	}
	.access {
		padding: 0 20px;
	}
	.access_desc > dd {
		padding: 50px 30px 40px;
	}
	.access_desc:nth-child(1)::before,.access_desc:nth-child(1)::after {
		display: none;
	}
	.access_g-map > iframe {
		height: auto;
		aspect-ratio: 16/9;
	}
	.access_g-map {
		height: auto;
	}
	.jobsenpai-list {
		flex-direction: column;
	}
	.senpai_box_ttl {
		font-size: 26px;
	}
}
