@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");

/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/

* {
    box-sizing: border-box;
}

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,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}

html {
    font-size: 62.5%;
}

body {
    -webkit-text-size-adjust: 100%;
}

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

table,
input,
textarea,
select,
option {
    line-height: 1.1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

img {
    vertical-align: top;
}

a,
a img {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover,
a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
}

img {
    max-width: 100%;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    line-height: 2.25;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #333333;
}

#wapper {
    overflow: hidden;
}

main {
    margin-top: 100px;
}

p {
    letter-spacing: 0.1em;
    font-weight: 400;
}

.l-container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}

.sp {
    display: none;
}


/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Layout .l-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/


/* Header
------------------------------------------------------------*/

.c-header {
    background: #f7f9fc;
    padding: 33px 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}

.c-header__inner {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.c-header__inner .logo {
    width: 232px;
}

.c-header__inner .logo a {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.c-header__inner .logo .img02 {
    display: none;
}

.c-header__content {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.c-header__content .link {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.c-header__content .link li {
    margin-right: 39px;
}

.c-header__content .link li:last-child {
    margin-right: 57px;
}

.c-header__content .link a {
    width: 100%;
    font-size: 1.8rem;
    line-height: 1.444;
    font-weight: 500;
}

.c-header__content .btn {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.c-header__content .btn li {
    margin-right: 10px;
}

.c-header__content .btn li:last-child {
    margin-right: 0;
}


/*------------------------------------------------------------
footer
------------------------------------------------------------*/

.c-footer__start {
    padding: 30px 0 22px 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.c-footer__start .logo {
    width: 182px;
    margin-right: 27px;
    display: block;
}

.c-footer__start .btn {
    display: block;
    width: 170px;
    margin-top: 2px;
    margin-right: 53px;
}

.c-footer__start ul {
    display: -webkit-box;
    display: flex;
    margin-top: -10px;
}

.c-footer__start ul li {
    margin-right: 23px;
}

.c-footer__start ul a {
    display: block;
    width: 100%;
    text-decoration: underline;
    letter-spacing: 0;
}

.c-footer__end {
    background: #3865a3;
    color: #fff;
    padding: 19px 0;
}

.c-footer__end p {
    font-size: 1.4rem;
    letter-spacing: 0;
}


/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/


/*------------------------------------------------------------
btn
------------------------------------------------------------*/

.c-btn01 {
    background: #3865a3;
    font-size: 1.8rem;
    line-height: 1.444;
    font-weight: 500;
    color: #fff;
    padding: 5px 20px 10px 20px;
    display: inline-block;
    min-width: 160px;
    text-align: center;
    letter-spacing: 0.1em;
}

.c-btn02 {
    background: #3865a3;
    font-size: 2.4rem;
    line-height: 1.5;
    position: relative;
    font-weight: 500;
    text-align: center;
    padding: 26px 50px 28px 50px;
    display: block;
    width: 100%;
    max-width: 470px;
    color: #fff;
    letter-spacing: 0.1em;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.c-btn02::after {
    content: "";
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/img_kc_cloud_icon01.png) no-repeat center;
    background-size: contain;
    width: 22px;
    height: 12px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.c-btn02:hover {
    background: #7299cf;
}

.c-btn02:hover::after {
    right: 20px;
}


/*
------------------------------------------------------------*/


/*------------------------------------------------------------
title
------------------------------------------------------------*/

.c-ttl01 {
    font-size: 4rem;
    letter-spacing: 0.1em;
    line-height: 1.8;
    font-weight: 700;
    margin-bottom: 32px;
}

.c-ttl02 {
    font-size: 3.6rem;
    letter-spacing: 0.1em;
    line-height: 1.8;
    font-weight: 700;
    margin-bottom: 52px;
    text-align: center;
}


/*
------------------------------------------------------------*/


/*------------------------------------------------------------
list
------------------------------------------------------------*/

.c-list01 {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-bottom: 6px;
}

.c-list01__item {
    width: calc(33.333% - 30px);
    margin: 0 15px 40px 15px;
    min-width: 340px;
}

.c-list01__item .title {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 15px;
}

.c-list01__item ul li {
    padding-left: 40px;
    position: relative;
    margin-bottom: 10px;
    line-height: 1.7;
}

.c-list01__item ul li::before {
    content: "";
    background: url(../img/img_kc_cloud_icon08.png) no-repeat;
    background-size: contain;
    width: 21px;
    height: 21px;
    position: absolute;
    left: 0;
    top: 5px;
}

.c-list01__item .img-1 {
    width: 184px;
    margin: 0 auto;
}

.c-list01__content {
    background: #f7f9fc;
    border-radius: 50px;
    padding: 30px 30px 20px 30px;
    min-height: 237px;
    position: relative;
    margin-bottom: 58px;
}

.c-list01__content::before {
    content: "";
    background: url(../img/img_kc_cloud_icon09.png) no-repeat center;
    background-size: contain;
    width: 58px;
    height: 73px;
    position: absolute;
    left: 50px;
    bottom: -60px;
}

.c-list02 {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    width: calc(100% + 36px);
    margin-left: -18px;
}

.c-list02__item {
    border: 4px solid #7299cf;
    border-radius: 10px;
    width: calc(50% - 36px);
    margin: 0 18px 36px 18px;
    padding: 27px 43px 35px 43px;
    min-width: 415px;
}

.c-list02__item .title {
    text-align: center;
    color: #3865a3;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin-bottom: 7px;
}

.c-list03 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-bottom: 50px;
}

.c-list03__item {
    /*background: #f7f9fc;*/
    width: calc(33.333% - 30px);
    margin: 0 15px 30px 15px;
    text-align: center;
    border-radius: 50px;
    padding: 35px 35px 0px 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    position: relative;
	border: 4px #7299cf solid;
}

.c-list03__item::after {
    content: "";
    background: url(../img/img_kc_cloud_icon12.png) no-repeat center;
    background-size: cover;
    width: 15px;
    height: 18px;
    position: absolute;
    right: -22px;
    top: 50%;
    transform: translateY(-50%);
}

.c-list03__item:last-child::after {
    display: none;
}

.c-list03__item p {
    line-height: 1.8;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

.c-list03__item .logo {
    position: relative;
    margin-top: -36px;
    top: -37px;
	background-color: white;
    padding-left: 15px;
    padding-right: 15px;
}

.c-list03__item:last-child .logo {
    top: -40px;
	background-color: white;
    padding-left: 20px;
    padding-right: 20px;
}

.c-list04 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 45px;
}

.c-list04__item {
    background-color: #f7f9fc;
    width: 32%;
    border-radius: 50px;
    text-align: center;
    padding: 35px;
}

.c-list04__item p {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.1em;
}

.c-list04__item .logo {
    margin-bottom: 24px;
}

.c-list04 .avatar {
    margin-right: 100px;
    margin-top: 25px;
    position: relative;
}

.c-list04 .avatar::after {
    content: "";
    width: 88px;
    height: 21px;
    background: url(../img/img_kc_cloud_icon11.png) no-repeat center;
    background-size: contain;
    position: absolute;
    right: -93px;
    top: 50%;
    transform: translateY(-50%);
}

.c-list04 .avatar--1 {
    margin-right: 0;
    margin-left: 100px;
    margin-top: 25px;
    position: relative;
}

.c-list04 .avatar--1::after {
    right: 0;
    left: -93px;
    transform: translateY(-50%) rotate(180deg);
}

.c-list05 {
    max-width: 635px;
    margin: 0 auto 69px auto;
}

.c-list05 dl {
    display: flex;
}

.c-list05 dt {
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.4;
    width: 180px;
    color: #3865a3;
    padding: 10px 15px 12px 15px;
    border-top: 1px solid #7299cf;
    border-left: 1px solid #7299cf;
}
.c-list05 dd {
    width: calc(100% - 180px);
    border-top: 1px solid #7299cf;
    border-left: 1px solid #7299cf;
    border-right: 1px solid #7299cf;
    padding: 7px 15px 7px 15px;
}


.c-list05 dl:last-child dt,
.c-list05 dl:last-child dd {
    border-bottom: 1px solid #7299cf;
}

.c-line {
    position: relative;
}

.c-line::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #cccccc;
    position: absolute;
    left: 0;
    top: 0;
}


/*
------------------------------------------------------------*/


/*------------------------------------------------------------
video
------------------------------------------------------------*/


/*
------------------------------------------------------------*/


/*------------------------------------------------------------
other
------------------------------------------------------------*/

.c-mainvisual {
    padding: 62px 20px 86px 20px;
    background: #f7f9fc;
}

.c-mainvisual__inner {
    max-width: 1600px;
    margin: 0 auto;
}

.c-mainvisual__content {
    max-width: 1362px;
    /*margin-right: 0;
    margin-left: auto;*/
	margin: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.c-mainvisual__txt {
    flex-shrink: 0;
    width: calc(45% - 20px);
    padding: 62px 0;
    margin-right: 20px;
}

.c-mainvisual__txt p {
    margin-bottom: 61px;
    max-width: 480px;
}

.c-mainvisual__txt p:last-child {
    margin-bottom: 0;
}

.c-mainvisual__img {
    width: 55%;
    max-width: 750px;
    margin-right: -17px;
	image-rendering: pixelated;
}

.c-box01 {
    margin-bottom: 80px;
    position: relative;
}

.c-box01 .btn {
    margin-top: 10px;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.5;
    padding: 17px 20px 16px 20px;
    color: #fff;
    background: #3865a3;
    display: inline-block;
    border: none;
    position: relative;
    cursor: pointer;
    width: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
}

.c-box01 .btn span {
    position: relative;
    padding-right: 25px;
    display: inline-block;
}

.c-box01 .btn span::before {
    content: "";
    width: 18px;
    height: 8px;
    background: url(../img/img_kc_cloud_icon06.png) no-repeat center;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}

.c-box01 .btn:hover {
    opacity: 0.8;
}

.c-box01 .btn.active span::before {
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
}

.c-box01__inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
	border-bottom: 2px solid #dde1e5;
}

.c-box01:last-child {
    margin-bottom: 0;
}

.c-box01__content {
    width: 100%;
    padding: 56px 55% 60px 80px;
    background: #ffffff;
    box-shadow: 0px 2px 30px 0px rgba(115, 109, 109, 0.07);
    min-height: 400px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    /*border-bottom: 2px solid #dde1e5;*/
}

.c-box01__content p {
    margin-bottom: 30px;
}

.c-box01__content p:last-child {
    margin-bottom: 0;
}

.c-box01__content .point {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    line-height: 1.8;
    font-weight: 700;
    color: #d02848;
    padding-left: 43px;
    position: relative;
    display: block;
    margin-bottom: 8px;
}

.c-box01__content .point::before {
    content: "";
    width: 2px;
    height: 50px;
    background: #d02848;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(33deg);
    transform: translateY(-50%) rotate(33deg);
}

.c-box01__content .point span {
    font-size: 3rem;
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin-left: 4px;
}

.c-box01__content .ttl {
    font-size: 3rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin-bottom: 26px;
}

.c-box01__content .ttl span {
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.1em;
}

.c-box01 .img {
    position: absolute;
    right: 0;
    width: calc(45% + 4px);
    margin-left: -25%;
    border-radius: 10px 10px 3px 3px;
    overflow: hidden;
}

.c-box01 .img img {
    width: 100%;
}

.c-box01--rev .c-box01__content {
    padding: 35px 95px 48px 52.6%;
}

.c-box01--rev .img {
    margin-left: auto;
    margin-right: 0;
    right: auto;
    left: -16.5px;
}

.c-other {
    background: #dfe5ed;
    padding: 66px 0 78px 0;
}

.c-other .ttl {
    font-size: 2.4rem;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.8;
    font-weight: 500;
    margin-bottom: 35px;
}

.c-other ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

.c-other ul li {
    margin: 0 20px;
    display: block;
    width: 50%;
    max-width: 470px;
}

.c-modal {
    position: relative;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
}

.c-modal__inner {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.c-modal__content {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: #fff;
    position: relative;
    padding: 65px 40px 43px 40px;
    border-radius: 10px;
}

.c-modal__content .ttl {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 35px;
}

.c-modal__content .ttl span {
    color: #d02848;
}

.c-modal__content .img-01 {
    margin: 0 auto 30px auto;
    display: flex;
    justify-content: center;
}

.c-modal__content .center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.c-modal__content .center span {
    display: inline-block;
}

.c-modal__content .bold {
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 41px;
}

.c-modal__content .ttl-01 {
    text-align: center;
    position: relative;
    padding-bottom: 35px;
    margin-bottom: 34px;
}

.c-modal__content .ttl-01::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 25px solid #dfe5ed;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
}

.c-modal__content .ttl-01 span {
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.4;
    display: inline-block;
    margin-left: 10px;
}

.c-modal__content .ttl-01 img {
    width: 189px;
}

.c-modal__content .ttl-02 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #d02848;
    letter-spacing: 0.1em;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 50px;
}

.c-modal__content .ttl-02 .num {
    font-size: 3rem;
    letter-spacing: 0.1em;
    line-height: 1.4;
    font-weight: 700;
}

.c-modal__content .mCustomScrollBox {
    padding-right: 40px;
}

.c-modal__content .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #3865a3;
    opacity: 0.6;
}

.c-modal__content .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px;
    border-radius: 8px;
}

.c-modal__content .c-line {
    padding-top: 57px;
}

.c-toggle {
    display: none;
}

.c-totop {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 42px;
    z-index: 9;
    background: #3865a3;
    border: 2px solid #fff;
    font-size: 0;
    width: 60px;
    height: 60px;
    border-radius: 60px;
}

.c-totop::before {
    width: 15px;
    height: 3px;
    content: "";
    background: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 25px;
    left: 16px;
    position: absolute;
}

.c-totop::after {
    width: 15px;
    height: 3px;
    content: "";
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 25px;
    right: 16px;
    position: absolute;
}


/*
------------------------------------------------------------*/


/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/


/*------------------------------------------------------------
Css of home page
------------------------------------------------------------*/

.p-top01 {
    padding: 113px 0 134px 0;
}

.p-top01 p {
    margin-bottom: 76px;
}

.p-top01 p:last-child {
    margin-bottom: 0;
}

.p-top01 figure {
    width: calc(100% + 27px);
    margin-left: -27px;
}

.p-top02 {
    background: #f7f9fc;
    padding: 103px 0 120px 0;
}

.p-top02 .c-ttl02 {
    margin-bottom: 74px;
}

.p-top02 .img {
    top: 15px;
}
.p-top02 .img img{
    width: 99%;
}

/* --------- */
.p-context{
    padding: 30px 0 50px;
    border-bottom: 1px solid #dde1e5;
}
.p-context .context-frame{
    max-width: 1197px;
    margin: 0 auto;
    width: 100%;
    background-color: #fcf7f7;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 138px;

}
.p-context .context-desc{
    width: 100%;
    max-width: 800px;
    padding: 27px 0 32px;
}
.p-context .context-name{
    font-size: 2.5rem;
    font-weight: 700;
    position: relative;
	line-height: 1.5;
	margin-bottom: 15px;
}
.p-context .context-name span{
    position: absolute;
    color: #fff;
    font-size: 1.8rem;
    background-color: #d02848;
    line-height: 1;
    left: -89px;
    top: calc(50% + 0px);
    transform: translateY(-50%);
    padding: 6px 10px;
}
.p-context .context-txt{
    margin-top: -7px;
}
/* .box-context .context-img{
    max-width: 514px;
} */
.flex-colum{
    flex-direction: column;
   align-items: flex-start;
}
.modal-context{
    margin-top: 50px;
}
.box-context .context-name{
    font-weight: 700;
    padding-top: 16px;
    margin-bottom: 5px;
}
.modal-context-name{

    font-size: 3rem;
    font-weight: 700;
    text-align: center;
}
.modal-context .modal-context-desc p,
.modal-context .modal-context-desc span{
    font-feature-settings: "path";

}
.modal-context .modal-context-desc{
    max-width: 474px;
    margin: 0 auto;
    padding-top: 28px;
    padding-left: 21px;
}
.modal-context-desc .context-title {
    padding: 20px 0 12px;
    letter-spacing: 0.01em;
    line-height: 1;
    border-bottom: 1px solid #3765a3;
}
.modal-context-desc .context-title span{
    font-size: 1.2rem;
    display: inline-block;
    padding-right: 5px;
}
.modal-context-desc .context-title span:first-child{
    font-size: 2.5rem;
    font-weight: 700;
}
.modal-context-desc .context-tag{
    margin: 16px 0 8px;
    background-color: #f8f8f8;
    padding: 5px 20px;
}
.modal-context-desc .context-tag span{
    font-size: 1.2rem;
    display: inline-block;
    padding-right: 21px;
}
.modal-context-desc .context-tag span:first-child{
    font-size: 2rem;
    font-weight: 700;
}


 .context-list{
    padding: 0 20px;
}
.context-list .context-txt01{
    line-height: 1.675;
    font-size: 1.1rem;
}
.context-list p ,.context-list span{
  font-size: 1.2rem;
  letter-spacing: 0.01em;
  line-height: 1.5;
}

.box-context{
    padding-top: 16px;
}
.box-context .context-list span{
    display: flex;
    flex-direction: column;
}
.box-context .context-name{
    padding-top: 0;
    margin-bottom: -2px;
}
.box-context .context-txt {
    margin-bottom: -2px;
}

.bg{
    background: #f2f2f2;
    position: relative;
    margin-top: 26px;
    padding: 10px 20px;
    border-radius: 10px;
}
@media screen and (min-width: 769px) {
		.bg{
			padding: 10px 20px;
			border-radius: 10px;
		}
	}
.bg::after{
    position: absolute;
    content: '';
    width: 40px;
    height: 25px;
    background: url(../img/icon_sub.png) no-repeat;
    background-size: cover;
    left: 53px;
    top: -20px;
}
.fw-b{
    font-weight: 700;
}
.pl-10{
    padding-left: 10px;
}
.pl-18{
    padding-left: 18px;
}
.c-box01--rev .c-box01__content.flex-colum{
    padding-right: 56px;
}
@media screen and (max-width: 1300px) {
    .c-header__content .link li {
        margin-right: 25px;
    }
    .c-header__content .link li:last-child {
        margin-right: 25px;
    }
    .c-modal__content {
        padding: 60px 20px 60px 20px;
    }
    .p-top01 figure {
        width: 100%;
        margin: 0 auto;
    }
   
}

@media screen and (max-width: 1023px) {
    main {
        margin-top: 96px;
    }
    .c-ttl01 {
        font-size: 3.2rem;
    }
    .c-ttl02 {
        font-size: 2.8rem;
    }
    .c-btn01 {
        font-size: 1.4rem;
        padding: 5px 10px 6px 10px;
        min-width: 120px;
    }
    .c-btn02 {
        font-size: 2rem;
        padding: 20px 50px 20px 50px;
        max-width: 350px;
    }
    .c-box01__content {
        padding: 40px 52% 40px 60px;
    }
    .c-box01__content .point {
        font-size: 1.6rem;
    }
    .c-box01__content .point::before {
        height: 40px;
        left: 10px;
    }
    .c-box01__content .point span {
        font-size: 2.6rem;
    }
    .c-box01__content .ttl {
        font-size: 2.6rem;
    }
    .c-box01__content .btn {
        font-size: 1.6rem;
    }
    .c-box01--rev .c-box01__content {
        padding: 35px 60px 48px 52%;
    }
    .c-header .logo {
        width: 150px;
    }
    .c-header .logo .img01 {
        display: none;
    }
    .c-header .logo .img02 {
        display: block;
    }
    .c-header__content .link li {
        margin-right: 15px;
    }
    .c-header__content .link li:last-child {
        margin-right: 15px;
    }
    .c-header__content .link a {
        font-size: 1.4rem;
    }
    .c-mainvisual {
        padding: 20px 20px 86px 20px;
    }
    .c-mainvisual__content {
        display: block;
    }
    .c-mainvisual__txt {
        width: 100%;
        text-align: center;
    }
    .c-mainvisual__txt p {
        max-width: 100%;
    }
    .c-mainvisual__txt .c-btn02 {
        margin: 0 auto;
    }
    .c-mainvisual__img {
        width: 100%;
        margin: 0 auto;
    }
    .c-list04__item {
        min-width: 235px;
    }
    .c-footer__start {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        padding: 30px 0 12px 0;
    }
    .c-footer__start .logo {
        margin-bottom: 20px;
    }
    .c-footer__start ul {
        margin-bottom: 10px;
    }
    .c-list03__item p {
        line-height: 1.6;
        margin-bottom: 15px;
        font-size: 1.5rem;
    }
    .c-list03__item {
        margin: 0 15px 30px 15px;
        padding: 24px 20px 0px 20px;
    }
    .c-list03__item .logo {
        top: -10px;
    }
    .c-list03__item:last-child .logo {
        top: -20px;
    }
    .c-list04__item {
        padding: 25px;
    }
    .c-list04__item p {
        font-size: 1.7rem;
        line-height: 1.6;
    }
	.c-box01--rev .img{
		left: -12.5px;
	}
    .modal-context-name{
        font-size: 2.2rem;
    }
    .p-context{
        padding: 40px 20px;
        border-bottom: 1px solid #dde1e5;}
    .p-context .context-frame{
        padding-left: 0px;
        
    }
  
    .p-context .context-desc{
        padding: 20px 20px 20px 12vw;
    }
    .p-context .context-name{
        font-size: 1.8rem;
		margin-bottom:10px;
    }
    .p-context .context-name span{
        font-size: 1.2rem;
        left: -50px;
        padding: 5px;
        top: 20px;
    }
    .p-context .context-txt{
        margin-top: 0;
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 768px) {
    body {
        font-size: 1.4rem;
        line-height: 2;
    }
    main {
        margin-top: 63px;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
	.c-box01--rev .img{
		left: 0;
	}
   
    /*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Layout .l-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
    /* Header
------------------------------------------------------------*/
    .c-header {
        padding: 20px 0;
    }
    .c-header__content {
        background: #f7f9fc;
        width: 100%;
        padding: 20px 20px 60px 20px;
        position: absolute;
        top: 100%;
        left: 0;
        display: none;
    }
    .c-header__content .link {
        flex-wrap: wrap;
        -webkit-box-pack: center;
        justify-content: center;
        margin-bottom: 20px;
    }
    .c-header__content .link li {
        margin: 0 10px;
    }
    .c-header__content .btn {
        -webkit-box-pack: center;
        justify-content: center;
    }
    .c-header__content .btn li {
        margin: 0 10px;
    }
    .c-header__content .btn li:last-child {
        margin-right: 10px;
    }
    /*------------------------------------------------------------
footer
------------------------------------------------------------*/
    .c-footer__start {
        padding: 40px 0 20px 0;
        display: block;
        -webkit-box-align: center;
        align-items: center;
    }
    .c-footer__start .logo {
        width: 182px;
        margin: 0 auto 25px auto;
    }
    .c-footer__start .btn {
        display: block;
        width: 200px;
        margin: 0 auto 25px auto;
    }
    .c-footer__start ul {
        display: -webkit-box;
        display: flex;
        margin-top: 0;
        -webkit-box-pack: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .c-footer__start ul li {
        margin: 10px;
    }
    .c-footer__end {
        padding: 15px 0;
    }
    .c-footer__end p {
        font-size: 1.2rem;
        line-height: 1.4;
        letter-spacing: 0;
    }
    /*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
    /*------------------------------------------------------------
btn
------------------------------------------------------------*/
    .c-btn01 {
        font-size: 1.6rem;
        padding: 5px 10px 7px 10px;
        min-width: 130px;
    }
    .c-btn02 {
        font-size: 1.8rem;
        line-height: 1.4;
        padding: 15px 50px 15px 50px;
        width: 100%;
        max-width: 280px;
    }
    .c-btn02::after {
        right: 20px;
    }
    /*
------------------------------------------------------------*/
    /*------------------------------------------------------------
title
------------------------------------------------------------*/
    .c-ttl01 {
        font-size: 2.6rem;
        line-height: 1.6;
        font-weight: 700;
        margin-bottom: 30px;
    }
    .c-ttl02 {
        font-size: 2.2rem;
        line-height: 1.6;
        margin-bottom: 35px;
    }
    /*
------------------------------------------------------------*/
    /*------------------------------------------------------------
list
------------------------------------------------------------*/
    .c-list01 {
        width: calc(100%);
        margin-bottom: 20px;
        flex-wrap: wrap;
        margin-left: 0;
    }
    .c-list01__item {
        width: 100%;
        margin: 20px 20px;
        max-width: 260px;
        min-width: 300px;
    }
    .c-list01__item .title {
        font-size: 1.8rem;
        line-height: 1.6;
        margin-bottom: 15px;
    }
    .c-list01__item ul li {
        padding-left: 38px;
        margin-bottom: 10px;
        line-height: 1.6;
    }
    .c-list01__item ul li::before {
        left: 8px;
        top: 2px;
    }
    .c-list01__item .img-1 {
        width: 184px;
        margin: 0 auto;
    }
    .c-list01__content {
        border-radius: 25px;
        padding: 20px;
        min-height: auto;
        position: relative;
        margin-bottom: 20px;
    }
    .c-list01__content::before {
        width: 34px;
        height: 40px;
        left: 30px;
        bottom: -35px;
    }
    .c-list02 {
        margin-left: 0;
        width: calc(100% + 20px);
        margin-left: -10px;
    }
    .c-list02__item {
        border: 2px solid #7299cf;
        border-radius: 5px;
        min-width: 260px;
        width: calc(50% - 20px);
        margin: 20px 10px;
        padding: 25px;
    }
    .c-list02__item .title {
        font-size: 2rem;
        line-height: 1.6;
    }
    .c-list02__item p {
        letter-spacing: 0.05em;
    }
    .c-list03 {
        display: block;
    }
    .c-list03__item {
        min-width: 260px;
        margin: 0 auto 30px auto;
        border-radius: 25px;
    }
    .c-list03__item:last-child {
        margin-top: 50px;
    }
    .c-list03__item::after {
        right: auto;
        left: 50%;
        top: auto;
        bottom: -25px;
        transform: translateX(-50%) rotate(90deg);
    }
    .c-list03__item:last-child .logo {
        top: -8px;
    }
    .c-list04 {
        max-width: 260px;
        flex-wrap: wrap;
        margin: 0 auto;
        text-align: center;
    }
    .c-list04__item {
        width: 100%;
    }
    .c-list04__item p {
        font-size: 1.6rem;
        line-height: 1.6;
    }
    .c-list04 .avatar {
        width: 100%;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 120px;
        position: relative;
    }
    .c-list04 .avatar::after {
        right: auto;
        top: auto;
        left: 50%;
        bottom: -70px;
        transform: translateX(-50%) rotate(90deg);
    }
    .c-list04 .avatar--1 {
        width: 100%;
        margin-left: 0;
        margin-top: 120px;
        margin-bottom: 0;
        position: relative;
    }
    .c-list04 .avatar--1::after {
        right: auto;
        top: -70px;
        left: 50%;
        bottom: auto;
        transform: translateX(-50%) rotate(-90deg);
    }
    .c-list05 {
        max-width: 540px;
        margin: 0 auto 30px auto;
    }
    .c-list05 dt {
        font-size: 1.6rem;
        width: 150px;
    }
    .c-list05 dd {
        width: calc(100% - 150px);
    }
    /*
------------------------------------------------------------*/
    /*------------------------------------------------------------
video
------------------------------------------------------------*/
    /*
------------------------------------------------------------*/
    /*------------------------------------------------------------
other
------------------------------------------------------------*/
    .c-mainvisual {
        padding: 0 20px 60px 20px;
    }
    .c-mainvisual__content {
        display: block;
    }
    .c-mainvisual__txt {
        padding: 62px 0 30px 0;
    }
    .c-mainvisual__txt p {
        margin-bottom: 35px;
    }
    .c-box01 {
        display: block;
        margin-bottom: 40px;
    }
    .c-box01__inner {
        display: block;
		border: none;
    }
    .c-box01:last-child {
        margin-bottom: 0;
    }
    .c-box01__content {
        width: 100%;
        padding: 40px 30px;
        background: #ffffff;
        box-shadow: 0px 2px 30px 0px rgba(115, 109, 109, 0.07);
        min-height: auto;
        border: none;
    }
    .c-box01__content p {
        max-width: 100%;
        margin-bottom: 30px;
    }
    .c-box01__content p:last-child {
        margin-bottom: 0;
    }
    .c-box01__content .point {
        font-size: 1.4rem;
        line-height: 1.6;
        padding-left: 30px;
        margin-bottom: 5px;
        max-width: 100%;
    }
    .c-box01__content .point::before {
        height: 30px;
    }
    .c-box01__content .point span {
        font-size: 2rem;
        letter-spacing: 0.1em;
        line-height: 1.6;
    }
    .c-box01__content .ttl {
        font-size: 2rem;
        line-height: 1.6;
        margin-bottom: 20px;
        max-width: 100%;
    }
    .c-box01__content .ttl span {
        font-size: 1.4rem;
    }
    .c-box01 .img {
        position: relative;
        width: 100%;
        margin-left: 0;
        border-radius: 10px 10px 3px 3px;
        overflow: hidden;
        max-width: 524px;
    }
    .c-box01 .img img {
        width: 100%;
    }
    .c-box01--rev .c-box01__content {
        padding: 40px 30px;
    }
    .c-box01--rev .c-box01__content * {
        max-width: 100%;
        margin-right: 0;
    }
    .c-box01--rev .img {
        margin-left: auto;
        margin-right: 0;
    }
    .c-box01 .btn {
        font-size: 1.4rem;
        padding: 10px;
    }
    .c-box01 .btn:hover {
        opacity: 1;
    }
    .c-other {
        padding: 50px 0 50px 0;
    }
    .c-other .ttl {
        font-size: 2rem;
        line-height: 1.6;
        margin-bottom: 15px;
    }
    .c-other ul {
        width: 100%;
        flex-wrap: wrap;
    }
    .c-other ul li {
        width: 50%;
        min-width: 280px;
        margin: 10px;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
    }
    .c-modal {
        padding: 0px;
        margin-top: 10px;
    }
    .c-modal__content {
        padding: 50px 20px 30px 20px;
    }
    .c-modal__content .ttl {
        font-size: 2.2rem;
        line-height: 1.6;
        margin-bottom: 20px;
        letter-spacing: 0.05em;
    }
    .c-modal__content .bold {
        font-size: 1.8rem;
        line-height: 1.6;
        margin-bottom: 20px;
        letter-spacing: 0.05em;
    }
    .c-modal__content .ttl-01 {
        padding-bottom: 20px;
        margin-bottom: 10px;
    }
    .c-modal__content .ttl-01::after {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 15px solid #dfe5ed;
    }
    .c-modal__content .ttl-01 span {
        font-size: 1.8rem;
        margin-left: 5px;
        text-align: center;
        display: block;
        margin-bottom: 10px;
    }
    .c-modal__content .ttl-01 img {
        width: 189px;
        margin-bottom: 10px;
    }
    .c-modal__content .img-01 {
        margin: 0 auto 20px auto;
    }
    .c-modal__content .c-line {
        padding-top: 30px;
    }
    .c-modal__content .ttl-02 {
        font-size: 1.8rem;
        margin-bottom: 35px;
    }
    .c-modal__content .ttl-02 .num {
        font-size: 2.8rem;
    }
    .c-modal__content .mCustomScrollBox {
        padding-right: 12px;
    }
    .c-modal__content .mCSB_inside>.mCSB_container {
        margin: 0;
    }
    .c-modal__content .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        width: 5px;
        border-radius: 5px;
    }
    .c-toggle {
        display: block;
        position: absolute;
        width: 40px;
        font-size: 1.4rem;
        font-weight: 700;
        color: #3865a3;
        right: 20px;
        top: calc(50% + 5px);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        padding-top: 10px;
        letter-spacing: 0.01em;
    }
    .c-toggle::before {
        content: "";
        width: 80%;
        height: 2px;
        background: #3865a3;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 0;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }
    .c-toggle::after {
        content: "";
        width: 80%;
        height: 2px;
        background: #3865a3;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 10px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }
    .c-toggle.active:before {
        -webkit-transform: rotate(45deg) translate(-7px, 15px);
        transform: rotate(45deg) translate(-7px, 15px);
    }
    .c-toggle.active:after {
        -webkit-transform: rotate(-45deg) translate(-8px, -14px);
        transform: rotate(-45deg) translate(-8px, -14px);
    }
    .c-totop {
        bottom: 45px;
        width: 40px;
        height: 40px;
        border-radius: 40px;
    }
    .c-totop::before {
        width: 10px;
        height: 2px;
        content: "";
        background: #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 17px;
        left: 10px;
        position: absolute;
    }
    .c-totop::after {
        width: 10px;
        height: 2px;
        content: "";
        background: #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 17px;
        right: 10px;
        position: absolute;
    }
    /*
------------------------------------------------------------*/
    /*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
    /*------------------------------------------------------------
Css of home page
------------------------------------------------------------*/
    .p-top01 {
        padding: 60px 0 60px 0;
    }
    .p-top01 p {
        margin-bottom: 35px;
    }
    .p-top01 p:last-child {
        margin-bottom: 0;
    }
    .p-top01 figure {
        width: 100%;
        margin-left: 0;
    }
    .p-top01 figure img {
        margin: 0 auto;
    }
    .p-top02 {
        padding: 60px 0 60px 0;
    }
    .p-top02 .c-ttl02 {
        margin-bottom: 35px;
    }
    .modal-context{
        margin-top: 30px;
    }
    .modal-context-desc .context-title span:first-child{
        font-size: 2rem;
    }
    .modal-context-desc .context-tag span:first-child{
        font-size: 1.8rem;
    }
    .modal-context .modal-context-desc{
        max-width: 474px;
        margin: 0 auto;
        padding-top: 0;
        padding-left: 0;
    }
    .p-top02 .img {
        top: auto;
    }
    
}

@media screen and (max-width: 640px) {
    .c-list02__item {
        width: 100%;
    }
    .c-list01__item {
        margin: 20px 0;
        max-width: 300px;
        min-width: auto;
    }
    .c-list05 {
        max-width: 360px;
    }
    .c-list05 dl {
        display: block;
    }
    .c-list05 dt,
    .c-list05 dd {
        width: 100%;
    }
    .c-list05 dt {
        border-right: 1px solid #7299cf;
    }
    .c-list05 dl:last-child dt {
        border-bottom: none;
    }
    .p-context .context-desc{
        padding: 20px 20px 20px 15vw;
    }
    .p-context .context-name{
        font-size: 1.6rem;
    }
    .p-context .context-name span{
        top: 17px;
    }
}


/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/


/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// IE 11
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/

@media screen\0 {
    .c-header {
        padding: 15px 0;
    }
    .c-header__inner .logo {
        position: relative;
        top: 15px;
    }
    .c-header__inner .logo a {
        display: block;
    }
}


/*# sourceMappingURL=style.css.map */
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// 調整
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
.resize{
	height: 360px;
	width: 520px;
	image-rendering: pixelated;
}
.resize.render{
	image-rendering: auto;
	/*width: auto;
	height: auto;*/
}


.addimg {
    top: 33px!important;
    left: 37px!important;
}
@media screen and (max-width: 768px) {
.addimg {
    left: 0px!important;
}	
}
.addm_nw{
	margin-top:4px;
}

.add_color{
	color:#d02848;
}
.add_remark{
	font-size: 12px;
	font-weight:bold;
}