﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

.fade-in {
    opacity: 0;
    transition: opacity .6s ease-in-out
}

.fade-in.is-show {
    opacity: 1
}

.fade-up {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .6s ease-in-out, transform .6s ease-in-out
}

.fade-up.is-show {
    opacity: 1;
    transform: translateY(0)
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: rgba(0, 0, 0, 0)
}

body {
    line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: rgba(0, 0, 0, 0)
}

ul {
    list-style: none
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

body {
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: .02em;
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
}

a {
    transition: .3s opacity
}

@media(hover) {
    a:hover {
        opacity: .7
    }
}

#header {
    background: #333;
    height: 60px
}

#headerInside {
    max-width: 1024px;
    height: 60px;
    margin: 0 auto
}

#headerInside h1,
#headerInside p#siteID,
#headerInside .headerLogo {
    float: left;
    position: initial;
    width: 380px;
}

#headerInside h1 img,
#headerInside p#siteID img,
#headerInside .headerLogo img {
    width: 326px;
    height: 60px;
}

#headerMenu {
    margin-left: 383px
}

#headerMenu ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px
}

#headerMenu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 78%
}

#headerMenu ul li a:hover {
    color: #fc9600
}

#siteSearch {
    width: 175px
}

#english #siteSearch {
    float: right
}

#headerInside table {
    border-collapse: collapse;
    margin: 0;
    border: none;
    height: 25px
}

#headerInside tr,
#headerInside td {
    margin: 0;
    padding: 0;
    height: 25px;
    line-height: .9;
    border: none
}

.gsib_a {
    margin-left: 10px
}

#toggle {
    display: none
}

@media screen and (max-width: 1000px) {
    #header {
        height: auto
    }

    #headerInside {
        padding: 10px;
        height: auto
    }

    #headerInside h1,
    #headerInside p#siteID,
    #headerInside .headerLogo {
        float: none;
        width: auto;
        text-align: left
    }

    #headerInside h1 img,
    #headerInside p#siteID img,
    #headerInside .headerLogo img {
        height: 40px;
        width: auto
    }

    #toggle {
        display: block;
        position: absolute;
        top: 18px;
        right: 15px;
        line-height: 1;
        background: none;
        border: none;
        cursor: pointer;
    }

    .menu-trigger,
    .menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box
    }

    .menu-trigger {
        position: relative;
        width: 30px;
        height: 20px;
        overflow: hidden
    }

    .menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #fff;
        border-radius: 2px
    }

    .menu-trigger span:nth-of-type(1) {
        top: 0
    }

    .menu-trigger span:nth-of-type(2) {
        top: 9px
    }

    .menu-trigger span:nth-of-type(3) {
        bottom: 0
    }

    .menu-trigger.motion span:nth-of-type(1) {
        -webkit-transform: translateY(10px) rotate(-315deg);
        transform: translateY(10px) rotate(-315deg)
    }

    .menu-trigger.motion span:nth-of-type(2) {
        opacity: 0
    }

    .menu-trigger.motion span:nth-of-type(3) {
        -webkit-transform: translateY(-10px) rotate(315deg);
        transform: translateY(-10px) rotate(315deg)
    }

    #headerMenu ul {
        display: none;
        width: 100%;
        max-width: 100%;
        position: absolute;
        top: 55px;
        left: 0;
        z-index: 9999;
        height: auto
    }

    #headerMenu ul li {
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0
    }

    #headerMenu ul li a {
        display: block;
        padding: 16px 0 15px 20px;
        background: rgba(236, 236, 236, .9607843137);
        color: #333;
        border-bottom: 1px solid #ddd;
        text-decoration: none;
        text-align: left;
        height: auto;
        line-height: 1.4;
        font-size: 1rem;
        font-weight: normal
    }

    #headerMenu ul li#hMenu6 {
        background: rgba(236, 236, 236, .9607843137);
        padding: 20px 0;
    }


    #siteSearch {
        width: auto
    }
}

#toggle button {
    background: none;
    border: none
}

.gsc-cursor-box {
    text-align: center
}

.gsc-wrapper {
    margin-top: 30px
}

.gsc-input input.gsc-input {
    height: 22px;
    padding: 1px 2px
}

.gsc-clear-button div.gsc-clear-button {
    margin-left: 0;
    height: 26px;
    line-height: 26px
}

form.gsc-search-box table.gsc-search-box td.gsc-input {
    padding-right: 8px
}

.cse .gsc-control-cse,
.gsc-control-cse {
    border: none !important;
    background: none !important
}

.gsc-control-cse,
.gsc-control-cse-ja {
    padding: 0 !important
}

form.gsc-search-box table.gsc-search-box td.gsc-input {
    padding-right: 0 !important
}

input.gsc-search-button {
    margin-left: 0 !important
}

.cse .gsc-search-button input.gsc-search-button-v2,
input.gsc-search-button-v2 {
    margin: 0 !important
}

input.gsc-search-button,
input.gsc-search-button:hover,
input.gsc-search-button:focus {
    border-color: #999 !important;
    background-color: #999 !important
}

input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus {
    border-color: #666 !important
}

.cse .gsc-search-button input.gsc-search-button-v2,
input.gsc-search-button-v2 {
    padding: 6px 16px !important
}

.gsc-thumbnail-inside {
    text-align: left
}

#topicPath {
    background: #F6F6F6;
    height: 33px;
    line-height: 33px;
    padding: 0 30px;
}

#topicPath p {
    width: 1024px;
    margin: 0 auto;
    text-align: left;
    font-size: 75%;
    color: #333;
}

#topicPath p a {
    text-decoration: none;
    color: #333;
}

.footer .copy {
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 11px 0;
    background: #333;
    position: relative;
    z-index: 2
}

/* ここから追加CSS  */
.sp {
    display: none;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

/* メインビジュアル */
.main-img1 {
    position: relative;
}

.main-img1 img {
    width: 100%;
}

h1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 7vw;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

h1 img {
    width: 32vw;
}

.mv {
    background-image: url("../images/top/main-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 0;
    position: relative;
    margin-bottom: 20px;
}

.inner {
    max-width: 1200px;
    margin: 0 auto;
}

.fix-btn {
    position: fixed;
    top: 165px;
    right: 0;
    z-index: 10;
}

.bold {
    font-weight: bold;
}

.fs14 {
    font-size: 14px;
}

.fs18 {
    font-size: 18px;
}

/* intro */
.intro {
    margin-bottom: 40px;
}

.intro .inner {
    background-color: #F3F3F3;
    border-radius: 10px;
    padding: 30px 0;
}

.intro__txt {
    max-width: 700px;
    margin: 0 auto;
}

.intro__txt1 {
    font-size: 20px;
    margin-bottom: 15px;
}

/* ui-ux */
.ui-ux {
    margin-bottom: 80px;
}

h2 {
    font-size: 40px;
    text-align: center;
    color: #285070;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 40px;
}

.ui-ux h2,
.guideline h2 {
    background-image: url("../images/top/icon1.svg");
    background-size: 86px;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 50px;
}

.ui-ux__img,
.guideline__img {
    width: 38%;
}

.ui-ux__txt {
    width: 55%;
    text-align: justify;
}

/* guideline */
.guideline {
    margin-bottom: 80px;
}

.guideline .flex {
    align-items: flex-start;
}

.guideline__txt {
    width: 55%;
    letter-spacing: .01em;
    text-align: justify;
}

/* utilization */
.utilization {
    background-image: url("../images/top/contents-bg1.svg");
    background-size: cover;
    background-position: bottom center;
    padding: 75px 0 130px;
    margin-bottom: 70px;
}

.utilization h2 {
    background-image: url("../images/top/contents-bg2.svg");
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-bottom: 25px;
    margin-bottom: 65px;
}

.utilization__item {
    width: calc(48% - 80px);
    background-color: #fff;
    border-radius: 10px;
    padding: 50px 40px 35px 40px;
    position: relative;
}

.utilization h3 {
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    background-color: #307D76;
    border-radius: 10px 10px 0 0;
    padding: 10px 0;
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
    width: 69%;
    max-width: 400px;
    margin: 0 auto;
}

.utilization__item2 h3 {
    background-color: #996732;
}

.utilization__img {
    margin-bottom: 20px;
}

.utilization li {
    font-size: 18px;
    font-weight: 600;
    color: #285070;
    background-image: url("../images/top/icon2.svg");
    background-repeat: no-repeat;
    background-size: 18px auto;
    background-position: left 50%;
    padding-left: 32px;
}

/* cv */
.cv {
    margin-bottom: 60px;
}

.cv h2 {
    background-image: url("../images/top/contents-bg3.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    max-width: 950px;
    margin: -60px auto 40px;
    padding: 30px 0 25px;

}

h2 img {
    vertical-align: baseline;
    margin-right: 25px;
}

.cv .inner {
    background: #F3F3F3;
    background: linear-gradient(140deg, rgba(243, 243, 243, 1) 0%, rgba(255, 255, 255, 1) 100%);
    border: solid 2px #285070;
    border-radius: 10px;
    position: relative;
    padding-bottom: 50px;
}

.cv .flex {
    max-width: 970px;
    margin: -10px auto 20px;
}

.cv__img1 {
    width: 40%;
}

.cv__item {
    width: 58%;
}

.cv__img2 {
    width: 85%;
    margin: 0 auto 25px;
}

.cv__txt1 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px;
}

.cv .btn a {
    display: block;
    background-color: #B35C1D;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    text-decoration: none;
    padding: 20px 0;
    border-bottom: solid 8px #804114;
}

.cv .btn:hover {
    margin-top: 32px;
}

.cv .btn a:hover {
    border-bottom: none;
}

.cv .btn img {
    width: 37px;
    margin: 0 20px 7px 0;
}

.cv ul {
    max-width: 950px;
    margin: 0 auto;
}

.cv li {
    font-size: 14px;
    text-indent: -1em;
    padding-left: 1em;
}

/* intro2 */
.intro2 {
    margin-bottom: 60px;
}

.intro2 .intro__txt {
    max-width: 850px;
    text-align: center;
}

.intro2 .intro__txt2 {
    border-bottom: solid 1px #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.intro2 .intro__txt3 img {
    margin: 0 5px -5px 0;
}

/* PAGE TOP */

.page-top {
    position: fixed;
    bottom: 0;
    right: 0;
    display: none;
    z-index: 5
}

.page-top a {
    display: block;
    background-color: #285070;
    border-radius: 10px 0 0 0;
    padding: 25px;
}

.page-top img {
    display: block;
    width: 28px;
    height: auto;
}

.banner {
    text-align: center;
    margin-bottom: 60px;
}


@media screen and (min-width: 1200px) {
    h1 {
        top: 90px;
    }

    h1 img {
        max-width: 380px;
    }
}

@media screen and (max-width: 1200px) {
    .fix-btn {
        width: 5.8vw;
        top: 14vw;
    }

    .inner {
        padding: 0 30px;
    }
}

@media screen and (max-width: 768px) {
    .sp {
        display: block;
    }

    img.sp {
        display: inline;
    }

    .pc {
        display: none;
    }

    #topicPath {
        display: none;
    }

    /* SP：メインビジュアル */
    h1 {
        top: 36vw;
    }

    h1 img {
        width: 73vw;
    }

    .mv .inner {
        padding: 0;
    }

    /* SP：intro */
    .intro {
        margin: 0 15px;
    }

    .intro .inner {
        padding: 20px;
        margin-bottom: 30px;
    }

    .intro__txt1 {
        text-align: center;
    }

    /* SP：ui-ux  */
    h2 {
        font-size: min(24px, 5.9vw);
        margin-bottom: 20px;
    }

    .ui-ux h2,
    .guideline h2 {
        margin-bottom: 20px;
        padding-top: 40px;
    }

    .ui-ux {
        margin-bottom: 50px;
    }

    .ui-ux__img,
    .guideline__img {
        width: 100%;
        margin-bottom: 30px;
    }

    .ui-ux__txt {
        width: 100%;
    }

    /* SP：guideline  */
    .guideline {
        margin-bottom: 50px;
    }

    .guideline__txt {
        width: 100%;
        order: 2;
    }

    /* SP：utilization  */
    .utilization {
        background-image: url(../images/top/contents-bg1_sp.svg);
        background-size: auto 100%;
        padding: 45px 0 80px;
        margin-bottom: 50px;
    }

    .utilization h2 {
        background-image: url(../images/top/contents-bg2_sp.svg);
        background-size: 100%;
        padding-bottom: 15px;
        margin-bottom: 50px;
    }

    .utilization__item {
        width: 100%;
        padding: 50px 20px 20px;
    }

    .utilization__item1 {
        margin-bottom: 50px;
    }

    .utilization h3 {
        font-size: 24px;
        width: 85%;
    }

    .utilization li {
        margin-bottom: 10px;
        line-height: 1.5;
    }

    /* SP：cv */

    .cv {
        padding: 0 20px;
        margin-bottom: 35px;
    }

    .cv h2 {
        background-image: url(../images/top/contents-bg3_sp.svg);
        background-size: 100% 100%;
        margin: -60px auto 40px;
        padding: 35px 0 25px;
        line-height: 1.5;
    }

    h2 img {
        width: 29px;
        margin-right: 10px;
    }

    .cv .inner {
        padding: 20px;
    }

    .cv__img1 {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .cv__img1 img {
        width: 55%;
    }

    .cv__item {
        width: 100%;
    }

    .cv__img2 {
        width: 100%;
        margin: 0 auto 20px;
    }

    .cv .btn a {
        font-size: min(24px, 5.7vw);
        padding: 15px 0;
        line-height: 1.5;
    }

    .cv .btn img {
        width: 25px;
        margin: 0 10px 7px 0;
    }

    .intro2 {
        margin-bottom: 40px;
    }

    .intro2 .intro__txt {
        text-align: left;
    }

    .page-top img {
        width: 18px;
    }

    .page-top a {
        padding: 20px;
    }

    .banner {
        padding: 0 20px;
    }
}