@charset "utf-8";

#boxTitle {
  position:relative;
  z-index:0;
  height:100vh;
  color:#fff;
  text-align:center;
  background:#fff url("../img/bg_title.jpg") no-repeat center top;
  background-size:cover;
  opacity: 0;
}

#boxTitle #titleCore {
  margin:0 auto;
  width:800px;
  height:400px;
}
#boxTitle #titleCore h1 {
  font-size:74px;
  line-height:1.1em;
  opacity:0;
  animation: anime_to_up 0.75s ease-in-out 1.0s 1 forwards;
}
#boxTitle #titleCore h1 small {
  font-size:50px;
}
#boxTitle #titleCore h2 {
  padding:20px 0;
  font-size:35px;
  font-weight:400;
  opacity:0;
  animation: anime_to_up 0.75s ease-in-out 1.25s 1 forwards;
}
#boxTitle #titleCore p {
  padding:10px 0;
  font-size:19px;
  font-weight:500;
  opacity:0;
  animation: anime_to_up 0.75s ease-in-out 2.0s 1 forwards;
}
#boxTitle #titleCore p strong {
  display:inline-block;
  margin:0 3px;
  padding:2px 7px;
  color:#0792B7;
  background:#fff;
}
#boxTitle #photoTitleItem1 {
  position:absolute;
  top:0;
  left:0;
  z-index:2;
  width:273px;
  height:317px;
  opacity:0;
  animation: anime_to_right 0.75s ease-in-out 3.0s 1 forwards;
}
#boxTitle #photoTitleItem2 {
  position:absolute;
  top:0;
  right:0;
  z-index:3;
  width:283px;
  height:162px;
  opacity:0;
  animation: anime_to_left 0.75s ease-in-out 3.25s 1 forwards;
}
#boxTitle #photoTitleItem3 {
  position:absolute;
  bottom:0;
  left:0;
  z-index:4;
  width:283px;
  height:162px;
  opacity:0;
  animation: anime_to_right 0.75s ease-in-out 3.75s 1 forwards;
}
#boxTitle #photoTitleItem4 {
  position:absolute;
  bottom:0;
  right:0;
  z-index:5;
  width:233px;
  height:297px;
  opacity:0;
  animation: anime_to_left 0.75s ease-in-out 4.0s 1 forwards;
}
#boxTitle #photoTitleItem1 img,
#boxTitle #photoTitleItem2 img,
#boxTitle #photoTitleItem3 img,
#boxTitle #photoTitleItem4 img {
  width:100%;
  height:100%;
}
.sectionTitle {
  margin-bottom:20px;
  height:95px;
  border-bottom:1px solid;
  border-image:linear-gradient(to right, #0792B7 50%, #1E3B63 80%) 2;
}
.sectionTitle h2 {
  display:inline-block;
  margin:20px 0 10px;
  padding-right:30px;
  padding-bottom:30px;
  font-size:60px;
  font-style:italic;
  font-weight:500;
  line-height:1.0em;
  background: linear-gradient(50deg, #0792B7 50%, #1E3B63 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sectionTitle span {
  display:inline-block;
  font-size:24px;
  font-style:normal;
  font-weight:500;
  background:none;
  color:#999;
}


#boxMessage {
  padding:200px 0 0;
  background:#fff;
  opacity: 0;
}
#boxMessageCore {
  height:1000px;
  color:#fff;
  text-align:center;
  background:url("../img/bg_message.jpg") no-repeat center center;
  background-size:contain;
}
#boxMessageCore .frame {
  padding:130px 0;
}
#boxMessage h2 {
  padding:0 0 18px 0;
  font-size:60px;
  opacity:0;
/*
  animation: anime_to_up 0.75s ease-in-out 0.5s 1 forwards;
*/
}
#boxMessage h3 {
  font-size:28px;
  opacity:0;
/*
  animation: anime_to_up 0.75s ease-in-out 3.5s 1 forwards;
*/
}
#boxMessage p {
  padding:30px 0;
  font-size:16px;
  line-height:1.8em;
  opacity:0;
/*
  animation: anime_to_up 0.75s ease-in-out 4.5s 1 forwards;
*/
}
#boxMessageSubTitle {
  margin:0 auto;
  width:800px;
}
#boxMessage h3 {
  float:left;
  width:440px;
}
#line_message_1,
#line_message_2 {
  float:left;
  width: 100%;
  height: 20px;
  border-bottom:1px solid #fff;
  transform: scaleX(0);
  transform-origin: left;
  animation: drawLine 1.0s forwards;
  animation-play-state: paused;
}
#line_message_1 {
  animation-delay: 3.0s;
}
#line_message_2 {
  animation-delay: 4.0s;
}
@keyframes drawLine { to { transform: scaleX(1); } }
#line_message_1.active,
#line_message_2.active {
  animation-play-state: running;
}


#boxService {
  height:1500px;
  text-align:center;
  background:#fff url("../img/bg_business.jpg") no-repeat bottom center;
  background-size:cover;
  opacity: 0;
}
#serviceText {
  display: flex;
  justify-content: center;
  height:1500px;
  background-image:url("../img/copy_business.png");
  background-repeat:no-repeat;
  background-position:center bottom 100px;
  background-size:contain;
  background-attachment: fixed;
}
#serviceCore {
  margin:0 auto;
  padding:150px 0;
  width:1000px;
  text-align:left;
}
#boxService h3 {
  padding:20px 0 20px;
  font-size:28px;
  font-weight:500;
}
#boxService p {
  padding-bottom:40px;
  line-height:2em;
}
#boxService h3.line {
  padding:6px 0 6px 15px;
  font-size:28px;
  font-weight:500;
  line-height:1.0em;
  border-left:3px solid #000;
}
#boxService strong {
  color:#0792B7;
}
#boxService #serviceItem {
  padding:30px 0;
}
#boxService #serviceItem ul {
  float:left;
  width:550px;
  list-style:none;
}
#boxService #serviceItem ul li {
  margin:5px 0;
  padding:15px 24px 15px 12px;
  list-style:none;
  line-height:1.3em;
  border-radius:6px;
  background:#fff;
  box-shadow:3px 3px 12px -3px #999;
  opacity:0.3;
  transition: 0.5s;
  cursor:pointer;
}
#boxService #serviceItem ul li.on,
#boxService #serviceItem ul li:hover {
  opacity:1.0;
  transition: 0.5s;
}
#boxService #serviceItem ul li h4 {
  padding-bottom:5px;  
}
#boxService #serviceItem ul li h4 b {
  display:inline-block;
  margin-right:3px;
  padding:3px 6px;
  color:#fff;
  font-weight:400;
  background:#0792B7;
  border-radius:3px;
}
#boxService #serviceItem ul li span {
  display:block;
  padding-left:42px;
  font-size:18px;
}
#boxService #serviceItem #itemPhoto {
  float:right;
  position:relative;
  width:428px;
  height:516px;
}
#boxService #serviceItem #itemPhoto .photoFrame {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0;
  transition: 1.0s;
}
#boxService #serviceItem #itemPhoto .on {
  display:block;
  opacity:1.0;
  transition: 1.0s;
}
#boxService #serviceItem #itemPhoto img {
  height:100%;
}

#boxRecruit {
  padding:100px 0 0;
  opacity: 0;
}
#boxRecruit #recruitCore {
  margin:0 auto 0 0;
  width:calc(1120px + ((100% - 1120px) / 2));
  border-top-right-radius:40px;
  border-bottom-right-radius:40px;
  background:#fff;
  box-shadow: inset -3px 3px 9px rgba(0,0,0,.2);
}
#boxRecruit #recruitCore .subframe {
  margin:0 60px 0 auto;
  padding:150px 0 100px;
  width:1000px;
}

#boxCompany {
  padding:100px 0 50px;
  opacity: 0;
}
#boxCompany #companyCore {
  margin:0 0 0 auto;
  width:calc(1120px + ((100% - 1120px) / 2));
  border-top-left-radius:40px;
  border-bottom-left-radius:40px;
  background:#fff;
  box-shadow: inset 3px 3px 9px rgba(0,0,0,.2);
}
#boxCompany #companyCore .subframe {
  margin:0 auto 0 60px;
  padding:150px 0 100px;
  width:1000px;
}

.boxPhotoText {
  padding:20px 0 0;
}
.boxPhotoText #photoRecruit {
  float:left;
  width:487px;
}
.boxPhotoText #photoRecruit  img {
  width:100%;
}
.boxPhotoText p {
  float:right;
  padding:50px 0;
  width:480px;
  font-size:18px;
  line-height:2.0em;
}
.boxPhotoText p strong {
  color:#0792B7;
  font-weight:300;
}



.show {
  animation: anime_fade_in 0.75s ease-in-out 0.5s 1 forwards;
}
.show_to_up {
  animation: anime_to_up 0.75s ease-in-out 0.5s 1 forwards;
}
.show_to_right {
  animation: anime_to_right 0.75s ease-in-out 0.5s 1 forwards;
}
.show_to_left {
  animation: anime_to_left 0.75s ease-in-out 0.5s 1 forwards;
}
.show_to_right_2 {
  animation: anime_to_right_2 0.75s ease-in-out 0.5s 1 forwards;
}
.show_to_left_2 {
  animation: anime_to_left_2 0.75s ease-in-out 0.5s 1 forwards;
}
.show_message_h3 {
  animation: anime_to_up 0.75s ease-in-out 3.5s 1 forwards;
}
.show_message_p {
  animation: anime_to_up 0.75s ease-in-out 4.5s 1 forwards;
}


@keyframes anime_fade_in {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes anime_to_up {
  0% { transform: translateY(10px); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}
@keyframes anime_to_right {
  0% { transform: translateX(-10px); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}
@keyframes anime_to_left {
  0% { transform: translateX(10px); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}
@keyframes anime_to_right_2 {
  0% { transform: translateX(-20px); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}
@keyframes anime_to_left_2 {
  0% { transform: translateX(20px); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}


/* ------------------------------------------------------------ */
/*   For SmartPhones                                            */
/* ------------------------------------------------------------ */
/*
@media print, screen and (max-width: 640px) {
@media print, screen and (orientation:portrait) and (max-width: 640px){
@when media (orientation: landscape) and (max-width: 640px){
} @else media print, screen and (orientation:portrait) and (max-width: 640px){
*/

@media print, screen and (max-width: 640px) {

.sectionTitle {
  margin-bottom:20px;
  width:auto;
  height:65px;
  border-bottom:1px solid;
  border-image:linear-gradient(to right, #0792B7 50%, #1E3B63 80%) 2;
}
.sectionTitle h2 {
  display:inline-block;
  margin:20px 0 10px;
  padding-right:10px;
  padding-bottom:10px;
  font-size:36px;
  font-style:italic;
  font-weight:500;
  line-height:1.0em;
  background: linear-gradient(50deg, #0792B7 50%, #1E3B63 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sectionTitle span {
  display:inline-block;
  font-size:18px;
  font-style:normal;
  font-weight:500;
  background:none;
  color:#999;
}


section#boxTitle {
}
#boxTitle #titleCore {
  margin:0 auto;
  width:auto;
  height:400px;
}
#boxTitle #titleCore h1 {
  font-size:30px;
}
#boxTitle #titleCore h1 small {
  font-size:24px;
}
#boxTitle #titleCore h2 {
  padding:10px 0 20px;
  font-size:20px;
}
#boxTitle #titleCore p {
  font-size:16px;
  line-height:1.6em;
}
#boxTitle #titleCore p strong {
  margin:3px 3px;
}
#boxTitle #photoTitleItem1 {
  width:121px;
  height:140px;
}
#boxTitle #photoTitleItem2 {
  width:122px;
  height:70px;
}
#boxTitle #photoTitleItem3 {
  width:122px;
  height:70px;
}
#boxTitle #photoTitleItem4 {
  width:106px;
  height:135px;
}

section#boxMessage {
  padding:20px 0 50px;
}
#boxMessageCore {
  height:100vh;
  background:url("../img/bg_sp_message.jpg") no-repeat center center;
  background-size:contain;
}
#boxMessageCore .frame {
  padding:80px 0;
}
#boxMessage h2 {
  padding:0 0 8px 0;
  font-size:24px;
}
#boxMessage h3 {
  font-size:16px;
  font-weight:400;
}
#boxMessage p {
  padding:30px 0;
  font-size:13px;
}
#boxMessageSubTitle {
  margin:0 auto;
  width:90%;
}
#boxMessage h3 {
  float:left;
  width:16em;
}
#line_message_1,
#line_message_2 {
  height: 15px;
}


section#boxService {
  height:auto;
}
#serviceCore {
  margin:0 auto;
  padding:30px 20px;
  width:auto;
  height:auto;
  text-align:left;
}
#serviceText {
  display: block;
  justify-content: center;
  height:auto;
  background-image:url("../img/copy_business.png");
  background-repeat:no-repeat;
  background-position:center bottom;
  background-size:contain;
  background-attachment: fixed;
}
#boxService h3 {
  padding:10px 0 20px;
  font-size:22px;
  font-weight:500;
}
#boxService h3.line {
  padding:6px 0 6px 15px;
  font-size:22px;
}
#boxService #serviceItem ul {
  float:none;
  padding-top:20px;
  width:auto;
}
#boxService #serviceItem ul li span {
  display:block;
  padding-left:35px;
  font-size:15px;
  line-height:1.5em;
}
#boxService #serviceItem #itemPhoto {
  float:none;
  width:100%;
  height:200px;
  border-radius:12px;
  overflow-y:hidden;
}
#boxService #serviceItem #itemPhoto .photoFrame {
  top:-150px;
  width:100%;
  height:auto;
}
#boxService #serviceItem #itemPhoto .photoFrame img {
  width:100%;
  height:auto;
}
#boxService #serviceItemSP ul {
  float:none;
  padding-top:20px;
  width:auto;
}
#boxService #serviceItemSP ul li.itemText {
  margin:10px 0 20px;
  padding:15px 12px;
  list-style:none;
  line-height:1.3em;
  border-radius:6px;
  background:#fff;
  box-shadow:3px 3px 12px -3px #999;
}
#boxService #serviceItemSP ul li.itemText h4 {
  padding-bottom:5px;  
}
#boxService #serviceItemSP ul li.itemText h4 b {
  display:inline-block;
  margin-right:3px;
  padding:3px 6px;
  color:#fff;
  font-weight:400;
  background:#0792B7;
  border-radius:3px;
}
#boxService #serviceItemSP ul li.itemText span {
  display:block;
  padding-left:35px;
  font-size:15px;
  line-height:1.5em;
}
#boxService #serviceItemSP ul li.itemPhoto {
  float:none;
  width:100%;
  height:200px;
  border-radius:12px;
  overflow-y:hidden;
}
#boxService #serviceItemSP ul li.itemPhoto .photoFrame {
  top:-150px;
  width:100%;
  height:auto;
}
#boxService #serviceItemSP ul li.itemPhoto .photoFrame img {
  width:100%;
  height:auto;
}

section#boxRecruit {
  padding:20px 20px 20px 0;
}
#boxRecruit #recruitCore {
  margin:0;
  padding:0;
  width:auto;
}
#boxRecruit #recruitCore .subframe {
  margin:0 20px;
  padding:30px 0 30px;
  width:auto;
}

.boxPhotoText {
  padding:20px 0 0;
  width:auto;
}
.boxPhotoText #photoRecruit {
  float:none;
  width:auto;
}
.boxPhotoText #photoRecruit  img {
  width:100%;
}
.boxPhotoText p {
  float:none;
  padding:30px 0;
  width:auto;
  font-size:15px;
  line-height:2.0em;
}

section#boxCompany {
  padding:20px 0 20px 20px;
}
#boxCompany #companyCore {
  margin:0;
  width:auto;
}
#boxCompany #companyCore .subframe {
  margin:0 20px;
  padding:30px 0 30px;
  width:auto;
}




}
