@charset "UTF-8";
/**************************
  Theme Name: Office_Praca_layout
  Author: Office Praca
**************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*************************
 Common
*************************/
html, body {
  height: 100%;
}

html {
  margin: 0 auto;
  font-size: 10px;
}

html * {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  color: #5E615A;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.6;
}

a,
a:link,
a:visited {
  text-decoration: none;
  color: #333333;
  display: block;
}

img {
  width: 100%;
  height: auto;
}

/* デバイスごとの表示 */
.pc {display: block!important;}
.sp {display: none!important;}

#link_01, #link_02, #link_03, #link_04, #link_05, #link_mail {
    display: block;
    margin-top: -120px;
    padding-top: 120px;
}

/* 枠 */
.section {
  width: 100%;
}

.section-inside {
  width: 950px;
  margin: 0 auto;
  padding: 7rem 0;
}

/* フォント */
.wf-sawarabimincho {
  font-family: Sawarabi Mincho,serif;
}


h1 {
  font-size: 1.1rem;
  margin: 0;
}
p {
    margin: 0 0 3rem;
}
ul {
    margin: 0 0 3rem;
}
li {
    font-weight: bold;
    margin-bottom: .5rem;
}
li:last-child {
    margin-bottom: 0;
}


.txt-small {
  font-size: 1.6rem;
}

.txt_pink {
    color: #ff6f61;
    font-weight: bold;
}

/* ボタン */
.btn {
  font-weight: bold;
  border: 1px solid #eeeeee;
}
.btn a {
  transition: all  0.5s ease;
}
.btn a:hover {
  color: #ffffff;
  background-color: #86CDA5;
}

/* 罫線 */
.line-dot {
    margin: 7rem 0;
    border: none;
    border-top: 3px dotted #eeeeee;
}

/* 注意事項 */
.notes {
    text-align: center;
}


/*************************
 Message
*************************/
.message {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9998;
}
.message div {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 600px;
}


/*************************
 Header
*************************/
#header {
  position: fixed;
  z-index: 9997;
  height: 120px;
  border-top: 10px solid #7E6070;
  border-bottom: 1px solid #eeeeee;
  background-color: #ffffff;
}

#header .section-inside {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 950px;
  padding: 0;
  height: 110px;
}

/* ロゴ */
.logo {
  width: 325px;
  text-align: center;
}

/* ナビゲーション */
.nav {
  width: 60%;
}
.nav .cta {
  display: flex;
  justify-content: flex-end;
  margin: .7rem 0;
}
.nav .cta > * {
  height: 46px;
}
.nav .cta .mail {
  font-size: 1rem;
  margin-left: 2rem;
  border: 1px solid #86CDA5;
}
.nav .cta .mail a {
    color: #ffffff;
    background-color: #86CDA5;
    padding: .7rem 5rem;
}
.nav .cta .mail a:hover {
  color: #ffffff;
}
.nav ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 1rem 0 0;
  padding-left: 13rem;
  font-size: 1.4rem;
  font-weight: bold;
}

/* エフェクト */
.nav ul li a,
.nav ul li a:after,
.nav ul li a:before {
  transition: all .2s;
}

.nav ul li a {
  position: relative;
}

.nav ul li a:after {
  position: absolute;
  bottom: -.3rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #86CDA5;
  height: 2px;
}

.nav ul li a:hover:after {
  width: 100%;
}

/*************************
 Contents
*************************/
#content {
  padding-top: 120px;
}
#content h2 {
  color: #79325A;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 7rem;
}
#content h2 + p {
    text-align: center;
    margin-bottom: 8rem;
}
#content h3 {
  position: relative;
  font-weight: bold;
}
#content .lead {
  width: 70%;
  margin: 0 auto 8rem;
  text-align: left;
}
#content .btn {
  width: 30%;
  margin: 0 auto;
  text-align: center;
}
#content .btn a {
  padding: 1.5rem 0;
}

/* メインビジュアル */
#top-page #mv {
  background: url(https://www.o-praca.jp/landing/img/bg_mv.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  height: 650px;
}
#top-page #mv .section-inside {
  width: 950px;
  height: 650px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#top-page #mv .section-inside > div {
    width: 57%;
    height: auto;
}

/* FLOW */
#flow .col2 {
    margin-bottom: 5rem;
}
#flow .col2:last-child {
    margin-bottom: 0;
}
#flow .col2 .txt {
    width: 49%;
    border: none;
    padding: 0;
    margin: 0;
}
#content #flow .col2 .txt h3 {
    background-color: rgba(121, 50, 90, .03);
    padding: 1.4rem 0 1.2rem 1.4rem;
    margin: 0 0 3rem;
    color: #79325A;
    font-weight: bold;
}
#content #flow .col2 .txt h3 + p {
    margin-bottom: 0;
}
#flow .col2 .img {
    width: 43%;
    border: none;
    padding: 0;
    margin: 0;
}

/* CTA */
#cta {
  background: url(https://www.o-praca.jp/landing/img/bg_cta.jpg) no-repeat;
  background-position: 0 -165px;
  background-size: cover;
}
#cta .section-inside {
  width: 800px;
}
#cta .fm {
  font-size: 3rem;
}
#cta .fms {
  font-size: 2.6rem;
}
#cta .fs {
  font-size: 2rem;
}
#cta h2 {
  text-align: center;
  color: #79325A;
  font-size: 3.5rem;
  margin: 0 0 5rem;
  line-height: 1.4;
}
#cta h2 + p {
    text-align: center;
}

/* メールフォーム */
#mail .section-inside {
    width: 725px;
    text-align: center;
    padding: 10rem 0;
}
#mail .section-inside h2 {
    color: #79325A;
    text-align: center;
    font-size: 3rem;
    margin-bottom: 5rem;
}
#mail .section-inside .lead {
    margin: 0 auto 5rem;
    text-align: left;
}
.required {
    margin-left: 1rem;
    background-color: #79325A;
    color: #ffffff;
    font-size: 1.3rem;
    padding: .3rem .5rem;
}

.form_box {
    text-align: left;
    font-size: 1.6rem;
}
.form_box .line {
    display: flex;
    margin-bottom: 6rem;
}
.form_box .line .head {
    width: 30%;
    line-height: 52px;
    font-weight: bold;
}
.form_box .line .data {
    width: 70%;
}
.form_box .line .data.radio_colum {
    padding-top: 1.5rem;
}

.form_box .line .data input,
.form_box .line .data select {
    font-size: 1.6rem;
    width: 100%;
    line-height: 38px;
    padding: .5rem 1rem;
}
.form_box .line .data select {
    height: 52px;
}
.form_box .line .data textarea {
    width: 100%;
    height: 300px;
    padding: 1rem;
    font-size: 1.6rem;
    line-height: 1.5;
}
.form_box .line .data.radio_colum label {
    display: flex;
    margin-bottom: 1.5rem;
    align-items: center;
}
.form_box .line .data.radio_colum label:last-child {
    margin-bottom: 0;
}
.form_box .line .data.radio_colum div {
    width: 93%;
}
.form_box .line .data.radio_colum input {
    width: 7%;
    height: 1.7rem;
}

.btn-box {
    text-align: center;
}
.btn-box .lp-btn {
    width: 70%;
    margin: 0 auto;
    padding: 2rem 0;
    font-size: 2rem;
    background-color: #86CDA5;
    color: #ffffff;
    border-radius: 7px;
    -webkit-appearance: inherit;
    box-shadow: 0 3px 0 #556c5f;
    font-weight: bold;
}


/* フッター */
footer .section {
  background-color: #333333;
}
footer .section .section-inside {
    padding: 2rem 0;
    text-align: center;
}
footer .section .section-inside > div:first-child {
  margin-bottom: 1rem;
}
footer .section .section-inside ul {
  margin: 0;
  color: #ffffff;
  font-size: 1.1rem;
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: center;
}
footer .section .section-inside ul a {
  color: #ffffff;
}
footer .section .section-inside ul li {
    margin: 0 .75rem;
}

/* コピー */
.copy {
    color: #ffffff;
    margin: 0;
}
.copy a {
    color: #ffffff;
    display: inline;
}


/* ページトップ */
#page-top {
    position: fixed;
    right: 3%;
    bottom: 2%;
    z-index: 9999999;
}
#page-top a {
    display: block;
    width: 50px;
    height: 50px;
}


/*************************
 Object_Component
*************************/
/* FLEX */
.col2,
.col3,
.col4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.col2 .title,
.col3 .title,
.col4 .title {
  text-align: center;
  font-size: 2rem;
  font-weight: normal;
}

.col2 > div {
  width: calc((100% - 15px) / 2);
  position: relative;
  padding: 1rem;
  border: 1px solid #eeeeee;
  margin-bottom: 1.5rem;
  background-color: #ffffff;
}

.col3 > div {
  width: calc((100% - 130px) / 3 );
  position: relative;
  background-color: #ffffff;
}
.col3 > div a {
  position: relative;
}

.col3 > div p {
  width: 90%;
  margin: 0 auto 1rem;
}

.col3__img > div {
  width: calc((100% - 30px) / 3);
  margin-bottom: 1.6rem;
}
.col3__img > div a {
  line-height: 0;
}

.col4 > div {
    width: 23%;
    margin-bottom: 3rem;
}
.col4 > div .img {
    margin-bottom: 1rem;
}
.col4 > div dl {
    margin: 0;
}
.col4 > div dt {
    margin-bottom: 1rem;
}
.col4 > div dd {
    margin: 0;
}

/* ボックス_CTA */
.box-cta {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  color: #79325A;
  font-weight: bold;
  text-align: center;
}
.box-cta > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: solid 4px rgba(121, 50, 90, 0.5);
  width: 49%;
  height: 150px;
}
.box-cta > div a {
  color: #79325A;
  width: 100%;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* ボックス_コラム */
.box-colum {
  display: flex;
  justify-content: space-between;
}
.box-colum a {
  display: flex;
  justify-content: space-between;
}

.box-colum__rect {
  margin: 0 auto 3rem;
}
.box-colum__rect .thumb {
  width: 48.5%;
  line-height: 0;
}
.box-colum__rect .txt {
  width: 48.5%;
}
.box-colum__rect .txt dl {
    margin: 0 0 3rem;
}
.box-colum__rect .txt dl dt {
    color: #79325A;
    background: rgba(121, 50, 90, .03);
    font-weight: bold;
    padding: .5rem 0 .5rem 1.5rem;
    margin-bottom: 1.5rem;
}
.box-colum__rect .txt dl dd {
    margin: 0 0 3rem;
    padding: .5rem 0 .5rem 1.5rem;
}

.box-colum__square {
  align-items: center;
}
.box-colum__square a {
  align-items: center;
}
.box-colum__square .thumb {
  width: 20%;
  line-height: 0;
}
.box-colum__square .txt {
  width: 78%;
}
.box-colum__square .txt__002 h3 {
  font-size: 1.6rem;
  margin: 0 0 .7rem;
  font-weight: bold !important;
}
.box-colum__square .txt__002 p {
  font-size: 1.3rem;
  margin: 0;
  color: #999999;
}

/* フォーム確認画面 */
#form_conf .section-inside {
    padding: 10rem 0 0;
    width: 650px;
}
#form_conf .section-inside p,
#form_conf .section-inside a {
    text-align: center;
    font-size: 1.6rem;
    margin: 0 0 3rem;
}
#form_conf .section-inside p.coment04 {
    font-weight: bold;
}
#form_conf table.form {
    width: 100%;
    margin: 0 auto 3rem;
    text-align: left;
    border: 1px solid #eeeeee;
    border-collapse: collapse;
}
#form_conf table.form tr {
    border-bottom: 1px solid #eeeeee;
}
#form_conf table.form th, #form_conf table.form td {
    font-size: 1.6rem;
    padding: 1rem;
}
#form_conf table.form th {
    width: 25%;
    border-right: 1px solid #eeeeee;
}
#form_conf table.form td {
    width: 75%;
}
.menu-toggle, input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
  .bypostauthor cite span {
    font-size: 1.6rem;
    padding: 1rem;
}


/*************************
 お知らせエリア
*************************/
#info .section-inside {
    padding: 7rem 0 0;
}
#info .box_info {
    background-color: rgba(121, 50, 90, .03);
    padding: 5rem 8rem;
}
#content #info h2 {
    margin: 0 0 3rem;
}
#content #info h2:after {
    content: none;
}
#content #info h2 + p {
    text-align: left;
    margin-bottom: 3rem;
}
#content #info p:last-child {
    margin: 0;
}
#content #info p:last-child > * {
    color: #1D3994;
}
#content #info a {
    display: inline;
    text-decoration: underline;
    text-align: right;
    font-size: 1.8rem;
}
#content #info .fas {
    margin-left: 1rem;
}

/*************************
 調査項目
*************************/
#research ul.col4 {
    list-style: none;
    padding: 0;
}
#research ul li {
    color: #79325A;
    background-color: rgba(121, 50, 90, .03);
    width: calc((100% - 60px) / 4 );
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 2rem;
    margin-bottom: 30px;
}

/*==============================================
  タブレット
===============================================*/

@media screen and (min-width:768px) and ( max-width:1023px) {

.section-inside {
    width: 95%;
    padding: 5rem 0;
}
#header .section-inside {
    width: 97%;
    margin: 0 auto;
    align-items: center;
}
.logo {
    width: 45%;
    text-align: left;
}
.logo div {
    width: 300px;
}
h1 {
    margin: 0;
    font-size: 1rem;
}
.nav {
    width: 55%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.nav .cta {
    margin: 1rem 0;
}
.nav .cta > * {
    height: 44px;
}
.nav .cta .mail a {
    padding: .5rem 3rem;
}
.nav ul {
    padding: 0;
    margin: 0;
    font-size: 1rem;
    width: 80%;
}
.nav ul li {
    margin-bottom: 0;
}
#top-page #mv {
    padding: 5rem 0;
    background-position: 70%;
}
#top-page #mv,
#top-page #mv .section-inside {
    height: inherit;
}
#top-page #mv .section-inside {
    width: 85%;
}
#top-page #mv .section-inside > div {
    width: 45%;
}
.col3 > div {
    width: calc((100% - 60px) / 3 );
}
#cta .section-inside {
    width: 100%;
}
.box-cta {
    width: 90%;
}

}

/*==============================================
  スマホ
===============================================*/
@media screen and (min-width:1px) and ( max-width:767px) {

/* デバイスごとの表示 */
.pc {display: none!important;}
.sp {display: block!important;}

.section-inside {
    width: 100%;
    padding: 3rem 0;
}

#header.section {
    height: 100px;
}
#header .section-inside {
    display: block;
    padding: 1rem;
    width: 100%;
    height: 85px;
}

.message div {
  width: 80%;
}

h1 {
    margin: 0 0 1rem;
    font-size: 1rem;
    line-height: 1.15;
}
#header .cta {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#header .section-inside .logo {
    width: 58%;
    height: auto;
}
#header .cta .mail {
    width: 35%;
    height: 42px;
    margin: 0;
    background: #86CDA5;
}
#header .cta .mail a {
    padding: 0;
    height: 44px;
    line-height: 1.4;
    text-align: center;
    padding-top: 7px;
    color: #ffffff;
    font-size: 10px;
}
#header_img {
    padding-top: 85px;
}
#header_img .section-inside {
    width: 100%;
}
/* メインビジュアル */
#top-page #mv {
  background: url(../img/bg_main_visual_sp.jpg) no-repeat;
  background-size: cover;
  height: 100vw;
}
#top-page #mv .section-inside {
    height: 100vw;
    width: 85%;
}
#top-page #mv .section-inside > div {
    width: 100%;
}

#content {
    padding-top: 100px;
}
#content .title {
    font-size: 2.3rem;
    padding-bottom: 1.8rem;
}
#content h2 {
    margin: 0 0 3rem;
}
#content h2 {
    width: 90%;
    margin: 0 auto 3rem;
}
#content h2:after {
    width: 10%;
    margin-left: -3.5%;
}
#content h2 + p {
    margin-bottom: 5rem;
}

.box-colum {
    flex-direction: column;
}

.box-colum__rect .thumb {
    width: 100%;
    margin-bottom: 3rem;
}

.box-colum__rect .txt {
    width: 85%;
    margin: 0 auto;
}
.box-colum__rect .txt p {
    margin: 0 auto 3rem;
}
.box-colum__rect .txt p:last-child {
    margin-bottom: 0!important;
}
.box-colum__rect .txt dl {
    margin: 0;
}
.box-colum__rect .txt dl dt,
.box-colum__rect .txt dl dd {
    padding-left: 5%;
}
.box-colum__rect .txt dl dd:last-child {
    margin-bottom: 0!important;
}

.col2, .col3 {
    width: 90%;
    margin: 0 auto;
    display: block;
}
.col3 > div {
    width: 100%;
    border: 1px solid #eee;
    margin-bottom: 2rem;
}
.col3 > div .thumb {
    height: 270px;
    overflow: hidden;
}
#content .col3 .title {
    font-size: 2rem;
    margin: 1.5rem 0;
    padding: 0;
}
.col3 > div p {
    margin: 0 auto 3rem;
}

#content .lead {
    width: 55%;
    margin-bottom: 1rem;
}


.col2 > div {
    width: 100%;
    display: flex;
    flex-direction: inherit;
    align-items: start;
}
.box-colum__square .thumb {
    width: 25%;
}
.box-colum__square .txt {
    width: 70%;
}

#flow {
    margin-bottom: 3rem;
}

#cta {
    background-position: 55% 30%;
}
#cta .section-inside {
    width: 100%;
    padding-top: 6rem;
}
#cta h2,
#cta .fm {
    font-size: 2.3rem;
}
#cta h2 {
    margin-bottom: 3rem;
}

#cta .fs {
    font-size: 1.8rem;
}

.box-cta {
    flex-direction: column;
    width: 90%;
}
.box-cta > div {
    width: 100%;
    margin-bottom: 1.5rem;
}
.box-cta > div a div:first-child {
    font-size: 1.4rem;
}
.box-cta > div a div:nth-child(2) {
    font-size: 3rem;
}
.box-cta > div.box.mail a div:nth-child(2) {
    font-size: 2.6rem;
}

#mail .section-inside {
    width: 100%;
    padding: 5rem 0;
}
#mail .section-inside h2 {
    font-size: 2rem;
    margin: 0 auto 3rem;
}
#mail .section-inside .lead {
    width: 70%;
    margin: 0 auto 7rem;
}

.form_box {
    width: 85%;
    margin: 0 auto;
}
.form_box .line {
    flex-direction: column;
    margin-bottom: 5rem;
}
.form_box .line .head {
    width: 100%;
    line-height: 1.4;
    padding: 0;
    margin-bottom: 1rem;
    font-size: 2rem;
}
.form_box .line .data {
    width: 100%;
}
.btn-box .lp-btn {
    width: 100%;
}

/* フォーム確認画面 */
#form_conf .section-inside {
    width: 92%;
    padding: 3rem 0 0;
}
#form_conf table.form th,
#form_conf table.form td {
    font-size: 1.4rem;
}
#form_conf table.form th {
    vertical-align: top;
}

/* 罫線 */
.line-dot {
    margin: 3rem 0 7rem;
}

/* メディア掲載 */
.col4 {
    width: 90%;
    margin: 0 auto;
}
.col4 > div {
    width: 48%;
}
.col4 > div .img {
    margin: 0;
}
.col4 > div dt,
.col4 > div dd {
    font-size: 1.4rem;
    margin: 0;
}
/* 支社情報
#office {
    background-size: cover;
} */
.notes {
    width: 85%;
    margin: 0 auto;
    text-align: left;
}


/*************************
 お知らせエリア
*************************/
#info .section-inside {
    padding: 3rem 0;
    width: 95%;
}
#info .box_info {
    padding: 2.5rem;
}
#info .info_box-inside {
    padding: 8% 5%;
}
#content #info h2 {
    margin-bottom: 2rem;
    font-size: 1.6rem;
    width: 100%;
}
#content #info h2 + p {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
}
#content #info p:last-child {
    text-align: left;
}
#content #info a {
    font-size: 1.5rem;
}
#content #info .fas {
    margin-left: .3rem;
}

#link_mail {
    margin-top: -100px;
    padding-top: 100px;
}

#flow .col2 {
    flex-direction: column;
}
#flow .col2 .txt,
#flow .col2 .img {
    width: 100%;
}
#content #flow .col2 .txt h3 {
    width: 100%;
}
#content #flow .col2 .txt h3 + p {
    margin-bottom: 3rem;
}
#cta h2 + p {
    width: 90%;
    margin: 0 auto 3rem;
    text-align: left;
}

/*************************
 調査項目
*************************/
#research .section-inside {
    padding-bottom: 6rem;
}
#content #research h2 + p {
    width: 85%;
    text-align: left;
    margin: 0 auto 3rem;
}
#research ul li {
    width: calc((100% - 10px) / 2 );
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
}

}