@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Montserrat:400,700");
@import url("//fonts.googleapis.com/earlyaccess/notosansjp.css");
@font-face {
  font-family: "condense";
  src: url("/fonts/CONDENSEicon.eot");
  src: url("/fonts/CONDENSEicon.eot?#iefix") format('embedded-opentype'), url("/fonts/CONDENSEicon.otf") format('opentype'), url("/fonts/CONDENSEicon.woff") format('woff'), url("/fonts/CONDENSEicon.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}

* {
  line-height: 1.75em;
  font-family: Hiragino Sans, 'Noto Sans JP', sans-serif;
  color: #101010;
  font-size: 16px;
}
html {
  -webkit-text-size-adjust: 100%;
}
h1 {
  color: #fff;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  font-size: 12px;
}
.section_title {
    font-size: 40px;
    text-align: center;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="submit"] {
    margin: 0;
    padding: 0;
    background: none;
    background-image: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.section_title {
    font-weight: normal;
}
header a,
section#top a,
section#service a,
section#about a,
section#philosophy a,
section#contact a {
    text-decoration: none;
}
.icon:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    margin-left: 8px;
    font-size: 18px;
    font-weight: bold;
}

/*header*/
.header_top {
    position: fixed;
    width: 100%;
    height: 62px;
    background-color: rgba(16, 16, 16, 0.8);
    z-index: 2;
}
.header_contents {
    position: absolute;
    top: 0;
    width: 100%;
}
.header_logo {
    width: 224px;
    height: 188px;
    background-color: #00a0e8;
    margin: 0 18% 0 10%;
    z-index: 0;
    display: inline-block;
    vertical-align: top;
}
.header_logo[data-status=small],
.header_logo.local {
    height: 62px;
}
.header_logo a {
    display: block;
    padding: 45px 30px;
    box-sizing: border-box;
}
.header_logo[data-status=small] a,
.header_logo.local a {
    padding: 15px 0 0 0;
    text-align: center;
}
.header_logo img.company_logo {
    margin-bottom: 5px;
}
.header_logo[data-status=small] img.company_logo,
.header_logo.local img.company_logo {
    width: 85px;
}
.header_logo img.company_name {
    margin-bottom: 0;
}
.header_logo[data-status=small] img.company_name,
.header_logo.local img.company_name {
    display: none;
}
.header_logo[data-status=small].thanks img.company_name {
    display: inherit;
}
.header_pc_nav {
    height: 100%;
    display: inline-block;
}
.header_pc_nav ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.header_pc_nav li {
    width: 120px;
    height: 59px;
    text-align: center;
    font-weight: 300;
}
.header_pc_nav li:hover,
.header_pc_nav li:active,
.header_pc_nav li.active {
    border-bottom: 3px solid #00a0e8;
}
.header_pc_nav li:active {
    font-weight: 400;
}
.header_pc_nav li:last-child {
    margin-right: 0;
}
.header_pc_nav li.about {
    width: 165px;
}
.header_pc_nav a {
    display: block;
    width: 100%;
    height: 100%;
    color: #f5f5f5;
    line-height: 62px;
}
.header_spbtn {
    width: 56px;
    height: 56px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
.header_spbtn span {
    background: #fff;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 0.3s ease;
    width: 24px;
}
.header_spbtn[data-status=open] span {
    top: 26px;
    width: 35px;
}
.header_spbtn span:nth-of-type(1) {
    top: 18px;
}
.header_spbtn span:nth-of-type(2) {
    top: 28px;
}
.header_spbtn span:nth-of-type(3) {
    top: 38px;
}
.header_spbtn[data-status=open] span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 30px;
}
.header_spbtn[data-status=open] span:nth-of-type(2) {
    opacity: 0;
}
.header_spbtn[data-status=open] span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: 30px;
}
.header_spbtn[data-status=open] +.header_sp_nav {
    top: 0;
}
.header_sp_nav {
    position: fixed;
    right: 0;
    top: -100vh;
    width: 100%;
    height: 80vh;
    transition: top 0.5s cubic-bezier(1,0,0,1),opacity 0.5s ease;
    background-color: rgba(16, 16, 16, 0.8);
    padding: 13%;
    box-sizing: border-box;
    z-index: -1;
}
.header_sp_nav.hide {
    top: -100vh;
}
.header_sp_nav ul {
    margin: 0 auto;
    max-width: 295px;
    text-align: center;
}
.header_sp_nav li {
    border-bottom: 1px solid #808080;
    margin-bottom: 28px;
}
.header_sp_nav li:last-child {
    margin-bottom: 0;
}
.header_sp_nav li:hover,
.header_sp_nav li:active {
    border-bottom: 1px solid #00a0e8;
}
.header_sp_nav a {
    display: block;
    font-size: calc(0.43vw + 14.38px);
    color: #fff;
    padding-bottom: 24px;
}

/*top*/
section.top {
    position: relative;
}
section.top .top_content {
	background: url(/images/index/top_main.png) 0 no-repeat;
    background-size: cover;
    width: 100%;
    height: 780px;
    z-index: 0;
}
section.top h1,
section.top a {
    color: #fff;
}
section.top h1 {
	font-size: calc(1.43vw + 19.43px);
	margin: 350px 0 0 170px;
    line-height: 1.8;
    font-weight: 300;
}

/*service*/
section#service .three_column {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
}
section#service .three_column li {
    width: calc(100% / 3);
    height: 0;
    padding-top: 22.3%;
}
section#service .consulting {
    background: url(/images/index/service_01.png) 0 0 no-repeat;
    background-size: contain;
}
section#service .dvelop {
    background: url(/images/index/service_02.png) 0 0 no-repeat;
    background-size: contain;
}
section#service .service {
    background: url(/images/index/service_03.png) 0 0 no-repeat;
    background-size: contain;
}
section#service .three_column li >div {
    position: absolute;
    top: 0;
}
section#service h3,
section#service .liner,
section#service p {
    margin-left: 50px;
}
section#service h3,
section#service p {
    color: #fff;
}
section#service h3 {
    margin-top: 60px;
    font-size: calc(1.73vw + 3.55px);;
}
section#service .liner {
    margin-top: 1%;
    width: 50px;
    border-top: 2px solid #fff;
}
section#service p {
    font-weight: 200;
    margin-top: 5%;
    font-size: calc(1.38vw + 4.04px);
}
section#service .consulting p,
section#service .service p {
    margin-top: 70px;
}
section#service .dvelop p {
    font-size: calc(1.55vw - 0.21px);
    margin-top: 38px;
}

/*notice*/
section.notice {
    text-align: center;
    margin: 42px 0 36px;
}
section.notice .notice_menu,
section.notice .notice_list >div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    max-width: 640px;
    margin: 0 auto;
}
section.notice .notice_menu p,
section.notice .notice_menu a {
    font-size: 14px;
}
section.notice .notice_menu a {
    display: flex;
    text-decoration: none;
}
section.notice .notice_menu a.icon,
section.notice .notice_menu a.icon:hover,
section.notice .notice_menu a.icon:visited {
    color: inherit;
    text-decoration: none;
}
section.notice .notice_menu a:hover,
section.notice .notice_menu a:hover p {
    color: #8bd8ff;
    text-decoration: underline;
}
section.notice .notice_menu a:visited {
    color: #00a0e8;
    text-decoration: underline;
}
section.notice .notice_list {
    text-align: left;
}
section.notice .notice_list >div {
    margin-bottom: 10px;
    font-weight: 300;
}
section.notice .notice_list >div:last-child {
    margin-bottom: 0;
}
section.notice .notice_list >div:before{
    content: "";
    margin-left: 38px;
}
section.notice .notice_list .new {
    font-weight: normal;
}
section.notice .notice_list .new:before {
    content: "";
    margin: 0 16px 9px;
    width: 6px;
    height: 6px;
    background-color: #ff5050;
    border-radius: 6px;
}
section.notice .notice_menu .notice_link {
    margin: 37px 0 0 17px;
}
section.notice h2 {
    font-size: 16px;
    margin-bottom: 36px;
}
section.notice p.date {
    margin-right: 40px;
}
section.notice p.title {
    overflow: hidden;
    white-space: nowrap;
    width: 300px;
    text-overflow: ellipsis;
}

/*about*/
section#about {
    border-top: 1px solid #c0c0c0;
}
section#about h2,
section#about h3 {
    text-align: center;
}
section#about h3,
section#about p {
    color: #404040;
}
section#about h2 {
    margin-top: 85px;
    color: #00a0e8;
    font-weight: 500;
}
section#about h3 {
    margin-top: 40px;
    font-size: 20px;
}
section#about .text {
    width: 90%;
    max-width: 750px;
    margin: 40px auto 54px;
}
section#about p {
    line-height: 2;
    margin-bottom: 30px;
    font-weight: 300;
}
section#about p:last-child {
    margin-bottom: 0;
}
section#about .body_logo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 214px;
}
section#about .body_logo >div {
    width: 50%;
}
section#about .body_logo >div >img {
    padding-top: 67px;
}
section#about .body_logo .right {
    background-color: #00a0e8;
    text-align: right;
    padding-right: 10%;
}
section#about .body_logo .left {
    background-color: #f5f5f5;
    text-align: left;
    padding-left: 10%;
}

/*philosophy*/
section#philosophy {
    padding: 100px 0 64px;
}
section#philosophy h2,
section#philosophy .philosophy_title span,
section#philosophy .philosophy_text p {
    color: #00a0e8;
}
section#philosophy h2,
section#philosophy .philosophy_title span {
    text-align: center;
}
section#philosophy h2 {
    line-height: 1;
}
section#philosophy .philosophy_title {
    width: 124px;
    margin: 54px auto;
    background: linear-gradient(transparent 50%, #f5f5f5 0%);
}
section#philosophy .philosophy_title span {
    display: block;
    font-size: 18px;
    font-weight: bold;
}
section#philosophy .philosophy_text {
    background-color: #f5f5f5;
    padding: 32px 0;
}
section#philosophy .philosophy_text .philosophy_text_deetail {
    width: 70%;
    max-width: 960px;
    margin: 0 auto;
}
section#philosophy .philosophy_text p {
    font-size: 20px;
    margin: 19px 90px;
    font-weight: 300;
}
section#philosophy .philosophy_text .text {
    width: 90%;
    max-width: 860px;
    margin: 0 auto;
    position: relative;
}
section#philosophy .philosophy_text .quote_before,
section#philosophy .philosophy_text .quote_after {
    position: relative;
}
section#philosophy .philosophy_text .quote_before:before {
    content: "“";
    font-size: 108px;
    color: #00a0e8;
    position: absolute;
    left: 3%;
}
section#philosophy .philosophy_text .quote_after:after {
    content: "”";
    font-size: 108px;
    color: #00a0e8;
    position: absolute;
    right: 3%;
}
section#philosophy .philosophy_description {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    max-width: 1024px;
    margin: 0 auto;
}
section#philosophy .philosophy_description h3,
section#philosophy .philosophy_description p {
    color: #00a0e8;
}
section#philosophy .philosophy_description .right >div:not(:last-child) {
    margin-bottom: 51px;
}
section#philosophy .philosophy_description .dot_liner {
    margin: 13px 0 11px;
    border-top: 2px dashed #00a0e8;
    width: 100%;
}
section#philosophy .philosophy_description .right,
section#philosophy .philosophy_description .left {
    width: calc((100% - 164px) * 2);
}
section#philosophy .philosophy_description .right p,
section#philosophy .philosophy_description .left p {
    max-width: 368px;
    width: 80%;
    font-weight: 300;
}
section#philosophy .philosophy_description .right {
    margin-top: 41px;
}
section#philosophy .philosophy_description .right h3:before {
    content: "\f534";
    font-family: "Font Awesome 5 Free";
    margin-right: 8px;
}
section#philosophy .philosophy_description .left {
    margin-top: 207px;
    position: relative;
}
section#philosophy .philosophy_description .left h3 {
    position: absolute;
    top: -27px;
    right: 0;
}
section#philosophy .philosophy_description .left h3:after {
    content: "\f534";
    font-family: "Font Awesome 5 Free";
    margin-left: 8px;
}
section#philosophy .philosophy_description .left p {
    position: absolute;
    right: 0;
}
section#philosophy .philosophy_description .center {
    position: relative;
}
section#philosophy .philosophy_description .center p {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
}
section#philosophy .philosophy_description .center .circle {
    width: 164px;
    height: 164px;
    opacity: 0.7;
    border-radius: 82px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
section#philosophy .philosophy_description .center .circle.first {
    background-image: linear-gradient(135deg, rgba(78,48,195,0.75), rgba(15,82,213,0.75));
}
section#philosophy .philosophy_description .center .circle.second {
    background-image: linear-gradient(315deg, rgba(0,137,220,0.75), rgba(31,77,178,0.75));
    position: absolute;
    top: 140px;
}
section#philosophy .philosophy_description .center .circle.third {
    background-image: linear-gradient(135deg, rgba(0,145,206,0.75), rgba(0,200,163,0.75));
    position: absolute;
    top: 280px;
}

/*outline*/
section#outline {
    background: url(/images/index/outline_main.png) 0 no-repeat;
    background-size: cover;
    width: 100%;
    z-index: 0;
    padding: 64px 0 54px;
}
section#outline h2,
section#outline dt,
section#outline dd,
section#outline dd a {
    color: #fff;
}
section#outline h2 {
    margin-bottom: 50px;
}
section#outline dl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 auto;
    width: 90%;
    max-width: 500px;
    text-align: left;
    font-weight: 300;
}
section#outline dt,
section#outline dd {
    border-bottom: solid 0.5px #ffffff;
    padding: 24px 0 16px;
}
section#outline dt {
    width: 35%;
}
section#outline dd {
    width: 65%;
}
section#outline dd a {
    text-decoration: none;
}
section#outline dd a:hover {
    color: #8bd8ff;
    text-decoration: underline;
}
section#outline dd a:visited {
    color: #00a0e8;
    text-decoration: underline;
}

/*contact*/
section#contact {
    background: url(/images/index/contact_main.png) 0 no-repeat;
    background-size: cover;
    width: 100%;
    z-index: 0;
    padding: 90px 0 60px;
}
section#contact .section_title {
    margin-bottom: 55px;
}
section#contact input,
section#contact textarea {
    width: 382px;
}
section#contact input {
    height: 36px;
}
section#contact textarea {
    padding: 3px 10px 0;
    box-sizing: border-box;
    height: 167px;
    resize: none;
    vertical-align: top;
}
section#contact iframe{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    position:absolute;
    top:0;
    left:0;
    width:100%;
    max-width: 1100px;
    height:100%;
    max-height: 335px;
}
section#contact input[type="text"],
section#contact input[type="tel"],
section#contact input[type="email"] {
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 2px;
    border: solid 1px #a0a0a0;
    background-color: #fefefe;
}
section#contact input[type="text"]:focus,
section#contact input[type="tel"]:focus,
section#contact input[type="email"]:focus,
section#contact textarea:focus {
    border: solid 1px #101010;
}
section#contact input[type="text"].alert,
section#contact input[type="tel"].alert,
section#contact input[type="email"].alert {
    border-bottom: 1px solid #ff5050;
}
section#contact input[type="submit"] {
    color: #fff;
    border-radius: 2px;
    background-color: #404040;
}
section#contact .alert,
section#contact .error {
    color: #ff5050;
}
section#contact .error {
    font-size: 14px;
}
section#contact input.error,
section#contact textarea.error {
    border: solid 1px #ff5050;
}
section#contact #scustname-error,
section#contact #semail-error,
section#contact #scomment-error {
    display: block;
}
section#contact .error_msg_bottom.add_margin {
    margin-top: 18px;
}
section#contact .contact_info {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}
section#contact .contact_info .button {
    width: 90%;
    max-width: 380px;
    background-color: #404040;
    text-align: center;
    border-radius: 2px;
    margin: 0 auto 48px;
}
section#contact .contact_info .button a {
    display: block;
    padding: 12px 0;
    color: #fff;
}
section#contact .contact_info .contact_tag {
    width: 54px;
    min-width: 54px;
    height: 24px;
    border-radius: 2px;
    background-color: #808080;
    text-align: center;
    margin-right: 8px;
}
section#contact .contact_info .contact_tag span {
    color: #fff;
    font-weight: 200;
}
section#contact .contact_info .contact_map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 31%;
    margin-bottom: 10px;
}
section#contact .contact_info .contact_detail {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 7px;
    font-size: 14px;
}
section#contact .contact_info .contact_detail:last-child {
    margin-bottom: 0;
}
section#contact .contact_info .contact_detail span {
    font-size: 14px;
}

/*footer*/
.footer {
  background-color: #101010;
  text-align: center;
  position: relative;
  padding: 40px 0 32px;
  box-sizing: border-box;
  height: 144px;
}
.footer a,
.footer p {
  color: #fff;
  font-size: 14px;
  font-weight: 200;
}
.footer_logo {
  position: absolute;
  left: 10%;
  top: 0;
  width: 224px;
  height: 144px;
  background-color: #00a0e8;
  padding: 23px 30px;
  box-sizing: border-box;
}
.footer_logo img {
  margin-bottom: 5px;
}
.footer_logo img:last-child {
  margin-bottom: 0;
}
.footer_nav {
  text-align: center;
}
.footer_nav ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 25px;
}
.footer_nav li {
    height: 14px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
}
.footer_nav li + li {
  border-left: 1px solid #fff;
  margin-left: 16px;
  padding-left: 16px;
}
.footer_nav a,
.copyright a {
    text-decoration: none;
}
.copyright p,
.copyright a {
    color: #808080;
}
.footer_nav a:hover,
.copyright a:hover {
    color: #8bd8ff;
    text-decoration: underline;
}
.footer_nav a:visited,
.copyright a:visited {
    color: #00a0e8;
    text-decoration: underline;
}

/*info*/
section.info {
    background: url(/images/info/info_top.png) 0 no-repeat;
    background-size: cover;
    height: 100%;
    min-height: 100vh;
    width: 100%;
    z-index: 0;
    margin: 0 auto;
    padding-top: 10%;
}
section.info h2 {
    font-size: 24px;
    color: #101010;
    font-weight: normal;
}
section.info >div {
    margin: 0 auto;
}
section.info .info_list {
    margin: 30px auto 40px;
    width: 80%;
    max-width: 640px;
}
section.info dl {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 2px solid #c0c0c0;
    padding: 20px 0;
}
section.info dl a,
section.info .next a,
section.info .button a {
    text-decoration: none;
}
section.info dl a:hover {
    color: #8bd8ff;
    text-decoration: underline;
}
section.info dl a:visited {
    color: #00a0e8;
    text-decoration: underline;
}
section.info dl.first_dl {
    border-top: 2px solid #404040;
    border-bottom: 2px solid #c0c0c0;
}
section.info dt {
    padding: 0 30px;
}
section.info dt.new_icon {
    padding-left: 0;
}
section.info dt.new_icon:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #ff5050;
    border-radius: 6px;
    display: inline-block;
    margin-right: 24px;
}
section.info .next {
    margin-top: 20px;
    text-align: right;
}
section.info .next span {
    margin-left: 5px;
}
section.info .button {
    margin: 74px auto 60px;
    width: 382px;
    height: 40px;
    border-radius: 2px;
    background-color: #404040;
    text-align: center;
}
section.info .button a {
    display: block;
    color: #fff;
    height: 100%;
    padding-top: 6px;
    box-sizing: border-box;
}

/*info_detail*/
section.info_detail {
    background: url(/images/info/info_top.png) 0 no-repeat;
    background-size: cover;
    height: 100%;
    min-height: 100vh;
    width: 100%;
    z-index: 0;
    margin: 0 auto;
    padding-top: 170px;
}
section.info_detail >div {
    width: 90%;
    max-width: 640px;
    margin: 0 auto;
}
section.info_detail .section_title {
    padding-bottom: 20px;
    border-bottom: 2px solid #c0c0c0;
}
section.info_detail h2 {
    font-weight: 400;
    font-size: 24px;
    color: #101010;
    text-align: center;
}
section.info_detail p {
    font-weight: 300;
    text-indent: 1em;
}
section.info_detail p.date {
    text-align: right;
    margin: 15px 0 36px;
}
section.info_detail .button {
    margin: 74px auto 40px;
    width: 382px;
    height: 40px;
    border-radius: 2px;
    background-color: #404040;
    text-align: center;
}
section.info_detail .button a {
    text-align: center;
    display: block;
    color: #fff;
    height: 100%;
    padding-top: 6px;
    box-sizing: border-box;
    text-decoration: none;
}

/*thanks*/
section.thanks {
    background: url(/images/thanks/thanks_top.png) 0 no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    z-index: 0;
    margin: 0 auto;
    padding: 210px 0;
}
section.thanks >div {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
section.thanks h2,
section.thanks p {
    color: #101010;
    font-weight: 300;
}
section.thanks h2 {
    line-height: 1.35;
    font-size: 40px;
    margin-bottom: 40px;
}
section.thanks .button {
    margin: 74px auto 0;
    width: 382px;
    height: 40px;
    border-radius: 2px;
    background-color: #404040;
}
section.thanks .button a {
    display: block;
    color: #fff;
    height: 100%;
    padding-top: 6px;
    box-sizing: border-box;
    text-decoration: none;
}

/*アニメーション*/
.animated.delay-0_3s {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.animated.delay-0_6s {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.animated.delay-0_9s {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.animated.delay-1_2s {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.animated.delay-1_5s {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.animated.delay-1_8s {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.animated.delay-2_1s {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}
.animated.delay-2_4s {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

br.hidden_pc,
span.hidden_pc {
  display: none;
}
@media screen and (max-width: 720px) {
  br.hidden_pc,
  span.hidden_pc {
    display: inline;
  }
  .hidden_mobile,
  br.hidden_mobile,
  span.hidden_mobile {
    display: none;
  }
}

@media screen and (min-width: 901px) and (max-width: 1250px) {
    .header_logo {
      margin: 0 0 0 5%;
    }
    .footer {
      padding: 35px 0;
    }
    .footer_logo {
      left: 5%;
    }
    .footer_nav ul {
      -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
      justify-content: inherit;
      max-width: 280px;
      margin: 0 auto 25px;
      flex-wrap: wrap;
    }
    .footer_nav li:nth-child(4) {
      border-left: unset;
    }
}

@media screen and (max-width: 1200px) {
    section#service h3,
    section#service .liner,
    section#service p {
        margin-left: 10%;
    }
    section#service h3 {
        margin-top: 4%;
    }
    section#service .liner {
        margin-top: 1%;
        width: 50px;
    }
    section#service p {
        font-weight: 200;
        margin-top: 5%;
    }
    section#service .consulting p,
    section#service .service p {
        margin-top: 15%;
    }
    section#service .dvelop p {
        margin-top: 6%;
    }
    section#contact .section_title {
        margin-bottom: 40px;
    }
    section#contact iframe {
        max-width: unset;
    }
    section#contact input,
    section#contact textarea {
        width: 100%;
    }
    section#contact .contact_info {
        display: block;
    }
    section#contact .contact_info .right,
    section#contact .contact_info .left {
        width: 100%;
    }
    section#contact .contact_info .right,
    section#contact .contact_info .left .contact_tel {
        margin-right: 0;
        margin: 0 auto;
    }
    section#contact .contact_info .right >div {
        text-align: inherit;
    }
    section#contact .contact_info .right .input_area label {
        display: block;
        margin-right: 0;
    }
    section#contact .contact_info .left {
        margin: 40px 0 0;
    }
}

@media screen and (min-width: 901px) {
  .header_spbtn,
  .header_sp_nav {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .header_top,
  .header_logo.local {
    height: 56px;
  }
  .header_pc_nav {
    display: none;
  }
  .header_logo {
    margin-left: 0;
    width: 104px;
    height: 56px;
  }
  .header_logo a,
  .header_logo.local a {
    padding: 9px 16px;
    line-height: 0;
  }
  .header_logo img,
  .header_logo.local img.company_logo {
    width: 100%;
    height: 100%;
  }
  .header_logo.local img.company_name {
    display: inherit;
  }
  .footer {
    height: inherit;
    padding: 25px 0;
  }
  .footer_logo {
    left: 0;
    top: 0;
    width: 104px;
    height: 93px;
    background-color: #00a0e8;
    padding: 26px 16px;
    box-sizing: border-box;
  }
  .footer_logo a {
    padding: 26px 16px;
    line-height: 0;
  }
  .footer_logo img {
    width: 100%;
  }
  .footer_logo img.footer_img {
    position: absolute;
    left: 15px;
    max-width: 72px;
  }
  .footer_nav ul {
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 721px) and (max-width: 900px) {
    section.thanks {
        padding: 238px 0;
    }
}


@media screen and (min-width: 721px) {
  section.top .scroll {
    display: none;
  }
  section#philosophy .philosophy_description .right .contribution_sp {
    display: none;
  }
  .top_link {
    display: none;
  }
  .footer_logo.sp {
    display: none;
  }
}

@media screen and (max-width: 720px) {
    .section_title {
        font-size: calc(4vw + 11.2px);
    }
    section.top {
        height: 100vh;
    }
    section.top .top_content {
        background: url(/images/index/top_main_sp.png) 0 no-repeat;
        background-size: cover;
        height: 100vh;
        width: 100%;
        z-index: 0;
    }
    section.top h1,
    section.top a {
        position: absolute;
        left: 0;
        right: 0;
    }
    section.top h1 {
        margin: 0;
        top: 34%;
        padding: 0 10%;
    }
    section.top .scroll {
        display: block;
        bottom: 40px;
        text-align: center;
        font-size: 1.0rem;
    }
    section#service h3 {
        font-size: calc(1.5vw + 15.2px);
    }
    section#service .three_column {
        display: block;
    }
    section#service .three_column li {
        width: 100%;
        padding-top: 66.6%;
        position: relative;
    }
    section#service .three_column li >div {
        width: 100%;
        min-width: 242px;
    }
    section#service h3,
    section#service .liner,
    section#service p {
        margin-left: 7%;
    }
    section#service .liner {
        margin-top: 6%;
    }
    section#service p {
        font-size: calc(1.5vw + 11.2px);
        /*width: 100%;*/
    }
    section#service .consulting p,
    section#service .service p {
        margin-top: 13%;
    }
    section#service .dvelop p {
        margin-top: 7%;
        font-size: calc(1.25vw + 11px);
    }
    section.notice h2 {
        font-size: calc(0.5vw + 12.4px);
        margin-bottom: 28px;
    }
    section.notice .notice_menu,
    section.notice .notice_list >div {
        display: block;
    }
    section.notice .notice_menu {
        width: 90%;
        margin: 0 auto;
    }
    section.notice .notice_menu a {
        display: initial;
    }
    section.notice .notice_menu .notice_link {
        text-align: right;
    }
    section.notice .notice_list >div {
        width: 100%;
        margin: unset;
    }
    section.notice .notice_list >div:first-child {
        margin-bottom: 20px;
    }
    section.notice .notice_list >div:before {
        margin-left: 26px;
    }
    section.notice .notice_list .new:before {
        display: inline-block;
        margin: 9px 10px 0;
    }
    section.notice p.date {
        margin-right: 0;
        display: inline-block;
    }
    section.notice p.title {
        margin-left: 28px;
        white-space: normal;
        width: auto;
    }
    section#about h3 {
        font-size: calc(0.5vw + 16.4px);
    }
    section#about p {
        line-height: 1.5;
    }
    section#about .body_logo {
        display: block;
        height: auto;
    }
    section#about .body_logo >div {
        width: 100%;
    }
    section#about .body_logo .right,
    section#about .body_logo .left {
        text-align: center;
        padding: 0;
    }
    section#about .body_logo .left {
        background-color: inherit;
    }
    section#about .body_logo >div >img {
        max-width: 184px;
        padding: 7%;
    }
    section#philosophy .philosophy_title {
        margin: 40px auto;
    }
    section#philosophy .philosophy_text p {
        font-size: calc(1vw + 12.8px);
        margin: 4%;
        line-height: 2.5;
    }
    section#philosophy .philosophy_text .quote_before:before,
    section#philosophy .philosophy_text .quote_after:after {
        font-size: calc(9vw + 43.2px);
    }
    section#philosophy .philosophy_text .quote_before:before {
        left: -3%;
    }
    section#philosophy .philosophy_text .quote_after:after {
        right: -3%;
    }
    section#philosophy .philosophy_description {
        flex-direction: column;
    }
    section#philosophy .philosophy_description h3 {
        text-align: center;
    }
    section#philosophy .philosophy_description .center {
        order: 0;
        height: 100%;
        min-height: 360px;
        margin: 0 auto;
    }
    section#philosophy .philosophy_description .center p {
        font-size: inherit;
    }
    section#philosophy .philosophy_description .center .circle {
        width: 136px;
        height: 136px;
    }
    section#philosophy .philosophy_description .center .circle.second {
        top: 112px;
    }
    section#philosophy .philosophy_description .center .circle.third {
        top: 224px;
    }
    section#philosophy .philosophy_description .right {
        order: 1;
        width: 100%;
    }
    section#philosophy .philosophy_description .right >div:not(:last-child) {
        margin-bottom: 32px;
    }
    section#philosophy .philosophy_description .left {
        display: none;
    }
    section#philosophy .philosophy_description .right p {
        width: 100%;
        max-width: inherit;
    }
    section#outline {
        background: url(/images/index/outline_main_sp.png) 0 no-repeat;
    }
    section#outline h2 {
        margin-bottom: 36px;
    }
    section#outline dt,
    section#outline dd {
        font-size: calc(0.5vw + 12.4px);
    }
    section#contact .contact_info .contact_detail span {
        font-size: 13px;
    }
    .top_link {
      background-color: #808080;
      text-align: center;
    }
    .top_link a {
      display: block;
      padding: 17px 0;
      color: #f5f5f5;
      text-decoration: none;
    }
    .top_link a:after {
      content: "\f139";
      font-family: "Font Awesome 5 Free";
      margin-left: 8px;
      font-size: 18px;
      font-weight: bold;
    }
    .footer_logo.pc {
      display: none;
    }
    .footer .footer_nav li a {
      display: block;
      padding-bottom: 16px;
    }
    .footer_nav ul {
      display: block;
      width: 80%;
      margin: 0 auto;
    }
    .footer_nav li {
      display: inherit;
      height: inherit;
      border-bottom: 1px solid #c0c0c0;
      margin-bottom: 18px;
    }
    .footer_nav li:last-child {
      margin-bottom: 32px;
    }
    .footer_nav li + li {
      border-left: none;
      margin-left: 0; 
      padding-left: 0;
    }
    .footer_logo {
        position: inherit;
        height: 88px;
        width: 100%;
        padding: 0;
    }
    .footer_logo a {
        padding: 16px 0;
    }
    .footer_logo img {
        display: block;
        margin: 0 auto;
        width: inherit;
        max-width: 115px;
        height: inherit;
    }
    .footer_logo img:first-child {
        margin-bottom: 5px;
    }
    .copyright {
        margin-top: 16px;
    }
    section.info {
        padding-top: 88px;
    }
    section.info h2 {
        font-size: calc(2vw + 9.6px);
    }
    section.info dt,
    section.info dd,
    section.info .next a {
        font-size: 14px;
    }
    section.info dt {
        padding: 0 16px;
    }
    section.info dt.new_icon:before {
        margin-right: 10px;
    }
    section.info_detail {
        padding-top: 100px;
    }
    section.info_detail h2 {
        font-size: calc(2vw + 9.6px);
    }
    section.info_detail p {
        font-size: 14px;
    }
    section.info_detail .button {
        width: 295px;
    }
    section.thanks h2 {
        font-size: calc(4.5vw + 7.6px);
    }
    section.thanks p {
        font-size: calc(0.5vw + 12.4px);
    }
    section.thanks .button {
        width: 295px;
    }
}

@media screen and (max-width: 480px) {
    .header_sp_nav {
        padding: 25% 7%;
    }
    section.top h1 {
        margin: 0;
        top: 40%;
        padding: 0 8%;
    }
    section#contact .contact_info {
        width: 100%;
    }
    section#contact .contact_tel {
        width: 90%;
        margin: 0 auto;
    }
    section.info dd a {
        display: block;
        max-width: 180px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    section.info .button {
        width: 295px;
    }
}