@charset "utf-8";

/***********************************************************************************************************************
* 基本構造
***********************************************************************************************************************/

/* Reset margin, padding, border
 * *********************************** */

html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
}

/* Typography
 * *********************************** */

html {
    font-size: 62.5%;
}

body {
    color: #fff;
    font-size: 1.6rem;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.4;
    min-width: 320px;
}

* {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a,
a:visited {
    color: inherit;
}

/* Layout
 * *********************************** */

article,
aside,
footer,
header,
nav,
section,
main {
    display: block;
}

* {
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: inherit;
}

/* Elements
 * *********************************** */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol,
ul {
    list-style: none;
}

img,
video {
    max-width: 100%;
}

img {
    border-style: none;
    display: block;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
a{
    text-decoration: none;
}
.hover{
    vertical-align: top;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: opacity .4s ease;
       -moz-transition: opacity .4s ease;
        -ms-transition: opacity .4s ease;
         -o-transition: opacity .4s ease;
            transition: opacity .4s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.hover:hover{
    opacity: 0.5;
}
.pc{ display: block;}
.sp{ display: none;}
/* Attributes & states
 * *********************************** */

[hidden] {
    display: none !important;
}

[disabled] {
    cursor: not-allowed;
}

:focus:not(:focus-visible) {
    outline: none;
}
.inner{
    margin: 0 auto;
    max-width: 1200px;
}
.content-inner{
    margin: 0 auto;
    max-width: 960px;
}
.eventinner{
    margin: 0 auto;
    max-width: 960px;
}

.wrap{
    box-sizing: border-box;
    padding: 0 2.6vw;
}
.flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.navi ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navi ul li{
    text-align: center;
    max-width: 370px;
    width: 30%;
}
.navi ul li a{
    background: #fff;
    border: 2px solid #009fe5;
    border-radius: 33px;
    color: #009fe5;
    font-size: 1.8rem;
    padding: 18px 0;
    position: relative;
    width: 100%;
}
.navi ul li a::after{
    border-top: 2px solid #01a0d7;
    border-right: 2px solid #01a0d7;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 25px;
    margin: auto 0;
    width: 8px;
    height: 8px;
    transform: translateX(-50%) rotate(135deg);
}
.menu ul{}
.menu ul li{
    text-align: center;
    margin-bottom: 30px;
}
.menu ul li a{
    background: #01a0d7;
    border-radius: 10px;
    color: #fff;
    font-size: 3.0rem;
    padding: 30px 0;
    max-width: 557px;
    width: 100%;
}
.section-title {
    position: relative;
    margin-bottom: 50px;
    font-size: 3.6rem;
    font-weight: bold;
    text-align: center;
}
.section-title:before {
    content: '';
    position: absolute;
    top: 0;
    display: inline-block;
    width: 308px;
    height: 11px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #AA0000;
}
.section-title span {
    display: inline-block;
    margin-top: 100px;
}

.section-title span.rainbow1 {
	margin-top: 100px;
	color:#E40012;
}

.section-title span.rainbow2 {
	margin-top: 100px;
	color:#F18E01;
}

.section-title span.rainbow3 {
	margin-top: 100px;
	color:#FED702;
}

.section-title span.rainbow4 {
	margin-top: 100px;
	color:#5EAF28;
}

.section-title span.rainbow5 {
	margin-top: 100px;
	color:#65C3F1;
}

.section-title span.rainbow6 {
	margin-top: 100px;
	color:#1083D2;
}

.section-title span.rainbow7 {
	margin-top: 100px;
	color:#B380B4;
}

#main-visual{
    /*background: url("/terra/img/main_visual-pc.jpg") no-repeat 50% 50%;*/
    background-size: cover;
    height: calc(100vh - 80px);
    padding-bottom: 0;
    position: relative;
    width: 100%;
}
#main-visual .slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#main-visual .slide .slide-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  animation: slider 24s linear infinite; /*24秒かけて無限にアニメーションする*/
}

#main-visual .slide .slide-image:nth-child(1) {
  background-image: url(/terra/img/main_visual-pc.jpg);
  animation-delay: -2s;
}

#main-visual .slide .slide-image:nth-child(2) {
  background-image: url(/terra/img/main_visual02-pc.jpg);
  animation-delay: 6s;
}

#main-visual .slide .slide-image:nth-child(3) {
  background-image: url(/terra/img/main_visual03-pc.jpg);
  animation-delay: 14s;
}

@keyframes slider {
  0% {
    opacity: 0;
  }
  4.16% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  41.66% {
    opacity: 0;
  }
    100% {
  opacity: 0;
  }
}

#main-visual .inner{
    position: relative;
    /*height: 100%;*/
    width: 95%;
}
#main-visual h1.logo{
    max-width: 246px;
    position: absolute;
    top: 3.96vh;
    width: 12.8125%;
}
#main-visual .main_copy{
    position: absolute;
    top: 3.96vh;
    width: 12.8125%;
}
#main-visual p.copy{
    margin: 0 auto;
    max-width: 94px;
    width: 38.211%;
}
#main-visual .information01{
    position: absolute;
    bottom: 5vh;
    left: 0;
    max-width: 814px;
    width: 68%;
}
#main-visual .information02{
    position: absolute;
    bottom: 4vh;
    right: 0;
    max-width: 245px;
    width: 22.08%;
}
#main-visual .navi{
    bottom: 6.34vh;
    max-width: 1200px;
    position: absolute;
    width: 100%;
}
#open-campaign{
    background: #fdef00;
    padding-bottom: 48px;
}
#open-campaign .inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
#open-campaign h2{
    margin: -56px auto 0;
}
#open-campaign h2 img{
    margin: 0 auto;
}
#open-campaign a{
    display: block;
}

.setsumeikai-sp{
	width: 92%;
	margin: 0 auto;
}

#holiday-campaign{
    background: #fdef00;
    padding-bottom: 75px;
    padding-bottom: 52px;
}
#holiday-campaign .inner{
    position: relative;
}
#holiday-campaign h2{
    margin: -40px auto -32px;
    margin: -40px auto 0;
}
#holiday-campaign h2 img{
    margin: 0 auto;
}
#holiday-campaign ul li{
    max-width: 588px;
    width: 49%;
}

#benefits{
    background: #86daff;
    border: 1px solid #86daff;
    padding-top: 35px;
    padding-bottom: 75px;
}
#benefits .inner{
    position: relative;
}
#benefits h2{
    margin: 0 auto 15px;
}
#benefits h2 img{
    margin: 0 auto;
}
#benefits p{
    margin: 0 auto 15px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
#benefits ul li{
    max-width: 588px;
    width: 49%;
}
#announcement {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #D7EFFC;
    color: #4DB2E8;
    font-size: 32px;
    text-align: center;
}

#announcement ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2%;
  list-style: none;
}
#announcement li{
  list-style: none;
  width: 48.5%;
}

#event ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2%;
  list-style: none;
  width: 970px
}
#event li{
  list-style: none;
  float: left;
  width: 48.5%;
}

#event li.list3{
  list-style: none;
  float: left;
  width: 100%;
}

.section-service .section-title {
    color: #707070;
}
.section-service .service-list {
    display: flex;
    gap: 3%;
    margin-bottom: 65px;
}
@media screen and (max-width: 1260px){
    .section-service .service-list li.gakudou span {
        display: block;
    }
}
@media screen and (max-width: 1090px){
    .section-service .service-list li.day_service span {
        display: block;
        margin-left: -1em;
    }
}
.section-service .service-list .btn {
    padding: 0.8em 0.2em;
    background: #17A0D7;
    border-radius: 0 0 8px 8px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
}
.section-service p{
    margin: 0 auto 0 90px;
    color: #707070;
    font-size: 1.8rem;
	line-height: 2;
	width: 80%;
}

#service .service_top{
    background: linear-gradient(180deg, #009fe5 0%, #009fe5 89.36%, #fff 89.36%, #fff 100%);
    margin-bottom: 90px;
    padding-top: 60px;
}
#service h2{
    margin: 0 auto 30px;
}
#service h2 img{
    margin: 0 auto;
}
#service .service_top ul li{
    max-width: 370px;
    width: 30.833%;
}
#service .navi{
    margin-bottom: 90px;
}
#service h3{
    background: #a62035;
    border-radius: 34px;
    color: #fff;
    font-size: 3.0rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin: 0 auto 50px;
    padding: 15px 0;
    text-align: center;
}
#service #gakudou > ul{
    margin-bottom: 25px;
}
#service #gakudou > ul li{
    margin: 0 0 50px;
    max-width: 570px;
    width: 47.5%;
}
#service #day-service .flex > ul,
#service #day-service nav{
    margin: 0 0 50px;
    max-width: 570px;
    width: 47.5%;
}
#service #day-service nav{
    margin-top: 25px;
}
#service #activities h4 img{
    margin: 0 auto;
}
#service #activities ul.activities-list01{
    align-items: flex-end;
}
#service #activities ul.activities-list01 li{
    margin: 0 0 50px;
}
#service #activities ul.activities-list01 li:first-child{
    max-width: 561px;
    margin-left: 1.25%;
    width: 46.75%;
}
#service #activities ul.activities-list01 li:last-child{
    max-width: 576px;
    width: 48%;
}
#service #activities h4.title02{
    margin: 0 auto 45px;
}
#service #activities ul.activities-list02{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#service #activities ul.activities-list02 li{
    margin: 0 3% 35px 0;
    max-width: 300px;
    width: 25.75%;
}
#service #activities ul.activities-list02 li:nth-child(3n){
    margin-right: 0;
}
#service #activities ul.activities-list02 li:last-child{
    margin-right: 0;
    margin-top: -13px;
}
#about{
    margin: 40px 0 85px;
}
#about h2{
    margin: 0 auto 45px;
}
#about h2 img{
    margin: 0 auto;
}
#about .navi ul li a{
    opacity: 0.3;
    background: #009fe5;
    border: 2px solid #009fe5;
    color: #fff;
    display: inline-block;
    pointer-events: none;
}
.contact{
    margin: 0 auto;
    padding: 60px 0;
    max-width: 780px;
}
#service .contact{
    padding: 60px 0 100px;
}
.contact .tel_form{
    margin: 0 auto;
}

.contact img{
 float:left;
}

.contact a{
    color: rgb(255, 255, 255);
    font-size: 2.4rem;
    max-width: 420px;
    width: 100%;
    background: rgb(1, 160, 215);
    border-radius: 10px;
    padding: 10px 20px 14px 20px;
    text-align: center;
    margin: 12px 0 0 36px;
}
.section-announcement .description {
    color: #707070;
    font-size: 1.8rem;
    font-weight: bold;
	line-height: 1.6;
	margin: 10px;
}

.section-reasons {
    padding-bottom: 100px;
    background: #4DB2E8;
}
.section-reasons .check_list {
    flex-wrap: nowrap;
    margin: 0 auto 75px;
}
.section-reasons .description {
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
	line-height: 2;
	width: 80%;
	margin: 0 auto 50px;
}
.section-reasons .reasons-list {
    display: flex;
    width: 100%;
    margin-bottom: 76px;
}
.section-reasons .reasons-list li{
    text-align: center;
}
.section-reasons .reasons-list li:nth-of-type(1) {
    width: 12.8%;
}
.section-reasons .reasons-list li:nth-of-type(2) {
    width: 14.1%;
}
.section-reasons .reasons-list li:nth-of-type(3) {
    width: 13.9%;
}
.section-reasons .reasons-list li:nth-of-type(4) {
    width: 13.9%;
}
.section-reasons .reasons-list li:nth-of-type(5) {
    width: 14%;
}
.section-reasons .reasons-list li:nth-of-type(6) {
    width: 14.6%;
}
.section-reasons .reasons-list li:nth-of-type(7) {
    width: 16.7%;
}
.section-reasons .reasons-list li figure {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 97px;
    margin-bottom: 25px;
}
.section-reasons .reasons-list li figure img {
    display: inline-block;
}
.section-reasons .reasons-list li p {
    padding: 8px 0;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
    color: #fff;
    font-size: 1.9rem;
    font-weight: bold;
    text-align: center;
}
.section-reasons .reasons-list li:nth-of-type(1) p {
    background: #E40012;
    border-left: 4px solid #fff;
}
.section-reasons .reasons-list li:nth-of-type(2) p {
    background: #F18E01;
}
.section-reasons .reasons-list li:nth-of-type(3) p {
    background: #FED702;
}
.section-reasons .reasons-list li:nth-of-type(4) p {
    background: #5EAF28;
}
.section-reasons .reasons-list li:nth-of-type(5) p {
    background: #65C3F1;
}
.section-reasons .reasons-list li:nth-of-type(6) p {
    background: #1083D2;
}
.section-reasons .reasons-list li:nth-of-type(7) p {
    background: #B380B4;
}
.section-reasons .link-area .btn {
    /*margin: 0 auto 45px;*/
    text-align: center;
}
.section-reasons .link-area .btn a {
    max-width: 613px;
    width: 100%;
    padding: 34px 0;
    background: #fff;
    border-radius: 16px;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    color: #17A0D7;
}
.section-reasons .link-area ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2em;
}
.section-reasons .link-area ul li a {
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
}

.section-reasons .houkoku {
    width:100%;
}

.section-recruit {}
.section-recruit .section-title {
    color: #707070;
}
.section-recruit .banner {
    /* margin: 0 auto 60px; */
    text-align: center;
}
.section-recruit .banner img {
    display: inline-block;
}
.lower-header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 392px;
    margin-bottom: 100px;
}
.content-gakudou .lower-header {
    background: url("/terra/gakudou/img/header-bg.jpg") no-repeat 50% 50%;
    background-size: cover;
}
.content-lesson .lower-header {
    background: url("/terra/lesson/img/header-bg.jpg") no-repeat 50% 50%;
    background-size: cover;
}
.content-ds .lower-header {
    background: url("/terra/day_service/img/header-bg.jpg") no-repeat 50% 50%;
    background-size: cover;
}
.content-event .lower-header {
    background: url("/terra/event/img/header-bg.jpg") no-repeat 50% 50%;
    background-size: cover;
}
.content-welfare .lower-header {
    background: url("/terra/welfare/img/header-bg.jpg") no-repeat 50% 50%;
    background-size: cover;
}

.lower-header h1 {
    max-width: 652px;
    width: 100%;
    padding: 0.5em 0;
    background: #A21C1C;
    font-size: 3.0rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.1em;
    text-align: center;
}
/*お知らせ*/
.news-box{
	background:#f2f2f2;
	padding:40px 30px 40px 30px;
    border-radius: 20px;
    color:#000;
    font-size:18px;
}

.news-box .news-title{
	color:#00a1da;
	font-size:36px;
	text-align:center;
	font-weight:bold;
}
.news-box .news-ul{
	width:80%;
	margin:20px auto 10px auto;
}

.news-box .news-ul article{
	margin:14px 0;
}

.news-box .news-ul article p time{
	color:#fff;
	background:#00a1da;
	padding:2px 8px 3px 8px;
	margin-right:10px;
}

#access{
    background: #f2f2f2;
    color: #282828;
    padding-bottom: 55px;
    padding-top: 35px;
}
#access .inner{
    display: flex;
}
#access .inner figure{
    margin-right: 2%;
    width: 48%;
}
#access .inner div{
    margin-top: 30px;
    width: 50%;
}
#access .inner figure img{
    max-width: 572px;
    width: 100%;
}
#access .inner div h2{
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
}
#access .inner div .address{
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.6em;
    margin-bottom: 10px;
}
#access .inner div .link_map a{
    border-bottom: 1px solid #009fe5;
    color: #009fe5;
    display: inline-block;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    margin-bottom: 45px;
    padding-bottom: 3px;
}
#access .inner div .btn{
    background: #009fe5;
    border-radius: 18px;
    color: #fff;
    display: inline-block;
    font-size: 1.6rem;
    padding: 10px 0;
    max-width: 245px;
    text-align: center;
    width: 100%;
}
#page-top{
    position: relative;
    max-width: 1370px;
}
#page-top a{
    position: absolute;
    top: -30px;
    right: 0;
}
footer{
    background: url("/terra/img/footer_img.jpg") no-repeat 50% 50%;
    background-size: cover;
    height: 357px;
    width: 100%;
}
footer p{
    font-weight: 500;
    padding-top: 40px;
    text-align: center;
}

/*----------202208改修----------*/
header .inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1920px;
    height: 80px;
    margin: 0 auto;
    padding: 0 2.7%;
}
header h1.logo{
    max-width: 180px;
}
header button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: inherit;
    cursor: pointer;
    font: inherit;
    margin: 0;
    outline: none;
    padding: 0;
    vertical-align: middle;
}
header .burger-btn {
    display: block;
    height: 40px;
    position: relative;
    width: 60px;
    z-index: 3;
}
header .bar {
    background-color: #707070;
    display: block;
    height: 5px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 50px;
}
header .bar_top {
    top: 0;
}
header .bar_mid {
    top: 50%;
    transform: translate(-50%,-50%);
}
header .bar_bottom {
    bottom: 0;
}
header .burger-btn.close .bar_top {
    top: 9px;
    transform: translate(-50%,10px) rotate(45deg);
    transition: transform .3s;
    background-color: #fff;
}
header .burger-btn.close .bar_mid {
    opacity: 0;
    transition: opacity .3s;
}
header .burger-btn.close .bar_bottom {
    bottom: 8px;
    transform: translate(-50%,-8px) rotate(-45deg);
    transition: transform .3s;
    background-color: #fff;
}
.noscroll{
    overflow: hidden;
}
header .nav-wrapper {
    visibility: hidden;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    opacity: 0;
    transition: opacity .5s;
    z-index: 2;
}
header .header-nav {
    background-color: #1b1310;
    /*height: 100%;*/
    width: 100%;
    z-index: 2;
    padding: 0 2.6vw;
}
header .nav-list {
    display: block;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%,-50%);
}
header .nav-item {
    margin-bottom: 40px;
    margin-right: 0;
}
header .nav-wrapper.fade {
    opacity: 1;
    visibility: visible;
}
.section-event {
    color: #707070;
}
.section-event .title {
    margin-bottom: 35px;
	font-size: 2.6rem;
    line-height: 1.8em;
}
.section-event .img {
    margin-bottom: 40px;
}
.section-event .img img {
    width: 100%;
}
.section-event p {
    margin-bottom: 40px;
    font-size: 1.8rem;
    line-height: 1.8;
}
.section-event .small {
    font-size: 1.4rem;
}
.section-event .bold {
    font-weight: bold;
}
.section-event .font-red {
    color: #FF0000;
}
.section-event .center {
    text-align: center;
}
.section-event a {
    text-decoration: underline;
}
.section-event a:hover {
    text-decoration: none;
}
.section-event a img{
	border: 1px #a1d2f5 solid;
	
}
.section-event .btn {
    margin: 0 auto 40px;
    text-align: center;
}
.section-event .btn a {
    display: inline-block;
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    background: #17A0D7;
    border-radius: 10px;
    padding: 1em 6em;
    text-decoration: none;
}
.section-event .description {
    text-align:center;
}
.section-event .end {
    opacity: 0.5;
}
.lower-header {
    height: 320px;
    margin-bottom: 50px;
}
.lower-header h1 {
    font-size: 2.4rem;
}
header h2{
    margin-bottom: 25px;
    color: #169EE5;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
}
.header-nav-top {
    width: 100%;
    max-width: 900px;
    margin: 0 auto 35px;
    padding-top: 80px;
    padding-bottom: 35px;
    border-bottom: 1px dotted #BCBCBC;
}
.header-nav-top ul {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.header-nav-top ul li {
    width: 20%;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
}
.header-nav-top ul li figure {
    margin-bottom: 10px;
}
.header-nav-bottom {
    padding-bottom: 50px;
}
.header-nav-bottom > div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
}
.header-nav-bottom > div .btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 186px;
    height: 38px;
    background: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    color: #17A0D7;
    border-radius: 6px;
}
.header-nav-bottom ul {
    display: flex;
    gap: 35px;
}
.header-nav-bottom ul li a {
    display: block;
    line-height: 1;
    font-size: 1.2rem;
    font-weight: bold;
}
.rocket_caff a{

}
.content-row {
    color: #707070;
}
.lower-header-title {
    margin-bottom: 60px;
    padding: 2em 0;
    background: #A7A7A7;
}
.lower-header-title h1 {
    margin-left: -2em;
    font-size: 2.4rem;
    font-weight: bold;
    color: #fff;
}
@media screen and (max-width: 1400px){
    .lower-header-title {
        padding: 2em 2.6vw;
    }
    .lower-header-title h1 {
        margin-left: 0;
    }
}
.lower-header-img {
    margin-bottom: 90px;
}
.lower-header-img p {
    margin-top: 2em;
    line-height: 2.0;
    text-align: center;
}
.section {
    margin-bottom: 90px;
}
.center {
    text-align: center;
}
.section-title02 {
    position: relative;
    margin: 0 auto 60px;
    padding-top: 60px;
    border-top: 2px solid #707070;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    max-width: 1200px;
}
.section-title02:before {
    content: '';
    position: absolute;
    top: 0;
    display: inline-block;
    width: 308px;
    height: 11px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #AA0000;
}
.content-staff .lower-header-img {
    margin-bottom: 52px;
}
.staff-profile-wrap {
    margin: 0 auto 60px;
    font-size: 1.4rem;
    text-align: center;
}
.staff-profile-wrap p {
    display: inline-block;
    margin: 0 auto;
    padding: 8px 20px;
    border: 1px solid #C4C4C4;
}
.staff-profile-wrap strong {
    font-weight: bold;
    margin-right: 1em;
}
.staff_list {
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
}
.staff_list li {
    width: 30%;
    margin-bottom: 60px;
}
.staff_list li .img {
    margin-bottom: 1em;
    border-radius: 12px;
}
.staff_list li .text {}
.staff_list li .text .name {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}
.staff_list li .text .type {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}
.staff_list li .text .profile {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.8;
}
.content-business .description {
    margin-bottom: 4em;
    line-height: 2.0;
}
.section-business-img {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	gap: 15px;
	margin-bottom: 2em;
}
.section-business-img li {
    width: calc((100% - 15px) / 2);
}
.section-business-img li img {
    border-radius: 12px;
}
.section-business-img li.text {
    width: calc((100% - 100px) / 2);
}
.section-business-img li.text p {
    line-height: 1.8;
}
.section-business-img .btn {
    margin: 30px auto 0;
    text-align: center;
}
.section-business-img .btn a {
    display: block;
}

.section-business a.bt {
    color: rgb(255, 255, 255);
    font-size: 2.0rem;
    max-width: 420px;
    width: 100%;
    background: rgb(1, 160, 215);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}

.section-business a.textlink {
   color: #e57610;
}

.content-activity {
    color: #707070;
}
.content-activity .lower-header {
    margin-bottom: 0;
    background: url(/terra/activity/img/header-bg.jpg) no-repeat 50% 50%;
    background-size: cover;
}
.section-description {
    margin: 0;
    padding: 60px 0;
    background: #F2F2F2;
}
.section-description p {
    width: 70%;
    margin: 0 auto;
    line-height: 1.8;
}
.content-activity .section-reasons {
    background: #fff;
}
.content-activity .section-title02 {
    border-top: none;
}
.activity-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px 30px;
}
.activity-list li {
    width: calc((100% - 90px) / 4);
}
.activity-list li figure {
    margin-bottom: 1.5em;
}
.activity-list li h3 {
    margin-bottom: 1.1em;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
}

.activity-list li p {
    font-size: 1.6rem;
}

.activity-houkoku {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.activity-houkoku li {
     width: 640px;
	}
	
.activity-houkoku li.activity-houkoku-txt {
		width: 640px;
		margin-top:50px;
}

.activity-houkoku li p {
	margin-top: 10px;
	margin-bottom:50px
	font-size: 1.6rem;
}

.activity-houkoku iframe {
	width: 640px;
	height: 360px;
}

.lower-header-img .inner {
    position: relative;
}
.lower-header-img p.title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    margin-top: 0;
}
.lower-header-img p.title strong{
    display: block;
    font-size: 4rem;
    letter-spacing: 0.2em;
}
.lower-header-img p.title small{
    display: block;
    font-size: 1.4rem;
    letter-spacing: 0.3em;
}
.content-philosophy .description {
    margin-bottom: 4em;
    line-height: 2;
}
.content-philosophy .section-philosophy .logo {
    margin: 60px auto 60px;

}
.content-philosophy .section-philosophy .logo img {
    margin: 0 auto;
}
.content-philosophy .section-policy .policy-list h3 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 0.5em;
}
.content-philosophy .section-policy .policy-list p {
    margin-bottom: 3em;
}
.content-philosophy .section-purpose .purpose-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 90px;
}
.content-philosophy .section-purpose .purpose-list li {
    width: calc((100% - 90px) / 4);
}
.content-philosophy .section-purpose .purpose-list li h3 {
    margin-bottom: 1.5em;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
}
.content-philosophy .section-purpose .purpose-list li figure {
    margin-bottom: 30px;
}
.content-philosophy .section-purpose .purpose-list li h4 {
    margin-bottom: 1.5em;
    font-weight: bold;
}
.content-philosophy .section-purpose .purpose-list li p {
    font-size: 1.5rem;
    line-height: 1.5em;
}
.content-philosophy .section-purpose .btn {
    text-align: center;
}
.content-philosophy .section-purpose .btn a {
    display: inline-block;
    padding: 1.5em 3em;
    background: #01a1d7;
    border-radius: 16px;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.content-welfare .description {
    margin-bottom: 4em;
	line-height: 2.0;
	color:#000000;
}
.content-welfare-img {
display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
	margin-bottom: 2em;
}
.content-welfare-img li {
    width: calc((100% - 15px) / 2);
}

.content-welfare-img img {
    border-radius: 12px;
}
.content-welfare li a {
    color: rgb(255, 255, 255);
    font-size: 2.4rem;
    max-width: 600px;
    width: 100%;
    background: rgb(1, 160, 215);
    border-radius: 10px;
    padding: 20px;
	text-align: center;
	margin-bottom:30px;
}
/***********************************************************************************************************************
* デバイス横サイズ767px以下
***********************************************************************************************************************/
@media screen and (max-width: 768px){
.pc{ display: none; }
.sp{ display: block; }
.navi ul {
    display: block;
}
.navi ul li {
    margin: 0 auto 15px;
    width: 100%;
}
.navi ul li a{
    border: 1px solid #009fe5;
    border-radius: 15px;
    font-size: 1.6rem;
    padding: 12px 0;
}
.inner,
.content-inner{
    width: 92%;
}
.wrap{
    padding: 0;
}
#main-visual{
    /*background: url("/terra/img/main_visual-sp.jpg") no-repeat 50% 50%;*/
    background-size: cover;
    height: calc(100svh - 80px);
}
#main-visual .slide .slide-image:nth-child(1) {
  background-image: url(/terra/img/main_visual-sp.jpg);
  animation-delay: -2s;
}

#main-visual .slide .slide-image:nth-child(2) {
  background-image: url(/terra/img/main_visual02-sp.jpg);
  animation-delay: 6s;
}

#main-visual .slide .slide-image:nth-child(3) {
  background-image: url(/terra/img/main_visual03-sp.jpg);
  animation-delay: 14s;
}
#main-visual .inner {
    /*width: 92%;*/
}
#main-visual h1.logo{
    left: 0;
    right: 0;
    top: 2.8vh;
    margin: 0 auto;
    width: 29.51%;
}
#main-visual .main_copy{
    top: 2.8vh;
    width: 100%;
}
#main-visual p.copy{
    margin: 0 0 0 14.9vw;
    max-width: 35px;
    width: 8.6%;
}
#main-visual .information01{
    right: 0;
    bottom: 2.936vh;
    margin: 0 auto;
}
#main-visual .information02{
    bottom: 15vh;
}
#open-campaign h2 {
    margin: -36px auto 0;
}
#open-campaign h2 img.pc{
    display: block;
}
#open-campaign h2 img.sp{
    display: none;
}
#open-campaign a img.pc{
    display: block;
}
#open-campaign a img.sp{
    display: none;
}
.top-nav-sp{
    background: #3e3c3f;
    padding: 0 0 60px;
}
footer p{
    padding-top: 20px;
}

.contact .tel_form{
    margin: 0 auto;
    text-align: center;
}
.contact img{
    float: none;
    width:100%;
}
.tel_form img{
    display: inline-block;
    max-width: 323px;
}
.contact a{
    font-size: 1.8rem;
    margin: 12px 0;
}

/*----------202208改修----------*/
header .inner{
    padding: 0;
}
.section-service .service-list {
    margin-bottom: 45px;
}
.section-service .service-list .btn {
    font-size: 1.4rem;
}
.section-service .service-list .btn span {
    display: block;
    margin-left: -1em;
}
.section-service p {
    font-size: 1.6rem;
		margin: 0 auto;
		width: 90%;
}
.section-reasons .check_list {
    margin: 0 auto 35px;
}
.section-reasons .description {
    font-size: 1.6rem;
    width: 90%;
    margin: 0 auto;
}
.section-reasons .reasons-list li p {
    font-size: 1.6rem;
}
.section-recruit .banner {
    margin: 0 auto;
}
/*767px*/
}

/***********************************************************************************************************************
* デバイス横サイズ640px以下
***********************************************************************************************************************/
@media screen and (max-width: 640px){
.flex{
    display: block;
}
.navi ul li a{
    font-size: 1.4rem;
    padding: 8px 0;
}
.menu ul li:last-child{
    margin-bottom: 0;
}
.menu ul li a{
    font-size: 1.8rem;
    padding: 15px 0;
}
#main-visual{
    /*background: url("/terra/img/main_visual-sp.jpg") no-repeat 50% 50%;*/
    background-size: cover;
    height: calc(100vh - 70px);
    height: calc(100svh - 70px);
}
#main-visual .information01{
    right: 0;
    bottom: 2.936vh;
    width: 90%;
    margin: 0 auto;
}
#main-visual .information02{
    bottom: 17vh;
    max-width: 154px;
    width: 41%;
}
#main-visual .navi{
    bottom: 2.8vh;
}
#open-campaign .inner{
    display: block;
    width: 100%;
}
#open-campaign{
    padding-top: 38px;
    padding-bottom: 30px;
}
#open-campaign h2 {
    width: 96%;
    margin: -80px 0 0 auto;
}
#open-campaign a {
    width: 92%;
    margin: 0 auto;
}
#open-campaign h2 img.pc{
    display: none;
}
#open-campaign h2 img.sp{
    display: block;
}
#open-campaign a img.pc{
    display: none;
}
#open-campaign a img.sp{
    display: block;
}

#holiday-campaign{
    padding-bottom: 36px;
    padding-bottom: 25px;
}
#holiday-campaign h2{
    margin: -20px 0 15px 0;
    margin: -20px 0 0 0;
    padding-top: 30px;
}
#holiday-campaign ul li{
    margin-bottom: 30px;
    width: 100%;
}

#benefits{
    padding-bottom: 36px;
}
#benefits h2{
    margin: -10px auto 15px;
}
#benefits ul li{
    margin-bottom: 30px;
    width: 100%;
}
#service .service_top{
    background: linear-gradient(180deg, #009fe5 0%, #009fe5 89.36%, #fff 89.36%, #fff 100%);
    margin-bottom: 45px;
    padding-top: 30px;
}
#service h2{
    margin: 0 auto 15px;
}
#service .service_top ul li{
    margin-bottom: 30px;
    width: 100%;
}
#service .navi{
    margin-bottom: 45px;
}
#service h3{
    border-radius: 15px;
    font-size: 1.8rem;
    margin: 0 auto 25px;
    padding: 8px 0;
}
#service #gakudou > ul{
    margin-bottom: 50px;
}
#service #gakudou > ul li{
    margin: 0 0 25px;
    width: 100%;
}
#service #day-service .flex > ul,
#service #day-service nav{
    width: 100%;
}
#service #day-service nav{
    margin: 25px 0 0;
}
#service #activities h4.title01{
    margin: 0 auto 25px;
}
#service #activities ul.activities-list01 {
    margin-bottom: 50px;
}
#service #activities ul.activities-list01 li{
    margin: 0;
}
#service #activities ul.activities-list01 li:first-child{
    margin-left: 0;
    width: 100%;
}
#service #activities ul.activities-list01 li:last-child{
    width: 100%;
}
#service #activities h4.title02{
    margin: 0 auto 45px;
}
#service #activities ul.activities-list02{
    display: block;
}
#service #activities ul.activities-list02 li{
    margin: 0 0 30px;
    max-width: 100%;
    width: 100%;
    text-align: center;
}
#service #activities ul.activities-list02 li img{
    display: inline-block;
}
#service #activities ul.activities-list02 li:last-child{
    margin: 0;
}
#about{
    margin: 20px auto 85px;
}
#about h2{
    margin: 0 auto 45px;
}
#about h2 img{
    margin: 0 auto;
}
#about .navi ul li a{
    background: #009fe5;
    border: 2px solid #009fe5;
    color: #fff;
}
#service .contact{
    padding: 60px 0 50px;
}

/*お知らせ*/
.news-box{
	margin-top:40px;
	padding:30px 20px;
}

.news-box .news-title{
	font-size:26px;
}
.news-box .news-ul{
	width:95%;
	margin:20px auto 10px auto;
}

.news-box .news-ul article{
	margin:14px 0;
	font-size:16px;
}

.news-box .news-ul article p time{
	color:#fff;
	background:#00a1da;
	padding:2px 8px 3px 8px;
	margin-right:10px;
	margin-bottom:5px;
	display:table;
}
#access{
    padding-bottom: 25px;
    padding-top: 15px;
}
#access .inner{
    flex-flow: row wrap;
}
#access .inner figure{
    order: 2;
    margin-bottom: 50px;
    margin-right: 0;
    width: 100%;
}
#access .inner div{
    order: 1;
    margin-bottom: 50px;
    margin-top: 0;
    width: 100%;
}
#access .inner div h2{
    font-size: 1.8rem;
}
#access .inner div .address{
    font-size: 1.4rem;
}
#access .inner div .link_map a{
    font-size: 1.4rem;
    margin-bottom: 30px;
}
#access .inner div .btn{
    font-size: 1.4rem;
    padding: 8px 0;
}
footer p{
    font-size: 1.2rem;
}
/*----------202208改修----------*/
header h1.logo {
    max-width: 130px;
}
header .inner{
    height: 70px;
}
header .burger-btn {
    height: 30px;
    width: 50px;
}
header .bar {
    height: 3px;
    width: 35px;
}
header .nav-list {
    width: 100%;
}
header .burger-btn.close .bar_top {
    top: 5px;
}
header .burger-btn.close .bar_bottom {
    bottom: 5px;
}
.section-title {
    margin-bottom: 25px;
    font-size: 2.4rem;
}
.section-title:before {
    width: 154px;
    height: 5px;
}
.section-title span {
    margin-top: 53px;
}
.section-service .service-list {
    display: block;
    margin-bottom: 30px;
}
.section-service .service-list li{
    margin-bottom: 30px;
}
.section-service .service-list li,
.section-service .service-list li a{
    width: 100%;
}
.section-service .service-list figure img {
    width: 100%;
}
.section-service .service-list .btn {
    font-size: 1.7rem;
}
.section-service .service-list li.gakudou span {
    display: inline-block;
    margin-left: 0;
}
.section-service .service-list li.day_service span {
    display: inline-block;
    margin-left: 0;
}
.section-service p {
    margin: 0 auto;
}
.section-announcement .description {
    font-size: 1.4rem;
}
.section-reasons {
    padding-bottom: 50px;
}
.section-reasons .description {
    margin-bottom: 30px;
}
.section-reasons .reasons-list {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 45px;
}
.section-reasons .reasons-list li {
    width: 25% !important;
}
.section-reasons .reasons-list li p {
    padding: 4px 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    font-size: 1.4rem;
}
.section-reasons .reasons-list li:nth-of-type(1) p {
    border-left: 2px solid #fff;
}
.section-reasons .reasons-list li:nth-of-type(5) p {
    border-left: 2px solid #fff;
}
.section-reasons .reasons-list li figure {
    width: 60%;
    height: 80px;
    margin: 0 auto 20px;
}
.section-reasons .link-area .btn {
    margin: 0 auto 30px;
}
.section-reasons .link-area .btn a {
    padding: 24px 0;
    font-size: 1.8rem;
}
.section-reasons .link-area ul {
    gap: 1em 0;
}
.section-reasons .link-area ul li {
    width: 50%;
    text-align: center;
}
.section-reasons .link-area ul li a {
    font-size: 1.6rem;
}
.section-reasons .check_list li {
    margin-bottom: 30px;
}
.lower-header h1 {
    width: auto;
    padding: 0.5em 2em;
    font-size: 1.8rem;
}
header .header-nav {
    padding: 0;
}
header h2{
    margin-bottom: 0;
    padding-bottom: 15px;
    font-size: 1.6rem;
    border-bottom: 2px solid #fff;
}
.header-nav-top {
    margin: 0 auto 35px;
    padding-top: 70px;
    padding-bottom: 0;
    border-bottom: none;
}
.header-nav-top ul {
    display: block;
}
.header-nav-top ul li {
    width: 100%;
    border-bottom: 1px dotted #BCBCBC;
    font-size: 2.0rem;
    font-weight: normal;
}
.header-nav-top ul li a {
    display: block;
    padding: 12px 0;
    width: 100%;
}
.header-nav-top ul li figure {
    display: none;
}
.header-nav-bottom {
    padding-bottom: 40px;
}
.header-nav-bottom > div {
    display: block;
}
.header-nav-bottom > div .btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0;
    width: 100%;
    height: auto;
    border-bottom: 1px dotted #BCBCBC;
    background: none;
    font-size: 2.0rem;
    font-weight: normal;
    color: #fff;
    border-radius: 0;
}
.header-nav-bottom ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}
.header-nav-bottom ul li {
    border-bottom: 1px dotted #BCBCBC;
    width: 50%;
}
.header-nav-bottom ul li:nth-child(odd) {
    border-right: 1px dotted #BCBCBC;
}
.header-nav-bottom ul li a {
    font-size: 1.2rem;
    font-weight: normal;
    padding: 12px 0;
    text-align: center;
}
.eventinner{
    margin: 0 auto;
    max-width: 90%;
}
.section-event .title {
    margin-bottom: 30px;
    font-size: 1.8rem;
}
.section-event .img {
    margin-bottom: 20px;
}
.section-event p {
    margin-bottom: 20px;
    font-size: 1.4rem;
}
.section-event .small {
    font-size: 1.2rem;
}
.section-event .btn {
    margin: 0 auto 20px;
}
.section-event .btn a {
    font-size: 1.4rem;
    padding: 1em 1.5em;
    width: 100%;
	}

#announcement {
    padding-top: 25px;
    padding-bottom: 25px;
	}
.lower-header-title {
    margin-bottom: 30px;
    padding: 1em 2.6vw;
}
.lower-header-title h1 {
    font-size: 1.8rem;
}
.lower-header-img {
    margin-bottom: 45px;
}
.lower-header-img p {
    margin-top: 1em;
    font-size: 1.4rem;
}
.section {
    margin-bottom: 45px;
}
.section-title02 {
    position: relative;
    margin-bottom: 45px;
    padding-top: 45px;
    border-top: 1px solid #707070;
    font-size: 2.4rem;
}
.section-title02:before {
    width: 145px;
    height: 5px;
}
.staff-profile-wrap {
    margin: 0 auto 45px;
    text-align: left;
}
.staff-profile-wrap strong {
    display: block;
    margin-bottom: 0.5em;
}
.staff_list {
    gap: 4%;
    margin-bottom: -60px;
}
.staff_list li {
    width: 48%;
}
.content-business .description {
    margin-bottom: 2em;
    font-size: 1.4rem;
}
.section-business-img {
    display: block;
}
.section-business-img li {
    width: 100%;
    margin-bottom: 15px;
}
.section-business-img li.text {
    width: 100%;
}
.section-business-img li.text p {
    font-size: 1.4rem;
}
.section-business-img .btn {
    margin: 30px auto 0;
	}
	
.section-business a .bt{
    color: rgb(255, 255, 255);
    font-size: 1.8rem;
    max-width: 420px;
    width: 100%;
    background: rgb(1, 160, 215);
    border-radius: 10px;
    padding: 10px 20px 14px 20px;
    text-align: center;
	}

.section-business a .textlink{
    font-size: 1.8rem;
	}

.section-description {
    padding: 30px 0;
}
.section-description p {
    width: 100%;
}
.activity-list {
    justify-content: space-between;
    gap: 30px 15px;
}
.activity-list li {
    width: calc((100% - 30px) / 2);
}
.activity-list li h3 {
    font-size: 1.6rem;
}
.activity-list li p {
    font-size: 1.4rem;
}
	
.activity-houkoku {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.activity-houkoku li {
     width: 100%;
}

.activity-houkoku li p {
	margin-top: 10px;
	margin-bottom:50px
	font-size: 1.6rem;
}

.activity-houkoku iframe {
	width: 100%;
	height:  100%;
}

.content-philosophy .description {
    font-size: 1.4rem;
    margin-bottom: 30px;
}
.content-philosophy .section-philosophy .logo {
    margin: 0 auto 30px;
    max-width: 180px;
}
.content-philosophy .section-purpose .purpose-list {
    gap: 30px 20px;
    margin-bottom: 60px;
}
.content-philosophy .section-purpose .purpose-list li {
    width: calc((100% - 20px) / 2);
}
.content-philosophy .section-purpose .purpose-list li h3 {
    font-size: 1.6rem;
}
.content-philosophy .section-purpose .purpose-list li figure {
    margin-bottom: 30px;
}
.content-philosophy .section-purpose .purpose-list li h4 {
    font-size: 1.4rem;
}
.content-philosophy .section-purpose .purpose-list li p {
    font-size: 1.2rem;
}
.content-philosophy .section-purpose .btn a {
    padding: 1.5em 0;
    font-size: 1.6rem;
    width: 100%;
}
.lower-header-img p.title strong{
    font-size: 2.5rem;
    white-space: nowrap;
}
.lower-header-img p.title small{
    font-size: 1.3rem;
    white-space: nowrap;
}
.content-philosophy .section-policy .policy-list h3 {
    font-size: 1.6rem;
}
.content-philosophy .section-policy .policy-list p {
    font-size: 1.3rem;
}
#announcement ul{
    gap: 30px;
}
#announcement li{
  list-style: none;
  width: 100%;
	}
	
#event ul{
	gap: 30px;
	flex-wrap: wrap;
	width: 100%;
}
#event li{
  list-style: none;
	width: 100%;
}
.content-welfare-img li {
    width: 100%;
		margin-bottom: 15px;
	}
.content-welfare li a {
    color: rgb(255, 255, 255);
    font-size: 2.0rem;
    max-width: 600px;
    width: 100%;
    background: rgb(1, 160, 215);
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    margin-bottom: 30px;
}