.column-wrapper {
  width: 100%;
  display: flex;
  margin-bottom: 60px;
}
:nth-of-type(even) {
flex-direction: row-reverse;
}
.column1, .column2 {
  width: 50%;
  display: flex;
  align-items: center;
}
.column1 {
  background: #fffdf1;
  padding: 20px;
  box-sizing: border-box;
}
.column-wrapper:nth-of-type(2n) .column1:nth-of-type(1){
  background: #fcfffb;
}
.column1title {
  font-size: 1.5em;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  margin: 1em;
  margin-bottom: 0;
  color: #0f52ba;
}
.column1txt {
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1rem;
  margin-left: 2em;
  margin-right: 2em;
}
.job1 {
  font-size: 2em;
  text-align: center;
  margin: 0;
  margin-bottom: 20px;
  position: relative;
  padding: 0 65px;
}
.job1::before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #000;
}
.job1 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}
.job2 {
  font-size: 15px;
}
.column2 img {
  width: 100%;
  object-fit: cover;
}
@media screen and ( max-width:500px )
{
  .column-wrapper {
    flex-direction: column-reverse;
  }
  .column1, .column2 {
  width: 100%;
}
  .column1 {
  padding: 25px;
} 
}
p.talk {
  background-color: #fff7ef;
  padding: 15px;
  border-radius: 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 2.4;
  letter-spacing: 0.1rem;
}
p.talk {
  position: relative;
  margin-bottom: 3em;
  padding: 1.5rem 2rem;
  border-radius: 40px;
  background: #ffdab9;
  margin-left: 5em;
  margin-right: 5em;
}
p.talk:first-letter {
  font-size: 150%;
  font-weight: 600;
  color: #eb6100;
}
p.talk:before,
p.talk:after {
  position: absolute;
  content: '';
  border-radius: 50%;
  background: #ffdab9;
}
p.talk:before {
  bottom: -15px;
  left: 30px;
  width: 30px;
  height: 30px;
}
p.talk:after {
  bottom: -30px;
  left: 50px;
  width: 15px;
  height: 15px;
}
p.talk span {
  font-size: 18px;
  font-weight: 600;
}

*{
  margin:0;
  padding:0;
  line-height: 1.3em;
} 
/* time-schedule */
.time-schedule {
  min-width: 400px;
  list-style: none;
  margin: 0 auto 0 13em;
  padding-left: 11px;
  border-left: 3px solid #0f52ba;
  box-sizing: border-box;
}

.time-schedule li {
  width: 100%;
  margin: 0 0;
  padding: 5px 0;
  position: relative;
}

.time-schedule span.time {
  width: 6em;
  display: inline-block;
  margin-left: -8em;
  padding: 0 0 5px;
  margin-top: 15px;
  vertical-align: top;
  position: relative;
  text-align: right;
  box-sizing: border-box;
  font-weight: 600;
  color: #0f52ba;
}

.time-schedule span.time::after {
  content: "";
  position: absolute;
  right: -35px;
  top: 0;
  background: #0f52ba;
  width: 20px;
  height: 20px;
  border-radius: 10px;
}

.time-schedule .sch_box {
  display: inline-block;
  width: 80%;
  margin-left: 30px;
  padding: 15px 10px 15px 10px;
  vertical-align: middle;
  background: #fdf8f4;
  box-sizing: border-box;
  border-radius: 6px;
}

.time-schedule .sch_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1em;
}

.time-schedule .sch_tx {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 1em;
}
.grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(33%, 1fr));
}
.item {
  border-radius: 10px;
  background: #ddefff;
  padding: 15px;
  text-align: center;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  text-align: left;
}
@media screen and ( max-width:800px ) {
  .grid {
  grid-template-columns: repeat(auto-fit, minmax(100%, 1fr)) !important;
  }
}

table {
  margin-bottom:20px;
  width:100%;
  border-collapse:separate;
}
th,td {
  border:none;
  padding:2%;
  border: 1px solid #fff;
}
th {
  width:20%;
  color:#FFF;
  font-weight:bold;
  background-color:#408afb;
  vertical-align:middle;
  border: 1px solid;
}
td {
  background-color:#F6F8F9;
}

@media screen and ( max-width: 800px ) {
  table {
    margin-bottom:20px;
    width:100%;
  }
  th,td {
    border:none;
    padding:2%;
    display:list-item;
    list-style:none;
  }
  th {
    color:#FFF;
    font-weight:bold;
    background-color:#00B285;
    text-align:left;
    width: 100% !important;
  }
  th br {
    display:none;
  }
  td {
    background-color:#EEE;
  }
}

.timeline {
  list-style: none;
}
.timeline > li {
  margin-bottom: 60px;
}

/* for Desktop */
@media ( min-width : 640px ){
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
    width: 112px;
    float: left;
    margin-top: 20px;
  }
  .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #e5e5d1 solid;
    padding-left: 30px;
  }
  .timeline-content:before {
    content: '';
    width: 15px;
    height: 15px;
    background: #0f52ba;
    position: absolute;
    left: 106px;
    top: 24px;
    border-radius: 100%;
  }
}
/* footerエリア */
h3.footer {
    color: #fff;
    margin-bottom: 0.5em;
}
ul.footer li {
    color: #fff;
}
ul.footer li a{
  color: #fff !important;
}
p.f-icon {
  padding: 0;
}


/*peopleページ*/
h1.people {
  text-align: center !important;
}
h4.people {
  background: #0f52ba;
  margin-bottom: 0;
  font-size: inherit;
  text-align: center;
  border: 1px solid;
  padding: 15px;
  color: #fff;
}
h5.people {
  text-align: center !important;
  background-color: #fa8072;
  padding: 10px;
  margin-bottom: 0;
  color: #fff;
  font-size: 1em;
  font-weight: 900;
}
h5.people span {
  font-size: 1.5em;
}
p.people {
  font-size: initial;
  font-weight: 600;
  float: left;
  margin-right: 30px;
  margin-top: -3px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #fa8072;
}
p.people2 {
  margin-top: -0.5em;
  border: 1px solid #fa8072;
  width: fit-content;
  padding: 0 10px 0 10px;
  float: left;
  margin-right: 10px;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  border-radius: 2em;
  background: #fa8072;
}
p.people3 {
  font-size: initial;
  font-weight: 600;
  float: left;
  margin-right: 30px;
  margin-top: -3px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #0f52ba;
}
h4.intro {
  text-align: center;
  font-size: inherit;
  color: #fa8072;
  margin-bottom: 0.5em;
}
.people00 {
  margin-bottom: 5em;
}
.people-0809 {
  margin: 4em;
  margin-top: 2em;
  line-height: 2.4;
  letter-spacing: 0.1rem;
}
.heading04 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	text-align: center;
}
.image {
  width: 100%;
  text-align: center;
}
iframe {
  width: 50%;
  height: 40vh;
}
.heading04::before,
.heading04::after {
	content: '';
	width: 3px;
	height: 40px;
	background-color: #0f52ba;
}

.heading04::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.heading04::after {
	margin-left: 30px;
	transform: rotate(35deg)
}
.heading07 {
	position: relative;
	padding-top: 50px;
	padding-left: 30px;
	font-size: 26px;
}

.heading07 span {
	position: relative;
	z-index: 2;
  font-size: 30px;
}

.heading07::before {
	content: attr(data-en);
	position: absolute;
	transform: rotate(-5deg);
	top: -20px;
	left: 0;
	color: #fa8072;
  opacity: 0.8;
  font-size: 70px;
  font-weight: 400;
	font-family: fantasy;
	font-style: italic;
}

/* introページ */
* {margin: 0;}
.photo02 {
	width: 32%;
	position: relative;
  margin: 5px;
	padding: 8px;
	padding-bottom: 40px;
	border: 1px solid #ccc;
	-webkit-box-shadow: 3px 3px 3px #ccc;
	   -moz-box-shadow: 3px 3px 3px #ccc;
	        box-shadow: 3px 3px 3px #ccc;
	/* IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=3,enabled=true)";
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=3,enabled=true); /* IE5.5+ */
	background: #fff;
}
.photo02 img {
	width: 400px; /* .photo02と合わせます */
}
.photo02 p {
	position: absolute;
  height: 24px;
  line-height: 30px;
  bottom: 0px;
  font-size: 16px;
  font-weight: 600;
  padding: 10px;
  color: #666;
}


/*aboutページ*/
h1.about {
  
  margin-bottom: 2em;
}

h1.about {
  position: relative;
  overflow: hidden;
  padding: 1.5rem 2rem 1.5rem 130px;
  border-bottom: 3px solid #002366;
  color: #002366;
}

h1.about:before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 200px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #002366;
}

h1.about span {
  font-size: 40px;
  font-size: 4rem;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 3px;
  padding-left: 16px;
  color: #fff;
}

h3.about {
  margin-bottom: 0;
  background: #0f52ba;
  padding: 15px;
  color: #fff;
}
p.about {
  border: 1px solid #fa8072;
  width: fit-content;
  padding: 0 10px 0 10px;
  float: left;
  margin-right: 10px;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  border-radius: 2em;
  background: #fa8072;
}
a[target="_blank"]::after{
  font-family: "Font Awesome 5 Free";
  content: '\f360';
  font-size: 105%;
  font-weight: 900;
  margin: 0 3px;
}
img.image {
  box-shadow: 20px 20px 0 #fa8072;
}

/*onedayのページ*/
h1.oneday {
  text-align: center;
  margin-bottom: 2em;
  position: relative;
  padding: 1rem .5rem;
}
h1.oneday:before,
h1.oneday:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  background-image: -webkit-gradient(linear, right top, left top, from(#30cfd0), to(#330867));
  background-image: -webkit-linear-gradient(right, #30cfd0 0%, #330867 100%);
  background-image: linear-gradient(to left, #30cfd0 0%, #330867 100%);
}
h1.oneday:before {
  top: 0;
}
h1.oneday:after {
  bottom: 0;
}
.heading11 {
	position: relative;
	font-size: 26px;
	text-align: center;
}

.heading11::before {
	content: attr(data-number);
	display: block;
	margin-bottom: 30px;
	color: #fa8072;
	font-size: 30px;
}

.heading11::after {
	content: '';
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 20px;
	background-color: #fa8072;
}
p.oneday {
  text-align: center;
  font-size: 2em;
  font-style: italic;
}
.case2 {
  margin-top: 5em;
}

/*infoのページ*/
h1.info {
  text-align: center;
  color: #fa8072;
}
h2.info {
  position: relative;
  display: inline-block;
  padding: 0 2em;
  text-align: center;
}

h2.info:before,
h2.info:after {
  font-family: 'Font Awesome 5 Free';
  line-height: 1;
  position: absolute;
  top: calc(50% - .5em);
  color: #eb6100;
}

h2.info:before {
  left: 0;
  content: '\f101';
}

h2.info:after {
  right: 0;
  content: '\f100';
}
h3.info {
  font-size: 2em;
  color: #0f52ba;
  margin-bottom: 0.5em;
}


/*saiyoページ*/
h1.saiyo {
  text-align: center;
  font-size: 2.5em;
  margin-bottom: 0;
  position: relative;
  padding: 1em 2em;
}
h3.saiyo {
  margin-bottom: 0;
  margin-top: 1em;
}
h3.saiyo2 {
  margin-bottom: 0;
  margin-top: 1em;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: #ff0000;
}
h3.saiyo2 a {
  color: #0f52ba;
}

/*messageページ*/
h1.message {
  text-align: center;
  margin-bottom: 0;
}
p.message {
  text-align: center;
  font-style: italic;
  color: #fa8072;
  font-size: 1.5em;
}
p.message2 {
  text-align: center;
  font-style: italic;
  font-family: serif;
  font-weight: 600;
}

/*wantページ*/
h2.want {
  text-align: center;
  font-size: 2.5em;
  margin-bottom: 0;
  position: relative;
  padding: 1em 2em;
  text-align: center;
}
p.want {
  line-height: 2.4;
  font-weight: 400;
  font-size: 15px;
}
h3.want {
  position: relative;
  padding: 1.5rem;
  text-align: center;
  border: 2px solid #000;
  background: #fff;
}
h3.want:before,
h3.want:after {
  position: absolute;
  content: '';
}
h3.want:before {
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border: 2px solid #000;
  border-radius: 50%;
  background: #fff;
}
h3.want:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
h3.want i {
  font-size: 30px;
  font-size: 3rem;
  line-height: 60px;
  position: absolute;
  z-index: 1;
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 60px;
  text-align: center;
}
h3.want span {
  position: relative;
  z-index: 1;
  font-size: 30px;
  color: #0f52ba;
}
h2.want2 {
  position: relative;
  padding: 0 65px;
  text-align: center;
}

h2.want2:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #000;
}

h2.want2 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}

/*boshu*/
h1.boshu {
  text-align: center;
  font-size: 2.5em;
  margin-bottom: 0;
  position: relative;
  padding: 1em 2em;
}
h2.boshu {
  font-size: 1.5em;
  padding: 20px;
  text-align: center;
  margin-bottom: 0em;
  margin-top: 2.5em;
}
h3.boshu {
  margin-top: 2em;
  margin-bottom: 0.5em;
  font-size: 1.5em;
  text-align: center;
}
p.boshu {
  position: relative;
  padding: 1.5rem 1.5rem calc(1.5rem + 10px);
  border: 2px solid #000;
  text-align: center;
}

p.boshu:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  border-top: 2px solid #000;
  background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
table tbody tr.boshu {
  text-align: center;
}

/*jobページ*/
h1.job {
  text-align: center;
}
.heading06 {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 26px;
	text-align: center;
}
.heading06 span {
	position: relative;
	z-index: 2;
  color: #fa8072;
}
.heading06::before {
	content: attr(data-en);
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	color: #ffdab9;
	font-size: 80px;
	font-style: italic;
}
.heading06::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%) rotate(30deg);
	width: 1px;
	height: 40px;
	background-color: #fa8072;
}
.job01 {
  margin-bottom: 50px;
}
figure {
  position: relative;
}
figure::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255,255,255,.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
figure:hover::before {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}


/* **TOPページ** */
p.font span {
  text-transform: initial;
}


@keyframes load {
  100% {
    opacity: 1;
  }
}
.table-center {
  display: table;
  width: 100%;
  position: relative;
  height: 100%;
}
.table-center > div {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  text-align: center;
}
.table-center > div h2 {
  color: #fff;
  text-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 10px;
  font-size: 5em;
  font-weight: 600;
  text-align: initial;
  margin-top: 150px;
}
.table-center > div p {
  color: #fff;
  text-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.5rem;
  margin: 10px;
  margin-top: -40px;
  font-size: 2em;
  font-weight: 600;
}
.table-center > div p.right {
  margin-bottom: 30px;
  float: right;
  font-size: 15px;
  border: 2px solid;
  padding: 10px;
  background: #fff;
  letter-spacing: 0.1em;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  padding-top: 60px;
  text-align: center;
  position: relative;
  top: -150px;
}
.table-center > div p.right a {
  color: #0f52ba !important;
}
.table-center > div p.right a span {
  font-size: 30px;
}
.field {
  width: 50%;
  float: left;
  margin-bottom: 8em;
}


/*　footer　*/
h2.footer {
  font-size: 2em;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
}
h2.font-f {
  text-align: center;
}
h3.footer {
  color: #fff;
}
footer nav{
	display: flex; /* flexbox */
	flex-wrap: wrap; /* 折返し指定 */
	gap: 0 4px; /* 余白（縦 横） */
  width: inherit;
}
footer nav div {
	flex-grow: 1; /* レスポンシブ化 */
  width: 33%;
  padding-left: 6em;
}
footer nav p{
	margin: 2px;
	padding: 2px 6px;
  font-size: 18px;
  color: #fff;
}
footer nav p a {
  color: #fff;
}
a.fa-facebook-f {
  float: left;
  margin-right: 15px;
}
a.fa-twitter{
  margin-top: -6px;
  float: left;
  margin-right: 15px;
}
a.fa-instagram {
  margin-top: -16px;
}
#copyright {
	display: flex; /* flexbox */
	justify-content: center; /* 中央揃え */
	align-items: center; /* 中央揃え */
	margin-top: 54px;
  padding: 10px;
  width: 100%;
  color: #fff;
  font-size: 16px;
}