@charset "UTF-8";
.tac {
  text-align: center;
}

/*====== PC ======*/
@media all and (min-width: 769px) {
  /*=== Common ===*/
  body {
    color: #030303;
  }
  a {
    transition: opacity 0.2s;
  }
  a:hover {
    opacity: 0.6;
  }
  a.btn {
    display: inline-block;
    padding: 15px 27px 15px 40px;
    line-height: 1;
    border: 1px solid #030303;
    font-size: 12px;
    letter-spacing: 0.08em;
  }
  a.btn i {
    margin-left: 20px;
  }
  .global_wrapper {
    overflow: hidden;
  }
  .main_visual {
    width: 100vw;
    height: 100vh;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .main_lead {
    display: inline-block;
    padding: 64px 112px;
    background-color: rgba(255, 255, 255, 0.6);
    font-size: 2.4em;
    line-height: 1.83;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .area {
    padding: 90px 0;
  }
  .section_ttl {
    font-size: 2.4rem;
    text-align: center;
    letter-spacing: 0.18em;
    margin: 0px 0 60px;
  }
  .works_list_wrapper {
    max-width: 1020px;
    margin: 0 auto;
    position: relative;
  }
  .works_list {
    padding-bottom: 25px;
  }
  .works_list li {
    width: 240px;
    float: left;
    margin: 0 50px;
  }
  .works_list li i {
    margin-left: 10px;
  }
  .works_photo {
    line-height: 0;
    margin-bottom: 20px;
  }
  .works_ttl {
    font-size: 1.4rem;
    line-height: 1.42;
    letter-spacing: 0.0em;
  }
  .works_link {
    display: block;
    text-align: right;
    font-size: 1.2rem;
    line-height: 1;
  }
  .works_link span {
    display: inline-block;
    border-bottom: 1px solid #030303;
    padding-bottom: 3px;
  }
  .pager_wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
  }
  .pager_wrapper span {
    display: block;
    font-size: 4rem;
    color: #e6e6e6;
    cursor: pointer;
    margin-top: -20px;
    position: absolute;
    top: 0;
  }
  .pager_wrapper .pager_left {
    left: 0;
  }
  .pager_wrapper .pager_right {
    right: 0;
  }
  .map_area {
    height: 400px;
  }
  .map_area iframe {
    width: 100%;
  }
  /*=== Header ===*/
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
  }
  .global_nav {
    position: absolute;
    top: 14px;
    right: 20px;
  }
  .logo {
    position: absolute;
    top: 19px;
    left: 45px;
  }
  .nav_list li {
    width: 165px;
    float: left;
    text-align: center;
  }
  .nav_list li span {
    display: block;
    letter-spacing: 0.08em;
  }
  .nav_list li .ja {
    font-size: 1.6rem;
  }
  .nav_list li .en {
    font-size: 1.2rem;
  }
  /*=== Footer ===*/
  .footer {
    background-color: #4e5b75;
    padding: 60px 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .footer_logo {
    line-height: 0;
    margin-bottom: 20px;
  }
  .footer_info_wrapper {
    width: 300px;
    float: left;
    margin-left: 45px;
  }
  .footer_info {
    font-size: 1.2rem;
    line-height: 1.66;
    letter-spacing: 0.08em;
    color: #FFF;
  }
  .footer_sitemap_wrapper {
    float: right;
    margin-right: 45px;
    color: #fff;
  }
  .footer_sitemap li {
    display: inline-block;
    margin-right: 20px;
    font-size: 1.2rem;
    line-height: 1;
  }
  /*=== Top ===*/
  .top_visual {
    background-image: url("../img/top/main_visual.jpg");
  }
  .top_lead {
    text-align: center;
    letter-spacing: 0.16em;
  }
  .top_lead span {
    display: inline-block;
    line-height: 1.4;
  }
  .top_lead .small {
    font-size: 2.0rem;
  }
  .top_lead .big {
    font-size: 4.2rem;
  }
  .mission_area {
    padding: 208px 0;
    text-align: center;
  }
  .our_mission {
    padding-left: 140px;
    font-size: 2.4rem;
    text-align: left;
    line-height: 44px;
    display: inline-block;
    letter-spacing: 0.18em;
    background-image: url("../img/top/top_logomark.png");
    background-repeat: no-repeat;
    background-position: 0 13px;
  }
  .intro_block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    background-color: #fafafa;
  }
  .intro_block:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .intro_photo {
    width: 50%;
    line-height: 0;
  }
  .intro_photo img {
    width: 100%;
    height: auto;
  }
  .intro_text {
    width: 50%;
    text-align: center;
  }
  .text_wrapper {
    display: inline-block;
  }
  .intro_ttl {
    font-size: 2.4em;
    line-height: 1.83;
    text-align: left;
    margin-bottom: 55px;
  }
  .news_area {
    background-color: #fafafa;
  }
  .news_list_wrapper {
    width: 640px;
    margin: 0 auto;
  }
  .news_list li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 15px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    line-height: 1.2;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
  }
  .news_list time {
    margin-right: 20px;
  }
  /*=== About Us ===*/
  .about_visual {
    background-image: url("../img/about_us/main_visual.jpg");
  }
  .about_lead {
    background-color: #fafafa;
  }
  .about_lead p {
    width: 616px;
    margin: 0 auto;
    font-size: 1.4em;
    line-height: 1.71;
    letter-spacing: 0.18em;
    margin-bottom: 25px;
  }
  /*===  Works ===*/
  .works_page {
    padding: 150px 0 0;
  }
  .works_page .works_list li {
    margin-bottom: 90px;
  }
  .works_page .pager_wrapper {
    display: none;
  }
  .works_image {
    left: 0;
    width: 600px;
    margin: 0 auto 60px;
  }
  .copy {
    font-size: 2.4em;
    line-height: 1.83;
    font-weight: bold;
    width: 600px;
    margin: 0 auto 45px;
  }
  .data {
    width: 600px;
    margin: 0 auto 90px;
  }
  .data p {
    font-size: 1.4em;
    line-height: 1.71;
    letter-spacing: 0.18em;
  }
  /*===  Company ===*/
  .company_visual {
    background-image: url("../img/company/main_visual.jpg");
  }
  .company_info {
    width: 560px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .company_info dt, .company_info dd {
    font-size: 1.4em;
    line-height: 1.71;
    letter-spacing: 0.18em;
    margin-bottom: 15px;
  }
  .company_info dt {
    width: 124px;
  }
  .company_info dd {
    width: 436px;
  }
  /*===  Contact ===*/
  .contact_page {
    padding: 150px 0 0;
  }
  .contact_wrapper {
    width: 550px;
    margin: 0 auto 90px;
  }
  .form_wrapper p {
    font-size: 1.4em;
    line-height: 1.71;
    letter-spacing: 0.18em;
    line-height: 1.4;
    margin-bottom: 30px;
  }
  .form_wrapper p.error_messe {
    color: #c93636;
  }
  .form_wrapper .caution {
    font-size: 10px;
  }
  .label {
    display: inline-block;
    width: 170px;
    margin-right: 15px;
    vertical-align: top;
  }
  .form {
    width: 320px;
    padding: 0px 5px;
    border: 1px solid #030303;
  }
  .textarea {
    height: 150px;
    line-height: 1.3;
  }
  .button {
    text-align: center;
  }
  .input_btn {
    width: 172px;
    padding: 0;
    border: 1px solid #030303;
    font-family: "Noto Serif Japanese","游明朝", "YuMincho","ヒラギノ明朝 Pro", "メイリオ",  sans-serif;
    font-size: 1.2rem;
    line-height: 42px;
    text-align: center;
    color: #030303;
    background-color: #FFF;
    cursor: pointer;
    transition: all 0.2s;
  }
  .input_btn:hover {
    opacity: 0.6;
  }
  .submit {
    background-color: #2f4577;
    color: #FFF;
    border-color: #2f4577;
    margin-left: 30px;
  }
  .form_confirm {
    font-size: 1.4em;
    line-height: 1.71;
    letter-spacing: 0.18em;
  }
  .form_confirm dt {
    font-weight: bold;
  }
  .form_confirm dd {
    margin-bottom: 20px;
  }
}

/*====== SP ======*/
@media all and (max-width: 768px) {
  /*=== Common ===*/
  body {
    color: #030303;
  }
  a {
    transition: opacity 0.2s;
  }
  a:hover {
    opacity: 0.6;
  }
  a.btn {
    display: inline-block;
    padding: 12px 22px 12px 36px;
    line-height: 1;
    border: 1px solid #030303;
    font-size: 1.1rem;
    letter-spacing: 0.08em;
  }
  a.btn i {
    margin-left: 20px;
  }
  .global_wrapper {
    overflow: hidden;
  }
  .main_visual {
    width: 100vw;
    height: 100vh;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
  }
  .main_lead {
    width: 50%;
    padding: 30px 35px;
    background-color: rgba(255, 255, 255, 0.6);
    font-size: 1.3em;
    line-height: 1.69;
    letter-spacing: 0.1em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .area {
    padding: 45px 0;
  }
  .section_ttl {
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: 0.18em;
    margin: 0px 0 30px;
  }
  .works_list_wrapper {
    max-width: 1020px;
    margin: 0 auto;
    position: relative;
  }
  .works_list {
    padding-bottom: 25px;
    margin: 0 auto;
  }
  .works_list li {
    width: 240px;
    float: left;
    margin: 0 40px;
  }
  .works_list li i {
    margin-left: 10px;
  }
  .works_photo {
    line-height: 0;
    margin-bottom: 20px;
  }
  .works_ttl {
    font-size: 1.3rem;
    line-height: 1.42;
    letter-spacing: 0.0em;
  }
  .works_link {
    display: block;
    text-align: right;
    font-size: 1.2rem;
    line-height: 1;
  }
  .works_link span {
    display: inline-block;
    border-bottom: 1px solid #030303;
    padding-bottom: 3px;
  }
  .pager_wrapper {
    position: absolute;
    top: 27%;
    left: 0;
    width: 100%;
  }
  .pager_wrapper span {
    display: block;
    font-size: 4rem;
    color: #e6e6e6;
    cursor: pointer;
    margin-top: -20px;
    position: absolute;
    top: 0;
  }
  .pager_wrapper .pager_left {
    left: 10px;
  }
  .pager_wrapper .pager_right {
    right: 10px;
  }
  .map_area {
    height: 300px;
  }
  .map_area iframe {
    width: 100%;
  }
  /*=== Header ===*/
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
  }
  .global_nav {
    display: none;
    position: absolute;
    z-index: 1001;
    width: 100%;
  }
  .btn_humberger {
    cursor: pointer;
    position: fixed;
    z-index: 1002;
    top: 16px;
    right: 12px;
  }
  .logo {
    position: absolute;
    top: 15px;
    left: 12px;
    z-index: 1002;
  }
  .logo img {
    width: 116px;
    height: auto;
  }
  .nav_list {
    background-color: rgba(255, 255, 255, 0.8);
    padding-top: 56px;
  }
  .nav_list li {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #030303;
  }
  .nav_list li:first-child {
    border-top: 1px solid #030303;
  }
  .nav_list li a {
    display: block;
    padding: 18px 0;
  }
  .nav_list li span {
    display: block;
    letter-spacing: 0.08em;
    line-height: 1.2;
  }
  .nav_list li .ja {
    font-size: 1.8rem;
  }
  .nav_list li .en {
    font-size: 1.1rem;
  }
  /*=== Footer ===*/
  .footer {
    background-color: #4e5b75;
    padding: 25px 0px;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .footer_logo {
    line-height: 0;
    margin-bottom: 20px;
  }
  .footer_logo img {
    width: 118px;
    height: auto;
  }
  .footer_info_wrapper {
    width: 300px;
    float: left;
    margin-left: 20px;
  }
  .footer_info {
    font-size: 1.2rem;
    line-height: 1.66;
    letter-spacing: 0.08em;
    color: #FFF;
  }
  .footer_sitemap_wrapper {
    float: right;
    color: #fff;
  }
  .footer_sitemap li {
    display: inline-block;
    margin-right: 20px;
    font-size: 1.2rem;
    line-height: 1;
  }
  /*=== Top ===*/
  .top_visual {
    background-image: url("../img/top/main_visual.jpg");
  }
  .top_lead {
    text-align: center;
    letter-spacing: 0.16em;
  }
  .top_lead span {
    display: inline-block;
    line-height: 1.4;
  }
  .top_lead .small {
    font-size: 1.2rem;
  }
  .top_lead .big {
    font-size: 2.3rem;
  }
  .mission_area {
    padding: 104px 0;
    text-align: center;
  }
  .our_mission {
    padding-left: 70px;
    font-size: 1.2rem;
    text-align: left;
    line-height: 22px;
    display: inline-block;
    letter-spacing: 0.18em;
    background-image: url("../img/top/top_logomark.png");
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: 0 7px;
  }
  .intro_block {
    background-color: #fafafa;
  }
  .intro_photo {
    width: 100%;
    line-height: 0;
  }
  .intro_photo img {
    width: 100%;
    height: auto;
  }
  .intro_text {
    padding: 45px 0;
    text-align: center;
  }
  .text_wrapper {
    display: inline-block;
  }
  .intro_ttl {
    font-size: 1.5em;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  .news_area {
    background-color: #fafafa;
  }
  .news_list_wrapper {
    width: auto;
    margin: 0 auto;
    padding: 0 15px;
  }
  .news_list li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 15px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    line-height: 1.3;
    font-size: 1.2rem;
    letter-spacing: 0.08em;
  }
  .news_list time {
    margin-right: 20px;
  }
  /*=== About Us ===*/
  .about_visual {
    background-image: url("../img/about_us/main_visual.jpg");
  }
  .about_lead {
    background-color: #fafafa;
  }
  .about_lead p {
    width: auto;
    padding: 0 20px;
    margin: 0 auto;
    font-size: 1.3em;
    line-height: 1.69;
    letter-spacing: 0.1em;
    margin-bottom: 25px;
  }
  /*===  Works ===*/
  .works_page {
    padding: 75px 0 0;
  }
  .works_page .works_list {
    text-align: center;
  }
  .works_page .works_list li {
    display: inline-block;
    margin-bottom: 90px;
    float: none;
  }
  .works_page .works_list li .works_ttl {
    text-align: left;
  }
  .works_page .pager_wrapper {
    display: none;
  }
  .works_image {
    left: 0;
    width: auto;
    max-width: 500px;
    margin: 0 auto 30px;
  }
  .works_image img {
    width: 100%;
    height: auto;
  }
  .copy {
    font-size: 1.3em;
    line-height: 1.69;
    letter-spacing: 0.1em;
    font-weight: bold;
    width: auto;
    max-width: 500px;
    padding: 0 15px;
    margin: 0 auto 25px;
  }
  .data {
    width: auto;
    max-width: 500px;
    margin: 0 auto 45px;
    padding: 0 15px;
  }
  .data p {
    font-size: 1.3em;
    line-height: 1.69;
    letter-spacing: 0.1em;
  }
  /*===  Company ===*/
  .company_visual {
    background-image: url("../img/company/main_visual.jpg");
  }
  .company_info {
    width: auto;
    padding: 0 15px;
    margin: 0 auto;
  }
  .company_info dt, .company_info dd {
    font-size: 1.4em;
    line-height: 1.71;
    letter-spacing: 0.18em;
  }
  .company_info dt {
    width: auto;
    margin-bottom: 5px;
  }
  .company_info dd {
    width: auto;
    margin-bottom: 25px;
  }
  /*===  Contact ===*/
  .contact_page {
    padding: 75px 0 0;
  }
  .contact_wrapper {
    width: auto;
    max-width: 500px;
    padding: 0 15px;
    margin: 0 auto 90px;
  }
  .form_wrapper p {
    font-size: 1.3em;
    line-height: 1.69;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin-bottom: 25px;
  }
  .form_wrapper p.error_messe {
    color: #c93636;
  }
  .form_wrapper .caution {
    font-size: 10px;
    margin-top: -15px;
  }
  .label {
    display: block;
    width: auto;
    margin-bottom: 5px;
    vertical-align: top;
  }
  .form {
    width: calc(100% - 10px);
    line-height: 1.4;
    padding: 5px;
    border: 1px solid #030303;
  }
  .textarea {
    height: 150px;
    line-height: 1.3;
  }
  .button {
    text-align: center;
  }
  .input_btn {
    display: block;
    width: 172px;
    margin: 0 auto 25px;
    padding: 0;
    border: 1px solid #030303;
    font-family: "Noto Serif Japanese","游明朝", "YuMincho","ヒラギノ明朝 Pro", "メイリオ",  sans-serif;
    font-size: 1.2rem;
    line-height: 42px;
    text-align: center;
    color: #030303;
    background-color: #FFF;
    cursor: pointer;
    transition: all 0.2s;
  }
  .input_btn:hover {
    opacity: 0.6;
  }
  .submit {
    background-color: #2f4577;
    color: #FFF;
    border-color: #2f4577;
  }
  .form_confirm {
    font-size: 1.4em;
    line-height: 1.71;
    letter-spacing: 0.18em;
  }
  .form_confirm dt {
    font-weight: bold;
  }
  .form_confirm dd {
    margin-bottom: 20px;
  }
}

/*

＼＿　　＿＿＿＿＿＿／
　　ヽノ
　　 ○
　　　ｏ

　 /|　　　　　　/|
　｜|　　　|　　｜|
∧ }|　　　|　　｜{ノ)
| ｿ:ヽ　 ヽ|　　/∴:/
ヽ:∴|　 o从o　｜∵/
　＼_ヽ　/仝ヽ / ／
　　 ＼＼ﾋ水)|/／
　　 ヘ＼ﾆ八ﾆ∠＿
　　//厂//~~~＼＼＼
　　ﾚW /｜　＿//｜W
　　　 ﾚｿ　 ﾌ／ W

これを作ったのはザリガニデザインオフィスであった

*/
