/* http://meyerweb.com/eric/tools/css/reset/ 
     v2.0 | 20110126
    License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video{margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display: block;}
body{line-height: 1;}
ol, ul{list-style: none;}
blockquote, q{quotes: none;}
blockquote:before, blockquote:after,q:before, q:after{content: '';content: none;}
ul li{list-style: none;}
*, *:before, *:after{-webkit-box-sizing: inherit;box-sizing: inherit;}
* {box-sizing: border-box;}
a{text-decoration: none;-webkit-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
a:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
table{border-collapse:collapse}
/*▲▲▲ reset ▲▲▲*/
html {
  font-size: 62.5%;
}
body {
    font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight:400;
    color:#313b48;
    overflow-x: hidden;
    font-size:1.6em;
    line-height:1.6;
    background:#fefefe;
    margin: 0;
}
#wrapper {
    overflow: hidden;
}
a{text-decoration:none;
    -webkit-transition:all 0.3s ease;
    transition:all 0.3s ease;}
a:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
img {
    display:block;
}
#page-top img {
    position: fixed;
    cursor: pointer;
}
/*▲ 初期設定 ▲*/

/*  ▼　　チェックボックスあり　申し込みボタン　▼  
.hidden{display: none}
button, select, textarea,
input[type="submit"], input[type="button"] {
	-webkit-appearance: none;
	appearance: auto;
    vertical-align: middle;
    text-align: center;
    border: none;
    color: #252525;
    width: 48%;
    height: 100px;
    font-weight:700;
    border:3px solid #70927b
}
input[type="submit"], input[type="button"] {
	cursor: pointer;
}
#checkbox {
	margin-bottom:30px;
}
.checkbox-input{
  display: none;
}
.checkbox-parts {
	position: relative;
}
input[type="checkbox"] {
	width: 14px;
    height: 18px;
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
	margin-right: 10px;
	background-color:#fff;
}
/*  ▲　　チェックボックスあり　申し込みボタン　▲　 */
/*  ▼　　利用規約　▼   
.terms {
    background:#fff;
    font-size: 1.6rem;
    height: 300px;
    overflow-y: scroll;
    margin-bottom: 30px;
}
.terms h2,
.terms dl dd {
	margin-bottom:20px;
}
.terms dl dt {
	margin-bottom:5px;
}
/*   ▲　　利用規約　▲  */
.bg_normal{background:#fff}
.bg_white{background-color:#fefefe}
.bg_blue{background:#408dc7}
.bg_orange{background:#d7876b}
.bg_rightblue{background:#a2d4dd}
.bg_gray{background:#f3f2f2}
.bg_blue{background:#408dc7}
.bg_navy{background:#515964}

.bold{font-weight:700}
.fw400{font-weight:400}
.alc{text-align:center}
.alL{text-align:left}
.alR{text-align:right}

.col_normal{color:#fff}
.col_white{color:#e1e1e1}
.col_blue{color:#408dc7}
.col_red{color:#d14747}
.col_orange{color:#d7876b}

.mb0{margin-bottom:0!important}
.mb10{margin-bottom:10px}
.mb20{margin-bottom:20px}
.mb30{margin-bottom:30px}
.mb40{margin-bottom:40px}
.mb60{margin-bottom:60px}
.pb0{padding-bottom:0!important}

.font_16{font-size: 1.6rem}
.font_18{font-size: 1.8rem}
.font_30{font-size: 3rem}
.palt{font-feature-settings:"palt"}

.flex_space{display:flex;justify-content:space-between}
.flex_wrap{display:flex;flex-wrap:wrap;justify-content: space-between}
.flex_row{display:flex;flex-direction: row}
.flex_start{display:flex;justify-content:flex-start}
.shadow {
    -moz-box-shadow: 0px 0px 12px 1px rgb(0 0 0 / 8%);
    -webkit-box-shadow: 0px 0px 12px 1px rgb(0 0 0 / 8%);
    box-shadow: 0px 0px 12px 1px rgb(0 0 0 / 8%);
}
.sec_shadow {
    -moz-box-shadow: 0px 13px 20px -1px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 13px 20px -1px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 13px 20px -1px rgba(0, 0, 0, 0.08);
    position: relative;
}
.box_border{
    border: 2px solid #313b48;
    background: #fff;
    border-radius: 23px;
    padding: 1% 4% 4%;
}
.sec05 .box03 .box_border{
    padding: 1% 4% 1%;
}
.box_border h2{
    margin-bottom: 10px!important;
}
.bb_dooted{
    line-height: 2;
    text-decoration:underline dotted;
    text-underline-offset:0.4em;
}
.under_line {
    text-decoration: underline;
    text-underline-offset:0.2em;
}
.linethrough{
    text-decoration: line-through;
}
img {
    width:100%;
    height: auto;
}
.flex_space img{
    height:auto;
}
h1,h2,h3,h4{
    line-height: 1.4;
}
/*　▼ header　▼　*/
header{
    background:url(../images/mv_bg.jpg) no-repeat;
    background-size: cover;
}
/*　▼ footer　▼　*/
footer {
    background:#f3f2f2;
}
/*▼ ボタン設定　▼*/

header .btn {
    position: absolute;
    color: #fff;
    display: block;
    border-radius: 100px;
    text-align: center;
}
.consultation_btn{
    font-weight: 700;
    background: rgb(232,169,113);
    background: linear-gradient(180deg, rgba(232,169,113,1) 0%, rgba(216,136,107,1) 100%);
}
.information_btn{
    font-weight: 700;
    background: rgb(139,143,188);
    background: linear-gradient(180deg, rgba(139,143,188,1) 0%, rgba(83,117,165,1) 100%);
}
/*
.btn:hover{
   box-shadow:0px 10px 10px rgba(0,0,0,0.2);
   transform : translateY(-3px);
}
.btn:active{
  box-shadow:0px 5px 10px rgba(0,0,0,0.2)
  transform:translateY(-1px);
}
.btn-bottom-animation{
  animation:comeFromBottom 1s ease-out .8s;
}
.btn::after{
  content:"";
  text-decoration: none;
  text-transform:uppercase;
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  border-radius:100px;
  display:inline-block;
  z-index:-1;
  transition: all .5s;
}
.btn-animation:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}
@keyframes comeFromBottom{
  0%{
    opacity:0;
    transform:translateY(40px);
  } 
  100%{
    opacity:1;
    transform:translateY(0);
  }
}
.contact_btn {
    color: #d2d500;
    display: block;
    border-radius: 100px;
    background-color: #fff;
    background-image: url(../images/arrow_right_yellow.png);
    background-repeat: no-repeat;
    -moz-box-shadow: 0px 0px 20px 8px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0px 0px 20px 8px rgb(0 0 0 / 9%);
    box-shadow: 0px 0px 2;
}*/
.blank{
    color:#28a7e1;
}
.blank:hover {
}
.btn {
    position: relative;
    color:#fff;
    display:block;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    text-align: center;
}
/*▼　アコーディオンパネル　
.acd-check{
    display: none;
}
.acd-label{
    display: block;
    margin-bottom: 1px;
    position: relative;
}
.acd-label:after{
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -.5em;
    line-height: 1;
}
.acd-content{
    display: block;
    height: 0;
    opacity: 0;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label:after{
    content: "\f106";
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    visibility: visible;
}
/* ▲ アコーディオンパネル　▲*/

/*　▼　background設定　▼　*/

.sec03 .bg_normal{
    position: relative;
}
.sec03 .right_img{
    position: absolute;
}
.sec04 .bg_normal{
    filter: drop-shadow(8px 7px 0px rgba(122,184,195,1));
}
.overlap_heading {
    background: #515964;
    filter: drop-shadow(8px 7px 0px rgba(185,187,191,1));
}
.sec06 h2{
    background: #427295;
    filter: drop-shadow(8px 7px 0px rgba(141,170,191,1));
}
.nam01,.nam02,.nam03,.nam04,.nam05,.nam06,.nam07{
    background-repeat: no-repeat; 
}
.nam01{
    background-image: url(../images/sec04_img01.png);   
}
.nam02{
    background-image: url(../images/sec04_img02.png);   
}
.nam03{
    background-image: url(../images/sec04_img03.png);   
}
.nam04{
    background-image: url(../images/sec04_img04.png);   
}
.nam05{
    background-image: url(../images/sec04_img05.png);   
}
.nam06{
    background-image: url(../images/sec04_img06.png);   
}
.nam07{
    background-image: url(../images/sec04_img07.png);   
}
/*　▼　見出し設定　▼　*/
.en{
    display: block;
    font-weight: 400;
    letter-spacing: 0.1em;
}
.en_heading{
    position: relative;
}
.en_heading:before{
    position: absolute;
    bottom: -27px;
    left: calc(50% - 30px);
    width: 60px;
    height: 4px;
    content: '';
}
.sec04 .en_heading:before{
    background: #fff;
}
.sec04 .en{
    color:#caeef5;
}
.sec05 .en_heading:before{
    background: #a2d4dd;
}
.sec05 .en{
    color:#cde3e8;
}
.sec06 .en_heading:before{
    background: #d0d7d8;
}
.sec06 .en{
    color:#dbeef1;
}
.sec05 h3.bg_heading{
    background-image: url(../images/heading_bg_left.png),url(../images/heading_bg_right.png);
    background-repeat: no-repeat,no-repeat;
    background-size: 4%;
}
.sec05 h3.col_red.bg_heading{
    padding: 2% 0;
}
/*画像設定*/
.arrow{
    display: block;
    margin: 0 auto;
}

/*余白設定*/
.sec06 .btn:first-of-type{
    margin-bottom: 20px;
}
/*フォント設定*/
.under_h3_txt{
    line-height: 1.2;
}

/*------------------------
スマホ
------------------------*/
@media screen and (min-width: 320px) and (max-width: 767px) {
html {
  font-size: 62.5%;
}
body {
	width:100%;
	font-size:1.6rem;
}
.pcnone {
	display:block
}
.spnone {
    display:none
}
.sp_br {
	display:block
}
.sp_alc {
    text-align: center;
}
.sp_noflex {
    display:block;
}
.sp_flex_space{
    display:flex;justify-content:space-between
}
.button, select, textarea, input[type="submit"], input[type="button"] {
    width:100%;
    font-size: 2rem;
}
.button, select, textarea, input[type="submit"] {
    margin-bottom:2.6075619296%;
}
.sec_wrap {
  width:100%;
  padding:0;
}
section {
    width: 92%;
    margin: 0 auto;
    padding: 10.4302477184% 0 7.82268578879%;
}
.txt {
    line-height:1.4;
    margin-bottom: 40px;
}
img {
	width:100%;
    height:100%;
}
/*▼ footer ▼*/
footer {
    font-size: 0.6rem
}
.footer_inner {
    width: 92%;
    margin: 0 auto;
    padding: 2.60416% 0;
}
.logo {
    width:23%;
    display: block;
}
#page-top img {
    width: 50px;
    bottom: 4%!important;
    height: 50px;
    right: 2%;
}
/*▲ footer ▲*/
/*
header .mv_area {
    background-image: url(../images/logo.jpg);
    background-position: 20px 12px;
    background-size: 131px;
}*/
header{
    background: url(../images/sp_mv_bg.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 8%;
}
header .mv_area{
    position: relative;
    padding: 0!important;
}
header .btn{
    width: 96%!important;
    height: 60px!important;
    line-height: 60px!important;
    margin: 0 auto;
    margin-left: 2%;
    font-size: 2rem;
}
.consultation_btn {
    top: 80%!important;
}
.information_btn{
    top: 91%!important;
}
section h1{
    font-size: 2.4rem;
}
section h2{
    font-size: 2rem;
}
.sec01 h1{
    margin-bottom: 20px;
}
.sec01_img{
    margin-bottom: 40px;
    width: 70%;
}
.sec01 .right {
    width: 100%;
}
.sec01_nam{
    width: 45%;
}
.sec01 .right .case {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.sec01 .right .case:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.sec01 .right .case .contents {
  width: 60%;
}
.sec01 .right .case:nth-child(2) .contents {
    width: 46%!important;
}
.sec01 .right .case:nth-child(2) .txt{
    margin-bottom: 0;
}
.sec01_nam02{
    width: 84%!important;
}
.sec02 h1{
    font-size: 3rem;
    margin-bottom: 10px;
}
.sec02 h3{
    font-size: 2.4rem;
}
.arrow{
    width: 12%;
}
.sec03 .bg_normal{
    padding: 2%;
}
.sec03 .right_img {
    top: 23%;
    right: 0%;
    width: 38%;
}
.sec03 .kondo_img{
    top: 13%;
}
.sec03 h2{
    font-size: 2rem;
}
.en{
    font-size: 4.4rem
}
.en_heading{
    margin-bottom: 70px;
}
.sec04 .box{
    padding: 6%;
    margin-bottom: 20px;
}
.sec04 .nam{
    font-size: 5rem;
}
.nam01, .nam02, .nam03, .nam04, .nam05, .nam06, .nam07 {
    background-size: 19%;
    background-position: 96% 14%;
}
.heading_nam{
    width: 20%;
    margin:0 auto 20px auto!important
}
.overlap_heading{
    padding: 5%;
    margin-bottom: 40px;
}
.sec05_01_img,
.sec05_01_img03{
    width: 80%;
    margin: 0 auto 20px;
}
.sec05 .box01 .left{
    margin-bottom: 100px;
}
.box_border,
.sec05_img01,
.sec05_02_figure,
.sec05_03_figure,
.sec05_04_figure01,
.sec05_04_figure02,
.sec05_05_figure,
.sec05_06_figure,
.flow{
    margin-bottom: 40px!important;
}
.box_border h2 {
    margin-bottom: 22px!important;
}
.box_border .txt{
    margin-bottom: 0;
}
.font_30 {
    font-size: 2.2rem;
}
.sec05 .box01 h3.bg_heading {
    background-position: 9% 60%, 88% 60%!important;
}
.sec05 .box02 h3.bg_heading {
    background-position: 7% 80%, 93% 80%!important;
}
.sec05 .box05 h3.bg_heading {
    background-position: 15% 60%, 83% 60%!important;
}
.sec05 .box07 h3.bg_heading {
    background-position: 0% 60%, 100% 60%!important;
}
.sec05 .box04 .box_border .txt {
    padding-left: 0!important
}
.att{
    font-size: 1.4rem;
}
.sec06 h2{
    padding: 2%;
}
.sec06 .btn{
    height: 60px;
    line-height: 60px;
}
}
/*------------------------
タブレット〜pc
------------------------*/
@media screen and (min-width: 768px) {
body {
    font-size:2rem;
}
.pcnone {
    display:none;
}
.spnone {
    display:block;
}
.sp_br{
    display: inline;
}
.pc_br{
    display: block;
}

/*クレジットカード決済で申し込む　口座振替で申し込む
input[type="submit"], input[type="button"] {
    font-size: 2rem;
}
/*利用規約
.terms {
    width:90%;
    margin:0 auto 3.7109375%;
    padding: 1.953125%;
}
*/
/* ▼ footer ▼　*/
footer {
    width:100%;
    font-size:1.6rem;
}
.footer_inner {
    width:1000px;
    margin:0 auto;
    padding: 1.953125% 0;
}
footer .logo {
    width: 32%;
    display: block;
    margin-bottom: 10px;
}
footer .right{
    text-align: right;
    padding-top: 2%;
}
/* ▲ footer ▲　*/
#page-top img {
    right: 3%;
    width: 61px;
    bottom: 3%;
}
/*　▼　header　▼　*/
header img{
    position: relative;
}
header .mv_area {
    width:1200px;
    margin:0 auto;
}
header .btn {
    width: 396px;
    height: 62px;
    line-height: 62px;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
}
.consultation_btn{
    top: 38%;
}
.information_btn{
    top: 45%;
}
/*　▲　header　▲　*/
section {
    width:1000px;
    min-width: 720px;
    margin:0 auto;
    padding:9.671875% 0;
}
.sec01 h1{
    font-size: 4rem;
    margin-bottom: 70px;
}
.sec01_img{
    width: 34%;
    padding-top: 3%;
}
.sec01 .right {
    width: 50%;
}
.sec01_nam{
    width: 40%;
}
.sec01 h2{
    font-size: 3rem;
}
.sec01 .txt{
    font-size: 1.8rem;
}
.case01{
    margin-bottom: 34px;
}

/* BOXデザイン007 .div_design007*/
.sec01 .right {
  width: 57%;
}

.sec01 .right .case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.sec01 .right .case:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.sec01 .right .case .contents {
  width: 64%;
}
.sec01 .right .case:nth-child(2) .contents{
    width: 42%;
}
.sec01_nam02{
    width: 58%;
}
.sec02{
    padding: 3.671875% 0
}
.sec02 h1,.sec02 h3{
    font-size: 4rem;
}
.arrow{
    width: 7%;
}
.sec03 .right_img {
    right: 0;
    bottom: 0;
    height: auto;
    width: 30%;
}
.sec03 h2{
    font-size: 3.2rem;
    margin-bottom: 30px;
}
.sec03 h3{
    font-size: 2.2rem;
}
.sec03 .name{
    font-size: 2.5rem;
}
.sec03 .txt{
    font-size: 2.2rem;
}
.sec03 .bg_normal{
    padding: 3%;
}
.sec03 ul li{
    margin-bottom: 2px;
}
.sec03 .box:first-of-type{
    margin-bottom: 170px;
}
.en{
    font-size: 9rem;
}
.en_heading{
    font-size: 3rem;
    margin-bottom: 160px;
}
.sec04 .nam{
    font-size: 5.7rem;
}
.sec04 .box{
    width: 46%;
    margin-bottom: 30px;
    padding: 0 3% 3%;
    background-size: 20%;
    background-position: 96% 11%;
}
.sec04 .flex_space:nth-of-type(3) .box{
    width: 30%;
}
.sec05 h2{
    font-size: 3rem;
    padding: 2%;
    margin-bottom: 50px;
}
.heading_nam{
    width: 10%;
    margin-left: 89px;
}
.head{
    padding-top: 3%;
    margin-left: 62px;
}
.sec05_01_img{
    width: 60%;
    margin: 0 auto 28px;
}
.sec05_01_img02{
    width: 69%;
    margin: 0 auto;
}
.box_border{
    margin-bottom: 80px;
}
.sec05 .box01 h3.bg_heading{
    background-position: 25% 60%, 74% 60%;
}
.sec05 .box02 h3.bg_heading{
    background-position: 17% 60%, 83% 60%;
}
.sec05 .box05 h3.bg_heading{
    background-position: 28% 60%, 71% 60%;
}
.sec05 .box07 h3.bg_heading{
    background-position: 20% 60%, 81% 60%;
}
.sec05 .box01 .box_inner_02 .flex_space{
    width: 90%;
    margin: 0 auto;
}
.sec05 .box01 .box_inner_02 .left,
.sec05 .box01 .box_inner_02 .right{
    width: 45%;
}
.sec05 .box,.sec06 .box{
    margin-bottom: 80px;
}
.sec05_02_figure {
    width: 49%;
    margin-bottom: 80px;
}
.sec05_img01,
.sec05_03_figure,
.sec05_04_figure01,
.sec05_04_figure02,
.sec05_05_figure,
.sec05_06_figure{
    margin-bottom: 60px;
}
.sec05 .box04 .box_border .txt{
    padding-left: 20%;
}
.sec05 .box07 .head {
    margin-left: 136px;
}
.sec06 .box:nth-of-type(2){
    margin-bottom: 0;
}
.sec06 h2{
    padding: 1%;
}
.sec06 .box .txt{
    margin-bottom: 80px;
}
.sec06 .btn{
    font-size: 3rem;
    width: 61%;
    height: 92px;
    line-height: 92px;
    letter-spacing: 0.1em;
    margin: 0 auto;
}

}
/*------------------------
タブレット1024pxのみ
------------------------*/
@media only screen and (min-device-width: 1024px) and (orientation:portrait) {
header {
    padding: 0 3%;
}
header .mv_area {
    width: 100%;
}
section {
    width: 980px;
}
.consultation_btn {
    top: 26.5%;
}
.information_btn {
    top: 32%;
}
.sec01 .right .case:nth-child(2) .contents {
    width: 43%;
}
}
/*------------------------
タブレット768pxのみ
------------------------*/
@media only screen and (max-width: 768px) and (orientation: portrait) {
section {
    width:94%;
}
header .mv_area {
    width: 100%;
    margin: 0 auto;
    padding: 0 2%;
}
header .btn {
    width: 300px;
    height: 51px;
    line-height: 51px;
    font-size: 2rem;
    letter-spacing: 0.1em;
}
.consultation_btn {
    top: 27%;
}
.information_btn {
    top: 32.5%;
}
.flex_space .sec01_img{
    height: 100%;
}
.sec01 .right .case .contents {
    width: 88%;
}
.sec01 .right .case:nth-child(2) .contents {
    width: 58%;
}
.sec01_img {
    padding-top: 8%;
}
.sec03 h2 {
    font-size: 2.4rem;
    margin-bottom: 30px;
}
.sec04 h2{
    font-size: 1.8rem;
}
.heading_nam {
    margin-left: 19px;
    height: 100%;
}
.head {
    padding-top: 2%;
}
.sec05 .box01 h3.bg_heading {
    background-position: 19% 60%, 80% 60%;
}
.sec05 .box02 h3.bg_heading {
    background-position: 7% 60%, 93% 60%;
}
.sec05 .box04 .box_border .txt {
    padding-left: 7%;
}
.sec05 .box05 h3.bg_heading {
    background-position: 23% 60%, 76% 60%;
}
.sec05 .box07 h3.bg_heading {
    background-position: 11% 60%, 89% 60%;
}
.footer_inner {
    width: 98%;
}
footer .right {
    padding-top: 0;
    width: 42%;
}
#page-top img {
    bottom: 12%;
}
}
/*------------------------
スマホのみ
------------------------*/
@media only screen and (max-width: 767px) and (orientation:portrait) {

.logo {
    width: 32%;
}
}
/*------------------------
小型スマホのみ
------------------------*/
@media only screen and (max-width: 320px) and (orientation:portrait) {
body {
    font-size:1.6rem;
}
p {
    line-height: 1.4;
}
header .btn {
    height: 46px!important;
    line-height: 46px!important;
    font-size: 1.8rem!important;
}
section h1 {
    font-size: 2.1rem;
}
.sec01 .right .case:nth-child(2) .contents {
    width: 59%!important;
}
.sec01_nam02 {
    width: 64%!important;
}
.sec01 .right .case01 .txt{
    margin-bottom: 0;
}
.sec02 h3 {
    font-size: 2rem;
}
.sec03 .right_img {
    top: 32%;
}
.sec03 .kondo_img {
    top: 24%;
}
.sec03 h2 {
    font-size: 2rem;
}
.sec03 h3{
    font-size: 1.4rem;
}
.sec05 .box01 .left {
    margin-bottom: 50px;
}
.sec05 .box01 h3.bg_heading {
    background-position: 1% 60%, 97% 60%!important;
}
.sec05 .box05 h3.bg_heading {
    background-position: 8% 60%, 91% 60%!important;
}






}