@charset "utf-8";
/*-----------------------------------------------------
proforma.sarb.biz

FileName:   page.css
$Revision: 1.0 $
-----------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Train+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1+Code:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap');

/*■■■基本設定 - 仕様*/
/* 
メインカラー：#ffffff WHITE
テキストカラー：#757575 Gray 600
見出しカラー：#424242 Gray 800
リンクカラー：#0091ea light Blue A700
ホバーカラー：#00b0ff light Blue A400
アクセントカラー：#005bbb Blue
アクセントカラー：#ffd500 Yellow
バックグラウンドカラー：#ffffff WHITE
罫線カラー：#cfd8dc Blue Gray 100
*/


/*■■■基本設定*/

/*■クリア（.cf）設定*/
.cf {
zoom:1;
}
.cf:before,
.cf:after {
content:"";
display:table;
}
.cf:after{
clear:both;
}


/*■メイン要素設定*/
*,
*:before,
*:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

html,
body {
overflow-x:hidden;
overflow-y:auto;
}

html {
font-size:62.5%;
line-height:1.5;
/* 1.0rem = 10px */
}

body{
margin:0;
padding:0;
background-color:#ffffff;
font-family:Robot, "Noto Sans Japanese", "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
font-weight:300;
color:#757575;
font-size: 1.6rem;
}

a {
position:relative;
color:#0091ea;
text-decoration:none;
}
a:hover {
color:#00b0ff;
}

img {
width:100%;
max-width:100%;
}

figure {
margin:0;
}

.sponly {
display:inline-block;
}
.pconly {
display:none;
}



/*■ヘッダ*/
h1 {
text-align:center;
}
.fig a {
font-size:0;
line-height:0;
}

header {
background-color:#ffffff;
overflow: hidden;
}

header > div {
width:85%;
margin:0.5em auto 0 auto;
font-size:1.1rem;
text-align:center;
}
header > div h2 {
font-size:1.0rem;
}

header .logo {
width:240px;
margin:1.0em auto;
}

header .card {
width:96%;
margin:0 auto;
padding:0;
/* background-color:#0091ea; 
color:#ffffff;*/
font-size:1.2rem;
line-height:1.0;
border:1px dotted #cfd8dc;
}

header .card h3 {
margin-top:10px;
font-size:1.4rem;
}

header .card p {
display:inline-block;
margin-left:5px;
font-size:1.2rem;
line-height:1.0;
}

header .card p {
margin-top:5px;
margin-bottom:10px;
margin-left:10px;
}

header .card .tollfree {
margin-top:5px;
margin-bottom:10px;
margin-left:10px;
font-size:2.7rem;
font-family:Arial, sans-serif;
}



/*■フッタ*/
footer {
padding:0 0 0.5em 0;
background-color:#eceff1;
}

footer .wrap > div {
margin-top:3.0em;
font-size:1.2rem;
}
footer .wrap > div h3,
footer .wrap > div p {
margin:0;
text-align:center;
}

footer ul {
margin-top:3.0em;
display:-webkit-box;
display:-ms-flexbox;
display:-webkit-flex;
display:flex;
-ms-flex-wrap:wrap;
-webkit-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-box-justify-content:space-between;
-ms-flexbox-justify-content:space-between;
-webkit-justify-content:space-between;
justify-content:space-between;
}

footer ul li {
margin:0 auto;
}

footer .flatbtn a {
font-size:1.4rem;
}

footer #copyright {
margin:0.5em auto;
text-align:center;
font-size: 1.2rem;
}

footer .card {
width:96%;
margin:3.0em auto;
padding:0;
background-color:#eceff1;
/*color:#ffffff;
font-size:1.0rem;*/
line-height:1.0;
border:1px dotted #cfd8dc;
}

footer .card h3 {
margin-top:10px;
margin-left:10px;
font-size:1.4rem;
/*color:#ffffff;*/
}

footer .card p {
/*display:inline-block;*/
margin-left:5px;
line-height:1.2;
}

footer .card p {
margin-top:5px;
margin-left:10px;
}

footer .card .tollfree {
margin-top:5px;
margin-bottom:10px;
margin-left:10px;
font-size:2.8rem;
line-height:1.0;
}

footer .card .tollfree {
font-size:1.4rem;
}

footer .flatbtn a[target="_blank"]::after {
    display: none;
}

footer .flatbtn a[target="_blank"] span::after {
    position: absolute;
    font-family: 'Material Icons';
    font-size: 1.6rem;
    content: "open_in_new";
    font-feature-settings: 'liga';
    line-height: 2;
    display: inline-block;
    top: -0.4rem;
}



/*■コンテンツ*/

header + div {
    background-image: url(../images/bg_page.png);
}

article {
    margin: 0 auto;
    max-width: 95%;
    font-family: 'Zen Maru Gothic', sans-serif;
}

article #web {
    margin: 0 auto;
    max-width: 95%;
    font-size: 1.4rem;
}

article #web h2 {
margin-top: 6rem;
font-size: 1.8rem;
font-weight: 600;
color: #005bbb;
}

h1 {
    color: #424242;
}

h1 + p {
text-align:center;
font-size:1.3rem;
}

section {
margin-top:60px;
}

section h2 {
margin-bottom:0.3em;
color: #000;
}

article .card {
    padding: 15px;
    background-color: #005bbb;
    border: 1px solid #cfd8dc;
    border-radius: 10px;
    margin: 3rem auto;
    max-width: 750px;
}

article .card h3 {
font-size: 1.8rem;
color: #000;
margin: 1rem auto;
font-family: 'M PLUS 1 Code', sans-serif;
}

article .card h3 + p {
margin-bottom: 0em;
}

article #web .card h3 + p,
article #web .card h3 {
color: #fff;
}

article .card .tollfree {
font-size:2.8rem;
font-family:Arial, sans-serif;
}

.replywrap,
.selectionwrap {
    margin: 4rem auto;
}

.replywrap,
.selectionwrap {
    margin: 4rem auto;
    border: 1px solid #cfd8dc;
    background-color: #ffd500;
    padding: 2rem 4rem;
    border-radius: 10px;
}

.replywrap.answer,
.selectionwrap.answer {
    background-color: #e6f2ff;
}

#infoForm,
#infoForm a,
.frm strong.inputData {
    color: #fff;
}

.replywrap strong,
.selectionwrap strong {
    color: #000;
font-size: 1.6rem;
}

.comment {
    font-size: 1.4rem;
}

.datawrap label {
    margin: 2rem auto;
}

.answer {
    border: 2px dotted #cfd8dc;
    background-color: rgba(0,179,255,.1);
    margin-left: 5%;
}

.reply,
.answer .variable {
    font-size: 1.6rem;
    font-weight: 500;
}

.check_lb {
    border: 1px dashed #999;
    display: inline-block;
    margin: 0.5rem;
    padding: 2rem;
    border-radius: 10px;
    background-color: #fff;
}

input[type=radio] {
    visibility: hidden;
    width: 0;
}

.selectionwrap label {
    cursor: pointer;
}

input[type=radio]:checked+span::before,
input[type=radio]+span::before {
    content: none;
}

input[type=submit], input[type=reset], input[type=button] {
    width: 100px;
    margin: 0 20px;
    padding: 5px;
    background-color: #0091ea;
    border: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 3px 1px #9e9e9e;
    -moz-box-shadow: 0 1px 3px 1px #9e9e9e;
    box-shadow: 0 1px 3px 1px #9e9e9e;
    color: #fff;
    cursor: pointer;
}

input[type=reset], input[type=button] {
    background-color: #999;
}

#formWrap {
    text-align: center;
}

#formWrap h3 {
    font-size: 1.6rem;
    font-weight: 600;
    margin-top: 4rem;
}

.formTable {
    margin: 4rem auto;
    text-align: left;
}

.formTable th {
    font-weight: 600;
}

.formTable th,
.formTable td {
    padding: .5rem 1rem;
}

#replyFormSpinArea,
#contactFormSpinArea,
#serverFormSpinArea,
#graphicFormSpinArea,
#photoFormSpinArea,
#contentFormSpinArea,
#pageFormSpinArea,
#useFormSpinArea {
    display: block;
}

#replyFormSpinArea div,
#contactFormSpinArea div,
#serverFormSpinArea div,
#graphicFormSpinArea div,
#photoFormSpinArea div,
#contentFormSpinArea div,
#pageFormSpinArea div,
#useFormSpinArea div {
    margin: 0 auto 3rem;
    text-align: center;
}

.frm a[target="_blank"] {
    display: inline-block;
    padding-right: 0;
}

.frm a[target="_blank"]::after {
    display: none;
}

.frm .submitbtn {
margin-top:3.0em;
text-align:center;
}

.frm strong .required {
    display: inline-block;
    margin-left: 3px;
    padding: 1px 3px 3px;
    background-color: #e53935;
    color: #fff;
    font-size: 1rem;
    font-weight: 100;
    line-height: 1;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.error_messe {
color:#e53935;
}

#information img {
visibility: hidden;
}

#information section p:first-child {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    opacity: 1;
    margin: 0 auto;
    border: 1px solid #cfd8dc;
    background-size: contain;
}

#information section:nth-child(1) p:first-child {
    background-image: url(../images/web.jpg);
}

#information section:nth-child(2) p:first-child {
    background-image: url(../images/graphic.jpg);
}

#information section:nth-child(3) p:first-child {
    background-image: url(../images/visuzaldesign.jpg);
}

#information section:nth-child(4) p:first-child {
    background-image: url(../images/branding.jpg);
}

#information {
    margin-bottom: 6rem;
}

#information h2 {
    text-align: center;
    font-size: 3.2rem;
    color: #000;
    margin: 3rem;
    font-family: 'Train One', cursive;
}

article #information .card h3 {
font-size: 2.4rem;
}

#information .card {
    width: 100%;
    margin: 1rem auto;
    background-color: transparent;
    border: none;
}

.bgset {
    color: #000000;
    margin: 0 auto;
    padding: 0;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

#intro,
#motivation01,
#motivation02,
#motivation03 {
    text-align: center;
    height: 56.25vw;
    margin: 0 auto;
    background-color: #fcfcfc;
}

#intro h1,
#motivation01 h2,
#motivation02 h2,
#motivation03 h2 {
        visibility: hidden;
}

#intro {
    background-image: url(../images/intro.jpg);
}

#motivation01 {
    background-image: url(../images/motivation01.jpg);
}

#motivation02 {
    background-image: url(../images/motivation02.jpg);
}

#motivation03 {
    background-image: url(../images/motivation03.jpg);
}

article #web,
article #information {
    background-color: #fff;
    border: 1px solid #cfd8dc;
    border-radius: 10px;
    max-width: 1008px;
    margin: 3rem auto;
}



/*■Media Queriesによる切り替え*/
@media only screen and (min-width:766px) {
/* 767px以上のデバイスに適用 */

/*■フッタ*/
footer .wrap {
width:640px;
margin:0 auto;
}



/*■コンテンツ*/
article #web {
max-width:750px;
margin-left:auto;
margin-right:auto;
}

article #web h2 {
text-align: center;
font-size: 2.6rem;
}

.frm strong {
margin-right: 20px;
    width: 100%;
    display: block;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="datetime"],
input[type="time"],
textarea,
.selectionwrap label + span {
width: 47%;
}

.sponly {
display:none;
}
.pconly {
display:inline-block;
}

#information .card {
    display: flex;
}

#information section div {
    width: calc(100% - 240px);
}

#information section p:first-child {
    margin-left: 0;
    border-radius: 50% 0 50% 50%;
}
}



@media only screen and (min-width:1022px) {
/* 1023px以上のデバイスに適用 */

/*■ヘッダ*/
header > div {
width:1008px;
margin:1.0em auto;
}
header > div h2 {
font-size:1.1rem;
}

header .logo img {
width:240px;
}

header div:first-child ul {
width:38%;
margin-left:12%;
display:-webkit-box;
display:-ms-flexbox;
display:-webkit-flex;
display:flex;
-webkit-box-justify-content:space-around;
-ms-flexbox-justify-content:space-around;
-webkit-justify-content:space-around;
justify-content:space-around;
}

header .card {
width:30%;
margin-left:20%;
}

header .logo {
    width: auto;
}



/*■フッタ*/
footer > div {
width:1008px;
margin:0 auto;
display:-webkit-box;
display:-ms-flexbox;
display:-webkit-flex;
display:flex;
}

footer ul,
footer .card {
-webkit-flex:1;
flex:1;
}

footer ul {
display:block;
}

footer .flatbtn li:first-child a span {
margin-top:0;
}

footer .card {
width:100%;
height:70px;
}

footer .card .tollfree {
font-size:1.4rem;
}



/*■コンテンツ*/
article {
max-width:100%;
}

.btnpagetop {
position:fixed;
bottom:20px;
right:0;
text-align:right;
margin:0 15px 0 0;
}

#information,
#web {
max-width:1008px;
margin:30px auto;
}

h1 {
margin-top:0;
}


h1 + p {
text-align:left;
margin-left:10px;
}

.frm strong {
margin-right: 20px;
    width: 100%;
    display: block;

}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="datetime"],
input[type="time"],
textarea,
.selectionwrap label + span {
width: 47%;
}

article #web,
article #information {
    max-width: none;
    width: 1008px;
}



.bgset {
    background-attachment: fixed;
}
}



@media only screen and (max-device:768px) and (-webkit-min-device-pixel-ratio:2) {
/* 768px以下のRetina Displayデバイスに適用 */

}



/* ■スムーススクロール対応 */
html {
  scroll-behavior: smooth;
}

/* ■ふきだしのメッセージ改行防止 */
@media only screen and (min-width: 1022px){
.frm strong {
    width: 100%;
    display: block;
    margin-bottom: 0.3em;
}
}

/* ■ラジオボタン　縦ズレ防止 */
.selectionwrap label {
    margin-left: 0px;
}
.frm .comment {
    margin-left: 0%;
}

.frm p {
    margin: 0px;
}

p.line {
    margin: 0 0 20px;
}

.inputData {
    width: 18rem !important;
    display: inline-block !important;

}

.longText {
    vertical-align: top;
    margin-top: 0.1rem;
}

/* ■タブレットでの文字列改行防止 */
@media only screen and (min-width:766px) {
/* 766px以上のデバイスに適用 */
section h2 {
    margin-left: -1rem;
}
}
@media only screen and (min-width:1022px) {
/* 1023px以上のデバイスに適用 */
section h2 {
    margin-left: 0rem;
}
}

/* ■文字色設定 */
input[type=radio]+span,
.selectionwrap,
.selectionwrap span,
.replywrap span,
.frm .comment,
.replywrap p {
    color: #000;
}

/* ■金額の文字の太さ設定 */
.amount {
    font-size: 2.2rem;
    font-weight: 500;
}


/* ■スマホ、タブレットでハイライト表示を無効化  */
.selectionwrap {
-webkit-tap-highlight-color:rgba(0,0,0,0);
cursor:pointer;
}

/* ■スピナー設定 */
@keyframes spinner-line-fade-more {
  0%, 100% {
    opacity: 0; /* minimum opacity */
  }
  1% {
    opacity: 1;
  }
}
@keyframes spinner-line-fade-quick {
  0%, 39%, 100% {
    opacity: 0.25; /* minimum opacity */
  }
  40% {
    opacity: 1;
  }
}
@keyframes spinner-line-fade-default {
  0%, 100% {
    opacity: 0.22; /* minimum opacity */
  }
  1% {
    opacity: 1;
  }
}

@keyframes spinner-line-shrink {
  0%, 25%, 100% {
    /* minimum scale and opacity */
    transform: scale(0.5);
    opacity: 0.25;
  }
  26% {
    transform: scale(1);
    opacity: 1;
  }
}
